/* ЛИНИЯ / adaptive static landing. All interface text and shapes are real HTML/CSS/SVG. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; background: var(--color-bg); color: var(--color-text); font: 16px/1.55 var(--font-body); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }
button, a, summary { touch-action: manipulation; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { font-size: clamp(44px,4.45vw,66px); letter-spacing: -.052em; font-weight: 700; }
h2 { font-size: clamp(32px,3.3vw,46px); letter-spacing: -.044em; }
h3 { font-size: 21px; letter-spacing: -.024em; line-height: 1.25; }
p { color: var(--color-muted); }
a, button, summary { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--color-accent); }
::selection { color: var(--color-bg); background: var(--color-accent); }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.icon { width: 24px; height: 24px; vertical-align: middle; }
.eyebrow { display: block; color: var(--color-accent); font-size: 11px; font-weight: 700; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--color-accent); color: var(--color-bg); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.button { min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius-button); display: inline-flex; align-items: center; justify-content: center; gap: 11px; font-size: 14px; font-weight: 700; line-height: 1.25; text-align: center; transition: background var(--transition), border-color var(--transition), box-shadow var(--transition), transform var(--transition); }
.button .icon { width: 21px; height: 21px; }
.button__arrow { margin-left: 12px; }
.button--primary { color: #11120a; background: var(--color-accent); box-shadow: 0 5px 22px #ffda2115, inset 0 1px #fff6; }
.button--secondary { color: var(--color-text); border-color: #57606a; background: #0b131dcc; }
.button--small { min-height: 44px; padding-inline: 16px; font-size: 12px; }
.button--small .button__arrow { display: none; }
.button:active { transform: translateY(1px); }
.button--primary:active { background: var(--color-accent-pressed); }
.button:disabled { opacity: .42; box-shadow: none; }
@media (hover:hover) { .button--primary:hover:not(:disabled) { background: var(--color-accent-hover); box-shadow: 0 7px 24px #ffda2129; } .button--secondary:hover:not(:disabled) { background: #1b2833; border-color: #9ca5ae; } }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 600; }
.text-link .icon { width: 19px; height: 19px; color: var(--color-accent); }
.text-link:hover { color: var(--color-accent); }
.site-header { position: relative; z-index: 30; height: var(--header-height); border-bottom: 1px solid #ffffff0d; background: #080f15ed; }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; position: relative; width: 172px; min-height: 49px; justify-content: center; }
.brand__logo { width: 164px; height: 47px; }
.brand__caption { color: var(--color-muted); font-size: 7px; letter-spacing: .12em; position: absolute; left: 79px; top: 39px; white-space: nowrap; }
.desktop-nav { display: flex; gap: 28px; align-items: center; }
.desktop-nav a { font-size: 12px; color: #bdc6d0; min-height: 44px; display: flex; align-items: center; transition: color var(--transition); }
.desktop-nav a:hover { color: var(--color-accent); }
.header__actions { display: flex; gap: 10px; align-items: center; }
.header__support { display: flex; align-items: center; gap: 8px; margin-right: 12px; font-size: 12px; color: var(--color-muted); }
.header__support .icon { width: 18px; }
.header__max { flex-shrink: 0; }
.header__max--mobile { display: none; }
.mobile-menu { display: none; }
.hero { position: relative; min-height: 608px; isolation: isolate; overflow: hidden; }
.hero__inner { min-height: 608px; position: relative; padding-top: 70px; padding-bottom: 62px; }
.hero__scene { position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.hero__city { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .76; }
.hero__scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,#080f15 0%,#080f15e0 25%,#080f15a6 39%,transparent 65%),linear-gradient(0deg,#080f15 0%,transparent 26%); }
.hero__car { position: absolute; bottom: 89px; right: max(12px,calc((100vw - 1400px)/2)); width: min(51.5vw,740px); z-index: 2; filter: drop-shadow(0 26px 10px #020508a6); }
.hero__car img { width: 100%; height: auto; }
.hero__halo { position: absolute; right: -20px; bottom: 55px; width: 750px; height: 190px; border-radius: 50%; background: radial-gradient(ellipse,#e0b70013 0%,transparent 68%); transform: rotate(-13deg); }
.hero__ground { position: absolute; width: 68%; bottom: 79px; right: -6%; height: 1px; background: linear-gradient(90deg,transparent,#ffda2180,transparent); transform: rotate(-11deg); opacity: .55; }
.hero__copy { position: relative; z-index: 5; }
.hero__eyebrow { display: flex; align-items: center; gap: 10px; color: #c4cdd6; margin-bottom: 27px; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent); box-shadow: 0 0 12px #ffda2155; }
.hero h1 { max-width: 745px; font-size: clamp(45px,4.35vw,64px); }
.hero h1 span { color: var(--color-accent); }
.hero__description { margin-top: 24px; font-size: 16px; line-height: 1.65; max-width: 490px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; max-width: 625px; }
.hero__actions .button--secondary { min-width: 170px; }
.hero__details { margin-top: 9px; color: #bbc5cf; font-size: 12px; }
.hero__caption { position: absolute; right: 0; bottom: 41px; color: #9aabbc; font-size: 9px; line-height: 1.75; letter-spacing: .17em; display: flex; gap: 12px; }
.hero__caption-line { width: 30px; height: 1px; background: var(--color-accent); margin-top: 7px; }
.summary { display: grid; grid-template-columns: .88fr 1.08fr .95fr 1.35fr; border: 1px solid var(--color-border); border-radius: 15px; padding: 28px 6px; background: linear-gradient(125deg,#101c25e6,#0b141bdd); position: relative; z-index: 3; }
.summary__item { padding: 0 27px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--color-border); min-width: 0; }
.summary__item:last-child { border-right: 0; }
.summary__item>.icon { width: 31px; height: 31px; color: var(--color-accent); }
.summary__item strong { display: block; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.summary__item strong small { font-size: 12px; letter-spacing: -.01em; }
.summary__item:last-child strong { font-size: 18px; }
.summary__item span { display: block; color: var(--color-muted); margin-top: 6px; font-size: 11px; line-height: 1.5; }
.summary__note { font-size: 11px; margin-top: 14px; color: #92a1af; line-height: 1.65; }
.section { padding-top: var(--space-section); }
.section-heading { display: flex; gap: 32px; justify-content: space-between; align-items: flex-end; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading>p { font-size: 14px; max-width: 430px; padding-bottom: 3px; }
.card { border: 1px solid var(--color-border); background: linear-gradient(135deg,#111e28,#0b141c); border-radius: var(--radius-card); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.benefit { padding: 28px; min-height: 260px; }
.benefit__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.icon-tile { width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: #ffda2109; border: 1px solid #ffda211c; color: var(--color-accent); }
.icon-tile .icon { width: 25px; height: 25px; }
.card-index { color: #52616f; font-size: 11px; letter-spacing: .08em; }
.benefit h3 { margin-bottom: 12px; }
.benefit p { font-size: 13px; line-height: 1.7; }
.section--conditions { position: relative; }
.section--conditions::before { content:''; position: absolute; inset: 70px 0 -24px; pointer-events: none; z-index: -1; background: radial-gradient(ellipse at 65% 60%,#ffda2104,transparent 65%); }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.6fr; gap: 22px; align-items: stretch; }
.rate-card { display: flex; flex-direction: column; padding: 36px; }
.rate-card__top { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 600; }
.rate-card__top .icon { color: var(--color-accent); }
.rate-card__value { color: var(--color-accent); font-weight: 700; font-size: 118px; line-height: 1; letter-spacing: -.09em; margin: 22px 0 8px; }
.rate-card__value span { font-size: 70px; margin-left: 6px; }
.rate-card h3 { font-size: 24px; }
.rate-card>p:not(.rate-card__value) { font-size: 14px; margin-top: 16px; line-height: 1.7; }
.rate-card__bottom { display: flex; gap: 10px; align-items: center; border-top: 1px solid var(--color-border); padding-top: 22px; margin-top: auto; padding-bottom: 2px; font-size: 12px; color: #bbc7d2; }
.rate-card__bottom .icon { color: var(--color-accent); width: 18px; }
.payout-card { padding: 32px 34px; border-color: #756922; background: linear-gradient(125deg,#1d211921,#0b141c 60%); box-shadow: inset 0 1px #ffda211c; }
.payout-card__heading { display: flex; align-items: center; gap: 16px; }
.payout-card__heading .eyebrow { font-size: 9px; color: #bcbf9d; margin-bottom: 7px; }
.payout-card__heading h3 { font-size: 25px; }
.payout-card>p { font-size: 13px; margin-top: 17px; max-width: 520px; }
.payout-card__numbers { display: grid; grid-template-columns: 1fr 1fr; margin-top: 25px; margin-bottom: 27px; max-width: 425px; }
.payout-card__numbers>div { padding-left: 28px; border-left: 1px solid #ffffff1a; }
.payout-card__numbers>div:first-child { padding-left: 0; border-left: 0; }
.payout-card__numbers strong { display: block; color: var(--color-text); font-size: 57px; line-height: 1.12; letter-spacing: -.06em; }
.payout-card__numbers strong span { font-size: 38px; }
.payout-card__numbers>div>span { font-size: 12px; color: var(--color-muted); }
.notice { display: flex; gap: 12px; align-items: flex-start; }
.notice .icon { width: 18px; height: 18px; margin-top: 1px; color: #cbb85a; }
.notice p { font-size: 11px; line-height: 1.7; }
.payout-details { margin-top: 22px; border-top: 1px solid #ffffff18; }
.payout-details summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; font-size: 13px; font-weight: 700; list-style: none; }
.payout-details summary::-webkit-details-marker { display: none; }
.payout-details summary .icon { width: 18px; height: 18px; transition: transform var(--transition); }
.payout-details[open] summary .icon { transform: rotate(180deg); }
.payout-details dl { margin: 4px 0 14px; }
.payout-details dl div { display: flex; align-items: baseline; gap: 20px; justify-content: space-between; padding: 10px 0; border-top: 1px solid #ffffff0d; font-size: 12px; }
.payout-details dt { color: var(--color-muted); }
.payout-details dd { margin: 0; flex-shrink: 0; font-weight: 700; }
.payout-details>p { font-size: 12px; padding-bottom: 4px; }
.zero-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 23px; padding: 2px 4px; }
.zero-strip span { font-size: 12px; color: var(--color-muted); display: flex; flex-wrap: wrap; gap: 4px; align-items: center; }
.zero-strip span::before { content:'✓'; color: var(--color-accent); margin-right: 6px; }
.zero-strip b { color: #d3dbe3; font-weight: 500; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.step { padding: 27px 28px; position: relative; }
.step__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.step__top>.icon { width: 30px; height: 30px; color: #778a9d; }
.step__number { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; border-radius: 50%; font-size: 12px; font-weight: 700; color: #0d151d; background: var(--color-accent); }
.step h3 { margin-bottom: 12px; }
.step p { font-size: 13px; line-height: 1.75; }
.step p strong { font-weight: 600; color: #e4e9ee; }
.step:not(:last-child)::after { content:'→'; display: flex; align-items: center; justify-content: center; position: absolute; top: 49px; right: -19px; width: 16px; height: 26px; background: var(--color-bg); color: #82919e; z-index: 2; }
.requirements { display: grid; grid-template-columns: 235px 1fr; gap: 14px 30px; border: 1px solid var(--color-border); border-radius: var(--radius-card); padding: 25px 28px; margin-top: 22px; }
.requirements__title { display: flex; align-items: center; gap: 14px; }
.requirements__title .icon { color: var(--color-accent); width: 28px; height: 28px; }
.requirements h3 { font-size: 18px; }
.requirements__items { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.requirements__items span { color: #d6e0e8; border: 1px solid var(--color-border); border-radius: 6px; padding: 6px 12px; font-size: 12px; }
.requirements>p { grid-column: 2; font-size: 11px; line-height: 1.7; max-width: 730px; }
.safety-note { display: flex; align-items: flex-start; gap: 12px; padding: 18px 3px 0; }
.safety-note .icon { width: 18px; height: 18px; color: #8c9bab; margin-top: 3px; }
.safety-note p { font-size: 11px; line-height: 1.8; }
.safety-note strong { font-weight: 500; color: #c6d0db; }
.faq-section { display: grid; grid-template-columns: .72fr 1.3fr; gap: 100px; }
.faq-intro .eyebrow { margin-bottom: 16px; }
.faq-intro p { max-width: 285px; margin-top: 22px; font-size: 14px; }
.faq-intro .text-link { margin-top: 17px; }
.faq-list { border-top: 1px solid var(--color-border); }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-item summary { min-height: 63px; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-weight: 500; font-size: 14px; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__plus { width: 22px; height: 22px; position: relative; flex-shrink: 0; }
.faq-item__plus::before, .faq-item__plus::after { content:''; width: 12px; height: 1px; position: absolute; left: 5px; top: 10px; background: #b0bcc6; transition: transform var(--transition); }
.faq-item__plus::after { transform: rotate(90deg); }
.faq-item[open] .faq-item__plus::after { transform: rotate(0); }
.faq-item[open] .faq-item__plus::before { background: var(--color-accent); }
.faq-item[open] summary { color: var(--color-accent); }
.faq-item__answer { padding: 0 24px 21px 0; }
.faq-item__answer p { font-size: 13px; line-height: 1.85; }
.connect-banner { position: relative; overflow: hidden; isolation: isolate; padding: 51px; display: grid; grid-template-columns: 1fr; border: 1px solid #625722; background: linear-gradient(120deg,#141e24,#0f1719 60%,#222210); border-radius: 22px; }
.connect-banner__copy { max-width: 720px; margin-inline: auto; text-align: center; }
.connect-banner__route { position: absolute; right: -30px; bottom: -15px; width: 105%; height: 170px; opacity: .35; z-index: -1; object-fit: cover; }
.connect-banner h2 { margin-top: 17px; font-size: 44px; }
.connect-banner h2 span { color: var(--color-accent); }
.connect-banner__copy>p { font-size: 14px; margin-top: 17px; line-height: 1.7; }
.connect-banner__actions { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 25px; }
.connect-banner__actions .button { padding-inline: 17px; font-size: 12px; }
.connect-banner__actions .button__arrow { display: none; }
.connect-banner__copy>p.connect-banner__support { margin-top: 19px; color: #92a1ad; font-size: 12px; line-height: 1.75; }
.site-footer { border-top: 1px solid #ffffff0d; margin-top: 78px; padding-bottom: 26px; }
.footer__top { display: flex; align-items: center; gap: 44px; padding-top: 30px; padding-bottom: 31px; }
.footer__top>p { font-size: 12px; padding-left: 29px; border-left: 1px solid var(--color-border); color: #d1dbe5; line-height: 1.5; }
.footer__top>p span { color: #8d9fac; }
.footer__contact { margin-left: auto; display: flex; gap: 25px; align-items: center; font-size: 12px; }
.footer__contact>a { display: flex; align-items: center; gap: 8px; min-height: 44px; }
.footer__contact .icon { width: 19px; height: 19px; color: var(--color-accent); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; color: #8c9bac; font-size: 10px; border-top: 1px solid #ffffff0d; padding-top: 19px; }
.footer__bottom nav { display: flex; gap: 23px; flex-wrap: wrap; }
.footer__bottom a { padding-block: 9px; }
.footer__bottom a:hover { color: var(--color-text); }
.mobile-cta { display: none; }
.contact-dialog { color: var(--color-text); background: #101b24; border: 1px solid #34444f; border-radius: 22px; width: min(480px,calc(100% - 32px)); padding: 38px 30px 30px; position: fixed; box-shadow: 0 30px 100px #000b; }
.contact-dialog::backdrop { background: #0009; backdrop-filter: blur(6px); }
.contact-dialog h2 { font-size: 31px; margin-top: 13px; }
.contact-dialog>p { margin-top: 17px; font-size: 14px; }
.contact-dialog__buttons { display: grid; gap: 12px; margin-top: 27px; }
.contact-dialog>p.microcopy { font-size: 12px; line-height: 1.7; margin-top: 20px; }
.icon-button { width: 42px; height: 42px; padding: 0; border: 1px solid #42515d; color: #d3dce5; background: #ffffff03; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.contact-dialog__close { position: absolute; right: 17px; top: 15px; }
.contact-dialog__close .icon { width: 19px; }
.contact-dialog__handle { display: none; }
.noscript-note { padding: 12px 24px; font-size: 12px; }
/* Document pages — placeholders are intentionally conspicuous until a release is prepared. */
.legal-main { max-width: 960px; padding-top: 52px; }
.legal-main>.eyebrow { margin-top: 35px; }
.legal-main h1 { margin-top: 16px; font-size: 50px; }
.legal-content { margin-top: 36px; }
.legal-content h2 { font-size: 25px; margin-top: 40px; margin-bottom: 17px; }
.legal-content p, .legal-content li { font-size: 15px; line-height: 1.9; color: #b8c4d0; }
.legal-content p { margin-bottom: 18px; }
.legal-content strong { color: #e9eef2; }
.draft-notice { background: #ffda2110; border: 1px solid #a28b28; padding: 21px; border-radius: 12px; color: #d9cb93; line-height: 1.8; margin-bottom: 27px; }
.draft-notice strong { display: block; color: var(--color-accent); }
.legal-data { margin-block: 25px; }
.legal-data div { display: grid; grid-template-columns: 220px 1fr; gap: 25px; padding: 13px 0; border-bottom: 1px solid var(--color-border); }
.legal-data dt { color: #8d9dac; font-size: 14px; }
.legal-data dd { margin: 0; overflow-wrap: anywhere; }
.legal-contact { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 23px; }
.error-page { padding-top: 110px; padding-bottom: 90px; }
.error-page h1 { margin-top: 22px; }
.error-page p { margin-block: 25px; }
/* Live UI kit: excluded from the upload folder. */
.kit-main { padding-top: 42px; padding-bottom: 80px; }
.kit-main>.eyebrow { margin-top: 36px; }
.kit-main h1 { margin-top: 20px; }
.kit-lead { margin-top: 22px; }
.kit-section { padding-top: 56px; }
.kit-section h2 { font-size: 26px; margin-bottom: 24px; }
.kit-section>p { font-size: 13px; margin-top: 20px; max-width: 1000px; }
.kit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.kit-sample { border: 1px solid var(--color-border); border-radius: 14px; min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; }
.kit-sample--light { background: #f2f4f6; }
.kit-sample--light code { color: #455260; }
code { font: 11px/1.4 monospace; color: #a2b2c2; }
.kit-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.kit-icons { display: grid; grid-template-columns: repeat(8,1fr); gap: 12px; }
.kit-icons>div { border: 1px solid var(--color-border); border-radius: 10px; padding: 22px 5px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.kit-icons .icon { color: var(--color-accent); width: 28px; height: 28px; }
.kit-swatches { display: grid; grid-template-columns: repeat(6,1fr); gap: 15px; }
.kit-swatches>div>span { display: block; border: 1px solid var(--color-border); height: 88px; border-radius: 12px; }
.kit-swatches b { display: block; margin-top: 12px; font-size: 12px; }
.kit-swatches code { display: block; margin-top: 8px; }
.kit-faq-sample { grid-column: span 2; padding: 20px; }
.kit-scene { position: relative; height: 450px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 18px; }
.kit-scene img:first-child { width: 100%; height: 100%; object-fit: cover; }
.kit-scene img:last-child { position: absolute; right: 6%; bottom: 40px; width: 60%; }
@media (min-width:1600px) { .hero__scene { max-width: 1920px; margin-inline: auto; } }
@media (max-width:1279px) {
 .container { width: calc(100% - 64px); }
 .desktop-nav { gap: 20px; }
 .header__actions { gap: 10px; }
 .header__support span { display: none; }
 .hero__inner, .hero { min-height: 590px; }
 .hero h1 { font-size: 54px; }
 .hero__car { width: 54vw; bottom: 76px; right: -45px; }
 .hero__description { font-size: 15px; }
 .summary__item { padding-inline: 19px; gap: 13px; }
 .summary__item strong { font-size: 21px; }
 .summary__item:last-child strong { font-size: 15px; }
 .summary__item>.icon { width: 26px; }
 .benefit { padding: 23px; }
 .benefit h3 { font-size: 19px; }
 .faq-section { gap: 65px; }
 .connect-banner { padding: 38px; gap: 35px; }
 .connect-banner h2 { font-size: 41px; }
 .header__support { display: none; }
}
@media (max-width:1023px) {
 :root { --space-section: 72px; --header-height: 75px; }
 .container { width: calc(100% - 48px); }
 .desktop-nav { gap: 17px; }
 .desktop-nav a { font-size: 11px; }
 .header__actions .button { padding-inline: 13px; }
 .header__actions .button .icon { display: none; }
 .header__max { padding-inline: 13px; }
 .header__max .icon { display: none; }
 .brand { width: 155px; }
 .brand__logo { width: 150px; }
 .brand__caption { left: 72px; top: 38px; font-size: 6px; }
 .header__inner { gap: 14px; }
 .hero__inner { padding-top: 55px; }
 .hero__car { bottom: 54px; width: 58vw; right: -50px; }
 .hero h1 { font-size: 47px; }
 .hero__description { font-size: 14px; max-width: 380px; }
 .hero__scene::after { background: linear-gradient(90deg,#080f15 0%,#080f15dd 30%,#080f1566 51%,transparent 70%),linear-gradient(0deg,#080f15,transparent 24%); }
 .summary { grid-template-columns: 1fr 1fr; padding: 0 24px; }
 .summary__item { padding: 24px 0; }
 .summary__item:nth-child(2) { border-right: 0; padding-left: 28px; }
 .summary__item:nth-child(3),.summary__item:nth-child(4) { border-top: 1px solid var(--color-border); }
 .summary__item:nth-child(4) { padding-left: 28px; }
 .summary__item strong { font-size: 24px; }
 .summary__item:last-child strong { font-size: 17px; }
 .summary__item strong small { font-size: 14px; }
 .benefits-grid { grid-template-columns: repeat(2,1fr); }
 .benefit { min-height: 230px; padding: 28px; }
 .section-heading { gap: 28px; }
 .section-heading>p { max-width: 300px; font-size: 13px; }
 .section-heading>p br { display: none; }
 .pricing-grid { grid-template-columns: .8fr 1.2fr; gap: 18px; }
 .rate-card { padding: 28px; }
 .rate-card__value { font-size: 98px; }
 .rate-card__value span { font-size: 55px; }
 .payout-card { padding: 25px; }
 .payout-card__heading .icon-tile { display: none; }
 .payout-card__heading h3 { font-size: 24px; }
 .rate-card__bottom { margin-top: 24px; }
 .zero-strip { grid-template-columns: repeat(2,1fr); gap: 16px; }
 .steps-grid { gap: 15px; }
 .step { padding: 23px; }
 .step h3 { font-size: 18px; }
 .step:not(:last-child)::after { right: -16px; }
 .requirements { grid-template-columns: 195px 1fr; gap: 14px 20px; padding: 23px; }
 .requirements__items { gap: 7px; }
 .requirements__items span { padding: 5px 7px; font-size: 10px; }
 .requirements h3 { font-size: 16px; }
 .faq-section { gap: 42px; grid-template-columns: .6fr 1fr; }
 .connect-banner { grid-template-columns: 1fr 1fr; gap: 30px; padding: 30px; }
 .connect-banner h2 { font-size: 36px; }
 .connect-banner__copy>p { font-size: 13px; }
 .footer__top { gap: 20px; }
 .footer__top>p { padding-left: 20px; }
 .kit-icons { grid-template-columns: repeat(5,1fr); }
}
@media (max-width:767px) {
 :root { --space-section: 64px; --header-height: 70px; }
 html { scroll-padding-top: 24px; }
 body { padding-bottom: calc(86px + env(safe-area-inset-bottom,0px)); }
 .container { width: calc(100% - 40px); }
 .header__inner { gap: 20px; }
 .brand { width: 149px; }
 .brand__logo { width: 145px; }
 .brand__caption { font-size: 6px; left: 70px; top: 37px; }
 .desktop-nav, .header__actions { display: none; }
 .header__max--mobile { display: inline-flex; margin-left: auto; padding-inline: 12px; }
 .mobile-menu { display: block; }
 .mobile-menu summary { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; list-style: none; border: 1px solid var(--color-border); border-radius: 9px; cursor: pointer; }
 .mobile-menu summary::-webkit-details-marker { display: none; }
 .mobile-menu nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 12px; background: #101c26; border: 1px solid #3a4a57; border-radius: 14px; box-shadow: 0 20px 40px #0008; }
 .mobile-menu nav a { display: flex; align-items: center; min-height: 48px; padding: 10px 14px; font-size: 14px; }
 .mobile-menu nav a:hover { color: var(--color-accent); }
 .hero { min-height: auto; overflow: hidden; }
 .hero__inner { min-height: auto; padding-top: 35px; padding-bottom: 297px; }
  .hero__eyebrow { margin-bottom: 22px; font-size: 10px; letter-spacing: .12em; }
 .hero h1 { font-size: clamp(33px,6.1vw,47px); line-height: 1.1; letter-spacing: -.045em; max-width: 640px; }
 .hero__description { font-size: 14px; margin-top: 21px; max-width: 390px; line-height: 1.65; }
 .hero__actions { margin-top: 24px; }
 .hero__actions .button { min-height: 52px; font-size: 13px; }
 .hero__actions .button--primary { width: auto; }
 .hero__details { margin-top: 5px; font-size: 11px; }
 .hero__scene { inset: auto 0 0; height: 335px; }
 .hero__city { object-position: 69% 90%; }
 .hero__scene::after { background: linear-gradient(180deg,#080f15 0%,#080f1580 10%,transparent 35%,#080f15 100%); }
 .hero__car { width: min(650px,98vw); right: 0; bottom: 40px; }
 .hero__halo { bottom: 12px; width: 500px; right: -110px; }
 .hero__ground { width: 110%; bottom: 41px; right: -20%; }
 .hero__caption { display: none; }
 .summary { padding: 0 19px; }
 .summary__item { padding: 22px 0; gap: 12px; }
 .summary__item:nth-child(even) { padding-left: 21px; }
 .summary__item strong { font-size: 23px; }
  .summary__item strong small { display: block; font-size: 12px; margin-top: 2px; }
  .summary__item span { font-size: 12px; margin-top: 5px; }
 .summary__item:nth-child(3) strong { font-size: 18px; }
 .summary__item:last-child strong { font-size: 15px; line-height: 1.3; }
 .summary__item>.icon { width: 25px; height: 25px; }
  .summary__note { font-size: 12px; margin-top: 12px; }
 .section-heading { display: block; margin-bottom: 26px; }
 .section-heading h2 { font-size: 35px; }
 .section-heading>p { margin-top: 18px; max-width: 460px; line-height: 1.75; }
 .section-heading .eyebrow { font-size: 10px; margin-bottom: 14px; }
 .benefits-grid { gap: 13px; }
 .benefit { min-height: 245px; padding: 22px; }
 .benefit__top { margin-bottom: 20px; }
 .benefit h3 { font-size: 19px; }
 .benefit p { font-size: 12px; }
 .pricing-grid { grid-template-columns: 1fr; gap: 16px; }
 .rate-card { padding: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
 .rate-card__top { grid-column: 1 / -1; }
 .rate-card__value { grid-row: 2 / span 2; font-size: 86px; margin-top: 20px; }
 .rate-card__value span { font-size: 51px; }
 .rate-card h3 { grid-column: 2; align-self: end; font-size: 18px; padding-top: 22px; }
  .rate-card>p:not(.rate-card__value) { grid-column: 2; font-size: 12px; line-height: 1.6; margin-top: 10px; }
  .rate-card__bottom { grid-column: 1 / -1; margin-top: 19px; padding-top: 17px; font-size: 12px; }
 .payout-card { padding: 28px; }
 .payout-card__heading .icon-tile { display: inline-flex; }
 .payout-card__heading h3 { font-size: 23px; }
 .payout-card__numbers { margin-block: 25px; }
 .payout-card__numbers strong { font-size: 61px; }
 .payout-card__numbers strong span { font-size: 40px; }
  .notice p { font-size: 12px; }
 .zero-strip { gap: 14px; margin-top: 20px; }
  .zero-strip span { font-size: 12px; }
 .steps-grid { grid-template-columns: 1fr; gap: 13px; }
 .step { padding: 25px; display: grid; grid-template-columns: 42px 1fr; gap: 0 18px; }
 .step__top { display: block; margin: 0; grid-row: span 2; }
 .step__top>.icon { display: none; }
 .step h3 { font-size: 19px; }
 .step p { font-size: 12px; }
 .step:not(:last-child)::after { display: none; }
 .requirements { display: block; padding: 24px; }
 .requirements__title { margin-bottom: 17px; }
 .requirements__title h3 { font-size: 18px; }
 .requirements__items { margin-bottom: 14px; gap: 7px; }
  .requirements__items span { font-size: 12px; }
  .requirements>p { font-size: 12px; }
 .safety-note { padding-top: 16px; gap: 10px; }
  .safety-note p { font-size: 12px; }
 .faq-section { display: block; }
 .faq-intro h2 { font-size: 35px; }
 .faq-intro h2 br { display: none; }
 .faq-intro p { max-width: 440px; margin-top: 16px; font-size: 13px; }
 .faq-intro .text-link { gap: 8px; font-size: 12px; margin-top: 4px; }
 .faq-list { margin-top: 22px; }
 .faq-item summary { font-size: 13px; min-height: 64px; }
 .faq-item__answer p { font-size: 12px; }
 .connect-banner { display: block; padding: 30px; border-radius: 18px; }
 .connect-banner__copy { margin-inline: 0; text-align: left; }
 .connect-banner h2 { font-size: 37px; }
 .connect-banner__copy>p { font-size: 13px; }
 .connect-banner__actions { display: grid; grid-template-columns: 1fr; }
 .connect-banner__actions .button { font-size: 13px; }
 .connect-banner__support { max-width: 380px; }
 .connect-banner__route { width: 250%; max-width: none; opacity: .2; }
 .site-footer { margin-top: 50px; padding-bottom: 20px; }
 .footer__top { flex-wrap: wrap; gap: 22px; padding-top: 23px; padding-bottom: 22px; }
  .footer__top>p { font-size: 11px; padding-left: 19px; }
 .footer__contact { margin-left: 0; width: 100%; gap: 25px; }
  .footer__bottom { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 11px; }
  .footer__bottom nav { gap: 9px 20px; font-size: 11px; }
 .mobile-cta { display: block; position: fixed; bottom: 0; left: 0; right: 0; padding: 13px 20px calc(13px + env(safe-area-inset-bottom,0px)); background: #0a131cee; border-top: 1px solid #ffffff12; backdrop-filter: blur(14px); z-index: 50; }
 .mobile-cta .button { width: 100%; min-height: 51px; justify-content: flex-start; padding-inline: 20px; }
 .mobile-cta .button__arrow { margin-left: auto; }
 .contact-dialog { margin: auto 0 0; width: 100%; max-width: none; border-radius: 23px 23px 0 0; padding: 43px 24px calc(27px + env(safe-area-inset-bottom,0px)); border-bottom: 0; }
 .contact-dialog h2 { font-size: 30px; }
 .contact-dialog__handle { display: block; position: absolute; top: 13px; left: calc(50% - 18px); width: 36px; height: 3px; background: #65737f; border-radius: 3px; }
 .contact-dialog__close { top: 22px; right: 21px; width: 34px; height: 34px; }
 .legal-main { padding-top: 27px; }
 .legal-main h1 { font-size: 36px; }
 .legal-content h2 { font-size: 24px; }
 .legal-content p, .legal-content li { font-size: 13px; }
 .legal-data div { grid-template-columns: 1fr; gap: 5px; }
 .legal-data dd { font-size: 13px; }
 .draft-notice { font-size: 13px; padding: 18px; }
 .error-page { padding-top: 72px; padding-bottom: 35px; }
 .error-page h1 { font-size: 42px; }
 .kit-main h1 { font-size: 37px; }
 .kit-grid { grid-template-columns: 1fr; }
 .kit-icons { grid-template-columns: repeat(3,1fr); }
 .kit-swatches { grid-template-columns: repeat(3,1fr); }
 .kit-faq-sample { grid-column: auto; }
 .kit-scene { height: 280px; }
 .kit-scene img:last-child { width: 90%; right: 0; }
}
@media (max-width:479px) {
 .hero__inner { padding-bottom: 242px; }
 .hero h1 { font-size: clamp(29px,7.68vw,36px); }
 .hero__description { font-size: 13px; }
 .desktop-break { display: none; }
 .hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
 .hero__actions .button--primary { width: 100%; }
 .hero__actions .button--secondary { width: 100%; }
 .hero__details { justify-content: center; width: 100%; }
 .hero__scene { height: 280px; }
 .hero__car { bottom: 34px; width: 103vw; right: -5px; }
 .hero__ground { bottom: 30px; }
 .summary { padding-inline: 15px; }
 .summary__item { align-items: flex-start; gap: 10px; }
 .summary__item>.icon { width: 22px; height: 22px; margin-top: 2px; }
 .summary__item strong { font-size: 22px; }
 .summary__item:nth-child(even) { padding-left: 16px; }
 .summary__item:last-child strong { font-size: 13px; }
 .summary__item:nth-child(3) strong { font-size: 16px; }
  .summary__item strong small { font-size: 12px; line-height: 1.4; }
  .summary__item span { font-size: 12px; }
  .summary__note { font-size: 12px; }
 .benefits-grid { grid-template-columns: 1fr; gap: 12px; }
 .benefit { min-height: auto; padding: 24px; position: relative; padding-left: 89px; }
 .benefit__top { margin: 0; position: absolute; left: 22px; top: 24px; }
 .benefit h3 { font-size: 19px; }
 .benefit p { font-size: 12px; }
 .card-index { display: none; }
 .icon-tile { width: 43px; height: 43px; }
 .benefit h3 { margin-bottom: 10px; }
 .section-heading h2, .faq-intro h2 { font-size: 32px; }
 .rate-card { padding: 25px; grid-template-columns: .8fr 1fr; }
 .rate-card__value { font-size: 84px; }
 .rate-card__value span { font-size: 44px; }
 .payout-card { padding: 25px; }
 .payout-card__heading { gap: 12px; }
 .payout-card__heading h3 { font-size: 21px; }
  .payout-card__heading .eyebrow { font-size: 10px; letter-spacing: .1em; }
 .payout-card__numbers strong { font-size: 56px; }
 .payout-card__numbers strong span { font-size: 37px; }
 .zero-strip { gap: 14px 8px; }
  .zero-strip span { font-size: 12px; gap: 3px; }
 .zero-strip span::before { margin-right: 3px; }
 .step { padding: 23px; gap: 0 15px; }
 .step h3 { font-size: 18px; }
 .connect-banner { padding: 26px; }
 .connect-banner h2 { font-size: 34px; }
  .connect-banner .eyebrow { font-size: 10px; }
 .connect-banner__copy>p br { display: none; }
 .footer__top { gap: 16px; }
  .footer__top>p { padding-left: 16px; font-size: 11px; }
 .kit-icons { grid-template-columns: repeat(2,1fr); }
 .kit-swatches { grid-template-columns: repeat(2,1fr); }
}
@media (max-width:359px) {
 .container { width: calc(100% - 32px); }
 .header__inner { gap: 8px; }
 .hero h1 { font-size: 28px; }
 .summary__item { flex-direction: column; }
 .summary__item:nth-child(even) { padding-left: 17px; }
 .summary__item strong { font-size: 21px; }
 .summary__item:last-child strong { font-size: 14px; }
 .payout-card { padding: 21px; }
 .connect-banner { padding: 21px; }
 .footer__top>p { border-left: 0; padding-left: 0; }
 .mobile-cta { padding-inline: 16px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
 body { color: #111; background: #fff; padding-bottom: 0; }
 p { color: #333; }
 .site-header, .hero__scene, .mobile-cta, dialog, .button, .hero__caption, .site-footer { display: none !important; }
 .hero__inner { min-height: auto; padding: 0; }
 .container { width: 100%; }
 .section { padding-top: 32px; }
 .card, .summary, .connect-banner { background: transparent; box-shadow: none; border-color: #999; break-inside: avoid; }
}
