
*{margin:0;padding:0;box-sizing:border-box}
:root{
  /* Figma Design System — Colors */
  --teal:#003134;--neon:#C7EE4E;--neon-dark:#A2D409;--parrot:#74950E;--lt-blue:#D5F6F8;--lt-green:#F7FEE0;--alt-bg:#F6F7F0;
  /* Dark mode surfaces — teal family */
  --void:#001a1c;--deep:#002224;--ink:#002a2d;--slate:#003134;--steel:#2b4b4d;--ash:#366063;
  /* Light mode text */
  --lm-main:#003134;--lm-body:#2B4B4D;--lm-sec:#366063;--lm-tert:#75999B;
  /* Dark mode text */
  --dm-main:#E4E9E9;--dm-body:#BBCCCC;--dm-sec:#82A0A0;--dm-tert:#678888;
  /* Borders */
  --border-lt:rgba(0,49,52,.08);--border-dk:rgba(228,233,233,.1);
  /* Fonts — Figma spec */
  --sans:'Manrope',system-ui,sans-serif;--serif:'DM Serif Text',Georgia,serif;--mono:'JetBrains Mono',monospace;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);background:var(--void);color:var(--dm-main);overflow-x:hidden;-webkit-font-smoothing:antialiased}
.w{max-width:1080px;margin:0 auto;padding:0 24px}
a{color:inherit;text-decoration:none}
[data-r]{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}
[data-r].v{opacity:1;transform:none}
[data-r="1"]{transition-delay:.07s}[data-r="2"]{transition-delay:.14s}[data-r="3"]{transition-delay:.21s}[data-r="4"]{transition-delay:.28s}

/* ── OFFER RIBBON ── */
.offer-ribbon{position:fixed;top:0;left:0;right:0;z-index:250;background:var(--neon);padding:7px 16px;text-align:center;transform:translateY(-100%);transition:transform .4s cubic-bezier(.22,1,.36,1);overflow:hidden}
.offer-ribbon.show{transform:none}
.offer-ribbon-in{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:nowrap;white-space:nowrap}
.offer-ribbon-text{font-size:12px;font-weight:600;color:var(--teal);overflow:hidden;text-overflow:ellipsis}
.offer-ribbon-code{font-family:var(--sans);font-size:11px;font-weight:700;color:var(--teal);background:rgba(255,255,255,.4);padding:2px 8px;border-radius:4px;letter-spacing:1.5px;flex-shrink:0}
.offer-ribbon-cta{font-size:11px;font-weight:700;color:#fff;background:var(--teal);padding:4px 12px;border-radius:4px;text-decoration:none;transition:background .2s;flex-shrink:0}
.offer-ribbon-cta:hover{background:var(--parrot)}
@media(max-width:520px){
  .offer-ribbon-text{font-size:10px}
  .offer-ribbon-code{font-size:10px;padding:2px 6px;letter-spacing:1px}
  .offer-ribbon-cta{font-size:10px;padding:3px 8px}
  .offer-ribbon-in{gap:6px}
}
@media(max-width:400px){
  .offer-ribbon-text{display:none}
  .offer-ribbon-in::before{content:'20% off';font-size:10px;font-weight:600;color:var(--teal)}
}
/* Push header down when ribbon is visible */
.hdr{top:0;transition:top .4s cubic-bezier(.22,1,.36,1),background .3s,backdrop-filter .3s}
.hdr.ribbon-push{top:33px}

/* ── HEADER ── */
.hdr{position:fixed;top:0;left:0;right:0;z-index:200;padding:12px 0;transition:all .3s}
.hdr.solid{background:rgba(0,49,52,.94);backdrop-filter:blur(20px);border-bottom:1px solid rgba(228,233,233,.06)}
.hdr-in{display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:8px}
.logo img{height:30px;width:auto}
.hdr-sebi{font-family:var(--sans);font-size:14px;color:var(--dm-tert);letter-spacing:1.2px;opacity:.6}
.hdr-cta{background-image:linear-gradient(180deg,#F3FBD9 4.17%,#C7EE4E 14.96%,#85B000 88.25%,#9ACC00 108.33%);color:var(--teal);font-weight:600;font-size:14px;padding:7px 20px;border-radius:8px;border:0;cursor:pointer;font-family:var(--sans);transition:all .2s;box-shadow:0 10px 15px rgba(0,0,0,.2);letter-spacing:0.14px;line-height:1.6}
.hdr-cta:hover{box-shadow:0 15px 20px rgba(0,0,0,.25),0 0 20px rgba(199,238,78,.3);transform:translateY(-1px)}
@media(max-width:600px){.hdr-sebi{display:none}}

/* ── HERO ── */
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:100px 24px 60px;overflow:hidden}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(199,238,78,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(199,238,78,.02) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 55% 55% at 50% 40%,#000,transparent);-webkit-mask-image:radial-gradient(ellipse 55% 55% at 50% 40%,#000,transparent)}
.hero-glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(199,238,78,.06),transparent 70%);top:8%;left:50%;transform:translateX(-50%);pointer-events:none}

/* Chat */
.chat-wrap{position:relative;z-index:2;width:100%;max-width:520px}
.chat-win{background:rgba(0,49,52,.8);border:1px solid rgba(228,233,233,.08);border-radius:16px;overflow:hidden;backdrop-filter:blur(8px);box-shadow:0 32px 64px rgba(0,0,0,.35);position:relative}
.chat-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04)}
.cdot{width:7px;height:7px;border-radius:50%}.cdot:nth-child(1){background:#ff5f57}.cdot:nth-child(2){background:#ffbd2e}.cdot:nth-child(3){background:#28ca41}
.chat-t{flex:1;text-align:center;font-size:10px;font-family:var(--mono);color:var(--dm-tert);letter-spacing:.5px}
.chat-body{padding:20px 20px 16px}
.chat-msg{display:flex;gap:10px;margin-bottom:12px;opacity:0;transform:translateY(8px);transition:all .35s ease}
.chat-msg.show{opacity:1;transform:none}
.chat-av{width:26px;height:26px;border-radius:5px;flex-shrink:0;display:grid;place-items:center;font-size:11px;font-family:var(--mono)}
.chat-av.u{background:var(--steel);color:var(--dm-tert)}.chat-av.a{background:rgba(7,123,62,.1);color:var(--neon)}
.chat-bbl{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:9px 13px;font-size:14px;line-height:1.6;font-weight:500;letter-spacing:0.14px;color:var(--dm-body)}
.typing{display:inline-flex;gap:3px}.typing i{width:4px;height:4px;border-radius:50%;background:var(--dm-tert);animation:blink 1s infinite;font-style:normal}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}
@keyframes blink{0%,100%{opacity:.25}50%{opacity:1}}
.chat-inp{padding:0 14px 12px}.chat-inp-f{width:100%;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:7px;padding:9px 12px;font-size:12px;color:var(--ash);font-family:var(--sans)}

