:root {
  --bg: #07111f;
  --surface: #0c1a2b;
  --surface-2: #10243a;
  --text: #f5f8fc;
  --muted: #aebed1;
  --line: rgba(255,255,255,.12);
  --brand: #68e0cf;
  --brand-2: #71a7ff;
  --accent: #f4b35e;
  --success: #7be49d;
  --danger: #ff7a8a;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
  --radius: 22px;
  --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(--text);
  background:
    radial-gradient(circle at 85% 10%, rgba(113,167,255,.16), transparent 30%),
    radial-gradient(circle at 10% 30%, rgba(104,224,207,.12), transparent 32%),
    var(--bg);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  z-index: -1;
}

a { color: inherit; }
img, svg { max-width: 100%; }
button, input, textarea, select { font: inherit; }

.skip-link { position: absolute; left: -9999px; top: 10px; background: white; color: #111; padding: .8rem 1rem; z-index: 999; }
.skip-link:focus { left: 10px; }

.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: rgba(7,17,31,.78);
  border-bottom: 1px solid var(--line);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #06101b; box-shadow: 0 8px 24px rgba(104,224,207,.22); }
.brand span small { display: block; font-size: .67rem; line-height: 1; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .94rem; font-weight: 650; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: white; }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; color: white; border-radius: 12px; padding: 9px 11px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 19px; border-radius: 14px; border: 1px solid transparent; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #07111f; box-shadow: 0 12px 32px rgba(104,224,207,.18); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.04); color: white; }
.btn-small { min-height: 40px; padding: 0 14px; font-size: .9rem; }

.hero { padding: 88px 0 62px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 60px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(104,224,207,.3); border-radius: 999px; color: var(--brand); background: rgba(104,224,207,.07); font-size: .82rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 6px rgba(104,224,207,.1); }
h1 { margin: 24px 0 18px; font-size: clamp(3rem, 7vw, 5.9rem); line-height: .96; letter-spacing: -.065em; }
.gradient-text { background: linear-gradient(100deg, #fff 0%, #8bd9ff 46%, #68e0cf 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 680px; font-size: 1.13rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: #c9d5e3; font-size: .88rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.check { color: var(--success); }

.product-shell { position: relative; min-height: 510px; }
.glow { position: absolute; inset: 8% 5%; background: radial-gradient(circle, rgba(113,167,255,.26), transparent 62%); filter: blur(20px); }
.phone { position: absolute; width: 255px; min-height: 485px; top: 0; right: 46px; border: 1px solid rgba(255,255,255,.19); border-radius: 34px; background: #091522; padding: 15px; box-shadow: var(--shadow); transform: rotate(3deg); }
.phone-screen { min-height: 455px; border-radius: 24px; background: linear-gradient(180deg, #132943, #0a1725); padding: 18px; overflow: hidden; }
.phone-top { display: flex; justify-content: space-between; font-size: .72rem; color: var(--muted); }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-2), var(--brand)); }
.welcome { margin-top: 18px; display: flex; justify-content: space-between; align-items: center; }
.welcome strong { display: block; font-size: 1.05rem; }
.welcome small { color: var(--muted); }
.mini-card { margin-top: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); }
.mini-card .label { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.progress { height: 7px; background: rgba(255,255,255,.09); border-radius: 999px; overflow: hidden; margin-top: 11px; }
.progress i { display: block; height: 100%; width: 72%; background: linear-gradient(90deg, var(--brand), var(--brand-2)); }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 13px; }
.stat { padding: 10px 7px; text-align: center; border-radius: 12px; background: rgba(255,255,255,.04); }
.stat b { display: block; font-size: .95rem; }
.stat small { color: var(--muted); font-size: .62rem; }
.dashboard-card { position: absolute; left: 0; bottom: 38px; width: 300px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 23px; background: rgba(14,31,50,.95); box-shadow: var(--shadow); transform: rotate(-3deg); }
.dashboard-card h3 { margin: 0 0 5px; }
.metric-line { margin-top: 18px; display: flex; gap: 8px; align-items: end; height: 100px; }
.metric-line i { flex: 1; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, var(--brand-2), rgba(113,167,255,.25)); }
.metric-line i:nth-child(1) { height: 38%; } .metric-line i:nth-child(2) { height: 56%; } .metric-line i:nth-child(3) { height: 49%; } .metric-line i:nth-child(4) { height: 76%; } .metric-line i:nth-child(5) { height: 86%; } .metric-line i:nth-child(6) { height: 100%; }

.logo-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.logo-strip-inner { display: flex; align-items: center; justify-content: center; gap: 34px; padding: 20px 0; color: #8fa3b8; font-size: .83rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; flex-wrap: wrap; }

.section { padding: 92px 0; }
.section-tight { padding: 64px 0; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-inline: auto; }
.kicker { color: var(--brand); font-weight: 850; text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; }
h2 { margin: 12px 0; font-size: clamp(2.2rem, 4.5vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
h3 { letter-spacing: -.025em; }
.lede { color: var(--muted); font-size: 1.08rem; }

.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.02)); padding: 28px; box-shadow: 0 10px 40px rgba(0,0,0,.12); }
.card:hover { border-color: rgba(104,224,207,.3); }
.icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: rgba(104,224,207,.1); color: var(--brand); font-weight: 900; }
.card h3 { margin: 22px 0 8px; font-size: 1.35rem; }
.card p { margin: 0; color: var(--muted); }
.card a { display: inline-flex; margin-top: 18px; color: var(--brand); text-decoration: none; font-weight: 800; }

