:root{
  --bg:#070809;--elev:#0d1013;--surface:#11161b;--card:#15191e;--card2:#191e24;
  --line:#39414a;--line-soft:#2a3037;--text:#f7f7f7;--muted:#a2a8ae;--accent:#ffc400;
  --max:1180px;--radius:18px;--shadow:0 24px 70px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit}button,input,textarea{font:inherit}img{display:block;max-width:100%}
.shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,8,9,.96);border-bottom:1px solid var(--line-soft);backdrop-filter:blur(14px)}
.header-row{min-height:72px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;flex:0 0 auto}
.brand img,.footer-brand img{width:104px;height:auto;max-width:none;object-fit:contain}
.lite-badge{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:28px;padding:0 9px;border:1px solid #59616a;border-radius:9px;color:#d1d4d6;font-size:11px;font-weight:800;letter-spacing:.05em}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:18px}
.main-nav a{position:relative;padding:9px 2px;color:#bec2c5;text-decoration:none;font-size:14px;font-weight:700}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:transparent}
.main-nav a:hover,.main-nav a.active{color:#fff}.main-nav a:hover::after,.main-nav a.active::after{background:var(--accent)}
.menu-button{display:none;margin-left:auto;border:0;background:transparent;color:#fff;font-size:24px;line-height:1}
.eyebrow{color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line-soft);background:#070809}
.hero::before{content:"";position:absolute;inset:0;background:url('../img/hero_automotive.webp') center/cover no-repeat;opacity:.14}
.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#070809 0%,rgba(7,8,9,.98) 45%,rgba(7,8,9,.75) 73%,#070809 100%),linear-gradient(180deg,transparent 55%,#070809 100%)}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:56px;align-items:center;min-height:620px;padding-block:64px 52px}
.hero-copy{max-width:640px}
.hero-copy h1{margin:0;max-width:610px;font-size:clamp(48px,5.3vw,72px);line-height:.98;letter-spacing:-.052em}
.hero-copy h1 span{color:var(--accent)}
.hero-lead{max-width:610px;margin:22px 0 0;color:#d0d3d5;font-size:17px;line-height:1.58}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px;flex-wrap:wrap}
.rustore-button{min-width:250px;min-height:58px;padding:0 20px;display:flex;align-items:center;gap:13px;border-radius:999px;background:var(--accent);color:#090a0b;text-decoration:none;font-weight:900;box-shadow:0 12px 34px rgba(255,196,0,.18)}
.rustore-button small,.rustore-button strong{display:block}.rustore-button small{font-size:10px;letter-spacing:.07em}.rustore-button strong{font-size:16px}.rustore-button .arrow{margin-left:auto;font-size:20px}.rustore-button[aria-disabled="true"]{cursor:default;pointer-events:none}
.hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}
.phone-shell{position:relative;width:300px;aspect-ratio:1164/2560;border:8px solid #2b3239;border-radius:40px;background:#090a0b;box-shadow:var(--shadow),inset 0 0 0 2px #050607;overflow:hidden;transform:rotate(2deg)}
.phone-shell::before{content:"";position:absolute;inset:4px;border:1px solid rgba(255,255,255,.08);border-radius:32px;z-index:3;pointer-events:none}.phone-shell img{width:100%;height:100%;object-fit:cover;object-position:center top}
.feature-band{padding:56px 0 64px;background:#090b0d;border-bottom:1px solid var(--line-soft)}
.section-heading{max-width:720px;margin-bottom:28px}.section-heading h2{margin:9px 0 0;font-size:clamp(32px,4vw,46px);line-height:1.06;letter-spacing:-.04em}.section-heading p{margin:12px 0 0;color:var(--muted);font-size:15px;line-height:1.6}
.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.feature-card{min-height:310px;padding:18px;border:1px solid #303840;border-radius:var(--radius);background:linear-gradient(180deg,#12171b,#0e1215);box-shadow:0 16px 42px rgba(0,0,0,.16)}
.feature-card img{width:100%;height:136px;object-fit:contain;border-radius:14px;background:#0d1013}
.feature-card h3{margin:18px 0 8px;font-size:18px;line-height:1.25}.feature-card p{margin:0;color:#b9bdc0;font-size:14px;line-height:1.55}
.updates-teaser{padding:64px 0;background:#080a0c;border-bottom:1px solid var(--line-soft)}
.updates-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:52px;align-items:center}.updates-copy h2,.support-copy h2{margin:9px 0 0;font-size:clamp(32px,4vw,44px);line-height:1.08;letter-spacing:-.04em}.updates-copy p,.support-copy p{margin:16px 0 0;color:#b6bbc0;font-size:15px;line-height:1.6}
.outline-button{margin-top:24px;min-height:46px;padding:0 18px;display:inline-flex;align-items:center;gap:14px;border:1px solid #626b73;border-radius:999px;text-decoration:none;font-size:14px;font-weight:800}.outline-button span{font-size:18px}
.timeline-card{position:relative;min-height:310px;border:1px solid #293038;border-radius:20px;overflow:hidden;background:#0d1114}.road-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,17,20,.99),rgba(13,17,20,.88) 58%,rgba(13,17,20,.2)),url('../img/updates_road.webp') right center/cover no-repeat}
.timeline{position:relative;z-index:2;width:76%;padding:28px 28px 24px 48px}.timeline::before{content:"";position:absolute;left:26px;top:38px;bottom:38px;width:1px;background:#687079}.timeline article{position:relative;margin-bottom:22px}.timeline-dot{position:absolute;left:-29px;top:4px;width:13px;height:13px;border-radius:50%;background:#b7bcc1;border:2px solid #0d1114;box-shadow:0 0 0 1px #858d95}.timeline-dot.active{background:var(--accent);box-shadow:0 0 16px rgba(255,196,0,.4)}
.release-title{display:flex;align-items:center;gap:11px;flex-wrap:wrap}.release-title strong{font-size:15px}.release-title time{color:#8a9299;font-size:12px}.release-title em{font-style:normal;padding:3px 7px;border-radius:999px;background:var(--accent);color:#08090a;font-size:10px;font-weight:900}.timeline ul{margin:10px 0 0;padding-left:18px;color:#b2b7bb;font-size:13px;line-height:1.55}
.support-section{padding:56px 0;background:#090b0d;border-bottom:1px solid var(--line-soft)}.support-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:48px;align-items:center}.support-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.support-card{min-height:148px;padding:18px;border:1px solid #2d353d;border-radius:16px;background:#11161a;text-decoration:none;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:start}.support-card:hover{border-color:#4d5660;background:#151a1f}.support-icon{width:40px;height:40px;border:1px solid #46505a;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:18px}.support-card strong,.support-card small{display:block}.support-card strong{font-size:15px;line-height:1.3}.support-card small{margin-top:7px;color:#969da3;font-size:13px;line-height:1.45}.support-arrow{align-self:center;color:#d0d4d6;font-size:22px}
.site-footer{padding:34px 0 28px;background:#07090a}.footer-main,.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand img{width:96px;height:auto}.legal-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}.legal-nav a{color:#9aa1a7;font-size:13px;text-decoration:none}.legal-nav a:hover{color:#fff}.footer-bottom{margin-top:24px;padding-top:18px;border-top:1px solid #1c2227;display:flex;justify-content:space-between;gap:20px;color:#767e85;font-size:12px}.footer-slogan{display:flex;align-items:center;gap:10px}.footer-slogan i{width:38px;height:1px;background:var(--accent)}
.page-hero{padding:58px 0 38px;border-bottom:1px solid var(--line-soft);background:linear-gradient(180deg,#0b0e11,#08090a)}.page-hero h1{margin:12px 0 0;font-size:clamp(38px,5vw,56px);line-height:1.05;letter-spacing:-.04em}.page-hero .lead{margin:15px 0 0;color:#b1b6ba;font-size:16px;line-height:1.6}.content-page{padding:48px 0 78px}.content-narrow{max-width:860px}.release-list{display:grid;gap:14px}.release,.legal-card{padding:24px;border:1px solid #2a3138;border-radius:16px;background:#101418}.release-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.release h2,.legal-card h2{margin:0;font-size:20px}.release time{color:#858d94;font-size:13px}.release ul{margin:16px 0 0;padding-left:20px;color:#bcc1c5;font-size:14px;line-height:1.7}.legal-card{margin-bottom:14px}.legal-card p,.legal-card li{color:#c5c9cc;font-size:14px;line-height:1.75}.legal-card a,.contact-box a{color:var(--accent)}.notice{padding:17px 19px;border-left:3px solid var(--accent);border-radius:0 12px 12px 0;background:rgba(255,196,0,.07);color:#d7d9da;font-size:14px;line-height:1.65;margin-bottom:16px}.contact-box{display:grid;gap:10px;padding:22px;border:1px solid #2a3138;border-radius:14px;background:#11161a}.contact-box a{text-decoration:none}
.faq-list{display:grid;gap:12px}.faq-item{border:1px solid #2d353c;border-radius:14px;background:#101418;overflow:hidden}.faq-item summary{cursor:pointer;list-style:none;padding:18px 52px 18px 20px;position:relative;font-size:16px;font-weight:800}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:22px;font-weight:500}.faq-item[open] summary::after{content:"–"}.faq-answer{padding:0 20px 20px;color:#bfc4c7;font-size:14px;line-height:1.7}.faq-answer p{margin:0 0 10px}.faq-answer p:last-child{margin-bottom:0}
@media(max-width:980px){.hero-layout{grid-template-columns:1fr;gap:28px;min-height:auto}.hero-copy{max-width:760px}.hero-visual{min-height:440px}.phone-shell{width:270px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.updates-layout,.support-layout{grid-template-columns:1fr}.support-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){.shell{width:calc(100% - 28px)}.header-row{min-height:64px}.brand img{width:88px}.lite-badge{min-width:36px;height:26px;font-size:10px}.main-nav{display:none;position:absolute;top:64px;left:0;right:0;padding:10px 14px 14px;background:#070809;border-bottom:1px solid var(--line-soft);flex-direction:column;gap:2px}.main-nav.open{display:flex}.main-nav a{font-size:14px}.menu-button{display:block}.hero-layout{padding-block:44px 34px;gap:18px}.hero-copy h1{font-size:clamp(40px,12vw,48px);max-width:100%;line-height:1.02}.hero-lead{font-size:15px}.hero-actions{display:grid;gap:14px}.rustore-button{width:100%;min-width:0}.hero-visual{min-height:390px;overflow:hidden}.phone-shell{width:225px;transform:rotate(1deg)}.feature-band{padding:44px 0 50px}.section-heading h2{font-size:34px}.section-heading p{font-size:14px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0;padding:16px}.feature-card img{height:118px}.feature-card h3{font-size:17px}.feature-card p{font-size:14px}.updates-teaser,.support-section{padding:46px 0}.updates-layout,.support-layout{gap:28px}.updates-copy h2,.support-copy h2{font-size:34px}.updates-copy p,.support-copy p{font-size:14px}.timeline-card{min-height:290px}.timeline{width:92%;padding-left:42px}.support-cards{grid-template-columns:1fr}.support-card{min-height:116px}.footer-main,.footer-row,.footer-bottom{display:grid}.legal-nav{justify-content:flex-start}.legal-nav a{font-size:13px}.footer-slogan{justify-self:start}.page-hero{padding:44px 0 30px}.page-hero h1{font-size:38px}.page-hero .lead{font-size:15px}.content-page{padding:36px 0 60px}.release-top{align-items:flex-start;flex-direction:column;gap:6px}.faq-item summary{font-size:15px}.faq-answer{font-size:14px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

/* Mobile text safety and grid shrink rules */
.hero-copy,.hero-visual,.updates-copy,.timeline-card,.support-copy,.support-cards,.feature-card,.content-narrow{min-width:0}
.eyebrow,.hero-lead,.page-hero .lead,.faq-item summary,.faq-answer,.support-card strong,.support-card small{overflow-wrap:anywhere}
@media(max-width:680px){
  .eyebrow{font-size:10px;line-height:1.55;letter-spacing:.11em}
  .hero-copy h1 span{display:block}
  .hero-copy h1{font-size:42px;line-height:1.02}
  .faq-item summary{padding-right:44px;line-height:1.4}
}

/* Consolidated final Lite hero composition */
.brand img,.footer-brand img{width:82px;height:auto;aspect-ratio:244/141;object-fit:contain}
.footer-brand img{width:78px}
.lite-badge{min-width:34px;height:24px;padding:0 7px;font-size:9px;border-radius:8px}
.hero-layout{grid-template-columns:minmax(0,1.16fr) minmax(280px,.74fr);gap:48px;min-height:560px;padding-block:54px 44px}
.hero-copy h1{max-width:560px;font-size:clamp(44px,4.65vw,62px);line-height:.99;letter-spacing:-.046em}
.hero-lead{max-width:570px;font-size:16px;line-height:1.58}
.hero-visual{min-height:420px}
.phone-shell{width:238px;aspect-ratio:1256/2617;border:5px solid #303740;border-radius:34px;background:linear-gradient(145deg,#171b20,#050607);box-shadow:0 28px 64px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.06),inset 0 0 0 1px #050607;overflow:visible;transform:rotate(1.15deg)}
.phone-glass{position:absolute;inset:4px;overflow:hidden;border-radius:28px;background:#070809;box-shadow:inset 0 0 0 1px rgba(255,255,255,.055)}
.phone-glass::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.055),transparent 18%,transparent 78%,rgba(255,255,255,.025))}
.phone-glass img{width:100%;height:100%;object-fit:cover;object-position:center top;image-rendering:auto}
.phone-shell::before{content:"";position:absolute;inset:-2px;border-radius:36px;border:1px solid rgba(255,255,255,.07);pointer-events:none;z-index:4}
.phone-side{position:absolute;right:-8px;width:3px;border-radius:3px;background:#454d55;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.phone-side-top{top:88px;height:52px}.phone-side-bottom{top:151px;height:78px}
.rustore-button{min-width:0;width:auto;min-height:46px;padding:0 13px 0 15px;justify-content:space-between;gap:14px;border:0!important;border-radius:10px!important;background:var(--card);color:var(--text);box-shadow:none}
.rustore-button:hover{border:0;background:var(--card2)}
.rustore-button small{color:var(--muted);font-size:9px}.rustore-button strong{font-size:16px}
.rustore-label{white-space:nowrap;font-size:14px;font-weight:800;line-height:1;color:var(--text)}
.rustore-mark{width:24px;height:24px;flex:0 0 24px;object-fit:contain}

@media(min-width:981px){
  .hero::before{display:block;background:#070809 url('../img/hero_car_scene_v2.webp') 72% 55%/auto 148% no-repeat;opacity:.96;filter:none}
  .hero::after{background:linear-gradient(90deg,#070809 0%,#070809 28%,rgba(7,8,9,.95) 40%,rgba(7,8,9,.56) 56%,rgba(7,8,9,.18) 73%,rgba(7,8,9,.42) 100%),linear-gradient(180deg,rgba(7,8,9,.02) 55%,#070809 100%)}
  .hero-layout{grid-template-columns:minmax(0,600px) 320px;column-gap:0;min-height:560px;justify-content:center;padding-block:42px 34px}
  .hero-copy{position:relative;z-index:3;max-width:600px}
  .hero-visual{position:relative;z-index:4;width:320px;min-height:500px;justify-content:center;transform:translateX(-18px)!important}
  .phone-shell{width:252px;margin-inline:auto;transform:rotate(1.1deg);box-shadow:0 34px 82px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.07)}
}

@media(max-width:980px){
  .hero::before{display:none}
  .hero::after{background:linear-gradient(180deg,rgba(7,8,9,.02),#070809 94%)}
  .hero-layout{grid-template-columns:1fr;gap:24px;justify-content:stretch}
  .hero-copy{max-width:720px}
  .hero-visual{min-height:390px;justify-content:center;transform:none!important;margin-inline:auto}
  .phone-shell{width:205px}
}

@media(max-width:680px){
  .brand img{width:68px}.footer-brand img{width:70px}.lite-badge{min-width:32px;height:22px;font-size:8px}
  .hero-layout{grid-template-columns:1fr;padding-block:38px 0;gap:0}
  .hero-copy{max-width:none;width:100%;padding-bottom:28px}
  .hero-copy h1{font-size:36px;line-height:1.03;letter-spacing:-.038em;max-width:340px}
  .hero-lead{font-size:14px;line-height:1.62}
  .hero-visual{width:100%;min-height:320px;margin:0;padding:30px 0 34px;border-top:1px solid var(--line-soft);background:radial-gradient(circle at 50% 42%,rgba(255,196,0,.045),transparent 54%);justify-content:center;overflow:hidden;transform:none!important}
  .phone-shell{width:182px;margin:0 auto;border-width:4px;border-radius:28px;transform:rotate(.5deg)}
  .phone-glass{inset:3px;border-radius:23px}.phone-shell::before{border-radius:30px}
  .phone-side{right:-7px}.phone-side-top{top:68px;height:38px}.phone-side-bottom{top:115px;height:56px}
  .rustore-button{width:max-content;max-width:100%;min-height:44px;padding:0 12px 0 14px;border-radius:9px!important}
  .rustore-label{font-size:13px}.rustore-mark{width:22px;height:22px;flex-basis:22px}
}

/* STEP WEB-FIX-CODEX-05 — Privacy heading only */
@media(max-width:680px){.privacy-page .page-hero h1{font-size:clamp(28px,8.5vw,38px)}}
