:root {
  --blue: #075bd8;
  --blue-2: #0a6cf1;
  --blue-soft: #eaf3ff;
  --ink: #0a0d12;
  --ink-2: #141a22;
  --muted: #68707d;
  --line: #dfe4ea;
  --page: #e9ecef;
  --soft: #dfe3e8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(17, 34, 68, 0.10);
  --radius: 20px;
  --container: 1200px;
}

* { 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;
  color: var(--ink);
  background: var(--page);
  line-height: 1.5;
}
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 8, 13, .96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; padding: 5px 9px; background: #fff; border-radius: 8px; }
.brand-logo { width: 230px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.82); font-size: .92rem; font-weight: 600; }
.nav-links a:not(.button):hover { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { height: 2px; background: #fff; display: block; margin: 5px 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: #fff;
  border: 1px solid transparent;
  padding: 14px 20px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(7,91,216,.22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(7,91,216,.27); }
.button-small { padding: 11px 16px; border-radius: 8px; }
.button-ghost { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.55); box-shadow: none; }
.button-full { width: 100%; min-height: 54px; border: none; }

.hero { min-height: 660px; position: relative; overflow: hidden; background: #dfe5ed; }
.hero-media {
  position: absolute; inset: 0;
  background-image: url('assets/skoda.png');
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.93) 33%, rgba(255,255,255,.58) 54%, rgba(255,255,255,.10) 74%, rgba(255,255,255,0) 100%);
}
.hero-content { position: relative; z-index: 2; min-height: 660px; display: flex; align-items: center; }
.hero-copy { max-width: 660px; padding: 70px 0; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .16em; }
.hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: .97; letter-spacing: -.055em; max-width: 900px; }
.hero h1 span { color: var(--ink); }
.hero-lead { margin: 24px 0 0; max-width: 610px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: #313946; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; font-size: .9rem; font-weight: 600; color: #303844; }
.trust-row span:nth-child(even) { color: var(--blue); }

.section { padding: 92px 0; }
.section-white { background: var(--page); }
.section-soft { background: var(--soft); }
.section-dark { background: linear-gradient(135deg, #05080d, #101722); color: #fff; }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:last-child { margin: 16px auto 0; color: var(--muted); max-width: 650px; }
.section-heading-row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 40px; text-align: left; }
.heading-note { max-width: 420px !important; margin: 0 !important; }
.inverse { text-align: left; margin: 0; }
.inverse > p:last-child { color: #aeb8c7; margin-left: 0; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 8px 26px rgba(14,29,54,.05); }
.step-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-weight: 800; margin-bottom: 22px; }
.step-card h3 { margin: 0 0 8px; font-size: 1.06rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.recent-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wheel-card { background: #fff; border: 1px solid #e6eaf0; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.wheel-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(17,34,68,.14); }
.wheel-card img { aspect-ratio: 4/3; object-fit: cover; background: #dfe4ea; }
.wheel-card-body { padding: 18px; }
.wheel-card-top { display: flex; justify-content: space-between; gap: 14px; align-items: start; }
.wheel-card h3 { margin: 0; font-size: 1.04rem; }
.wheel-card p { margin: 8px 0 14px; color: var(--muted); font-size: .9rem; }
.status-pill { color: var(--blue); background: var(--blue-soft); border-radius: 999px; padding: 5px 8px; font-size: .62rem; letter-spacing: .08em; font-weight: 800; white-space: nowrap; }
.wheel-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.wheel-meta span { background: #f4f6f9; border: 1px solid #e5e9ef; border-radius: 999px; padding: 5px 9px; font-size: .72rem; color: #4b5563; }
.recent-grid-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wheel-card .fitment-note { margin: 18px 0 0; font-size: .76rem; }

.headlights-layout { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; }
.headlights-gallery { display: grid; gap: 16px; min-width: 0; }
.headlights-media, .headlights-video { margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #05080d; }
.headlights-media img { aspect-ratio: 16 / 10; object-fit: cover; }
.headlights-media figcaption, .headlights-video p { margin: 0; padding: 10px 14px; color: #c7d0dc; font-size: .78rem; }
.headlights-video video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #05080d; }
.headlights-copy h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.05em; }
.headlights-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.headlights-copy .button { margin-top: 24px; }
.service-note { font-size: .8rem !important; }

.split-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.045); border-radius: 16px; padding: 22px; display: flex; gap: 16px; }
.benefit > span { color: #65a0ff; font-size: 1.6rem; line-height: 1; }
.benefit h3 { margin: 0 0 6px; font-size: 1rem; }
.benefit p { margin: 0; color: #aeb8c7; font-size: .9rem; }

.request-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.request-copy { position: sticky; top: 120px; }
.request-copy h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1.02; letter-spacing: -.055em; }
.request-copy > p:not(.eyebrow) { color: var(--muted); max-width: 520px; font-size: 1.04rem; }
.request-points { margin-top: 26px; display: grid; gap: 10px; color: #384250; font-weight: 600; }
.enquiry-form { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.enquiry-form label { display: grid; gap: 7px; margin-bottom: 14px; font-size: .8rem; font-weight: 700; color: #4a5360; }
.enquiry-form input, .enquiry-form textarea, .enquiry-form select { width: 100%; border: 1px solid #d9dfe7; border-radius: 10px; padding: 13px 14px; background: #fbfcfd; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.enquiry-form input:focus, .enquiry-form textarea:focus, .enquiry-form select:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(7,91,216,.10); }
.portfolio-intro { display: flex; align-items: center; gap: 20px; max-width: 760px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.portfolio-intro .step-icon { flex: 0 0 auto; margin: 0; }
.portfolio-intro h3 { margin: 0 0 8px; }
.portfolio-intro p { margin: 0; color: var(--muted); }
.form-note { margin: 12px 0 0; font-size: .78rem; color: #7c8591; }

.site-footer { background: #05080d; color: #fff; padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 40px; align-items: start; }
.footer-domain { margin: 6px 0 0; color: #69a1ff; }
.footer-contact, .footer-right { color: #aeb8c7; }
.footer-contact a, .footer-right a { color: #fff; font-weight: 700; }
.phone-reveal { margin-top: 14px; }
.phone-reveal-button, .phone-check button { border: 1px solid rgba(255,255,255,.35); border-radius: 8px; background: transparent; color: #fff; padding: 9px 12px; font: inherit; font-weight: 700; cursor: pointer; }
.phone-reveal-button:hover, .phone-check button:hover { border-color: #69a1ff; }
.phone-reveal-button:focus-visible, .phone-check button:focus-visible, .phone-check input:focus-visible, .phone-number:focus-visible { outline: 3px solid #69a1ff; outline-offset: 3px; }
.phone-check { margin-top: 10px; max-width: 240px; }
.phone-check label { display: block; margin-bottom: 7px; font-size: .82rem; color: #c7d0dc; }
.phone-check-row { display: flex; gap: 8px; }
.phone-check input { min-width: 0; width: 90px; border: 1px solid #566171; border-radius: 8px; background: #111822; color: #fff; padding: 9px 10px; font: inherit; }
.phone-check-status { min-height: 1.2em; margin: 7px 0 0; color: #ffb4b4; font-size: .76rem; }
.phone-number { display: inline-block; margin-top: 10px; color: #fff !important; font-size: 1.05rem; letter-spacing: .04em; }
.phone-number[hidden] { display: none; }
.footer-right { text-align: right; }
.footer-bottom { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #7f8996; font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 68px; display: none; flex-direction: column; align-items: stretch; background: #0b111a; border: 1px solid rgba(255,255,255,.1); padding: 18px; border-radius: 14px; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .nav-links.open { display: flex; }
  .nav-links .button { text-align: center; }
  .hero, .hero-content { min-height: 620px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.90) 48%, rgba(255,255,255,.32) 100%); }
  .hero-copy { max-width: 620px; }
  .steps-grid, .recent-grid { grid-template-columns: repeat(2, 1fr); }
  .split-layout, .request-layout, .headlights-layout { grid-template-columns: 1fr; gap: 42px; }
  .request-copy { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header .container { width: min(calc(100% - 24px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .brand-logo { width: 190px; }
  .hero, .hero-content { min-height: 690px; }
  .hero-media { background-position: 68% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.91) 47%, rgba(255,255,255,.50) 74%, rgba(255,255,255,.2) 100%); }
  .hero-content { align-items: flex-start; }
  .hero-copy { padding-top: 78px; }
  .hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-row { font-size: .78rem; }
  .section { padding: 72px 0; }
  .section-heading-row { display: block; }
  .heading-note { margin-top: 14px !important; }
  .steps-grid, .recent-grid, .benefits-grid, .form-row { grid-template-columns: 1fr; }
  .recent-grid-showcase { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .footer-right { text-align: left; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
