  /* =============================================
     FIX #1: VISUAL DESIGN & MODERNITY
     Complete redesign with warm earthy palette,
     modern typography, refined layout
  ============================================= */
  :root {
    --ochre: #C8892A;
    --deep-green: #1C3A2A;
    --warm-cream: #FAF5EC;
    --terracotta: #B85C38;
    --light-clay: #EDE0CC;
    --text-dark: #1A1A1A;
    --text-mid: #4A4A4A;
    --text-soft: #7A7A7A;
    --white: #FFFFFF;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--warm-cream);
    color: var(--text-dark);
    overflow-x: hidden;
  }

  /* =============================================
     FIX #4: MOBILE RESPONSIVENESS
     All sections use responsive flex/grid
  ============================================= */

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(28, 58, 42, 0.97);
    backdrop-filter: blur(8px);
    display: flex; justify-content: space-between;
    align-items: center;
    padding: 0.3rem 5%;
    height: auto;
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
  .nav-logo {
    display: flex; align-items: center; text-decoration: none;
  }
  .nav-logo img {
    height: 48px; width: auto;
  }
  .nav-links { display: flex; gap: 1.4rem; list-style: none; align-items: center; flex-wrap: nowrap; }
  .nav-links a {
    color: rgba(250,245,236,0.8); text-decoration: none;
    font-size: 0.75rem; font-weight: 500; letter-spacing: 0.04em;
    text-transform: uppercase; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--ochre); }

  /* FIX #5: BOOKING CTA — prominent in nav */
  .nav-cta {
    background: var(--ochre); color: var(--white) !important;
    padding: 0.45rem 1.1rem; border-radius: 4px;
    font-weight: 600 !important;
  }
  .nav-cta:hover { background: #a8721f !important; color: var(--white) !important; }

  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
  .hamburger span { width: 24px; height: 2px; background: var(--warm-cream); border-radius: 2px; transition: 0.3s; }

  /* =============================================
     FIX #2: PHOTOGRAPHY & VISUALS
     Full-bleed hero with rich imagery overlay
  ============================================= */
  .hero {
    min-height: 100vh;
    background:
      linear-gradient(to bottom right, rgba(28,58,42,0.72) 0%, rgba(200,137,42,0.3) 100%),
      url('../images/hero-bg.jpg') center/cover no-repeat;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    text-align: center; padding: 120px 5% 80px;
    position: relative;
  }
  .hero::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 100px;
    background: linear-gradient(to bottom, transparent, var(--warm-cream));
  }
  .hero-eyebrow {
    font-size: 0.8rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--ochre); font-weight: 600; margin-bottom: 1.2rem;
    animation: fadeUp 0.7s ease both;
  }
  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 7vw, 5.5rem);
    color: var(--white); line-height: 1.1;
    max-width: 800px; margin-bottom: 1.5rem;
    animation: fadeUp 0.7s 0.15s ease both;
  }
  .hero h1 em { color: var(--ochre); font-style: italic; }
  .hero p {
    color: rgba(255,255,255,0.85); font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 560px; line-height: 1.7; margin-bottom: 2.5rem;
    animation: fadeUp 0.7s 0.3s ease both;
  }
  .hero-actions {
    display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
    animation: fadeUp 0.7s 0.45s ease both;
  }
  .btn-primary {
    background: var(--ochre); color: var(--white);
    padding: 0.9rem 2.2rem; border-radius: 6px;
    font-weight: 600; font-size: 1rem; text-decoration: none;
    letter-spacing: 0.02em; transition: transform 0.2s, background 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { background: #a8721f; transform: translateY(-2px); }
  .btn-outline {
    border: 2px solid rgba(255,255,255,0.6); color: var(--white);
    padding: 0.9rem 2.2rem; border-radius: 6px;
    font-weight: 500; font-size: 1rem; text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }

  /* Phone chip — hangs flush from the bottom-right of the header and shares
     the header's background + text colour (see body.nav-light rules below),
     so it reads as part of the nav and always keeps the same contrast.
     Icons/links use currentColor so nothing disappears on any background. */
  .hero-phone {
    position: fixed; top: 66px; right: 0;
    z-index: 101;
    padding: 0.45rem 1.1rem;
    border-radius: 0 0 0 10px;
    background: rgba(28,58,42,0.97);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.16);
    color: rgba(250,245,236,0.9); font-size: 0.9rem;
    display: flex; align-items: center; gap: 0.5rem;
  }
  /* WhatsApp link keeps its brand green (icon inherits via currentColor);
     the phone icon + number follow the chip/header colour. */
  .hero-phone a { color: #25D366; text-decoration: none; }
  .hero-phone svg { width: 16px; height: 16px; fill: currentColor; }

  /* Smart-nav state: the header and the phone chip use the SAME background
     and text-colour rules, toggled together when JS adds body.nav-light
     while a light section is under the header. */
  body.nav-light #mainNav { background: rgba(255,255,255,0.97); box-shadow: 0 2px 16px rgba(0,0,0,0.12); }
  body.nav-light .nav-links a:not(.nav-cta) { color: #1C3A2A; }
  body.nav-light .hamburger span { background: #1C3A2A; }
  body.nav-light .hero-phone { background: rgba(255,255,255,0.97); color: #1C3A2A; }
  /* Bold the WhatsApp label when the chip is white, for extra emphasis. */
  body.nav-light .hero-phone a { font-weight: 700; }

  /* Trust badges below hero */
  .trust-bar {
    background: var(--deep-green); color: var(--warm-cream);
    display: flex; justify-content: center; align-items: center;
    gap: 3rem; padding: 1.2rem 5%; flex-wrap: wrap;
    font-size: 0.85rem; letter-spacing: 0.04em;
  }
  .trust-bar span { display: flex; align-items: center; gap: 0.5rem; }
  .trust-bar svg { width: 18px; height: 18px; fill: var(--ochre); }

  /* =============================================
     WELCOME MULTILINGUAL STRIP
  ============================================= */
  .welcome-strip {
    background: var(--light-clay); padding: 0.7rem 5%;
    text-align: center; overflow: hidden;
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem; color: var(--terracotta); letter-spacing: 0.05em;
  }

  /* SECTION STYLES */
  section { padding: 90px 5%; }
  .section-label {
    font-size: 0.75rem; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--ochre); font-weight: 600; margin-bottom: 0.8rem;
  }
  h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem); line-height: 1.2;
    color: var(--deep-green); margin-bottom: 1.2rem;
  }
  .lead {
    font-size: 1.1rem; color: var(--text-mid);
    line-height: 1.75; max-width: 620px;
  }

  /* =============================================
     FIX #2 cont: ABOUT SECTION WITH PHOTOS
  ============================================= */
  .about-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
    align-items: center; max-width: 1200px; margin: 0 auto;
  }
  .about-images {
    position: relative; height: 520px;
  }
  .about-img-main {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 70%;
    object-fit: contain; object-position: center center;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  }
  .about-img-accent {
    position: absolute; bottom: 0; right: 0;
    width: 55%; height: 55%;
    object-fit: cover; object-position: center center;
    border-radius: 12px;
    border: 4px solid var(--warm-cream);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  }
  .about-content { }
  .about-content .lead { max-width: 100%; margin-bottom: 1.5rem; }
  .about-stats {
    display: flex; gap: 2.5rem; margin-top: 2rem; flex-wrap: wrap;
  }
  .stat { }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem; color: var(--ochre); font-weight: 700;
    line-height: 1;
  }
  .stat-label { font-size: 0.82rem; color: var(--text-soft); margin-top: 0.3rem; }

  /* =============================================
     FIX #8: SEO & CONTENT — Why Homestay section
  ============================================= */
  .features-section {
    background: var(--deep-green);
    padding: 90px 5%;
  }
  .features-section h2, .features-section .section-label { color: var(--warm-cream); }
  .features-section h2 { color: var(--warm-cream); }
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem; margin-top: 3rem; max-width: 1200px; margin-left: auto; margin-right: auto;
    margin-top: 3rem;
  }
  .feature-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px; padding: 2rem;
    transition: background 0.3s, transform 0.3s;
  }
  .feature-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
  .feature-icon {
    width: 48px; height: 48px; background: var(--ochre);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.2rem;
  }
  .feature-icon svg { width: 24px; height: 24px; fill: white; }
  .feature-card h3 {
    color: var(--warm-cream); font-size: 1.1rem; font-weight: 600;
    margin-bottom: 0.7rem;
  }
  .feature-card p { color: rgba(250,245,236,0.7); font-size: 0.92rem; line-height: 1.65; }

  /* =============================================
     FIX #3: TRUST & SOCIAL PROOF — testimonials
  ============================================= */
  .testimonials-section { background: var(--light-clay); padding: 90px 5%; }
  .testimonials-section .section-label { text-align: center; }
  .testimonials-section h2 { text-align: center; margin-left: auto; margin-right: auto; }
  .testimonials-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem; margin-top: 3rem; max-width: 1200px; margin-left: auto; margin-right: auto;
  }
  .testimonial-card {
    background: var(--white); border-radius: 12px; padding: 2rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
  }
  .testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
  .quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 5rem; color: var(--ochre); opacity: 0.25;
    line-height: 0.8; margin-bottom: 0.5rem;
  }
  .testimonial-card blockquote {
    font-size: 0.97rem; line-height: 1.75; color: var(--text-mid);
    font-style: italic; margin-bottom: 1.5rem;
  }
  .testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
  .author-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--deep-green); display: flex; align-items: center; justify-content: center;
    color: var(--warm-cream); font-weight: 600; font-size: 1rem;
    flex-shrink: 0;
  }
  .author-name { font-weight: 600; font-size: 0.9rem; }
  .author-location { font-size: 0.8rem; color: var(--text-soft); }
  .stars { color: var(--ochre); font-size: 0.9rem; margin-bottom: 0.6rem; }

  /* =============================================
     PRICING SECTION (FIX #5 – easy to find)
  ============================================= */
  .pricing-section { padding: 90px 5%; }
  .pricing-wrap { max-width: 900px; margin: 3rem auto 0; }
  .pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .price-card {
    background: var(--white); border: 2px solid var(--light-clay);
    border-radius: 12px; padding: 2rem;
    transition: border-color 0.3s;
  }
  .price-card.featured { border-color: var(--ochre); position: relative; }
  .featured-badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
    background: var(--ochre); color: white;
    font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
    text-transform: uppercase; padding: 4px 14px; border-radius: 20px;
  }
  .price-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.5rem; }
  .price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem; color: var(--deep-green); line-height: 1;
    margin: 1rem 0 0.2rem;
  }
  .price-amount span { font-size: 1rem; font-weight: 400; color: var(--text-soft); }
  .price-note { font-size: 0.8rem; color: var(--text-soft); margin-bottom: 1.5rem; }
  .price-features { list-style: none; }
  .price-features li {
    font-size: 0.9rem; color: var(--text-mid); padding: 0.45rem 0;
    border-bottom: 1px solid var(--light-clay); display: flex; align-items: center; gap: 0.6rem;
  }
  .price-features li:last-child { border-bottom: none; }
  .price-features li::before { content: '✓'; color: var(--ochre); font-weight: 700; }
  .pricing-note {
    background: var(--light-clay); border-radius: 8px; padding: 1.2rem 1.5rem;
    margin-top: 1.5rem; font-size: 0.88rem; color: var(--text-mid); line-height: 1.6;
  }

  /* =============================================
     FIX #5 – PROMINENT BOOKING SECTION
  ============================================= */
  #book {
    background: var(--terracotta);
    padding: 80px 5%; text-align: center;
  }
  #book h2 { color: var(--white); }
  #book .section-label { color: rgba(255,255,255,0.7); }
  #book p { color: rgba(255,255,255,0.85); margin: 0 auto 2.5rem; max-width: 520px; font-size: 1.05rem; line-height: 1.7; }
  .booking-form {
    background: var(--white); border-radius: 16px; padding: 2.5rem;
    max-width: 600px; margin: 0 auto; text-align: left;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
  }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
  .form-group { display: flex; flex-direction: column; margin-bottom: 1rem; }
  .form-group label { font-size: 0.82rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.4rem; letter-spacing: 0.03em; }
  .form-group input, .form-group select, .form-group textarea {
    border: 1.5px solid #DDD; border-radius: 6px; padding: 0.7rem 0.9rem;
    font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: var(--text-dark);
    background: var(--warm-cream); transition: border-color 0.2s;
    outline: none; width: 100%; box-sizing: border-box;
  }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--ochre); }
  .form-group textarea { resize: vertical; min-height: 80px; }
  .form-submit {
    width: 100%; background: var(--deep-green); color: white;
    border: none; padding: 1rem; border-radius: 6px;
    font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600;
    cursor: pointer; transition: background 0.2s, transform 0.2s; letter-spacing: 0.02em;
  }
  .form-submit:hover { background: #0f2418; transform: translateY(-2px); }

  /* =============================================
     FIX #8: SEO CONTENT – KAMPALA AREAS
  ============================================= */
  .areas-section { padding: 90px 5%; background: var(--warm-cream); }
  .areas-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem; margin-top: 2.5rem; max-width: 1100px; margin-left: auto; margin-right: auto;
  }
  .area-card {
    border: 1px solid var(--light-clay); border-radius: 10px; padding: 1.5rem;
    background: var(--white); transition: box-shadow 0.3s;
  }
  .area-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.1); }
  .area-card h4 { font-weight: 600; margin-bottom: 0.4rem; color: var(--deep-green); }
  .area-card p { font-size: 0.85rem; color: var(--text-soft); line-height: 1.5; }

  /* =============================================
     FAQs (FIX #8: expanded SEO content)
  ============================================= */
  .faq-section { padding: 90px 5%; background: var(--light-clay); }
  .faq-wrap { max-width: 720px; margin: 3rem auto 0; }
  .faq-item {
    background: var(--white); border-radius: 10px; margin-bottom: 0.8rem;
    overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  .faq-q {
    padding: 1.2rem 1.5rem; font-weight: 600; cursor: pointer;
    display: flex; justify-content: space-between; align-items: center;
    user-select: none; color: var(--deep-green);
  }
  .faq-q::after { content: '+'; font-size: 1.4rem; color: var(--ochre); transition: transform 0.3s; }
  .faq-item.open .faq-q::after { transform: rotate(45deg); }
  .faq-a {
    max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s;
    font-size: 0.93rem; color: var(--text-mid); line-height: 1.7; padding: 0 1.5rem;
  }
  .faq-item.open .faq-a { max-height: 300px; padding: 0 1.5rem 1.2rem; }

  /* =============================================
     FIX #9: SOCIAL — Instagram & Facebook (not Google+)
  ============================================= */
  footer {
    background: var(--deep-green); color: var(--warm-cream); padding: 60px 3% 30px;
  }
  .footer-grid {
    /* Outer footer wrapper only — kept as a plain block so the real footer
       (a nested grid with its own columns) flows full-width, matching the
       original design. Do NOT make this display:grid. */
    display: block; margin-bottom: 3rem;
  }
  .footer-brand h3 {
    font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 1rem;
  }
  .footer-brand h3 span { color: var(--ochre); }
  .footer-brand p { font-size: 0.88rem; color: rgba(250,245,236,0.65); line-height: 1.7; margin-bottom: 1.5rem; }
  /* FIX #6: CORRECT FOOTER YEAR */
  .footer-copyright {
    font-size: 0.8rem; color: rgba(250,245,236,0.4);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 1.5rem; text-align: center;
  }
  .social-links { display: flex; gap: 0.8rem; }
  .social-link {
    width: 38px; height: 38px; border-radius: 50%;
    background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center;
    transition: background 0.2s; text-decoration: none;
  }
  .social-link:hover { background: var(--ochre); }
  .social-link svg { width: 18px; height: 18px; fill: var(--warm-cream); }
  .footer-col h4 { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ochre); margin-bottom: 1.2rem; }
  .footer-links { list-style: none; }
  .footer-links li { margin-bottom: 0.7rem; }
  .footer-links a { color: rgba(250,245,236,0.65); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--warm-cream); }
  .footer-contact p { font-size: 0.88rem; color: rgba(250,245,236,0.65); line-height: 1.9; }
  .footer-contact a { color: var(--ochre); text-decoration: none; }

  /* SSL badge */
  .ssl-badge {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: rgba(255,255,255,0.08); border-radius: 4px;
    padding: 0.3rem 0.7rem; font-size: 0.75rem; color: rgba(250,245,236,0.5);
    margin-top: 0.8rem;
  }
  .ssl-badge svg { width: 12px; height: 12px; fill: #4caf7d; }

  /* ANIMATIONS */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* =============================================
     FIX #4: MOBILE RESPONSIVE OVERRIDES
  ============================================= */
  @media (max-width: 900px) {
    .about-grid { grid-template-columns: 1fr; }
    .about-images { height: 320px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .pricing-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    #host > div { grid-template-columns: 1fr !important; }
  }
  @media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .trust-bar { gap: 1.2rem; font-size: 0.78rem; }
    .hero-phone { display: none; }
    /* Note: the responsive collapse of multi-column grids (former inline
       grid-template-columns / grid-column) now lives in css/utilities.css,
       after the gtc-/gcol- atomic rules so it wins on equal specificity. */
  }

  /* Mobile nav open state */
  nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute;
    top: 64px; left: 0; right: 0; background: var(--deep-green);
    padding: 1.5rem 5%; gap: 1.2rem;
  }
  nav { position: fixed; flex-wrap: nowrap; }

  /* === DIGITAL NOMAD SECTION === */
