:root {
  --ink: #0b1735;
  --ink-soft: #1d2a48;
  --muted: #5e6b84;
  --line: #dfe6f1;
  --blue: #0867f8;
  --blue-dark: #0755db;
  --blue-soft: #eaf2ff;
  --violet: #6558f5;
  --mint: #14bf82;
  --orange: #ff8412;
  --surface: #ffffff;
  --surface-soft: #f6f9fd;
  --shadow: 0 30px 80px rgba(41, 87, 157, .16);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::selection { background: #cde1ff; color: var(--ink); }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 14px 0; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.86); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(213,222,236,.8); padding: 9px 0; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 23px; font-weight: 760; letter-spacing: -.7px; }
.brand img { border-radius: 12px; box-shadow: 0 8px 20px rgba(30, 92, 236, .18); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #41506d; font-size: 14px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; font-weight: 700; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; white-space: nowrap; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 14px; border-radius: 11px; }
.button-large { min-height: 57px; padding: 0 27px; font-size: 16px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #0874ff, #0757e9); box-shadow: 0 12px 30px rgba(0, 93, 245, .23); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(0, 93, 245, .32); }
.button-ghost { color: var(--ink); border-color: #cbd5e5; background: rgba(255,255,255,.78); }
.button-ghost:hover { border-color: #9eb4d5; background: #fff; }
.button-ghost svg:first-child path { fill: currentColor; stroke: none; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; border-radius: 11px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-button span { width: 18px; height: 2px; border-radius: 2px; background: var(--ink); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 790px; padding: 146px 0 92px; background: radial-gradient(circle at 88% 18%, #e8f3ff 0, rgba(232,243,255,0) 31%), linear-gradient(180deg, #fbfdff 0%, #fff 85%); overflow: hidden; }
.hero::after { content: ""; position: absolute; left: 44%; right: -10%; bottom: -160px; height: 390px; border-radius: 50%; background: linear-gradient(165deg, rgba(57,130,255,.04), rgba(40,111,255,.16)); filter: blur(12px); transform: rotate(-5deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 550px; height: 550px; right: -130px; top: 20px; background: radial-gradient(circle, rgba(56,142,255,.18), rgba(56,142,255,0) 70%); }
.hero-glow-two { width: 420px; height: 420px; left: 30%; bottom: -220px; background: radial-gradient(circle, rgba(124,91,255,.12), rgba(124,91,255,0) 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 42%) minmax(0, 58%); align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.eyebrow { padding: 8px 12px; border-radius: 9px; background: #eaf2ff; margin-bottom: 22px; }
.eyebrow svg { width: 17px; height: 17px; }
.hero h1 { margin: 0; max-width: 600px; font-size: clamp(54px, 5.1vw, 78px); line-height: .98; letter-spacing: -.055em; font-weight: 780; }
.hero h1 span, .section h2 span, .final-cta h2 span { color: var(--blue); }
.hero-lead { max-width: 590px; margin: 25px 0 0; color: #485773; font-size: 18px; line-height: 1.65; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 29px; }
.trust-point { display: flex; gap: 10px; align-items: flex-start; min-width: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 10px; }
.trust-icon svg { width: 18px; height: 18px; }
.trust-icon.blue { background: #edf4ff; color: var(--blue); }
.trust-icon.violet { background: #f1efff; color: var(--violet); }
.trust-icon.mint { background: #e9fbf5; color: #08a96f; }
.trust-point strong { display: block; margin: 2px 0 4px; font-size: 13px; }
.trust-point small { display: block; color: #69758b; line-height: 1.45; font-size: 11px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.compatibility { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: #6b7890; font-size: 12px; }
.compatibility span { display: grid; place-items: center; width: 17px; height: 17px; color: #12aa6c; background: #e4f8ee; border-radius: 50%; font-size: 10px; font-weight: 800; }
.compatibility i { width: 3px; height: 3px; background: #9ba8bb; border-radius: 50%; }
.hero-product { position: relative; width: 100%; max-width: 100%; margin: 0; transform: perspective(1600px) rotateY(-1.4deg) rotateZ(-.7deg); transform-origin: center; }
.product-orbit { position: absolute; border-radius: 50%; pointer-events: none; }
.orbit-one { width: 720px; height: 720px; left: 110px; top: -80px; border: 1px solid rgba(56,130,255,.09); }
.orbit-two { width: 540px; height: 540px; left: 200px; top: 10px; border: 1px solid rgba(56,130,255,.1); }
.app-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(160,177,203,.65); border-radius: 18px; background: #fff; box-shadow: 0 42px 90px rgba(40,86,155,.25), 0 8px 24px rgba(25,55,100,.09); }
.window-bar { position: absolute; z-index: 3; inset: 0 0 auto; height: 40px; display: flex; align-items: center; justify-content: center; padding: 0 15px; background: rgba(249,250,253,.9); border-bottom: 1px solid rgba(221,227,236,.8); backdrop-filter: blur(12px); }
.traffic-lights { position: absolute; left: 15px; display: flex; gap: 6px; }
.traffic-lights span { width: 10px; height: 10px; border-radius: 50%; background: #ff5f57; }
.traffic-lights span:nth-child(2) { background: #febc2e; }.traffic-lights span:nth-child(3) { background: #28c840; }
.window-title { font-size: 11px; color: #67748b; font-weight: 600; }
.version-pill { position: absolute; right: 14px; padding: 4px 7px; color: #526079; background: #edf1f7; border-radius: 6px; font-size: 9px; font-weight: 700; }
.app-window img { width: 100%; padding-top: 38px; background: #fff; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: rgba(255,255,255,.92); border: 1px solid rgba(216,225,238,.9); border-radius: 13px; box-shadow: 0 16px 35px rgba(43,76,126,.15); backdrop-filter: blur(12px); }
.floating-status { left: -34px; bottom: 48px; }
.floating-status small, .floating-status strong { display: block; }.floating-status small { color: #7d899c; font-size: 9px; margin-bottom: 2px; }.floating-status strong { font-size: 11px; }
.status-dot { width: 10px; height: 10px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px #fff0e2; }
.floating-safe { right: -20px; top: 78px; color: #3b4962; font-size: 11px; font-weight: 700; }
.floating-safe svg { width: 19px; height: 19px; color: #12b97b; }

.benefit-strip { position: relative; z-index: 3; border-top: 1px solid #e9eef6; border-bottom: 1px solid #e9eef6; background: rgba(255,255,255,.94); }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.benefit-grid article { min-height: 160px; padding: 35px 24px; display: flex; gap: 16px; border-right: 1px solid #e3e9f2; }
.benefit-grid article:first-child { padding-left: 0; }.benefit-grid article:last-child { border-right: 0; padding-right: 0; }
.feature-orb { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 14px; }
.feature-orb svg { width: 25px; height: 25px; stroke-width: 1.9; }
.feature-orb.blue { color: #0871fb; background: #e8f2ff; }.feature-orb.orange { color: #ff7c0a; background: #fff0e2; }.feature-orb.green { color: #0aae70; background: #e0f9ee; }.feature-orb.purple { color: #7459f5; background: #f0ebff; }.feature-orb.cobalt { color: #fff; background: #086cf6; }
.benefit-grid h3 { font-size: 13px; line-height: 1.45; margin: 2px 0 8px; }
.benefit-grid p { margin: 0; color: #66728a; font-size: 11px; line-height: 1.65; }

.section { padding: 118px 0; }
.section-heading { max-width: 720px; margin-bottom: 56px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section h2, .final-cta h2 { margin: 13px 0 18px; font-size: clamp(40px, 4.3vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p, .showcase-copy > p, .privacy-copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.problem-section { background: linear-gradient(180deg, #fff, #f8fbff 80%, #fff); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; padding: 36px; min-height: 360px; border: 1px solid #dfe6f0; border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(43,77,130,.06); overflow: hidden; }
.step-card.emphasized { border-color: #a9c9ff; box-shadow: 0 24px 60px rgba(34,102,222,.13); transform: translateY(-12px); }
.step-number { position: absolute; right: 24px; top: 21px; color: #e1e7f1; font-size: 50px; font-weight: 800; letter-spacing: -.06em; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; margin-bottom: 30px; }
.step-icon svg { width: 29px; height: 29px; }.step-icon.scan { color: var(--blue); background: #e9f2ff; }.step-icon.diagnose { color: #fff; background: linear-gradient(135deg,#147cff,#4d61ef); box-shadow: 0 12px 24px rgba(24,102,240,.25); }.step-icon.decide { color: #0aa96f; background: #e4f9f0; }
.step-card h3 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.02em; }
.step-card p { color: #59667d; font-size: 15px; line-height: 1.7; }
.step-card small { display: block; margin-top: 24px; color: var(--blue); font-weight: 700; }

.showcase-section { overflow: hidden; }
.showcase-grid { display: grid; grid-template-columns: 36% 64%; align-items: center; gap: 70px; }
.showcase-copy h2, .privacy-copy h2 { margin: 13px 0 20px; font-size: clamp(42px, 4.2vw, 60px); line-height: 1.04; letter-spacing: -.045em; }
.check-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 22px; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; }
.check-list li > span { display: grid; place-items: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--blue); font-size: 12px; font-weight: 800; }
.check-list strong, .check-list small { display: block; }.check-list strong { font-size: 15px; margin-bottom: 5px; }.check-list small { color: #6b778c; font-size: 13px; line-height: 1.5; }
.showcase-frame { position: relative; padding: 54px 0 0; }
.showcase-frame::before { content: ""; position: absolute; inset: -80px -160px -80px -40px; z-index: -1; background: radial-gradient(circle, rgba(42,124,255,.14), transparent 67%); }
.frame-tabs { position: absolute; top: 0; right: 0; display: flex; padding: 4px; border: 1px solid #dfe6f0; background: #f2f5f9; border-radius: 11px; }
.frame-tabs button { border: 0; background: transparent; padding: 8px 15px; border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.frame-tabs button.active { color: #fff; background: var(--blue); box-shadow: 0 5px 12px rgba(0,96,240,.2); }
.screen-wrap { min-height: 520px; border: 1px solid #cbd6e5; border-radius: 21px; background: #fff; overflow: hidden; box-shadow: 0 35px 75px rgba(33,75,135,.18); transform: perspective(1200px) rotateY(-3deg); transform-origin: center right; }
.screen-wrap img { width: 100%; }

.feature-grid-section { background: #f7faff; }
.feature-cards { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 18px; }
.feature-card { position: relative; min-height: 0; padding: 31px; border: 1px solid #e0e7f1; border-radius: 22px; background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(42,76,125,.1); }
.feature-card:nth-child(1) { grid-column: span 7; grid-row: span 2; background: linear-gradient(145deg, #ffffff 25%, #eef5ff 130%); }
.feature-card:nth-child(2) { grid-column: span 5; background: linear-gradient(145deg, #ffffff, #fff7ed); }
.feature-card:nth-child(3) { grid-column: span 5; background: linear-gradient(145deg, #ffffff, #ecfbf5); }
.feature-card:nth-child(4) { grid-column: span 4; grid-row: span 2; background: linear-gradient(150deg, #ffffff, #f3efff); }
.feature-card:nth-child(5) { grid-column: span 8; grid-row: span 2; background: linear-gradient(145deg, #ffffff 30%, #edf2f8); }
.feature-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, currentColor, transparent 70%); opacity: .8; }
.feature-card::after { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 42% 58% 62% 38%; right: -105px; bottom: -120px; background: currentColor; opacity: .065; transform: rotate(24deg); transition: transform .35s ease; }
.feature-card:hover::after { transform: rotate(40deg) scale(1.08); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: currentColor; }
.card-icon svg { width: 25px; height: 25px; color: #fff; }
.card-blue { color: #096cf4; }.card-orange { color: #fb7e14; }.card-mint { color: #12b87b; }.card-purple { color: #7359ec; }.card-slate { color: #31405f; }
.card-label { display: block; margin: 26px 0 9px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .1em; color: currentColor; }
.feature-card:nth-child(2) .card-icon, .feature-card:nth-child(3) .card-icon { width: 42px; height: 42px; border-radius: 12px; }
.feature-card:nth-child(2) .card-label, .feature-card:nth-child(3) .card-label { margin-top: 17px; }
.feature-card h3 { max-width: 500px; margin: 0 0 13px; color: var(--ink); font-size: 24px; letter-spacing: -.025em; }
.feature-card p { max-width: 540px; margin: 0; color: #647188; line-height: 1.65; font-size: 14px; }
.mini-health { display: grid; max-width: 520px; margin-top: 28px; border: 1px solid #e5eaf2; border-radius: 13px; background: #fbfcfe; }
.mini-health span { display: flex; align-items: center; gap: 9px; padding: 11px 13px; color: #37445c; border-bottom: 1px solid #e9edf3; font-size: 12px; }.mini-health span:last-child { border: 0; }.mini-health i { width: 8px; height: 8px; border-radius: 50%; }.mini-health .good { background: #1bc878; }.mini-health .warn { background: #ff8513; }.mini-health b { margin-left: auto; color: currentColor; font-size: 10px; }
.code-lines { position: absolute; right: 36px; top: 50px; width: 190px; padding: 20px; border-radius: 16px; background: #eff3f8; transform: rotate(2deg); }
.code-lines span { display: block; height: 7px; margin-bottom: 12px; border-radius: 7px; background: #c9d3e1; }.code-lines span:nth-child(1) { width: 65%; }.code-lines span:nth-child(2) { width: 90%; }.code-lines span:nth-child(3) { width: 75%; }.code-lines span:nth-child(4) { width: 48%; margin-bottom: 0; }

.privacy-section { background: #fff; }
.privacy-grid { display: grid; grid-template-columns: 46% 54%; align-items: center; gap: 80px; }
.privacy-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.shield-glow { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(21,183,125,.16), rgba(52,126,251,.06) 45%, transparent 70%); }
.shield-main { position: relative; z-index: 2; display: grid; place-items: center; width: 230px; height: 230px; border: 1px solid #c9e8de; border-radius: 54px; color: #0ab275; background: linear-gradient(145deg, #fff, #eefbf7); box-shadow: 0 35px 70px rgba(20,150,106,.14); transform: rotate(5deg); }
.shield-main svg { width: 125px; height: 125px; stroke-width: 1.7; transform: rotate(-5deg); }
.privacy-chip { position: absolute; z-index: 3; padding: 12px 16px; border: 1px solid #dce7e3; border-radius: 12px; color: #41516b; background: rgba(255,255,255,.9); box-shadow: 0 14px 30px rgba(46,81,118,.1); backdrop-filter: blur(10px); font-size: 12px; font-weight: 700; }
.chip-one { left: 5%; top: 24%; }.chip-two { right: 3%; top: 35%; }.chip-three { left: 14%; bottom: 22%; }
.privacy-list { display: grid; gap: 25px; margin: 33px 0; }
.privacy-list article { display: flex; gap: 18px; }
.privacy-list article > span { color: #a9b7ca; font-size: 11px; font-weight: 800; padding-top: 4px; }
.privacy-list h3 { margin: 0 0 7px; font-size: 17px; }.privacy-list p { margin: 0; color: #667389; font-size: 14px; line-height: 1.6; }
.text-link { color: var(--blue); font-weight: 750; font-size: 14px; }.text-link span { transition: margin .2s; }.text-link:hover span { margin-left: 5px; }

.ai-section { background: #f7faff; }
.ai-card { position: relative; display: grid; grid-template-columns: 47% 53%; align-items: center; gap: 70px; padding: 76px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 80% 0, rgba(70,110,255,.55), transparent 40%), linear-gradient(135deg, #071631, #112b62 60%, #143d91); box-shadow: 0 35px 80px rgba(14,45,102,.25); overflow: hidden; }
.ai-card::before { content: ""; position: absolute; width: 400px; height: 400px; left: -210px; bottom: -260px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); }
.ai-copy { position: relative; z-index: 2; }
.ai-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(166,196,255,.25); border-radius: 9px; color: #a9c8ff; background: rgba(69,114,204,.2); text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.ai-badge span { color: #64a2ff; font-size: 16px; }
.ai-card h2 { margin: 17px 0 18px; font-size: clamp(39px, 4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }.ai-card h2 span { color: #68a5ff; }
.ai-copy > p { color: #b7c5dd; font-size: 16px; line-height: 1.7; }
.ai-copy ul { list-style: none; padding: 0; margin: 27px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; color: #dbe6f6; font-size: 13px; }
.ai-copy li { display: flex; align-items: center; gap: 8px; }.ai-copy li span { display: grid; place-items: center; width: 18px; height: 18px; color: #79b2ff; background: rgba(85,144,235,.2); border-radius: 50%; font-size: 10px; }
.chat-preview { position: relative; z-index: 2; overflow: hidden; color: var(--ink); border: 1px solid rgba(255,255,255,.22); border-radius: 19px; background: #f9fbfe; box-shadow: 0 25px 55px rgba(0,0,0,.22); transform: rotate(1.5deg); }
.chat-head { height: 64px; display: flex; align-items: center; gap: 11px; padding: 0 18px; border-bottom: 1px solid #e0e6ef; background: #fff; }.chat-head > i { margin-left: auto; width: 8px; height: 8px; border-radius: 50%; background: #1bc878; }.chat-spark { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--blue); border-radius: 10px; }.chat-head strong,.chat-head small { display: block; }.chat-head strong { font-size: 13px; }.chat-head small { margin-top: 2px; color: #7b8799; font-size: 9px; }
.chat-body { min-height: 330px; padding: 24px 20px; background: linear-gradient(180deg,#f8faff,#fff); }
.user-message { max-width: 78%; margin-left: auto; padding: 13px 15px; color: #fff; background: #0969ef; border-radius: 14px 14px 4px 14px; font-size: 11px; line-height: 1.5; }
.assistant-message { max-width: 88%; margin-top: 18px; padding: 17px; border: 1px solid #dfe6f0; border-radius: 5px 15px 15px 15px; background: #fff; box-shadow: 0 8px 20px rgba(45,72,114,.06); }.assistant-title { display: flex; align-items: center; gap: 6px; margin-bottom: 11px; color: var(--blue); font-size: 10px; font-weight: 800; }.assistant-message > strong { font-size: 12px; }.assistant-message > p { margin: 7px 0 13px; color: #657187; font-size: 10px; line-height: 1.5; }.answer-item { display: flex; gap: 9px; align-items: flex-start; padding: 10px; background: #f4f7fc; border-radius: 9px; }.answer-item > span { display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; color: #fff; background: var(--orange); border-radius: 50%; font-size: 9px; }.answer-item b,.answer-item small { display: block; }.answer-item b { font-size: 10px; }.answer-item small { margin-top: 3px; color: #6d7890; font-size: 8px; line-height: 1.4; }.assistant-message button { margin-top: 12px; padding: 0; border: 0; color: var(--blue); background: none; font-size: 9px; font-weight: 750; }
.chat-input { display: flex; align-items: center; height: 54px; margin: 0 14px 14px; padding: 0 13px; color: #8a94a5; border: 1px solid #dfe5ee; border-radius: 12px; background: #fff; font-size: 10px; }.chat-input span { display: grid; place-items: center; margin-left: auto; width: 28px; height: 28px; color: #fff; background: var(--blue); border-radius: 8px; font-size: 15px; }

.comparison-section { background: #fff; }
.comparison-table { max-width: 920px; margin: 0 auto; overflow: hidden; border: 1px solid #dce4ef; border-radius: 20px; box-shadow: 0 22px 60px rgba(43,76,124,.08); }
.comparison-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #e4e9f1; }.comparison-row:last-child { border: 0; }.comparison-row > div { display: flex; align-items: center; gap: 12px; min-height: 65px; padding: 15px 25px; color: #59667b; font-size: 14px; }.comparison-row > div + div { border-left: 1px solid #e4e9f1; color: #1c2a43; background: #f9fbff; }
.comparison-head > div { color: #8792a4; background: #f5f7fa; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .08em; }.comparison-head > div + div { color: var(--blue); background: #edf4ff; }
.yes,.no { display: grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; border-radius: 50%; font-weight: 800; }.yes { color: #08a96e; background: #e6f9f0; }.no { color: #ed6471; background: #ffedef; }

.faq-section { background: #f7faff; }
.faq-grid { display: grid; grid-template-columns: 35% 65%; gap: 85px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }.faq-heading h2 { font-size: 42px; }.faq-heading p { margin: 0 0 28px; color: var(--muted); line-height: 1.65; }
.accordion { border-top: 1px solid #dce3ed; }
.faq-item { border-bottom: 1px solid #dce3ed; }
.faq-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 5px; border: 0; background: none; text-align: left; cursor: pointer; font-size: 16px; font-weight: 720; }
.faq-item button i { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: #e8eef7; transition: transform .25s, background .25s; }.faq-item button i::before,.faq-item button i::after { content: ""; position: absolute; left: 8px; top: 13px; width: 12px; height: 2px; border-radius: 2px; background: #526079; }.faq-item button i::after { transform: rotate(90deg); transition: opacity .2s; }.faq-item.open button i { transform: rotate(180deg); background: #dfebff; }.faq-item.open button i::after { opacity: 0; }
.faq-answer p { max-width: 720px; margin: -7px 45px 24px 5px; color: #647188; font-size: 14px; line-height: 1.75; }

.final-cta { position: relative; padding: 105px 0; overflow: hidden; color: #fff; background: linear-gradient(135deg, #075ee9, #076ef9 48%, #4659eb); }
.cta-glow { position: absolute; width: 700px; height: 700px; top: -380px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.02); }
.cta-inner { position: relative; z-index: 2; text-align: center; }.cta-inner > img { margin: 0 auto 23px; border-radius: 20px; box-shadow: 0 15px 32px rgba(0,25,100,.3); }.cta-inner .kicker { color: #dce9ff; }.final-cta h2 { margin-inline: auto; max-width: 790px; }.final-cta h2 span { color: #cfe0ff; }.cta-inner > p { margin: 0 auto; color: #dce8ff; font-size: 17px; }.cta-actions { display: flex; justify-content: center; gap: 13px; margin-top: 32px; }.button-white { color: #0862e8; background: #fff; box-shadow: 0 15px 32px rgba(0,38,130,.2); }.button-dark-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }.button-dark-ghost:hover { background: rgba(255,255,255,.15); }.cta-inner > small { display: block; margin-top: 18px; color: #bfd5fb; font-size: 11px; }

.site-footer { padding: 68px 0 26px; background: #071229; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 55px; }.footer-brand .brand { color: #fff; }.footer-brand p { max-width: 260px; color: #8fa0bd; line-height: 1.6; font-size: 13px; }.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-size: 13px; }.footer-links strong { margin-bottom: 4px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }.footer-links a,.footer-links span { color: #8fa0bd; }.footer-links a:hover { color: #fff; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #71819c; border-top: 1px solid #1a2944; font-size: 11px; }

[x-cloak] { display: none !important; }
.reveal { animation: rise .75s ease-out both; }.reveal-delay { animation-delay: .14s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

@media (max-width: 1180px) {
  .hero { min-height: auto; }.hero-grid { grid-template-columns: minmax(0, 44%) minmax(0, 56%); gap: 34px; }.hero-product { width: 100%; }.hero h1 { font-size: 58px; }.trust-points { grid-template-columns: 1fr; gap: 12px; }.trust-point small { display: none; }
  .benefit-grid { grid-template-columns: repeat(3,1fr); }.benefit-grid article:nth-child(3) { border-right: 0; }.benefit-grid article:nth-child(n+4) { border-top: 1px solid #e3e9f2; }
  .ai-card { padding: 60px; gap: 45px; }
}

@media (max-width: 920px) {
  .desktop-nav,.desktop-only { display: none; }.menu-button { display: flex; }.mobile-nav { position: absolute; top: 68px; left: 24px; right: 24px; display: grid; gap: 2px; padding: 15px; background: rgba(255,255,255,.97); border: 1px solid #dfe6f0; border-radius: 16px; box-shadow: 0 24px 55px rgba(28,58,103,.18); backdrop-filter: blur(18px); }.mobile-nav > a { padding: 12px; border-radius: 9px; font-weight: 650; }.mobile-nav > a:hover { color: var(--blue); background: #eff5ff; }.mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 9px; }
  .hero { padding-top: 125px; }.hero-grid { grid-template-columns: 1fr; text-align: center; }.hero-copy { max-width: 700px; margin: auto; }.hero h1,.hero-lead { margin-inline: auto; }.trust-points { grid-template-columns: repeat(3,1fr); text-align: left; }.trust-point small { display: block; }.hero-actions,.compatibility { justify-content: center; }.hero-product { width: 95%; max-width: 800px; margin: 45px auto 0; transform: rotate(-1deg); }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }.benefit-grid article,.benefit-grid article:first-child,.benefit-grid article:last-child { padding: 28px; border: 0; border-bottom: 1px solid #e3e9f2; }.benefit-grid article:nth-child(odd) { border-right: 1px solid #e3e9f2; }.benefit-grid article:last-child { grid-column: 1/-1; }
  .section { padding: 90px 0; }.steps-grid { gap: 14px; }.step-card { padding: 27px; }.step-card.emphasized { transform: none; }
  .showcase-grid,.privacy-grid { grid-template-columns: 1fr; }.showcase-copy { max-width: 670px; }.showcase-frame { margin-top: 10px; }.screen-wrap { min-height: 0; transform: none; }.privacy-visual { order: 2; }.privacy-copy { order: 1; }
  .feature-cards { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .feature-card:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 330px; }
  .feature-card:nth-child(1), .feature-card:nth-child(5) { grid-column: span 2; }
  .ai-card { grid-template-columns: 1fr; }.ai-copy { max-width: 700px; }.chat-preview { max-width: 620px; transform: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }.faq-heading { position: static; max-width: 650px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-links:last-child { display: none; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px), var(--container)); }.site-header { padding: 9px 0; }.brand { font-size: 20px; }.brand img { width: 37px; height: 37px; }
  .hero { padding: 105px 0 65px; }.hero h1 { font-size: 48px; }.hero-lead { font-size: 16px; }.trust-points { grid-template-columns: 1fr; max-width: 330px; margin-inline: auto; }.trust-point small { display: block; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.compatibility { flex-wrap: wrap; }.hero-product { width: 100%; margin: 40px auto 0; }.floating-card { display: none; }.window-bar { height: 27px; }.app-window img { padding-top: 16px; }.traffic-lights span { width: 7px; height: 7px; }.window-title,.version-pill { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }.benefit-grid article,.benefit-grid article:nth-child(odd),.benefit-grid article:last-child { grid-column: auto; border-right: 0; padding: 25px 4px; }.benefit-grid article:last-child { border-bottom: 0; }
  .section { padding: 76px 0; }.section h2,.showcase-copy h2,.privacy-copy h2 { font-size: 40px; }.section-heading { margin-bottom: 38px; }.section-heading p,.showcase-copy > p,.privacy-copy > p { font-size: 15px; }
  .steps-grid { grid-template-columns: 1fr; }.step-card { min-height: auto; }.step-number { font-size: 42px; }
  .showcase-grid { gap: 35px; }.frame-tabs { position: static; width: max-content; margin: 0 0 13px auto; }.showcase-frame { padding-top: 0; }.screen-wrap { border-radius: 12px; }
  .feature-cards { grid-template-columns: 1fr; }.feature-card:nth-child(n) { grid-column: auto; grid-row: auto; min-height: 315px; }.feature-card { padding: 27px; }.code-lines { display: none; }
  .privacy-grid { gap: 15px; }.privacy-visual { min-height: 390px; }.shield-main { width: 180px; height: 180px; }.shield-main svg { width: 95px; height: 95px; }.shield-glow { width: 330px; height: 330px; }.privacy-chip { font-size: 10px; padding: 9px 11px; }.chip-one { left: 0; }.chip-two { right: 0; }.chip-three { left: 4%; }
  .ai-card { width: calc(100% - 20px); padding: 42px 24px; border-radius: 24px; gap: 38px; }.ai-card h2 { font-size: 39px; }.ai-copy ul { grid-template-columns: 1fr; }.chat-body { min-height: 300px; padding: 18px 13px; }.assistant-message { max-width: 96%; }
  .comparison-row > div { min-height: 74px; padding: 12px; font-size: 11px; }.comparison-head > div { font-size: 8px; }
  .faq-heading h2 { font-size: 38px; }.faq-item > button { font-size: 14px; }.faq-answer p { margin-right: 15px; }
  .final-cta { padding: 80px 0; }.final-cta h2 { font-size: 43px; }.cta-actions { flex-direction: column; }.cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-actions { grid-template-columns: 1fr; }
}

/* Simplified showcase-first hero */
.hero {
  min-height: 720px;
  padding: 138px 0 84px;
}
.hero-grid {
  grid-template-columns: minmax(0, 39%) minmax(0, 61%);
  gap: 68px;
}
.hero-copy {
  align-self: center;
}
.hero h1 {
  max-width: 520px;
  font-size: clamp(52px, 4.7vw, 70px);
  line-height: 1.01;
}
.hero-lead {
  max-width: 515px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.65;
}
.hero-actions {
  margin-top: 29px;
}
.hero-product {
  align-self: center;
}
.product-caption {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 13px 10px;
  color: #63718a;
  font-size: 11px;
  font-weight: 700;
}
.product-caption span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18bd7b;
  box-shadow: 0 0 0 5px rgba(24,189,123,.1);
}
.app-window {
  border-radius: 24px;
  box-shadow: 0 38px 85px rgba(40,86,155,.2), 0 8px 22px rgba(25,55,100,.07);
}
.app-window img {
  padding-top: 0;
}
.orbit-one {
  width: 680px;
  height: 680px;
  left: 80px;
  top: -70px;
  opacity: .75;
}

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: minmax(0, 41%) minmax(0, 59%); gap: 38px; }
  .hero h1 { font-size: 56px; }
}
@media (max-width: 920px) {
  .hero { padding-top: 118px; }
  .hero-grid { grid-template-columns: 1fr; gap: 12px; }
  .hero-copy { max-width: 660px; }
  .hero-product { margin-top: 42px; }
  .product-caption { justify-content: center; margin-left: 0; }
}
@media (max-width: 640px) {
  .hero { padding: 105px 0 62px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 15px; }
  .hero-product { margin-top: 34px; }
  .app-window { border-radius: 15px; }
}

/* Stronger primary hero action */
.hero-actions {
  align-items: center;
  gap: 20px;
}
.hero-download {
  min-width: 300px;
  min-height: 68px;
  justify-content: flex-start;
  padding: 8px 14px 8px 10px;
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(0, 93, 245, .28);
}
.hero-download:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(0, 93, 245, .36);
}
.download-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,.16);
}
.download-icon svg { width: 23px; height: 23px; }
.download-copy { text-align: left; line-height: 1.1; }
.download-copy strong, .download-copy small { display: block; }
.download-copy strong { font-size: 16px; }
.download-copy small { margin-top: 6px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 600; }
.download-arrow { margin-left: auto; padding: 0 4px; font-size: 20px; transition: transform .2s; }
.hero-download:hover .download-arrow { transform: translateX(4px); }
.hero-source-link { display: inline-flex; align-items: center; gap: 9px; color: #25344f; font-size: 14px; font-weight: 750; }
.hero-source-link svg { width: 21px; height: 21px; fill: currentColor; stroke: none; }
.hero-source-link:hover { color: var(--blue); }
.hero-assurance { display: flex; align-items: center; gap: 10px; margin-top: 17px; color: #738097; font-size: 11px; }
.hero-assurance span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: #0eae70; background: #e6f8f0; font-size: 9px; font-weight: 800; }
.hero-assurance i { width: 3px; height: 3px; border-radius: 50%; background: #a8b3c4; }

@media (max-width: 640px) {
  .hero-actions { align-items: stretch; gap: 16px; }
  .hero-download { width: 100%; min-width: 0; }
  .hero-source-link { justify-content: center; padding: 8px; }
  .hero-assurance { justify-content: center; flex-wrap: wrap; }
}
