    :root {
      --cream: #ffffff;
      --dark: #203D58;
      --green: #3a8a00;
      --green-light: #5CBD0B;
      --green-pale: #eaf7d4;
      --gold: #013F78;
      --gold-light: #4992E9;
      --text: #2A2A2A;
      --muted: #5a6a7a;
      --border: #d0dce8;
    }

    * { box-sizing: border-box; }

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

    h1, h2, h3, h4, .display-font {
      font-family: 'Playfair Display', serif;
    }

    /* ── NAVIGATION ── */
    .navbar {
      background: var(--dark);
      padding: 1rem 0;
      position: sticky;
      top: 0;
      z-index: 1000;
      box-shadow: 0 2px 20px rgba(0,0,0,.25);
    }
    .navbar-brand {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: #e9c46a !important;
      letter-spacing: .03em;
    }
    .navbar-brand span { color: #fff; }
    .nav-link {
      color: rgba(255,255,255,.8) !important;
      font-weight: 500;
      font-size: .9rem;
      letter-spacing: .04em;
      text-transform: uppercase;
      padding: .5rem 1rem !important;
      transition: color .2s;
    }
    .nav-link:hover, .nav-link.active { color: var(--green-light) !important; }
    .navbar-toggler { border-color: rgba(255,255,255,.3); }
    .navbar-toggler-icon { filter: invert(1); }

    /* ── PAGES ── */
    .page { display: none; }
    .page.active { display: block; }

    /* ── HERO ── */
    .hero {
      min-height: 92vh;
      background: linear-gradient(135deg, #162c3e 0%, #203D58 60%, #1a3a5c 100%);
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: radial-gradient(circle at 70% 50%, rgba(91,189,11,.18) 0%, transparent 60%),
                        radial-gradient(circle at 20% 80%, rgba(73,146,233,.12) 0%, transparent 50%);
    }
    .hero-decoration {
      position: absolute; right: -80px; top: 50%;
      transform: translateY(-50%);
      width: 520px; height: 520px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.06);
      pointer-events: none;
    }
    .hero-decoration::after {
      content: '';
      position: absolute; inset: 40px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.04);
    }
    .hero-pill {
      display: inline-block;
      background: rgba(91,189,11,.15);
      border: 1px solid rgba(91,189,11,.45);
      color: var(--green-light);
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: .35rem 1rem;
      border-radius: 100px;
      margin-bottom: 1.5rem;
    }
    .hero h1 {
      font-size: clamp(2.4rem, 5vw, 4rem);
      color: #fff;
      line-height: 1.15;
      margin-bottom: 1.4rem;
    }
    .hero h1 em {
      font-style: normal;
      color: var(--green-light);
    }
    .hero p.lead {
      color: rgba(255,255,255,.7);
      font-size: 1.1rem;
      line-height: 1.75;
      max-width: 520px;
      margin-bottom: 2.2rem;
    }
    .btn-gold {
      background: linear-gradient(135deg, #013F78 0%, #4992E9 100%);
      color: #fff;
      border: none;
      font-weight: 600;
      font-size: .95rem;
      padding: .75rem 2rem;
      border-radius: 4px;
      letter-spacing: .03em;
      transition: opacity .2s, transform .2s;
      box-shadow: 0 4px 20px rgba(73,146,233,.35);
    }
    .btn-gold:hover { opacity: .9; transform: translateY(-1px); color: #fff; }
    .btn-outline-light-custom {
      background: transparent;
      color: rgba(255,255,255,.85);
      border: 1px solid rgba(255,255,255,.3);
      font-weight: 500;
      padding: .75rem 1.75rem;
      border-radius: 4px;
      transition: background .2s, border-color .2s;
    }
    .btn-outline-light-custom:hover {
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.5);
      color: #fff;
    }

    /* Hero stats */
    .hero-stats {
      display: flex; gap: 2.5rem; margin-top: 3rem;
      padding-top: 2.5rem;
      border-top: 1px solid rgba(255,255,255,.1);
    }
    .hero-stat-value {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      color: var(--green-light);
      line-height: 1;
    }
    .hero-stat-label {
      font-size: .78rem;
      color: rgba(255,255,255,.5);
      text-transform: uppercase;
      letter-spacing: .06em;
      margin-top: .3rem;
    }

    /* ── SECTION GENERIC ── */
    .section { padding: 5rem 0; }
    .section-alt { background: #f4f7fb; }
    .section-title {
      font-size: 2.2rem;
      color: var(--dark);
      margin-bottom: .6rem;
    }
    .section-subtitle {
      color: var(--muted);
      font-size: 1rem;
      max-width: 560px;
    }
    .divider {
      width: 48px; height: 3px;
      background: linear-gradient(90deg, #5CBD0B, #4992E9);
      border-radius: 2px;
      margin: 1rem 0 2rem;
    }

    /* ── WHY US CARDS ── */
    .why-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 2rem 1.75rem;
      height: 100%;
      transition: box-shadow .25s, transform .25s;
    }
    .why-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.09); transform: translateY(-3px); }
    .why-icon {
      width: 52px; height: 52px;
      background: var(--green-pale);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; color: var(--green-light);
      margin-bottom: 1.2rem;
    }
    .why-card h5 {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: .6rem;
      color: var(--dark);
    }
    .why-card p { font-size: .9rem; color: var(--muted); margin: 0; line-height: 1.65; }

    /* ── PAGE HERO (inner pages) ── */
    .page-hero {
      background: linear-gradient(135deg, #162c3e 0%, #203D58 100%);
      padding: 4rem 0 3rem;
      color: #fff;
    }
    .page-hero h2 { color: #fff; font-size: 2.4rem; }
    .page-hero p { color: rgba(255,255,255,.65); }

    /* Filters */
    .filters-bar {
      background: #fff;
      border-bottom: 1px solid var(--border);
      padding: 1.25rem 0;
      position: sticky; top: 64px; z-index: 100;
      box-shadow: 0 2px 10px rgba(0,0,0,.05);
    }
    .filters-bar .form-select, .filters-bar .form-control {
      font-size: .88rem;
      border-color: var(--border);
    }
    .filters-bar .form-select:focus, .filters-bar .form-control:focus {
      border-color: var(--gold-light);
      box-shadow: 0 0 0 3px rgba(73,146,233,.15);
    }

    /* Offer card */
    .offer-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      transition: box-shadow .25s, transform .25s;
      height: 100%;
    }
    .offer-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,.1); transform: translateY(-4px); }
    .offer-badge {
      background: var(--green-light);
      color: #fff;
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: .3rem .8rem;
      border-radius: 4px;
    }
    .offer-card-header {
      background: linear-gradient(135deg, #162c3e 0%, #203D58 100%);
      padding: 1.5rem 1.75rem 1.25rem;
      position: relative;
    }
    .offer-title {
      font-family: 'Playfair Display', serif;
      font-size: 1.2rem;
      color: #fff;
      margin: .6rem 0 .2rem;
    }
    .offer-location {
      font-size: .84rem;
      color: rgba(255,255,255,.55);
    }
    .offer-location i { margin-right: .3rem; }
    .offer-body { padding: 1.5rem 1.75rem; }
    .offer-row {
      display: flex; justify-content: space-between; align-items: center;
      padding: .55rem 0;
      border-bottom: 1px solid var(--border);
      font-size: .87rem;
    }
    .offer-row:last-child { border-bottom: none; }
    .offer-row-label { color: var(--muted); }
    .offer-row-value { font-weight: 600; color: var(--text); }
    .offer-price {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--green-light);
      font-weight: 700;
    }
    .offer-price-label { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
    .offer-notes {
      font-size: .82rem;
      color: var(--muted);
      background: #f4f7fb;
      border-radius: 6px;
      padding: .75rem 1rem;
      margin-top: .75rem;
      line-height: 1.6;
    }
    .offer-footer {
      padding: 1.25rem 1.75rem;
      border-top: 1px solid var(--border);
      display: flex; justify-content: space-between; align-items: center;
    }
    .btn-green {
      background: var(--gold-light);
      color: #fff;
      border: none;
      font-size: .85rem;
      font-weight: 600;
      padding: .55rem 1.25rem;
      border-radius: 4px;
      transition: background .2s;
    }
    .btn-green:hover { background: #2a78d0; color: #fff; }

    /* No results */
    .no-results {
      text-align: center; padding: 4rem 2rem; color: var(--muted);
    }
    .no-results i { font-size: 3rem; margin-bottom: 1rem; display: block; }

    /* ── KNOWLEDGE BASE ── */
    .kb-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 1.75rem;
      height: 100%;
      transition: box-shadow .2s;
    }
    .kb-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.08); }
    .kb-tag {
      font-size: .72rem; font-weight: 600;
      letter-spacing: .07em; text-transform: uppercase;
      padding: .25rem .7rem;
      border-radius: 100px;
      margin-right: .4rem; margin-bottom: .4rem;
      display: inline-block;
    }
    .kb-tag-green { background: var(--green-pale); color: var(--green-light); }
    .kb-tag-gold  { background: #e8f4fd; color: var(--gold-light); }
    .kb-tag-blue  { background: #e8f4fd; color: #1a6fa3; }
    .kb-card h5 { font-size: 1.05rem; font-weight: 600; margin: .75rem 0 .5rem; color: var(--dark); }
    .kb-card p  { font-size: .88rem; color: var(--muted); line-height: 1.65; margin-bottom: 1rem; }
    .kb-link { font-size: .85rem; color: var(--gold-light); font-weight: 600; text-decoration: none; }
    .kb-link:hover { text-decoration: underline; }

    .kb-accordion .accordion-button {
      font-family: 'DM Sans', sans-serif;
      font-weight: 600; font-size: .95rem;
      background: #fff; color: var(--text);
    }
    .kb-accordion .accordion-button:not(.collapsed) {
      background: var(--green-pale);
      color: var(--green-light);
      box-shadow: none;
    }
    .kb-accordion .accordion-button::after { filter: none; }
    .kb-accordion .accordion-body { font-size: .9rem; color: var(--muted); line-height: 1.75; }

    /* ── CONTACT ── */
    .contact-box {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 2.5rem;
    }
    .contact-info-item {
      display: flex; align-items: flex-start; gap: 1rem;
      margin-bottom: 1.75rem;
    }
    .contact-icon {
      width: 44px; height: 44px; flex-shrink: 0;
      background: var(--green-pale); border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      color: var(--green-light); font-size: 1.1rem;
    }
    .contact-info-item h6 { font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; color: var(--muted); margin-bottom: .2rem; }
    .contact-info-item p { margin: 0; font-weight: 500; font-size: .95rem; }
    .form-label { font-size: .85rem; font-weight: 600; color: var(--text); margin-bottom: .4rem; }
    .form-control, .form-select {
      border-color: var(--border);
      border-radius: 6px;
      font-size: .9rem;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--gold-light);
      box-shadow: 0 0 0 3px rgba(73,146,233,.15);
    }
    .btn-submit {
      background: var(--dark);
      color: #fff; border: none;
      font-weight: 600; font-size: .95rem;
      padding: .75rem 2.5rem;
      border-radius: 4px;
      width: 100%;
      transition: background .2s;
    }
    .btn-submit:hover { background: var(--gold-light); color: #fff; }

    /* ── FOOTER ── */
    footer {
      background: var(--dark);
      color: rgba(255,255,255,.5);
      padding: 2.5rem 0;
      font-size: .85rem;
      text-align: center;
    }
    footer a { color: rgba(255,255,255,.5); text-decoration: none; }
    footer a:hover { color: var(--green-light); }

    /* ── ANIMATIONS ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .fade-up { animation: fadeUp .55s ease both; }
    .fade-up-d1 { animation-delay: .1s; }
    .fade-up-d2 { animation-delay: .22s; }
    .fade-up-d3 { animation-delay: .34s; }
    .fade-up-d4 { animation-delay: .46s; }

    /* ── MODAL ── */
    .modal-header { background: var(--dark); color: #fff; border: none; }
    .modal-header .btn-close { filter: invert(1); }
    .modal-title { font-family: 'Playfair Display', serif; font-size: 1.3rem; }

    @media (max-width: 768px) {
      .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
      .hero-decoration { display: none; }
    }