/* =============================================
     DIGITAL NOMAD SECTION
  ============================================= */
  .nomad-section {
    background: var(--deep-green);
    padding: 90px 5%;
  }
  .nomad-section .section-label {
    color: var(--ochre);
  }
  .nomad-section h2 {
    color: var(--warm-cream);
  }
  .nomad-section h2 em {
    color: var(--ochre);
    font-style: italic;
  }
  .nomad-intro {
    font-size: 1.05rem;
    color: rgba(250,245,236,0.78);
    line-height: 1.75;
    max-width: 620px;
    margin-top: 0.5rem;
  }
  .nomad-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .nomad-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 12px;
    padding: 1.8rem;
    transition: background 0.3s, transform 0.3s;
  }
  .nomad-card:hover {
    background: rgba(255,255,255,0.12);
    transform: translateY(-4px);
  }
  .nomad-card-icon {
    width: 48px; height: 48px;
    background: var(--ochre);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .nomad-card h3 {
    color: var(--warm-cream);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
  }
  .nomad-card p {
    color: rgba(250,245,236,0.7);
    font-size: 0.9rem;
    line-height: 1.65;
  }
  .nomad-pricing-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 2.5rem auto 0;
  }
  .nomad-price-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 1.8rem;
  }
  .nomad-price-card.featured {
    border-color: var(--ochre);
    background: rgba(200,137,42,0.1);
  }
  .nomad-price-label {
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ochre);
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .nomad-price-amount {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    color: var(--warm-cream);
    line-height: 1;
  }
  .nomad-price-amount span {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(250,245,236,0.55);
  }
  .nomad-price-save {
    display: inline-block;
    background: var(--ochre);
    color: white;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-top: 0.6rem;
  }
  .nomad-price-features {
    list-style: none;
    margin-top: 1.2rem;
  }
  .nomad-price-features li {
    font-size: 0.88rem;
    color: rgba(250,245,236,0.75);
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .nomad-price-features li:last-child { border-bottom: none; }
  .nomad-price-features li::before {
    content: '✓';
    color: var(--ochre);
    font-weight: 700;
    flex-shrink: 0;
  }
  .nomad-why-uganda {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 2rem 2.5rem;
    max-width: 1200px;
    margin: 2.5rem auto 0;
  }
  .nomad-why-uganda h3 {
    color: var(--ochre);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
  }
  .nomad-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.7rem;
  }
  .nomad-why-grid span {
    font-size: 0.88rem;
    color: rgba(250,245,236,0.78);
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
  }
  .nomad-cta-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-nomad-primary {
    background: var(--ochre);
    color: white;
    padding: 0.9rem 2.2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
  }
  .btn-nomad-primary:hover { background: #a8721f; transform: translateY(-2px); }
  .btn-nomad-outline {
    border: 2px solid rgba(255,255,255,0.5);
    color: var(--warm-cream);
    padding: 0.9rem 2.2rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
    display: inline-block;
  }
  .btn-nomad-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }

  @media (max-width: 640px) {
    .nomad-pricing-row { grid-template-columns: 1fr; }
  }
