:root {
  --bg: #07111f;
  --bg-deep: #050b14;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(109, 202, 255, 0.27);
  --text: #f7fbff;
  --muted: #9fb0c5;
  --muted-strong: #c5d0dc;
  --blue: #1e95ff;
  --blue-light: #79cbff;
  --cyan: #52d8e8;
  --green: #49e3b2;
  --ink: #0f1a2e;
  --radius: 28px;
  --shadow: 0 26px 80px rgba(0, 8, 24, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Outfit, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .brand, [dir="rtl"] .button, [dir="rtl"] .platforms, [dir="rtl"] .language-links { direction: rtl; }
[dir="rtl"] .product-bullets li::before, [dir="rtl"] .plan-list li::before { margin-right: 0; margin-left: 9px; }
[dir="rtl"] .comparison-table { text-align: right; }
[dir="rtl"] body { text-align: right; }
[dir="rtl"] .brand, [dir="rtl"] .button, [dir="rtl"] .platforms, [dir="rtl"] .hero-actions, [dir="rtl"] .desktop-nav, [dir="rtl"] .header-actions, [dir="rtl"] .language-links { flex-direction: row-reverse; }
[dir="rtl"] .desktop-nav { direction: rtl; }
[dir="rtl"] .mobile-nav, [dir="rtl"] .comparison-table { text-align: right; }
[dir="rtl"] .section-heading.centered, [dir="rtl"] .final-card { text-align: center; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background: radial-gradient(900px 520px at 10% -10%, rgba(30, 149, 255, .17), transparent 65%), radial-gradient(760px 460px at 100% 8%, rgba(82, 216, 232, .1), transparent 70%), linear-gradient(180deg, #07111f, #0b1627 45%, #07111f); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 14px; color: #07111f; background: #fff; border-radius: 10px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 94px 0; }
.section-alt { border-block: 1px solid var(--line); background: rgba(15, 26, 46, .35); }
.section-kicker { margin: 0; color: var(--blue-light); font-size: 12px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .split-copy h2, .final-copy h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.043em; }
.section-heading > p:last-child, .split-copy > p:not(.section-kicker) { margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.button { min-height: 50px; padding: 13px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 13px; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, #219cff, #0c75dc); box-shadow: 0 12px 35px rgba(30, 149, 255, .27), inset 0 1px 0 rgba(255, 255, 255, .25); }
.button-primary:hover { background: linear-gradient(135deg, #43afff, #1685ed); }
.button-secondary { border-color: var(--line); background: rgba(255, 255, 255, .045); }
.button-secondary:hover { border-color: rgba(121, 203, 255, .4); background: rgba(255, 255, 255, .08); }
.button-light { color: #09213a; background: #fff; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(7, 17, 31, .82); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.topbar { min-height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.brand-mark { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-content: center; border-radius: 16px; background: linear-gradient(135deg, #49b1ff, #0d78db); box-shadow: 0 0 0 1px rgba(255,255,255,.06), 0 10px 40px rgba(30,149,255,.15); }
.brand-mark svg { display: block; opacity: .95; }
.brand strong { color: rgba(255,255,255,.9); font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 26px; }
.desktop-nav a { color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.mobile-menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .04); cursor: pointer; }
.mobile-menu-button span, .mobile-menu-button::before, .mobile-menu-button::after { content: ""; width: 18px; height: 2px; margin: 4px auto; display: block; background: #fff; border-radius: 4px; transition: transform .2s, opacity .2s; }
.mobile-menu-button[aria-expanded="true"] span { opacity: 0; }
.mobile-menu-button[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.mobile-menu-button[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; padding: 74px 0 70px; }
.hero::after { content: ""; position: absolute; width: 680px; height: 680px; right: -390px; top: -270px; border: 1px solid rgba(121, 203, 255, .1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(121, 203, 255, .025), 0 0 0 180px rgba(121, 203, 255, .018); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); align-items: center; gap: clamp(50px, 7vw, 96px); }
.eyebrow { width: fit-content; margin: 0 0 20px; padding: 8px 12px; display: inline-flex; align-items: center; gap: 8px; color: var(--muted-strong); border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .035); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.eyebrow i { width: 8px; height: 8px; display: inline-block; background: var(--green); border-radius: 50%; box-shadow: 0 0 14px rgba(73, 227, 178, .8); }
h1 { max-width: 720px; margin: 0; font-size: clamp(50px, 6.2vw, 78px); line-height: .94; letter-spacing: -.058em; }
h1 span { display: block; color: var(--blue-light); }
.hero-lead { max-width: 690px; margin: 25px 0 0; color: var(--muted-strong); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.platforms { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.platforms > span:first-child { margin-right: 3px; color: #71859a; font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.platforms a, .platforms span:not(:first-child) { padding: 7px 11px; color: var(--muted-strong); border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .035); font-size: 11px; text-decoration: none; }
.hero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 11px; }
.hero-reassurance { margin: 14px 0 0; color: #71859a; font-size: 13px; }
.hero-reassurance strong { color: #d9e5ef; }
.micro-flow { max-width: 530px; margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.micro-flow div { padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .035); }
.micro-flow strong { display: block; font-size: 13px; }
.micro-flow span { margin-top: 3px; display: block; color: #72869b; font-size: 10px; }

.product-card { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 31px; background: linear-gradient(155deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)); box-shadow: var(--shadow); }
.product-card::before { content: ""; position: absolute; inset: -30px; z-index: -1; background: radial-gradient(circle, rgba(30, 149, 255, .16), transparent 66%); filter: blur(24px); }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.product-top p { margin: 0; }
.product-top .label { color: #71859a; font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.product-top .shortcut { margin-top: 5px; font-size: 14px; font-weight: 700; }
.wave { height: 34px; display: flex; align-items: center; gap: 4px; }
.wave i { width: 4px; height: 11px; background: var(--blue-light); border-radius: 5px; animation: wave 1.1s ease-in-out infinite; }
.wave i:nth-child(2), .wave i:nth-child(6) { animation-delay: -.2s; }
.wave i:nth-child(3), .wave i:nth-child(5) { animation-delay: -.4s; }
.wave i:nth-child(4) { animation-delay: -.6s; }
@keyframes wave { 0%, 100% { height: 9px; opacity: .45; } 50% { height: 31px; opacity: 1; } }
.app-window { margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: rgba(3, 9, 17, .76); }
.window-bar { padding: 12px 15px; display: flex; align-items: center; gap: 7px; color: #72869b; border-bottom: 1px solid var(--line); font-size: 11px; }
.window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #ff5f56; }
.window-bar i:nth-child(2) { background: #ffbd2e; }
.window-bar i:nth-child(3) { background: #27c93f; }
.window-bar span { margin-left: 5px; }
.window-body { padding: 20px; }
.window-body label { display: block; color: #71859a; font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.window-body p { margin: 8px 0 0; color: var(--muted); line-height: 1.55; }
.window-body hr { height: 1px; margin: 18px 0; border: 0; background: linear-gradient(90deg, transparent, rgba(121, 203, 255, .4), transparent); }
.window-body .result-label { color: var(--blue-light); }
.window-body .result { color: #fff; }
.product-bullets { margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; list-style: none; }
.product-bullets li { display: flex; gap: 8px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.product-bullets li::before { content: "•"; color: var(--blue-light); }

.fact-strip { border-block: 1px solid var(--line); background: rgba(15, 26, 46, .52); }
.facts { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.fact { padding: 20px; display: flex; align-items: center; gap: 13px; border-left: 1px solid var(--line); }
.fact:first-child { border-left: 0; }
.fact strong { color: var(--blue-light); font-size: 23px; letter-spacing: -.04em; }
.fact span { color: var(--muted); font-size: 12px; line-height: 1.4; }

.pain-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.info-card { min-height: 230px; padding: 27px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035); }
.info-card::after { content: attr(data-number); position: absolute; right: 20px; top: 12px; color: rgba(255, 255, 255, .035); font-size: 72px; font-weight: 800; }
.info-card .tag { margin: 0; color: var(--blue-light); font-size: 10px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.info-card h3 { max-width: 420px; margin: 38px 0 0; font-size: 22px; letter-spacing: -.025em; }
.info-card > p:last-child { max-width: 500px; margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.ai-card { padding: 42px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 48px; border: 1px solid var(--line-strong); border-radius: 31px; background: linear-gradient(135deg, rgba(30, 149, 255, .12), rgba(5, 11, 20, .75)); box-shadow: var(--shadow); }
.ai-card h2 { margin: 12px 0 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.04; letter-spacing: -.04em; }
.ai-card .ai-copy { margin: 17px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.code-card { padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: rgba(0, 0, 0, .27); font-family: "SFMono-Regular", Consolas, monospace; font-size: 13px; line-height: 1.65; }
.code-card .code-label { margin: 0; color: #667b91; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.code-card .code-spoken { margin: 9px 0 0; color: #a8b9ca; }
.code-card hr { height: 1px; margin: 17px 0; border: 0; background: var(--line); }
.code-card .code-result { margin: 0; color: var(--green); }

.feature-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.feature { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.feature:nth-child(1) { grid-column: span 7; background: linear-gradient(140deg, rgba(30, 149, 255, .11), var(--panel)); }
.feature:nth-child(2) { grid-column: span 5; border-color: var(--line-strong); }
.feature:nth-child(n+3) { grid-column: span 4; }
.feature h3 { margin: 0; font-size: 19px; }
.feature p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.feature-steps { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.feature-steps div { padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: rgba(0, 0, 0, .14); }
.feature-steps span { display: block; color: #71859a; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.feature-steps strong { margin-top: 4px; display: block; font-size: 12px; }

.demo-controls { margin: 28px 0 20px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.demo-pill { padding: 9px 14px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .03); font-size: 12px; font-weight: 700; cursor: pointer; }
.demo-pill.active { color: #07111f; background: var(--blue-light); border-color: var(--blue-light); }
.demo-frame { width: min(440px, 100%); margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #000; box-shadow: var(--shadow); }
.demo-frame video { width: 100%; }

.proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: start; }
.quote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-grid figure, .privacy-card { margin: 0; padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: var(--panel); }
.quote-grid blockquote { margin: 0; font-size: 18px; line-height: 1.55; }
.quote-grid figcaption { margin-top: 18px; color: var(--muted); font-size: 12px; }
.privacy-card { grid-column: 1 / -1; border-color: var(--line-strong); background: rgba(30, 149, 255, .07); }
.privacy-card p { margin: 0; color: var(--muted-strong); font-size: 14px; line-height: 1.65; }
.privacy-card strong { color: #fff; }

.steps { margin-top: 40px; overflow: hidden; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.step { min-height: 235px; padding: 30px; border-left: 1px solid var(--line); }
.step:first-child { border-left: 0; }
.step .number { color: #6f8499; font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.step h3 { margin: 42px 0 0; font-size: 21px; }
.step p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.pricing-head { display: grid; grid-template-columns: 1fr minmax(300px, .6fr); align-items: end; gap: 40px; }
.pricing-note { color: var(--muted); line-height: 1.6; }
.pricing-note a { color: var(--blue-light); font-weight: 700; }
.pricing-grid { margin-top: 40px; display: grid; grid-template-columns: .8fr 1.15fr .9fr; gap: 18px; align-items: stretch; }
.price-card { padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 27px; background: var(--panel); }
.price-card.featured { position: relative; border-color: rgba(73, 227, 178, .4); background: linear-gradient(165deg, rgba(30, 149, 255, .17), rgba(73, 227, 178, .07), rgba(255, 255, 255, .035)); box-shadow: var(--shadow); }
.best-value { position: absolute; top: -13px; left: 27px; padding: 6px 11px; color: #062019; background: var(--green); border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.plan-name { color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.save-badge { width: fit-content; margin-top: 10px; padding: 6px 10px; color: var(--muted-strong); border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .06); font-size: 10px; font-weight: 700; }
.price { margin-top: 14px; display: flex; align-items: baseline; gap: 7px; }
.price strong { font-size: clamp(46px, 5vw, 67px); line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--muted); font-size: 13px; }
.billing { margin: 8px 0 0; color: #71859a; font-size: 11px; }
.plan-copy { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.plan-list { margin: 22px 0 28px; padding: 0; display: grid; gap: 12px; list-style: none; }
.plan-list li { display: flex; gap: 9px; color: var(--muted-strong); font-size: 12px; line-height: 1.45; }
.plan-list li::before { content: "✓"; color: var(--green); font-weight: 800; }
.price-card .button { margin-top: auto; width: 100%; }
.cancel-note { margin: 11px 0 0; color: #71859a; font-size: 10px; text-align: center; }

.comparison-wrap { margin-top: 35px; overflow-x: auto; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); box-shadow: var(--shadow); }
.comparison-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }
.comparison-table th, .comparison-table td { padding: 18px 22px; border-bottom: 1px solid rgba(255, 255, 255, .065); font-size: 12px; }
.comparison-table th { color: #71859a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.comparison-table th:nth-child(2) { color: var(--blue-light); font-size: 13px; }
.comparison-table td { color: var(--muted); }
.comparison-table td:first-child { color: #fff; font-weight: 700; }
.comparison-table td:nth-child(2) { color: #dcebf7; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-disclaimer { margin: 15px 0 0; color: #667b91; font-size: 10px; text-align: center; }

.faq-layout { display: grid; grid-template-columns: .52fr 1fr; gap: 54px; align-items: start; }
.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: var(--panel); }
.faq-list details { padding: 22px 24px; border-top: 1px solid var(--line); }
.faq-list details:first-child { border-top: 0; }
.faq-list details[open] { background: rgba(255, 255, 255, .022); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #6f8499; font-size: 20px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 13px 35px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.final-cta { padding: 0 0 92px; }
.final-card { min-height: 260px; padding: 48px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 38px; border: 1px solid rgba(121, 203, 255, .25); border-radius: 31px; background: linear-gradient(125deg, #0b2640, #075f73); box-shadow: 0 28px 80px rgba(2, 53, 79, .35); }
.final-copy p:last-child { margin: 16px 0 0; color: #c5d9e5; }

footer { border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { padding: 48px 0; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 35px; }
.footer-brand p { max-width: 280px; margin: 15px 0 0; color: #71859a; font-size: 12px; line-height: 1.6; }
.footer-column h3 { margin: 0 0 14px; color: #dbe7f1; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a { margin-top: 10px; display: block; color: #71859a; font-size: 12px; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-bottom { padding: 20px 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #5f7488; border-top: 1px solid var(--line); font-size: 11px; }
.language-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; }
.language-links a { color: #71859a; text-decoration: none; }
.language-links a[aria-current="page"] { color: var(--blue-light); }

@media (max-width: 980px) {
  .desktop-nav { gap: 16px; }
  .hero-grid, .ai-card, .proof-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .product-card { max-width: 650px; }
  .feature:nth-child(n) { grid-column: span 6; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  .shell { width: min(100% - 30px, 660px); }
  .section { padding: 72px 0; }
  .topbar { min-height: 66px; grid-template-columns: 1fr auto auto; gap: 10px; }
  .desktop-nav { display: none; }
  .header-actions .button { display: none; }
  .mobile-menu-button { display: block; }
  .mobile-nav.open { padding: 8px 15px 16px; display: grid; gap: 4px; border-top: 1px solid var(--line); }
  .mobile-nav a { padding: 11px 12px; color: var(--muted-strong); border-radius: 10px; text-decoration: none; }
  .mobile-nav .mobile-download { margin-top: 5px; color: #fff; background: var(--blue); text-align: center; }
  .hero { padding: 50px 0 52px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-lead { font-size: 17px; }
  .micro-flow { grid-template-columns: 1fr 1fr 1fr; }
  .product-card { padding: 18px; border-radius: 24px; }
  .product-bullets { grid-template-columns: 1fr; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .pain-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 210px; }
  .ai-card { padding: 28px 22px; gap: 28px; }
  .feature:nth-child(n) { grid-column: 1 / -1; min-height: 0; }
  .feature-steps { grid-template-columns: 1fr; }
  .quote-grid { grid-template-columns: 1fr; }
  .privacy-card { grid-column: 1; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 0; border-left: 0; border-top: 1px solid var(--line); }
  .step:first-child { border-top: 0; }
  .step h3 { margin-top: 24px; }
  .pricing-head { grid-template-columns: 1fr; gap: 22px; }
  .faq-layout { gap: 30px; }
  .final-card { padding: 34px 24px; grid-template-columns: 1fr; text-align: center; }
  .final-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .language-links { justify-content: flex-start; }
}

@media (max-width: 430px) {
  .brand strong { font-size: 18px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: 42px; }
  .hero-actions .button { width: 100%; }
  .micro-flow { gap: 6px; }
  .micro-flow div { padding: 11px 8px; }
  .micro-flow strong { font-size: 11px; }
  .micro-flow span { font-size: 9px; }
  .product-top .shortcut { font-size: 12px; }
  .fact { padding: 17px 13px; }
  .fact strong { font-size: 19px; }
  .fact span { font-size: 10px; }
  .section-heading h2, .split-copy h2, .final-copy h2 { font-size: 34px; }
  .info-card { padding: 23px; }
  .price-card { padding: 26px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-column:last-child { grid-column: 1; }
}

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