:root {
    --gold: #C9A227;
    --gold-light: #F0C84A;
    --gold-pale: #F7E8A0;
    --green-dark: #1A3A1A;
    --green-mid: #2D5C2D;
    --green-bright: #3D7A3D;
    --black: #0A0A0A;
    --off-white: #F9F5EC;
    --text-dark: #1C1C1C;
    --text-muted: #6B6557;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: "Barlow", sans-serif; background: var(--off-white); color: var(--text-dark); overflow-x: hidden; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(10,10,10,0.96);
    backdrop-filter: blur(12px);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 48px; height: 72px;
    border-bottom: 1px solid rgba(201,162,39,0.2);
  }
  .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .nav-logo img { height: 52px; width: auto; object-fit: contain; filter: drop-shadow(0 0 8px rgba(201,162,39,0.3)); }
  .nav-brand { font-family: "Barlow Condensed", sans-serif; font-size: 17px; font-weight: 700; color: var(--off-white); letter-spacing: 0.04em; line-height: 1.1; }
  .nav-brand span { color: var(--gold); display: block; font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; }
  .nav-links { display: flex; gap: 28px; list-style: none; }
  .nav-links a { color: rgba(249,245,236,0.7); text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }
  .nav-actions { display: flex; gap: 10px; }
  .nav-cta-car { background: var(--green-mid); color: var(--off-white); border: none; border-radius: 2px; padding: 10px 20px; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
  .nav-cta-car:hover { background: var(--green-bright); }
  .nav-cta-tour { background: var(--gold); color: var(--black); border: none; border-radius: 2px; padding: 10px 20px; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
  .nav-cta-tour:hover { background: var(--gold-light); }

  /* HERO */
  .hero { min-height: 100vh; background: linear-gradient(160deg, var(--black) 0%, var(--green-dark) 55%, #0D2B0D 100%); display: flex; align-items: center; padding: 120px 48px 80px; position: relative; overflow: hidden; }
  .hero::before { content: ""; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C9A227' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
  .hero-sun { position: absolute; top: -200px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(201,162,39,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; animation: pulse 6s ease-in-out infinite; }
  @keyframes pulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.08);opacity:0.7} }
  .hero-content { position: relative; z-index: 1; max-width: 700px; }
  .hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(201,162,39,0.4); background: rgba(201,162,39,0.08); border-radius: 2px; padding: 6px 16px; font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; animation: fadeUp 0.8s ease both; }
  .hero-badge::before { content: ""; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; animation: blink 2s ease-in-out infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
  .hero h1 { font-family: "Playfair Display", serif; font-size: clamp(42px, 6vw, 80px); font-weight: 900; line-height: 1.05; color: var(--off-white); margin-bottom: 24px; animation: fadeUp 0.8s 0.15s ease both; }
  .hero h1 em { font-style: italic; background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .hero-sub { font-size: 18px; font-weight: 300; line-height: 1.7; color: rgba(249,245,236,0.65); max-width: 540px; margin-bottom: 48px; animation: fadeUp 0.8s 0.3s ease both; }
  .hero-pillars { display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 48px; animation: fadeUp 0.8s 0.45s ease both; }
  .pillar { display: flex; align-items: center; gap: 10px; color: rgba(249,245,236,0.8); font-size: 14px; font-weight: 500; }
  .pillar-dot { width: 28px; height: 28px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--gold); flex-shrink: 0; }
  .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.8s 0.6s ease both; }
  .btn-primary { background: var(--gold); color: var(--black); padding: 16px 36px; font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, transform 0.15s; }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
  .btn-green { background: var(--green-mid); color: var(--off-white); padding: 16px 36px; font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: none; border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s, transform 0.15s; }
  .btn-green:hover { background: var(--green-bright); transform: translateY(-2px); }
  .btn-outline { background: transparent; color: var(--off-white); padding: 16px 36px; font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: 1.5px solid rgba(249,245,236,0.3); border-radius: 2px; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; transition: border-color 0.2s, color 0.2s; }
  .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
  @keyframes fadeUp { from{opacity:0;transform:translateY(24px)} to{opacity:1;transform:translateY(0)} }

  .hero {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--black) 0%, #0d1a0a 50%, #162210 100%);
    display: flex; flex-direction: column;
    justify-content: center; align-items: flex-start;
    padding: 120px 60px 80px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 70% 70% at 80% 50%, rgba(201,160,32,0.1) 0%, transparent 65%),
                radial-gradient(ellipse 50% 60% at 20% 80%, rgba(42,96,32,0.15) 0%, transparent 60%);
    pointer-events: none;
  }
  /* Decorative sun arc */
  .hero-sun {
    position: absolute; right: 8%; top: 50%;
    transform: translateY(-50%);
    width: 520px; height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201,160,32,0.18) 0%, rgba(201,160,32,0.06) 50%, transparent 70%);
    border: 1px solid rgba(201,160,32,0.15);
    animation: sunPulse 5s ease-in-out infinite;
  }
  .hero-sun::before {
    content: '';
    position: absolute; inset: 30px;
    border-radius: 50%;
    border: 1px solid rgba(201,160,32,0.1);
  }
  @keyframes sunPulse {
    0%,100% { transform: translateY(-50%) scale(1); opacity: 1; }
    50% { transform: translateY(-51%) scale(1.03); opacity: 0.8; }
  }
  
  /* SECTIONS */
  section { padding: 100px 48px; }
  .section-label { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .section-title { font-family: "Playfair Display", serif; font-size: clamp(30px, 4vw, 52px); font-weight: 700; line-height: 1.1; color: var(--text-dark); margin-bottom: 16px; }
  .section-title.light { color: var(--off-white); }
  .section-sub { font-size: 17px; font-weight: 300; line-height: 1.7; color: var(--text-muted); max-width: 560px; margin-bottom: 60px; }
  .section-sub.light { color: rgba(249,245,236,0.6); }

  /* WHY */
  .why-section { background: var(--off-white); }
  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 2px; background: #D4C8A8; }
  .why-card { background: var(--off-white); padding: 48px 36px; position: relative; overflow: hidden; transition: background 0.3s; }
  .why-card:hover { background: var(--green-dark); }
  .why-card:hover .why-title { color: var(--gold); }
  .why-card:hover .why-desc { color: rgba(249,245,236,0.65); }
  .why-card:hover .why-number { color: rgba(201,162,39,0.15); }
  .why-number { font-family: "Playfair Display", serif; font-size: 80px; font-weight: 900; color: rgba(45,92,45,0.08); line-height: 1; margin-bottom: 16px; transition: color 0.3s; }
  .why-title { font-family: "Barlow Condensed", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 12px; transition: color 0.3s; }
  .why-desc { font-size: 14px; line-height: 1.7; color: var(--text-muted); transition: color 0.3s; }

  /* PACKAGES */
  .packages-section { background: var(--green-dark); }
  .packages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
  .pkg-card { border: 1px solid rgba(201,162,39,0.15); background: rgba(255,255,255,0.03); border-radius: 3px; overflow: hidden; transition: border-color 0.3s, transform 0.25s; }
  .pkg-card:hover { border-color: var(--gold); transform: translateY(-4px); }
  .pkg-header { padding: 32px 28px 24px; border-bottom: 1px solid rgba(201,162,39,0.1); position: relative; }
  .pkg-badge { position: absolute; top: 20px; right: 20px; background: var(--gold); color: var(--black); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; }
  .pkg-duration { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
  .pkg-name { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: var(--off-white); margin-bottom: 8px; line-height: 1.2; }
  .pkg-route { font-size: 13px; color: rgba(249,245,236,0.45); }
  .pkg-body { padding: 24px 28px; }
  .pkg-highlights { list-style: none; margin-bottom: 24px; }
  .pkg-highlights li { font-size: 13px; color: rgba(249,245,236,0.7); padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 10px; }
  .pkg-highlights li::before { content: "→"; color: var(--gold); font-size: 11px; flex-shrink: 0; }
  .pkg-pricing { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .price-row { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
  .price-label { color: rgba(249,245,236,0.45); }
  .price-value { color: var(--gold); font-weight: 600; font-size: 15px; }
  .pkg-cta { width: 100%; background: var(--gold); color: var(--black); border: none; border-radius: 2px; padding: 13px; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
  .pkg-cta:hover { background: var(--gold-light); }

  /* CITY TOURS TABLE */
  .city-section { background: var(--off-white); }
  .table-wrap { overflow-x: auto; }
  table { width: 100%; border-collapse: collapse; font-size: 14px; }
  thead { background: var(--green-dark); }
  thead th { padding: 16px 20px; text-align: left; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
  tbody tr { border-bottom: 1px solid rgba(45,92,45,0.1); }
  tbody tr:hover { background: rgba(45,92,45,0.04); }
  tbody td { padding: 16px 20px; color: var(--text-dark); vertical-align: top; line-height: 1.5; }
  tbody td:first-child { font-weight: 600; color: var(--green-dark); }
  .tag { display: inline-block; background: rgba(201,162,39,0.12); color: #8A6D00; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; padding: 3px 8px; border-radius: 2px; margin-top: 4px; }
  .book-tour-btn { background: var(--gold); color: var(--black); border: none; border-radius: 2px; padding: 8px 16px; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: background 0.2s; }
  .book-tour-btn:hover { background: var(--gold-light); }

  /* AFRICA */
  .africa-section { background: var(--black); }
  .africa-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: #222; }
  .africa-card { background: var(--black); padding: 40px 32px; border-top: 3px solid transparent; transition: border-color 0.3s, background 0.3s; }
  .africa-card:hover { border-color: var(--gold); background: #111; }
  .africa-flag { font-size: 28px; margin-bottom: 16px; }
  .africa-country { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
  .africa-title { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: var(--off-white); margin-bottom: 8px; }
  .africa-duration { font-size: 13px; color: rgba(249,245,236,0.4); margin-bottom: 16px; }
  .africa-desc { font-size: 14px; line-height: 1.65; color: rgba(249,245,236,0.6); margin-bottom: 24px; }
  .africa-price { font-family: "Barlow Condensed", sans-serif; font-size: 28px; font-weight: 700; color: var(--gold); margin-bottom: 4px; }
  .africa-price-note { font-size: 12px; color: rgba(249,245,236,0.35); margin-bottom: 20px; }
  .africa-includes { margin-bottom: 20px; }
  .africa-includes li { font-size: 12px; color: rgba(249,245,236,0.55); padding: 3px 0; list-style: none; display: flex; align-items: center; gap: 8px; }
  .africa-includes li::before { content: "✓"; color: var(--green-bright); font-size: 11px; }
  .africa-cta-btn { width: 100%; background: transparent; border: 1px solid rgba(201,162,39,0.4); color: var(--gold); padding: 12px; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: background 0.2s, color 0.2s; margin-top: 8px; }
  .africa-cta-btn:hover { background: var(--gold); color: var(--black); }

  /* CAR RENTAL — with images */
  .cars-section { background: var(--off-white); }
  .cars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-bottom: 60px; }
  .car-card { border: 1.5px solid rgba(45,92,45,0.15); border-radius: 4px; overflow: hidden; transition: border-color 0.3s, box-shadow 0.3s; background: white; }
  .car-card:hover { border-color: var(--green-mid); box-shadow: 0 8px 32px rgba(45,92,45,0.12); }
  .car-img-wrap { position: relative; height: 180px; overflow: hidden; background: #e8e4db; }
  .car-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
  .car-card:hover .car-img-wrap img { transform: scale(1.05); }
  .car-img-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(10,10,10,0.7)); padding: 20px 16px 12px; }
  .car-code-badge { display: inline-block; background: var(--gold); color: var(--black); font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; padding: 3px 10px; border-radius: 2px; }
  .car-category-badge { display: inline-block; background: rgba(255,255,255,0.15); backdrop-filter: blur(4px); color: white; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; padding: 3px 10px; border-radius: 2px; margin-left: 6px; }
  .car-body { padding: 18px 20px 20px; }
  .car-name { font-weight: 700; font-size: 15px; color: var(--green-dark); margin-bottom: 14px; }
  .car-rates { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 16px; }
  .car-rate { background: var(--off-white); border: 1px solid rgba(45,92,45,0.1); border-radius: 2px; padding: 10px 12px; }
  .rate-days { font-size: 10px; color: var(--text-muted); margin-bottom: 2px; text-transform: uppercase; letter-spacing: 0.06em; }
  .rate-price { font-size: 16px; font-weight: 700; color: var(--green-mid); }
  .rate-unit { font-size: 10px; color: var(--text-muted); }
  .car-book-btn { width: 100%; background: var(--green-dark); color: var(--gold); border: none; border-radius: 2px; padding: 12px; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
  .car-book-btn:hover { background: var(--green-mid); }

  /* TRANSFERS */
  .transfers-section { background: var(--green-dark); }
  .transfer-tabs { display: flex; gap: 0; margin-bottom: 40px; border: 1px solid rgba(201,162,39,0.2); border-radius: 2px; overflow: hidden; width: fit-content; }
  .transfer-tab { padding: 12px 28px; font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; background: transparent; border: none; color: rgba(249,245,236,0.5); cursor: pointer; transition: background 0.2s, color 0.2s; }
  .transfer-tab.active { background: var(--gold); color: var(--black); }
  .transfer-tab:hover:not(.active) { background: rgba(201,162,39,0.1); color: var(--gold); }
  .transfer-table thead { background: rgba(0,0,0,0.4); }
  .transfer-table tbody tr { border-bottom: 1px solid rgba(255,255,255,0.05); }
  .transfer-table tbody tr:hover { background: rgba(255,255,255,0.03); }
  .transfer-table tbody td { color: rgba(249,245,236,0.75); }
  .transfer-table tbody td:first-child { color: var(--off-white); font-weight: 600; }
  .price-range { color: var(--gold) !important; font-weight: 600 !important; }

  /* SAFARI */
  .safari-section { background: linear-gradient(135deg, var(--green-dark) 0%, #0D200D 100%); position: relative; overflow: hidden; }
  .safari-section::after { content: "SAFARI"; position: absolute; right: -40px; top: 50%; transform: translateY(-50%) rotate(90deg); font-family: "Playfair Display", serif; font-size: 180px; font-weight: 900; color: rgba(201,162,39,0.04); pointer-events: none; white-space: nowrap; }
  .safari-inner { position: relative; z-index: 1; }
  .safari-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
  .safari-exp { border-left: 3px solid var(--gold); padding: 32px 28px; background: rgba(255,255,255,0.03); transition: background 0.3s; }
  .safari-exp:hover { background: rgba(255,255,255,0.06); }
  .safari-exp-icon { font-size: 32px; margin-bottom: 16px; }
  .safari-exp-title { font-family: "Playfair Display", serif; font-size: 22px; font-weight: 700; color: var(--off-white); margin-bottom: 12px; }
  .safari-exp-desc { font-size: 14px; line-height: 1.7; color: rgba(249,245,236,0.6); margin-bottom: 20px; }
  .safari-book-btn { background: transparent; border: 1px solid rgba(201,162,39,0.5); color: var(--gold); padding: 10px 20px; font-family: "Barlow Condensed", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: background 0.2s, color 0.2s; }
  .safari-book-btn:hover { background: var(--gold); color: var(--black); }

  /* FEEDBACK */
  .feedback-section { background: var(--off-white); }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
  .form-block { background: white; border-radius: 3px; padding: 48px; box-shadow: 0 8px 40px rgba(0,0,0,0.06); }
  .form-title { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: var(--green-dark); margin-bottom: 8px; }
  .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 32px; }
  .field-group { margin-bottom: 20px; }
  .field-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
  .field-input { width: 100%; border: 1.5px solid #E0D8C8; border-radius: 2px; padding: 12px 16px; font-family: "Barlow", sans-serif; font-size: 15px; color: var(--text-dark); background: var(--off-white); transition: border-color 0.2s; outline: none; }
  .field-input:focus { border-color: var(--gold); }
  .field-textarea { resize: vertical; min-height: 100px; }
  .rating-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
  .rating-label { font-size: 14px; color: var(--text-dark); flex: 1; min-width: 200px; }
  .stars { display: flex; gap: 4px; }
  .star { width: 32px; height: 32px; border: 1.5px solid #D4C8A8; border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: var(--text-muted); cursor: pointer; transition: background 0.15s, border-color 0.15s, color 0.15s; }
  .star:hover, .star.active { background: var(--gold); border-color: var(--gold); color: var(--black); }
  .submit-btn { width: 100%; background: var(--green-dark); color: var(--gold); border: none; border-radius: 2px; padding: 16px; font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 24px; }
  .submit-btn:hover { background: var(--green-mid); }
  .contact-panel { padding: 48px 0; }
  .contact-panel h3 { font-family: "Playfair Display", serif; font-size: 32px; font-weight: 700; color: var(--green-dark); margin-bottom: 12px; }
  .contact-panel p { font-size: 16px; line-height: 1.7; color: var(--text-muted); margin-bottom: 36px; }
  .contact-item { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
  .contact-icon { width: 48px; height: 48px; background: var(--green-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
  .contact-detail .clab { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); }
  .contact-detail .cval { font-size: 15px; font-weight: 600; color: var(--green-dark); }

  /* TERMS */
  .terms-section { background: var(--black); }
  .terms-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 32px; }
  .term-block { padding: 32px; border: 1px solid rgba(255,255,255,0.06); border-radius: 2px; }
  .term-num { font-family: "Barlow Condensed", sans-serif; font-size: 40px; font-weight: 700; color: rgba(201,162,39,0.2); margin-bottom: 8px; }
  .term-title { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .term-text { font-size: 13px; line-height: 1.75; color: rgba(249,245,236,0.55); }
  .term-text ul { list-style: none; padding: 0; }
  .term-text ul li { padding: 3px 0; }
  .term-text ul li::before { content: "— "; color: var(--gold); }

  /* FOOTER */
  footer { background: var(--black); border-top: 1px solid rgba(201,162,39,0.15); padding: 60px 48px 32px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  .footer-logo { height: 60px; width: auto; margin-bottom: 16px; filter: brightness(0.9); }
  .footer-desc { font-size: 14px; line-height: 1.7; color: rgba(249,245,236,0.4); max-width: 300px; }
  .footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
  .footer-links { list-style: none; }
  .footer-links li { margin-bottom: 10px; }
  .footer-links a { font-size: 14px; color: rgba(249,245,236,0.45); text-decoration: none; transition: color 0.2s; }
  .footer-links a:hover { color: var(--gold); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
  .footer-copy { font-size: 12px; color: rgba(249,245,236,0.25); }
  .footer-legal { display: flex; gap: 24px; }
  .footer-legal a { font-size: 12px; color: rgba(249,245,236,0.25); text-decoration: none; }
  .footer-legal a:hover { color: var(--gold); }
  .market-strip { background: var(--gold); padding: 14px 48px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
  .market-label { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(0,0,0,0.5); }
  .market-flags { display: flex; gap: 16px; flex-wrap: wrap; }
  .market-flag { font-size: 13px; font-weight: 600; color: var(--black); display: flex; align-items: center; gap: 6px; }
  .gold-line { height: 3px; background: linear-gradient(90deg, var(--gold) 0%, var(--green-mid) 100%); }

  /* ═══════════════════════════════════════
     BOOKING POPUP MODAL
  ═══════════════════════════════════════ */
  .modal-overlay {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(10,10,10,0.85);
    backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s;
  }
  .modal-overlay.active { opacity: 1; pointer-events: all; }

  .modal-box {
    background: var(--off-white);
    border-radius: 4px;
    width: 100%; max-width: 620px;
    max-height: 90vh;
    overflow-y: auto;
    transform: translateY(30px) scale(0.97);
    transition: transform 0.3s;
    box-shadow: 0 32px 80px rgba(0,0,0,0.5);
    position: relative;
  }
  .modal-overlay.active .modal-box { transform: translateY(0) scale(1); }

  .modal-header {
    padding: 32px 36px 24px;
    border-bottom: 2px solid var(--gold);
    background: var(--green-dark);
    display: flex; justify-content: space-between; align-items: flex-start;
  }
  .modal-header-logo { height: 48px; width: auto; filter: drop-shadow(0 0 6px rgba(201,162,39,0.4)); }
  .modal-title-wrap {}
  .modal-tag { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
  .modal-title { font-family: "Playfair Display", serif; font-size: 24px; font-weight: 700; color: var(--off-white); line-height: 1.2; }
  .modal-subtitle { font-size: 13px; color: rgba(249,245,236,0.5); margin-top: 4px; }
  .modal-close { background: rgba(255,255,255,0.1); border: none; color: var(--off-white); width: 36px; height: 36px; border-radius: 50%; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; flex-shrink: 0; line-height: 1; }
  .modal-close:hover { background: rgba(255,255,255,0.2); }

  .modal-body { padding: 32px 36px 36px; }
  .modal-section-title { font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--green-mid); margin-bottom: 16px; margin-top: 24px; border-bottom: 1px solid rgba(45,92,45,0.12); padding-bottom: 6px; }
  .modal-section-title:first-child { margin-top: 0; }
  .mfield-group { margin-bottom: 16px; }
  .mfield-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 6px; }
  .mfield-input { width: 100%; border: 1.5px solid #D8D0C0; border-radius: 2px; padding: 11px 14px; font-family: "Barlow", sans-serif; font-size: 14px; color: var(--text-dark); background: white; transition: border-color 0.2s; outline: none; }
  .mfield-input:focus { border-color: var(--gold); }
  .mfield-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M6 8L0 0h12z' fill='%236B6557'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
  .modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .modal-info-box { background: rgba(45,92,45,0.06); border-left: 3px solid var(--gold); padding: 14px 16px; border-radius: 0 2px 2px 0; margin-bottom: 20px; font-size: 13px; color: var(--text-dark); line-height: 1.6; }
  .modal-info-box strong { color: var(--green-dark); }
  .modal-submit { width: 100%; background: var(--gold); color: var(--black); border: none; border-radius: 2px; padding: 16px; font-family: "Barlow Condensed", sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: background 0.2s, transform 0.15s; margin-top: 8px; }
  .modal-submit:hover { background: var(--gold-light); transform: translateY(-1px); }
  .modal-footer-note { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 12px; }

  /* Success state */
  .modal-success { display: none; text-align: center; padding: 48px 36px; }
  .modal-success.show { display: block; }
  .modal-success-icon { font-size: 56px; margin-bottom: 16px; }
  .modal-success-title { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 700; color: var(--green-dark); margin-bottom: 12px; }
  .modal-success-msg { font-size: 15px; color: var(--text-muted); line-height: 1.7; margin-bottom: 28px; }
  .modal-success-btn { background: var(--green-dark); color: var(--gold); border: none; border-radius: 2px; padding: 14px 32px; font-family: "Barlow Condensed", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }

  /* Floating Book Buttons */
  .floating-btns {
    position: fixed; bottom: 28px; right: 28px; z-index: 990;
    display: flex; flex-direction: column; gap: 10px; align-items: flex-end;
  }
  .float-btn-car, .float-btn-tour {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 22px;
    border: none; border-radius: 30px;
    font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(0,0,0,0.3);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .float-btn-car { background: var(--green-dark); color: var(--gold); }
  .float-btn-tour { background: var(--gold); color: var(--black); }
  .float-btn-car:hover, .float-btn-tour:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(0,0,0,0.4); }
  .float-icon { font-size: 18px; }

  @media (max-width: 900px) {
    nav { padding: 0 20px; }
    .nav-links { display: none; }
    section { padding: 60px 20px; }
    .hero { padding: 100px 20px 60px; }
    .form-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .modal-row { grid-template-columns: 1fr; }
    .modal-body { padding: 24px 20px 28px; }
    .modal-header { padding: 24px 20px 20px; }
  }
  @media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .africa-grid, .packages-grid, .cars-grid { grid-template-columns: 1fr; }
    .floating-btns { bottom: 16px; right: 16px; }
  }

  /* SOCIAL MEDIA ICONS */
  .social-link {
    width: 36px; height: 36px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    text-decoration: none; flex-shrink: 0;
    transition: transform 0.2s, opacity 0.2s;
  }
  .social-link:hover { transform: translateY(-3px); opacity: 0.85; }
  .social-link svg { width: 16px; height: 16px; fill: white; display: block; }
  .social-link.facebook  { background: #1877F2; }
  .social-link.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  .social-link.x-twitter { background: #000; border: 1px solid #333; }
  .social-link.youtube   { background: #FF0000; }
  .social-link-sm { width: 30px; height: 30px; }
  .social-link-sm svg { width: 13px; height: 13px; }
  .footer-social-row { display: flex; gap: 8px; align-items: center; margin-top: 18px; flex-wrap: wrap; }
  .footer-social-row .social-label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(249,245,236,0.3); margin-right: 2px; }
  .nav-social-row { display: flex; gap: 6px; align-items: center; margin-right: 6px; }

  /* WHATSAPP FLOATING BUTTON */
  .whatsapp-float {
    position: fixed; bottom: 28px; left: 28px; z-index: 992;
    text-decoration: none;
    display: flex; align-items: center;
    filter: drop-shadow(0 4px 16px rgba(37,211,102,0.45));
    animation: waBounce 3s ease-in-out infinite;
  }
  .whatsapp-float:hover { animation: none; transform: scale(1.05); filter: drop-shadow(0 6px 24px rgba(37,211,102,0.7)); }
  @keyframes waBounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }
  .wa-pill {
    display: flex; align-items: center; gap: 10px;
    background: #25D366; color: white;
    border-radius: 50px; padding: 13px 20px 13px 14px;
    font-family: "Barlow Condensed", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.06em;
    white-space: nowrap; position: relative;
  }
  .wa-pill svg { width: 22px; height: 22px; fill: white; flex-shrink: 0; }
  .wa-badge {
    position: absolute; top: -5px; right: -5px;
    width: 14px; height: 14px; background: #FF4545;
    border-radius: 50%; border: 2px solid white;
    animation: waPulse 2s ease-in-out infinite;
  }
  @keyframes waPulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.5);opacity:0.7} }
