:root{--blue:#0B56D9;--blue-dark:#083C98;--green:#62C454;--green-dark:#45B649;--ink:#0F172A;--muted:#5F7088;--bg:#F4F7FB;--card:#fff;--line:#DCE4F1;--danger:#B42318;--warning:#F79009;--shadow:0 24px 80px rgba(14,24,48,.08);--radius:28px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.5;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select{font:inherit}.container{width:min(calc(100% - 32px),var(--max));margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(244,247,251,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,228,241,.85)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:26px;letter-spacing:-.04em}.brand img{width:42px;height:42px}.site-nav{display:flex;align-items:center;gap:24px}.site-nav>a{font-weight:700;color:var(--muted)}.site-nav>a.is-active{color:var(--blue)}.nav-actions{display:flex;gap:12px}.mobile-nav-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 14px;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:999px;padding:14px 20px;font-weight:800;transition:.2s ease;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;box-shadow:0 12px 34px rgba(69,182,73,.22)}.btn-secondary{background:#fff;border-color:#b8c7df;color:var(--blue)}.btn-ghost{background:#fff;border-color:var(--line)}.btn-light{background:#fff;color:var(--blue)}.btn-full{width:100%}.btn-large{padding:16px 24px;font-size:18px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(11,86,217,.08);color:var(--blue);padding:8px 14px;font-weight:800;font-size:13px;letter-spacing:.03em;text-transform:uppercase}.hero{padding:74px 0 70px;background:radial-gradient(circle at top right,#E1ECFF 0,#F4F7FB 36%,#F4F7FB 100%)}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:34px;align-items:center}.hero-copy h1,.page-hero h1,.section h2,.auth-card h1{margin:16px 0 14px;line-height:.96;letter-spacing:-.05em}.hero-copy h1{font-size:clamp(48px,7vw,78px)}.page-hero h1,.section h2{font-size:clamp(34px,5vw,58px)}.hero-copy p,.page-hero p,.section-head p{font-size:21px;color:var(--muted);max-width:60ch}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}.hero-badges{display:flex;flex-wrap:wrap;gap:12px}.hero-badges span,.pill{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-weight:800;font-size:14px}.pill.success{background:rgba(98,196,84,.16);border-color:rgba(98,196,84,.28);color:#2e7d32}
.hero-visual .app-window{background:#fff;border-radius:32px;padding:20px;box-shadow:var(--shadow);border:1px solid rgba(220,228,241,.85)}.window-top{height:12px;border-radius:999px;background:linear-gradient(90deg,#d5def0 0,#eef3fb 100%);margin-bottom:16px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dash-card{background:#F8FBFF;border:1px solid var(--line);border-radius:22px;padding:18px}.dash-card.large{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dash-card.full{grid-column:1/-1}.muted{font-size:13px;color:var(--muted);margin:0 0 6px}.mini-list{padding-left:18px;margin:0;color:var(--muted)}.status-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.status-item{padding:14px;border-radius:18px;color:#fff;display:flex;flex-direction:column;gap:4px;font-size:14px}.status-item.success{background:#45B649}.status-item.warning{background:#F5A623}.status-item.danger{background:#E65454}.status-item.info{background:#2D7FF9}
.section{padding:82px 0}.section.alt{background:#EDF3FB}.section-head{margin-bottom:30px}.cards{display:grid;gap:18px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.compact .feature-card{padding:22px}.feature-card,.panel,.price-card,.auth-card{background:#fff;border:1px solid rgba(220,228,241,.9);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}.feature-card h3,.panel h3,.price-card h3{margin:0 0 10px;font-size:24px;letter-spacing:-.03em}.feature-card p,.panel p,.price-card li,.auth-card p,.faq-list p{color:var(--muted)}.icon{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#0B56D9,#64A1FF);color:#fff;font-size:24px;margin-bottom:16px}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.check-list{display:grid;gap:16px;margin-top:22px}.check-list div{background:#fff;padding:18px 20px;border-radius:20px;border:1px solid var(--line)}.pricing-mini{display:grid;gap:12px;margin:20px 0}.pricing-mini div{display:flex;justify-content:space-between;background:#F8FBFF;padding:16px;border-radius:18px;border:1px solid var(--line)}.ref-flow{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}.ref-flow div{background:#F8FBFF;border:1px solid var(--line);padding:14px 16px;border-radius:18px;font-weight:700}.ref-flow.vertical{flex-direction:column}.cta-band{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:#fff}.cta-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.page-hero{padding:70px 0 20px}.page-hero.slim{padding:54px 0 10px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-card{position:relative}.price-card.featured{border-color:rgba(98,196,84,.35);transform:translateY(-6px)}.price{font-size:52px;font-weight:800;letter-spacing:-.05em;margin:10px 0 18px}.price small{font-size:20px;color:var(--muted)}.tag{position:absolute;top:20px;right:20px;background:rgba(11,86,217,.08);color:var(--blue);padding:8px 12px;border-radius:999px;font-weight:700}.plain-list{padding-left:18px;margin:0;display:grid;gap:10px}.faq-list{display:grid;gap:14px}.faq-list details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px 22px;box-shadow:var(--shadow)}.faq-list summary{cursor:pointer;font-weight:700;font-size:18px}.auth-page{padding:56px 0 90px}.auth-wrap{display:flex;justify-content:center}.auth-wrap.wide .auth-card{max-width:900px}.auth-card{width:100%;max-width:580px}.auth-card h1{font-size:42px}.auth-card label{display:grid;gap:8px;font-weight:600;margin-top:14px}input,select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#F8FBFF}input:focus,select:focus{outline:3px solid rgba(11,86,217,.16);border-color:#84A9EA}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.small{font-size:14px;color:var(--muted)}.form-errors{margin:14px 0 4px;display:grid;gap:8px}.form-errors div{padding:12px 14px;background:#FEF3F2;color:var(--danger);border:1px solid #FDA29B;border-radius:14px;font-weight:700}.flash-stack{padding-top:18px;display:grid;gap:12px}.flash{padding:14px 16px;border-radius:16px;font-weight:700;border:1px solid}.flash-success{background:#ECFDF3;color:#027A48;border-color:#A6F4C5}.flash-error{background:#FEF3F2;color:#B42318;border-color:#FDA29B}.flash-info{background:#EFF8FF;color:#175CD3;border-color:#B2DDFF}.dashboard-layout{display:grid;grid-template-columns:260px 1fr;gap:22px}.dash-side{display:grid;gap:10px;height:max-content}.dash-side a{padding:14px 16px;background:#F8FBFF;border-radius:16px;border:1px solid var(--line);font-weight:700;color:var(--ink)}.timeline{list-style:none;margin:0;padding:0;display:grid;gap:12px}.timeline li{display:grid;grid-template-columns:70px 1fr;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.site-footer{background:#0E1830;color:#D6E1FF;padding:40px 0 18px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px}.footer-grid h4{margin:0 0 12px;color:#fff}.footer-grid a{display:block;color:#D6E1FF;margin:8px 0}.footer-brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:20px;color:#fff}.footer-brand img{width:42px;height:42px}.footer-bottom{padding-top:26px;margin-top:18px;border-top:1px solid rgba(214,225,255,.18);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}
@media (max-width: 980px){.hero-grid,.split,.pricing-grid,.cards.four,.cards.three,.dashboard-layout,.footer-grid{grid-template-columns:1fr 1fr}.status-row{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 760px){.mobile-nav-toggle{display:block}.site-nav{display:none;position:absolute;top:72px;left:16px;right:16px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.site-nav.is-open{display:flex}.nav-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.hero-grid,.cards.four,.cards.three,.cards.two,.split,.pricing-grid,.dashboard-grid,.footer-grid{grid-template-columns:1fr}.status-row,.form-grid{grid-template-columns:1fr}.hero-copy h1,.page-hero h1,.section h2,.auth-card h1{font-size:clamp(32px,10vw,46px)}.hero-copy p,.page-hero p,.section-head p{font-size:18px}.cta-wrap{flex-direction:column;align-items:flex-start}}
