:root {
  --bg: #090a0c;
  --bg-soft: #101114;
  --panel: rgba(20, 21, 25, .72);
  --panel-solid: #15161a;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.18);
  --text: #f7f7f5;
  --muted: #a6a9ae;
  --red: #f12631;
  --red-dark: #9d101a;
  --red-soft: rgba(241,38,49,.16);
  --green: #94ecae;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 28px 80px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.55;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
::selection { color: white; background: var(--red); }

.noise, .page-glow { pointer-events:none; position: fixed; inset: 0; z-index: -1; }
.noise { opacity: .1; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); mix-blend-mode: screen; }
.page-glow { filter: blur(80px); opacity: .42; }
.glow-one { background: radial-gradient(circle at 78% 5%, rgba(241,38,49,.21), transparent 24%); }
.glow-two { background: radial-gradient(circle at 5% 84%, rgba(160,18,27,.12), transparent 22%); }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; }
.section-pad { padding: 130px 0; }

.site-header { position: absolute; top: 0; inset-inline: 0; z-index: 20; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, backdrop-filter .25s; }
.site-header.is-scrolled { position: fixed; background: rgba(8,9,11,.8); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; }
.brand strong, .brand small { display: block; letter-spacing: .08em; line-height: 1.02; }
.brand strong { font-family: "Space Grotesk", sans-serif; font-size: 14px; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 800; }
.brand-mark { width: 36px; height: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 6px; border: 1px solid rgba(255,255,255,.18); transform: skewX(-11deg); }
.brand-mark i { display: block; background: linear-gradient(180deg,#ff6069, #c70f19); clip-path: polygon(0 100%,100% 0,100% 100%); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 34px); }
.desktop-nav a { color: #c4c7cc; font-size: 13px; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-phone { display: inline-flex; gap: 8px; align-items: center; font: 700 13px "Space Grotesk", sans-serif; white-space: nowrap; }
.header-phone span { padding: 3px 7px; border-radius: 999px; background: var(--red); font: 800 9px "Manrope", sans-serif; letter-spacing: .07em; }
.menu-toggle { display: none; width: 42px; height: 42px; background: transparent; border: 1px solid var(--line); color: white; }
.menu-toggle span { display: block; width: 17px; height: 2px; margin: 4px auto; background: white; transition: transform .2s; }
.mobile-menu { display: none; }

.hero { min-height: 810px; display: flex; align-items: center; overflow: hidden; padding: 125px 0 48px; isolation: isolate; }
.hero:before { content:""; position:absolute; inset:0; z-index:-2; background: radial-gradient(circle at 74% 46%, rgba(210,20,31,.13), transparent 29%), linear-gradient(112deg, #08090b 20%, #0d0e11 66%, #100609); }
.hero:after { content:""; position:absolute; inset:auto 0 0; height: 220px; z-index:-1; background: linear-gradient(to top, #090a0c, transparent); }
.hero-grid-lines { position:absolute; inset:0; z-index:-1; opacity:.2; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, .94fr) minmax(560px, 1.12fr); align-items: center; gap: 20px; }
.hero-content { position: relative; z-index: 2; padding: 44px 0; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 17px; color: #cbcdd1; font-size: 11px; font-weight: 800; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--red); box-shadow: 0 0 20px var(--red); }
h1, h2 { margin: 0; font-family: "Space Grotesk", sans-serif; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 710px; font-size: clamp(48px, 5.4vw, 82px); }
h2 { max-width: 720px; font-size: clamp(38px, 4.3vw, 58px); }
h1 em, h2 em { font-style: normal; color: var(--red); }
.hero-text { max-width: 580px; margin: 26px 0 31px; color: #b5b8be; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 23px; border: 1px solid transparent; font-size: 13px; font-weight: 800; transition: transform .2s, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: white; background: linear-gradient(135deg, #ee2a35, #bd101a); box-shadow: 0 12px 28px rgba(217,20,30,.3); }
.button-primary:hover { box-shadow: 0 15px 34px rgba(240,38,49,.46); }
.button-primary b { font: 700 20px/1 Arial; }
.button-secondary { color: #f5f5f5; background: rgba(255,255,255,.035); border-color: rgba(255,255,255,.19); }
.button-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.38); }
.phone-icon { color: #ff5a63; font-size: 21px; transform: rotate(-40deg); }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 44px; color: var(--muted); font-size: 11px; }
.hero-proof p { margin: 0; line-height: 1.45; }
.hero-proof strong { color: white; font-family:"Space Grotesk",sans-serif; font-size: 15px; }
.proof-divider { width: 1px; height: 33px; background: var(--line); }
.avatar-stack { display: flex; padding-left: 4px; }
.avatar-stack span { width: 29px; height: 29px; display: grid; place-items: center; margin-left: -5px; border: 2px solid #090a0c; border-radius: 50%; color: white; background: #34363b; font-size: 9px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background:#4d1f24; }.avatar-stack span:nth-child(3) { background:#242d39; }.avatar-stack span:nth-child(4) { background:var(--red); }

/* Updated premium hero car */
.hero-visual { position: relative; min-height: 530px; display: flex; align-items: center; justify-content: center; }
.hero-stage { position: relative; width: min(700px, 100%); aspect-ratio: 1.24 / 1; filter: drop-shadow(0 28px 50px rgba(0,0,0,.36)); }
.hero-stage:before { content:""; position:absolute; inset: 17% 1% 11%; border: 1px solid rgba(255,255,255,.13); clip-path: polygon(7% 0, 97% 0, 100% 86%, 87% 100%, 4% 100%, 0 12%); background: linear-gradient(132deg, rgba(255,255,255,.05), transparent 30%); }
.hero-stage:after { content:""; position:absolute; inset: 13% 5% 4%; background: radial-gradient(ellipse at 54% 80%, rgba(240,38,49,.42), transparent 49%); filter: blur(36px); z-index:-1; }
.hero-photo-wrap { position: absolute; inset: 9% 5% 8%; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #100408; clip-path: polygon(10% 0, 100% 0, 91% 100%, 0 100%); }
.hero-photo-wrap:before { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(90deg, rgba(4,5,7,.82) 0%, rgba(7,7,9,.11) 45%, rgba(7,7,9,.05) 100%), linear-gradient(to top, rgba(4,4,5,.52), transparent 42%); }
.hero-photo-wrap:after { content:""; position:absolute; z-index:2; inset:-1px; border: 1px solid rgba(255,255,255,.17); pointer-events:none; clip-path: polygon(10% 0, 100% 0, 91% 100%, 0 100%); }
.hero-car-photo { width:100%; height:100%; object-fit: cover; object-position: 50% 64%; transform-origin: 52% 64%; transform: scale(1.52); filter: saturate(1.12) contrast(1.1) brightness(.93); transition: transform 1.2s cubic-bezier(.2,.7,.1,1); }
.hero-visual:hover .hero-car-photo { transform: scale(1.57); }
.hero-art-overlay { position:absolute; inset:9% 5% 8%; z-index:3; pointer-events:none; clip-path: polygon(10% 0, 100% 0, 91% 100%, 0 100%); background: repeating-linear-gradient(118deg, transparent 0 24px, rgba(255,255,255,.055) 25px 26px, transparent 27px 56px); mix-blend-mode: screen; opacity:.22; }
.hero-line { position:absolute; height:1px; background:linear-gradient(90deg, transparent, #ff4c55, transparent); box-shadow: 0 0 16px #ed2731; z-index:4; }
.hero-line.one { width:44%; left:-3%; top:31%; transform:rotate(-28deg); }.hero-line.two { width:53%; right:-7%; bottom:27%; transform:rotate(-23deg); }.hero-line.three { width:24%; right:9%; top:14%; transform:rotate(-38deg); opacity:.55; }
.visual-spec { position:absolute; z-index:6; display:flex; align-items:flex-start; gap:9px; padding:10px 12px; color:#eceef0; background:rgba(7,8,10,.63); border:1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); font-size:10px; line-height:1.35; letter-spacing:.02em; }
.visual-spec span { color:#ff5a63; font:800 10px "Space Grotesk", sans-serif; }.visual-spec strong { font-weight:700; }
.spec-one { left:0; top:14%; }.spec-two { right:-1%; bottom:12%; }
.hero-stamp { position:absolute; z-index:6; top:8%; right:10%; display:flex; align-items:center; gap:9px; color:#fcfcfb; font-size:9px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.hero-stamp:before { content:""; width:8px; height:8px; border-radius:50%; background:var(--red); box-shadow:0 0 15px var(--red); }
.hero-bottom-line { position:absolute; left:50%; bottom:28px; transform:translateX(-50%); display:flex; align-items:center; gap:16px; width: min(1180px, calc(100% - 48px)); color:#83868c; font-size:10px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.hero-bottom-line i { height:1px; flex:1; background:var(--line); }.hero-bottom-line span:last-child { font-size:8px; }

.trust-strip { position:relative; z-index:2; border-block: 1px solid var(--line); background:rgba(255,255,255,.02); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid > div { min-height:110px; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:3px; border-left:1px solid var(--line); }.trust-grid > div:last-child { border-right:1px solid var(--line); }
.trust-grid strong { font:700 28px "Space Grotesk",sans-serif; }.trust-grid span { color:var(--muted); font-size:11px; }

.section-heading { margin-bottom:55px; }.split-heading { display:grid; grid-template-columns:1fr .65fr; align-items:end; gap:55px; }.split-heading > p { margin:0; color:var(--muted); font-size:15px; line-height:1.7; }.section-heading.centered { text-align:center; }.section-heading.centered .eyebrow { justify-content:center; }
.benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); background:rgba(255,255,255,.015); }
.benefit-card { min-height:255px; padding:25px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); transition: background .25s, transform .25s; }.benefit-card:nth-child(3n) { border-right:0; }.benefit-card:nth-last-child(-n+3) { border-bottom:0; }.benefit-card:hover { background:linear-gradient(145deg, rgba(241,38,49,.11), rgba(255,255,255,.025)); transform:translateY(-5px); }
.card-number { color:#707278; font:700 13px "Space Grotesk",sans-serif; }.benefit-icon { width:48px; height:48px; display:grid; place-items:center; margin:33px 0 27px; border:1px solid rgba(241,38,49,.38); color:#ff5961; font:700 22px Arial; box-shadow:inset 0 0 22px rgba(241,38,49,.08); }.benefit-card h3 { margin:0 0 9px; font-family:"Space Grotesk",sans-serif; font-size:20px; letter-spacing:-.03em; }.benefit-card p { max-width:270px; margin:0; color:var(--muted); font-size:13px; line-height:1.65; }

.cars-section { padding:125px 0; background:linear-gradient(90deg, rgba(241,38,49,.07), transparent 33%), #111216; overflow:hidden; }.cars-section:after { content:""; position:absolute; inset:0; opacity:.25; pointer-events:none; background:linear-gradient(90deg, transparent 50%, rgba(255,255,255,.06) 50%); background-size:4px 4px; mix-blend-mode:overlay; }.cars-layout { position:relative; z-index:1; display:grid; grid-template-columns:.85fr 1.15fr; align-items:center; gap:80px; }.cars-copy p:not(.eyebrow) { max-width:460px; color:var(--muted); }.text-link { display:inline-flex; align-items:center; gap:10px; margin-top:18px; color:white; font-size:13px; font-weight:800; }.text-link b { color:var(--red); font-size:20px; transition:transform .2s; }.text-link:hover b { transform:translateX(4px); }
.car-types { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }.car-types span { position:relative; min-height:106px; display:flex; align-items:flex-end; padding:16px; overflow:hidden; border:1px solid rgba(255,255,255,.16); background:rgba(7,8,11,.58); font:700 15px "Space Grotesk",sans-serif; letter-spacing:-.02em; }.car-types span:before { content:attr(data-number); position:absolute; right:10px; top:5px; color:rgba(255,255,255,.07); font:700 53px "Space Grotesk",sans-serif; }.car-types span:hover { border-color:rgba(241,38,49,.7); background:rgba(241,38,49,.09); }

.process-section { background:var(--bg); }.steps-wrap { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }.step-card { position:relative; min-height:250px; padding:24px; border:1px solid var(--line); background:linear-gradient(165deg, rgba(255,255,255,.045), rgba(255,255,255,.01)); }.step-card:after { content:""; position:absolute; top:48px; right:-19px; width:20px; border-top:1px dashed rgba(241,38,49,.55); }.step-card:last-child:after { display:none; }.step-index { color:#8d9095; font:800 11px "Space Grotesk",sans-serif; }.step-icon { width:48px; height:48px; display:grid; place-items:center; margin:38px 0 26px; border-radius:50%; color:#ff525c; border:1px solid rgba(241,38,49,.45); font-size:21px; }.step-card h3 { margin:0 0 9px; font:700 19px "Space Grotesk",sans-serif; letter-spacing:-.025em; }.step-card p { margin:0; color:var(--muted); font-size:13px; line-height:1.65; }

.request-section { position:relative; padding:115px 0; background:linear-gradient(117deg,#20080b,#0e0f12 55%,#151114); overflow:hidden; }.request-section:before { content:""; position:absolute; width:500px; height:500px; right:-180px; top:-200px; border:1px solid rgba(255,255,255,.14); border-radius:50%; box-shadow:0 0 0 64px rgba(255,255,255,.02),0 0 0 128px rgba(255,255,255,.018); }.request-shell { position:relative; z-index:1; display:grid; grid-template-columns:.86fr 1.14fr; gap:70px; align-items:center; }.request-content > p:not(.eyebrow) { max-width:420px; color:#b7b9be; }.request-note { display:flex; gap:12px; align-items:flex-start; margin-top:30px; color:#b5b7bc; font-size:12px; }.request-note span { width:21px; height:21px; display:grid; place-items:center; flex:0 0 auto; color:#d9ffe3; border-radius:50%; background:rgba(104,223,143,.15); }.request-note p { margin:0; }.request-form { padding:28px; border:1px solid rgba(255,255,255,.18); background:rgba(8,9,11,.52); backdrop-filter:blur(18px); box-shadow:var(--shadow); }.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }.form-grid label { color:#dcdddf; font-size:11px; font-weight:800; }.form-grid input,.form-grid select { width:100%; height:49px; display:block; margin-top:7px; padding:0 13px; border:1px solid rgba(255,255,255,.14); outline:none; border-radius:0; color:#f4f4f4; background:rgba(255,255,255,.045); font-size:13px; transition:border-color .2s, background .2s; }.form-grid select { appearance:none; background-image:linear-gradient(45deg,transparent 50%,#c8c8ca 50%),linear-gradient(135deg,#c8c8ca 50%,transparent 50%); background-position:calc(100% - 18px) 21px,calc(100% - 13px) 21px; background-size:5px 5px,5px 5px; background-repeat:no-repeat; }.form-grid select option { background:#17181c; }.form-grid input::placeholder { color:#777a80; }.form-grid input:focus,.form-grid select:focus { border-color:#f24a53; background:rgba(241,38,49,.055); }.full-width { grid-column:1/-1; }.form-submit { width:100%; margin-top:21px; }.form-submit:disabled { opacity:.65; cursor:wait; transform:none; }.form-privacy { margin:14px 0 0; color:#85888e; text-align:center; font-size:10px; }

.about-layout { display:grid; grid-template-columns:.72fr 1.28fr; align-items:center; gap:110px; }.about-visual { position:relative; min-height:350px; display:flex; align-items:center; justify-content:center; flex-direction:column; overflow:hidden; border:1px solid var(--line); background:linear-gradient(145deg, rgba(241,38,49,.13), rgba(255,255,255,.02)); }.about-visual:before { content:""; position:absolute; inset:34px; border:1px solid rgba(255,255,255,.1); }.about-number { position:relative; z-index:1; font:700 clamp(86px,10vw,140px) "Space Grotesk",sans-serif; letter-spacing:-.1em; line-height:.75; }.about-number span { color:var(--red); }.about-visual p { position:relative; z-index:1; margin:25px 0 0; max-width:190px; color:#b3b6ba; text-align:center; font-size:12px; }.about-lines { position:absolute; inset:0; opacity:.35; background:repeating-linear-gradient(135deg,transparent 0 22px,rgba(255,255,255,.14) 23px 24px,transparent 25px 47px); }.about-copy > p:not(.eyebrow) { max-width:630px; color:var(--muted); line-height:1.75; }

.reviews-section { overflow:hidden; padding:125px 0; background:linear-gradient(to bottom, rgba(255,255,255,.02), transparent); }.reviews-track-wrap { width:min(1580px, calc(100% - 24px)); margin-left:auto; padding:0 12px; overflow:hidden; }.reviews-track { display:flex; gap:18px; transition:transform .55s cubic-bezier(.22,.61,.36,1); }.review-card { flex:0 0 min(370px, calc(100vw - 55px)); min-height:278px; display:flex; flex-direction:column; justify-content:space-between; padding:27px; border:1px solid var(--line); background:rgba(255,255,255,.025); }.review-stars { color:#ff535c; font-size:14px; letter-spacing:.08em; }.review-card > p { margin:20px 0; font-size:15px; line-height:1.75; }.review-card footer { display:flex; align-items:center; gap:11px; }.review-avatar { width:35px; height:35px; display:grid; place-items:center; border-radius:50%; background:#292b31; color:#e9e9e9; font-size:12px; font-weight:800; }.review-card strong,.review-card small { display:block; }.review-card strong { font-size:12px; }.review-card small { margin-top:2px; color:var(--muted); font-size:10px; }.slider-controls { display:flex; align-items:center; gap:12px; margin-top:30px; }.slider-button { width:44px; height:44px; color:#ececee; border:1px solid var(--line-strong); background:transparent; font-size:19px; transition:background .2s,border-color .2s; }.slider-button:hover { border-color:var(--red); background:var(--red-soft); }.slider-status { min-width:54px; text-align:center; color:#797c82; font:700 12px "Space Grotesk",sans-serif; }.slider-status span { color:white; }

.gallery-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 8%, rgba(241,38,49,.13), transparent 26%),
    linear-gradient(180deg, #090a0c, #101115 58%, #090a0c);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.gallery-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: #131418;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
  isolation: isolate;
}
.gallery-card-large {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 504px;
}
.gallery-card:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0,0,0,.74)),
    radial-gradient(circle at 70% 18%, rgba(241,38,49,.22), transparent 30%);
  opacity: .88;
  pointer-events: none;
}
.gallery-card:after {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  opacity: .65;
  pointer-events: none;
}
.gallery-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(.94) contrast(1.05) brightness(.82);
  transition: transform .55s ease, filter .55s ease;
}
.gallery-card span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(13,14,17,.7);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.gallery-card span:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 16px var(--red);
}
.gallery-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.02) contrast(1.08) brightness(.95);
}
.gallery-card:hover {
  border-color: rgba(241,38,49,.52);
}
.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(4,5,7,.88);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.image-lightbox img {
  max-width: min(1120px, 100%);
  max-height: 88vh;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  box-shadow: 0 35px 120px rgba(0,0,0,.65), 0 0 55px rgba(241,38,49,.16);
  object-fit: contain;
}
.lightbox-close {
  position: fixed;
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(12,13,16,.74);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  backdrop-filter: blur(14px);
}
.lightbox-close:hover {
  border-color: var(--red);
  background: var(--red-soft);
}
.quick-map {
  background: rgba(17,18,22,.86);
}

.faq-section { background:#111216; }.faq-layout { display:grid; grid-template-columns:.74fr 1.26fr; gap:90px; }.faq-layout > div > p:not(.eyebrow) { max-width:340px; color:var(--muted); }.faq-call { margin-top:26px; }.accordion { border-top:1px solid var(--line); }.faq-item { border-bottom:1px solid var(--line); }.faq-item button { width:100%; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:23px 0; color:#f2f2f2; border:0; background:transparent; text-align:left; font:700 15px "Space Grotesk",sans-serif; }.faq-item button span { color:#ef4851; font:400 25px Arial; transition:transform .3s; }.faq-item.active button span { transform:rotate(45deg); }.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .32s ease; }.faq-answer p { overflow:hidden; margin:0; color:var(--muted); font-size:13px; line-height:1.72; }.faq-item.active .faq-answer { grid-template-rows:1fr; }.faq-item.active .faq-answer p { padding-bottom:22px; }

.cta-strip { padding:37px 0; border-bottom:1px solid var(--line); background:linear-gradient(90deg, #e42631, #981019); }.cta-layout { display:flex; align-items:center; justify-content:space-between; gap:25px; }.cta-layout p { margin:0; font:700 clamp(21px,2.4vw,31px) "Space Grotesk",sans-serif; letter-spacing:-.04em; }.cta-strip .button-primary { background:#0e0f12; box-shadow:none; }.cta-strip .button-primary:hover { background:#16171c; }
.site-footer { background:#090a0c; }.footer-top { display:grid; grid-template-columns:1.25fr .95fr 1fr 1.05fr .6fr; gap:45px; padding:55px 0; }.footer-brand p { margin:20px 0 0; color:var(--muted); font-size:12px; }.footer-contact span { display:block; margin-bottom:10px; color:#85888e; font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.12em; }.footer-contact > a,.footer-contact strong { font:700 15px "Space Grotesk",sans-serif; }.footer-links { display:flex; gap:13px; }.footer-links a { color:#f0f0f0; font-size:13px; font-weight:700; }.footer-bottom { display:flex; justify-content:space-between; gap:25px; padding:18px 0; border-top:1px solid var(--line); color:#74777d; font-size:10px; }.footer-bottom p { margin:0; }.footer-bottom div { display:flex; gap:20px; }.footer-bottom a:hover { color:#f2f2f2; }
.quick-actions { position:fixed; right:18px; bottom:18px; z-index:30; display:flex; flex-direction:column; align-items:flex-end; gap:9px; }.quick { width:154px; height:46px; display:flex; align-items:center; justify-content:flex-start; gap:10px; padding:0 15px; border:1px solid rgba(255,255,255,.2); border-radius:16px; background:rgba(13,14,17,.86); backdrop-filter:blur(12px); box-shadow:0 12px 25px rgba(0,0,0,.28); transition:transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }.quick span { width:22px; height:22px; display:grid; place-items:center; flex:0 0 22px; border-radius:9px; background:rgba(255,255,255,.08); color:#fff; font-size:15px; line-height:1; }.quick b { flex:1; color:#fff; font-size:11px; font-weight:800; text-align:left; white-space:nowrap; }.quick:hover { transform:translateX(-3px); border-color:var(--red); box-shadow:0 15px 32px rgba(0,0,0,.34); }.quick-phone { background:var(--red); border-color:var(--red); }.quick-phone span { background:rgba(255,255,255,.16); }.quick-telegram,.quick-viber,.quick-map { background:rgba(13,14,17,.86); }
.toast { position:fixed; right:20px; bottom:20px; z-index:50; width:min(390px, calc(100% - 40px)); display:flex; align-items:center; gap:12px; padding:15px; color:white; border:1px solid rgba(255,255,255,.2); background:#1b1d21; box-shadow:var(--shadow); transform:translateY(130%); opacity:0; pointer-events:none; transition:transform .3s, opacity .3s; }.toast.show { opacity:1; pointer-events:auto; transform:translateY(0); }.toast-icon { width:25px; height:25px; display:grid; place-items:center; flex:0 0 auto; border-radius:50%; background:rgba(110,240,147,.18); color:var(--green); font-weight:800; }.toast p { margin:0; font-size:12px; line-height:1.4; }.toast button { margin-left:auto; border:0; color:#bbb; background:transparent; font-size:22px; }

.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity:1; transform:none; }
.hero .reveal:nth-child(2){transition-delay:.08s}.hero .reveal:nth-child(3){transition-delay:.16s}.hero .reveal:nth-child(4){transition-delay:.24s}.hero .reveal:nth-child(5){transition-delay:.32s}

@media (max-width: 1030px) {
  .desktop-nav { display:none; }.nav-wrap { height:74px; }.menu-toggle { display:block; }.header-phone { margin-left:auto; }
  .mobile-menu { position:absolute; top:74px; inset-inline:0; display:grid; gap:6px; padding:14px 24px 20px; border-bottom:1px solid var(--line); background:rgba(10,11,13,.98); transform:translateY(-125%); opacity:0; pointer-events:none; transition:transform .25s, opacity .25s; }.mobile-menu.is-open { transform:none; opacity:1; pointer-events:auto; }.mobile-menu a { padding:10px 0; color:#e7e8ea; font-size:14px; font-weight:700; }.mobile-menu .mobile-call { margin-top:5px; display:inline-flex; justify-content:center; padding:11px; background:var(--red); }
  .hero { min-height: auto; padding-top:102px; }.hero-layout { grid-template-columns:1fr; }.hero-content { padding:42px 0 5px; }.hero-visual { min-height:480px; margin-top:-8px; }.hero-stage { width:min(760px,100%); }.hero-bottom-line { position:relative; bottom:auto; left:auto; transform:none; margin-top:4px; padding-bottom:10px; }
  .cars-layout,.request-shell,.about-layout,.faq-layout { gap:50px; }.cars-layout { grid-template-columns:1fr; }.cars-copy { max-width:650px; }.request-shell { grid-template-columns:1fr 1.1fr; }.about-layout { grid-template-columns:.8fr 1.2fr; }.split-heading { gap:30px; }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-card-large { grid-column: span 2; grid-row: span 1; min-height: 335px; }
  .gallery-card { min-height: 250px; }
  .steps-wrap { gap:12px; }.step-card { padding:18px; }.step-card:after { right:-13px; width:14px; }.car-types { max-width:760px; }
}
@media (max-width: 760px) {
  .container { width:min(100% - 32px, 1180px); }.section-pad { padding:82px 0; }.header-phone { font-size:0; gap:0; }.header-phone span { font-size:9px; }.brand { min-width:0; }.brand strong { font-size:12px; }
  .hero { padding:88px 0 22px; align-items:flex-start; }.hero-layout { gap:0; }.hero-content { padding:30px 0 0; text-align:center; }.hero .eyebrow { justify-content:center; }.eyebrow { font-size:9px; }.hero-text { max-width:100%; margin:19px auto 24px; font-size:15px; line-height:1.62; }.hero-actions { display:grid; grid-template-columns:1fr 1fr; gap:9px; }.button { min-height:51px; padding:0 14px; font-size:12px; }.hero-proof { justify-content:center; gap:10px; margin-top:25px; }.hero-proof p { font-size:9px; text-align:left; }.hero-proof strong { font-size:13px; }.avatar-stack { display:none; }
  .hero-visual { width:100%; min-height:clamp(250px, 73vw, 335px); margin:14px auto 0; overflow:hidden; }.hero-stage { width:min(100%, 470px); max-width:100%; aspect-ratio:1.26 / 1; margin-inline:auto; filter:drop-shadow(0 18px 35px rgba(0,0,0,.42)); }.hero-stage:before { inset:15% 1% 12%; clip-path:polygon(5% 0, 98% 0, 100% 86%, 90% 100%, 3% 100%, 0 13%); }.hero-stage:after { inset:16% 7% 5%; filter:blur(28px); }.hero-photo-wrap,.hero-art-overlay { inset:11% 1% 11%; clip-path:polygon(5% 0, 100% 0, 96% 100%, 0 100%); }.hero-photo-wrap:after { clip-path:polygon(5% 0, 100% 0, 96% 100%, 0 100%); }.hero-car-photo { object-position:52% 60%; transform:scale(1.18); }.hero-visual:hover .hero-car-photo { transform:scale(1.2); }.hero-art-overlay { opacity:.16; }.hero-line { opacity:.42; }.hero-line.one { width:32%; left:2%; top:29%; }.hero-line.two { width:38%; right:2%; bottom:30%; }.hero-line.three { display:none; }.spec-one { left:4%; top:12%; }.spec-two { right:4%; bottom:10%; }.visual-spec { max-width:118px; padding:7px 8px; border-radius:12px; font-size:8px; text-align:left; }.hero-stamp { top:6%; right:8%; font-size:7px; letter-spacing:.08em; }.hero-bottom-line { gap:8px; margin-top:-2px; padding-bottom:0; font-size:8px; justify-content:center; }.hero-bottom-line i { display:none; }.hero-bottom-line span:first-child { max-width:285px; text-align:center; }.hero-bottom-line span:last-child { display:none; }
  .trust-grid { grid-template-columns:1fr 1fr; }.trust-grid > div { min-height:88px; border-bottom:1px solid var(--line); }.trust-grid > div:nth-child(2n) { border-right:1px solid var(--line); }.trust-grid > div:nth-last-child(-n+2) { border-bottom:0; }.trust-grid strong { font-size:23px; }.trust-grid span { font-size:10px; }
  .split-heading,.cars-layout,.request-shell,.about-layout,.faq-layout { grid-template-columns:1fr; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-card, .gallery-card-large { min-height: 205px; grid-column: span 1; grid-row: span 1; border-radius: 18px; }
  .gallery-card span { left: 12px; bottom: 12px; font-size: 8px; }.section-heading { margin-bottom:35px; }.split-heading > p { font-size:13px; }.benefit-grid { grid-template-columns:1fr 1fr; }.benefit-card { min-height:215px; padding:18px; }.benefit-card:nth-child(3n) { border-right:1px solid var(--line); }.benefit-card:nth-child(2n) { border-right:0; }.benefit-card:nth-last-child(-n+3) { border-bottom:1px solid var(--line); }.benefit-card:nth-last-child(-n+2) { border-bottom:0; }.benefit-icon { margin:25px 0 20px; }.benefit-card h3 { font-size:17px; }.benefit-card p { font-size:11px; }.cars-section,.reviews-section { padding:82px 0; }.cars-layout,.request-shell,.about-layout,.faq-layout { gap:34px; }.car-types { grid-template-columns:1fr 1fr; }.car-types span { min-height:86px; padding:13px; font-size:13px; }.steps-wrap { grid-template-columns:1fr 1fr; }.step-card { min-height:220px; }.step-card:after { display:none; }.step-icon { margin:28px 0 20px; }.request-section { padding:82px 0; }.request-form { padding:17px; }.form-grid { grid-template-columns:1fr; gap:12px; }.full-width { grid-column:auto; }.about-visual { min-height:260px; }.about-number { font-size:106px; }.reviews-track-wrap { width:100%; padding-left:16px; }.review-card { min-height:260px; }.review-card > p { font-size:14px; }.faq-layout > div > p:not(.eyebrow) { max-width:500px; }.cta-layout { align-items:flex-start; flex-direction:column; }.cta-layout .button { width:100%; }.footer-top { grid-template-columns:1fr 1fr; gap:30px 18px; }.footer-brand { grid-column:1/-1; }.footer-bottom { flex-direction:column; gap:10px; }.footer-bottom div { gap:13px; flex-wrap:wrap; }.quick-actions { right:10px; bottom:10px; gap:7px; }.quick { width:48px; height:48px; padding:0; justify-content:center; border-radius:15px; }.quick span { width:24px; height:24px; flex-basis:24px; border-radius:9px; }.quick b { display:none; }.toast { right:16px; bottom:65px; }
}
@media (max-width: 430px) { h1 { font-size:42px; } .gallery-grid { grid-template-columns: 1fr; } .gallery-card, .gallery-card-large { min-height: 250px; }.hero { padding-top:84px; }.hero-actions { grid-template-columns:1fr; }.benefit-grid,.steps-wrap,.footer-top { grid-template-columns:1fr; }.benefit-card,.benefit-card:nth-child(3n) { border-right:0; }.benefit-card:nth-last-child(-n+2) { border-bottom:1px solid var(--line); }.benefit-card:last-child { border-bottom:0; }.footer-brand { grid-column:auto; }.hero-proof { display:none; }.hero-visual { min-height:270px; margin-top:10px; }.hero-stage { width:100%; aspect-ratio:1.2 / 1; }.visual-spec { display:none; }.hero-stamp { right:7%; top:8%; }.hero-bottom-line span:first-child { max-width:260px; }.car-types { grid-template-columns:1fr 1fr; gap:7px; }.car-types span { min-height:78px; font-size:12px; }.header-phone { display:none; }.nav-wrap { gap:8px; }.menu-toggle { margin-left:auto; } }

/* === MOBILE HERO HARD FIX v2 ===
   Fixes Telegram/iOS mobile viewport overflow and clipped first screen. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-header {
    overflow: hidden;
  }

  .nav-wrap {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: auto;
    padding: 88px 0 44px;
    overflow: hidden;
    align-items: flex-start;
  }

  .hero-layout {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    overflow: hidden;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 30px 0 0;
    text-align: left;
  }

  .hero .eyebrow {
    justify-content: flex-start;
    max-width: 100%;
    font-size: 8px;
    letter-spacing: .1em;
    line-height: 1.45;
  }

  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(38px, 11.2vw, 50px);
    line-height: 1.02;
    letter-spacing: -.055em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero h1 em {
    display: block;
  }

  .hero-text {
    width: 100%;
    max-width: 100%;
    margin: 18px 0 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .button,
  .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 54px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
  }

  .hero-proof,
  .hero-bottom-line {
    display: none;
  }

  .hero-visual {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 10px 0 0;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .hero-stage {
    width: min(100%, 390px);
    max-width: 100%;
    aspect-ratio: 1.2 / 1;
    margin: 0 auto;
    filter: drop-shadow(0 18px 32px rgba(0,0,0,.4));
  }

  .hero-stage:before {
    inset: 14% 2% 11%;
    clip-path: polygon(5% 0, 98% 0, 100% 88%, 88% 100%, 3% 100%, 0 12%);
  }

  .hero-stage:after {
    inset: 18% 8% 8%;
    filter: blur(24px);
  }

  .hero-photo-wrap,
  .hero-art-overlay {
    inset: 12% 3% 12%;
    clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 100%);
  }

  .hero-photo-wrap:after {
    clip-path: polygon(5% 0, 100% 0, 96% 100%, 0 100%);
  }

  .hero-car-photo {
    object-position: 50% 62%;
    transform: scale(1.13);
  }

  .hero-visual:hover .hero-car-photo {
    transform: scale(1.13);
  }

  .hero-line.one {
    width: 34%;
    left: 1%;
    top: 30%;
  }

  .hero-line.two {
    width: 38%;
    right: 1%;
    bottom: 30%;
  }

  .hero-line.three,
  .visual-spec {
    display: none;
  }

  .hero-stamp {
    top: 7%;
    right: 7%;
    font-size: 7px;
    letter-spacing: .08em;
  }

  .quick-actions {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 430px) {
  .container,
  .nav-wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero {
    padding-top: 84px;
    padding-bottom: 36px;
  }

  .hero h1 {
    font-size: clamp(36px, 10.7vw, 44px);
    line-height: 1.03;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-stage {
    width: min(100%, 360px);
  }
}
