/* Cureva Design System v9 — aligned with landing page */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --w:      #ffffff;
  --off:    #F4EDDD;
  --cream:  #FBF6EC;
  --cream2: #F4EDDD;
  --t1:     #2FE6BE;
  --t2:     #12B3A6;
  --t3:     #0B8F86;
  --t4:     #076A66;
  --t5:     #0B2A28;
  --tglow:  rgba(18,179,166,0.32);
  --tdim:   rgba(47,230,190,0.12);
  --tbor:   rgba(18,179,166,0.22);
  --bor:    rgba(11,42,40,0.10);
  --ink:    #0B2A28;
  --inkm:   #173F3C;
  --inks:   #5F7C79;
  --amber:  #f5a623;
  --pink:   #ff6b9d;
  --bright: #38F0C4;
  --line:   rgba(11,42,40,0.08);
  --sh-sm:  0 2px 16px rgba(11,42,40,0.06);
  --sh:     0 28px 66px -30px rgba(11,42,40,0.22);
  --app-grad:  linear-gradient(135deg, #38F0C4 0%, #12B3A6 52%, #0B8F86 100%);
  --dark-grad: linear-gradient(135deg, #0B2A28 0%, #0B8F86 55%, #12B3A6 100%);
  --ease:   cubic-bezier(.19,1,.22,1);
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Outfit', -apple-system, sans-serif; background: var(--cream); color: var(--inkm); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100vw; padding-top: 112px; }
body::after { content:''; position:fixed; inset:0; z-index:9999; pointer-events:none; opacity:0.022; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat:repeat; background-size:200px 200px; }
#cursorGlow { position:fixed; z-index:9998; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle,rgba(2,195,154,0.1) 0%,transparent 70%); pointer-events:none; transform:translate(-50%,-50%); opacity:0; transition:opacity 400ms; will-change:transform; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; outline: none; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--t2); border-radius: 2px; }

/* Focus states — WCAG 2.1 AA */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--t1); outline-offset: 2px; }

/* ── Animations ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes tpulse { 0%,100%{box-shadow:0 0 0 0 rgba(46,232,160,0.5)} 50%{box-shadow:0 0 0 7px rgba(46,232,160,0)} }
@keyframes aurora-drift { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-4%,3%) scale(1.08)} }
@keyframes aurora-drift2 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(5%,-4%) scale(1.06)} }
@keyframes aurora-drift3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-3%,5%)} }
@keyframes eva-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes floor-pulse { 0%,100%{opacity:0.55;transform:scaleX(1)} 50%{opacity:0.85;transform:scaleX(1.12)} }
@keyframes fc-float1 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-6px)} }
@keyframes fc-float2 { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }
@keyframes card-glow { 0%,100%{box-shadow:0 4px 24px rgba(2,195,154,0.15)} 50%{box-shadow:0 8px 32px rgba(2,195,154,0.32)} }
@keyframes marquee-scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes slideIn { from { opacity: 0; transform: translateY(12px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes ringFill { from { stroke-dashoffset: 283; } to { stroke-dashoffset: 60; } }
@keyframes pulse { 0%,100%{transform:scale(1)} 50%{transform:scale(1.06)} }
@keyframes badge-slide { from{opacity:0;transform:translateX(-20px)} to{opacity:1;transform:translateX(0)} }

/* Hero CSS animations */
.hero-eyebrow { animation: fadeUp 0.55s ease forwards; animation-delay: 0.08s; opacity: 0; }
.hero h1      { animation: fadeUp 0.65s ease forwards; animation-delay: 0.18s; opacity: 0; }
.hero-sub     { animation: fadeUp 0.6s  ease forwards; animation-delay: 0.3s;  opacity: 0; }
.hero-form    { animation: fadeUp 0.55s ease forwards; animation-delay: 0.42s; opacity: 0; }
.hero-trust   { animation: fadeUp 0.5s  ease forwards; animation-delay: 0.52s; opacity: 0; }
.hero-social  { animation: fadeUp 0.45s ease forwards; animation-delay: 0.6s;  opacity: 0; }
#evaCol       { animation: fadeUp 0.7s  ease forwards; animation-delay: 0.12s; opacity: 0; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.in-view { opacity: 1; transform: none; }

.pain-grid, .feat-grid, .persona-grid, .testi-grid, .plans-wrap, .hiw-steps, .lang-flags, .stats-bar { opacity: 1; transform: none; }

