:root{
  --navy:#0d1b3f;
  --text:#14254b;
  --muted:#617093;
  --line:#e9edf7;
  --purple:#6539ed;
  --blue:#4d86ff;
  --cyan:#49c6e9;
  --bg:#f8faff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; min-height:100vh; color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 80% 7%,rgba(109,117,255,.12),transparent 30%),
    radial-gradient(circle at 10% 42%,rgba(75,198,233,.08),transparent 27%),
    linear-gradient(180deg,#fff 0%,#f8faff 65%,#fff 100%);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
.container{width:min(1280px,calc(100% - 80px));margin:auto}
.page-glow{position:fixed;pointer-events:none;filter:blur(60px);opacity:.55;border-radius:50%;z-index:-1}
.glow-one{width:320px;height:320px;background:#dfe6ff;right:-120px;top:170px}
.glow-two{width:260px;height:260px;background:#dff9ff;left:-140px;bottom:90px}
.site-header{height:112px;display:flex;align-items:center;justify-content:space-between}
.brand img{width:160px;height:auto;display:block}
.header-right{display:flex;align-items:center;gap:28px;font-size:14px}
.email-link{color:#22345d}
.email-link:first-letter{font-size:18px}
.launch-pill{
  padding:11px 19px;border:1px solid #d8d6ff;border-radius:999px;
  background:rgba(247,247,255,.8);box-shadow:0 6px 25px rgba(75,70,190,.06);
}
.hero{display:grid;grid-template-columns:1.02fr .98fr;gap:54px;align-items:center;padding:62px 0 64px}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;padding:9px 16px;border-radius:999px;
  background:#f2f0ff;color:#4f32dc;font-size:12px;font-weight:700;letter-spacing:.11em;
}
.eyebrow-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#6c46f5,#4bbce8);box-shadow:0 0 0 5px rgba(99,63,235,.08)}
h1{font-size:clamp(54px,5.3vw,82px);line-height:.99;letter-spacing:-.065em;margin:27px 0 22px;font-weight:800}
h1 span{background:linear-gradient(90deg,#2589f2,#6539ed);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-text{max-width:650px;color:#607091;font-size:18px;line-height:1.85;margin:0 0 31px}
.signup{display:flex;max-width:610px;gap:12px}
.signup input{
  flex:1;min-width:0;border:1px solid #dbe2f1;border-radius:12px;background:#fff;
  padding:17px 19px;font:inherit;color:var(--text);outline:none;box-shadow:0 8px 30px rgba(23,45,94,.04)
}
.signup input:focus{border-color:#8c78f5;box-shadow:0 0 0 4px rgba(101,57,237,.09)}
.signup button,.contact-btn{
  border:0;border-radius:12px;background:linear-gradient(100deg,#5d4bf0,#7135e9);
  color:#fff;font:700 15px Inter;padding:0 26px;cursor:pointer;box-shadow:0 12px 25px rgba(101,57,237,.22)
}
.signup button{min-width:130px}
.trust-row{display:flex;gap:28px;margin-top:17px;color:#7b87a3;font-size:12px;flex-wrap:wrap}
.form-message{height:18px;font-size:12px;color:#5b46dd;margin-top:8px}
.hero-visual{position:relative;min-width:0}
.dashboard{
  position:relative;border:1px solid #e4e9f5;border-radius:26px;background:rgba(255,255,255,.88);
  box-shadow:0 35px 80px rgba(39,57,103,.13);overflow:visible;display:grid;grid-template-columns:165px 1fr;
  min-height:470px;backdrop-filter:blur(18px)
}
.dash-sidebar{padding:24px 15px;border-right:1px solid #edf0f6;background:linear-gradient(180deg,#fbfcff,#f7f9fe);border-radius:26px 0 0 26px}
.mini-brand img{width:105px;margin:0 8px 30px}
.nav-item{font-size:11px;color:#66728e;padding:12px 10px;border-radius:9px;margin:4px 0;display:flex;gap:9px;align-items:center}
.nav-item.active{background:#ebe9ff;color:#523de1;font-weight:600}
.dash-main{padding:29px 25px}
.dash-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.dash-top h3{margin:0 0 5px;font-size:17px}
.dash-top p{margin:0;color:#8792a8;font-size:10px}
.select{border:1px solid #e3e8f1;border-radius:9px;padding:10px 12px;font-size:10px;color:#5d6982;background:#fff}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:25px}
.metric{position:relative;border:1px solid #edf0f6;border-radius:11px;padding:14px;background:#fff}
.metric small{display:block;font-size:9px;color:#77839b;margin-bottom:8px}
.metric strong{font-size:20px;display:block}
.metric b{position:absolute;right:11px;bottom:12px;color:#8b99ba;font-size:14px}
.metric .red{color:#f06455}.metric .green{color:#28bf8a}.metric .blue{color:#4793f8}
.charts{display:grid;grid-template-columns:1.35fr 1fr;gap:12px;margin-top:13px}
.chart-card{border:1px solid #edf0f6;border-radius:13px;padding:14px;background:#fff;min-width:0}
.card-head{display:flex;justify-content:space-between;align-items:center;font-size:10px;margin-bottom:14px}
.card-head span{color:#8994aa;font-size:8px;border:1px solid #edf0f6;padding:5px 7px;border-radius:6px}
.line-chart{height:165px;position:relative}
.grid-lines{position:absolute;inset:0 0 22px;background:repeating-linear-gradient(to bottom,#eef1f7 0 1px,transparent 1px 34px)}
.line-chart svg{position:absolute;left:0;right:0;top:0;width:100%;height:135px}
.days{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;color:#9aa4b8;font-size:8px}
.donut-wrap{height:165px;display:flex;align-items:center;justify-content:center;gap:18px}
.donut{width:108px;height:108px;border-radius:50%;background:conic-gradient(#7651ee 0 45%,#4f8ef5 45% 75%,#4ac6d7 75% 90%,#ffad66 90% 100%);position:relative}
.donut:after{content:"";position:absolute;inset:23px;background:#fff;border-radius:50%}
.legend{display:flex;flex-direction:column;gap:9px;font-size:8px;color:#66728d}
.legend span{display:grid;grid-template-columns:7px 1fr auto;gap:6px;align-items:center;white-space:nowrap}
.legend i{width:7px;height:7px;border-radius:2px}.c1{background:#7651ee}.c2{background:#4f8ef5}.c3{background:#4ac6d7}.c4{background:#ffad66}
.insight-toast{
  position:absolute;left:22%;bottom:-33px;width:58%;display:flex;gap:12px;align-items:center;
  background:#fff;border:1px solid #e6eaf4;border-radius:15px;padding:13px 16px;box-shadow:0 18px 45px rgba(39,57,103,.13)
}
.toast-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eeebff;color:#6c4ff0}
.insight-toast p{margin:0;color:#53627f;font-size:10px;line-height:1.5}
.benefits{
  display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #edf0f6;border-radius:20px;
  box-shadow:0 18px 50px rgba(34,51,91,.06);padding:30px 26px;margin-top:10px
}
.benefits article{display:flex;gap:15px;padding:3px 25px;border-right:1px solid #edf0f6}
.benefits article:first-child{padding-left:3px}
.benefits article:last-child{border-right:0}
.benefit-icon{flex:0 0 42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eeebff;color:#684cf0;font-weight:700}
.benefit-icon.mint{background:#e9fbf5;color:#1fb78b}.benefit-icon.orange{background:#fff4e9;color:#ef8a3d}.benefit-icon.blue{background:#eaf3ff;color:#438af0}
.benefits h3{margin:2px 0 8px;font-size:14px}.benefits p{margin:0;color:#71809e;font-size:11px;line-height:1.55}
.closing{text-align:center;padding:105px 0 78px}
.closing-kicker{font-size:11px;font-weight:800;letter-spacing:.18em;color:#7565d9}
.closing h2{font-size:clamp(38px,4vw,62px);line-height:1.03;letter-spacing:-.05em;margin:16px 0 27px}
.closing h2 span{background:linear-gradient(90deg,#2589f2,#6539ed);-webkit-background-clip:text;background-clip:text;color:transparent}
.contact-btn{display:inline-flex;gap:20px;align-items:center;padding:15px 22px}
.footer{border-top:1px solid #e8ecf4;padding:23px 0 28px;display:flex;justify-content:space-between;gap:20px;color:#7b87a2;font-size:11px}
.footer a:hover{color:#5d43df}
@media(max-width:1050px){
  .hero{grid-template-columns:1fr}.hero-copy{max-width:780px}.hero-visual{max-width:850px}.dashboard{min-height:440px}
}
@media(max-width:760px){
  .container{width:min(100% - 34px,1280px)}
  .site-header{height:auto;padding:22px 0}.brand img{width:135px}.header-right{gap:10px}.email-link span{display:none}.launch-pill{font-size:11px;padding:9px 12px}
  .hero{padding:38px 0 55px;gap:45px}.eyebrow{font-size:9px}h1{font-size:48px}.hero-text{font-size:15px;line-height:1.7}
  .signup{flex-direction:column}.signup button{height:52px}
  .trust-row{gap:12px;font-size:10px}
  .dashboard{grid-template-columns:1fr;min-height:auto}.dash-sidebar{display:none}.dash-main{padding:20px}.metrics{grid-template-columns:repeat(2,1fr)}.charts{grid-template-columns:1fr}.insight-toast{left:8%;width:84%;bottom:-48px}.hero-visual{padding-bottom:35px}
  .benefits{grid-template-columns:1fr;gap:0;padding:8px 18px}.benefits article,.benefits article:first-child{border-right:0;border-bottom:1px solid #edf0f6;padding:20px 0}.benefits article:last-child{border-bottom:0}
  .footer{flex-direction:column;text-align:center}.closing{padding:80px 0 55px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
