/* product-sourcing_Version1.css | v6 */
    :root {
      --dark:       #13544E;
      --heading:    #095D40;
      --accent:     #6C9A40;
      --cta:        #008060;
      --lime:       #D3E162;
      --lime-light: #E4F577;
      --bg:         #FBF7ED;
      --alt:        #E0EDD4;
      --text:       #212B36;
      --muted:      #5a6a75;
      --white:      #ffffff;
      --error:      #ef4444;
      --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);
      --shadow-xl:  0 16px 64px rgba(9,93,64,0.18);
      --transition: all 0.25s ease;
      --bg-alt:     #E0EDD4;
      --navy:       #212B36;
      --r-sm:       8px;
      --r-md:       12px;
      --r-lg:       20px;
      --shadow-sm:  0 2px 12px rgba(9,93,64,0.06);
      --ease:       all 0.25s ease;
      --font-display: 'Nunito', sans-serif;
      --font-body:    'Inter', sans-serif;
    }
    *, *::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); line-height: 1.65; -webkit-font-smoothing: antialiased; padding-top: 115px; /* 40px announcement bar + 75px nav */ }
    a { text-decoration: none; color: inherit; }
    img { max-width: 100%; display: block; }
    .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

    /* ── UTILITIES ── */
    .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-label.white { background: rgba(211,225,98,0.18); border: 1px solid rgba(211,225,98,0.38); color: var(--lime); }
    .section-header { text-align: center; max-width: 720px; margin: 0 auto 52px; }
    .section-header h2 { font-size: clamp(1.7rem,3.2vw,2.4rem); font-weight: 900; color: var(--heading); letter-spacing: -0.025em; line-height: 1.18; margin-bottom: 14px; }
    .section-header p { font-size: 1rem; color: var(--muted); line-height: 1.72; }

    /* ── BREADCRUMB ── */
    .breadcrumb-bar { background: var(--white); border-bottom: 1px solid rgba(9,93,64,0.08); padding: 10px 0; }
    .breadcrumb { display: flex; align-items: center; gap: 7px; font-size: 0.80rem; flex-wrap: wrap; }
    .breadcrumb a { color: var(--cta); font-weight: 600; transition: var(--transition); }
    .breadcrumb a:hover { color: var(--heading); }
    .breadcrumb .sep { color: var(--muted); font-size: 0.58rem; }
    .breadcrumb .current { color: var(--heading); font-weight: 800; }

    /* ── HERO ── */
    .hero { background: linear-gradient(135deg, var(--dark) 0%, #0d6b62 52%, var(--heading) 100%); padding: 72px 0 80px; position: relative; overflow: hidden; }
    .hero::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='2' fill='%23ffffff' fill-opacity='0.022'/%3E%3C/svg%3E"); pointer-events: none; }
    .hero::after { content: ''; position: absolute; top: -120px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(211,225,98,0.07) 0%, transparent 70%); pointer-events: none; }
    .hero-grid { display: grid; grid-template-columns: 1fr 440px; gap: 56px; align-items: center; position: relative; z-index: 1; }
    .hero-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(211,225,98,0.16); border: 1px solid rgba(211,225,98,0.35); 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: 20px; }
    .hero h1 { font-size: clamp(2rem,4vw,3rem); font-weight: 900; color: var(--white); letter-spacing: -0.028em; line-height: 1.10; margin-bottom: 18px; }
    .hero h1 span { color: var(--lime); }
    .hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.82); line-height: 1.72; margin-bottom: 30px; max-width: 520px; }
    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
    .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--lime); color: var(--heading); font-size: 0.96rem; font-weight: 900; padding: 14px 28px; border-radius: 11px; transition: var(--transition); box-shadow: 0 6px 24px rgba(211,225,98,0.30); }
    .btn-primary:hover { background: var(--lime-light); transform: translateY(-2px); }
    .btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); color: var(--white); border: 1.5px solid rgba(255,255,255,0.25); font-size: 0.96rem; font-weight: 800; padding: 14px 28px; border-radius: 11px; transition: var(--transition); }
    .btn-ghost:hover { background: rgba(255,255,255,0.20); }
    .hero-trust { display: flex; flex-wrap: wrap; gap: 18px; }
    .hero-trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.82rem; color: rgba(255,255,255,0.80); }
    .hero-trust-item i { color: var(--lime); font-size: 0.75rem; }

    /* ── HERO SOURCING MOCKUP ── */
    .hero-mockup { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); overflow: hidden; }
    .hm-bar { background: var(--heading); padding: 10px 14px; display: flex; align-items: center; gap: 6px; }
    .hm-dot { width: 11px; height: 11px; border-radius: 50%; }
    .hm-url { font-size: 0.72rem; color: rgba(255,255,255,0.60); margin-left: 8px; background: rgba(255,255,255,0.10); padding: 3px 10px; border-radius: 6px; flex: 1; }
    .src-dashboard { padding: 18px; }
    .src-db-title { font-size: 0.72rem; font-weight: 900; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
    .src-db-title i { color: var(--cta); }
    .supplier-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
    .supplier-row { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: var(--radius); background: var(--bg); border: 1px solid rgba(9,93,64,0.08); }
    .supplier-badge { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.70rem; font-weight: 900; flex-shrink: 0; }
    .supplier-badge.verified { background: #dcfce7; color: #16a34a; }
    .supplier-badge.gold { background: #fef9c3; color: #ca8a04; }
    .supplier-badge.blue { background: #dbeafe; color: #1e40af; }
    .supplier-name { font-size: 0.78rem; font-weight: 700; color: var(--heading); flex: 1; }
    .supplier-price { font-size: 0.72rem; font-weight: 900; color: var(--cta); }
    .supplier-moq { font-size: 0.65rem; color: var(--muted); }
    .supplier-stars { font-size: 0.60rem; color: #f59e0b; letter-spacing: 1px; }
    .src-stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 12px; }
    .src-stat { text-align: center; padding: 10px 6px; border-radius: var(--radius); }
    .src-stat.green { background: #dcfce7; }
    .src-stat.blue  { background: #dbeafe; }
    .src-stat.lime  { background: rgba(211,225,98,0.25); }
    .src-stat strong { display: block; font-size: 1rem; font-weight: 900; color: var(--heading); margin-bottom: 2px; }
    .src-stat span   { font-size: 0.62rem; color: var(--muted); font-weight: 700; }
    .src-saving-row { padding: 10px 12px; background: linear-gradient(135deg, var(--dark), var(--heading)); border-radius: var(--radius); display: flex; align-items: center; justify-content: space-between; }
    .src-saving-row .label { font-size: 0.72rem; color: rgba(255,255,255,0.75); font-weight: 700; }
    .src-saving-row .val { font-size: 1rem; font-weight: 900; color: var(--lime); }

    /* ── HERO STATS BAR ── */
    .hero-stats { background: var(--white); border-top: 3px solid var(--lime); padding: 28px 0; }
    .hero-stats-inner { display: grid; grid-template-columns: repeat(4,1fr); }
    .hs-item { text-align: center; padding: 16px; border-right: 1px solid rgba(9,93,64,0.10); }
    .hs-item:last-child { border-right: none; }
    .hs-num   { font-size: 1.9rem; font-weight: 900; color: var(--heading); letter-spacing: -0.02em; display: block; margin-bottom: 4px; }
    .hs-label { font-size: 0.80rem; color: var(--muted); font-weight: 600; }
    .hs-item { text-align: center; padding: 16px; border-right: 1px solid rgba(9,93,64,0.10); }
    .hs-item:last-child { border-right: none; }
    .hs-num   { font-size: 1.9rem; font-weight: 900; color: var(--heading); letter-spacing: -0.02em; display: block; margin-bottom: 4px; }
    .hs-label { font-size: 0.80rem; color: var(--muted); font-weight: 600; }

    /* ── PROBLEM SECTION ── */
    .problem-section { background: var(--alt); padding: 56px 0; }
    .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
    .problem-left h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.18; margin-bottom: 16px; }
    .problem-left p  { font-size: 0.97rem; color: var(--text); line-height: 1.75; margin-bottom: 14px; }
    .pain-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin: 20px 0 28px; }
    .pain-item { display: flex; align-items: flex-start; gap: 12px; }
    .pi-icon { width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.80rem; }
    .pi-icon.red   { background: rgba(239,68,68,0.10); color: #dc2626; }
    .pi-icon.green { background: rgba(0,128,96,0.10); color: var(--cta); }
    .pi-text h4 { font-size: 0.90rem; font-weight: 800; color: var(--heading); margin-bottom: 2px; }
    .pi-text p  { font-size: 0.84rem; color: var(--muted); margin: 0; line-height: 1.55; }
    .btn-cta-solid   { display: inline-flex; align-items: center; gap: 8px; background: var(--cta); color: var(--white); font-size: 0.92rem; font-weight: 900; padding: 13px 24px; border-radius: 10px; transition: var(--transition); }
    .btn-cta-solid:hover { background: var(--heading); transform: translateY(-2px); }
    .btn-cta-outline { display: inline-flex; align-items: center; gap: 8px; background: var(--white); color: var(--heading); border: 2px solid rgba(9,93,64,0.18); font-size: 0.92rem; font-weight: 800; padding: 13px 24px; border-radius: 10px; transition: var(--transition); }
    .btn-cta-outline:hover { border-color: var(--cta); color: var(--cta); }
    .problem-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }

    /* Savings card */
    .savings-card { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; border: 1.5px solid rgba(9,93,64,0.09); }
    .sv-header { background: var(--heading); padding: 16px 20px; }
    .sv-header h4 { font-size: 0.90rem; font-weight: 900; color: var(--white); margin-bottom: 2px; }
    .sv-header p  { font-size: 0.74rem; color: rgba(255,255,255,0.70); margin: 0; }
    .sv-body { padding: 20px; }
    .sv-compare-row { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px; border-radius: var(--radius); margin-bottom: 8px; }
    .sv-compare-row.before { background: rgba(239,68,68,0.06); border: 1px solid rgba(239,68,68,0.14); }
    .sv-compare-row.after  { background: rgba(0,128,96,0.07); border: 1px solid rgba(0,128,96,0.16); }
    .sv-compare-label { font-size: 0.80rem; font-weight: 700; color: var(--text); }
    .sv-compare-val   { font-size: 1.1rem; font-weight: 900; }
    .sv-compare-row.before .sv-compare-val { color: #dc2626; }
    .sv-compare-row.after  .sv-compare-val { color: var(--cta); }
    .sv-saving-banner { background: linear-gradient(135deg, var(--dark), var(--heading)); border-radius: var(--radius); padding: 14px 16px; margin-top: 12px; display: flex; align-items: center; justify-content: space-between; }
    .sv-saving-label { font-size: 0.80rem; color: rgba(255,255,255,0.80); font-weight: 700; }
    .sv-saving-val   { font-size: 1.4rem; font-weight: 900; color: var(--lime); }
    .sv-note { font-size: 0.72rem; color: var(--muted); margin-top: 10px; display: flex; align-items: flex-start; gap: 5px; line-height: 1.50; }
    .sv-note i { color: var(--cta); font-size: 0.68rem; flex-shrink: 0; margin-top: 3px; }
    .sv-items { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
    .sv-item { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: var(--bg); border-radius: var(--radius); font-size: 0.80rem; }
    .sv-item i.check { color: var(--cta); font-size: 0.68rem; }
    .sv-item i.cross { color: #dc2626; font-size: 0.68rem; }
    .sv-item span { color: var(--text); flex: 1; }
    .sv-item strong { color: var(--heading); font-weight: 800; margin-left: auto; }

    /* ── SUBSERVICES SECTION ── */
    .services-section { background: var(--bg); padding: 56px 0; }
    .svc-tabs { display: flex; gap: 7px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px; }
    .svc-tab { display: inline-flex; align-items: center; gap: 7px; font-size: 0.82rem; font-weight: 800; padding: 8px 16px; border-radius: 100px; cursor: pointer; transition: var(--transition); background: var(--white); color: var(--muted); border: 1.5px solid rgba(9,93,64,0.12); }
    .svc-tab:hover { border-color: var(--cta); color: var(--cta); }
    .svc-tab.active { background: var(--cta); color: var(--white); border-color: var(--cta); }
    .svc-tab i { font-size: 0.72rem; }
    .svc-tab .tab-text { display: inline; }
    .svc-panel { display: none; animation: fadeIn 0.35s ease; }
    .svc-panel.active { display: block; }
    .svc-layout { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: start; }
    .svc-left h2 { font-size: clamp(1.5rem,2.8vw,2.1rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.18; margin-bottom: 14px; }
    .svc-left .tagline { font-size: 1rem; color: var(--muted); line-height: 1.70; margin-bottom: 24px; }
    .svc-features { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
    .svc-feature { display: flex; align-items: flex-start; gap: 14px; }
    .sf-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
    .sf-text h4 { font-size: 0.92rem; font-weight: 900; color: var(--heading); margin-bottom: 3px; }
    .sf-text p  { font-size: 0.84rem; color: var(--muted); line-height: 1.58; margin: 0; }
    .svc-includes { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 28px; }
    .svc-includes li { display: flex; align-items: flex-start; gap: 7px; font-size: 0.86rem; color: var(--text); line-height: 1.55; }
    .svc-includes li i { color: var(--cta); font-size: 0.68rem; flex-shrink: 0; margin-top: 5px; }
    .svc-btns { display: flex; gap: 12px; flex-wrap: wrap; }

    /* Service sticky card */
    .svc-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow-lg); overflow: hidden; position: sticky; top: 90px; }
    .svc-card-head { background: var(--heading); padding: 20px 24px; }
    .sch-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.68rem; font-weight: 900; padding: 3px 10px; border-radius: 100px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.06em; }
    .svc-card-head h3 { font-size: 1rem; font-weight: 900; color: var(--white); margin-bottom: 4px; }
    .svc-card-head p  { font-size: 0.80rem; color: rgba(255,255,255,0.70); margin: 0; }
    .svc-card-body { padding: 22px 24px; }
    .sc-from-row { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 10px 14px; background: var(--bg); border-radius: var(--radius); }
    .sc-from-lbl   { font-size: 0.72rem; color: var(--muted); font-weight: 700; }
    .sc-from-price { font-size: 1.1rem; font-weight: 900; color: var(--heading); }
    .sc-from-note  { font-size: 0.68rem; color: var(--muted); margin-left: auto; }
    .sc-deliverables { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
    .sc-deliverables li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.86rem; color: var(--text); }
    .sc-deliverables li i { color: var(--cta); font-size: 0.68rem; flex-shrink: 0; margin-top: 5px; }
    .sc-timeline { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--alt); border-radius: var(--radius); margin-bottom: 16px; font-size: 0.84rem; }
    .sc-timeline i { color: var(--cta); font-size: 0.72rem; }
    .sc-timeline strong { color: var(--heading); }
    .sc-cta-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--cta); color: var(--white); font-size: 0.92rem; font-weight: 900; padding: 13px; border-radius: 10px; transition: var(--transition); width: 100%; margin-bottom: 8px; }
    .sc-cta-btn:hover { background: var(--heading); }
    .sc-secondary-btn { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--white); color: var(--heading); border: 2px solid rgba(9,93,64,0.18); font-size: 0.86rem; font-weight: 800; padding: 11px; border-radius: 10px; transition: var(--transition); width: 100%; }
    .sc-secondary-btn:hover { border-color: var(--cta); color: var(--cta); }

    /* ── PROCESS SECTION ── */
    .process-section { background: var(--alt); padding: 56px 0; }
    .process-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 0; position: relative; }
    .process-steps::before { content: ''; position: absolute; top: 36px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--cta), var(--lime)); z-index: 0; }
    .process-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 12px; position: relative; z-index: 1; }
    .ps-num { width: 72px; height: 72px; border-radius: 50%; background: var(--white); border: 3px solid var(--cta); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; flex-shrink: 0; box-shadow: 0 4px 18px rgba(0,128,96,0.18); transition: var(--transition); }
    .process-step:hover .ps-num { background: var(--cta); transform: scale(1.06); }
    .process-step:hover .ps-num i { color: #fff !important; }
    .process-step h4 { font-size: 0.90rem; font-weight: 900; color: var(--heading); margin-bottom: 6px; line-height: 1.30; }
    .process-step p  { font-size: 0.78rem; color: var(--muted); line-height: 1.58; }
    .ps-tag { display: inline-flex; margin-top: 10px; font-size: 0.68rem; font-weight: 900; padding: 3px 10px; border-radius: 100px; background: var(--lime); color: var(--heading); }

    /* ── PRICING ── */
    .pricing-section { background: var(--bg); padding: 56px 0; }
    .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
    .pricing-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); overflow: hidden; transition: var(--transition); position: relative; display: flex; flex-direction: column; }
    .pricing-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
    .pricing-card.popular { border-color: var(--cta); border-width: 2px; transform: translateY(-6px); box-shadow: var(--shadow-lg); }
    .pricing-card.popular:hover { transform: translateY(-9px); }
    .pc-popular-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: var(--cta); color: var(--white); font-size: 0.70rem; font-weight: 900; padding: 4px 16px; border-radius: 0 0 10px 10px; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
    .pc-head { padding: 28px 26px 0; }
    .pc-tier    { font-size: 0.72rem; font-weight: 900; color: var(--muted); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 6px; }
    .pc-name    { font-size: 1.1rem; font-weight: 900; color: var(--heading); margin-bottom: 4px; }
    .pc-tagline { font-size: 0.82rem; color: var(--muted); margin-bottom: 16px; line-height: 1.50; }
    .pc-price   { display: flex; align-items: flex-end; gap: 4px; margin-bottom: 6px; }
    .pc-currency { font-size: 1.1rem; font-weight: 900; color: var(--heading); margin-bottom: 8px; }
    .pc-amount  { font-size: 2.6rem; font-weight: 900; color: var(--heading); letter-spacing: -0.025em; line-height: 1; }
    .pc-period  { font-size: 0.80rem; color: var(--muted); margin-bottom: 6px; font-weight: 600; }
    .pc-timeline { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; color: var(--muted); }
    .pc-timeline i { color: var(--cta); font-size: 0.68rem; }
    .pc-divider { height: 1px; background: var(--alt); margin: 20px 26px; }
    .pc-body    { padding: 0 26px; flex: 1; }
    .pc-features { list-style: none; display: flex; flex-direction: column; gap: 9px; }
    .pc-features li { display: flex; align-items: flex-start; gap: 9px; font-size: 0.86rem; color: var(--text); line-height: 1.55; }
    .pc-features li i.check { color: var(--cta); font-size: 0.72rem; flex-shrink: 0; margin-top: 4px; }
    .pc-features li i.cross { color: #d1d5db; font-size: 0.72rem; flex-shrink: 0; margin-top: 4px; }
    .pc-features li.muted { opacity: 0.50; }
    .pc-foot    { padding: 22px 26px; display: flex; flex-direction: column; gap: 8px; }
    .pc-cta     { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 0.92rem; font-weight: 900; padding: 13px; border-radius: 10px; transition: var(--transition); }
    .pc-cta.solid   { background: var(--cta); color: var(--white); }
    .pc-cta.solid:hover   { background: var(--heading); }
    .pc-cta.outline { background: var(--white); color: var(--heading); border: 2px solid rgba(9,93,64,0.18); }
    .pc-cta.outline:hover { border-color: var(--cta); color: var(--cta); }

    /* ── RESULTS / TESTIMONIALS ── */
    .results-section { background: var(--dark); padding: 56px 0; position: relative; overflow: hidden; }
    .results-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='2' fill='%23ffffff' fill-opacity='0.020'/%3E%3C/svg%3E"); pointer-events: none; }
    .results-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,0.10); margin-bottom: 52px; border-radius: var(--radius-lg); overflow: hidden; position: relative; z-index: 1; }
    .rs-item { text-align: center; padding: 24px; background: rgba(255,255,255,0.04); }
    .rs-num  { font-size: 2.2rem; font-weight: 900; color: var(--lime); letter-spacing: -0.02em; display: block; margin-bottom: 4px; }
    .rs-lbl  { font-size: 0.78rem; color: rgba(255,255,255,0.65); font-weight: 600; }
    .results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; z-index: 1; }
    .result-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 28px; transition: var(--transition); }
    .result-card:hover { background: rgba(255,255,255,0.11); }
    .rc-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 14px; }
    .rc-industry { font-size: 0.68rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.07em; padding: 3px 10px; border-radius: 100px; background: rgba(211,225,98,0.18); color: var(--lime); border: 1px solid rgba(211,225,98,0.30); }
    .rc-stars { color: var(--lime); font-size: 0.72rem; letter-spacing: 2px; }
    .rc-metrics { display: flex; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
    .rc-metric strong { display: block; font-size: 1.2rem; font-weight: 900; color: var(--lime); letter-spacing: -0.02em; }
    .rc-metric span   { font-size: 0.68rem; color: rgba(255,255,255,0.60); font-weight: 600; }
    .rc-quote { font-size: 0.86rem; color: rgba(255,255,255,0.82); line-height: 1.68; font-style: italic; margin-bottom: 14px; }
    .rc-author { display: flex; align-items: center; gap: 10px; }
    .rc-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.80rem; font-weight: 900; }
    .rc-name  { font-size: 0.84rem; font-weight: 800; color: var(--white); display: block; margin-bottom: 1px; }
    .rc-store { font-size: 0.72rem; color: rgba(255,255,255,0.55); }

    /* ── WHY US ── */
    .whyus-section { background: var(--alt); padding: 56px 0; }
    .whyus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
    .whyus-left h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.18; margin-bottom: 14px; }
    .whyus-left p  { font-size: 0.96rem; color: var(--muted); line-height: 1.72; margin-bottom: 28px; }
    .why-points { display: flex; flex-direction: column; gap: 16px; }
    .wp-item { display: flex; align-items: flex-start; gap: 14px; }
    .wp-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
    .wp-text h4 { font-size: 0.92rem; font-weight: 900; color: var(--heading); margin-bottom: 3px; }
    .wp-text p  { font-size: 0.84rem; color: var(--muted); line-height: 1.58; margin: 0; }
    .whyus-right { display: flex; flex-direction: column; gap: 14px; }
    .guarantee-card { background: linear-gradient(135deg, var(--dark), var(--heading)); border-radius: var(--radius-lg); padding: 28px; position: relative; overflow: hidden; }
    .guarantee-card::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%3Ccircle cx='30' cy='30' r='2' fill='%23ffffff' fill-opacity='0.025'/%3E%3C/svg%3E"); pointer-events: none; }
    .gc-inner { position: relative; z-index: 1; }
    .gc-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
    .guarantee-card h4 { font-size: 1rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }
    .guarantee-card p  { font-size: 0.87rem; color: rgba(255,255,255,0.78); line-height: 1.65; }
    .trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .tb-item { background: var(--white); border-radius: var(--radius); padding: 14px; border: 1.5px solid rgba(9,93,64,0.09); display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); }
    .tb-icon { width: 36px; height: 36px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; }
    .tb-text strong { display: block; font-size: 0.82rem; font-weight: 900; color: var(--heading); margin-bottom: 1px; }
    .tb-text span   { font-size: 0.70rem; color: var(--muted); }

    /* ── FAQ ── */
    .faq-section { background: var(--bg); padding: 56px 0; }
    .faq-layout { display: grid; grid-template-columns: 1fr 360px; gap: 52px; align-items: start; }
    .faq-list { display: flex; flex-direction: column; gap: 10px; }
    .faq-item { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); overflow: hidden; transition: var(--transition); }
    .faq-item.open { border-color: rgba(0,128,96,0.28); }
    .faq-q { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; gap: 12px; transition: var(--transition); }
    .faq-q:hover { background: rgba(0,128,96,0.03); }
    .faq-q h4 { font-size: 0.92rem; font-weight: 800; color: var(--heading); margin: 0; line-height: 1.38; }
    .faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--alt); color: var(--heading); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; transition: var(--transition); }
    .faq-item.open .faq-toggle { background: var(--cta); color: var(--white); transform: rotate(45deg); }
    .faq-a { display: none; padding: 0 22px 18px; }
    .faq-item.open .faq-a { display: block; animation: fadeIn 0.3s ease; }
    .faq-a p { font-size: 0.90rem; color: var(--text); line-height: 1.72; margin: 0; }
    .faq-sidebar { display: flex; flex-direction: column; gap: 18px; }
    .fs-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); overflow: hidden; }
    .fs-head { background: var(--heading); padding: 13px 18px; font-size: 0.82rem; font-weight: 900; color: var(--lime); display: flex; align-items: center; gap: 7px; }
    .fs-body { padding: 18px; }
    .fs-contact-item { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--alt); }
    .fs-contact-item:last-child { border-bottom: none; }
    .fs-ci-icon { width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.80rem; }
    .fs-ci-text strong { display: block; font-size: 0.82rem; font-weight: 800; color: var(--heading); margin-bottom: 1px; }
    .fs-ci-text span   { font-size: 0.70rem; color: var(--muted); }

    /* ── QUERY FORM SECTION ── */
    .query-section { background: var(--alt); padding: 56px 0; }
    .query-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
    .query-left h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.18; margin-bottom: 14px; }
    .query-left p  { font-size: 0.96rem; color: var(--muted); line-height: 1.72; margin-bottom: 20px; }
    .query-bullets { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
    .query-bullets li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.90rem; color: var(--text); }
    .query-bullets li i { color: var(--cta); font-size: 0.70rem; flex-shrink: 0; margin-top: 5px; }
    .query-form-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow-lg); overflow: hidden; }
    .qfc-header { background: var(--heading); padding: 20px 26px; display: flex; align-items: center; gap: 12px; }
    .qfc-icon { width: 42px; height: 42px; border-radius: 11px; background: rgba(211,225,98,0.18); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--lime); flex-shrink: 0; }
    .qfc-header h3 { font-size: 0.95rem; font-weight: 900; color: var(--white); margin-bottom: 2px; }
    .qfc-header p  { font-size: 0.76rem; color: rgba(255,255,255,0.68); margin: 0; }
    .qfc-body { padding: 26px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
    .form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
    .form-group label { font-size: 0.82rem; font-weight: 800; color: var(--heading); }
    .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid rgba(9,93,64,0.15); border-radius: var(--radius); background: var(--bg); color: var(--text); font-family: inherit; font-size: 0.90rem; outline: none; transition: var(--transition); }
    .form-group textarea { resize: vertical; min-height: 100px; line-height: 1.55; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--cta); background: var(--white); box-shadow: 0 0 0 3px rgba(0,128,96,0.10); }
    .form-group input::placeholder, .form-group textarea::placeholder { color: #aab3bb; }
    .form-group select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235a6a75' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 10px; padding-right: 32px; }
    .form-submit { display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--cta); color: var(--white); font-size: 0.96rem; font-weight: 900; padding: 14px; border-radius: 11px; width: 100%; border: none; font-family: inherit; cursor: pointer; transition: var(--transition); box-shadow: 0 6px 20px rgba(0,128,96,0.28); margin-bottom: 12px; }
    .form-submit:hover { background: var(--heading); transform: translateY(-2px); }
    .form-secure { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.76rem; color: var(--muted); }
    .form-secure i { color: var(--cta); font-size: 0.68rem; }

    /* ── CALENDLY / BOOK MEETING SECTION ── */
    .booking-section { background: var(--bg); padding: 56px 0; }
    .booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
    .booking-left h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.18; margin-bottom: 14px; }
    .booking-left p  { font-size: 0.96rem; color: var(--muted); line-height: 1.72; margin-bottom: 20px; }
    .booking-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
    .booking-option { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); }
    .bo-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
    .bo-text h4 { font-size: 0.90rem; font-weight: 900; color: var(--heading); margin-bottom: 2px; }
    .bo-text p  { font-size: 0.82rem; color: var(--muted); margin: 0; }
    .calendly-wrapper { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow-lg); overflow: hidden; }
    .calendly-header { background: var(--heading); padding: 18px 24px; display: flex; align-items: center; gap: 12px; }
    .cal-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(211,225,98,0.18); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--lime); flex-shrink: 0; }
    .calendly-header h3 { font-size: 0.95rem; font-weight: 900; color: var(--white); margin-bottom: 2px; }
    .calendly-header p  { font-size: 0.74rem; color: rgba(255,255,255,0.68); margin: 0; }
    .calendly-embed { min-height: 420px; padding: 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; background: var(--bg); }
    .calendly-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--cta); color: var(--white); font-size: 1rem; font-weight: 900; padding: 16px 32px; border-radius: 12px; transition: var(--transition); box-shadow: 0 6px 24px rgba(0,128,96,0.28); text-decoration: none; }
    .calendly-cta-btn:hover { background: var(--heading); transform: translateY(-2px); }
    .calendly-note { font-size: 0.80rem; color: var(--muted); text-align: center; line-height: 1.55; max-width: 320px; }
    .calendly-meta { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
    .cal-meta-item { display: flex; align-items: center; gap: 7px; font-size: 0.80rem; color: var(--muted); }
    .cal-meta-item i { color: var(--cta); font-size: 0.72rem; }

    /* ── FINAL CTA ── */
    .final-cta { background: linear-gradient(135deg, var(--dark) 0%, #0d6b62 52%, var(--heading) 100%); padding: 56px 0; position: relative; overflow: hidden; }
    .final-cta::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='2' fill='%23ffffff' fill-opacity='0.022'/%3E%3C/svg%3E"); pointer-events: none; }
    .final-cta-inner { text-align: center; position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
    .final-cta h2 { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 900; color: var(--white); letter-spacing: -0.025em; line-height: 1.14; margin-bottom: 16px; }
    .final-cta h2 span { color: var(--lime); }
    .final-cta p  { font-size: 1rem; color: rgba(255,255,255,0.80); line-height: 1.70; margin-bottom: 32px; }
    .final-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
    .fct-item { display: flex; align-items: center; gap: 6px; font-size: 0.80rem; color: rgba(255,255,255,0.72); }
    .fct-item i { color: var(--lime); font-size: 0.72rem; }

    /* ── ANIMATIONS ── */
    @keyframes fadeIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes float  { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
    @keyframes toastIn  { from { opacity: 0; transform: translateX(-50%) translateY(20px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
    @keyframes toastOut { to { opacity: 0; transform: translateX(-50%) translateY(20px); } }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      .hero-grid     { grid-template-columns: 1fr; gap: 36px; }
      .hero-mockup   { max-width: 480px; margin: 0 auto; }
      .problem-grid  { grid-template-columns: 1fr; }
      .svc-layout    { grid-template-columns: 1fr; }
      .svc-card      { position: static; }
      .process-steps { grid-template-columns: repeat(3,1fr); gap: 24px; }
      .process-steps::before { display: none; }
      .pricing-grid  { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
      .pricing-card.popular { transform: none; }
      .results-grid  { grid-template-columns: 1fr; }
      .results-stats { grid-template-columns: repeat(2,1fr); }
      .whyus-grid    { grid-template-columns: 1fr; }
      .faq-layout    { grid-template-columns: 1fr; }
      .query-grid    { grid-template-columns: 1fr; }
      .booking-grid  { grid-template-columns: 1fr; }
      .hero-stats-inner { grid-template-columns: repeat(2,1fr); }
    }
    @media (max-width: 600px) {
      .svc-includes  { grid-template-columns: 1fr; }
      .trust-badges  { grid-template-columns: 1fr; }
      .hero-btns     { flex-direction: column; }
      .hero-stats-inner { grid-template-columns: 1fr 1fr; }
      .results-stats { grid-template-columns: 1fr 1fr; }
      .process-steps { grid-template-columns: 1fr 1fr; }
      .form-row      { grid-template-columns: 1fr; }
      .src-stats-row { grid-template-columns: 1fr 1fr; }

      /* ── Service tabs: horizontal scroll slider on mobile ── */
      .svc-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        gap: 8px;
        padding: 4px 4px 10px;
        margin-bottom: 28px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        /* Gradient fade on right edge as scroll hint */
        mask-image: linear-gradient(to right, #000 calc(100% - 48px), transparent 100%);
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 48px), transparent 100%);
      }
      .svc-tabs::-webkit-scrollbar { display: none; }
      .svc-tab {
        flex-shrink: 0;
        scroll-snap-align: start;
        white-space: nowrap;
        font-size: 0.80rem;
        padding: 7px 14px;
      }

      /* ── Hide panel CTA buttons on mobile — pricing card has them ── */
      .svc-btns { display: none; }
    }

    /* ────────────────────────────────────────────────────────────
       FIXES — align HTML class names with CSS
    ──────────────────────────────────────────────────────────── */

    /* Process steps: HTML uses .ps-number + .ps-icon (separate), CSS was
       originally written for a single .ps-num containing the icon.
       Hide the text number; style .ps-icon as the circle instead. */
    .ps-number { display: none; }
    .ps-icon {
      width: 72px; height: 72px; border-radius: 50%;
      background: var(--white); border: 3px solid var(--cta);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.4rem; color: var(--cta);
      margin-bottom: 18px; flex-shrink: 0;
      box-shadow: 0 4px 18px rgba(0,128,96,0.18);
      transition: var(--transition);
    }
    .process-step:hover .ps-icon { background: var(--cta); color: var(--white); transform: scale(1.06); }
    /* HTML uses <h3> inside process steps; CSS targeted h4 */
    .process-step h3 { font-size: 0.90rem; font-weight: 900; color: var(--heading); margin-bottom: 6px; line-height: 1.30; }

    /* Pricing cards: HTML uses .pc-header; CSS has .pc-head */
    .pc-header { padding: 28px 26px 0; }
    /* HTML plan name is .pc-plan */
    .pc-plan { font-size: 1.1rem; font-weight: 900; color: var(--heading); margin-bottom: 4px; }
    /* Billing period text */
    .pc-billing { font-size: 0.80rem; color: var(--muted); font-weight: 600; margin-bottom: 10px; }
    /* Card description */
    .pc-desc { font-size: 0.82rem; color: var(--muted); margin-bottom: 16px; line-height: 1.50; }
    /* Features list padding (no .pc-body wrapper in HTML) */
    .pricing-card .pc-features { padding: 0 26px 4px; }
    /* Checkmark icons: HTML uses bare <i> tags; CSS targeted i.check / i.cross */
    .pc-features li:not(.pc-feat-off) i { color: var(--cta); font-size: 0.72rem; flex-shrink: 0; margin-top: 4px; }
    .pc-feat-off { opacity: 0.48; }
    .pc-feat-off i { color: #d1d5db !important; }
    /* CTA button sits outside pc-body so needs its own margin */
    a.pc-cta {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      background: var(--cta); color: var(--white);
      font-size: 0.92rem; font-weight: 900; padding: 13px 26px;
      border-radius: 10px; transition: var(--transition);
      margin: 20px 26px 8px;
    }
    a.pc-cta:hover { background: var(--heading); }
    .pricing-card.popular a.pc-cta { background: var(--lime); color: var(--heading); }
    .pricing-card.popular a.pc-cta:hover { background: var(--lime-light); }
    .pc-note { font-size: 0.72rem; color: var(--muted); text-align: center; padding: 0 26px 20px; }

    /* Final CTA section: HTML uses fc-inner / fc-btns / fc-trust / btn-cta-ghost */
    .fc-inner { text-align: center; position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
    .final-cta h2 { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 900; color: var(--white); letter-spacing: -0.025em; line-height: 1.14; margin-bottom: 16px; }
    .final-cta h2 span, .final-cta h2 .lime { color: var(--lime); }
    .final-cta > .container > .fc-inner > p,
    .fc-content > p { font-size: 1rem; color: rgba(255,255,255,0.80); line-height: 1.70; margin-bottom: 32px; }
    .fc-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px; }
    .btn-cta-ghost {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.12); color: var(--white);
      border: 1.5px solid rgba(255,255,255,0.30);
      font-size: 0.92rem; font-weight: 800; padding: 13px 24px;
      border-radius: 10px; transition: var(--transition);
    }
    .btn-cta-ghost:hover { background: rgba(255,255,255,0.22); }
    .btn-lg { padding: 15px 30px !important; font-size: 1rem !important; }
    .fc-trust { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }
    .fc-trust span { display: flex; align-items: center; gap: 7px; font-size: 0.80rem; color: rgba(255,255,255,0.72); }
    .fc-trust span i { color: var(--lime); font-size: 0.72rem; }
    /* fc-content is just a centred text block inside fc-inner */
    .fc-content { position: relative; z-index: 1; }

    /* ─── RESULTS SECTION — class name fixes ─────────────────── */
    /* HTML: rs-stat → CSS had: rs-item */
    .rs-stat { text-align: center; padding: 24px; background: rgba(255,255,255,0.04); }
    /* HTML: rs-label → CSS had: rs-lbl */
    .rs-label { font-size: 0.78rem; color: rgba(255,255,255,0.65); font-weight: 600; display: block; }
    /* superscript + / ★ after big number */
    .rs-plus { font-size: 1.4rem; vertical-align: super; line-height: 0; }
    /* HTML: result-cards → CSS had: results-grid */
    .result-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; position: relative; z-index: 1; }
    /* Individual metric item inside rc-metrics */
    .rc-metric { display: flex; flex-direction: column; gap: 2px; }
    .rcm-val { display: block; font-size: 1.2rem; font-weight: 900; color: var(--lime); letter-spacing: -0.02em; }
    .rcm-lbl { font-size: 0.68rem; color: rgba(255,255,255,0.60); font-weight: 600; }
    /* HTML: rc-info wraps author name + store */
    .rc-info { display: flex; flex-direction: column; flex: 1; }
    .rc-info strong { font-size: 0.84rem; font-weight: 800; color: var(--white); display: block; margin-bottom: 1px; }
    .rc-info span   { font-size: 0.72rem; color: rgba(255,255,255,0.55); }
    /* section-header / section-label with .light modifier (dark bg) */
    .section-header.light h2 { color: var(--white); }
    .section-header.light p  { color: rgba(255,255,255,0.72); }
    .section-label.light { background: rgba(211,225,98,0.18); border: 1px solid rgba(211,225,98,0.38); color: var(--lime); }

    /* ─── WHY US SECTION — class name fixes ──────────────────── */
    /* HTML: why-us-section → CSS had: whyus-section */
    .why-us-section { background: var(--alt); padding: 56px 0; }
    /* HTML: wu-grid → CSS had: whyus-grid */
    .wu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
    /* HTML: wu-left → CSS had: whyus-left */
    .wu-left h2 { font-size: clamp(1.6rem,2.8vw,2.2rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.18; margin-bottom: 14px; }
    .wu-left p  { font-size: 0.96rem; color: var(--muted); line-height: 1.72; margin-bottom: 28px; }
    /* HTML: wu-points → CSS had: why-points */
    .wu-points { display: flex; flex-direction: column; gap: 16px; }
    /* HTML: wu-right → CSS had: whyus-right */
    .wu-right { display: flex; flex-direction: column; gap: 14px; }
    /* HTML: wu-guarantee-card → CSS had: guarantee-card */
    .wu-guarantee-card { background: linear-gradient(135deg, var(--dark), var(--heading)); border-radius: var(--radius-lg); padding: 28px; position: relative; overflow: hidden; }
    .wu-guarantee-card h3 { font-size: 1rem; font-weight: 900; color: var(--white); margin-bottom: 8px; }
    .wu-guarantee-card p  { font-size: 0.87rem; color: rgba(255,255,255,0.78); line-height: 1.65; margin-bottom: 16px; }
    /* HTML: wgc-icon → CSS had: gc-icon */
    .wgc-icon { font-size: 2rem; color: var(--lime); display: block; margin-bottom: 12px; }
    /* HTML: wgc-points */
    .wgc-points { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
    .wgc-points li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.86rem; color: rgba(255,255,255,0.82); }
    .wgc-points li i { color: var(--lime); font-size: 0.72rem; flex-shrink: 0; margin-top: 4px; }
    /* HTML: wu-trust-badges → CSS had: trust-badges */
    .wu-trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    /* HTML: wtb-item → CSS had: tb-item */
    .wtb-item { background: var(--white); border-radius: var(--radius); padding: 14px; border: 1.5px solid rgba(9,93,64,0.09); display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); font-size: 0.82rem; font-weight: 700; color: var(--heading); }
    .wtb-item > i { width: 32px; height: 32px; border-radius: 9px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--alt); color: var(--cta); font-size: 0.85rem; }

    /* ─── FAQ SECTION — class name fixes ─────────────────────── */
    /* HTML: faq-grid → CSS had: faq-layout */
    .faq-grid { display: grid; grid-template-columns: 360px 1fr; gap: 52px; align-items: start; }
    /* HTML: faq-left (sidebar) */
    .faq-left { display: flex; flex-direction: column; gap: 18px; }
    .faq-left h2 { font-size: clamp(1.5rem,2.6vw,2rem); font-weight: 900; color: var(--heading); letter-spacing: -0.022em; line-height: 1.22; margin-bottom: 6px; }
    .faq-left > p  { font-size: 0.94rem; color: var(--muted); line-height: 1.72; margin: 0; }
    /* HTML: faq-right (main FAQ list column) */
    .faq-right { display: flex; flex-direction: column; }
    /* FAQ contact card */
    .faq-contact-card { background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
    .faq-contact-card h4 { font-size: 0.95rem; font-weight: 900; color: var(--heading); margin: 0; }
    .faq-contact-card > p  { font-size: 0.86rem; color: var(--muted); line-height: 1.60; margin: 0; }
    .faq-contact-card .btn-cta-solid,
    .faq-contact-card .btn-cta-outline { justify-content: center; width: 100%; }
    /* faq-q is a <button> — override default button styles + fix text target */
    .faq-q { width: 100%; background: none; border: none; font-family: inherit; }
    .faq-q span { font-size: 0.92rem; font-weight: 800; color: var(--heading); flex: 1; line-height: 1.38; }
    /* HTML: faq-chevron → CSS had: faq-toggle */
    .faq-chevron { width: 28px; height: 28px; border-radius: 50%; background: var(--alt); color: var(--heading); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; flex-shrink: 0; transition: var(--transition); }
    .faq-item.open .faq-chevron { background: var(--cta); color: var(--white); transform: rotate(180deg); }

    /* ─── QUERY SECTION — class name fixes ───────────────────── */
    /* HTML: query-benefits → CSS had: query-bullets */
    .query-benefits { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
    .query-benefits li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.90rem; color: var(--text); }
    .query-benefits li i { color: var(--cta); font-size: 0.70rem; flex-shrink: 0; margin-top: 5px; }
    /* Testimonial quote block inside query-left */
    .query-testimonial { background: var(--white); border-radius: var(--radius-lg); padding: 20px; border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); }
    .query-testimonial blockquote { font-size: 0.87rem; font-style: italic; color: var(--muted); line-height: 1.68; margin-bottom: 14px; }
    .qt-author { display: flex; align-items: center; gap: 10px; }
    .qt-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.80rem; font-weight: 900; color: var(--white); }
    .qt-author strong { font-size: 0.84rem; font-weight: 800; color: var(--heading); display: block; margin-bottom: 1px; }
    .qt-author span   { font-size: 0.72rem; color: var(--muted); }
    /* Form field extras */
    .req { color: var(--error); }
    .two-col { grid-template-columns: 1fr 1fr; }
    .form-consent { margin-bottom: 6px; }
    .checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 0.84rem; color: var(--muted); line-height: 1.55; }
    .checkbox-label input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--cta); flex-shrink: 0; margin-top: 3px; cursor: pointer; }
    .checkbox-label a { color: var(--cta); text-decoration: underline; }
    /* Form body padding (no .qfc-body wrapper in HTML — form is direct child) */
    .query-form-card form { padding: 24px 26px 26px; }
    /* qfc-header with h3 + p stacked (no icon div in HTML) */
    .qfc-header { flex-direction: column; align-items: flex-start; }

    /* ─── BOOKING SECTION — class name fixes ─────────────────── */
    /* HTML: bo-item → CSS had: booking-option */
    .bo-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px; background: var(--white); border-radius: var(--radius-lg); border: 1.5px solid rgba(9,93,64,0.09); box-shadow: var(--shadow); }
    .bo-item .bo-icon { background: var(--alt); color: var(--cta); }
    .bo-text h4 { font-size: 0.90rem; font-weight: 900; color: var(--heading); margin-bottom: 3px; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
    .bo-text p  { font-size: 0.82rem; color: var(--muted); margin: 0; line-height: 1.55; }
    /* HTML: bo-duration badge inside h4 */
    .bo-duration { font-size: 0.70rem; font-weight: 700; color: var(--muted); background: var(--alt); padding: 2px 8px; border-radius: 100px; }
    /* booking-left / booking-right are styled via .booking-left h2 / p in original CSS */
    .booking-left { display: flex; flex-direction: column; }
    .booking-right { display: flex; flex-direction: column; }

    /* ─── RESPONSIVE — new section classes ───────────────────── */
    @media (max-width: 900px) {
      .result-cards   { grid-template-columns: 1fr; }
      .wu-grid        { grid-template-columns: 1fr; }
      .faq-grid       { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      .wu-trust-badges { grid-template-columns: 1fr; }
    }

    /* ────────────────────────────────────────────────────────────
       FOOTER SECTION — class name fixes
    ──────────────────────────────────────────────────────────── */

    /* Pre-footer CTA Band */
    .footer-cta-band { background: var(--cta); padding: 48px 0; }
    .footer-cta-band__inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
    .footer-cta-band__left { max-width: 600px; }
    .footer-cta-band__eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); font-size: 0.76rem; font-weight: 800; padding: 6px 14px; border-radius: 100px; margin-bottom: 12px; }
    .footer-cta-dot { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; display: inline-block; flex-shrink: 0; }
    .footer-cta-band__title { font-size: clamp(1.8rem,3.5vw,2.8rem); font-weight: 900; color: var(--white); letter-spacing: -0.025em; line-height: 1.18; margin-bottom: 12px; }
    .footer-cta-band__title span { color: var(--lime); }
    .footer-cta-band__sub { font-size: 0.98rem; color: rgba(255,255,255,0.8); line-height: 1.7; margin: 0; }
    .footer-cta-band__right { text-align: center; flex-shrink: 0; }
    .footer-cta-band .btn--lime { background: var(--lime); color: var(--heading); box-shadow: 0 6px 20px rgba(211,225,98,0.25); margin-bottom: 12px; }
    .footer-cta-band .btn--lime:hover { background: var(--lime-light); transform: translateY(-2px); }
    .footer-cta-band__trust { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 0.82rem; color: rgba(255,255,255,0.75); }
    .footer-cta-band__trust .stars { color: var(--lime); font-size: 0.78rem; letter-spacing: 2px; }

    /* Main Footer Body */
    .footer__body { background: var(--navy); padding: 64px 0; }
    .footer__grid { display: grid; grid-template-columns: 1.6fr 0.8fr 1fr 1.2fr; gap: 40px; }
    .footer__col--brand { max-width: 320px; }
    .footer__logo { display: inline-block; margin-bottom: 20px; }
    .footer__tagline { font-size: 0.92rem; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 32px; }
    .footer__lead-label { font-size: 0.82rem; font-weight: 800; color: var(--lime); display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
    .footer__lead-form { display: flex; background: rgba(255,255,255,0.1); border-radius: var(--radius); overflow: hidden; margin-bottom: 8px; }
    .footer__lead-input { border: none; background: transparent; padding: 12px 16px; font-size: 0.9rem; color: var(--white); flex: 1; outline: none; }
    .footer__lead-input::placeholder { color: rgba(255,255,255,0.5); }
    .footer__lead-btn { background: var(--lime); border: none; padding: 12px 16px; cursor: pointer; transition: var(--transition); }
    .footer__lead-btn i { color: var(--heading); font-size: 1rem; }
    .footer__lead-btn:hover { background: var(--lime-light); }
    .footer__lead-note { font-size: 0.76rem; color: rgba(255,255,255,0.5); margin-bottom: 32px; }
    .footer__social { display: flex; gap: 14px; }
    .footer__social-link { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 0.85rem; transition: var(--transition); }
    .footer__social-link:hover { background: rgba(255,255,255,0.2); color: var(--white); }
    .footer__col-title { font-size: 0.92rem; font-weight: 900; color: var(--white); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 22px; }
    .footer__links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer__links li a { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: rgba(255,255,255,0.75); transition: var(--transition); }
    .footer__links li a:hover { color: var(--lime); }
    .footer__links li a i { font-size: 0.75rem; color: rgba(255,255,255,0.5); width: 20px; flex-shrink: 0; }
    .footer__links li a:hover i { color: var(--lime); }
    .footer__links--contact li a { align-items: flex-start; }
    .footer__links--contact li a i { margin-top: 3px; }
    .footer__link--cta { color: var(--lime) !important; font-weight: 700; margin-top: 10px; }
    .footer__link--cta i { color: var(--lime) !important; }
    .footer__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 28px; }
    .footer__stat { background: rgba(255,255,255,0.08); border-radius: var(--radius); padding: 16px; text-align: center; }
    .footer__stat-num { font-size: 1.5rem; font-weight: 900; color: var(--lime); display: block; margin-bottom: 4px; }
    .footer__stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.6); }
    .footer__badges { display: flex; flex-direction: column; gap: 12px; }
    .footer__badge { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.08); border-radius: var(--radius); padding: 14px; }
    .footer__badge i { font-size: 1.2rem; color: var(--lime); flex-shrink: 0; }
    .footer__badge strong { display: block; font-size: 0.86rem; font-weight: 800; color: var(--white); margin-bottom: 2px; }
    .footer__badge span { font-size: 0.74rem; color: rgba(255,255,255,0.6); }

    /* Footer Bottom Bar */
    .footer__bottom { background: #1a242c; padding: 24px 0; }
    .footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
    .footer__copyright { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; }
    .footer__copyright span { color: var(--lime); }
    .footer__legal { display: flex; gap: 20px; list-style: none; }
    .footer__legal li a { font-size: 0.82rem; color: rgba(255,255,255,0.5); transition: var(--transition); }
    .footer__legal li a:hover { color: var(--lime); }

    /* ─── RESPONSIVE for Footer ──────────────────────────────── */
    @media (max-width: 900px) {
      .footer-cta-band__inner { flex-direction: column; text-align: center; gap: 30px; }
      .footer__grid       { grid-template-columns: 1fr; }
      .footer__col--brand { max-width: none; }
      .footer__lead-form  { max-width: 320px; margin-left: auto; margin-right: auto; }
      .footer__social     { justify-content: center; }
    }
    @media (max-width: 600px) {
      .footer__stats       { grid-template-columns: 1fr; }
      .footer__bottom-inner { flex-direction: column; }
      .footer__copyright { text-align: center; }
      .footer__legal     { flex-direction: column; text-align: center; gap: 8px; }
    }

/* ============================================================
   AI SEO ADDITIONS — Definition Block + Comparison Table
============================================================ */

/* ── Definition Block ── */
.definition-section {
  background: #EBF4FF;
  border-top: 3px solid var(--cta);
  border-bottom: 3px solid var(--cta);
  padding: 24px 0;
}
.definition-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.definition-badge {
  font-size: 0.72rem;
  font-weight: 900;
  background: var(--cta);
  color: #fff;
  padding: 4px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 3px;
}
.definition-text {
  font-size: 0.93rem;
  color: var(--heading);
  line-height: 1.72;
  margin: 0;
}

/* ── Hero last-mod line ── */
.hero-lastmod {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.50);
  margin: 14px 0 0;
}