.workflow { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.step { position: relative; padding: 23px 18px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.035); }
.step b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: #07111f; background: var(--brand); margin-bottom: 18px; }
.step span { display: block; font-weight: 850; }
.step small { display: block; color: var(--muted); margin-top: 6px; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.feature-list { display: grid; gap: 15px; margin-top: 26px; }
.feature-item { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; }
.feature-item b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: rgba(104,224,207,.12); color: var(--brand); }
.feature-item p { margin: 3px 0 0; color: var(--muted); }

.panel { padding: 34px; border-radius: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(113,167,255,.1), rgba(104,224,207,.04)); box-shadow: var(--shadow); }
.activity { display: grid; gap: 12px; }
.activity-row { display: grid; grid-template-columns: 42px 1fr auto; gap: 13px; align-items: center; padding: 14px; border-radius: 15px; background: rgba(7,17,31,.58); border: 1px solid rgba(255,255,255,.07); }
.activity-row .bubble { width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--brand-2), var(--brand)); }
.activity-row small { display: block; color: var(--muted); }
.pill { padding: 6px 9px; border-radius: 999px; font-size: .7rem; font-weight: 850; background: rgba(123,228,157,.12); color: var(--success); }

.cta { padding: 48px; border-radius: 30px; border: 1px solid rgba(104,224,207,.28); background: linear-gradient(135deg, rgba(104,224,207,.14), rgba(113,167,255,.12)); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-top: 0; }
.cta p { color: var(--muted); margin-bottom: 0; }

.page-hero { padding: 74px 0 40px; }
.page-hero h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.breadcrumb { color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--brand); text-decoration: none; }
.prose { max-width: 850px; }
.prose h2 { font-size: 2rem; margin-top: 50px; }
.prose h3 { margin-top: 32px; }
.prose p, .prose li { color: #c3d0df; }
.prose a { color: var(--brand); }
.notice { padding: 18px 20px; border: 1px solid rgba(244,179,94,.3); background: rgba(244,179,94,.08); border-radius: 15px; color: #ffe1b5; }

.form-shell { max-width: 760px; border: 1px solid var(--line); background: rgba(255,255,255,.035); padding: 30px; border-radius: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
label { font-weight: 750; }
input, textarea, select { width: 100%; color: white; background: #081421; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; padding: 13px 14px; outline: none; }
input:focus, textarea:focus, select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(104,224,207,.09); }
textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: .85rem; }
.form-status { min-height: 24px; color: var(--brand); margin-top: 12px; }

.site-footer { border-top: 1px solid var(--line); padding: 54px 0 28px; background: rgba(3,9,17,.55); }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 30px; }
.footer-grid h4 { margin: 0 0 14px; }
.footer-grid p, .footer-grid a { color: var(--muted); font-size: .92rem; }
.footer-grid a { display: block; text-decoration: none; margin: 8px 0; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--line); color: #8094aa; font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 68px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #0a1827; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-links .btn { margin-top: 8px; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .product-shell { max-width: 560px; margin: 0 auto; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .workflow { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, var(--max)); }
  .hero { padding-top: 60px; }
  h1 { font-size: 3.4rem; }
  .phone { right: 8px; width: 230px; }
  .dashboard-card { width: 250px; left: 0; }
  .product-shell { min-height: 500px; }
  .workflow { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cta { padding: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
