:root {
  --black: #0a0a0a;
  --ink: #141414;
  --orange: #ff6a00;
  --orange-dark: #d94e00;
  --silver: #bfc4cc;
  --light: #e7e7e7;
  --white: #ffffff;
  --muted: #a9adb4;
  --success: #35d07f;
  --max: 1180px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.eyebrow { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section { padding: clamp(64px, 8vw, 104px) 0; }
.section-light { background: var(--light); color: var(--ink); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head h2 { margin: 10px 0 12px; font-size: clamp(2.1rem, 5vw, 4rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.section-head p { margin: 0; color: #565b62; font-size: 1.05rem; }
.accent { color: var(--orange); }

.topbar { background: var(--orange); color: var(--black); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.topbar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar a { text-decoration: underline; text-underline-offset: 3px; }
.header { position: sticky; top: 0; z-index: 30; background: rgba(10,10,10,.94); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 220px; height: 72px; object-fit: contain; object-position: left center; }
.menu { display: flex; align-items: center; gap: 24px; font-size: .92rem; font-weight: 800; }
.menu a:hover { color: var(--orange); }
.menu-toggle { display: none; border: 1px solid #353535; background: #171717; color: white; border-radius: 12px; padding: 11px 14px; font: inherit; font-weight: 800; }

.btn { min-height: 52px; padding: 14px 24px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 900; line-height: 1.1; text-align: center; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--black); box-shadow: 0 12px 30px rgba(255,106,0,.28); }
.btn-primary:hover { background: #ff7c22; }
.btn-outline { border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.btn-outline:hover { border-color: var(--orange); }
.btn-sm { min-height: 44px; padding: 11px 18px; font-size: .88rem; }

.hero { position: relative; overflow: hidden; min-height: 690px; display: grid; align-items: center; background: #080808; }
.hero-cover { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,.22) 0%, rgba(5,5,5,.08) 46%, rgba(5,5,5,.02) 72%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 100% 100%, 42px 42px, 42px 42px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; min-height: 690px; }
.hero-copy { padding: 84px 0 94px; position: relative; z-index: 2; }
.hero h1 { margin: 14px 0 22px; max-width: 760px; font-size: clamp(3.25rem, 7.2vw, 6.8rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero p { max-width: 650px; margin: 0 0 28px; color: #d6d7da; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.trust-pill { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e7e7e7; font-size: .84rem; font-weight: 800; background: rgba(255,255,255,.04); }
.trust-pill span { color: var(--success); margin-right: 5px; }
.hero-visual { align-self: end; position: relative; min-height: 640px; }
.speed-card { position: absolute; right: 0; top: 86px; z-index: 3; width: 188px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(20,20,20,.8); backdrop-filter: blur(14px); }
.speed-card strong { display: block; color: var(--orange); font-size: 2.15rem; line-height: 1; letter-spacing: -.05em; }
.speed-card span { display: block; color: #d8dade; font-size: .84rem; line-height: 1.35; margin-top: 6px; }

.quick-strip { position: relative; z-index: 4; margin-top: -38px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #f6f6f6; color: var(--ink); border-radius: 20px; overflow: hidden; box-shadow: 0 20px 55px rgba(0,0,0,.35); }
.quick-item { padding: 24px; border-right: 1px solid #dedede; }
.quick-item:last-child { border-right: 0; }
.quick-item strong { display: block; font-size: 1.05rem; }
.quick-item span { color: #62666b; font-size: .88rem; }

.vehicle-showcase { padding: 62px 0 34px; overflow: hidden; background: radial-gradient(circle at 80% 50%, rgba(255,106,0,.17), transparent 34%), #0a0a0a; }
.vehicle-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(24px, 5vw, 70px); }
.vehicle-grid img { width: 100%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 28px 34px rgba(0,0,0,.62)); }
.vehicle-copy h2 { margin: 10px 0 18px; font-size: clamp(2.1rem, 4.5vw, 4rem); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.vehicle-copy p { margin: 0; color: #c8cbd0; }
.vehicle-link { display: inline-flex; margin-top: 18px; color: #ff8a3d; font-weight: 900; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { overflow: hidden; background: #fff; border: 1px solid #d7d7d7; border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.service-card img { width: 100%; height: 190px; object-fit: cover; }
.service-body { padding: 22px; }
.service-body h3 { margin: 0 0 6px; font-size: 1.2rem; line-height: 1.2; text-transform: uppercase; }
.service-body p { margin: 0 0 15px; color: #62666b; font-size: .94rem; }
.text-link { color: var(--orange-dark); font-weight: 900; font-size: .9rem; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 7vw, 88px); align-items: center; }
.photo-frame { position: relative; }
.photo-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 28px; filter: saturate(.8) contrast(1.05); }
.photo-frame::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--orange); border-radius: 28px; z-index: -1; }
.content h2 { margin: 10px 0 18px; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.content p { color: #c8cbd0; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-weight: 700; }
.check-list li::before { content: "✓"; color: var(--black); background: var(--orange); width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; font-size: .82rem; }

.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.audience-card { min-height: 160px; padding: 24px; border: 1px solid #d7d7d7; border-radius: 18px; background: #f8f8f8; }
.audience-card b { display: block; color: var(--orange-dark); font-size: 1.9rem; margin-bottom: 34px; }
.audience-card strong { font-size: 1.08rem; text-transform: uppercase; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 28px; background: #171717; border: 1px solid #292929; border-radius: 20px; }
.step b { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: var(--orange); color: var(--black); border-radius: 12px; font-size: 1.15rem; }
.step h3 { margin: 22px 0 8px; text-transform: uppercase; }
.step p { margin: 0; color: var(--muted); }

.reviews-section { background: #f3f4f6; color: var(--ink); }
.reviews-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.reviews-heading .section-head { margin-bottom: 38px; }
.rating-summary { flex: 0 0 auto; margin-bottom: 38px; padding: 18px 24px; display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 12px; background: #fff; border: 1px solid #dfe1e5; border-radius: 18px; box-shadow: 0 8px 22px rgba(32,33,36,.08); }
.rating-summary strong { font-size: 2.1rem; line-height: 1; }
.rating-summary small { grid-column: 1 / -1; color: #687078; }
.review-stars { display: block; color: #fbbc04; font-size: 1.05rem; letter-spacing: .08em; line-height: 1.2; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 250px; padding: 24px; background: #fff; border: 1px solid #dfe1e5; border-radius: 18px; box-shadow: 0 8px 22px rgba(32,33,36,.07); }
.review-person { display: flex; align-items: center; gap: 13px; }
.review-person strong { display: block; font-size: 1rem; }
.review-person .review-stars { margin-top: 3px; font-size: .88rem; }
.review-avatar { width: 44px; height: 44px; flex: 0 0 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; font-size: 1.15rem; font-weight: 800; }
.avatar-blue { background: #1a73e8; }
.avatar-purple { background: #7e57c2; }
.avatar-green { background: #188038; }
.avatar-red { background: #d93025; }
.avatar-orange { background: #e8710a; }
.avatar-pink { background: #c2185b; }
.review-card p { margin: 20px 0 0; color: #4b5157; font-size: .95rem; }
.review-card p strong { color: #202124; }

.cities { display: flex; flex-wrap: wrap; gap: 10px; }
.city { padding: 11px 16px; background: #fff; border: 1px solid #d3d3d3; border-radius: 999px; font-weight: 800; font-size: .9rem; }
.city:hover { border-color: var(--orange); color: var(--orange-dark); }
.contact-panel { margin-top: 42px; padding: clamp(26px, 5vw, 52px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; background: var(--orange); color: var(--black); border-radius: 28px; }
.contact-panel h3 { margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 3.4rem); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; }
.contact-panel p { margin: 0; font-weight: 650; }
.contact-panel .btn { background: var(--black); color: white; }

.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid #333; }
.faq summary { cursor: pointer; list-style: none; padding: 21px 0; font-weight: 850; display: flex; justify-content: space-between; gap: 24px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: -4px 0 22px; color: #bfc2c7; }

.footer { border-top: 1px solid #262626; background: #050505; }
.footer-main { padding: 52px 0 34px; display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 38px; }
.footer-logo { width: 240px; margin-bottom: 14px; }
.footer p, .footer li { color: #aeb1b6; font-size: .94rem; }
.footer h3 { margin: 0 0 14px; color: var(--orange); font-size: .92rem; letter-spacing: .1em; text-transform: uppercase; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer-bottom { padding: 18px 0; border-top: 1px solid #1d1d1d; color: #777c82; font-size: .8rem; }
.floating-wa { position: fixed; right: 20px; bottom: 20px; z-index: 35; min-height: 56px; padding: 14px 20px; background: #25d366; color: #fff; border-radius: 999px; font-weight: 950; box-shadow: 0 14px 35px rgba(0,0,0,.45); }

.page-hero { padding: 86px 0 70px; background: radial-gradient(circle at 88% 10%, rgba(255,106,0,.18), transparent 30%), #0b0b0b; border-bottom: 1px solid #292929; }
.page-hero h1 { max-width: 900px; margin: 12px 0 18px; font-size: clamp(2.7rem, 7vw, 6rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.page-hero p { max-width: 720px; color: #c7c9cd; font-size: 1.12rem; }
.breadcrumbs { color: #999da3; font-size: .82rem; font-weight: 800; }
.page-content { padding: 64px 0 90px; background: var(--light); color: var(--ink); }
.page-layout { display: grid; grid-template-columns: 1fr 330px; gap: 54px; align-items: start; }
.page-copy h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; }
.page-copy h3 { margin-top: 34px; font-size: 1.35rem; text-transform: uppercase; }
.page-copy p { color: #4e5359; }
.side-cta { position: sticky; top: 112px; padding: 26px; background: var(--black); color: white; border-radius: 22px; }
.side-cta strong { display: block; color: var(--orange); font-size: 1.8rem; line-height: 1; text-transform: uppercase; }
.side-cta p { color: #c1c4c8; font-size: .92rem; }

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .menu { display: none; position: absolute; inset: 82px 16px auto; flex-direction: column; align-items: stretch; padding: 18px; background: #141414; border: 1px solid #303030; border-radius: 16px; box-shadow: 0 18px 45px rgba(0,0,0,.55); }
  .menu.open { display: flex; }
  .menu .btn { width: 100%; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 68px 0 30px; }
  .hero-visual { min-height: 440px; }
  .hero-cover { object-position: 68% center; }
  .hero::before { background: linear-gradient(180deg, rgba(5,5,5,.72) 0%, rgba(5,5,5,.2) 56%, rgba(5,5,5,.05) 100%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 100% 100%, 42px 42px, 42px 42px; }
  .speed-card { top: 26px; right: 4px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid #dedede; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-grid img { max-height: 420px; }
  .services-grid, .steps, .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-heading { align-items: flex-start; flex-direction: column; gap: 0; }
  .rating-summary { margin-top: -18px; }
  .contact-panel { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
  .page-layout { grid-template-columns: 1fr; }
  .side-cta { position: static; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span:last-child { display: none; }
  .nav { min-height: 72px; }
  .brand img { width: 168px; height: 58px; }
  .menu { top: 72px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.55rem); }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 380px; }
  .hero-cover { object-position: 70% center; }
  .speed-card { width: 152px; padding: 14px; }
  .quick-strip { margin-top: -20px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item { border-right: 0; border-bottom: 1px solid #dedede; padding: 18px 20px; }
  .quick-item:last-child { border-bottom: 0; }
  .vehicle-showcase { padding-top: 48px; }
  .services-grid, .steps, .audience-grid, .reviews-grid { grid-template-columns: 1fr; }
  .service-card img { height: 174px; }
  .check-list { grid-template-columns: 1fr; }
  .photo-frame::after { inset: 12px -8px -12px 8px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > :first-child { grid-column: auto; }
  .floating-wa { left: 16px; right: 16px; bottom: 14px; text-align: center; }
}

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