:root{
  --bg:#fbf8fb;
  --surface:#ffffff;
  --surface-2:#f6eef3;
  --ink:#18121b;
  --muted:#716773;
  --plum:#78264b;
  --plum-dark:#4d1832;
  --plum-light:#a64b76;
  --line:#eadde5;
  --danger:#5c5962;
  --shadow:0 22px 60px rgba(75,24,50,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:#fff;overflow-x:hidden;zoom:.8}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.ambient{display:none}
.ambient-one{width:520px;height:520px;left:-160px;top:180px;background:rgba(185,102,145,.18)}
.ambient-two{width:580px;height:580px;right:-200px;top:420px;background:rgba(111,37,73,.12)}
.site-header{position:sticky;top:0;z-index:50;width:100%;margin:auto;padding:15px 4vw;display:flex;align-items:center;gap:28px;background:rgba(251,248,251,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,221,229,.85)}
.brand{display:flex;align-items:center;flex-shrink:0}.brand img{width:230px}
.main-nav{display:flex;gap:26px;align-items:center;margin-left:auto}.main-nav a{font-size:14px;font-weight:700;color:#493f4b}.main-nav a:hover{color:var(--plum)}
.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--plum);cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 23px;border-radius:15px;border:1px solid transparent;font-weight:800;transition:.25s;cursor:pointer}
.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--plum),var(--plum-dark));color:#fff;box-shadow:0 14px 34px rgba(120,38,75,.23)}.btn-secondary{background:rgba(255,255,255,.75);color:var(--plum);border-color:#ddc7d3;backdrop-filter:blur(12px)}.btn-light{background:#fff;color:var(--plum);width:100%}.header-cta{padding:13px 18px;font-size:14px}
.section-wrap{width:min(1500px,100%);margin:auto;padding:96px 4vw}.eyebrow{display:inline-block;margin-bottom:14px;color:var(--plum);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.18em}
.hero{min-height:calc(100vh - 86px);display:grid;grid-template-columns:1.03fr .97fr;gap:38px;align-items:center;padding-top:54px;padding-bottom:72px}.hero h1,.section-intro h2,.analytics-copy h2,.pricing-head h2,.cta-copy h2{font:800 clamp(44px,5.2vw,84px)/1.02 'Manrope',sans-serif;margin:0}.hero h1 em{font-style:normal;color:var(--plum)}.hero-copy>p{font-size:18px;line-height:1.72;color:var(--muted);max-width:660px}.hero-actions{display:flex;gap:14px;margin:30px 0}.play{font-size:11px}.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:700;color:#5f5360;box-shadow:0 8px 24px rgba(78,24,51,.06)}
.hero-stage{display:block}.hero-loop{width:100%;max-width:100%;height:auto;display:block;border-radius:30px;object-fit:cover}.hero-image-shell{position:relative;padding:14px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(246,232,240,.8));border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}.hero-image-shell img{border-radius:22px}.scan-line{position:absolute;left:8%;right:8%;height:2px;top:18%;background:linear-gradient(90deg,transparent,#c45e8e,transparent);box-shadow:0 0 20px #c45e8e;animation:scan 4s ease-in-out infinite}@keyframes scan{0%,100%{top:18%;opacity:.25}50%{top:78%;opacity:1}}
.analysis-panel{padding:18px;border-radius:22px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.72);box-shadow:var(--shadow)}.panel-heading{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.live-dot{width:10px;height:10px;border-radius:50%;background:#bd527f;box-shadow:0 0 0 0 rgba(189,82,127,.4);animation:pulse 1.8s infinite}@keyframes pulse{70%{box-shadow:0 0 0 11px rgba(189,82,127,0)}}.metric{display:grid;grid-template-columns:1fr auto;gap:6px 10px;font-size:12px;margin:12px 0}.metric b{color:var(--plum)}.metric i{grid-column:1/-1;height:7px;background:#e9dce4;border-radius:999px;overflow:hidden}.metric i::after{content:"";display:block;height:100%;width:var(--score);background:linear-gradient(90deg,var(--plum),var(--plum-light))}
.problem{background:#fff}.section-intro{display:grid;grid-template-columns:76px minmax(0,920px);gap:22px;align-items:start;margin-bottom:42px}.section-number{font:800 30px/1 'Manrope';color:var(--plum)}.section-intro h2,.analytics-copy h2,.pricing-head h2{font-size:clamp(36px,4vw,62px);margin-bottom:16px}.section-intro p,.analytics-copy>p,.pricing-head p,.cta-copy p{font-size:17px;line-height:1.7;color:var(--muted);margin:0}
.journey-track{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.track-line{position:absolute;left:8%;right:8%;top:54px;height:2px;z-index:0}.journey-lost .track-line{background:linear-gradient(90deg,var(--plum),#b694a5,#bbb7bd)}.journey-won .track-line{background:linear-gradient(90deg,var(--plum),#c75e91,var(--plum));box-shadow:0 0 20px rgba(120,38,75,.28)}.journey-step{position:relative;z-index:1;padding:20px;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid var(--line);box-shadow:0 14px 38px rgba(77,24,50,.07);transition:.25s}.journey-step:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.step-number{display:block;font-size:10px;font-weight:800;color:#9a8792;margin-bottom:12px}.step-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#f4e6ed,#fff);border:1px solid #ead8e2;color:var(--plum);font-size:22px;margin-bottom:22px}.journey-step h3{font-size:16px;margin:0 0 9px}.journey-step p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.lost-step{filter:saturate(.55);background:linear-gradient(180deg,#fff,#f2f1f2)}.won-step{border-color:rgba(120,38,75,.35);background:linear-gradient(180deg,#fff,#f5e6ed)}
.loss-outcome,.win-outcome{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:22px 0 32px}.loss-outcome span,.win-outcome span{padding:10px 14px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.loss-outcome span{background:#efedef;color:#66616a;border:1px solid #dddadd}.win-outcome span{background:#f2e4eb;color:var(--plum);border:1px solid #dfc6d3}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.proof-grid article{padding:24px;border-radius:22px;background:linear-gradient(145deg,#fff,#f8eef3);border:1px solid var(--line);box-shadow:var(--shadow)}.proof-grid strong{display:block;font:800 44px/1 'Manrope';color:var(--plum);margin-bottom:12px}.proof-grid p{font-size:13px;line-height:1.58;color:var(--muted);margin:0}
.solution{background:radial-gradient(circle at 80% 30%,rgba(164,75,118,.12),transparent 26%)}.solution-bottom{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:42px;align-items:center}.product-preview{padding:16px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.product-preview img{border-radius:20px}.benefit-list{display:grid;gap:12px}.benefit-list article{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:17px;border-radius:18px;background:rgba(255,255,255,.8);border:1px solid var(--line)}.benefit-list b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#f1e2e9;color:var(--plum);font-size:11px}.benefit-list h3{font-size:15px;margin:0 0 5px}.benefit-list p,.disclaimer{font-size:12px;line-height:1.58;color:var(--muted);margin:0}.disclaimer{margin-top:16px}
.analytics{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:center;background:linear-gradient(135deg,#23161f,#4d1832);color:#fff;border-radius:34px;margin-top:32px;margin-bottom:32px;overflow:hidden}.analytics-copy h2{font-size:clamp(36px,4vw,60px);margin-bottom:16px}.analytics-copy>p{color:rgba(255,255,255,.72)}.analytics-copy .eyebrow{color:#f1cadc}.analytics-copy ul{list-style:none;padding:0;margin:24px 0}.analytics-copy li{margin:11px 0;color:rgba(255,255,255,.86);font-size:13px}.analytics-copy li::before{content:'✓';color:#f1cadc;margin-right:10px}.dashboard-shell{padding:14px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);box-shadow:0 24px 70px rgba(0,0,0,.24)}.dashboard-shell img{border-radius:20px}
.pricing-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:38px}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.price-card{position:relative;padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);display:flex;flex-direction:column}.price-card.featured{border:2px solid var(--plum);transform:translateY(-8px);background:linear-gradient(180deg,#fff,#f7eaf0)}.popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:6px 16px;border-radius:999px;background:var(--plum);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.plan{font-size:12px;font-weight:800;color:var(--plum);text-transform:uppercase;letter-spacing:.12em}.price-row{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap;margin:16px 0 8px}.price-row strong{font:800 44px/1 'Manrope';color:var(--plum-dark)}.price-row small{color:var(--muted);font-weight:700}.old-price,.old-year{color:#9d8e98;text-decoration:line-through;font-weight:700;font-size:13px}.billing-note-wrap{display:flex;gap:6px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin:0 0 20px}.billing-note{font-size:11px;color:var(--muted);margin:0}.price-card h3{font-size:17px;line-height:1.4;margin:0 0 14px}.price-card ul{list-style:none;padding:0;margin:0 0 10px;display:grid;gap:10px}.price-card li{font-size:12px;color:#5f5561;line-height:1.5}.price-card li::before{content:'✓';color:var(--plum);font-weight:800;margin-right:8px}.price-card .btn{width:100%;margin-top:auto}.enterprise{background:linear-gradient(180deg,#fff,#faf6f8)}
.feature-numeric li{font-weight:700;color:var(--plum-dark)}.feature-numeric li::before{color:var(--plum)}
.feature-inherited li{color:#a698a1;margin-bottom:8px}.feature-inherited li::before{color:#c9b9c3}
.feature-box{background:#faf3f6;border-radius:14px;padding:12px 14px;margin:0 0 18px}.feature-box ul{margin:0}.feature-box li{color:#4d1832;font-weight:700}.feature-box-label{font-size:9px;font-weight:800;color:var(--plum);text-transform:uppercase;letter-spacing:.1em;display:block;margin-bottom:8px}
.feature-divider{height:1px;background:#e6d3de;margin:0 0 12px}
.tier-meter{margin-bottom:20px}.meter-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.meter-row span{font-size:11px;font-weight:800;color:var(--plum-dark)}.dots{display:flex;gap:4px}.dots i{width:7px;height:7px;border-radius:50%;background:#e9dbe4;display:inline-block;font-style:normal}.dots i.on{background:var(--plum)}.meter-caption{font-size:10.5px;color:#8a7e87;margin:0 0 12px;line-height:1.4}
.billing-control{display:flex;align-items:center;gap:14px;padding:10px 16px;border-radius:999px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.billing-label{font-size:14px;font-weight:800;color:#8a7c85;display:inline-flex;align-items:center;gap:8px}.billing-label.active{color:var(--plum)}.billing-label em{font-style:normal;font-size:10px;padding:5px 8px;border-radius:999px;background:var(--plum);color:#fff}.billing-switch{position:relative;display:block;width:62px;height:34px;cursor:pointer;flex-shrink:0}.billing-switch input{position:absolute;opacity:0}.billing-switch span{position:absolute;inset:0;border-radius:999px;background:#e7d7df;transition:.25s}.billing-switch span::after{content:'';position:absolute;left:4px;top:4px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:.25s}.billing-switch input:checked+span{background:var(--plum)}.billing-switch input:checked+span::after{transform:translateX(28px)}
.final-cta{width:min(1500px,calc(100% - 4vw));margin:30px auto 0;padding:70px 5vw;display:grid;grid-template-columns:1fr .82fr;gap:34px;align-items:center;border-radius:34px;background:radial-gradient(circle at 15% 20%,rgba(196,94,142,.22),transparent 28%),linear-gradient(135deg,#21151f,#5a1c3c);color:#fff}.cta-copy .eyebrow{color:#efc5da}.cta-copy h2{font-size:clamp(40px,5vw,74px)}.cta-copy h3{font:700 clamp(24px,3vw,42px)/1.15 'Manrope';color:#efc5da;margin:14px 0}.cta-copy p{color:rgba(255,255,255,.75)}.demo-form{padding:25px;border-radius:24px;background:rgba(255,255,255,.1);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.15)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.demo-form label{display:block;margin-bottom:13px}.demo-form label span{display:block;font-size:11px;font-weight:800;color:#f2dce7;margin-bottom:7px}.demo-form input{width:100%;height:50px;padding:0 14px;border-radius:13px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);color:#fff;outline:none}.demo-form input::placeholder{color:rgba(255,255,255,.45)}.demo-form input:focus{border-color:#fff;background:rgba(255,255,255,.17)}.form-status{font-size:12px;color:#f2dce7;margin:12px 0 0}
footer{width:min(1500px,100%);margin:auto;padding:48px 4vw 24px}.footer-main{display:grid;grid-template-columns:240px 1fr 1fr;gap:30px;align-items:start}.footer-main img{width:220px}.footer-main p{margin:0;color:var(--muted);line-height:1.6}.footer-main div{display:flex;justify-content:flex-end;gap:18px;flex-wrap:wrap}.footer-main a{font-size:12px;color:#5f5561}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}
.btn-outline-plum{background:#fff;color:var(--plum);border:1px solid var(--plum)}.btn-outline-plum:hover{background:linear-gradient(135deg,var(--plum),var(--plum-dark));color:#fff}
.payment-modal{position:fixed;inset:0;z-index:100;display:none;place-items:center}.payment-modal.open{display:grid}.modal-backdrop{position:absolute;inset:0;background:rgba(20,16,24,.58);backdrop-filter:blur(7px)}.modal-card{position:relative;z-index:1;width:min(510px,90vw);padding:32px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.modal-card h3{font-size:29px;margin:0 0 12px}.modal-card p{color:var(--muted);line-height:1.65}.modal-card code{background:#f2e7ed;padding:2px 6px;border-radius:5px}.modal-close{position:absolute;right:14px;top:8px;border:0;background:none;font-size:28px;cursor:pointer}
.reveal{opacity:0;transform:translateY(18px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}
@media(max-width:1180px){.hero,.solution-bottom,.analytics,.final-cta{grid-template-columns:1fr}.hero{min-height:0}.hero-stage{grid-template-columns:1fr}.analysis-panel{max-width:360px;justify-self:end}.journey-track{grid-template-columns:repeat(3,1fr)}.track-line{display:none}.pricing-grid{grid-template-columns:1fr}.price-card.featured{transform:none}.dashboard-shell{margin-top:14px}.footer-main{grid-template-columns:1fr}.footer-main div{justify-content:flex-end}}
@media(max-width:980px){.main-nav{display:none}.header-cta{display:none}.menu-toggle{display:block}.main-nav.open{position:absolute;display:flex;top:76px;left:4vw;right:4vw;flex-direction:column;align-items:flex-start;padding:20px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.section-intro{grid-template-columns:1fr}.section-number{margin-bottom:-10px}.proof-grid{grid-template-columns:1fr}}
@media(max-width:720px){.brand img{width:180px}.section-wrap{padding:66px 20px}.hero{padding-top:40px}.hero h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.journey-track{grid-template-columns:1fr}.solution-bottom{margin-top:28px}.pricing-head{display:block}.billing-control{margin-top:20px}.form-grid{grid-template-columns:1fr}.final-cta{width:calc(100% - 24px);padding:54px 20px}.footer-main img{width:180px}.footer-bottom{display:block;line-height:2}.analysis-panel{max-width:none;justify-self:stretch}}
@media(max-width:640px){.section-number{font-size:18px!important;color:#9a8792!important}.section-intro .eyebrow{font-size:11px!important}.section-intro h2{font-size:27px!important;line-height:1.1!important}.section-intro p{font-size:15px!important;line-height:1.45!important;margin-bottom:8px!important}.journey-track{gap:10px!important}.journey-step{padding:14px!important;border-radius:14px!important}.step-icon{width:44px!important;height:44px!important;font-size:18px!important;margin-bottom:10px!important;border-radius:12px!important}.step-number{font-size:12px!important;margin-bottom:6px!important}.journey-step h3{font-size:16px!important;margin:0 0 5px!important}.journey-step p{font-size:13px!important}
.benefit-list{gap:10px!important}.benefit-list article{padding:14px!important;gap:10px!important}.benefit-list b{width:32px!important;height:32px!important;font-size:14px!important}.benefit-list h3{font-size:16px!important}.benefit-list p{font-size:13px!important}
.proof-grid{gap:10px!important}.proof-grid article{padding:16px!important}.proof-grid strong{font-size:34px!important;margin-bottom:6px!important}.proof-grid p{font-size:14px!important}
.loss-outcome,.win-outcome{gap:7px!important;margin:12px 0 18px!important}.loss-outcome span,.win-outcome span{padding:5px 7px!important;font-size:11px!important}
.price-card{padding:18px!important}.plan{font-size:11px!important}.price-row strong{font-size:32px!important}.price-row small{font-size:14px!important}.price-card ul{gap:8px!important}.price-card li{font-size:13px!important;line-height:1.4!important}.price-card .btn{height:44px!important;padding:0 18px!important;font-size:14px!important}.popular{font-size:10px!important;padding:4px 12px!important}
}