.pain-card, .persona, .tcard, .plan-card, .hiw-step, .stt {
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.feat   { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.lang-flag { opacity: 0; transform: translateY(10px); transition: opacity 0.45s ease, transform 0.45s ease; }

.pain-grid.in-view .pain-card, .persona-grid.in-view .persona, .feat-grid.in-view .feat,
.testi-grid.in-view .tcard, .plans-wrap.in-view .plan-card, .hiw-steps.in-view .hiw-step,
.stats-bar.in-view .stt, .lang-flags.in-view .lang-flag { opacity: 1; transform: none; }

.pain-grid.in-view .pain-card:nth-child(2) { transition-delay: 0.07s; }
.pain-grid.in-view .pain-card:nth-child(3) { transition-delay: 0.14s; }
.persona-grid.in-view .persona:nth-child(2) { transition-delay: 0.06s; }
.persona-grid.in-view .persona:nth-child(3) { transition-delay: 0.12s; }
.persona-grid.in-view .persona:nth-child(4) { transition-delay: 0.18s; }
.persona-grid.in-view .persona:nth-child(5) { transition-delay: 0.24s; }
.feat-grid.in-view .feat:nth-child(2) { transition-delay: 0.04s; }
.feat-grid.in-view .feat:nth-child(3) { transition-delay: 0.08s; }
.feat-grid.in-view .feat:nth-child(4) { transition-delay: 0.12s; }
.feat-grid.in-view .feat:nth-child(5) { transition-delay: 0.16s; }
.feat-grid.in-view .feat:nth-child(6) { transition-delay: 0.20s; }
.feat-grid.in-view .feat:nth-child(7) { transition-delay: 0.24s; }
.feat-grid.in-view .feat:nth-child(8) { transition-delay: 0.28s; }
.feat-grid.in-view .feat:nth-child(9) { transition-delay: 0.32s; }
.feat-grid.in-view .feat:nth-child(10){ transition-delay: 0.36s; }
.testi-grid.in-view .tcard:nth-child(2) { transition-delay: 0.08s; }
.testi-grid.in-view .tcard:nth-child(3) { transition-delay: 0.16s; }
.plans-wrap.in-view .plan-card:nth-child(2) { transition-delay: 0.08s; }
.plans-wrap.in-view .plan-card:nth-child(3) { transition-delay: 0.16s; }
.hiw-steps.in-view .hiw-step:nth-child(2) { transition-delay: 0.1s; }
.hiw-steps.in-view .hiw-step:nth-child(3) { transition-delay: 0.2s; }
.stats-bar.in-view .stt:nth-child(2) { transition-delay: 0.07s; }
.stats-bar.in-view .stt:nth-child(3) { transition-delay: 0.14s; }
.stats-bar.in-view .stt:nth-child(4) { transition-delay: 0.21s; }
.lang-flags.in-view .lang-flag:nth-child(2)  { transition-delay: 0.04s; }
.lang-flags.in-view .lang-flag:nth-child(3)  { transition-delay: 0.08s; }
.lang-flags.in-view .lang-flag:nth-child(4)  { transition-delay: 0.12s; }
.lang-flags.in-view .lang-flag:nth-child(5)  { transition-delay: 0.16s; }
.lang-flags.in-view .lang-flag:nth-child(6)  { transition-delay: 0.20s; }
.lang-flags.in-view .lang-flag:nth-child(7)  { transition-delay: 0.24s; }
.lang-flags.in-view .lang-flag:nth-child(8)  { transition-delay: 0.28s; }
.lang-flags.in-view .lang-flag:nth-child(9)  { transition-delay: 0.32s; }
.lang-flags.in-view .lang-flag:nth-child(10) { transition-delay: 0.36s; }
.lang-flags.in-view .lang-flag:nth-child(11) { transition-delay: 0.40s; }
.lang-flags.in-view .lang-flag:nth-child(12) { transition-delay: 0.44s; }
.lang-flags.in-view .lang-flag:nth-child(13) { transition-delay: 0.48s; }
.lang-flags.in-view .lang-flag:nth-child(14) { transition-delay: 0.52s; }
.lang-flags.in-view .lang-flag:nth-child(15) { transition-delay: 0.56s; }
.lang-flags.in-view .lang-flag:nth-child(16) { transition-delay: 0.60s; }
.lang-flags.in-view .lang-flag:nth-child(17) { transition-delay: 0.64s; }
.lang-flags.in-view .lang-flag:nth-child(18) { transition-delay: 0.68s; }
.lang-flags.in-view .lang-flag:nth-child(19) { transition-delay: 0.72s; }
.lang-flags.in-view .lang-flag:nth-child(20) { transition-delay: 0.76s; }

.fin-cta h2, .fin-cta p, .fin-cta-btn { opacity: 1; transform: none; }

/* ── HAMBURGER ── */
.nav-burger { display: none; flex-direction: column; gap: 5px; width: 42px; height: 42px; border-radius: 100px; background: rgba(11,42,40,0.06); border: 1px solid var(--line); align-items: center; justify-content: center; cursor: pointer; transition: background 0.2s; flex-shrink: 0; }
.nav-burger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 1px; transition: transform 0.28s cubic-bezier(0.4,0,0.2,1), opacity 0.2s; }
.nav-burger.open { background: rgba(11,42,40,0.1); }
.nav-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.nav-right { display: flex; align-items: center; gap: 8px; }
@media(max-width:640px) { .nav-links { display: none; } .nav-right { display: none; } .nav-burger { display: flex; } }

/* ── MOBILE NAV OVERLAY ── */
.nav-mob { position: fixed; top: 0; left: 0; right: 0; background: rgba(251,246,236,0.97); backdrop-filter: blur(24px); z-index: 250; padding: 80px 24px 36px; display: flex; flex-direction: column; gap: 2px; transform: translateY(-110%); transition: transform 0.38s cubic-bezier(0.16,1,0.3,1); border-bottom: 1px solid var(--line); box-shadow: 0 24px 56px rgba(11,42,40,0.12); }
.nav-mob.open { transform: translateY(0); }
.nav-mob a { font-size: 1.15rem; font-weight: 700; color: var(--inkm); padding: 15px 0; border-bottom: 1px solid var(--line); display: block; transition: color 0.15s; }
.nav-mob a:last-of-type { border-bottom: none; }
.nav-mob a:hover { color: var(--ink); }
.nav-mob .mob-cta { margin-top: 16px; padding: 15px 24px; border-radius: 100px; background: var(--app-grad); color: #fff; font-weight: 900; text-align: center; letter-spacing: 0.01em; border-bottom: none !important; }
.nav-mob .mob-cta:hover { opacity: 0.9; }

/* ── COOKIE BANNER ── */
.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--t5); border-top: 1px solid rgba(2,195,154,0.2); padding: 14px 100px 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; z-index: 9000; flex-wrap: wrap; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.16,1,0.3,1); }
@media(max-width:640px){ .cookie-bar { padding: 14px 16px 24px; right: 0; } }
.cookie-bar.show { transform: translateY(0); }
.cookie-txt { font-size: 0.78rem; color: rgba(255,255,255,0.65); line-height: 1.55; flex: 1; min-width: 200px; }
.cookie-txt a { color: var(--t1); text-decoration: underline; }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-accept { padding: 9px 20px; border-radius: 100px; background: #02C39A; color: #fff; font-size: 0.82rem; font-weight: 800; border: none; cursor: pointer; font-family: inherit; transition: background 0.15s; }
.cookie-accept:hover { background: #028090; }
.cookie-decline { padding: 9px 16px; border-radius: 100px; background: transparent; color: rgba(255,255,255,0.45); font-size: 0.82rem; font-weight: 600; border: 1px solid rgba(255,255,255,0.12); cursor: pointer; font-family: inherit; transition: border-color 0.15s, color 0.15s; }
.cookie-decline:hover { border-color: rgba(255,255,255,0.3); color: rgba(255,255,255,0.7); }

/* ── TOPBAR ── */
.topbar { position: fixed; top: 0; left: 0; right: 0; z-index: 400; height: 42px; display: flex; align-items: center; justify-content: center; gap: 11px; background: linear-gradient(90deg,#0B8F86,#12B3A6 50%,#0B8F86); background-size: 200% 100%; animation: topbar-slide 8s ease infinite; color: #fff; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.01em; padding: 0 16px; text-align: center; }
.topbar .sep { opacity: 0.4; }
.topbar strong { font-weight: 700; }
@keyframes topbar-slide { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.tpulse { width: 7px; height: 7px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 0 rgba(255,255,255,.7); display: inline-block; animation: tpulse 2s ease-in-out infinite; flex-shrink: 0; }

/* ── NAV ── */
.nav-wrap { position: fixed; top: 42px; left: 0; right: 0; z-index: 300; background: transparent; padding: 10px 24px 0; transition: padding 0.4s var(--ease); }
.nav-wrap.scrolled { padding-top: 8px; }
.nav { max-width: 1160px; margin: 0 auto; padding: 0 8px 0 20px; height: 58px; display: flex; align-items: center; justify-content: space-between; background: rgba(255,255,255,0.72); backdrop-filter: blur(22px) saturate(1.4); -webkit-backdrop-filter: blur(22px) saturate(1.4); border: 1px solid var(--line); border-radius: 100px; transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.nav-wrap.scrolled .nav { background: rgba(255,255,255,0.94); box-shadow: 0 4px 24px rgba(11,42,40,0.08); }
.nav-links { display: flex; gap: 2px; }
.nav-a { padding: 7px 14px; border-radius: 100px; font-size: 0.875rem; font-weight: 600; color: var(--inkm); transition: color 0.15s, background 0.15s; }
.nav-a:hover, .nav-a.active { color: var(--ink); background: rgba(11,42,40,0.06); }
.nav-login { font-size: 0.875rem; font-weight: 700; color: var(--inkm); padding: 9px 18px; border-radius: 100px; border: 1.5px solid var(--line); transition: all 0.15s; }
.nav-login:hover { color: var(--ink); border-color: rgba(11,42,40,0.22); background: rgba(11,42,40,0.04); }
.nav-cta { padding: 10px 24px; border-radius: 100px; background: var(--app-grad); color: #fff; font-size: 0.875rem; font-weight: 800; transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s; }
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); box-shadow: 0 5px 20px rgba(18,179,166,0.4); }
@media(max-width:640px){ .nav-links{display:none} }

/* ── SECTION HELPERS ── */
.sec-tag { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: var(--t2); margin-bottom: 14px; display: block; }
.sec-tag-light { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 14px; display: block; }
.sec-h { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 3.8vw, 3rem); letter-spacing: -0.025em; color: var(--ink); margin-bottom: 12px; line-height: 1.08; }
.sec-sub { font-size: 1.05rem; color: var(--inkm); line-height: 1.72; max-width: 520px; }
.sec-header { margin-bottom: 52px; }
.sec-header.center { text-align: center; }
.sec-header.center .sec-sub { margin: 0 auto; }
.sec-h-light { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.025em; color: #fff; margin-bottom: 12px; line-height: 1.08; }
.sec-sub-light { font-size: 1.05rem; color: rgba(255,255,255,0.65); line-height: 1.72; max-width: 520px; }
.sec-header-light { margin-bottom: 52px; }
.sec-header-light.center { text-align: center; }
.sec-header-light.center .sec-sub-light { margin: 0 auto; }

/* ── HERO WRAP ── */
.hero-wrap { background: linear-gradient(160deg, #061219 0%, #0c2535 55%, #103040 100%); position: relative; overflow: hidden; }
.hero-grid-dots { position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: radial-gradient(rgba(2,195,154,0.1) 1.5px, transparent 1.5px); background-size: 48px 48px; mask-image: radial-gradient(ellipse 80% 90% at 35% 55%, black 20%, transparent 72%); -webkit-mask-image: radial-gradient(ellipse 80% 90% at 35% 55%, black 20%, transparent 72%); }
.hero-wrap::before { content: ''; position: absolute; top: -25%; right: -8%; width: 750px; height: 750px; border-radius: 50%; background: radial-gradient(circle, rgba(2,195,154,0.32) 0%, rgba(2,128,144,0.18) 35%, transparent 68%); pointer-events: none; animation: aurora-drift 9s ease-in-out infinite; }
.hero-wrap::after { content: ''; position: absolute; bottom: -25%; left: -12%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(46,232,160,0.22) 0%, rgba(2,195,154,0.12) 40%, transparent 68%); pointer-events: none; animation: aurora-drift2 12s ease-in-out infinite; }
.hero-accent-blob { position: absolute; top: 55%; left: 35%; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(2,195,154,0.14) 0%, transparent 65%); pointer-events: none; animation: aurora-drift3 15s ease-in-out infinite; }
.hero { max-width: 1160px; margin: 0 auto; padding: 80px 24px 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px 6px 10px; border-radius: 100px; background: rgba(2,195,154,0.15); border: 1px solid rgba(2,195,154,0.35); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--t1); margin-bottom: 22px; }
.eye-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--bright); animation: tpulse 2s ease-in-out infinite; }
.hero h1 { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2.8rem, 5.5vw, 5.2rem); line-height: 1.02; letter-spacing: -0.025em; color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: italic; background: linear-gradient(110deg, #02C39A 0%, #5EFCD3 55%, #A8FFE8 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; padding-bottom: 6px; display: inline-block; }
.hero-sub { font-size: clamp(1rem, 1.6vw, 1.1rem); color: rgba(255,255,255,0.78); line-height: 1.78; margin-bottom: 34px; max-width: 460px; }
.hero-form { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.hero-inp { flex: 1; min-width: 200px; padding: 14px 20px; border-radius: 100px; background: rgba(255,255,255,0.18); border: 1.5px solid rgba(255,255,255,0.38); color: #fff; font-size: 0.95rem; font-family: inherit; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.hero-inp::placeholder { color: rgba(255,255,255,0.55); }
.hero-inp:focus { border-color: var(--t1); box-shadow: 0 0 0 3px rgba(2,195,154,0.2); }
.hero-cta { padding: 14px 30px; border-radius: 100px; background: linear-gradient(135deg, #02C39A 0%, #028090 100%); color: #fff; font-size: 0.95rem; font-weight: 800; white-space: nowrap; transition: transform 0.15s, box-shadow 0.15s, opacity 0.15s; }
.hero-cta:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(2,195,154,0.45); }
.hero-trust { display: flex; gap: 18px; flex-wrap: wrap; font-size: 0.8rem; color: rgba(255,255,255,0.6); font-weight: 600; margin-bottom: 28px; }
.hero-trust span { display: flex; align-items: center; gap: 5px; }
.tc { color: var(--bright); }
@media(max-width:840px){ .hero { grid-template-columns: 1fr; padding: 50px 20px 40px; text-align: center; } .hero-sub { margin: 0 auto 28px; } .hero-form { justify-content: center; } .hero-trust { justify-content: center; } }

/* ── STATS BAR ── */
.stats-bar { background: #ffffff; border-top: 1px solid var(--bor); border-bottom: 1px solid var(--bor); }
.stats-row { max-width: 1160px; margin: 0 auto; padding: 0 24px; display: flex; }
.stt { flex: 1; padding: 40px 20px; text-align: center; border-right: 1px solid rgba(0,0,0,0.07); position: relative; }
.stt:last-child { border-right: none; }
.stt-n { font-family: 'DM Serif Display', serif; font-size: 3.8rem; color: var(--ink); letter-spacing: -0.04em; display: block; line-height: 1; margin-bottom: 10px; }
.stt-n em { font-style: normal; }
.stt.coral .stt-n { color: #FF5757; }
.stt.teal .stt-n { color: var(--t1); }
.stt.green .stt-n { color: var(--bright); }
.stt.amber .stt-n { color: var(--amber); }
.stt-l { font-size: 0.75rem; color: var(--inkm); font-weight: 600; line-height: 1.45; max-width: 140px; margin: 0 auto; }
@media(max-width:700px){ .stt-n{font-size:2.4rem} .stt{padding:24px 10px} .stats-row{flex-wrap:wrap} .stt{flex-basis:50%;border-bottom:1px solid rgba(0,0,0,0.07)} .stt-l{max-width:120px} }

/* ── PAIN / GRADIENT SECTION ── */
.pain { background: var(--app-grad); padding: 72px 24px 56px; position: relative; overflow: hidden; }
.pain::before { content:''; position:absolute; top:-30%;right:-8%;width:600px;height:600px;border-radius:50%;background:rgba(255,255,255,0.03);pointer-events:none; }
.pain-inner { max-width: 1160px; margin: 0 auto; }
.pain h2 { font-family: 'DM Serif Display', serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); color: #fff; letter-spacing: -0.025em; margin-bottom: 14px; line-height: 1.06; }
.pain-sub { font-size: 1.06rem; color: rgba(255,255,255,0.72); line-height: 1.75; margin-bottom: 52px; max-width: 560px; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 32px; }
.pain-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.13); border-radius: 20px; padding: 30px 24px; backdrop-filter: blur(8px); transition: background 0.25s, transform 0.25s, box-shadow 0.25s; cursor: default; }
.pain-card:hover { background: rgba(255,255,255,0.14); transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,0.2); }
.pain-icon { font-size: 2.2rem; margin-bottom: 18px; display: block; }
.pain-card h3 { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.35; }
.pain-card p { font-size: 0.875rem; color: rgba(255,255,255,0.68); line-height: 1.72; }
.pain-stat { margin-top: 14px; padding: 24px 30px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: 20px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.pain-stat-num { font-family: 'DM Serif Display', serif; font-size: 4rem; color: #fff; letter-spacing: -0.04em; line-height: 1; flex-shrink: 0; }
.pain-stat-text { font-size: 1rem; color: rgba(255,255,255,0.8); line-height: 1.68; }
.pain-stat-text strong { color: #fff; font-weight: 800; }
@media(max-width:720px){ .pain-grid{grid-template-columns:1fr} }

/* ── MID CTA ── */
.midcta { background: var(--app-grad); border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); padding: 30px 24px; }
.midcta-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.midcta-copy { flex: 1; }
.midcta-tag { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7); display: block; margin-bottom: 5px; }
.midcta-copy p { font-size: 1rem; color: rgba(255,255,255,0.85); font-weight: 600; }
.midcta-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; flex-wrap: wrap; }
.midcta-price { font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: #fff; white-space: nowrap; }
.midcta-price span { font-size: 0.85rem; color: rgba(255,255,255,0.5); }
.midcta-btn { background: rgba(255,255,255,0.95); color: var(--t2); font-size: 0.9rem; font-weight: 800; padding: 12px 24px; border-radius: 100px; white-space: nowrap; transition: transform 0.18s, box-shadow 0.18s, background 0.18s; }
.midcta-btn:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

/* ── SECTION WAVE TOPPER ── */
.section-wave { display: block; line-height: 0; background: var(--app-grad); }
.section-wave svg { display: block; width: 100%; height: 60px; }

/* ── FEATURES ── */
.features { background: var(--dark-grad); padding: 88px 24px; position: relative; overflow: hidden; }
.features::before { content:''; position:absolute;bottom:-20%;left:-10%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(2,195,154,0.06) 0%,transparent 65%);pointer-events:none; }
.features-inner { max-width: 1160px; margin: 0 auto; position: relative; z-index: 1; }
.feat-grid { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 860px; margin: 0 auto; }
.feat { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 40px; padding: 10px 18px 10px 12px; transition: background 0.2s, border-color 0.2s, transform 0.2s; cursor: default; white-space: nowrap; }
.feat:hover { background: rgba(2,195,154,0.18); border-color: rgba(2,195,154,0.45); transform: translateY(-2px); }
.feat-ico { font-size: 1.1rem; line-height: 1; flex-shrink: 0; }
.feat h3 { font-size: 0.88rem; font-weight: 700; color: #fff; margin: 0; }

/* ── WHO IT'S FOR ── */
.wifor { padding: 88px 24px; background: var(--w); }
.wifor-inner { max-width: 1160px; margin: 0 auto; }
.persona-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 22px; }
@media(min-width:1100px){ .persona-grid { grid-template-columns: repeat(5,1fr); } }
.persona { border-radius: 22px; padding: 36px 28px; position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; cursor: default; }
.persona:hover { transform: translateY(-6px); box-shadow: 0 20px 56px rgba(13,43,56,0.18); }
.persona-1 { background: var(--dark-grad); }
.persona-2 { background: linear-gradient(135deg, #1e5040 0%, #0d3828 100%); }
.persona-3 { background: linear-gradient(135deg, #2d3060 0%, #1a1e50 100%); }
.persona-emoji { font-size: 2.8rem; margin-bottom: 20px; display: block; }
.persona-who { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 8px; }
.persona h3 { font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: #fff; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.01em; }
.persona p { font-size: 0.875rem; color: rgba(255,255,255,0.7); line-height: 1.72; margin-bottom: 22px; }
.persona-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ptag { padding: 4px 10px; border-radius: 100px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); font-size: 0.68rem; font-weight: 700; color: rgba(255,255,255,0.8); }
@media(max-width:520px){ .persona-grid{grid-template-columns:1fr;max-width:100%} }
@media(min-width:521px) and (max-width:840px){ .persona-grid{grid-template-columns:repeat(2,1fr)} }

/* ── COMPARISON ── */
.compare { padding: 88px 24px; background: var(--off); }
.compare-inner { max-width: 1000px; margin: 0 auto; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 16px 56px rgba(13,43,56,0.12); }
.compare-table th { padding: 18px 22px; font-size: 0.85rem; font-weight: 900; text-align: center; letter-spacing: 0.02em; }
.compare-table th:first-child { text-align: left; background: var(--w); color: var(--inkm); font-weight: 700; font-size: 0.78rem; }
.th-cureva { background: var(--t3); color: #fff; }
.th-app { background: #e8e8ec; color: #555; }
.th-human { background: #f0ebe4; color: #7a6a55; }
.compare-table td { padding: 16px 22px; font-size: 0.875rem; text-align: center; border-top: 1px solid var(--bor); background: var(--w); color: var(--inkm); }
.compare-table td:first-child { text-align: left; font-weight: 700; color: var(--ink); background: var(--w); }
.compare-table tr:last-child td { padding-bottom: 22px; }
.chk { color: var(--bright); font-size: 1.1rem; font-weight: 900; }
.chk-partial { color: var(--amber); font-size: 0.85rem; font-weight: 700; }
.chk-no { color: #ccc; font-size: 1rem; }
.td-cureva { background: rgba(30,96,112,0.05) !important; color: var(--t3) !important; font-weight: 700; }
@media(max-width:640px){ .compare-table th,.compare-table td{padding:12px 10px;font-size:0.78rem} .compare-table td:first-child{font-size:0.78rem} }

/* ── HOW IT WORKS ── */
.hiw { padding: 88px 24px; background: var(--w); }
.hiw-inner { max-width: 1160px; margin: 0 auto; }
.hiw-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 52px; position: relative; }
.hiw-steps::before { content:''; position:absolute;top:30px;left:calc(16.5% + 14px);right:calc(16.5% + 14px);height:1.5px;background:linear-gradient(90deg,transparent,var(--tbor),var(--t1),var(--tbor),transparent); }
.hiw-step { text-align: center; padding: 0 12px; }
.hiw-num { width: 56px; height: 56px; border-radius: 50%; background: var(--t3); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-family: 'DM Serif Display', serif; font-size: 1.5rem; color: #fff; box-shadow: 0 8px 24px rgba(30,96,112,0.4); position: relative; z-index: 2; }
.hiw-step h3 { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.hiw-step p { font-size: 0.875rem; color: var(--inkm); line-height: 1.72; }
@media(max-width:680px){ .hiw-steps{grid-template-columns:1fr} .hiw-steps::before{display:none} }

/* ── TESTIMONIALS ── */
.testi { background: var(--t5); padding: 88px 24px; }
.testi-inner { max-width: 1160px; margin: 0 auto; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.tcard { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 28px 24px; display: flex; flex-direction: column; gap: 18px; transition: background 0.25s, transform 0.25s; cursor: default; }
.tcard:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.tstars { color: var(--amber); letter-spacing: 2px; font-size: 0.85rem; }
.tquote { font-size: 0.9rem; color: rgba(255,255,255,0.72); line-height: 1.75; font-style: italic; flex: 1; }
.tquote strong { color: #fff; font-style: normal; font-weight: 800; }
.tauth { display: flex; align-items: center; gap: 10px; }
.tav { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.8rem; color: #fff; flex-shrink: 0; }
.tname { font-size: 0.85rem; font-weight: 700; color: #fff; }
.trole { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin-top: 1px; }
@media(max-width:900px){ .testi-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto} }

/* ── FOUNDING / PRICING ── */
.founding { padding: 88px 24px; background: var(--w); }
.founding-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sbadge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 14px 5px 10px; border-radius: 100px; background: rgba(245,166,35,0.1); border: 1px solid rgba(245,166,35,0.3); font-size: 0.72rem; font-weight: 800; color: var(--amber); margin-bottom: 20px; }
.sdot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); animation: tpulse 1.6s ease-in-out infinite; }
.founding-copy h2 { font-family: 'DM Serif Display', serif; font-size: clamp(2rem, 3.5vw, 2.9rem); letter-spacing: -0.025em; color: var(--ink); margin-bottom: 14px; line-height: 1.08; }
.founding-copy p { font-size: 1rem; color: var(--inkm); line-height: 1.78; margin-bottom: 26px; }
.perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.perk { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; color: var(--inkm); font-weight: 500; }
.ptick { width: 22px; height: 22px; border-radius: 50%; background: rgba(30,96,112,0.1); border: 1px solid rgba(30,96,112,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.6rem; color: var(--t3); font-weight: 900; flex-shrink: 0; }
.ff { display: flex; flex-direction: column; gap: 11px; }
.finp { padding: 14px 20px; border-radius: 100px; background: var(--w); border: 1.5px solid var(--bor); color: var(--ink); font-size: 0.95rem; font-family: inherit; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.finp:focus { border-color: var(--t2); box-shadow: 0 0 0 3px rgba(30,96,112,0.1); }
.founding-btn { padding: 15px 30px; border-radius: 100px; background: var(--t3); color: #fff; font-size: 0.975rem; font-weight: 800; transition: transform 0.15s, box-shadow 0.15s, background 0.15s; }
.founding-btn:hover { background: var(--t4); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(30,96,112,0.35); }
.fnote { font-size: 0.75rem; color: var(--inks); text-align: center; }
.price-card { background: var(--dark-grad); border-radius: 24px; padding: 40px 36px; box-shadow: 0 20px 64px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
.price-card::after { content:''; position:absolute;top:0;left:0;right:0;height:3px;background:rgba(255,255,255,0.5); }
.pc-badge { display: inline-block; padding: 4px 13px; border-radius: 100px; background: rgba(2,195,154,0.2); border: 1px solid rgba(2,195,154,0.4); font-size: 0.7rem; font-weight: 900; color: var(--t1); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 22px; }
.pc-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.pc-price sup { font-size: 1.4rem; color: #fff; font-weight: 700; align-self: flex-start; margin-top: 12px; }
.pc-price .big { font-family: 'DM Serif Display', serif; font-size: 5rem; color: #fff; letter-spacing: -0.05em; line-height: 1; }
.pc-price sub { font-size: 1rem; color: rgba(255,255,255,0.55); font-weight: 500; }
.pc-note { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 22px; }
.pc-note strong { color: var(--t1); }
.spots-row { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 0.78rem; font-weight: 700; }
.spots-row span { color: rgba(255,255,255,0.6); }
.spots-row span:last-child { color: var(--amber); }
.spots-track { height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px; overflow: hidden; margin-bottom: 24px; }
.spots-fill { height: 100%; background: linear-gradient(90deg, var(--t1), var(--bright)); border-radius: 4px; width: 0; transition: width 1.2s cubic-bezier(0.16,1,0.3,1); }
.pc-feats { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.pc-feat { display: flex; align-items: center; gap: 9px; font-size: 0.875rem; color: rgba(255,255,255,0.75); }
.pc-feat .c { color: var(--t1); flex-shrink: 0; font-weight: 900; }
@media(max-width:840px){ .founding-inner{grid-template-columns:1fr} }

/* ── TRUST MARQUEE ── */
.trust-marquee { background: var(--w); border-top: 1px solid var(--bor); border-bottom: 1px solid var(--bor); padding: 14px 0; overflow: hidden; position: relative; }
.trust-marquee::before, .trust-marquee::after { content:''; position:absolute; top:0; bottom:0; width:80px; z-index:2; pointer-events:none; }
.trust-marquee::before { left:0; background:linear-gradient(90deg, var(--w), transparent); }
.trust-marquee::after  { right:0; background:linear-gradient(-90deg, var(--w), transparent); }
.trust-track { display: flex; gap: 0; animation: marquee-scroll 28s linear infinite; width: max-content; }
.trust-track:hover { animation-play-state: paused; }
.trust-item { display: inline-flex; align-items: center; gap: 7px; padding: 0 28px; font-size: 0.78rem; font-weight: 700; color: var(--inkm); white-space: nowrap; border-right: 1px solid var(--bor); }
.trust-item:last-child { border-right: none; }
.trust-item em { color: var(--t2); font-style: normal; }

/* ── PLANS ── */
.plans-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.plan-card { border-radius: 24px; padding: 36px 28px; position: relative; overflow: hidden; border: 1.5px solid var(--bor); background: var(--w); box-shadow: 0 4px 24px rgba(13,43,56,0.07); transition: transform 0.25s, box-shadow 0.25s; }
.plan-card:hover { transform: translateY(-6px); box-shadow: 0 24px 64px rgba(13,43,56,0.15); }
.plan-card.featured { background: var(--app-grad); border-color: rgba(255,255,255,0.3); transform: scale(1.03); }
.plan-card.featured:hover { transform: scale(1.03) translateY(-6px); }
.plan-popular { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,0.95); color: var(--t2); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 16px; border-radius: 0 0 10px 10px; }
.plan-name { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; color: var(--inks); margin-bottom: 10px; display: block; margin-top: 8px; }
.plan-card.featured .plan-name { color: rgba(255,255,255,0.55); }
.plan-desc { font-size: 0.82rem; color: var(--inkm); margin-bottom: 20px; line-height: 1.5; }
.plan-card.featured .plan-desc { color: rgba(255,255,255,0.6); }
.plan-price { display: flex; align-items: baseline; gap: 3px; margin-bottom: 4px; }
.plan-price sup { font-size: 1.1rem; color: var(--ink); font-weight: 700; align-self: flex-start; margin-top: 9px; }
.plan-card.featured .plan-price sup { color: #fff; }
.plan-price .plan-amt { font-family: 'DM Serif Display', serif; font-size: 3.6rem; color: var(--ink); letter-spacing: -0.04em; line-height: 1; }
.plan-card.featured .plan-price .plan-amt { color: #fff; }
.plan-price sub { font-size: 0.85rem; color: var(--inks); }
.plan-card.featured .plan-price sub { color: rgba(255,255,255,0.5); }
.plan-was { font-size: 0.78rem; color: var(--inks); margin-bottom: 20px; text-decoration: line-through; }
.plan-card.featured .plan-was { color: rgba(255,255,255,0.35); }
.plan-feats { display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
.plan-feat { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: var(--inkm); }
.plan-card.featured .plan-feat { color: rgba(255,255,255,0.78); }
.plan-feat .c { color: var(--t2); flex-shrink: 0; font-weight: 900; font-size: 0.9rem; }
.plan-card.featured .plan-feat .c { color: var(--bright); }
.plan-feat .x { color: var(--bor); flex-shrink: 0; }
.plan-btn { width: 100%; padding: 13px; border-radius: 100px; font-size: 0.9rem; font-weight: 800; font-family: inherit; cursor: pointer; border: none; transition: transform 0.15s, box-shadow 0.15s, background 0.15s; }
.plan-btn-primary { background: var(--t1); color: #fff; }
.plan-btn-primary:hover { background: var(--t2); transform: translateY(-2px); box-shadow: 0 8px 24px var(--tglow); }
.plan-card.featured .plan-btn-primary { background: rgba(255,255,255,0.95); color: var(--t2); }
.plan-card.featured .plan-btn-primary:hover { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.plan-btn-outline { background: var(--t3); color: #fff; }
.plan-btn-outline:hover { background: var(--t4); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(30,96,112,0.3); }
.cbtn-light { flex: 1; padding: 7px; border-radius: 8px; font-size: 0.78rem; font-weight: 700; cursor: pointer; background: var(--off); border: 1.5px solid var(--bor); color: var(--inkm); transition: all 0.15s; font-family: inherit; }
.cbtn-light.on { background: var(--t3); border-color: var(--t3); color: #fff; }
.cbtn-light:hover { border-color: var(--t2); }
@media(max-width:860px){ .plans-wrap{grid-template-columns:1fr;max-width:400px;margin:0 auto} .plan-card.featured{transform:scale(1)} .plan-card.featured:hover{transform:translateY(-6px)} }

/* ── LANG ── */
.langs { padding: 64px 24px; background: var(--off); border-top: 1px solid var(--bor); border-bottom: 1px solid var(--bor); }
.langs-inner { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.lang-flags { display: flex; flex-wrap: wrap; gap: 10px; }
.lang-flag { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 100px; background: var(--w); border: 1.5px solid var(--bor); font-size: 0.8rem; font-weight: 700; color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s; }
.lang-flag:hover { border-color: var(--t1); box-shadow: 0 4px 16px rgba(2,195,154,0.15); }
.lang-flag span { font-size: 1.1rem; }
@media(max-width:720px){ .langs-inner{grid-template-columns:1fr} }

/* ── FAQ ── */
.faq-sec { background: var(--off); border-top: 1px solid var(--bor); padding: 80px 24px; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--bor); }
.faq-q { width: 100%; text-align: left; padding: 19px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; color: var(--ink); font-size: 0.95rem; font-weight: 700; font-family: inherit; cursor: pointer; }
.faq-arr { color: var(--t2); transition: transform 0.25s; flex-shrink: 0; font-size: 1.2rem; }
.faq-item.open .faq-arr { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 0 18px; font-size: 0.88rem; color: var(--inkm); line-height: 1.78; }

/* ── FINAL CTA ── */
.fin-cta { background: radial-gradient(58% 55% at 84% 24%, rgba(47,230,190,.18), transparent 60%), radial-gradient(46% 50% at 4% 6%, rgba(18,179,166,.10), transparent 55%), var(--cream); padding: 100px 24px; text-align: center; position: relative; overflow: hidden; }
.fin-cta::before { content:''; position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(2,195,154,0.15) 0%,transparent 65%);pointer-events:none; }
.fin-cta h2 { font-family: 'DM Serif Display', serif; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -0.025em; color: var(--ink); margin-bottom: 16px; position: relative; z-index: 1; }
.fin-cta p { font-size: 1.1rem; color: var(--inkm); margin-bottom: 36px; position: relative; z-index: 1; }
.fin-cta-btn { display: inline-block; padding: 17px 48px; border-radius: 100px; background: linear-gradient(135deg, #02C39A 0%, #028090 100%); color: #fff; font-size: 1.05rem; font-weight: 900; cursor: pointer; border: none; font-family: inherit; transition: transform 0.18s, box-shadow 0.18s, opacity 0.18s; position: relative; z-index: 1; }
.fin-cta-btn:hover { opacity: 0.9; transform: translateY(-3px); box-shadow: 0 12px 36px rgba(2,195,154,0.5); }

/* ── FOOTER ── */
footer { background: var(--cream); border-top: 1px solid var(--line); padding: 64px 24px 32px; }
.footer-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 2fr 0.9fr 0.6fr 1fr 1fr 0.9fr; gap: 32px; margin-bottom: 48px; }
.footer-brand img { height: 40px !important; width: auto; opacity: 0.92; }
.footer-brand p { font-size: 0.85rem; color: var(--inkm); font-weight: 400; line-height: 1.72; max-width: 260px; margin-top: 16px; }
.footer-brand .foot-socials { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.foot-social-btn { font-size: 0.72rem; font-weight: 600; color: var(--inkm); border: 1px solid var(--line); border-radius: 100px; padding: 5px 12px; transition: all 0.15s; }
.foot-social-btn:first-child { width: 100%; }
.foot-social-btn:hover { color: var(--t2); border-color: var(--tbor); }
.footer-col h4 { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); margin-bottom: 16px; }
.footer-col a { display: block; font-size: 0.84rem; color: var(--inkm); font-weight: 400; margin-bottom: 10px; transition: color 0.15s; }
.footer-col a:hover { color: var(--t2); }
.footer-bottom { max-width: 1160px; margin: 0 auto; border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 0.74rem; color: var(--inks); font-weight: 400; }
.footer-copy-links { display: flex; gap: 20px; }
.footer-copy-links a { font-size: 0.74rem; color: var(--inks); font-weight: 400; transition: color 0.15s; }
.footer-copy-links a:hover { color: var(--t2); }
@media(max-width:860px){ .footer-grid{grid-template-columns:1fr 1fr;gap:32px} }
@media(max-width:540px){ .footer-grid{grid-template-columns:1fr} }

/* ── EVA NOTICE ── */
.eva-notice { background: #ffffff; border-top: 1px solid #e8f0ee; border-bottom: 1px solid #e8f0ee; padding: 12px 24px; }
.eva-notice-inner { max-width: 1160px; margin: 0 auto; font-size: 0.73rem; color: #5a7a85; line-height: 1.6; text-align: center; }
.eva-notice-inner strong { color: #026677; font-weight: 700; }

/* ── B2B BADGE ── */
.b2b-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 100px; background: rgba(245,166,35,0.12); border: 1px solid rgba(245,166,35,0.35); font-size: 0.72rem; font-weight: 800; color: var(--amber); letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 20px; }

/* ── PAGE INNER HERO (non-homepage) ── */
.page-hero { background: radial-gradient(58% 55% at 84% 24%, rgba(47,230,190,.18), transparent 60%), radial-gradient(46% 50% at 4% 6%, rgba(18,179,166,.10), transparent 55%), linear-gradient(180deg,#ffffff,var(--cream)); padding: 48px 24px 80px; position: relative; overflow: hidden; }
.page-hero::before { content:''; position:absolute; top:-30%; right:-8%; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle, rgba(47,230,190,0.14) 0%, transparent 65%); pointer-events:none; }
.page-hero-inner { max-width: 1160px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -0.025em; color: var(--ink); line-height: 1.06; margin-bottom: 18px; max-width: 840px; }
.page-hero p { font-size: 1.1rem; color: var(--inkm); line-height: 1.78; max-width: 560px; }
.page-hero .sec-tag-light { color: var(--t2); }

/* ── CONTENT SECTIONS ── */
.content-sec { padding: 72px 24px; }
.content-sec.mint  { background: linear-gradient(180deg,#E4FAF2 0%,#F1FBF7 100%); }
.content-sec.white { background: var(--w); }
.content-sec.off   { background: var(--off); }
.content-sec.dark  { background: var(--dark-grad); color: #fff; }
/* vibrant radial washes — matches landing page section backgrounds */
.content-sec.wash  { background: radial-gradient(58% 58% at 84% 0%,rgba(47,230,190,.22),transparent 56%), radial-gradient(46% 55% at 2% 70%,rgba(18,179,166,.11),transparent 55%), #fff; }
.content-sec.wash-w{ background: radial-gradient(56% 55% at 8% 0%,rgba(18,179,166,.16),transparent 55%), radial-gradient(52% 60% at 98% 100%,rgba(47,230,190,.18),transparent 55%), #fff; }
.content-sec.cream { background: radial-gradient(60% 55% at 84% 2%,rgba(47,230,190,.14),transparent 55%), radial-gradient(50% 50% at 6% 96%,rgba(18,179,166,.09),transparent 55%), var(--cream); }
.content-sec.band  { background: linear-gradient(135deg,#38F0C4,#12B3A6 54%,#0B8F86); color: #04211C; position: relative; overflow: hidden; }
.content-sec.band::before { content:''; position:absolute; inset:0; background: radial-gradient(60% 120% at 12% 6%,rgba(255,255,255,.32),transparent 55%), radial-gradient(64% 120% at 92% 98%,rgba(7,106,102,.38),transparent 60%); pointer-events:none; }
.content-sec.band .content-inner { position: relative; z-index: 1; }
.content-sec.band .sec-h { color: #04211C; }
.content-sec.band .sec-sub { color: rgba(4,33,28,0.72); }
.content-inner { max-width: 1160px; margin: 0 auto; }
.content-inner.narrow { max-width: 760px; }

/* ── CARD GRID ── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; }
.card { background: var(--w); border: 1.5px solid var(--bor); border-radius: 20px; padding: 32px 28px; transition: transform 0.25s, box-shadow 0.25s; }
.card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(13,43,56,0.1); }
.card-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--tdim); border: 1px solid var(--tbor); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card h3 { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.card p { font-size: 0.875rem; color: var(--inkm); line-height: 1.72; }

/* ── LEGAL PAGES ── */
.legal-body { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; }
.legal-body h2 { font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: var(--ink); margin: 40px 0 14px; }
.legal-body h3 { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin: 28px 0 10px; }
.legal-body p { font-size: 0.925rem; color: var(--inkm); line-height: 1.82; margin-bottom: 16px; }
.legal-body ul, .legal-body ol { margin: 12px 0 18px 22px; }
.legal-body li { font-size: 0.925rem; color: var(--inkm); line-height: 1.78; margin-bottom: 7px; }
.legal-body a { color: var(--t2); text-decoration: underline; }
.legal-notice { background: rgba(245,166,35,0.08); border: 1px solid rgba(245,166,35,0.3); border-radius: 12px; padding: 16px 20px; margin-bottom: 32px; font-size: 0.85rem; color: #7a5a00; line-height: 1.65; }

/* ── BLOG ── */
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
@media(max-width:900px){ .blog-grid{grid-template-columns:1fr 1fr} }
@media(max-width:600px){ .blog-grid{grid-template-columns:1fr} }
.blog-card { background: var(--w); border: 1.5px solid var(--bor); border-radius: 20px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(13,43,56,0.1); }
.blog-card-img { width: 100%; height: 180px; background: var(--dark-grad); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.blog-card-body { padding: 22px 20px; }
.blog-cat { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--t2); margin-bottom: 8px; display: block; }
.blog-card h3 { font-size: 1rem; font-weight: 800; color: var(--ink); line-height: 1.38; margin-bottom: 10px; }
.blog-card p { font-size: 0.82rem; color: var(--inkm); line-height: 1.65; margin-bottom: 14px; }
.blog-meta { font-size: 0.72rem; color: var(--inks); }
.article-body { max-width: 720px; margin: 0 auto; padding: 0 24px 80px; }
.article-body h2 { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: var(--ink); margin: 40px 0 14px; }
.article-body h3 { font-size: 1.1rem; font-weight: 800; color: var(--ink); margin: 28px 0 10px; }
.article-body p { font-size: 1rem; color: var(--inkm); line-height: 1.88; margin-bottom: 20px; }
.article-body ul, .article-body ol { margin: 12px 0 20px 22px; }
.article-body li { font-size: 1rem; color: var(--inkm); line-height: 1.78; margin-bottom: 10px; }
.article-pull { border-left: 4px solid var(--t1); padding: 20px 24px; margin: 32px 0; background: var(--tdim); border-radius: 0 12px 12px 0; font-size: 1.1rem; font-style: italic; color: var(--ink); line-height: 1.65; }
.stat-box { background: var(--dark-grad); border-radius: 16px; padding: 28px 32px; margin: 32px 0; color: #fff; }
.stat-box-n { font-family: 'DM Serif Display', serif; font-size: 3rem; color: var(--t1); letter-spacing: -0.04em; display: block; margin-bottom: 8px; }
.stat-box p { color: rgba(255,255,255,0.75); margin: 0; }
.article-header { padding: 56px 24px 40px; max-width: 720px; margin: 0 auto; }
.article-header h1 { font-family: 'DM Serif Display', serif; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -0.025em; color: var(--ink); line-height: 1.12; margin-bottom: 18px; }
.article-meta { display: flex; align-items: center; gap: 16px; font-size: 0.82rem; color: var(--inks); flex-wrap: wrap; margin-bottom: 10px; }

/* ── CONTACT FORM ── */
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-label { font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.form-input { padding: 13px 18px; border-radius: 12px; border: 1.5px solid var(--bor); background: var(--w); color: var(--ink); font-size: 0.95rem; font-family: inherit; outline: none; transition: border-color 0.2s, box-shadow 0.2s; }
.form-input:focus { border-color: var(--t2); box-shadow: 0 0 0 3px rgba(2,128,144,0.12); }
textarea.form-input { resize: vertical; min-height: 120px; border-radius: 12px; }
.form-btn { padding: 14px 32px; border-radius: 100px; background: var(--t3); color: #fff; font-size: 0.95rem; font-weight: 800; font-family: inherit; cursor: pointer; border: none; transition: background 0.15s, transform 0.15s, box-shadow 0.15s; }
.form-btn:hover { background: var(--t4); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,96,112,0.3); }

/* ── TABLET (iPad 768–1024) ── */
@media(min-width:769px) and (max-width:1024px) {
  .nav-wrap { padding: 10px 20px 0; }
  .nav { padding: 0 6px 0 16px; height: 54px; }
  .nav-a { padding: 6px 11px; font-size: 0.82rem; }
  .nav-cta { padding: 9px 18px; font-size: 0.82rem; }
  .page-hero { padding: 48px 32px 68px; }
  .page-hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
  .content-sec { padding: 64px 32px; }
  .legal-body { padding: 48px 32px 72px; }
  .article-body { padding: 0 32px 72px; }
  .article-header { padding: 48px 32px 36px; }
  .footer { padding: 56px 32px 32px; }
  .blog-grid { gap: 20px; }
  .card-grid { gap: 18px; }
  .plans-wrap { gap: 18px; }
  .sec-h { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
}

/* ── MOBILE (≤640px) ── */
@media(max-width:640px) {
  /* nav */
  .nav-wrap { padding: 8px 12px 0; }
  .nav { padding: 0 4px 0 14px; height: 52px; border-radius: 100px; }
  .nav-logo img { height: 28px !important; }

  /* topbar */
  .topbar { font-size: 0.68rem; gap: 6px; padding: 0 12px; height: 38px; }

  /* page hero */
  .page-hero { padding: 72px 16px 52px; }
  .page-hero h1 { font-size: clamp(1.9rem, 7.5vw, 2.8rem); margin-bottom: 14px; }
  .page-hero p { font-size: 0.975rem; }

  /* typography */
  .sec-h { font-size: clamp(1.65rem, 6.5vw, 2.2rem); }
  .sec-h-light { font-size: clamp(1.65rem, 6.5vw, 2.2rem); }
  .sec-sub, .sec-sub-light { font-size: 0.95rem; }
  .sec-header { margin-bottom: 36px; }

  /* pain section */
  .pain { padding: 56px 16px 40px; }
  .pain h2 { font-size: clamp(1.7rem, 7vw, 2.4rem); }
  .pain-sub { font-size: 0.95rem; margin-bottom: 32px; }
  .pain-stat { flex-direction: column; gap: 8px; padding: 20px; text-align: center; }
  .pain-stat-num { font-size: 2.8rem; }

  /* mid cta */
  .midcta { padding: 24px 16px; }
  .midcta-inner { flex-direction: column; text-align: center; }
  .midcta-right { justify-content: center; }

  /* features */
  .features { padding: 56px 16px; }
  .feat { padding: 9px 14px 9px 10px; }
  .feat h3 { font-size: 0.82rem; }

  /* who it's for */
  .wifor { padding: 56px 16px; }
  .persona { padding: 28px 22px; }
  .persona h3 { font-size: 1.3rem; }

  /* compare */
  .compare { padding: 56px 16px; }
  .compare-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; font-size: 0.75rem; }
  .compare-table th, .compare-table td { padding: 12px 10px; white-space: nowrap; }

  /* how it works */
  .hiw { padding: 56px 16px; }
  .hiw-step { padding: 24px 20px; text-align: left; }
  .hiw-num { margin: 0 0 18px; }

  /* testimonials */
  .testi { padding: 56px 16px; }
  .testi-grid { max-width: 100%; }
  .tcard { padding: 22px 18px; }

  /* founding / price card */
  .founding { padding: 56px 16px; }
  .price-card { padding: 28px 22px; }
  .pc-price .big { font-size: 4rem; }

  /* trust marquee */
  .trust-item { padding: 0 18px; font-size: 0.72rem; }

  /* plans */
  .plans-wrap { max-width: 100%; }
  .plan-card { padding: 28px 20px; }
  .plan-price .plan-amt { font-size: 3rem; }

  /* langs */
  .langs { padding: 48px 16px; }
  .langs-inner { gap: 32px; }

  /* faq */
  .faq-sec { padding: 52px 16px; }
  .faq-q { font-size: 0.9rem; }

  /* final cta */
  .fin-cta { padding: 64px 16px; }
  .fin-cta h2 { font-size: clamp(1.6rem, 6.5vw, 2.4rem); }
  .fin-cta p { font-size: 0.975rem; }
  .fin-cta-btn { padding: 15px 32px; font-size: 0.95rem; }

  /* footer */
  footer { padding: 48px 16px 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-copy-links { flex-wrap: wrap; gap: 14px; }

  /* content sections */
  .content-sec { padding: 48px 16px; }

  /* cards */
  .card { padding: 24px 20px; }
  .card-icon { width: 40px; height: 40px; }
  .card h3 { font-size: 0.975rem; }

  /* legal */
  .legal-body { padding: 40px 16px 64px; }
  .legal-body h2 { font-size: 1.35rem; margin: 28px 0 10px; }
  .legal-body h3 { font-size: 0.975rem; }

  /* blog articles */
  .blog-card-img { height: 140px; }
  .blog-card-body { padding: 18px 16px; }
  .article-body { padding: 0 16px 64px; }
  .article-body h2 { font-size: 1.4rem; }
  .article-body p, .article-body li { font-size: 0.95rem; }
  .article-header { padding: 40px 16px 28px; }
  .article-header h1 { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .article-meta { gap: 10px; }
  .article-pull { padding: 16px 18px; font-size: 0.975rem; }
  .stat-box { padding: 22px 18px; }
  .stat-box-n { font-size: 2.4rem; }

  /* contact form */
  .form-input { padding: 12px 14px; font-size: 0.9rem; }
  .form-btn { width: 100%; }

  /* b2b badge */
  .b2b-badge { font-size: 0.68rem; }
}

/* ── EXTRA SMALL (≤400px) ── */
@media(max-width:400px) {
  body { padding-top: 72px; }
  .nav-wrap { top: 0; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.6rem); }
  .tb-extra { display: none; }
  .nav-a { padding: 5px 8px; font-size: 0.78rem; }
  .page-hero h1 { font-size: clamp(1.6rem, 9vw, 2.2rem); }
  .sec-h, .sec-h-light { font-size: clamp(1.45rem, 8vw, 1.9rem); }
  .pain-stat-num { font-size: 2.2rem; }
  .pc-price .big { font-size: 3.4rem; }
  .plan-price .plan-amt { font-size: 2.6rem; }
  .fin-cta-btn { padding: 14px 24px; font-size: 0.88rem; }
  .foot-social-btn { font-size: 0.68rem; padding: 5px 10px; }
  .article-header h1 { font-size: clamp(1.4rem, 9vw, 2rem); }
  .topbar { display: none; }
}

/* ── REDUCED MOTION ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .pain-card, .persona, .tcard, .plan-card, .hiw-step, .stt, .feat, .lang-flag { opacity: 1; transform: none; }
  .fin-cta h2, .fin-cta p, .fin-cta-btn { opacity: 1; transform: none; }
  .hero-eyebrow, .hero h1, .hero-sub, .hero-form, .hero-trust, .hero-social, #evaCol { opacity: 1; animation: none; }
  .trust-track { animation: none; }
}