/* Hero reveal */
.hero-reveal{position:relative;z-index:3;text-align:center;max-width:700px;opacity:0;transform:translateY(24px) scale(.97);transition:all .8s cubic-bezier(.22,1,.36,1)}
.hero-reveal.show{opacity:1;transform:none}
.hero-q{font-family:var(--sans);font-size:clamp(1.7rem,4.2vw,2.8rem);color:var(--dm-main);font-weight:500;line-height:1.2;margin-bottom:20px;letter-spacing:0.24px}
.hero-q em{font-family:var(--serif);font-style:italic;color:var(--neon);font-weight:400}
.hero-p{font-size:16px;color:var(--dm-tert);max-width:540px;margin:0 auto 32px;line-height:1.6}
.hero-p strong{color:var(--dm-main);font-weight:500}
.hero-acts{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--sans);font-weight:600;font-size:16px;padding:11px 40px;border-radius:8px;border:0;cursor:pointer;transition:all .25s;letter-spacing:0.16px;line-height:1.6;text-align:center;box-sizing:border-box}
.btn-c{background:linear-gradient(180deg,#F3FBD9 4%,#C7EE4E 15%,#85B000 88%,#9ACC00 108%);color:var(--teal);border-radius:8px;box-shadow:0 15px 15px rgba(0,0,0,.2)}.btn-c:hover{box-shadow:0 15px 20px rgba(0,0,0,.25),0 0 24px rgba(199,238,78,.3);transform:translateY(-2px)}
.btn-g{background:linear-gradient(180deg,rgba(214,214,214,.2),rgba(0,49,52,.2));color:var(--dm-main);border:0.5px solid var(--dm-main);backdrop-filter:blur(3.5px);border-radius:8px}.btn-g:hover{border-color:var(--neon);color:var(--neon)}
@media screen and (max-width:560px){
  .hero-acts{flex-direction:column}
  .hero-acts>.btn{display:block;width:100%;min-width:0;max-width:100%;padding:14px 20px}
}

/* ── SECTION 2: OPPORTUNITY ── */
.s-opp{background:var(--deep);padding:88px 0;position:relative;overflow:hidden;scroll-margin-top:100px}
.s-opp::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(199,238,78,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(199,238,78,.015) 1px,transparent 1px);background-size:60px 60px;opacity:.4}
.opp-h{font-family:var(--sans);font-size:clamp(1.5rem,3.2vw,2.2rem);color:var(--dm-main);font-weight:500;line-height:1.2;margin-bottom:24px;max-width:620px}
.opp-h em{font-family:var(--serif);font-style:italic;color:var(--neon)}
.opp-body{font-size:16px;color:var(--dm-body);line-height:1.6;font-weight:500;letter-spacing:0.16px;max-width:600px;margin-bottom:36px}
.opp-body strong{color:var(--dm-main);font-weight:500}
.capex-strip{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:36px}
.cx{text-align:center;padding:16px 14px;flex:1;min-width:120px;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.04);border-radius:8px;transition:all .3s}
.cx:hover{border-color:rgba(201,168,76,.25);background:rgba(199,238,78,.08);transform:translateY(-2px)}
.cx-co{font-family:var(--sans);font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--dm-tert);margin-bottom:4px;font-weight:700;line-height:1.6}
.cx-amt{font-family:var(--sans);font-size:28px;color:var(--neon);margin-bottom:2px;font-weight:500;line-height:1.2;letter-spacing:0.14px}
.cx-d{font-size:10px;color:var(--dm-tert)}
.opp-close{font-family:var(--serif);font-size:20px;font-style:italic;color:var(--dm-body);line-height:1.2;max-width:560px;letter-spacing:0.12px}
.opp-close strong{color:var(--dm-main);font-weight:500;font-style:normal}

