:root {
  --bg: #050b16;
  --surface: #0b1424;
  --surface-2: #101d31;
  --text: #f7fbff;
  --muted: #9cafc7;
  --line: rgba(161, 188, 224, .17);
  --blue: #4b8cff;
  --blue-2: #2763e7;
  --cyan: #63e6d3;
  --green: #76e5ad;
  --paper: #f7faff;
  --ink: #0a1730;
  --paper-muted: #56677e;
  --radius: 24px;
  --shadow: 0 32px 90px rgba(0, 13, 36, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: #fff; color: #071427; }
.skip:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(5, 11, 22, .78); backdrop-filter: blur(18px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 42px; height: 42px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { letter-spacing: .08em; font-size: .92rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #c6d2e3; font-size: .9rem; font-weight: 650; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.nav-cta, .button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 13px; font-weight: 750; line-height: 1.2; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.nav-cta, .button.primary { color: #fff; background: linear-gradient(135deg, #4e91ff, #245bd7); box-shadow: 0 14px 34px rgba(42, 104, 229, .32); }
.button.secondary { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); }
.button:hover { transform: translateY(-2px); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; color: #fff; background: rgba(255,255,255,.05); }

.hero { position: relative; overflow: hidden; padding: 104px 0 92px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 18%, rgba(56, 120, 255, .23), transparent 29%), radial-gradient(circle at 86% 58%, rgba(65, 226, 205, .12), transparent 27%), linear-gradient(rgba(102,144,201,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(102,144,201,.045) 1px, transparent 1px); background-size: auto, auto, 48px 48px, 48px 48px; mask-image: linear-gradient(to bottom, #000 74%, transparent); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #a9c9ff; font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(99,230,211,.1); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 720px; margin: 25px 0 24px; font-size: clamp(3.25rem, 6.5vw, 6.15rem); line-height: .94; letter-spacing: -.067em; }
.gradient-text { color: transparent; background: linear-gradient(105deg, #fff 8%, #8bb7ff 55%, #64e7d0); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 660px; color: #aebed2; font-size: clamp(1.04rem, 1.8vw, 1.22rem); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #91a5bf; font-size: .79rem; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.check { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; color: #071427; background: var(--green); font-size: .7rem; font-weight: 900; }

.product-stage { position: relative; min-width: 0; padding-bottom: 48px; }
.browser { overflow: hidden; border: 1px solid rgba(166, 194, 230, .24); border-radius: 26px; background: #eef3f9; box-shadow: 0 50px 120px rgba(0,0,0,.44), inset 0 1px rgba(255,255,255,.65); transform: perspective(1200px) rotateY(-4deg) rotateX(1deg); }
.browser-top { height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border-bottom: 1px solid #d8e1ec; background: #f9fbfe; }
.dots { display: flex; gap: 6px; }.dots i { width: 8px; height: 8px; border-radius: 50%; background: #c4cfdd; }.dots i:first-child { background: #fa7466; }.dots i:nth-child(2) { background: #f3bd4d; }.dots i:last-child { background: #55c98a; }
.address { flex: 1; padding: 7px 12px; border: 1px solid #dde5ee; border-radius: 9px; color: #65768b; background: #fff; font-size: .67rem; text-align: center; }
.app { height: 390px; display: grid; grid-template-columns: 38% 1fr; }
.side { padding: 18px 13px; border-right: 1px solid #dce4ed; background: #f8fafc; }
.search { height: 30px; margin-bottom: 13px; border-radius: 8px; background: #e7edf4; }
.chat-row { display: flex; gap: 10px; padding: 12px 4px; border-bottom: 1px solid #e7ecf2; }
.avatar { width: 35px; height: 35px; flex: 0 0 auto; border-radius: 50%; background: #9fb0c3; filter: blur(5px); opacity: .62; }
.lines { flex: 1; display: grid; align-content: center; gap: 7px; }.lines i { height: 7px; border-radius: 9px; background: #a3b2c3; filter: blur(4px); opacity: .62; }.lines i:first-child { width: 64%; }
.chat { display: grid; grid-template-rows: 58px 1fr 54px; background: linear-gradient(145deg, #f1f4f8, #e9eef5); }
.chat-head { display: flex; align-items: center; gap: 10px; padding: 0 16px; border-bottom: 1px solid #dfe6ee; background: rgba(255,255,255,.74); }
.messages { display: flex; flex-direction: column; justify-content: flex-end; gap: 14px; padding: 26px 18px; }.message { width: 64%; height: 54px; border-radius: 13px 13px 13px 4px; background: #fff; box-shadow: 0 6px 16px rgba(55,79,109,.08); filter: blur(5px); opacity: .72; }.message.out { align-self: end; background: #d2f3e5; border-radius: 13px 13px 4px 13px; }.message.short { width: 42%; height: 36px; }
.composer { margin: 9px 14px; border: 1px solid #dfe5ed; border-radius: 12px; background: #fff; }
.privacy-chip { position: absolute; right: -18px; bottom: 20px; min-height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 20px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: linear-gradient(135deg, #4b8cff, #245bd7); box-shadow: 0 24px 55px rgba(26, 87, 209, .42); font-weight: 800; }
.privacy-chip img { width: 27px; height: 27px; }
.privacy-chip i { width: 8px; height: 8px; border-radius: 50%; background: #7ff0ba; box-shadow: 0 0 0 6px rgba(127,240,186,.13); }

.proof { border-block: 1px solid var(--line); background: #07101e; }
.proof-grid { min-height: 72px; display: flex; align-items: center; justify-content: space-around; gap: 24px; color: #8fa3bd; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section { padding: 112px 0; }
.section.light { color: var(--ink); background: var(--paper); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { color: #376ac5; }
.section h2 { margin: 14px 0 16px; font-size: clamp(2.25rem, 4.3vw, 4rem); line-height: 1.04; letter-spacing: -.052em; }
.section-head p { color: var(--paper-muted); font-size: 1.08rem; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { min-height: 270px; padding: 29px; border: 1px solid #dce5f0; border-radius: 22px; background: #fff; box-shadow: 0 18px 44px rgba(36, 64, 103, .07); }
.card-number { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 14px; color: #2d64cd; background: #eaf1ff; font-weight: 850; }
.card h3 { margin-bottom: 10px; font-size: 1.12rem; }.card p { margin: 0; color: var(--paper-muted); font-size: .91rem; }
.showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 70px; }
.showcase-copy ul { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; color: #c2d0e2; }
.showcase-copy li { display: flex; gap: 11px; align-items: flex-start; }
.showcase-image { padding: 11px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.showcase-image img { border-radius: 17px; }
.privacy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.privacy-card { padding: 29px; border-top: 2px solid #73a5ff; background: #fff; }.privacy-card strong { color: #7890ad; font-size: .75rem; letter-spacing: .1em; }.privacy-card h3 { margin: 31px 0 10px; }.privacy-card p { margin: 0; color: var(--paper-muted); font-size: .92rem; }
.cta { padding: 84px 0; background: linear-gradient(125deg, #1847a8, #2f70ed 55%, #178e9e); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 34px; }.cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.15rem, 4.2vw, 3.8rem); line-height: 1.05; letter-spacing: -.05em; }.cta .button { flex: 0 0 auto; color: #17429c; background: #fff; }

.legal-hero { padding: 92px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 20% 0, rgba(69,132,255,.19), transparent 35%); }
.legal-hero h1 { max-width: 850px; margin: 18px 0 14px; font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.06em; }.legal-hero p { max-width: 780px; color: var(--muted); font-size: 1.12rem; }
.legal-main { padding: 72px 0 110px; color: var(--ink); background: var(--paper); }
.prose { max-width: 900px; padding: 42px; border: 1px solid #dde6f1; border-radius: 24px; background: #fff; box-shadow: 0 22px 65px rgba(30,58,98,.08); }
.prose .meta { padding-bottom: 20px; border-bottom: 1px solid #e3eaf2; color: #667991; font-size: .82rem; font-weight: 750; }.prose h2 { margin: 40px 0 10px; font-size: 1.38rem; letter-spacing: -.02em; }.prose h2:first-of-type { margin-top: 28px; }.prose p, .prose li { color: #52647b; }.prose a { color: #235fcf; text-decoration: underline; text-underline-offset: 3px; }.prose code { padding: 2px 7px; border-radius: 6px; color: #245ac0; background: #edf3ff; }
.support-layout { display: grid; grid-template-columns: 1fr 320px; gap: 24px; align-items: start; }.note { padding: 27px; border: 1px solid #bfd3f3; border-radius: 20px; background: #edf5ff; }.note strong { display: block; color: #173d84; }.note p { margin: 10px 0 0; color: #536982; }
.site-footer { padding: 72px 0 26px; border-top: 1px solid var(--line); background: #030812; color: #91a4bc; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }.footer-brand p { max-width: 440px; margin-top: 20px; color: #72859e; font-size: .88rem; }.footer-col { display: grid; align-content: start; gap: 10px; font-size: .87rem; }.footer-col strong { margin-bottom: 8px; color: #fff; }.footer-col a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 23px; border-top: 1px solid var(--line); color: #62758f; font-size: .77rem; }

@media (max-width: 980px) {
  .hero-grid, .showcase { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }.hero-copy .eyebrow { justify-content: center; }.hero-copy > p { margin-inline: auto; }.hero-actions, .trust-row { justify-content: center; }
  .product-stage { width: min(700px, 100%); margin-inline: auto; }.cards { grid-template-columns: repeat(2, 1fr); }.privacy-grid { grid-template-columns: 1fr; }.support-layout { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }.nav { min-height: 66px; }.nav-cta { display: none; }.menu-button { display: grid; place-items: center; }.nav-links { position: absolute; left: 14px; right: 14px; top: 72px; display: none; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #091222; box-shadow: var(--shadow); }.nav-links.open { display: grid; }.hero { padding: 72px 0 68px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.browser { transform: none; border-radius: 18px; }.app { height: 300px; grid-template-columns: 35% 1fr; }.chat-row:nth-child(n+4) { display: none; }.privacy-chip { right: 8px; bottom: 8px; }.proof-grid { flex-wrap: wrap; padding: 18px 0; }.section { padding: 78px 0; }.cards { grid-template-columns: 1fr; }.card { min-height: auto; }.cta-inner { align-items: flex-start; flex-direction: column; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }.prose { padding: 25px; }.legal-hero { padding: 66px 0 52px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
