:root {
  --paper: #f3f4ef;
  --paper-deep: #e8e9e2;
  --ink: #101323;
  --muted: #63697a;
  --line: rgba(16, 19, 35, 0.13);
  --purple: #6258ed;
  --purple-soft: #dcd9ff;
  --lime: #caff70;
  --coral: #ff735e;
  --night: #101323;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.nav { width: min(1220px, calc(100% - 48px)); height: 82px; margin: auto; display: flex; align-items: center; gap: 38px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; font-weight: 800; letter-spacing: -.02em; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand small { color: #818696; font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--ink); color: var(--lime); font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.nav-links { display: flex; gap: 29px; margin-left: auto; }
.nav-links a { color: #676c7b; text-decoration: none; font-size: 13px; font-weight: 600; }
.nav-links a:hover { color: var(--ink); }
.nav-button { padding: 11px 17px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 800; }

.hero { width: min(1220px, calc(100% - 48px)); min-height: 720px; margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 64px; padding: 82px 0 94px; }
.eyebrow, .section-kicker { margin: 0; color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .115em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,115,94,.13); }
h1 { max-width: 650px; margin: 24px 0 25px; font-size: clamp(58px, 6.1vw, 91px); line-height: .91; letter-spacing: -.07em; font-weight: 820; }
h1 em { color: var(--purple); font-style: normal; }
.lead { max-width: 585px; margin: 0; color: #4f5566; font-size: 18px; line-height: 1.67; letter-spacing: -.01em; }
.actions { display: flex; align-items: center; gap: 24px; margin-top: 33px; }
.button { min-height: 52px; padding: 0 21px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; font: inherit; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--ink); color: white; box-shadow: 0 15px 30px rgba(16,19,35,.16); }
.primary span { color: var(--lime); }
.secondary { background: #e5e6e0; color: var(--ink); }
.text-button { display: flex; align-items: center; gap: 9px; color: #363b4a; text-decoration: none; font-size: 13px; font-weight: 750; }
.text-button span { color: var(--purple); }
.trust-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; color: #676d7d; font-size: 11px; font-weight: 650; }
.trust-row span::before { content: "✓"; margin-right: 6px; color: var(--purple); font-weight: 900; }
.compatibility { margin-top: 14px; color: #9296a1; font-size: 10px; }

.demo-shell { min-width: 0; border: 1px solid #24283c; border-radius: 22px; overflow: hidden; background: var(--night); color: white; box-shadow: 0 35px 80px rgba(31,30,70,.23), 12px 12px 0 var(--purple-soft); transform: rotate(1.2deg); }
.demo-titlebar { height: 50px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.09); color: #a5a9ba; font-size: 10px; }
.demo-titlebar strong { color: #e8e9f0; font-size: 11px; }
.traffic { color: #5e6374; letter-spacing: 3px; }
.native-pill { justify-self: end; padding: 5px 8px; border: 1px solid rgba(202,255,112,.25); border-radius: 20px; color: var(--lime); font-size: 8px; letter-spacing: .1em; }
.demo-body { padding: 29px; }
.demo-labels { display: grid; grid-template-columns: 1fr 1fr; margin: 0 5px 12px; color: #696f83; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.demo-labels span:last-child { text-align: right; }
.monitor-map { min-height: 274px; display: grid; grid-template-columns: 1.18fr 64px .82fr; align-items: center; transition: .2s ease; }
.monitor { position: relative; border: 3px solid #41475c; border-radius: 10px; padding: 5px; background: #090b14; box-shadow: 0 18px 30px rgba(0,0,0,.3); }
.monitor-bar { height: 30px; display: flex; align-items: center; justify-content: space-between; padding: 0 9px; border-bottom: 1px solid rgba(255,255,255,.08); color: #a5aabd; font-size: 8px; }
.monitor-bar span:last-child { color: #686e81; font-size: 6px; letter-spacing: .08em; }
.lane-grid, .desktop-grid { position: relative; aspect-ratio: 16/9; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(98,88,237,.32), transparent 48%), linear-gradient(135deg,#171a30,#0d101c); }
.lane-grid::before, .lane-grid::after { content:""; position:absolute; inset:0; background: linear-gradient(28deg, transparent 47%, rgba(202,255,112,.15) 48%, rgba(202,255,112,.15) 50%, transparent 51%); }
.lane-grid::after { transform: rotate(90deg); }
.desktop-grid { background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 16px 16px; }
.cursor, .outside-cursor { position: absolute; top: 47%; font-size: 20px; color: white; filter: drop-shadow(0 3px 4px #000); transform: rotate(180deg); z-index: 3; }
.cursor { left: 7px; }
.outside-cursor { right: 20px; }
.edge-label { position: absolute; left: 32px; top: calc(50% - 3px); color: var(--coral); font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.desktop-grid small { position: absolute; bottom: 12px; width: 100%; text-align: center; color: var(--coral); font-size: 8px; }
.stand { position: absolute; width: 30%; height: 12px; left: 35%; bottom: -15px; border-top: 9px solid #41475c; border-bottom: 3px solid #41475c; }
.escape-arrow { display: grid; place-items: center; color: var(--coral); z-index: 4; }
.escape-arrow span { font-size: 28px; }
.escape-arrow small { max-width: 50px; text-align: center; color: #9b7281; font-size: 7px; line-height: 1.2; }
.off-screen { position: absolute; inset: 5px; display: none; place-items: center; align-content: center; background: #0b0d17; text-align: center; }
.off-screen span { color: var(--lime); font-size: 24px; font-weight: 900; letter-spacing: .1em; }
.off-screen small { margin-top: 7px; color: #777e92; font-size: 8px; }
.demo-controls { margin-top: 20px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: rgba(255,255,255,.035); }
.demo-controls > div { display: flex; flex-direction: column; gap: 4px; }
.demo-controls > div span { color: #717789; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.demo-controls > div strong { color: #ff9a89; font-size: 11px; }
#demo-toggle { display: flex; align-items: center; gap: 10px; border: 0; background: transparent; color: #e8eaf0; cursor: pointer; font-size: 10px; }
.toggle-track { width: 38px; height: 22px; padding: 3px; border-radius: 20px; background: #3b4051; transition: .2s; }
.toggle-track i { display: block; width: 16px; height: 16px; border-radius: 50%; background: #a7adba; transition: .2s; }
.demo-hint { margin: 11px 0 0; color: #5f6577; text-align: right; font-size: 8px; }
.monitor-map.locked .spare-monitor { border-color: #2c3143; }
.monitor-map.locked .off-screen { display: grid; }
.monitor-map.locked .escape-arrow { color: var(--lime); }
.monitor-map.locked .escape-arrow span { font-size: 0; }
.monitor-map.locked .escape-arrow span::after { content: "×"; font-size: 28px; }
.monitor-map.locked .escape-arrow small { color: #788d6e; font-size: 0; }
.monitor-map.locked .escape-arrow small::after { content: "hard edge"; font-size: 7px; }
.demo-shell.locked .toggle-track { background: var(--lime); }
.demo-shell.locked .toggle-track i { transform: translateX(16px); background: #151922; }

.problem-band { padding: 95px max(24px, calc((100vw - 1220px)/2)); background: var(--night); color: white; }
.problem-intro { display: grid; grid-template-columns: .55fr 1fr; align-items: end; gap: 50px; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.11); }
.section-kicker.light { color: var(--lime); }
.problem-intro h2, .split-heading h2, .how h2, .pricing h2 { margin: 0; font-size: clamp(42px,5vw,66px); line-height: 1; letter-spacing: -.055em; }
.problem-intro h2 em { color: var(--coral); font-style: normal; }
.symptoms { display: grid; grid-template-columns: repeat(3,1fr); }
.symptoms article { padding: 40px 34px 0 0; }
.symptoms article+article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.11); }
.symptoms span { color: var(--coral); font-size: 10px; font-weight: 850; }
.symptoms strong { display: block; margin-top: 25px; font-size: 18px; }
.symptoms p { color: #9298aa; font-size: 13px; line-height: 1.65; }

.section, .pricing, footer { width: min(1120px, calc(100% - 48px)); margin: auto; }
.section { padding: 115px 0; }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 110px; align-items: end; margin-bottom: 55px; }
.split-heading .section-kicker { margin-bottom: 18px; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.workaround-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 18px; }
.workaround-grid > article { min-height: 410px; padding: 32px; border-radius: 20px; }
.workaround-grid > article > p { margin: 0 0 27px; font-size: 9px; font-weight: 850; letter-spacing: .14em; }
.old-way { border: 1px solid var(--line); background: #ebece6; color: #777c88; }
.old-way ul { margin: 0; padding: 0; list-style: none; }
.old-way li { padding: 20px 0; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.5; text-decoration: line-through; text-decoration-color: rgba(255,115,94,.65); }
.new-way { background: var(--purple); color: white; box-shadow: 10px 10px 0 var(--purple-soft); }
.new-way > p { color: var(--lime); }
.big-step { display: grid; grid-template-columns: 38px 1fr; gap: 3px 16px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.17); }
.big-step span { grid-row: 1/3; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 900; }
.big-step strong { font-size: 16px; }
.big-step small { color: #cac6ff; font-size: 11px; }

.how { display: grid; grid-template-columns: 1fr 1fr; gap: 105px; border-top: 1px solid var(--line); }
.how-copy > .section-kicker { margin-bottom: 18px; }
.how-copy > p:not(.section-kicker) { color: var(--muted); line-height: 1.75; }
.safety-card { margin-top: 32px; padding: 20px; display: grid; grid-template-columns: 84px 1fr; gap: 19px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.safety-card > span { height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--night); color: var(--lime); font: 700 13px ui-monospace,SFMono-Regular,Menlo,monospace; }
.safety-card strong { font-size: 13px; }
.safety-card p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.proof-list { border-top: 1px solid var(--line); }
.proof-list article { padding: 28px 0; display: grid; grid-template-columns: 34px 1fr; gap: 17px; border-bottom: 1px solid var(--line); }
.proof-list article > span { color: var(--purple); font-size: 10px; font-weight: 900; }
.proof-list strong { font-size: 15px; }
.proof-list p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.privacy-strip { padding: 52px max(24px, calc((100vw - 1120px)/2)); background: #ddded7; }
.privacy-strip > p { margin: 0 0 22px; font-size: 22px; font-weight: 820; letter-spacing: -.03em; }
.privacy-strip div { display: flex; flex-wrap: wrap; gap: 13px; }
.privacy-strip span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 100px; color: #555b6b; font-size: 11px; }

.pricing { padding: 110px 0; display: grid; grid-template-columns: 1fr 460px; gap: 100px; align-items: center; color: white; }
.pricing::before { content:""; position:absolute; left:0; right:0; z-index:-1; height:680px; background:var(--night); }
.pricing-copy > .section-kicker { margin-bottom: 18px; }
.pricing-copy > p:not(.section-kicker) { color: #a4a9b8; line-height: 1.7; }
.pricing ul { margin-top: 25px; padding: 0; list-style: none; color: #d4d7df; font-size: 13px; line-height: 2.05; }
.pricing li::before { content:"✓"; color:var(--lime); margin-right:10px; }
.price-card { padding: 29px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: #191d31; box-shadow: 12px 12px 0 rgba(98,88,237,.38); }
.plan-toggle { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 10px; background: #0c0f1c; }
.plan-toggle button { height: 42px; border: 0; border-radius: 8px; background: transparent; color: #858b9d; cursor: pointer; }
.plan-toggle button.active { background: #30354b; color: white; }
.plan-toggle span { color: var(--lime); font-size: 8px; }
.price { display: flex; align-items: end; gap: 8px; margin-top: 31px; }
.price strong { font-size: 54px; letter-spacing: -.055em; }
.price span { padding-bottom: 10px; color: #9298a9; }
.price-card > p { color: #9298a9; font-size: 12px; }
.price-card .primary { background: var(--lime); color: var(--ink); }
.price-card .primary span { color: var(--ink); }
.full { width: 100%; margin-top: 16px; }
.trust { display: flex; justify-content: space-between; margin-top: 16px; color: #777e91; font-size: 9px; }

.faq { padding-top: 120px; }
.split-heading.compact { grid-template-columns: 1fr; margin-bottom: 42px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.faq details { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.faq summary { font-size: 14px; font-weight: 780; cursor: pointer; }
.faq details p { color: var(--muted); font-size: 13px; line-height: 1.65; }
footer { padding: 55px 0 65px; display: grid; grid-template-columns: 1fr auto; gap: 22px; border-top: 1px solid var(--line); }
.footer-brand p, .disclaimer { color: #858a98; font-size: 10px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: #686e7d; text-decoration: none; font-size: 11px; }
.disclaimer { grid-column: 1/-1; max-width: 760px; line-height: 1.55; }

dialog { max-width: 520px; padding: 31px; border: 1px solid rgba(16,19,35,.18); border-radius: 20px; background: var(--paper); color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(10,12,22,.7); backdrop-filter: blur(6px); }
dialog h2 { margin: 13px 0; font-size: 33px; line-height: 1; letter-spacing: -.04em; }
dialog > p:not(.section-kicker) { color: var(--muted); line-height: 1.65; }
.dialog-close { position: absolute; right: 15px; top: 13px; border: 0; background: none; color: #7b8090; font-size: 26px; cursor: pointer; }
.dialog-actions { display: flex; gap: 10px; margin-top: 24px; }

@media (max-width: 900px) {
  .nav, .hero, .section, .pricing, footer { width: min(100% - 32px, 1120px); }
  .nav-links { display: none; }
  .nav-button { margin-left: auto; }
  .hero { grid-template-columns: 1fr; padding: 62px 0 80px; gap: 55px; }
  h1 { font-size: clamp(55px, 14vw, 82px); }
  .demo-shell { transform: none; }
  .problem-intro, .split-heading, .how, .pricing { grid-template-columns: 1fr; gap: 35px; }
  .problem-intro { align-items: start; }
  .workaround-grid { grid-template-columns: 1fr; }
  .pricing::before { height: 1040px; }
}

@media (max-width: 620px) {
  .actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 9px 13px; }
  .demo-body { padding: 18px; }
  .monitor-map { grid-template-columns: 1.05fr 35px .95fr; min-height: 210px; }
  .escape-arrow small { display: none; }
  .demo-controls { align-items: flex-start; flex-direction: column; }
  .problem-intro { padding-bottom: 35px; }
  .symptoms { grid-template-columns: 1fr; }
  .symptoms article, .symptoms article+article { padding: 27px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.11); }
  .workaround-grid > article { min-height: 0; padding: 25px; }
  .safety-card { grid-template-columns: 1fr; }
  .privacy-strip div { flex-direction: column; align-items: flex-start; }
  .price-card { padding: 21px; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