/* ── SECTION 3: THE STACK ── */
.s-stack{background:var(--ink);padding:88px 0;scroll-margin-top:100px}
.stack-h{font-family:var(--sans);font-size:clamp(1.5rem,3vw,2.1rem);color:var(--dm-main);font-weight:500;line-height:1.2;margin-bottom:8px}
.stack-h em{font-family:var(--serif);font-style:italic;color:var(--neon)}
.stack-sub{font-size:16px;color:var(--dm-tert);font-weight:500;letter-spacing:0.16px;margin-bottom:36px;max-width:500px}
.stack-layers{display:flex;flex-direction:column;gap:4px;}
.sl{border:1px solid rgba(255,255,255,.05);border-radius:9px;overflow:hidden;transition:all .3s;cursor:pointer}
.sl:hover{border-color:rgba(15,168,88,.2)}
.sl.on{border-color:rgba(15,168,88,.25)}
.sl-head{display:flex;align-items:center;gap:14px;padding:14px 18px;background:rgba(255,255,255,.015);transition:background .3s}
.sl:hover .sl-head,.sl.on .sl-head{background:rgba(7,123,62,.04)}
.sl-ico{font-size:20px;width:36px;text-align:center;flex-shrink:0}
.sl-name{font-weight:500;font-size:14px;color:var(--dm-main);flex:1;letter-spacing:0.14px;line-height:1.6}
.sl-hook{font-size:14px;color:var(--dm-tert);flex:2;text-align:right;font-style:italic;padding-right:8px;letter-spacing:0.14px}
@media(max-width:640px){.sl-hook{display:none}}
.sl-tog{font-size:14px;color:var(--dm-tert);transition:transform .3s;flex-shrink:0}
.sl.on .sl-tog{transform:rotate(180deg);color:var(--neon)}
.sl-body{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.22,1,.36,1)}
.sl.on .sl-body{max-height:300px}
.sl-inner{padding:12px 18px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid rgba(255,255,255,.04)}
@media(max-width:640px){
  .sl.on .sl-body{max-height:400px}
  .sl-inner{flex-direction:column;align-items:flex-start;gap:14px}
  .sl-lock{width:auto;border:none;background:none;padding:0;margin-top:4px}
  .sl-lock .sl-lock-ico{display:none}
}
.sl-desc{font-size:14px;color:var(--dm-tert);line-height:1.6;font-weight:500;letter-spacing:0.14px;flex:1}
.sl-lock{display:flex;align-items:center;gap:10px;padding:10px 16px;background:rgba(199,238,78,.03);border:1px solid rgba(199,238,78,.1);border-radius:10px;flex-shrink:0;margin-top:12px}
.sl-lock-ico{font-size:14px;opacity:.5}
.sl-lock-b{font-family:var(--sans);font-size:14px;font-weight:700;background-image:linear-gradient(180deg,#F3FBD9 4.17%,#C7EE4E 14.96%,#85B000 88.25%,#9ACC00 108.33%);color:var(--teal);padding:7px 20px;border-radius:8px;border:0;cursor:pointer;white-space:nowrap;transition:all .2s;box-shadow:0 10px 15px rgba(0,0,0,.2);letter-spacing:0.14px;line-height:1.6}
.sl-lock-b:hover{box-shadow:0 15px 20px rgba(0,0,0,.25),0 0 16px rgba(199,238,78,.3)}
.sl.cash{border-color:rgba(201,168,76,.12)}.sl.cash .sl-head{background:rgba(199,238,78,.08)}
.sl.cash .sl-name{color:var(--neon)}
.stack-cta{margin-top:32px;text-align:center}

/* ── TRANSITION ── */
/* Parallax transition — semicircle curtain reveal */
.px-wrap{position:relative;z-index:1}
.px-zone{position:relative;height:60vh;background:var(--ink);overflow:hidden}
@media(max-width:768px){.px-zone{height:40vh}}
/* Cream curtain with convex top */
.px-curtain{position:absolute;left:-5%;right:-5%;bottom:-50%;height:120%;background:var(--lt-green);z-index:2;
  border-radius:50% 50% 0 0 / 40% 40% 0 0;will-change:transform}
/* Glow: OUTSIDE the overflow:hidden zone so blur is never clipped */
.px-glow{position:absolute;left:10%;right:10%;height:200px;z-index:0;pointer-events:none;
  border-radius:50%;
  background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(15,168,88,.7),rgba(15,168,88,.35) 35%,rgba(15,168,88,.1) 65%,transparent 100%);
  filter:blur(50px);opacity:0;will-change:transform,opacity}
/* Heading — massive, commanding */
.px-heading{position:absolute;left:5%;right:5%;top:55%;text-align:center;z-index:3;will-change:transform,opacity}

/* ── SECTION 4: TRANSFORMATION ── */
.s-transform{background:var(--lt-green);padding:0 0 88px;margin-top:-2px;scroll-margin-top:100px}
.tf-h{font-family:var(--sans);font-size:clamp(2.2rem,5.5vw,3.8rem);color:var(--lm-main);font-weight:600;line-height:1.15;margin-bottom:48px;text-align:center;padding-top:25px}
@media(max-width:640px){.tf-h{margin-bottom:36px;padding-top:36px;font-size:clamp(1.6rem,7vw,2.4rem)}}
.tf-h em{font-family:var(--serif);font-style:italic;color:var(--parrot)}
/* Contrast cards — light mode appropriate */
.tf-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:48px}
@media(max-width:768px){.tf-cards{grid-template-columns:1fr;max-width:420px}}
.tf-card{background:#fff;border:1px solid rgba(0,49,52,.1);border-radius:14px;overflow:hidden;transition:all .3s}
.tf-card:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(0,49,52,.06)}
.tf-old{padding:18px 20px;background:var(--alt-bg);border-bottom:1px solid rgba(0,49,52,.06)}
.tf-old p{font-size:14px;color:var(--lm-sec);line-height:1.6;font-weight:500;letter-spacing:0.14px;margin-bottom: 0;}
.tf-old-label{font-family:var(--sans);font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--lm-tert);margin-bottom:6px;font-weight:700;line-height:1.6}
.tf-new{padding:20px;background:#fff}
.tf-new-label{font-family:var(--sans);font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--parrot);margin-bottom:6px;font-weight:700;line-height:1.6}
.tf-new p{font-size:14px;color:var(--lm-main);line-height:1.5;font-weight:500;margin-bottom: 0;}
.tf-new em{font-style:normal;color:var(--parrot);font-weight:600}
.tf-ico{font-size:24px;margin-bottom:10px}
/* Trust stat blocks — light blue tint */
.trust-blocks{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media(max-width:640px){.trust-blocks{grid-template-columns:repeat(2,1fr)}}
.tb{background:var(--alt-bg);border:1px solid rgba(0,49,52,.08);border-radius:12px;padding:20px 16px;text-align:center;transition:all .3s}
.tb:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,49,52,.05)}
.tb-ico{font-size:28px;margin-bottom:8px}
.tb-val{font-family:var(--sans);font-size:16px;font-weight:600;color:var(--lm-main);margin-bottom:2px;letter-spacing:0.16px;line-height:1.6}
.tb-label{font-size:14px;color:var(--lm-sec);line-height:1.6;font-weight:500;letter-spacing:0.14px}

