:root {
  --ink: #0b0d10;
  --ink-2: #15191f;
  --paper: #f4f4f1;
  --white: #ffffff;
  --silver: #d9dde2;
  --silver-2: #9da5ae;
  --muted: #68717c;
  --line: rgba(11, 13, 16, .12);
  --gold: #c9a96a;
  --gold-bright: #e2c17d;
  --success: #16724a;
  --danger: #b42318;
  --radius: 28px;
  --shadow: 0 26px 70px rgba(0,0,0,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
}
body.modal-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin-inline: auto; }

.nav-shell {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 13, 16, .93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand-badge {
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  background: linear-gradient(145deg, #30343a, #0a0b0d);
  color: var(--gold-bright); font-weight: 850;
}
.brand-copy strong, .brand-copy small { display: block; line-height: 1.15; }
.brand-copy small { color: #a9b0b9; margin-top: 4px; font-size: .75rem; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.phone { color: #dce1e6; text-decoration: none; font-weight: 700; }
.nav-cta {
  color: var(--ink); background: var(--white); text-decoration: none;
  border-radius: 999px; padding: 10px 18px; font-weight: 850;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255,255,255,.035) 1px, transparent 1px) 0 0/64px 64px,
    radial-gradient(circle at 72% 24%, rgba(201,169,106,.16), transparent 28%),
    var(--ink);
  color: white;
  padding: 86px 0 80px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .18; }
.hero-glow-one { width: 420px; height: 420px; background: white; right: -170px; top: 90px; }
.hero-glow-two { width: 340px; height: 340px; background: var(--gold); left: -220px; bottom: -160px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; }
.kicker, .section-kicker {
  margin: 0 0 15px;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 850;
  color: #806c43;
}
.kicker { color: var(--gold-bright); }
.section-kicker.light { color: var(--gold-bright); }
h1, h2, h3, p { text-wrap: pretty; }
h1 {
  margin: 0;
  font-size: clamp(3rem, 6.2vw, 6.15rem);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 800;
}
h1 span { color: #aab0b7; }
h2 {
  margin: 0;
  font-size: clamp(2.15rem, 4.6vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}
h3 { margin: 0; font-size: 1.28rem; line-height: 1.2; }
.hero-lead { max-width: 620px; color: #b6bdc6; font-size: 1.08rem; margin: 26px 0; }
.price-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin: 31px 0 26px; }
.price-label { display: block; color: #9da5ae; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.price { display: block; font-size: 3rem; line-height: 1; letter-spacing: -.04em; color: white; }
.old-price-wrap { color: #9098a2; }
.old-price-wrap span, .old-price-wrap del { display: block; }
.old-price-wrap del { font-size: 1.25rem; }
.save-pill { padding: 7px 11px; border: 1px solid rgba(226,193,125,.45); color: var(--gold-bright); border-radius: 999px; font-size: .82rem; font-weight: 800; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 54px; padding: 14px 22px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; border: 1px solid transparent;
  text-decoration: none; font-weight: 850; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #17130c;
  box-shadow: 0 14px 34px rgba(201,169,106,.18);
}
.button-ghost { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button-full { width: 100%; border-radius: 14px; }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.hero-trust div { border-left: 1px solid rgba(255,255,255,.17); padding-left: 14px; }
.hero-trust b, .hero-trust span { display: block; }
.hero-trust b { color: white; }
.hero-trust span { color: #8f98a3; font-size: .82rem; }
.hero-visual { position: relative; min-width: 0; }
.hero-frame {
  padding: 16px;
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 40px;
  transform: rotate(1.2deg);
}
.hero-frame img {
  width: 100%; aspect-ratio: 1/1; object-fit: contain;
  background: #fff; border-radius: 29px;
}
.floating-spec {
  position: absolute; z-index: 2;
  background: rgba(9,11,14,.9); border: 1px solid rgba(255,255,255,.16);
  color: #b8bec7; padding: 12px 16px; border-radius: 16px;
  box-shadow: 0 12px 34px rgba(0,0,0,.25);
}
.floating-spec span { color: white; font-size: 1.5rem; font-weight: 900; margin-right: 5px; }
.spec-top { top: 7%; left: -3%; }
.spec-bottom { bottom: 12%; right: -2%; }
.image-caption { color: #7f8894; font-size: .73rem; margin: 14px 4px 0; }

.signature-strip { background: white; border-bottom: 1px solid var(--line); }
.signature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signature-grid > div { padding: 25px 22px; border-right: 1px solid var(--line); }
.signature-grid > div:first-child { border-left: 1px solid var(--line); }
.sig-num { color: var(--gold); font-size: .7rem; letter-spacing: .13em; }
.signature-grid strong, .signature-grid small { display: block; }
.signature-grid strong { margin-top: 8px; }
.signature-grid small { color: var(--muted); margin-top: 3px; }

.section { padding: 102px 0; }
.story-grid { display: grid; grid-template-columns: 80px 1.05fr .95fr; gap: 34px; align-items: start; }
.story-number { font-size: 5rem; line-height: .8; color: rgba(11,13,16,.12); font-weight: 900; letter-spacing: -.07em; }
.story-text { color: var(--muted); font-size: 1.04rem; }
.story-text p:first-child { margin-top: 0; }

.video-showcase {
  position: relative; overflow: hidden;
  background: linear-gradient(145deg, #11151a, #07090c);
  color: white;
}
.video-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(226,193,125,.12); }
.video-orbit-one { width: 620px; height: 620px; right: -290px; top: -210px; }
.video-orbit-two { width: 380px; height: 380px; left: -210px; bottom: -230px; }
.video-showcase-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center;
}
.video-copy > p:not(.section-kicker) { color: #aab2bd; font-size: 1.07rem; max-width: 600px; }
.video-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 30px 0; }
.video-facts div { padding: 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.035); }
.video-facts strong, .video-facts span { display: block; }
.video-facts strong { color: white; }
.video-facts span { color: #858f9b; font-size: .78rem; margin-top: 3px; }
.video-stage { text-align: center; }
.video-label {
  width: max-content; max-width: 100%; margin: 0 auto 14px;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.12);
  color: #cfd5dc; font-size: .78rem; font-weight: 760;
}
.video-label span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ef4444; margin-right: 6px; box-shadow: 0 0 13px rgba(239,68,68,.8); }
.video-phone-frame {
  width: min(410px, 100%); margin-inline: auto; padding: 11px;
  border-radius: 38px; background: linear-gradient(145deg, #333941, #0d1014);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 35px 90px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.025);
}
.video-phone-frame video {
  display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover;
  border-radius: 28px; background: #000;
}
.video-stage > p { color: #75808b; font-size: .78rem; margin: 16px 0 0; }

.gallery-section { background: #e9eaE7; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: end; margin-bottom: 34px; }
.section-heading > p { color: var(--muted); max-width: 470px; justify-self: end; }
.gallery-layout { display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 18px; }
.gallery-main {
  background: white; border-radius: var(--radius); padding: 18px;
  min-height: 650px; display: grid; place-items: center; box-shadow: var(--shadow);
}
.gallery-main img { width: 100%; height: 100%; max-height: 650px; object-fit: contain; border-radius: 18px; }
.gallery-thumbs { display: grid; gap: 11px; }
.gallery-thumb {
  width: 100%; border: 1px solid transparent; background: rgba(255,255,255,.62);
  padding: 8px; border-radius: 17px; cursor: pointer; text-align: left;
}
.gallery-thumb.active { border-color: var(--gold); background: white; }
.gallery-thumb img { width: 100%; aspect-ratio: 1.7/1; object-fit: contain; border-radius: 10px; background: white; }
.gallery-thumb span { display: block; font-weight: 760; font-size: .78rem; padding: 6px 4px 2px; }
.gallery-note { color: var(--muted); font-size: .8rem; margin-bottom: 0; }

.performance-section { background: white; }
.performance-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 40px; align-items: start; margin-bottom: 42px; }
.performance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.performance-card {
  position: relative; min-height: 280px; padding: 25px;
  border-radius: 22px; background: var(--paper); border: 1px solid var(--line);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.performance-card.large-card { grid-row: span 2; min-height: 574px; background: var(--ink); color: white; }
.performance-card:nth-child(2) { grid-column: span 2; }
.card-index { position: absolute; top: 21px; right: 21px; color: #9098a2; font-size: .75rem; }
.metric { font-size: clamp(2.5rem, 5vw, 5.5rem); font-weight: 900; letter-spacing: -.07em; line-height: .9; color: var(--gold); margin-bottom: 22px; }
.performance-card p { color: var(--muted); margin-bottom: 0; }
.large-card p { color: #9aa3ae; }

.cockpit-section { background: #dfe2e5; overflow: hidden; }
.cockpit-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.cockpit-image { background: white; padding: 18px; border-radius: 32px; box-shadow: var(--shadow); transform: rotate(-1deg); }
.cockpit-image img { width: 100%; border-radius: 20px; }
.cockpit-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.06rem; }
.media-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0; }
.media-chips span { padding: 8px 12px; background: white; border: 1px solid rgba(11,13,16,.09); border-radius: 999px; font-weight: 750; font-size: .84rem; }
.light-feature { display: flex; align-items: flex-start; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.light-dot { width: 14px; height: 14px; border-radius: 50%; background: #8fc8ff; box-shadow: 0 0 24px #70b9ff; margin-top: 7px; flex: 0 0 auto; }
.light-feature p { margin: 3px 0 0; color: var(--muted); }

.safety-section { background: var(--ink); color: white; }
.safety-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.safety-lead { color: #a7afb9; font-size: 1.08rem; }
.safety-list { list-style: none; padding: 0; margin: 29px 0 0; display: grid; gap: 12px; }
.safety-list li { position: relative; padding-left: 27px; color: #d8dde2; }
.safety-list li::before { content: "—"; position: absolute; left: 0; color: var(--gold-bright); }
.remote-visual { background: white; border-radius: 34px; padding: 18px; }
.remote-visual img { width: 100%; border-radius: 22px; }

.specs-section { background: white; }
.specs-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: start; }
.specs-title { position: sticky; top: 110px; }
.specs-title img { margin-top: 35px; width: 100%; max-height: 420px; object-fit: contain; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 760; }

.delivery-section { background: #e9eae7; }
.delivery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.delivery-grid article { padding: 27px; background: rgba(255,255,255,.66); border: 1px solid rgba(11,13,16,.08); border-radius: 22px; }
.delivery-icon { color: var(--gold); font-weight: 900; font-size: .77rem; }
.delivery-grid h3 { margin-top: 30px; }
.delivery-grid p { color: var(--muted); margin-bottom: 0; }

.order-section { background: var(--ink); color: white; }
.order-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: start; }
.order-car { margin: 30px 0 20px; background: white; border-radius: 30px; padding: 18px; }
.order-car img { width: 100%; aspect-ratio: 1/1; object-fit: contain; border-radius: 20px; }
.order-price-lines { border-top: 1px solid rgba(255,255,255,.14); }
.order-price-lines div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.order-price-lines span { color: #9aa3ad; }
.order-price-lines strong { text-align: right; }
.order-note { color: #929ca7; font-size: .9rem; }
.order-card { background: white; color: var(--ink); border-radius: 30px; padding: 34px; box-shadow: 0 30px 80px rgba(0,0,0,.27); }
.order-card-head > span { color: var(--gold); font-weight: 850; text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; }
.order-card-head h2 { font-size: 2.5rem; margin-top: 8px; }
.order-card-head p { color: var(--muted); margin: 8px 0 0; }
form { display: grid; gap: 16px; margin-top: 25px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
label, legend { font-weight: 760; font-size: .9rem; }
input, select, textarea {
  width: 100%; margin-top: 7px; border: 1px solid #ced3da; border-radius: 12px;
  padding: 14px; color: var(--ink); background: white; outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,169,106,.15); }
fieldset { border: 1px solid #ced3da; border-radius: 13px; padding: 13px 14px 10px; }
.radio-row, .checkbox-row { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.radio-row + .radio-row { margin-top: 8px; }
.radio-row input, .checkbox-row input { width: auto; margin: 4px 0 0; }
.honeypot { position: absolute !important; left: -99999px !important; opacity: 0 !important; }
.form-status { min-height: 23px; margin: 0; font-weight: 750; }
.form-status.error { color: var(--danger); }
.form-status.success { color: var(--success); }
.secure-row { display: flex; gap: 9px; align-items: center; margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.secure-row p { margin: 0; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 0 18px; margin-bottom: 11px; }
.faq-list summary { cursor: pointer; font-weight: 850; padding: 18px 0; }
.faq-list p { color: var(--muted); margin-top: 0; }

footer { background: #050608; color: white; padding: 52px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 42px; }
.footer-brand { margin-bottom: 17px; }
footer p { color: #929aa4; }
footer a { color: white; }
.text-button { padding: 0; border: 0; background: transparent; color: white; text-decoration: underline; cursor: pointer; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); margin-top: 32px; padding-top: 20px; display: flex; justify-content: space-between; gap: 30px; color: #747d88; font-size: .76rem; }

.mobile-buybar { display: none; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 20px; }
.modal.open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,4,6,.82); }
.modal-dialog { position: relative; z-index: 1; width: min(560px, 100%); max-height: 88vh; overflow: auto; background: white; color: var(--ink); border-radius: 26px; padding: 34px; text-align: center; box-shadow: 0 34px 100px rgba(0,0,0,.4); }
.modal-text { width: min(760px, 100%); text-align: left; }
.modal-close { position: absolute; top: 13px; right: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #edf0f2; cursor: pointer; font-size: 24px; }
.success-mark { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #e8f5ed; color: var(--success); font-size: 32px; font-weight: 900; }
.order-number { font-weight: 850; }

@media (max-width: 980px) {
  .hero-grid, .video-showcase-grid, .cockpit-grid, .safety-grid, .specs-grid, .order-layout { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-visual { order: 0; max-width: 720px; margin-inline: auto; }
  .hero { padding-top: 45px; }
  .story-grid { grid-template-columns: 55px 1fr; }
  .story-text { grid-column: 2; }
  .performance-grid { grid-template-columns: repeat(2, 1fr); }
  .performance-card.large-card { grid-row: auto; min-height: 300px; }
  .performance-card:nth-child(2) { grid-column: auto; }
  .specs-title { position: static; display: grid; grid-template-columns: 1fr 280px; gap: 22px; }
  .specs-title img { margin-top: 0; }
  .delivery-grid, .signature-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 22px, 1180px); }
  .nav { min-height: 66px; }
  .brand-copy small, .phone, .nav-cta { display: none; }
  .hero { padding: 30px 0 58px; }
  .hero-grid { gap: 32px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.4rem); }
  .hero-frame { border-radius: 26px; padding: 10px; }
  .hero-frame img { border-radius: 19px; }
  .floating-spec { font-size: .78rem; padding: 8px 10px; }
  .floating-spec span { font-size: 1.1rem; }
  .spec-top { left: 1%; top: 3%; }
  .spec-bottom { right: 1%; bottom: 9%; }
  .hero-trust { grid-template-columns: 1fr; gap: 9px; }
  .hero-trust div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding: 9px 0 0; }
  .section { padding: 72px 0; }
  .signature-grid, .delivery-grid, .performance-grid, .footer-grid { grid-template-columns: 1fr; }
  .signature-grid > div, .signature-grid > div:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; gap: 18px; }
  .story-number { font-size: 3.7rem; }
  .story-text { grid-column: auto; }
  .section-heading, .performance-head { grid-template-columns: 1fr; gap: 15px; }
  .video-showcase-grid { gap: 42px; }
  .video-copy { text-align: left; }
  .video-facts { grid-template-columns: 1fr; }
  .video-phone-frame { width: min(360px, 100%); border-radius: 31px; padding: 8px; }
  .video-phone-frame video { border-radius: 23px; }
  .section-heading > p { justify-self: start; }
  .gallery-layout { grid-template-columns: 1fr; }
  .gallery-main { min-height: 360px; padding: 10px; }
  .gallery-thumbs { grid-template-columns: repeat(5, minmax(92px, 1fr)); overflow-x: auto; padding-bottom: 5px; }
  .gallery-thumb { min-width: 100px; }
  .performance-card, .performance-card.large-card { min-height: 260px; }
  .cockpit-image { padding: 10px; border-radius: 23px; }
  .specs-title { display: block; }
  .spec-list div { grid-template-columns: 1fr; gap: 2px; }
  .field-grid { grid-template-columns: 1fr; }
  .order-card { padding: 24px 17px; border-radius: 22px; }
  .order-card-head h2 { font-size: 2rem; }
  .footer-bottom { flex-direction: column; }
  .mobile-buybar {
    position: fixed; z-index: 60; left: 0; right: 0; bottom: 0;
    display: flex; align-items: center; justify-content: space-between; gap: 15px;
    padding: 8px 12px max(8px, env(safe-area-inset-bottom));
    background: rgba(11,13,16,.96); color: white; border-top: 1px solid rgba(255,255,255,.12);
  }
  .mobile-buybar small, .mobile-buybar strong { display: block; line-height: 1.1; }
  .mobile-buybar small { color: #9ea6b0; font-size: .68rem; }
  .mobile-buybar strong { font-size: 1.25rem; }
  .mobile-buybar a { background: var(--gold-bright); color: #19150e; text-decoration: none; padding: 11px 25px; border-radius: 999px; font-weight: 900; }
}