:root {
  color-scheme: dark;
  --bg: #0b0c16;
  --bg-soft: #10111d;
  --surface: #151624;
  --surface-high: #1b1d2e;
  --text: #f7f6ff;
  --muted: #a6a7ba;
  --brand: #7779ff;
  --brand-strong: #5b5ff0;
  --mint: #5eead4;
  --line: rgba(255, 255, 255, .1);
  --success: #5eead4;
  --warning: #f0b54a;
  --shadow: 0 30px 90px rgba(0, 0, 0, .38);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 4%, rgba(91, 95, 240, .13), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; }
svg { width: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--text);
  color: var(--bg);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
  background: rgba(11, 12, 22, .78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a:not(.button), .footer-links a { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 650; }
.site-nav > a:hover, .footer-links a:hover { color: var(--text); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 750;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(94, 234, 212, .6); outline-offset: 3px; }
.button-primary { background: var(--brand-strong); color: #fff; box-shadow: 0 14px 34px rgba(91, 95, 240, .28); }
.button-primary:hover { background: #686bf5; }
.button-ghost { border-color: var(--line); background: rgba(255, 255, 255, .035); color: var(--text); }
.button-ghost:hover { border-color: rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .06); }
.button-light { color: #18192a; background: #fff; flex: 0 0 auto; }
.button-small { min-height: 40px; padding-inline: 16px; border-radius: 12px; }

.hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 72px; min-height: calc(100vh - 76px); padding-block: 74px 96px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 18px var(--mint); }
.hero h1 { margin: 22px 0; font-size: clamp(3.6rem, 7.5vw, 6.7rem); line-height: .94; letter-spacing: -.075em; }
.hero h1 span { color: var(--brand); }
.hero-lede { max-width: 610px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-actions-badges { align-items: center; }
.google-play-badge, .product-hunt-badge { display: inline-flex; transition: transform .2s ease, filter .2s ease, box-shadow .2s ease; }
.google-play-badge { border-radius: 7px; }
.google-play-badge:hover, .product-hunt-badge:hover { transform: translateY(-2px); filter: brightness(1.05); }
.google-play-badge img { width: 139px; height: 54px; object-fit: contain; }
.product-hunt-badge { overflow: hidden; border-radius: 6px; box-shadow: 0 12px 28px rgba(0, 0, 0, .22); }
.product-hunt-badge:hover { box-shadow: 0 16px 34px rgba(0, 0, 0, .3); }
.product-hunt-badge img { width: 250px; height: 54px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; }
.hero-text-link:hover { color: var(--text); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 0; padding: 0; color: var(--muted); list-style: none; font-size: .85rem; }
.hero-proof li { display: flex; align-items: center; gap: 7px; }
.hero-proof svg { color: var(--mint); }

.product-stage { position: relative; display: grid; place-items: center; min-height: 680px; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; inset: 13% 5%; z-index: -3; background: radial-gradient(circle, rgba(91,95,240,.3), rgba(94,234,212,.05) 38%, transparent 68%); filter: blur(30px); }
.stage-orbit { position: absolute; z-index: -2; border: 1px solid rgba(119, 121, 255, .18); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 650px; height: 650px; border-color: rgba(94, 234, 212, .1); }
.phone { width: 320px; padding: 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 42px; background: #080910; box-shadow: var(--shadow), inset 0 0 0 2px rgba(255,255,255,.04); transform: rotate(2.5deg); }
.phone-screen { min-height: 650px; overflow: hidden; border-radius: 34px; background: #f7f8fc; color: #17172a; }
.phone-status { display: flex; justify-content: space-between; padding: 12px 22px 6px; font-size: .62rem; font-weight: 800; }
.status-icons { letter-spacing: 3px; }
.app-bar { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 9px 14px 12px; border-bottom: 1px solid #e5e6ef; }
.app-bar div { display: flex; min-width: 0; flex-direction: column; line-height: 1.2; }
.app-bar strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.app-bar small { color: #74758a; font-size: .53rem; }
.more-dots { color: #74758a; letter-spacing: 1px; }
.model-strip { display: flex; align-items: center; gap: 7px; margin: 8px 10px; padding: 8px 10px; border: 1px solid #e5e6ef; border-radius: 11px; background: #fff; font-size: .58rem; font-weight: 700; }
.model-strip span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-strong); }
.model-strip b { margin-left: auto; color: var(--brand-strong); }
.chat-preview { display: flex; flex-direction: column; min-height: 505px; padding: 24px 14px 12px; }
.preview-intro { display: flex; align-items: center; flex-direction: column; gap: 7px; margin: 36px 0 auto; }
.preview-intro strong { font-size: .86rem; }
.preview-intro span { color: #74758a; font-size: .6rem; }
.message { max-width: 83%; margin-top: 10px; padding: 10px 12px; border-radius: 14px; font-size: .65rem; line-height: 1.45; }
.message-user { align-self: flex-end; border-bottom-right-radius: 4px; background: var(--brand-strong); color: #fff; }
.message-ai { border: 1px solid #e5e6ef; border-bottom-left-radius: 4px; background: #eef0f6; }
.composer-preview { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 8px; margin: 0 10px 12px; padding: 7px 8px 7px 13px; border: 1px solid #dcddea; border-radius: 18px; color: #7d7e90; font-size: .6rem; }
.composer-preview i { font-size: 1rem; font-style: normal; }
.composer-preview b { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 9px; background: var(--brand-strong); color: #fff; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 168px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(21,22,36,.9); box-shadow: 0 18px 44px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.floating-note > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: rgba(94,234,212,.12); color: var(--mint); font-weight: 900; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.25; }
.floating-note strong { font-size: .78rem; }
.floating-note small { color: var(--muted); font-size: .64rem; }
.note-private { top: 16%; right: -2%; }
.note-fast { left: 0; bottom: 15%; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.trust-strip div { display: flex; align-items: center; justify-content: center; flex-direction: column; min-height: 130px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { color: var(--mint); font-size: 1.35rem; letter-spacing: -.03em; }
.trust-strip span { color: var(--muted); font-size: .76rem; }

.content-section { padding-block: 118px; }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.section-heading h2, .privacy-banner h2, .final-cta h2 { margin: 14px 0 18px; font-size: clamp(2.35rem, 5vw, 4.2rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading p, .privacy-banner p, .final-cta p { margin: 0; color: var(--muted); font-size: 1.05rem; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(255,255,255,.045), rgba(255,255,255,.016)); }
.feature-card-wide { display: grid; grid-template-columns: auto 1fr 190px; align-items: start; gap: 18px; min-height: auto; grid-column: 1 / -1; }
.icon-box { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(119,121,255,.25); border-radius: 14px; background: rgba(91,95,240,.12); color: var(--brand); }
.icon-box svg { width: 23px; height: 23px; }
.feature-card h3 { margin: 18px 0 8px; font-size: 1.22rem; letter-spacing: -.025em; }
.feature-card-wide h3 { margin-top: 5px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.model-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 38px; }
.model-tags span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 8px; color: #c9cad8; font-size: .7rem; }
.privacy-visual { display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: 120px; border: 1px solid var(--line); border-radius: 18px; background: rgba(94,234,212,.035); text-align: center; }
.privacy-visual .pulse { width: 30px; height: 30px; margin-bottom: 10px; border: 8px solid rgba(94,234,212,.16); border-radius: 50%; background: var(--mint); box-shadow: 0 0 24px rgba(94,234,212,.25); }
.privacy-visual strong { font-size: .78rem; }
.privacy-visual small { color: var(--muted); font-size: .65rem; }

.setup-section { border-block: 1px solid var(--line); background: var(--bg-soft); }
.setup-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { padding-top: 0; }
.steps span { color: var(--brand); font-weight: 850; }
.steps h3 { margin: 0 0 5px; font-size: 1.15rem; }
.steps p { margin: 0; color: var(--muted); font-size: .9rem; }

.privacy-banner { display: flex; align-items: center; justify-content: space-between; gap: 48px; margin-block: 118px 0; padding: 58px; border-radius: 32px; background: linear-gradient(120deg, #4c4fda, #6266e9 52%, #4b9fa0); box-shadow: 0 28px 80px rgba(49,52,172,.24); }
.privacy-banner > div { max-width: 760px; }
.privacy-banner .eyebrow, .privacy-banner p { color: rgba(255,255,255,.8); }
.privacy-banner h2 { margin-bottom: 13px; font-size: clamp(2rem,4vw,3.5rem); }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 23px 40px 23px 0; cursor: pointer; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; color: var(--brand); font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -5px 0 24px; color: var(--muted); font-size: .92rem; }

.final-cta { display: flex; align-items: center; flex-direction: column; padding-block: 100px 130px; text-align: center; }
.final-cta h2 { margin-bottom: 8px; }
.final-cta p { margin-bottom: 28px; }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding-block: 34px; border-top: 1px solid var(--line); color: var(--muted); }
.site-footer p { margin: 0; font-size: .83rem; }
.footer-links { display: flex; gap: 20px; }
.site-footer small { grid-column: 1 / -1; font-size: .72rem; }

/* Privacy page */
.legal-main { padding-block: 76px 120px; }
.legal-hero { max-width: 820px; padding: 62px 0 44px; }
.legal-hero h1 { margin: 15px 0; font-size: clamp(3rem, 7vw, 5rem); line-height: 1; letter-spacing: -.065em; }
.legal-hero p { color: var(--muted); font-size: 1.1rem; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 102px; display: flex; flex-direction: column; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.legal-nav a { color: var(--muted); text-decoration: none; font-size: .8rem; }
.legal-nav a:hover { color: var(--text); }
.legal-content section { padding: 30px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 100px; }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin: 0 0 14px; font-size: 1.55rem; letter-spacing: -.035em; }
.legal-content h3 { margin: 24px 0 8px; font-size: 1rem; }
.legal-content p, .legal-content li { color: var(--muted); font-size: .94rem; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: var(--mint); }
.legal-callout { padding: 20px; border: 1px solid rgba(94,234,212,.22); border-radius: 16px; background: rgba(94,234,212,.05); }
.legal-callout strong { color: var(--text); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 60px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .product-stage { min-height: 650px; }
  .setup-grid, .faq-section { grid-template-columns: 1fr; gap: 20px; }
  .privacy-banner { align-items: flex-start; flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-nav { position: static; display: none; }
}

@media (max-width: 680px) {
  .site-header { min-height: 66px; }
  .site-nav > a:not(.button) { display: none; }
  .hero { min-height: auto; padding-block: 55px 70px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4rem); }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .button, .privacy-banner .button, .final-cta .button { width: 100%; }
  .product-stage { min-height: 580px; transform: scale(.88); margin: -34px 0; }
  .floating-note { display: none; }
  .orbit-two { width: 540px; height: 540px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-section { padding-block: 82px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-template-columns: auto 1fr; }
  .privacy-visual { display: none; }
  .privacy-banner { width: calc(100% - 24px); margin-top: 82px; padding: 36px 24px; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .site-footer .brand, .footer-links { justify-content: center; }
  .site-footer small { grid-column: 1; }
}

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