/* ── Comparison Section ── */
.comparison-section {
  background: var(--bg);
  padding: 64px 0;
}
.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 36px;
  border-radius: var(--radius);
  box-shadow: 0 2px 16px rgba(9,93,64,0.08);
  border: 1.5px solid rgba(9,93,64,0.10);
}
.comparison-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.87rem;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
}
.comparison-table thead {
  background: var(--heading);
}
.comparison-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.9);
  border-bottom: none;
}
.comparison-table thead th.col-agent {
  background: rgba(0,128,96,0.35);
  color: var(--lime);
}
.comparison-table thead th.col-factor {
  background: rgba(0,0,0,0.15);
  color: rgba(255,255,255,0.7);
}
.comparison-table tbody tr {
  transition: background 0.15s ease;
}
.comparison-table tbody tr:hover {
  background: rgba(9,93,64,0.03);
}
.comparison-table tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(9,93,64,0.07);
  vertical-align: top;
  line-height: 1.55;
}
.comparison-table tbody tr:last-child td {
  border-bottom: none;
}
.comparison-table th.col-factor,
.comparison-table td.col-factor {
  font-weight: 700;
  color: var(--heading);
  background: rgba(224,237,212,0.45);
  width: 175px;
}
.comparison-table td.col-agent {
  background: rgba(0,128,96,0.04);
  color: var(--heading);
}
.comparison-table td.col-diy {
  color: #6b7280;
}
@media (max-width: 900px) {
  .comparison-section { padding: 48px 0; }
  .comparison-table { font-size: 0.80rem; min-width: 520px; }
  .comparison-table thead th,
  .comparison-table tbody td { padding: 10px 12px; }
  .comparison-table th.col-factor,
  .comparison-table td.col-factor { width: 110px; }
}
