@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..60,400;12..60,500;12..60,600;12..60,700;12..60,800&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");#landing{--brand-50:#f5f3ff;--brand-100:#ede9fe;--brand-200:#ddd6fe;--brand-500:#8b5cf6;--brand-600:#7c3aed;--brand-700:#6d28d9;--bg:#fff;--bg-soft:#f8f7fc;--surface:#fff;--line:#ececf4;--line-2:#dddbe8;--fg:#17141f;--fg-soft:#56536b;--fg-muted:#8b88a0;--accent:var(--brand-600);--accent-hover:var(--brand-700);--accent-soft:rgba(124,58,237,.08);--shadow-sm:0 1px 2px rgba(23,20,31,.05);--shadow-card:0 1px 2px rgba(23,20,31,.05),0 8px 24px -12px rgba(23,20,31,.1);--shadow-lg:0 2px 4px rgba(23,20,31,.04),0 28px 64px -28px rgba(23,20,31,.22);--r-sm:8px;--r:12px;--r-lg:16px;--r-xl:20px;--r-2xl:24px;--maxw:1200px;font-family:Plus Jakarta Sans,system-ui,sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-feature-settings:"ss01","cv11";position:relative;min-height:100vh}#landing a{color:inherit;text-decoration:none}#landing button{font-family:inherit;cursor:pointer}#landing .container{max-width:var(--maxw);margin:0 auto;padding:0 24px;position:relative;z-index:1}#landing h1,#landing h2{font-family:Bricolage Grotesque,system-ui,sans-serif}#landing nav{position:sticky;top:0;z-index:50;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);background:hsla(0,0%,100%,.85);border-bottom:1px solid var(--line)}#landing nav .container{height:68px;display:flex;align-items:center;justify-content:space-between}#landing .logo{display:flex;align-items:center;gap:9px;font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:700;font-size:19px;letter-spacing:-.02em;color:var(--fg)}#landing .nav-links{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:500;color:var(--fg-soft)}#landing .nav-links a{transition:color .15s}#landing .nav-links a:hover{color:var(--fg)}#landing .btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:var(--r);font-size:14px;font-weight:600;transition:all .18s;border:1px solid transparent}#landing .btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 2px rgba(124,58,237,.3),0 8px 20px -8px rgba(124,58,237,.45)}#landing .btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 4px rgba(124,58,237,.3),0 12px 28px -8px rgba(124,58,237,.5)}#landing .btn-ghost{color:var(--fg);border-color:var(--line-2);background:var(--surface);box-shadow:var(--shadow-sm)}#landing .btn-ghost:hover{border-color:var(--brand-200);background:var(--brand-50)}#landing .btn-lg{padding:14px 26px;font-size:15.5px;border-radius:14px}#landing .hero{padding:80px 0 96px;position:relative;overflow:hidden}#landing .hero .container{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}#landing .hero-copy{text-align:left}#landing .badge{display:inline-flex;align-items:center;gap:8px;background:var(--brand-50);border:1px solid var(--brand-200);padding:6px 14px 6px 8px;border-radius:999px;font-size:12.5px;font-weight:600;color:var(--brand-700);margin-bottom:28px;animation:fadeUp .6s ease-out}#landing .badge .pill{background:var(--accent);color:#fff;padding:3px 10px;border-radius:999px;font-weight:700;font-size:11px;letter-spacing:.04em}#landing .badge .arr{color:var(--brand-500);transition:transform .2s}#landing .badge:hover .arr{transform:translateX(3px)}#landing .badge-warn{background:#fffbeb;border-color:#fcd34d;color:#b45309}#landing .badge-warn .pill{background:#d97706}#landing .badge-warn .arr{color:#d97706}#landing h1.display{font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:800;font-size:clamp(2.4rem,4.6vw,3.9rem);line-height:1.04;letter-spacing:-.035em;margin:0 0 22px;color:var(--fg);animation:fadeUp .8s ease-out .1s both}#landing h1.display .grad{color:var(--accent)}#landing .hero-sub{font-size:clamp(16px,1.6vw,18.5px);color:var(--fg-soft);max-width:520px;margin:0 0 36px;line-height:1.65;animation:fadeUp .8s ease-out .2s both}#landing .hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px;animation:fadeUp .8s ease-out .3s both}#landing .hero-proof{display:inline-flex;align-items:center;gap:10px;font-size:13.5px;color:var(--fg-muted);animation:fadeUp .8s ease-out .4s both}#landing .proof-facepile{display:flex;margin-right:2px}#landing .proof-av{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border:2px solid var(--bg);margin-left:-8px}#landing .proof-facepile .proof-av:first-child{margin-left:0}#landing .proof-dot{width:3px;height:3px;background:var(--line-2);border-radius:50%}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}#landing .hero-visual{position:relative;display:flex;justify-content:center;animation:fadeUp 1s ease-out .35s both}#landing .hero-visual:before{content:"";position:absolute;inset:8% -4% 0;background:radial-gradient(60% 55% at 50% 45%,var(--brand-100),transparent 72%);border-radius:50%;z-index:0}#landing .wa-phone{position:relative;z-index:1;width:min(350px,100%);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-2xl);overflow:hidden;box-shadow:var(--shadow-lg)}#landing .wa-header{display:flex;align-items:center;gap:10px;padding:13px 16px;background:var(--surface);border-bottom:1px solid var(--line)}#landing .wa-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;display:flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:700}#landing .wa-title{display:flex;flex-direction:column;line-height:1.25}#landing .wa-name{font-size:14px;font-weight:600;color:var(--fg)}#landing .wa-status{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:var(--fg-muted)}#landing .wa-online{width:6px;height:6px;border-radius:50%;background:#22c55e}#landing .wa-chat{display:flex;flex-direction:column;gap:9px;padding:18px 14px 20px;min-height:320px;background:var(--bg-soft)}#landing .wa-msg{max-width:86%;padding:9px 12px;border-radius:12px;font-size:13px;line-height:1.5}#landing .wa-client{background:var(--surface);border:1px solid var(--line);color:var(--fg);align-self:flex-start;border-bottom-left-radius:4px;box-shadow:var(--shadow-sm)}#landing .wa-venu{color:#3b2173;border-bottom-right-radius:4px}#landing .wa-typing,#landing .wa-venu{background:var(--brand-100);align-self:flex-end}#landing .wa-typing{display:flex;gap:4px;padding:11px 14px;border-radius:12px;border-bottom-right-radius:4px}#landing .wa-typing span{width:6px;height:6px;border-radius:50%;background:var(--brand-600);opacity:.6;animation:wa-dot 1.2s ease-in-out infinite}#landing .wa-typing span:nth-child(2){animation-delay:.18s}#landing .wa-typing span:nth-child(3){animation-delay:.36s}@keyframes wa-dot{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}#landing .wa-s1{animation:wa-seq-1 16s ease-out infinite}#landing .wa-s2{animation:wa-seq-2 16s ease-out infinite}#landing .wa-s3{animation:wa-seq-3 16s ease-out infinite}#landing .wa-s4{animation:wa-seq-4 16s ease-out infinite}#landing .wa-s5{animation:wa-seq-5 16s ease-out infinite}#landing .wa-s6{animation:wa-seq-6 16s ease-out infinite}@keyframes wa-seq-1{0%,3%{opacity:0;transform:translateY(8px)}6%,95%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes wa-seq-2{0%,8%{opacity:0}10%,17%{opacity:1}19%,to{opacity:0}}@keyframes wa-seq-3{0%,19%{opacity:0;transform:translateY(8px)}22%,95%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes wa-seq-4{0%,34%{opacity:0;transform:translateY(8px)}37%,95%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes wa-seq-5{0%,40%{opacity:0}42%,49%{opacity:1}51%,to{opacity:0}}@keyframes wa-seq-6{0%,51%{opacity:0;transform:translateY(8px)}54%,95%{opacity:1;transform:translateY(0)}to{opacity:0}}@media (prefers-reduced-motion:reduce){#landing .wa-s1,#landing .wa-s3,#landing .wa-s4,#landing .wa-s6{animation:none;opacity:1;transform:none}#landing .wa-typing{display:none}}#landing .stats-strip{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:56px 0}#landing .stats-strip .container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}@media (max-width:720px){#landing .stats-strip .container{grid-template-columns:repeat(2,1fr);gap:28px}}#landing .stat{padding-left:20px;border-left:2px solid var(--brand-200)}#landing .stat .n{font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:700;font-size:clamp(1.8rem,2.8vw,2.4rem);color:var(--fg);letter-spacing:-.03em;line-height:1.1}#landing .stat .n em{color:var(--accent);font-style:normal}#landing .stat .l{font-size:13.5px;color:var(--fg-muted);margin-top:6px;line-height:1.5}#landing section{padding:110px 0;position:relative}@media (max-width:720px){#landing section{padding:72px 0}}#landing .section-soft{background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}#landing .sec-head{max-width:720px;margin-bottom:60px}#landing .sec-head.center{margin:0 auto 60px;text-align:center}#landing .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:16px;font-weight:700}#landing .eyebrow:before{content:"";display:inline-block;width:18px;height:2px;background:var(--accent);border-radius:1px}#landing h2{font-family:Bricolage Grotesque,system-ui,sans-serif;font-weight:800;font-size:clamp(1.9rem,3.6vw,2.9rem);line-height:1.08;letter-spacing:-.03em;color:var(--fg);margin-bottom:18px}#landing h2 .grad{color:var(--accent)}#landing .sec-lead{font-size:17px;color:var(--fg-soft);max-width:580px;line-height:1.65}#landing .sec-head.center .sec-lead{margin-left:auto;margin-right:auto}#landing .problem-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:start}@media (max-width:960px){#landing .problem-grid{grid-template-columns:1fr;gap:40px}}#landing .problem-list{list-style:none;display:grid;gap:14px}#landing .problem-list li{padding:24px 26px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:auto 1fr;gap:20px;transition:border-color .2s,box-shadow .2s}#landing .problem-list li:hover{border-color:var(--brand-200);box-shadow:var(--shadow-card)}#landing .problem-list .n{font-size:11px;color:var(--accent);font-weight:700;padding-top:3px;letter-spacing:.05em}#landing .problem-list strong{display:block;color:var(--fg);font-size:15.5px;font-weight:700;margin-bottom:6px}#landing .problem-list p{color:var(--fg-soft);font-size:14.5px;line-height:1.6}#landing .roi-card{background:var(--surface);border:1px solid var(--brand-200);border-radius:var(--r-xl);padding:34px;position:relative;box-shadow:var(--shadow-card)}#landing .roi-card .tag{font-size:11px;letter-spacing:.14em;color:var(--accent);text-transform:uppercase;margin-bottom:18px;font-weight:700}#landing .roi-card h3{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:21px;font-weight:700;line-height:1.25;margin-bottom:24px;color:var(--fg);letter-spacing:-.02em}#landing .roi-math{display:grid;gap:0;margin-bottom:22px}#landing .roi-math div{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px dashed var(--line-2);font-size:14px}#landing .roi-math label,#landing .roi-math span:first-child{color:var(--fg-muted);font-size:14px}#landing .roi-math span:last-child{color:var(--fg);font-weight:600}#landing .roi-input{background:transparent;border:none;border-bottom:1.5px dashed var(--brand-200);outline:none;color:var(--fg);font-family:inherit;font-size:14px;font-weight:700;text-align:right;width:84px;padding:2px 4px;border-radius:0;transition:border-color .2s;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}#landing .roi-input::-webkit-inner-spin-button,#landing .roi-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#landing .roi-input:focus{border-bottom-color:var(--accent)}#landing .roi-total{background:var(--accent);color:#fff;border-radius:var(--r-lg);padding:20px 22px;display:flex;justify-content:space-between;align-items:baseline;box-shadow:0 12px 28px -10px rgba(124,58,237,.45)}#landing .roi-total .l{font-size:11px;opacity:.85;letter-spacing:.12em;text-transform:uppercase;font-weight:600}#landing .roi-total .a{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:30px;font-weight:800;letter-spacing:-.03em}#landing .roi-foot{margin-top:16px;font-size:13px;color:var(--fg-muted)}#landing .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:860px){#landing .steps{grid-template-columns:1fr}}#landing .step{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);padding:32px 28px;box-shadow:var(--shadow-sm);transition:border-color .25s,transform .25s,box-shadow .25s}#landing .step:hover{border-color:var(--brand-200);transform:translateY(-3px);box-shadow:var(--shadow-card)}#landing .step .n{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--accent-soft);border-radius:50%;font-size:12.5px;color:var(--accent);margin-bottom:20px;font-weight:700}#landing .step h3{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:20px;font-weight:700;margin-bottom:10px;color:var(--fg);letter-spacing:-.02em}#landing .step p{color:var(--fg-soft);font-size:14.5px;line-height:1.65}#landing .demo-wrap{position:relative;margin-bottom:64px}#landing .demo-frame{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);overflow:hidden;max-width:980px;margin:0 auto;box-shadow:var(--shadow-lg)}#landing .demo-tabs{display:flex;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--bg-soft)}#landing .traffic{display:flex;gap:7px}#landing .traffic span{width:11px;height:11px;border-radius:50%;background:var(--line-2)}#landing .traffic span:first-child{background:#ff5f57}#landing .traffic span:nth-child(2){background:#febc2e}#landing .traffic span:nth-child(3){background:#28c840}#landing .demo-body{display:grid;grid-template-columns:220px 1fr;min-height:540px}@media (max-width:760px){#landing .demo-body{grid-template-columns:1fr}#landing .demo-sidebar{display:none}}#landing .demo-sidebar{border-right:1px solid var(--line);background:var(--bg-soft);padding:18px 12px}#landing .demo-sidebar h4{font-size:10.5px;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.12em;padding:0 10px 10px;font-weight:700}#landing .nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:13px;color:var(--fg-soft);transition:background .15s,color .15s;margin-bottom:2px;cursor:pointer}#landing .nav-item svg{color:var(--fg-muted);flex-shrink:0}#landing .nav-item:hover{background:var(--surface);color:var(--fg)}#landing .nav-item.active{background:var(--accent-soft);color:var(--brand-700);font-weight:600}#landing .nav-item.active svg{color:var(--accent)}#landing .nav-item .count{margin-left:auto;background:var(--surface);color:var(--fg-muted);font-size:10px;font-weight:600;padding:2px 6px;border-radius:5px;border:1px solid var(--line)}#landing .nav-item.active .count{background:var(--accent);color:#fff;border-color:transparent}#landing .nav-sep{height:1px;background:var(--line);margin:12px 6px}#landing .demo-main{padding:22px 24px;background:var(--surface);overflow:hidden}#landing .demo-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;flex-wrap:wrap;gap:12px}#landing .demo-head h3{font-size:17px;font-weight:700;letter-spacing:-.01em}#landing .demo-head h3 .sub{color:var(--fg-muted);font-weight:400;font-size:13px;margin-left:8px}#landing .range{display:inline-flex;background:var(--bg-soft);border:1px solid var(--line);border-radius:8px;padding:3px;font-size:11px}#landing .range span{padding:4px 10px;border-radius:6px;color:var(--fg-muted);cursor:pointer}#landing .range span.on{background:var(--surface);color:var(--fg);box-shadow:var(--shadow-sm);font-weight:600}#landing .kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}@media (max-width:600px){#landing .kpis{grid-template-columns:repeat(2,1fr)}}#landing .kpi{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:13px 14px;box-shadow:var(--shadow-sm)}#landing .kpi .lbl{font-size:9.5px;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-weight:600}#landing .kpi .val{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--fg);line-height:1}#landing .kpi .delta{margin-top:8px;display:inline-flex;align-items:center;gap:4px;font-size:10.5px;color:var(--brand-700);background:var(--accent-soft);padding:2px 7px;border-radius:5px;font-weight:600}#landing .chart-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:16px 18px 4px;margin-bottom:14px;box-shadow:var(--shadow-sm)}#landing .chart-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}#landing .chart-head h4{font-size:13px;font-weight:700}#landing .chart-head .sub{font-size:10.5px;color:var(--fg-muted)}#landing .chart-head .sub b{color:var(--accent);font-weight:700}#landing .chart-svg{width:100%;display:block;height:110px}#landing .pipeline-card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:14px 16px;box-shadow:var(--shadow-sm)}#landing .pipeline-card h4{font-size:13px;font-weight:700;margin-bottom:10px}#landing .pipe-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}#landing .pipe-col{background:var(--bg-soft);border:1px solid var(--line);border-radius:7px;padding:8px 9px 9px}#landing .pipe-col .ph{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}#landing .pipe-col .ph .name{text-transform:uppercase;letter-spacing:.08em;font-weight:700}#landing .pipe-col .ph .n,#landing .pipe-col .ph .name{font-size:9.5px;color:var(--fg-muted)}#landing .pipe-card{background:var(--surface);border:1px solid var(--line);border-left:2px solid var(--brand-500);border-radius:5px;padding:5px 8px;margin-bottom:4px;font-size:10.5px;display:flex;justify-content:space-between;gap:4px}#landing .pipe-card .who{color:var(--fg)}#landing .pipe-card .amt{color:var(--accent);font-size:9.5px;font-weight:600}#landing .pipe-card.alt{border-left-color:var(--brand-700)}#landing .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width:960px){#landing .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){#landing .features-grid{grid-template-columns:1fr}}#landing .feature-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;box-shadow:var(--shadow-sm);transition:border-color .25s,transform .25s,box-shadow .25s}#landing .feature-card:hover{border-color:var(--brand-200);transform:translateY(-2px);box-shadow:var(--shadow-card)}#landing .feature-card .ico{width:38px;height:38px;background:var(--accent-soft);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:16px}#landing .feature-card h3{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:17px;font-weight:700;margin-bottom:7px;color:var(--fg);letter-spacing:-.02em}#landing .feature-card p{color:var(--fg-soft);font-size:14px;line-height:1.6}#landing .voices{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}@media (max-width:860px){#landing .voices{grid-template-columns:1fr}}#landing .voice{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-xl);padding:28px;box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}#landing .voice:hover{border-color:var(--brand-200);box-shadow:var(--shadow-card)}#landing .voice blockquote{font-size:15.5px;color:var(--fg);line-height:1.6;margin-bottom:22px;flex:1}#landing .voice blockquote:before{content:"\201C";font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:46px;color:var(--brand-200);line-height:.4;display:block;margin-bottom:14px}#landing .voice .who{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--line)}#landing .voice .av{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--brand-500),var(--brand-700));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}#landing .voice .nm{color:var(--fg);font-weight:700;font-size:14px}#landing .voice .rl{color:var(--fg-muted);font-size:12.5px;margin-top:1px}#landing .faq-list{max-width:760px;margin:0 auto;display:grid;gap:12px}#landing .faq-item{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:border-color .25s,box-shadow .25s}#landing .faq-item.open,#landing .faq-item:hover{border-color:var(--brand-200);box-shadow:var(--shadow-card)}#landing .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;background:transparent;border:none;color:var(--fg);font-size:15.5px;font-weight:600;padding:19px 22px;letter-spacing:-.01em}#landing .faq-q:focus-visible{outline:2px solid var(--accent);outline-offset:-2px;border-radius:var(--r-lg)}#landing .faq-chevron{color:var(--fg-muted);display:inline-flex;flex-shrink:0;transition:transform .3s ease,color .2s}#landing .faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--accent)}#landing .faq-a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}#landing .faq-item.open .faq-a-wrap{grid-template-rows:1fr}#landing .faq-a-inner{overflow:hidden}#landing .faq-a{padding:0 22px 20px;color:var(--fg-soft);font-size:14.5px;line-height:1.65}@media (prefers-reduced-motion:reduce){#landing .faq-a-wrap,#landing .faq-chevron{transition:none}}#landing .pricing-wrap{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}@media (max-width:860px){#landing .pricing-wrap{grid-template-columns:1fr;gap:48px}}#landing .feature-li{display:flex;align-items:center;gap:12px;color:var(--fg-soft);font-size:14.5px;padding:9px 0}#landing .feature-li .ck{width:20px;height:20px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}#landing .price-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-2xl);padding:38px;position:relative;box-shadow:var(--shadow-lg)}#landing .price-plan{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--accent);margin-bottom:16px;font-weight:700}#landing .price-num{display:flex;align-items:baseline;gap:4px;margin-bottom:8px}#landing .price-num .cur{font-size:26px;font-weight:500;color:var(--fg)}#landing .price-num .n{font-family:Bricolage Grotesque,system-ui,sans-serif;font-size:72px;font-weight:800;line-height:1;color:var(--fg);letter-spacing:-.05em}#landing .price-num .per{font-size:15px;color:var(--fg-muted);margin-left:6px}#landing .price-sub{color:var(--fg-soft);font-size:15px;margin-bottom:28px}#landing .price-list{list-style:none;margin-bottom:28px;padding-top:24px;border-top:1px solid var(--line)}#landing .price-card .btn-primary{width:100%;justify-content:center}#landing .final{text-align:center;padding:120px 0 110px;background:var(--bg-soft);border-top:1px solid var(--line)}#landing .final h2{font-size:clamp(2.2rem,4.6vw,3.4rem);max-width:800px;margin:0 auto 22px}#landing .final p{font-size:18px;color:var(--fg-soft);max-width:520px;margin:0 auto 36px;line-height:1.65}#landing .waitlist-form{display:flex;gap:8px;max-width:460px;margin:0 auto;padding:6px;background:var(--surface);border:1px solid var(--line-2);border-radius:999px;box-shadow:var(--shadow-card)}#landing .waitlist-form input{flex:1;background:transparent;border:none;outline:none;color:var(--fg);padding:10px 18px;font-family:inherit;font-size:14.5px;min-width:0}#landing .waitlist-form input::-moz-placeholder{color:var(--fg-muted)}#landing .waitlist-form input::placeholder{color:var(--fg-muted)}#landing .waitlist-form button{background:var(--accent);color:#fff;border:none;padding:10px 24px;border-radius:999px;font-weight:700;font-size:14px;transition:background .2s,transform .2s;box-shadow:0 8px 20px -8px rgba(124,58,237,.5)}#landing .waitlist-form button:hover{background:var(--accent-hover);transform:translateY(-1px)}#landing footer{padding:64px 0 40px;border-top:1px solid var(--line);background:var(--bg)}#landing footer .container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:30px}#landing footer .lgrid{display:flex;gap:60px;flex-wrap:wrap}#landing footer .col h5{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--fg-muted);margin-bottom:16px;font-weight:700}#landing footer .col a{display:block;color:var(--fg-soft);font-size:13.5px;padding:4px 0;transition:color .15s}#landing footer .col a:hover{color:var(--fg)}#landing footer .legal{width:100%;margin-top:44px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;color:var(--fg-muted);font-size:12.5px}#landing.js-reveal .reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease-out,transform .7s ease-out}#landing.js-reveal .reveal.in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){#landing.js-reveal .reveal{opacity:1;transform:none;transition:none}}#landing .nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-sm)}#landing .nav-burger span{display:block;height:2px;width:100%;background:var(--fg);border-radius:2px;transition:transform .25s ease,opacity .2s ease}#landing .nav-burger.open span:first-child{transform:translateY(7px) rotate(45deg)}#landing .nav-burger.open span:nth-child(2){opacity:0}#landing .nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#landing .nav-overlay{position:fixed;inset:68px 0 0 0;z-index:49;background:hsla(0,0%,100%,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:fadeUp .25s ease-out}#landing .nav-overlay-links{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 24px}#landing .nav-overlay-links a{font-size:19px;font-weight:600;color:var(--fg-soft);padding:12px 18px}#landing .nav-overlay-links a:hover{color:var(--fg)}#landing .nav-overlay-links .btn{margin-top:8px;font-size:16px;width:min(280px,100%);justify-content:center}@media (max-width:767px){#landing .nav-links{display:none}#landing .nav-burger{display:flex}}@media (min-width:768px){#landing .nav-overlay{display:none}}@media (max-width:980px){#landing .hero{padding:56px 0 72px}#landing .hero .container{grid-template-columns:1fr;gap:48px}#landing .hero-copy{text-align:center}#landing .hero-sub{margin-left:auto;margin-right:auto}#landing .hero-ctas{justify-content:center}}