:root{
  --navy:#0A1A2F;
  --navy-2:#102844;
  --charcoal:#1F242B;
  --paper:#F7F9FB;
  --white:#FFFFFF;
  --teal:#00B8C9;
  --teal-dark:#009EAF;
  --orange:#FF8A4C;
  --muted:#64748B;
  --line:#E5EAF0;
  --shadow:0 24px 70px rgba(10,26,47,.12);
  --radius:26px;
  --radius-sm:16px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--navy);background:var(--white);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:0 auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,234,240,.8)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.logo{display:flex;align-items:center;min-width:220px}.logo img{height:38px;width:auto;object-fit:contain;object-position:left center}
.nav-links{display:flex;gap:28px;align-items:center;font-size:14px;color:#334155}.nav-links a:hover{color:var(--teal-dark)}
.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:13px 19px;font-weight:650;font-size:14px;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--navy);color:white;box-shadow:0 10px 24px rgba(10,26,47,.16)}.btn-primary:hover{transform:translateY(-1px);background:#0F2746}.btn-secondary{background:white;border-color:var(--line)}.btn-secondary:hover{border-color:#BCD4D8}.btn-teal{background:var(--teal);color:#05202B}.btn-teal:hover{background:#11C6D5;transform:translateY(-1px)}
.mobile-toggle{display:none;background:none;border:0;font-size:27px;color:var(--navy)}
.hero{position:relative;overflow:hidden;padding:86px 0 64px;background:radial-gradient(circle at 80% 20%,rgba(0,184,201,.13),transparent 28%),linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.hero:after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(0,184,201,.15);border-radius:50%;right:-260px;top:-170px;box-shadow:0 0 0 70px rgba(0,184,201,.025),0 0 0 140px rgba(10,26,47,.018)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:58px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--teal-dark);font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}.eyebrow:before{content:"";width:22px;height:2px;background:var(--teal);border-radius:3px}
h1,h2,h3{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.035em;margin-top:0}h1{font-size:clamp(44px,6.2vw,78px);line-height:1.02;margin:20px 0 22px;max-width:760px}h1 .accent{color:var(--teal-dark)}.hero-copy{font-size:19px;color:#475569;max-width:660px;margin-bottom:30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;color:#475569;font-size:13px}.trust{display:flex;gap:8px;align-items:center}.trust-mark{width:20px;height:20px;border:1px solid rgba(0,184,201,.5);border-radius:50%;display:grid;place-items:center;color:var(--teal-dark);font-size:12px;font-weight:800}
.product-window{background:linear-gradient(145deg,#0A1A2F,#0F2B4A);padding:14px;border-radius:30px;box-shadow:var(--shadow);transform:perspective(1000px) rotateY(-4deg) rotateX(1deg);position:relative}.product-window:before{content:"";position:absolute;inset:-1px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.25),transparent 45%);pointer-events:none}.screen{background:#fff;border-radius:19px;overflow:hidden;min-height:480px}.screen-top{height:58px;background:var(--navy);display:flex;align-items:center;justify-content:space-between;padding:0 18px}.screen-brand{display:flex;align-items:center;gap:9px;color:white;font-size:12px;font-weight:700;letter-spacing:.04em}.screen-brand img{width:31px;height:31px;border-radius:8px;object-fit:cover}.screen-user{width:28px;height:28px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;font-size:10px;font-weight:800}.screen-body{display:grid;grid-template-columns:122px 1fr;min-height:420px}.sidebar{background:#F8FAFC;border-right:1px solid #EDF1F5;padding:18px 12px}.side-item{font-size:10px;padding:8px 9px;border-radius:8px;color:#64748B;margin-bottom:5px}.side-item.active{background:#EAFBFD;color:#057C88;font-weight:700}.dashboard{padding:22px}.dash-title{font-weight:750;margin-bottom:15px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.metric{border:1px solid #EDF1F5;border-radius:12px;padding:12px}.metric small{display:block;color:#64748B;font-size:9px}.metric strong{display:block;font-size:20px;margin-top:3px}.metric span{font-size:8px;color:#15A06D}.dash-grid{display:grid;grid-template-columns:1.5fr .9fr;gap:12px;margin-top:12px}.panel{border:1px solid #EDF1F5;border-radius:13px;padding:13px;background:white}.panel-title{font-size:11px;font-weight:700}.chart{height:128px;margin-top:12px;position:relative;background:linear-gradient(180deg,rgba(0,184,201,.08),transparent);border-radius:9px;overflow:hidden}.chart svg{position:absolute;inset:0;width:100%;height:100%}.task{display:flex;gap:8px;padding:9px 0;border-bottom:1px solid #F1F4F7;font-size:9px}.task:last-child{border-bottom:0}.dot{width:8px;height:8px;border-radius:50%;background:var(--teal);margin-top:3px}
.section{padding:96px 0}.section-soft{background:var(--paper)}.section-dark{background:var(--navy);color:white}.section-head{max-width:760px;margin:0 auto 48px;text-align:center}.section-head h2{font-size:clamp(34px,4vw,52px);line-height:1.08;margin-bottom:16px}.section-head p{color:#64748B;font-size:18px}.section-dark .section-head p{color:#CBD5E1}
.triple{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.big-card{border:1px solid var(--line);border-radius:24px;padding:30px;background:#fff;min-height:310px;position:relative;overflow:hidden}.big-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(0,184,201,.06);right:-65px;top:-60px}.num{font-size:12px;color:var(--teal-dark);font-weight:800;letter-spacing:.12em}.big-card h3{font-size:27px;margin:18px 0 12px}.big-card p{color:#64748B}.mini-list{margin:20px 0 0;padding:0;list-style:none}.mini-list li{padding:8px 0;border-top:1px solid #EEF2F5;font-size:14px;display:flex;justify-content:space-between;gap:12px}.mini-list span:last-child{color:#94A3B8}
.flow{display:grid;grid-template-columns:repeat(8,1fr);gap:9px;align-items:stretch}.flow-step{position:relative;border:1px solid #DCE4EA;border-radius:16px;padding:19px 13px;text-align:center;background:white;min-height:126px;display:flex;flex-direction:column;justify-content:center}.flow-step:not(:last-child):after{content:"→";position:absolute;right:-11px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:var(--teal);color:#00343B;font-weight:900;display:grid;place-items:center;z-index:2}.flow-step strong{font-size:13px}.flow-step small{font-size:11px;color:#64748B;margin-top:5px}.flow-step.money{border-color:rgba(255,138,76,.45);background:#fff9f5}.flow-step.money:not(:last-child):after{background:var(--orange)}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.feature-icon{width:42px;height:42px;border-radius:12px;background:#E9FBFD;display:grid;place-items:center;color:#058795;font-weight:900;margin-bottom:16px}.feature h3{font-size:18px;margin-bottom:8px}.feature p{font-size:14px;color:#64748B;margin:0}
.audience{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}.audience h2{font-size:clamp(36px,4.4vw,58px);line-height:1.05;margin-bottom:20px}.audience p{font-size:18px;color:#64748B}.industries{display:grid;grid-template-columns:1fr 1fr;gap:13px}.industry{border:1px solid var(--line);border-radius:17px;padding:20px;background:white}.industry strong{display:block}.industry small{color:#64748B}.mock-stack{background:linear-gradient(135deg,#E9FBFD,#F8FAFC);border-radius:28px;padding:28px;border:1px solid #D8EEF1}.mock-browser{border-radius:18px;background:white;box-shadow:0 24px 60px rgba(10,26,47,.12);overflow:hidden;border:1px solid #E7EDF2}.mock-bar{height:38px;background:#F2F5F7;display:flex;align-items:center;gap:6px;padding:0 12px}.mock-dot{width:8px;height:8px;border-radius:50%;background:#CBD5E1}.mock-content{padding:20px}.mock-table{width:100%;border-collapse:collapse;font-size:11px}.mock-table td,.mock-table th{text-align:left;padding:10px 8px;border-bottom:1px solid #EEF2F5}.status{display:inline-flex;border-radius:99px;padding:4px 7px;background:#E8F8EF;color:#15835B;font-size:9px}.status.blue{background:#EAF0FF;color:#355DCB}
.price-wrap{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch}.price-card{border:1px solid var(--line);border-radius:26px;padding:32px;background:white}.price-card.primary{background:var(--navy);color:white;border-color:var(--navy)}.price-card h3{font-size:28px}.price{font-size:48px;font-weight:780;letter-spacing:-.04em}.price small{font-size:14px;font-weight:500;color:#94A3B8}.price-card.primary small{color:#CBD5E1}.checklist{list-style:none;padding:0;margin:24px 0}.checklist li{padding:9px 0;display:flex;gap:10px;align-items:flex-start}.checklist li:before{content:"✓";color:var(--teal);font-weight:900}.price-note{font-size:13px;color:#64748B}.price-card.primary .price-note{color:#CBD5E1}
.cta{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}.cta h2{font-size:clamp(36px,4.5vw,58px);margin-bottom:14px}.cta p{color:#CBD5E1;font-size:18px}.cta-box{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);padding:26px;border-radius:22px}.cta-box p{font-size:14px}.cta-box .btn{width:100%;margin-top:12px}
.footer{padding:54px 0 30px;border-top:1px solid var(--line);background:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:36px}.footer-logo img{height:34px;width:auto}.footer p,.footer a{font-size:13px;color:#64748B}.footer-links{display:flex;flex-direction:column;gap:9px}.footer h4{margin:0 0 13px;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.footer-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;border-top:1px solid var(--line);margin-top:34px;padding-top:20px;color:#94A3B8;font-size:12px}
.legal-hero{padding:76px 0 30px;background:linear-gradient(180deg,#fff,#F8FAFC)}.legal-hero h1{font-size:48px}.legal{padding:40px 0 90px}.legal article{max-width:840px}.legal h2{font-size:24px;margin-top:38px;margin-bottom:12px}.legal h3{font-size:18px;margin-top:25px}.legal p,.legal li{color:#475569}.legal a{color:var(--teal-dark);text-decoration:underline}.notice{padding:16px 18px;border-radius:14px;background:#FFF8F4;border:1px solid #FFE2D2;color:#7C3D1F;font-size:14px;margin:20px 0}
@media(max-width:980px){.nav-links{display:none}.mobile-toggle{display:block}.nav-actions .btn-secondary{display:none}.hero-grid,.audience,.cta,.price-wrap{grid-template-columns:1fr}.product-window{transform:none;margin-top:24px}.triple{grid-template-columns:1fr}.flow{grid-template-columns:repeat(4,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{padding-top:60px}.screen{min-height:430px}}
@media(max-width:680px){.container{width:min(100% - 28px,1160px)}.nav{height:70px}.logo{min-width:150px}.logo img{height:31px}.nav-actions .btn-primary{display:none}h1{font-size:44px}.hero-copy{font-size:17px}.section{padding:72px 0}.flow{grid-template-columns:repeat(2,1fr)}.flow-step:nth-child(2n):after{display:none}.feature-grid,.industries{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(2,1fr)}.dash-grid{grid-template-columns:1fr}.screen-body{grid-template-columns:88px 1fr}.sidebar{padding:12px 7px}.side-item{padding:7px 5px;font-size:8px}.dashboard{padding:14px}.screen{min-height:510px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.price{font-size:40px}}
