
    /* =========================================================
       CSS CUSTOM PROPERTIES — Brand System
    ========================================================= */
    :root {
      --dark:        #13544E;
      --heading:     #095D40;
      --accent:      #6C9A40;
      --cta:         #008060;
      --lime:        #D3E162;
      --lime-light:  #E4F577;
      --bg:          #FBF7ED;
      --alt:         #E0EDD4;
      --text:        #212B36;
      --text-muted:  #5a6a75;
      --white:       #ffffff;
      --radius:      12px;
      --radius-lg:   20px;
      --shadow:      0 4px 24px rgba(9,93,64,0.09);
      --shadow-lg:   0 8px 40px rgba(9,93,64,0.14);
      --transition:  all 0.25s ease;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--text);
      font-size: 16px;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }

    .container     { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
    .container-sm  { max-width: 800px;  margin: 0 auto; padding: 0 24px; }

    /* =========================================================
       ANNOUNCEMENT BAR
    ========================================================= */
    .announcement-bar {
      background: var(--heading);
      color: var(--white);
      text-align: center;
      padding: 11px 16px;
      font-size: 0.86rem;
      font-weight: 600;
    }
    .announcement-bar i { color: var(--lime); margin-right: 4px; }
    .announcement-bar strong { color: var(--lime); }

    /* =========================================================
       SECTION 1 — MINIMAL NAV
    ========================================================= */
    .minimal-nav {
      background: var(--white);
      border-bottom: 1px solid rgba(9,93,64,0.10);
      box-shadow: 0 2px 12px rgba(9,93,64,0.07);
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68px;
    }
    .nav-logo span {
      font-size: 1.2rem;
      font-weight: 900;
      color: var(--heading);
    }
    .nav-logo span .acc { color: var(--accent); }

    .nav-centre {
      display: flex;
      align-items: center;
      gap: 24px;
    }
    .nav-trust-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--text-muted);
    }
    .nav-trust-item i { color: var(--cta); }

    .nav-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--cta);
      color: var(--white);
      font-size: 0.88rem;
      font-weight: 800;
      padding: 11px 22px;
      border-radius: 9px;
      transition: var(--transition);
      white-space: nowrap;
    }
    .nav-cta-btn:hover { background: var(--heading); transform: translateY(-1px); }

    /* =========================================================
       SECTION 2 — HERO
    ========================================================= */
    .hero-section {
      background: linear-gradient(135deg, var(--dark) 0%, #0d6b62 55%, var(--heading) 100%);
      color: var(--white);
      padding: 48px 0 56px;
      position: relative;
      overflow: hidden;
    }
    .hero-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='3' fill='%23ffffff' fill-opacity='0.025'/%3E%3C/svg%3E");
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1fr 480px;
      gap: 52px;
      align-items: start;
      position: relative;
      z-index: 1;
    }

    /* Left */
    .hero-left .hero-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(211,225,98,0.18);
      border: 1px solid rgba(211,225,98,0.38);
      color: var(--lime);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 100px;
      margin-bottom: 22px;
    }
    .hero-left h1 {
      font-size: clamp(1.7rem, 3.5vw, 2.55rem);
      font-weight: 900;
      line-height: 1.15;
      letter-spacing: -0.025em;
      margin-bottom: 16px;
    }
    .hero-left h1 span { color: var(--lime); }
    .hero-left .hero-sub {
      font-size: 1.04rem;
      opacity: 0.84;
      line-height: 1.72;
      margin-bottom: 30px;
      max-width: 480px;
    }

    .hero-checklist {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 13px;
      margin-bottom: 32px;
    }
    .hero-checklist li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.97rem;
      font-weight: 500;
      line-height: 1.5;
    }
    .check-box {
      width: 24px; height: 24px;
      background: var(--lime);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      color: var(--heading);
      font-size: 0.72rem;
      margin-top: 1px;
    }

    .hero-trust-row {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      padding-top: 22px;
      border-top: 1px solid rgba(255,255,255,0.14);
    }
    .hero-trust-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 0.83rem;
      opacity: 0.80;
    }
    .hero-trust-item i { color: var(--lime); }

    /* Right — Booking Card */
    .booking-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.22);
      color: var(--text);
    }
    .booking-card-header {
      background: var(--heading);
      color: var(--white);
      padding: 20px 26px;
      display: flex;
      align-items: center;
      gap: 14px;
    }
    .booking-header-icon {
      width: 44px; height: 44px;
      background: rgba(211,225,98,0.20);
      border: 1px solid rgba(211,225,98,0.35);
      border-radius: 11px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.15rem;
      color: var(--lime);
      flex-shrink: 0;
    }
    .booking-card-header h3 { font-size: 1rem; font-weight: 800; margin-bottom: 2px; }
    .booking-card-header p { font-size: 0.82rem; opacity: 0.75; }

    /* Calendly Embed Placeholder */
    .calendly-wrap {
      padding: 0;
      min-height: 540px;
      display: flex;
      flex-direction: column;
    }
    .calendly-embed-real {
      flex: 1;
      min-height: 540px;
      width: 100%;
    }

    /* Placeholder shown when Calendly not loaded */
    .calendly-placeholder {
      padding: 28px 26px;
    }
    .cal-placeholder-inner {
      border: 2px dashed rgba(9,93,64,0.18);
      border-radius: var(--radius-lg);
      background: var(--bg);
      padding: 32px 24px;
      text-align: center;
    }
    .cal-icon { font-size: 2.4rem; color: var(--cta); margin-bottom: 14px; }
    .cal-placeholder-inner h4 { font-size: 1rem; font-weight: 800; color: var(--heading); margin-bottom: 6px; }
    .cal-placeholder-inner p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 18px; }

    .cal-mini-slots {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 18px;
    }
    .cal-slot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: var(--white);
      border: 1.5px solid rgba(9,93,64,0.12);
      border-radius: 9px;
      padding: 10px 14px;
      cursor: pointer;
      transition: var(--transition);
    }
    .cal-slot:hover { border-color: var(--cta); background: var(--alt); }
    .cal-slot-left { display: flex; align-items: center; gap: 10px; font-size: 0.86rem; font-weight: 600; color: var(--text); }
    .cal-slot-left i { color: var(--cta); font-size: 0.84rem; }
    .cal-slot-badge {
      font-size: 0.73rem;
      font-weight: 700;
      padding: 3px 9px;
      border-radius: 100px;
    }
    .slot-open  { background: #dcfce7; color: #14532d; }
    .slot-full  { background: #fee2e2; color: #991b1b; }

    .book-now-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      background: var(--cta);
      color: var(--white);
      font-size: 0.97rem;
      font-weight: 800;
      padding: 14px;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      transition: var(--transition);
      width: 100%;
      font-family: inherit;
    }
    .book-now-btn:hover { background: var(--heading); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,128,96,0.28); }

    .booking-footer-meta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      padding: 14px 20px;
      background: var(--alt);
      flex-wrap: wrap;
    }
    .bfm-item {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.78rem;
      font-weight: 600;
      color: var(--text-muted);
    }
    .bfm-item i { color: var(--cta); }

    /* =========================================================
       SECTION 3 — URGENCY STRIP
    ========================================================= */
    .urgency-strip {
      background: var(--heading);
      color: var(--white);
      padding: 16px 0;
    }
    .urgency-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
    }
    .urgency-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.91rem;
      font-weight: 700;
    }
    .urgency-item i { color: var(--lime); }
    .urgency-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(211,225,98,0.18);
      border: 1px solid rgba(211,225,98,0.35);
      color: var(--lime);
      font-size: 0.80rem;
      font-weight: 800;
      padding: 5px 14px;
      border-radius: 100px;
    }
    .slot-dots {
      display: flex;
      gap: 5px;
    }
    .slot-dot {
      width: 11px; height: 11px;
      border-radius: 50%;
    }
    .dot-taken     { background: #ef4444; }
    .dot-available { background: var(--lime); }

    /* =========================================================
       SHARED SECTION STYLES
    ========================================================= */
    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--lime);
      color: var(--heading);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 6px 14px;
      border-radius: 100px;
      margin-bottom: 14px;
    }
    .section-header {
      text-align: center;
      max-width: 620px;
      margin: 0 auto 44px;
    }
    .section-header h2 {
      font-size: clamp(1.5rem, 3vw, 2.1rem);
      font-weight: 900;
      color: var(--heading);
      letter-spacing: -0.02em;
      margin-bottom: 10px;
    }
    .section-header p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.7; }

    /* =========================================================
       SECTION 4 — WHAT HAPPENS ON THE CALL
    ========================================================= */
    .on-call-section {
      background: var(--bg);
      padding: 56px 0;
    }
    .timeline-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      position: relative;
      max-width: 900px;
      margin: 0 auto;
    }
    .timeline-grid::before {
      content: '';
      position: absolute;
      top: 34px;
      left: calc(12.5% + 18px);
      right: calc(12.5% + 18px);
      height: 2px;
      background: var(--alt);
      z-index: 0;
    }
    .timeline-step {
      text-align: center;
      padding: 0 12px;
      position: relative;
      z-index: 1;
    }
    .tl-icon-wrap {
      width: 68px; height: 68px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 16px;
      border: 3px solid var(--white);
      box-shadow: var(--shadow);
      position: relative;
      z-index: 2;
    }
    .tl-time {
      position: absolute;
      top: -8px; right: -8px;
      background: var(--cta);
      color: var(--white);
      font-size: 0.65rem;
      font-weight: 800;
      padding: 3px 7px;
      border-radius: 100px;
      border: 2px solid var(--white);
      white-space: nowrap;
    }
    .timeline-step h4 {
      font-size: 0.92rem;
      font-weight: 800;
      color: var(--heading);
      margin-bottom: 8px;
      line-height: 1.3;
    }
    .timeline-step p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.55; }

    /* =========================================================
       SECTION 5 — WHO YOU TALK TO
    ========================================================= */
    .who-talks-section {
      background: var(--alt);
      padding: 48px 0;
    }
    .who-talks-inner {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 52px;
      align-items: center;
    }
    .consultant-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 32px;
      text-align: center;
      box-shadow: var(--shadow-lg);
      border: 1.5px solid rgba(9,93,64,0.09);
    }
    .consultant-avatar {
      width: 110px; height: 110px;
      background: linear-gradient(135deg, var(--dark), var(--heading));
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 2.2rem;
      font-weight: 900;
      color: var(--lime);
      margin: 0 auto 16px;
      border: 4px solid var(--alt);
    }
    .consultant-card h3 { font-size: 1.15rem; font-weight: 900; color: var(--heading); margin-bottom: 4px; }
    .consultant-card .con-role { font-size: 0.86rem; color: var(--text-muted); margin-bottom: 18px; }

    .consultant-creds {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 20px;
    }
    .cred-item {
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--alt);
      border-radius: 9px;
      padding: 9px 13px;
      font-size: 0.84rem;
      font-weight: 600;
      color: var(--text);
      text-align: left;
    }
    .cred-item i { color: var(--cta); font-size: 0.82rem; flex-shrink: 0; }

    .consultant-quote {
      background: var(--alt);
      border-left: 3px solid var(--cta);
      border-radius: 0 var(--radius) var(--radius) 0;
      padding: 14px 16px;
      font-size: 0.85rem;
      font-style: italic;
      color: var(--text-muted);
      line-height: 1.65;
      text-align: left;
    }

    .who-talks-content h2 {
      font-size: clamp(1.4rem, 2.5vw, 1.95rem);
      font-weight: 900;
      color: var(--heading);
      letter-spacing: -0.02em;
      margin-bottom: 14px;
      line-height: 1.2;
    }
    .who-talks-content p {
      font-size: 0.97rem;
      color: var(--text-muted);
      line-height: 1.75;
      margin-bottom: 16px;
    }
    .consultant-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 24px;
    }
    .con-stat {
      background: var(--white);
      border-radius: var(--radius);
      padding: 16px;
      text-align: center;
      box-shadow: var(--shadow);
    }
    .con-stat strong { display: block; font-size: 1.4rem; font-weight: 900; color: var(--cta); }
    .con-stat span { font-size: 0.76rem; color: var(--text-muted); line-height: 1.3; }

    .book-call-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--cta);
      color: var(--white);
      font-size: 0.95rem;
      font-weight: 800;
      padding: 13px 26px;
      border-radius: 10px;
      margin-top: 24px;
      transition: var(--transition);
    }
    .book-call-link:hover { background: var(--heading); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,128,96,0.25); }

    /* =========================================================
       SECTION 6 — PERFECT FOR YOU
    ========================================================= */
    .perfect-for-section {
      background: var(--bg);
      padding: 48px 0;
    }
    .fit-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px;
    }
    .fit-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 30px;
      box-shadow: var(--shadow);
      border: 1.5px solid rgba(9,93,64,0.09);
    }
    .fit-card-header {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 22px;
      padding-bottom: 18px;
      border-bottom: 2px solid var(--alt);
    }
    .fit-icon {
      width: 46px; height: 46px;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.15rem;
      flex-shrink: 0;
    }
    .fit-card-header div h3 { font-size: 1.05rem; font-weight: 800; }
    .fit-card-header div p { font-size: 0.82rem; color: var(--text-muted); margin-top: 2px; }

    .fit-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
    .fit-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-size: 0.93rem;
      line-height: 1.55;
    }
    .fit-badge {
      width: 22px; height: 22px;
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.62rem;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .fit-note {
      margin-top: 20px;
      background: var(--alt);
      border-radius: var(--radius);
      padding: 14px 16px;
      font-size: 0.85rem;
      color: var(--text-muted);
      line-height: 1.6;
    }
    .fit-note strong { color: var(--heading); }

    /* =========================================================
       SECTION 7 — WHAT HAPPENS AFTER
    ========================================================= */
    .after-call-section {
      background: var(--alt);
      padding: 48px 0;
    }
    .after-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }
    .after-step-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      padding: 24px 20px;
      text-align: center;
      box-shadow: var(--shadow);
      border: 1.5px solid rgba(9,93,64,0.09);
      transition: var(--transition);
      position: relative;
    }
    .after-step-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--cta); }
    .after-step-num {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: var(--cta);
      color: var(--white);
      width: 28px; height: 28px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.78rem;
      font-weight: 900;
      border: 3px solid var(--white);
    }
    .after-step-icon {
      width: 56px; height: 56px;
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      margin: 12px auto 16px;
      font-size: 1.3rem;
    }
    .after-step-card h4 { font-size: 0.95rem; font-weight: 800; color: var(--heading); margin-bottom: 8px; }
    .after-step-card p { font-size: 0.84rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 10px; }
    .after-step-tag {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      background: var(--alt);
      color: var(--heading);
      font-size: 0.73rem;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 100px;
    }
    .after-step-tag i { font-size: 0.68rem; color: var(--cta); }

    /* =========================================================
       SECTION 8 — VALUE ANCHOR
    ========================================================= */
    .value-section {
      background: var(--bg);
      padding: 48px 0;
    }
    .value-inner {
      display: grid;
      grid-template-columns: 1fr 460px;
      gap: 52px;
      align-items: center;
    }
    .value-left h2 {
      font-size: clamp(1.45rem, 2.8vw, 1.95rem);
      font-weight: 900;
      color: var(--heading);
      letter-spacing: -0.02em;
      margin-bottom: 12px;
    }
    .value-left p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
    .value-left-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--cta);
      color: var(--white);
      font-size: 0.95rem;
      font-weight: 800;
      padding: 13px 26px;
      border-radius: 10px;
      transition: var(--transition);
    }
    .value-left-cta:hover { background: var(--heading); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,128,96,0.25); }

    .value-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      border: 1.5px solid rgba(9,93,64,0.09);
    }
    .value-card-hdr {
      background: var(--heading);
      color: var(--white);
      padding: 18px 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .value-card-hdr i { color: var(--lime); font-size: 1.2rem; }
    .value-card-hdr h3 { font-size: 1rem; font-weight: 800; }

    .value-rows { padding: 0; }
    .value-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 22px;
      border-bottom: 1px solid var(--alt);
      gap: 14px;
    }
    .value-row:last-of-type { border-bottom: none; }
    .vr-name {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.93rem;
      font-weight: 600;
      color: var(--text);
    }
    .vr-name i { color: var(--cta); font-size: 0.88rem; width: 18px; }
    .vr-price { font-size: 0.87rem; font-weight: 700; color: var(--text-muted); }

    .value-total {
      background: var(--alt);
      padding: 15px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .value-total .tl { font-size: 0.95rem; font-weight: 700; color: var(--text); }
    .value-total .tp { font-size: 1rem; font-weight: 800; color: var(--text-muted); text-decoration: line-through; }

    .value-free-row {
      background: var(--cta);
      color: var(--white);
      padding: 18px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .value-free-row .fl { font-size: 1.05rem; font-weight: 800; }
    .value-free-row .fp { font-size: 1.4rem; font-weight: 900; color: var(--lime); }

    .value-card-cta {
      padding: 18px 22px;
    }
    .value-card-cta a {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: var(--cta);
      color: var(--white);
      font-size: 0.96rem;
      font-weight: 800;
      padding: 13px;
      border-radius: 10px;
      transition: var(--transition);
    }
    .value-card-cta a:hover { background: var(--heading); }

    /* =========================================================
       SECTION 9 — PAST RESULTS
    ========================================================= */
    .results-section {
      background: var(--alt);
      padding: 48px 0;
    }
    .results-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }
    .result-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1.5px solid rgba(9,93,64,0.09);
      transition: var(--transition);
    }
    .result-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

    .result-card-top {
      padding: 18px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid var(--alt);
    }
    .result-industry {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.88rem;
      font-weight: 700;
      color: var(--text);
    }
    .result-status {
      font-size: 0.73rem;
      font-weight: 800;
      padding: 4px 10px;
      border-radius: 100px;
      background: #e0f2fe;
      color: #0369a1;
      border: 1px solid #bae6fd;
    }

    .result-card-body { padding: 20px 22px; }
    .result-quote {
      font-size: 0.86rem;
      font-style: italic;
      color: var(--text-muted);
      line-height: 1.65;
      margin-bottom: 16px;
      padding-left: 12px;
      border-left: 3px solid var(--alt);
    }

    .result-finding {
      background: #fff4e5;
      border-radius: 9px;
      padding: 12px 14px;
      margin-bottom: 14px;
    }
    .result-finding .rf-label {
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #92400e;
      margin-bottom: 4px;
    }
    .result-finding p { font-size: 0.85rem; color: var(--text); font-weight: 600; margin: 0; }

    .result-outcome {
      background: var(--alt);
      border-radius: var(--radius);
      padding: 14px;
    }
    .result-outcome .ro-label {
      font-size: 0.72rem;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: var(--text-muted);
      margin-bottom: 8px;
    }
    .result-stats {
      display: flex;
      gap: 10px;
    }
    .rstat {
      background: var(--white);
      border-radius: 8px;
      padding: 10px;
      flex: 1;
      text-align: center;
    }
    .rstat strong { display: block; font-size: 1.25rem; font-weight: 900; color: var(--cta); letter-spacing: -0.02em; }
    .rstat span { font-size: 0.70rem; color: var(--text-muted); }

    /* =========================================================
       SECTION 10 — TESTIMONIALS
    ========================================================= */
    .testimonials-section {
      background: var(--dark);
      padding: 48px 0;
      color: var(--white);
    }
    .testimonials-section .section-header h2 { color: var(--white); }
    .testimonials-section .section-header p { color: rgba(255,255,255,0.72); }

    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .t-card {
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--radius-lg);
      padding: 26px 22px;
      transition: var(--transition);
    }
    .t-card:hover { background: rgba(255,255,255,0.11); }
    .t-stars { color: #f59e0b; font-size: 0.88rem; letter-spacing: 2px; margin-bottom: 12px; }
    .t-quote { font-size: 0.92rem; line-height: 1.72; opacity: 0.88; margin-bottom: 16px; font-style: italic; }
    .t-result-pill {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: rgba(211,225,98,0.15);
      border: 1px solid rgba(211,225,98,0.30);
      color: var(--lime);
      font-size: 0.75rem;
      font-weight: 800;
      padding: 4px 11px;
      border-radius: 100px;
      margin-bottom: 16px;
    }
    .t-author {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,0.10);
    }
    .t-avatar {
      width: 38px; height: 38px;
      background: var(--heading);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.78rem;
      font-weight: 900;
      color: var(--lime);
      flex-shrink: 0;
    }
    .t-author strong { display: block; font-size: 0.86rem; }
    .t-author span { font-size: 0.75rem; opacity: 0.62; }

    /* =========================================================
       SECTION 11 — PRE-CALL PREP
    ========================================================= */
    .prep-section {
      background: var(--bg);
      padding: 48px 0;
    }
    .prep-inner {
      display: grid;
      grid-template-columns: 1fr 460px;
      gap: 52px;
      align-items: center;
    }
    .prep-left h2 {
      font-size: clamp(1.4rem, 2.5vw, 1.9rem);
      font-weight: 900;
      color: var(--heading);
      letter-spacing: -0.02em;
      margin-bottom: 14px;
    }
    .prep-left p { font-size: 0.97rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 14px; }

    .prep-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      border: 1.5px solid rgba(9,93,64,0.09);
    }
    .prep-card-header {
      background: var(--heading);
      color: var(--white);
      padding: 18px 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .prep-card-header i { color: var(--lime); font-size: 1.1rem; }
    .prep-card-header h4 { font-size: 0.97rem; font-weight: 800; }

    .prep-list { padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; }
    .prep-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 13px 16px;
      background: var(--bg);
      border-radius: var(--radius);
      border: 1px solid rgba(9,93,64,0.08);
      transition: var(--transition);
    }
    .prep-item:hover { border-color: var(--cta); background: var(--alt); }
    .prep-check {
      width: 28px; height: 28px;
      background: var(--alt);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: var(--cta);
      font-size: 0.80rem;
      flex-shrink: 0;
      transition: var(--transition);
    }
    .prep-item:hover .prep-check { background: var(--cta); color: var(--white); }
    .prep-item-body strong { display: block; font-size: 0.88rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
    .prep-item-body span { font-size: 0.80rem; color: var(--text-muted); }

    .prep-card-footer {
      background: var(--alt);
      padding: 16px 22px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.84rem;
      font-weight: 600;
      color: var(--text-muted);
    }
    .prep-card-footer i { color: var(--cta); }

    /* =========================================================
       SECTION 12 — FAQ
    ========================================================= */
    .faq-section {
      background: var(--alt);
      padding: 48px 0;
    }
    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 10px;
      max-width: 800px;
      margin: 0 auto;
    }
    .faq-item {
      background: var(--white);
      border-radius: var(--radius-lg);
      border: 1.5px solid rgba(9,93,64,0.09);
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(9,93,64,0.05);
      transition: var(--transition);
    }
    .faq-item.open { border-color: rgba(9,93,64,0.20); box-shadow: var(--shadow); }
    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 22px;
      cursor: pointer;
      gap: 16px;
      user-select: none;
    }
    .faq-q-left { display: flex; align-items: center; gap: 14px; }
    .faq-q-ico {
      width: 30px; height: 30px;
      background: var(--alt);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: var(--cta);
      font-size: 0.78rem;
      flex-shrink: 0;
      transition: var(--transition);
    }
    .faq-item.open .faq-q-ico { background: var(--cta); color: var(--white); }
    .faq-q h4 { font-size: 0.95rem; font-weight: 700; color: var(--text); line-height: 1.35; }
    .faq-item.open .faq-q h4 { color: var(--heading); }
    .faq-chevron { color: var(--text-muted); font-size: 0.80rem; transition: var(--transition); flex-shrink: 0; }
    .faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--cta); }
    .faq-ans { display: none; padding: 0 22px 18px 66px; }
    .faq-item.open .faq-ans { display: block; }
    .faq-ans p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.75; }

    /* =========================================================
       SECTION 13 — FINAL CTA (Repeat Widget)
    ========================================================= */
    .final-cta-section {
      background: linear-gradient(135deg, var(--dark) 0%, #0d6b62 55%, var(--heading) 100%);
      padding: 56px 0;
      color: var(--white);
      position: relative;
      overflow: hidden;
    }
    .final-cta-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='3' fill='%23ffffff' fill-opacity='0.025'/%3E%3C/svg%3E");
      pointer-events: none;
    }
    .final-cta-grid {
      display: grid;
      grid-template-columns: 1fr 460px;
      gap: 52px;
      align-items: center;
      position: relative;
      z-index: 1;
    }

    .final-cta-left .f-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(211,225,98,0.18);
      border: 1px solid rgba(211,225,98,0.38);
      color: var(--lime);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 100px;
      margin-bottom: 18px;
    }
    .final-cta-left h2 {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 900;
      letter-spacing: -0.02em;
      line-height: 1.2;
      margin-bottom: 14px;
    }
    .final-cta-left h2 span { color: var(--lime); }
    .final-cta-left p { font-size: 1rem; opacity: 0.82; line-height: 1.7; margin-bottom: 24px; }

    .final-assurances {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .final-assurance {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.9rem;
      opacity: 0.88;
    }
    .final-assurance i { color: var(--lime); font-size: 0.88rem; }

    .final-booking-card {
      background: var(--white);
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.22);
      color: var(--text);
    }
    .fbc-header {
      background: var(--heading);
      color: var(--white);
      padding: 18px 24px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .fbc-header-icon {
      width: 40px; height: 40px;
      background: rgba(211,225,98,0.18);
      border: 1px solid rgba(211,225,98,0.35);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      color: var(--lime);
      font-size: 1rem;
      flex-shrink: 0;
    }
    .fbc-header h3 { font-size: 0.97rem; font-weight: 800; margin-bottom: 2px; }
    .fbc-header p { font-size: 0.80rem; opacity: 0.72; }
    .fbc-urgency {
      background: rgba(239,68,68,0.08);
      border-bottom: 1px solid rgba(239,68,68,0.15);
      padding: 10px 22px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.82rem;
      font-weight: 700;
      color: #dc2626;
    }
    .fbc-urgency i { font-size: 0.80rem; }

    /* =========================================================
       SECTION 14 — MINIMAL FOOTER
    ========================================================= */
    .minimal-footer {
      background: var(--dark);
      color: rgba(255,255,255,0.65);
      padding: 22px 0;
    }
    .mf-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    .mf-inner p { font-size: 0.82rem; }
    .mf-links { display: flex; gap: 20px; list-style: none; }
    .mf-links a { font-size: 0.82rem; color: rgba(255,255,255,0.55); transition: var(--transition); }
    .mf-links a:hover { color: var(--lime); }
    .mf-back {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.55);
      display: flex;
      align-items: center;
      gap: 6px;
      transition: var(--transition);
    }
    .mf-back:hover { color: var(--lime); }

    /* =========================================================
       RESPONSIVE
    ========================================================= */
    @media (max-width: 1024px) {
      .hero-grid         { grid-template-columns: 1fr 420px; gap: 36px; }
      .value-inner       { grid-template-columns: 1fr; }
      .who-talks-inner   { grid-template-columns: 1fr; }
      .consultant-card   { max-width: 380px; margin: 0 auto; }
      .prep-inner        { grid-template-columns: 1fr; }
      .final-cta-grid    { grid-template-columns: 1fr; }
      .after-steps       { grid-template-columns: repeat(2, 1fr); }
      .timeline-grid     { grid-template-columns: repeat(2, 1fr); gap: 24px; }
      .timeline-grid::before { display: none; }
    }
    @media (max-width: 768px) {
      .hero-grid         { grid-template-columns: 1fr; }
      .nav-centre        { display: none; }
      .fit-grid          { grid-template-columns: 1fr; }
      .results-grid      { grid-template-columns: 1fr; }
      .testimonials-grid { grid-template-columns: 1fr; }
      .urgency-inner     { flex-direction: column; gap: 12px; text-align: center; }
      .consultant-stats  { grid-template-columns: repeat(3, 1fr); }
      .mf-inner          { flex-direction: column; text-align: center; }
    }
    @media (max-width: 540px) {
      .after-steps       { grid-template-columns: 1fr; }
      .timeline-grid     { grid-template-columns: 1fr; }
      .result-stats      { flex-direction: column; }
      .consultant-stats  { grid-template-columns: 1fr 1fr; gap: 10px; }
    }
  