/* ── SECTION 5: PRICING ── */
.s-price{background:var(--lt-green);padding:88px 0;scroll-margin-top:100px}
.pr-h{font-family:var(--sans);font-size:clamp(1.6rem,3.2vw,2.4rem);color:var(--lm-main);font-weight:600;line-height:1.2;margin-bottom:8px;text-align:center}
.pr-h em{font-family:var(--serif);font-style:italic;color:var(--parrot)}
.pr-sub{font-size:16px;color:var(--lm-sec);font-weight:500;letter-spacing:0.16px;margin-bottom:28px;text-align:center}
/* Early bird banner */
.eb-banner{background:var(--teal);border-radius:14px;padding:20px 28px;margin-bottom:36px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:640px){.eb-banner{flex-direction:column;text-align:center}}
.eb-left{flex:1}
.eb-tag{font-family:var(--sans);font-size:14px;letter-spacing:1.5px;text-transform:uppercase;color:var(--neon);margin-bottom:8px;font-weight:700;line-height:1.6}
.eb-title{font-family:var(--sans);font-size:18px;color:var(--dm-main);font-weight:500;margin-bottom:4px}
.eb-desc{font-size:14px;color:rgba(255,255,255,.55);font-weight:500;letter-spacing:0.14px;line-height:1.5}
.eb-slots{font-family:var(--sans);font-size:14px;letter-spacing:0.14px;color:var(--neon);margin-top:10px;font-weight:500;background:rgba(199,238,78,.1);display:inline-block;padding:4px 12px;border-radius:4px;border:1px solid rgba(199,238,78,.25)}
.eb-right{display:flex;align-items:center;gap:12px;flex-shrink:0}
.eb-code{font-family:var(--mono);font-size:18px;font-weight:700;color:var(--dm-main);background:rgba(255,255,255,.08);border:1.5px dashed rgba(255,255,255,.25);border-radius:8px;padding:10px 20px;letter-spacing:3px}
.eb-copy{background:var(--neon);color:var(--teal);border:0;border-radius:6px;padding:10px 16px;font-family:var(--sans);font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}
.eb-copy:hover{background:var(--neon-dark);box-shadow:0 0 16px rgba(199,238,78,.3)}
.eb-copy.copied{background:var(--lt-blue);color:var(--teal)}
/* Price cards */
.pr-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:32px}
@media(max-width:700px){.pr-grid{grid-template-columns:1fr;max-width:380px;margin-left:auto;margin-right:auto}}
.pc{background:#fff;border:1px solid rgba(0,49,52,.08);border-radius:13px;padding:28px 22px;text-align:center;position:relative;transition:all .3s;display:flex;flex-direction:column;align-items:center}
.pc.best{border-color:var(--parrot);box-shadow:0 0 0 1px var(--parrot),0 6px 28px rgba(7,123,62,.1);z-index:2;transform:scale(1.03);background:#fff;animation:cardPulse 3s ease-in-out infinite}
@keyframes cardPulse{0%,100%{box-shadow:0 0 0 1px var(--parrot),0 6px 28px rgba(7,123,62,.1)}50%{box-shadow:0 0 0 2px var(--parrot),0 0 24px rgba(7,123,62,.15),0 0 48px rgba(7,123,62,.08),0 6px 28px rgba(7,123,62,.1)}}
.pc:hover{transform:translateY(-3px);box-shadow:0 12px 36px rgba(0,0,0,.06)}
.pc.best:hover{transform:scale(1.03) translateY(-3px)}
.pc-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:var(--neon);color:var(--teal);font-family:var(--sans);font-size:14px;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;padding:3px 12px;border-radius:16px;white-space:nowrap}
.pc-dur{font-family:var(--sans);font-size:14px;letter-spacing:1px;text-transform:uppercase;color:var(--lm-sec);margin-bottom:10px;font-weight:700;line-height:1.6}
.pc-old{font-family:var(--sans);font-size:16px;color:var(--lm-tert);text-decoration:line-through;margin-bottom:2px;font-weight:500;letter-spacing:0.16px}
.pc-amt{font-family:var(--sans);font-size:36px;color:var(--lm-main);margin-bottom:2px;font-weight:500;line-height:1.2;letter-spacing:0.18px}
.pc-save{font-family:var(--sans);font-size:14px;color:var(--parrot);font-weight:600;margin-bottom:4px;letter-spacing:0.14px;line-height:1.6}
.pc-per{font-size:14px;color:var(--lm-sec);margin-bottom:18px;font-weight:500;letter-spacing:0.14px;margin-top:auto;padding-top:8px}
.pc-btn{width:100%;padding:11px;border-radius:8px;font-family:var(--sans);font-weight:600;font-size:16px;cursor:pointer;transition:all .2s;display:block;text-align:center;letter-spacing:0.16px;line-height:1.6;align-self:stretch}
.pc-btn.fill{background:linear-gradient(180deg,#C7EE4E 10.42%,#A2D409 101.04%);color:var(--teal);border:0;border-radius:8px;font-size:16px;letter-spacing:0.16px}.pc-btn.fill:hover{box-shadow:0 0 20px rgba(199,238,78,.3)}
.pc-btn.line{background:transparent;color:var(--teal);border:0.5px solid var(--teal);backdrop-filter:blur(3.5px);border-radius:8px;font-size:16px;letter-spacing:0.16px}.pc-btn.line:hover{border-color:var(--parrot);color:var(--parrot)}
.pc-note{font-size:14px;color:var(--lm-tert);margin-top:10px;font-style:italic;font-weight:500;letter-spacing:0.14px}
/* Feature list — two column with icons */
.feat-list{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:36px;background:#fff;border:1px solid rgba(0,49,52,.08);border-radius:14px;overflow:hidden}
@media(max-width:640px){.feat-list{grid-template-columns:1fr}}
.feat-row{display:flex;align-items:center;gap:16px;padding:18px 24px;border-bottom:1px solid rgba(0,49,52,.05)}
.feat-row:nth-last-child(-n+2){border-bottom:none}
@media(max-width:640px){.feat-row:nth-last-child(2){border-bottom:1px solid rgba(0,49,52,.05)}.feat-row:last-child{border-bottom:none}}
.feat-ico{width:40px;height:40px;border-radius:10px;background:var(--lt-green);display:grid;place-items:center;font-size:18px;flex-shrink:0}
.feat-text{flex:1}
.feat-title{font-family:var(--sans);font-size:14px;font-weight:600;color:var(--lm-main);letter-spacing:0.14px;line-height:1.6}
.feat-desc{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--lm-tert);letter-spacing:0.14px;line-height:1.6}
/* How it works — visual mockup flow */
.hiw-h{font-family:var(--sans);font-size:clamp(1.2rem,2.2vw,1.6rem);color:var(--lm-main);font-weight:500;text-align:center;margin-bottom:36px;letter-spacing:0.14px}
.hiw{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:0;align-items:stretch;margin-bottom:0}
@media(max-width:768px){.hiw{grid-template-columns:1fr;gap:24px}}
.hiw-card{background:#fff;border:1px solid rgba(0,49,52,.08);border-radius:14px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}
.hiw-card:hover{transform:translateY(-3px);box-shadow:0 10px 32px rgba(0,49,52,.06)}
/* Mockup screen area — fixed height for consistency */
.hiw-screen{background:var(--alt-bg);padding:20px;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-bottom:1px solid rgba(0,49,52,.05)}
.hiw-mock-bar{width:100%;height:8px;border-radius:4px;background:rgba(0,49,52,.06)}
.hiw-mock-bar.short{width:60%}
.hiw-mock-btn{padding:8px 24px;border-radius:6px;background:linear-gradient(180deg,#C7EE4E 10%,#A2D409 100%);color:var(--teal);font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:0.12px;margin-top:4px}
.hiw-mock-input{width:90%;height:32px;border-radius:6px;border:1px dashed rgba(0,49,52,.15);background:#fff;display:flex;align-items:center;padding:0 10px;font-family:var(--sans);font-size:11px;color:var(--lm-tert);letter-spacing:0.5px}
.hiw-mock-row{display:flex;gap:8px;width:90%;align-items:center}
.hiw-mock-dot{width:24px;height:24px;border-radius:6px;background:rgba(0,49,52,.06);flex-shrink:0}
.hiw-mock-dot.active{background:linear-gradient(180deg,#C7EE4E 10%,#A2D409 100%)}
.hiw-mock-line{flex:1;height:6px;border-radius:3px;background:rgba(0,49,52,.05)}
.hiw-mock-check{width:20px;height:20px;border-radius:50%;background:var(--parrot);color:#fff;font-size:10px;display:grid;place-items:center;flex-shrink:0}
/* Card content — grows to fill remaining space */
.hiw-content{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:flex-start}
.hiw-step-label{font-family:var(--sans);font-size:14px;font-weight:700;color:var(--parrot);margin-bottom:6px;letter-spacing:0.14px;line-height:1.6}
.hiw-step-title{font-family:var(--sans);font-size:16px;font-weight:600;color:var(--lm-main);margin-bottom:4px;letter-spacing:0.16px;line-height:1.6}
.hiw-step-desc{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--lm-sec);letter-spacing:0.14px;line-height:1.6}
/* Arrow connectors — centered vertically within the grid row */
.hiw-arrow{display:flex;align-items:center;justify-content:center;padding:0 8px;color:var(--parrot);font-size:24px;align-self:center}
@media(max-width:768px){.hiw-arrow{transform:rotate(90deg);justify-self:center;padding:0}}

/* ── SECTION 6: FAQ + LEAD ── */
.s-faq{background:var(--lt-green);padding:72px 0;scroll-margin-top:100px}
.faq-h{font-family:var(--sans);font-size:clamp(1.3rem,2.5vw,1.8rem);color:var(--lm-main);font-weight:500;margin-bottom:24px}
.fq{border-bottom:1px solid var(--border-lt);padding:14px 0;cursor:pointer}
.fq-q{display:flex;justify-content:space-between;align-items:center;gap:14px}
.fq-q h3{font-size:16px;font-weight:500;color:var(--lm-main);letter-spacing:0.16px;line-height:1.6;margin-bottom: 0;}
.fq-tog{width:24px;height:24px;border-radius:50%;border:1px solid var(--border-lt);display:grid;place-items:center;font-size:15px;color:var(--lm-sec);flex-shrink:0;transition:all .3s}
.fq.on .fq-tog{background:linear-gradient(180deg,#C7EE4E 10%,#A2D409 100%);border-color:var(--neon);color:var(--teal);transform:rotate(45deg)}
.fq-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1)}
.fq.on .fq-a{max-height:180px}
.fq-a p{padding:10px 0 4px;font-size:14px;color:var(--lm-sec);line-height:1.6;font-weight:500;letter-spacing:0.14px}

/* Lead */
.lead-wrap{margin-top:48px;padding:48px 40px;background:var(--teal);border-radius:16px;text-align:center}
@media(max-width:560px){.lead-wrap{padding:36px 24px}}
.lead-wrap h3{font-family:var(--sans);font-size:clamp(1.2rem,2.2vw,1.5rem);color:var(--dm-main);margin-bottom:10px;font-weight:500;letter-spacing:0.14px;line-height:1.2}
.lead-wrap>p{color:var(--dm-sec);font-size:14px;margin-bottom:28px;line-height:1.6;font-weight:500;letter-spacing:0.14px;max-width:360px;margin-left:auto;margin-right:auto}
.lf{display:flex;flex-direction:column;gap:12px;max-width:360px;margin:0 auto}
.lf input{background:rgba(255,255,255,.06);border:1px solid rgba(228,233,233,.2);border-radius:8px;padding:13px 16px;font-size:14px;color:var(--dm-main);font-family:var(--sans);outline:0;transition:all .2s;letter-spacing:0.14px;font-weight:500;line-height:1.6;width:100%}
.lf input::placeholder{color:var(--dm-tert)}.lf input:focus{border-color:var(--neon);background:rgba(255,255,255,.1)}
.lf input.err{border-color:#ff6b6b;background:rgba(255,107,107,.06)}
.lf-err{font-size:12px;color:#ff6b6b;font-weight:500;margin-top:-6px;letter-spacing:0.12px;display:none}
.lf-err.show{display:block}
.lf-btn{width:100%;background-image:linear-gradient(180deg,#F3FBD9 4.17%,#C7EE4E 14.96%,#85B000 88.25%,#9ACC00 108.33%);color:var(--teal);font-weight:600;font-size:16px;padding:13px;border-radius:8px;border:0;cursor:pointer;font-family:var(--sans);transition:all .2s;box-shadow:0 10px 15px rgba(0,0,0,.2);letter-spacing:0.16px;line-height:1.6;margin-top:4px}
.lf-btn:disabled{opacity:.5;cursor:not-allowed}
/* Post-submission success state */
.lf-success{display:none;text-align:center;padding:24px 0}
.lf-success.show{display:block}
.lf-success svg{width:64px;height:64px;margin-bottom:20px}
.lf-success .check-circle{fill:none;stroke:var(--neon);stroke-width:2;stroke-dasharray:166;stroke-dashoffset:166;animation:drawCircle .6s ease-out .1s forwards}
.lf-success .check-mark{fill:none;stroke:var(--neon);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheck .4s ease-out .5s forwards}
@keyframes drawCircle{to{stroke-dashoffset:0}}
@keyframes drawCheck{to{stroke-dashoffset:0}}
.lf-success h4{font-family:var(--sans);font-size:20px;font-weight:600;color:var(--neon);margin-bottom:8px;letter-spacing:0.1px;line-height:1.2}
.lf-success p{font-family:var(--sans);font-size:14px;font-weight:500;color:var(--dm-sec);letter-spacing:0.14px;line-height:1.6;max-width:320px;margin:0 auto}
.lf-btn:hover{box-shadow:0 15px 20px rgba(0,0,0,.25),0 0 16px rgba(199,238,78,.3)}

/* ── CLOSING ── */
.closing{text-align:center;padding:56px 24px;background:var(--deep)}
.closing-q{font-family:var(--serif);font-size:clamp(1rem,2vw,1.35rem);color:var(--dm-body);line-height:1.5;max-width:580px;margin:0 auto 28px;font-style:italic;font-weight:300}
.closing-q em{color:var(--neon);font-style:normal}


/* ── STICKY + WA ── */
.sticky{position:fixed;bottom:0;left:0;right:0;z-index:150;background:rgba(0,49,52,.96);backdrop-filter:blur(16px);border-top:1px solid rgba(228,233,233,.1);padding:10px 24px;transform:translateY(100%);transition:transform .4s cubic-bezier(.22,1,.36,1)}
.sticky.show{transform:none}
.sticky-in{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.sticky-t{font-size:13px;color:var(--dm-main)}.sticky-t .hl{font-family:var(--sans);font-size:14px;font-weight:600;color:rgba(255,255,255,.7)}
@media(max-width:600px){.sticky-t{font-size:0}.sticky-t .hl{font-size:13px}}
.sticky .btn-c{background:linear-gradient(180deg,#F3FBD9 4%,#C7EE4E 15%,#85B000 88%,#9ACC00 108%);color:var(--teal);box-shadow:0 10px 15px rgba(0,0,0,.2)}.sticky .btn-c:hover{box-shadow:0 15px 20px rgba(0,0,0,.25),0 0 16px rgba(199,238,78,.3)}
.wa{position:fixed;bottom:56px;right:18px;z-index:140;width:46px;height:46px;border-radius:50%;background:#25D366;display:grid;place-items:center;font-size:20px;box-shadow:0 4px 16px rgba(0,0,0,.2);transition:transform .2s}.wa:hover{transform:scale(1.1)}

/****************Footer *************/
#mob-foot-section{display:none;}
.footer-cta .cta-buttons .consult-button-secondary:hover,.newsletter #newsletterForm button:hover, .invest-cta-section .cta-buttons .primary-btn:hover, .steps-section .primary-btn:hover, .goal-amount-grid .cta-button:hover, .hero-cta .primary-btn:hover, .navbar-collapse .btn-3:hover{    background: var(--green-gradient-hover);
    box-shadow: var(--green-btn-shadow-hover);}

.cta-button, .btn{font-size: 16px;line-height: 1.6;font-weight: 600;letter-spacing: 1%;    border-radius: 8px;padding: 11px 40px;    text-decoration: none;    display: inline-flex; justify-content: center; align-items: center; gap: 4px;    transition: all 0.3s ease;}
.secondary-btn{background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(0, 49, 52, 0.2) 100%);border: 0.5px solid rgba(228, 233, 233, 1);backdrop-filter: blur(7px);color: #E4E9E9; }
.primary-btn{background: linear-gradient(180deg, #C7EE4E 10.42%, #A2D409 101.04%); }

footer {
    background: #003134;
        padding: 50px 0;
}
footer .container { max-width: 1160px; }
footer .newsletter {
    border-bottom: 1.5px solid rgba(242, 242, 242, 0.1);
    padding-bottom: 40px;
    padding-top: 0;
}
footer  .newsletter .title-block {
    margin-bottom: 20px;
}
.newsletter .title-block h2 {
    color: #E4E9E9;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
    letter-spacing: 0.005em;
}
.newsletter .title-block p {
    color: #BBCCCC;
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}
.newsletter form#newsletterForm {
    margin-top: 0;
}
footer .fo-newsletter > div {
    margin-bottom: 0 !important;
}
.newsletter #newsletterForm button {
    background: linear-gradient(180deg, #F3FBD9 -4.17%, #C7EE4E 14.96%, #85B000 88.25%, #9ACC00 108.33%);
    box-shadow: 0px 15px 15px 0px #00000033;
    padding: 14px 44px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #1E2F2C;
    font-weight: 600;
    width: auto;
    border: none;
}
footer .newsletter .signatory .title {
    margin-bottom: 12px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.01em;
}
.footer-main, .footer-cta {
    border-bottom: 1.5px solid rgba(242, 242, 242, 0.10);
    padding: 40px 0;
}
.footer-main .footer-brand .footer-logo {
    margin-bottom: 40px;
    max-width: 212px;
}
.footer-main .footer-brand .footer-logo img {
    max-width: 100%;
}
.footer-main .contact-box {
    background: #034144;
    padding: 12px 16px;
    border-radius: 8px;
    max-width: 390px;
}
.footer-main .contact-box > span:not(:last-child) {
    margin-bottom: 12px;
}
footer .contact-img {
    margin-right: 15px;
}
.footer-main .contact-box p {
    margin-bottom: 0;
    color: #E4E9E9;
    display: flex;
}
footer .footer-main a, footer .footer-main p {
    font-size: 14px;
    line-height: 1.6;
    color: #BBCCCC;
    letter-spacing: 0.001rem;
    font-weight: 500;
    opacity: 1;
    display: block;
}
footer .footer-main h6 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.001rem;
    font-weight: 700;
    color: #E4E9E9;
    margin-bottom: 8px;
}
footer .footer-main a:not(:last-child) {
    margin-bottom: 12px;
}
.footer-main, .footer-cta {
    border-bottom: 1.5px solid rgba(242, 242, 242, 0.10);
    padding: 40px 0;
    display: flex;
}
.footer-cta h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.005rem;
    color: #E4E9E9;
    margin-bottom: 8px;
}
.footer-cta p {
    font-size: 16px;
    line-height: 1.6;
    color: #BBCCCC;
    font-weight: 500;
}
.footer-cta .cta-buttons {
    margin-top: 20px;
    max-width: 610px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.footer-cta .cta-buttons .consult-button-secondary, .footer-cta .cta-buttons .btn-primary-outline {
    font-size: 16px;
    font-weight: 600;
}
.footer-cta .cta-buttons .consult-button-secondary {
    background: linear-gradient(180deg, #F3FBD9 -4.17%, #C7EE4E 14.96%, #85B000 88.25%, #9ACC00 108.33%);
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    color: #1e2f2c;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.08px;
    text-decoration: none;
}
.footer-cta .cta-buttons .btn-primary-outline {
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(0, 49, 52, 0.2) 100%)!important;
    border: 0.5px solid #E4E9E9!important;
    backdrop-filter: blur(7px);
    display: inline-flex!important;
    min-height: 48px;
    border-radius: 8px;
    align-items: center!important;
    justify-content: center!important;
    color: #E4E9E9;
    letter-spacing: 0.005rem;
}
.footer-cta .cta-buttons .btn-primary-outline:hover{    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.25), 0px 0px 20px rgba(185, 225, 61, 0.15)!important;    background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(199, 238, 78, 0.2) 100%)!important;
}
.footer-cta .review-img {
    max-width: 172px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 34px;
}
.footer-cta .review-img img {
    max-width: 100%;
}
.footer-cta .social-img {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    gap: 22px;
}
.footer-bottom {
    padding-top: 40px;
}
.footer-bottom p {
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
    color: rgba(228, 233, 233, 0.6);
}
.newsletter .fo-newsletter input {
    border: 1px solid #BBCCCA;
    border-radius: 8px;
    padding: 11px 28px;
    text-align: left !important;
    font-size: 16px;
    font-weight: 500;
    color: #75999B !important;
    text-align: left;
    background: #fff;
    width: 100%;
}
.footer-main .contact-box > p:not(:last-child) {
    margin-bottom: 12px;
}
footer .footer-main .footer-title {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.001rem;
    font-weight: 700;
    color: #E4E9E9;
    margin-bottom: 8px;
}
footer p, footer a {
    opacity: 1;
}
.footer-cta .social-img img {
    max-height: 40px;
}
.invest-cta-section .cta-wrap {
    background: #003134;
    padding: 40px;
    border-radius: 16px;
}
.invest-cta-section {margin-bottom: var(--home-row-space);}
.invest-cta-section .cta-text {
    max-width: 688px;
    margin: auto auto 40px;
    text-align: center;
}
.invest-cta-section .cta-text .heading {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.5%;
    line-height: 120%;
    margin-bottom: 12px;
}
.invest-cta-section .cta-text .heading span {
    display: block;
    color: #C7EE4E;
    font-size: 40px;
    font-family: "DM Serif Text", serif;
    font-style: italic;
    font-weight: 400;
}
.invest-cta-section .cta-text p {
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;
    color: #BBCCCC;
    margin-bottom: 0;
    letter-spacing: 1%;
}
.invest-cta-section .cta-buttons {
    max-width: 620px;
    margin: auto;
    display: flex;
    gap: 20px;
}
.invest-cta-section .cta-buttons .cta-button {
    flex: 1;
}
.invest-cta-section .cta-buttons .primary-btn{cursor: pointer;}
.footer-cta .cta-buttons .consult-button-secondary:hover,.newsletter #newsletterForm button:hover, .invest-cta-section .cta-buttons .primary-btn:hover, .steps-section .primary-btn:hover, .goal-amount-grid .cta-button:hover, .hero-cta .primary-btn:hover, .navbar-collapse .btn-3:hover{    background: var(--green-gradient-hover);
    box-shadow: var(--green-btn-shadow-hover);}
.primary-btn:hover{    background: var(--light-green-gradient-hover); box-shadow: var(--light-green-btn-shadow-hover); }
.testi-card__play img {
    max-width: 18px;
    object-fit: contain;
}
.footer-cta .cta-buttons .btn-primary-outline:hover, .invest-cta-section .cta-buttons .secondary-btn:hover, .hero-cta .secondary-btn:hover{
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.25), 0px 0px 20px rgba(185, 225, 61, 0.15);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(199, 238, 78, 0.2) 100%);
}
.footer-bottom p span.copyright {
    margin-bottom: 15px !important;
    display: block;
}
.form-phone select.form-select {
    width: 125px;
}
.hero__grid-inner{display:none;}
.hero__curve{display: none;}
.hero.hero-section{background: url("../images/smallcase/banner-img.jpg") no-repeat;}
.featured-logos-mobile{display: none!important;}
.newsletter #newsletterForm button:hover, .footer-cta .cta-buttons .consult-button-secondary:hover{    background: linear-gradient(180deg, #f7fde6 4.17%, #d4f26a 14.96%, #93c200 88.25%, #a8da00 108.33%);
    box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.25);}
div#scmob-foot-section{display: none;}

@media only screen and (min-width: 768px) {
    footer .newsletter .row {
              margin: 0;
        display: grid;
        grid-template-columns: 1fr 274px;
        gap: 20px;
        justify-content: space-between;
        width: 100%;
    }
    footer .newsletter .row > div {
        padding: 0;
        width: 100%;
    }
    .fo-newsletter {
        display: flex;
        gap: 8px;
        max-width: 574px;
    }
    .fo-newsletter div:first-child {
        flex: 1;
    }
    .footer-main {
        display: grid;
        grid-template-columns: 1.2fr auto auto auto;
        margin: 0;
        gap: 60px;
    }
    .footer-main > div {
        padding: 0;
        width: 100%;
    }
    .mobile-disclosure-dropdown{display: none;}
}
@media (max-width: 767px) {
    body footer { padding: 40px 0; }
    footer .newsletter .fo-newsletter input{    padding: 11px 12px;}
    footer .newsletter #newsletterForm button { width: 100%; margin-top: 12px; }
    footer .newsletter .signatory { margin-top: 40px; }
    .footer-main .footer-brand .footer-logo{margin-bottom: 28px;}
    .footer-main{gap: 28px 20px; display: grid; grid-template-columns: auto auto;}
    .footer-main .footer-brand { grid-column: 1 / -1; }
    .footer-cta .cta-buttons{    grid-template-columns: 1fr;    margin-bottom: 40px;}
    .footer-cta .review-img{    justify-content: initial; margin-left: 0; margin-bottom: 40px;}
    .footer-cta .social-img{    justify-content: inherit;}
    .footer-bottom p:last-child{margin-bottom: 0;}
    footer .row{margin-left: 0; margin-right: 0;}
    footer .row div[class*="col-"]{padding-left: 0; padding-right: 0;}
    body:has(#mob-foot-section) footer { padding: 50px 20px 0; }
}
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 1300px) {
  .hero__content, .nav__inner{padding-left: 40px;padding-right: 40px;}
}
@media (max-width: 1100px) {
  .hero__content, .nav__inner{padding-left: 20px;padding-right: 20px;}
  .hero__content{gap: 20px;}
}
@media (max-width: 992px) {
  .hero__right {  margin: auto; }
  .nav__mobile-left{margin-right: auto;}
  .hero__content{padding-top:93px;padding-bottom: 93px;}
  .carousel-dot{background: #003134;}
}
@media (max-width: 768px) {
  .problems .accent-serif{display: block;}
  .visionary{        grid-template-columns: 1fr;        gap: 20px;}
  .featured-logos-desktop{display: none;}
  .featured-logos-mobile {
    display: block !important;
}
.featured-logos-mobile .item{padding: 0 10px;}

}
@media (max-width: 767px) {
  .review-img{max-width: 172px;}
  .suit-card--for, .suit-card--not{padding: 20px;}
 .hero.hero-section {
    background: url(../images/smallcase/banner-mobile.jpg) no-repeat;
}
.hero__right iframe{width: 100%;}
div#scmob-foot-section {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: block;
        box-shadow: 0px -10px 10px 0px #00000026;
        border-top: 1px solid #75999B;
        background: #F6F7F0;
        padding: 16px 16px 34px;
        transform: translateY(100%);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }
div#scmob-foot-section.visible {
        transform: translateY(0);
        opacity: 1;
    } 
    div#scmob-foot-section .hero-cta .primary-btn {
        line-height: 125%;
        box-shadow: none;
    }
      div#scmob-foot-section .primary-btn:hover{    background: linear-gradient(180deg, #f3fbd9 -9.38%, #c7ee4e 31.94%, #85b000 84%, #9acc00 96.45%);    box-shadow: 0 0 25px 0 rgba(187, 227, 64, 0.1), 0 15px 15px 0 rgba(0, 0, 0, 0.15);} 
   div#scmob-foot-section .primary-btn {
    width: 100%;
} 
body:has(#scmob-foot-section) footer {
        padding-bottom: 90px;
    } 
   footer .container{padding-left:0; padding-right: 0;}  
}

/************* Thank you page **************/
 /* ===== BUTTONS ===== */
.btn-primary--dark {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #F3FBD9 4.17%, #C7EE4E 14.96%, #85B000 88.25%, #9ACC00 108.33%);
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2);
  color: #1E2F2C; border: none; border-radius: 8px;
  padding: 11px 40px; cursor: pointer; transition: all .25s;
  font-size: 16px; font-weight: 600; line-height: 1.6; letter-spacing: 0.08px;
}
.btn-primary--dark:hover {
  background: linear-gradient(180deg, #f7fde6 4.17%, #d4f26a 14.96%, #93c200 88.25%, #a8da00 108.33%);
  box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.25); transform: translateY(-1px);
}
.btn-secondary--dark {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(to bottom, rgba(214,214,214,0.2), rgba(0,49,52,0.2));
  border: 0.5px solid var(--dm-main); color: var(--dm-main); border-radius: 8px;
  backdrop-filter: blur(3.5px); -webkit-backdrop-filter: blur(3.5px);
  padding: 11px 40px; cursor: pointer; transition: all .25s;
  font-size: 16px; font-weight: 600; line-height: 1.6; letter-spacing: 0.08px;
}
.btn-secondary--dark:hover { background: linear-gradient(to bottom, rgba(214,214,214,0.3), rgba(0,49,52,0.3)); }
    /* ===== THANK YOU HERO ===== */
.thankyou-hero {
  background: var(--teal); position: relative; overflow: hidden;
  flex: 1; display: flex; align-items: center; justify-content: center;
  min-height: 560px;
}
.thankyou-hero__grid {
  position: absolute; inset: 0; opacity: .5; overflow: hidden;
}
.thankyou-hero__grid-inner {
  position: absolute; top: -62px; left: -30px; right: -30px; bottom: 0;
  display: grid; grid-template-columns: repeat(10, 150px); grid-template-rows: repeat(4, 150px);
  gap: 0;
}
.thankyou-hero__grid-cell { border: 1.5px solid #004A4F; border-radius: 20px; }
.thankyou-hero__grid-cell--filled { border: none; background: linear-gradient(to bottom, #003E42, #00292C); border-radius: 20px; }

.thankyou-hero__content {
  position: relative; z-index: 2; text-align: center;
  max-width: 720px; padding: 60px 20px;
}
.thankyou-hero__icon {
  width: 100px; height: 100px; margin: 0 auto 32px;
  background: linear-gradient(180deg, #F3FBD9 4.17%, #C7EE4E 14.96%, #85B000 88.25%, #9ACC00 108.33%);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
}
.thankyou-hero__icon .material-symbols-outlined { font-size: 52px; color: var(--teal); }
.thankyou-hero__title {
  font-size: 48px; font-weight: 500; line-height: 1.2; letter-spacing: 0.24px;
  color: var(--dm-main); margin-bottom: 8px;
}
.thankyou-hero__title-serif {
  font-family: 'DM Serif Text', serif; font-style: italic;
  font-size: 56px; font-weight: 400; line-height: 1.2; letter-spacing: 0.28px;
  color: var(--neon-green);
}
.thankyou-hero__desc {
  font-size: 16px; font-weight: 500; line-height: 1.6; letter-spacing: 0.16px;
  color: var(--dm-body); margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto;
}
.thankyou-hero__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
/* ===== WHAT HAPPENS NEXT ===== */
.next-steps {
  background: var(--beige); padding: 80px 0;
}
.next-steps__inner {
  max-width: 1120px; margin: 0 auto; padding: 0 20px;
}
.next-steps__title {
  font-size: 36px; font-weight: 500; line-height: 1.2; letter-spacing: 0.18px;
  color: var(--main-text); text-align: center; margin-bottom: 8px;
}
.next-steps__title-serif {
  font-family: 'DM Serif Text', serif; font-style: italic;
  font-size: 40px; font-weight: 400; line-height: 1.2; letter-spacing: 0.20px;
  color: var(--parrot-green);
}
.next-steps__sub {
  font-size: 16px; font-weight: 500; line-height: 1.6; letter-spacing: 0.16px;
  color: var(--body-text); text-align: center; margin-bottom: 48px;
}
.next-steps__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.step-card {
  background: #fff; border: 0.5px solid #B3C1C2; border-radius: 16px; padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
}
.step-card__num {
  font-family: 'DM Serif Text', serif; font-style: italic;
  font-size: 40px; font-weight: 400; line-height: 1.2; letter-spacing: 0.20px;
  color: var(--parrot-green);
}
.step-card__title {
  font-size: 20px; font-weight: 600; line-height: 1.6; letter-spacing: 0.10px;
  color: var(--main-text);
}
.step-card__desc {
  font-size: 16px; font-weight: 500; line-height: 1.6; letter-spacing: 0.16px;
  color: var(--body-text);
}
.step-card__icon {
  width: 48px; height: 48px; border-radius: 12px; background: var(--light-green);
  display: flex; align-items: center; justify-content: center;
}
.step-card__icon .material-symbols-outlined { font-size: 24px; color: var(--parrot-green); }

/* ===== TRUST STRIP ===== */
.trust-strip {
  border-top: 0.5px solid #B3C1C2; border-bottom: 0.5px solid #B3C1C2;
  padding: 40px 0;
}
.trust-strip__inner {
  max-width: 960px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap;
}
.trust-strip__item {
  display: flex; align-items: center; gap: 12px;
}
.trust-strip__icon {
  width: 44px; height: 44px; border-radius: 50%; background: var(--light-green);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-strip__icon .material-symbols-outlined { font-size: 22px; color: var(--parrot-green); }
.trust-strip__text {
  font-size: 16px; font-weight: 500; line-height: 1.6; letter-spacing: 0.16px;
  color: var(--main-text);
}
.trust-strip__text strong { font-weight: 700; }
/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .thankyou-hero { min-height: 480px; }
  .thankyou-hero__title { font-size: 32px; letter-spacing: 0.16px; }
  .thankyou-hero__title-serif { font-size: 36px; letter-spacing: 0.18px; }
  .thankyou-hero__icon { width: 80px; height: 80px; margin-bottom: 24px; }
  .thankyou-hero__icon .material-symbols-outlined { font-size: 40px; }
  .thankyou-hero__btns { flex-direction: column; align-items: center; }
  .thankyou-hero__btns .btn-primary--dark,
  .thankyou-hero__btns .btn-secondary--dark { width: 100%; max-width: 320px; }

  .next-steps { padding: 60px 0; }
  .next-steps__grid { grid-template-columns: 1fr; }
  .next-steps__title { font-size: 28px; }
  .next-steps__title-serif { font-size: 32px; }

  .trust-strip__inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  button.fxo-launcher {margin-bottom: 40px !important;}
}