/* ============================================================
   Qwikmaster marketing site
   Palette + type matched to app.qwikmaster.ca dashboard
   ============================================================ */

:root {
  --bg: #e8ecf3;        /* silver-glass page base */
  --panel: #f2f5f9;     /* frosted white panel */
  --panel-2: #dde2eb;   /* silver secondary surface */
  --border: #c4cdd9;
  --text: #141a26;      /* near-black, slightly navy */
  --text-dim: #4f5a72;  /* muted, cool-toned */
  --accent: #2f6fed;    /* brand blue */
  --green: #0ea98f;
  --red: #e23744;
  --yellow: #d99700;

  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;

  --maxw: 1080px;
  --radius: 14px;
}

/* ── Reset ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; margin: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
img, svg { display: block; max-width: 100%; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 720px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── Shared bits ────────────────────────────────────────── */
.eyebrow {
  display: inline-block;
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; }
.dot--green  { background: var(--green);  box-shadow: 0 0 8px rgba(45,212,191,.6); }
.dot--yellow { background: var(--yellow); box-shadow: 0 0 8px rgba(247,201,72,.5); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: inherit; font-size: 16px; font-weight: 600;
  border: 1px solid transparent; border-radius: 10px;
  padding: 13px 20px; cursor: pointer; white-space: nowrap;
  transition: background .15s ease, transform .05s ease, border-color .15s ease;
}
.btn--primary { background: var(--accent); color: #fff; }
.btn--primary:hover { background: #3f7df0; }
.btn--primary:active { transform: translateY(1px); }
.btn--ghost {
  background: transparent; color: var(--text);
  border-color: var(--border);
}
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); background: rgba(47,111,237,.06); }
.btn--sm { padding: 9px 15px; font-size: 14px; }

/* ── Nav ────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 62px;
}
.brand { display: inline-flex; align-items: center; gap: 9px; }
.brand__mark { flex: none; }
.brand__name { font-weight: 700; font-size: 18px; letter-spacing: -0.01em; color: var(--text); }
.nav__links { display: flex; align-items: center; gap: 18px; justify-content: center; }
.nav__link { color: var(--text-dim); font-size: 14px; font-weight: 500; }
.nav__link:hover { color: var(--text); }
.nav__link--active { color: var(--text); }
.nav__cta { justify-self: end; }
.section__head-cta { margin-top: 22px; }

/* ── Hero ───────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(820px 400px at 80% -10%, rgba(47,111,237,.10), transparent 62%),
    radial-gradient(620px 320px at 6% 10%, rgba(14,169,143,.06), transparent 60%);
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 72px; align-items: center;
}
.hero__title { font-size: clamp(38px, 5.4vw, 58px); font-weight: 800; line-height: 1.08; }
.hero__lede {
  margin-top: 24px; font-size: clamp(18px, 2.1vw, 21px);
  color: var(--text-dim); max-width: 520px; line-height: 1.55;
}
.hero__lede em { color: var(--text); font-style: normal; font-weight: 600; }

/* Hero compliance badges */
.hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero__badges li {
  font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
  color: var(--text-dim);
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 999px; padding: 5px 12px;
}

/* Hero CTA row */
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* ── Hero photo variant ─────────────────────────────────── */
.hero--photo {
  background-size: 100% auto;
  background-position: center -220px;
  padding: 0;
  min-height: 680px;
}
.hero--photo::before {
  background: linear-gradient(
    to right,
    rgba(6, 12, 26, .68) 0%,
    rgba(6, 12, 26, .45) 35%,
    rgba(6, 12, 26, .15) 62%,
    transparent 100%
  );
}
.hero--photo .container { position: relative; z-index: 1; }
.hero--photo .hero__copy { max-width: 560px; }
.hero--photo .hero__title { color: #fff; }
.hero--photo .eyebrow { color: #7eb5ff; }
.hero--photo .hero__lede { color: rgba(230, 238, 255, .84); }
.hero--photo .hero__lede em { color: #fff; }
.hero__btn-ghost {
  color: rgba(255, 255, 255, .90) !important;
  border-color: rgba(255, 255, 255, .38) !important;
  background: transparent !important;
}
.hero__btn-ghost:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .72) !important;
  background: rgba(255, 255, 255, .08) !important;
}

/* ── Signup form ────────────────────────────────────────── */
.signup { display: flex; gap: 10px; margin-top: 30px; max-width: 520px; }
.signup--center { margin: 28px auto 0; }
.signup__input {
  flex: 1; min-width: 0;
  background: var(--panel); color: var(--text);
  border: 1px solid var(--border); border-radius: 10px;
  padding: 13px 15px; font-family: inherit; font-size: 16px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.signup__input::placeholder { color: var(--text-dim); }
.signup__input:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(79,140,255,.22);
}
.signup__note { margin-top: 12px; font-size: 13px; color: var(--text-dim); }

.qform__status { font-size: 14px; font-weight: 500; min-height: 20px; margin-bottom: 10px; }
.qform__status--ok { color: var(--green); }
.qform__status--error { color: var(--red); }

/* ── Hero mockup (pure CSS/SVG) ─────────────────────────── */
.hero__visual { display: flex; justify-content: center; }
.mockup { position: relative; width: 100%; max-width: 420px; }

.device {
  position: relative; z-index: 2;
  width: 70%;
  background: linear-gradient(160deg, #1a1e2a, #0e1118);
  border: 1px solid var(--border); border-radius: 18px;
  padding: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.5);
}
.device__screen {
  background: #06080c; border: 1px solid #20283a; border-radius: 8px;
  padding: 12px; font-family: var(--font-mono); font-size: 12.5px;
}
.lcd__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.lcd__title { color: #5b9bff; font-weight: 700; letter-spacing: .04em; }
.lcd__menu { display: flex; flex-direction: column; gap: 4px; }
.lcd__row {
  display: flex; justify-content: space-between; gap: 8px;
  padding: 5px 7px; border-radius: 5px; color: #aeb6c8;
}
.lcd__row span { color: #e9edf5; }
.lcd__row--sel { background: rgba(79,140,255,.28); color: #fff; }
.lcd__row--sel span { color: #3ad7c4; }
.lcd__foot { margin-top: 10px; color: #828aa0; font-size: 11px; }
.device__label {
  text-align: center; margin-top: 10px; font-size: 12px; color: var(--text-dim);
}

.cloud {
  position: absolute; z-index: 3; right: -4%; bottom: 4%;
  width: 56%;
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px;
  box-shadow: 0 18px 44px rgba(0,0,0,.55);
}
.cloud__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.cloud__title { font-weight: 700; font-size: 14px; }
.badge {
  font-size: 10px; font-weight: 700; letter-spacing: .06em;
  color: var(--green); background: rgba(45,212,191,.14);
  border: 1px solid rgba(45,212,191,.35); border-radius: 6px; padding: 2px 7px;
}
.cloud__relays { display: flex; gap: 7px; margin-bottom: 12px; }
.relay {
  flex: 1; text-align: center;
  font-family: var(--font-mono); font-size: 12px; font-weight: 700;
  color: var(--text-dim);
  background: var(--panel-2); border: 1px solid var(--border);
  border-radius: 7px; padding: 9px 0;
}
.relay--on {
  color: #06251f; background: var(--green); border-color: var(--green);
  box-shadow: 0 0 10px rgba(45,212,191,.45);
}
.cloud__row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 12px; color: var(--text-dim);
  padding: 4px 0; border-top: 1px solid var(--border);
}
.cloud__progress {
  margin-top: 10px; height: 6px; border-radius: 4px;
  background: var(--panel-2); overflow: hidden;
}
.cloud__progress span { display: block; height: 100%; background: var(--accent); }
.cloud__foot { margin-top: 7px; font-size: 11px; color: var(--text-dim); }

/* ── Flagship heading ───────────────────────────────────── */
.flagship__heading {
  font-size: clamp(28px, 3.6vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 36px;
}

/* ── Sections ───────────────────────────────────────────── */
.section { padding: 76px 0; }
.section--alt { background: var(--panel); border-block: 1px solid var(--border); }
.section__head { max-width: 720px; margin-bottom: 40px; }
.section__head--center { max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }

/* ── Flagship feature cards ─────────────────────────────── */
.flagship { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.feature {
  display: flex; flex-direction: column;
  background: var(--panel); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 1px 3px rgba(20,26,38,.05);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.feature:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(20,26,38,.10); }
.feature__media {
  aspect-ratio: 16 / 10; background: var(--panel-2);
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--border);
}
.feature__media img { width: 100%; height: 100%; object-fit: contain; }
.feature__body { padding: 24px 26px 28px; }
.feature__title { font-size: 22px; font-weight: 800; margin-bottom: 10px; }
.feature__text { font-size: 15.5px; color: var(--text-dim); line-height: 1.6; }
.feature__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

/* ── Resources doc groups ───────────────────────────────── */
.docs__group {
  font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--text-dim); margin: 36px 0 14px;
}
.docs__group:first-child { margin-top: 0; }
.docs + .docs__group { margin-top: 40px; }
.section__title { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; }
.section__lede { margin-top: 18px; font-size: 18px; color: var(--text-dim); }
.section__lede em { color: var(--text); font-style: normal; font-weight: 600; }
.section__lede + .section__lede { margin-top: 16px; }

/* ── Spec list (hub feature) ────────────────────────────── */
.specs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; }
.specs li {
  border-top: 1px solid var(--border); padding-top: 12px;
  display: flex; flex-direction: column; gap: 3px;
}
.specs strong { font-size: 15px; font-weight: 700; }
.specs span { font-size: 13.5px; color: var(--text-dim); line-height: 1.45; }

/* ── Operating modes ────────────────────────────────────── */
.modes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mode {
  background: var(--panel); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 22px;
  border-top: 3px solid var(--accent);
  box-shadow: 0 1px 3px rgba(20,26,38,.05);
}
.mode:nth-child(2) { border-top-color: var(--green); }
.mode:nth-child(3) { border-top-color: var(--yellow); }
.mode:nth-child(4) { border-top-color: var(--text-dim); }
.mode__title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.mode__text { font-size: 14.5px; color: var(--text-dim); line-height: 1.55; }

/* ── Cards ──────────────────────────────────────────────── */
.cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.card {
  background: rgba(242,245,249,.80); border: 1px solid rgba(196,205,217,.70); border-radius: var(--radius);
  padding: 22px; box-shadow: 0 2px 8px rgba(20,26,38,.07);
  backdrop-filter: blur(6px);
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.section--alt .card { background: var(--panel); }
.card:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 10px 26px rgba(20,26,38,.10); }
.card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 11px;
  background: rgba(79,140,255,.12); color: var(--accent);
  margin-bottom: 16px;
}
.card__title { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.card__text { font-size: 15px; color: var(--text-dim); line-height: 1.55; }
.card__tag {
  display: inline-block; margin-top: 14px;
  font-size: 11.5px; font-weight: 600; letter-spacing: .03em;
  color: var(--green); background: rgba(45,212,191,.12);
  border: 1px solid rgba(45,212,191,.3); border-radius: 6px; padding: 3px 9px;
}

/* ── Feature split (hub) ────────────────────────────────── */
.split--feature { align-items: start; }

/* ── Docs / resources list ──────────────────────────────── */
.docs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.doc__link {
  display: flex; align-items: center; gap: 14px;
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 12px; padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(20,26,38,.05);
  transition: border-color .15s ease, transform .1s ease, box-shadow .15s ease;
}
.doc__link:hover { border-color: var(--accent); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(20,26,38,.10); }
.doc__icon {
  flex: none; width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; font-weight: 800; letter-spacing: .04em;
  color: var(--red); background: rgba(255,71,87,.12);
  border: 1px solid rgba(255,71,87,.3); border-radius: 8px;
}
.doc__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.doc__title { font-size: 15px; font-weight: 600; color: var(--text); }
.doc__meta { font-size: 13px; color: var(--text-dim); }
.doc__dl { margin-left: auto; color: var(--text-dim); font-size: 20px; font-weight: 700; }
.doc__link:hover .doc__dl { color: var(--accent); }

/* ── Split (two audiences) ──────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.checklist { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.checklist li {
  position: relative; padding-left: 30px;
  font-size: 16px; color: var(--text-dim); line-height: 1.5;
}
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 4px;
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(45,212,191,.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%232dd4bf' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

/* ── Final CTA ──────────────────────────────────────────── */
.cta {
  padding: 80px 0;
  background:
    radial-gradient(700px 300px at 50% 0%, rgba(79,140,255,.16), transparent 65%),
    var(--panel);
  border-top: 1px solid var(--border);
}
.cta__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.cta__title { font-size: clamp(28px, 4vw, 40px); font-weight: 800; }
.cta__text { margin-top: 16px; font-size: 18px; color: var(--text-dim); }

/* ── Products page ──────────────────────────────────────── */
.pagehead {
  position: relative; padding: 64px 0 36px; overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.pagehead::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(700px 320px at 80% -20%, rgba(79,140,255,.16), transparent 60%);
}
.pagehead > .container { position: relative; z-index: 1; }
.pagehead__title { font-size: clamp(30px, 4.4vw, 46px); font-weight: 800; }
.pagehead__lede { margin-top: 16px; max-width: 640px; font-size: 18px; color: var(--text-dim); }
.pagehead__lede a { color: var(--accent); }

.jumpbar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.jumpbar a {
  font-size: 13px; font-weight: 600; color: var(--text-dim);
  background: var(--panel); border: 1px solid var(--border);
  border-radius: 999px; padding: 7px 14px;
  transition: border-color .15s ease, color .15s ease;
}
.jumpbar a:hover { border-color: var(--accent); color: var(--text); }

.product { padding: 64px 0; border-bottom: 1px solid var(--border); scroll-margin-top: 80px; }
.product--alt { background: var(--panel); }
.product__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center;
}
.product__grid--reverse .product__media { order: 2; }
.product__title { font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; margin-bottom: 8px; }
.product__lede { font-size: 17px; color: var(--text-dim); line-height: 1.6; }
.product__specs { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.product__specs li {
  position: relative; padding-left: 26px; font-size: 15px; color: var(--text-dim); line-height: 1.5;
}
.product__specs li::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 14px; height: 14px; border-radius: 50%;
  background: rgba(79,140,255,.15);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%234f8cff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.product__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.product__tags .card__tag { margin-top: 0; }
.product__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

/* Product media — photos */
.shot { margin: 0; }
.shot img {
  width: 100%; height: auto; border-radius: 12px;
  border: 1px solid var(--border); background: var(--panel-2);
}
.shot figcaption { margin-top: 8px; font-size: 12.5px; color: var(--text-dim); text-align: center; }
.shot--solo { max-width: 420px; margin: 0 auto; }

.gallery { display: grid; gap: 14px; }
.gallery--2 { grid-template-columns: 1fr 1fr; }
.gallery--4 { grid-template-columns: 1fr 1fr; }
.gallery .shot img { aspect-ratio: 1 / 1; object-fit: cover; }
.gallery--contain .shot img { object-fit: contain; background: var(--panel-2); padding: 12px; }

/* WRX kit composite layout */
.wrx-kit { display: flex; flex-direction: column; gap: 12px; }
.wrx-kit .shot img { width: 100%; border-radius: 12px; border: 1px solid var(--border); }
.wrx-kit__plates { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.wrx-kit__plates .shot img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 10px; }

/* Placeholder (no photo yet) */
.placeshot {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  aspect-ratio: 4 / 3; border-radius: 12px;
  border: 1px dashed var(--border); background: var(--panel-2); color: var(--text-dim);
}
.placeshot span { font-size: 13px; letter-spacing: .03em; }

.device--solo { width: 78%; max-width: 360px; margin: 0 auto; }

/* ── Trust band ─────────────────────────────────────────── */
.trust { border-block: 1px solid var(--border); background: var(--panel); }
.trust__inner {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 28px;
  padding: 26px 24px;
}
.trust__item { display: flex; flex-direction: column; gap: 3px; min-width: 120px; }
.trust__item strong { font-size: 15.5px; font-weight: 700; color: var(--text); letter-spacing: .01em; }
.trust__item:first-child strong { color: var(--accent); font-size: 16px; }
.trust__item span { font-size: 13px; color: var(--text-dim); }

/* ── Compatibility strip ────────────────────────────────── */
.compat { padding: 40px 0; border-bottom: 1px solid var(--border); }
.compat__inner {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
}
.compat__label {
  flex: none; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--green);
}
.compat__text { flex: 1; min-width: 260px; font-size: 16px; color: var(--text-dim); }

/* ── Contact / Quote ────────────────────────────────────── */
.contact__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.contact__list { margin-top: 28px; display: flex; flex-direction: column; gap: 16px; }
.contact__list li { display: flex; flex-direction: column; gap: 2px; border-top: 1px solid var(--border); padding-top: 14px; }
.contact__k { font-size: 12px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--text-dim); }
.contact__v { font-size: 16px; color: var(--text); }
a.contact__v:hover { color: var(--accent); }

.qform {
  background: var(--panel); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px;
}
.qform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field__label { font-size: 13px; font-weight: 600; color: var(--text-dim); }
.field__opt { font-weight: 400; color: var(--text-dim); opacity: .7; }
.field__input {
  background: var(--bg); color: var(--text);
  border: 1px solid var(--border); border-radius: 9px;
  padding: 11px 13px; font-family: inherit; font-size: 15px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field__input::placeholder { color: var(--text-dim); }
.field__input:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(79,140,255,.2);
}
textarea.field__input { resize: vertical; min-height: 96px; }
.qform__submit { width: 100%; margin-top: 4px; }

/* ── Footer ─────────────────────────────────────────────── */
.footer { background: #0c1728; padding: 34px 0; }
.footer__inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px;
  justify-content: space-between;
}
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer .brand__name { color: #fff; }
.footer__made { font-size: 13px; color: #9aa3b4; }
.footer__links { display: flex; gap: 22px; }
.footer__links a { font-size: 14px; color: #9aa3b4; }
.footer__links a:hover { color: #fff; }
.footer__copy { width: 100%; font-size: 13px; color: #7e8699; margin-top: 4px; }

/* ── Responsive — tablet (≤880px) ───────────────────────── */
@media (max-width: 880px) {
  .flagship { grid-template-columns: 1fr; gap: 22px; }
  .cards, .cards--3 { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .specs { grid-template-columns: 1fr 1fr; }
  .docs { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .product__grid { grid-template-columns: 1fr; gap: 32px; }
  .product__grid--reverse .product__media { order: -1; }
  .product__media { max-width: 480px; }
  .wrx-kit__plates { grid-template-columns: 1fr 1fr 1fr; }
}

/* ── Responsive — mobile (≤600px) ───────────────────────── */
@media (max-width: 600px) {
  /* Nav — hide text links, keep brand + CTA button */
  .nav__links { display: none; }
  .nav__inner { grid-template-columns: 1fr auto; }

  /* Hero — full-width dark overlay so text is readable */
  .hero--photo { min-height: 480px; background-size: cover; background-position: center center; }
  .hero--photo::before { background: rgba(6, 12, 26, .65); }
  .hero__copy { max-width: 100%; }
  .hero__title { font-size: 30px; }
  .hero__lede { font-size: 15.5px; margin-top: 16px; }
  .hero__cta { flex-direction: column; margin-top: 22px; }
  .hero__cta .btn { width: 100%; text-align: center; }

  /* Sections — tighter on mobile */
  body { font-size: 16px; }
  .section { padding: 40px 0; }
  .section--alt { padding: 40px 0; }
  .section__title { font-size: 24px; }
  .section__lede { font-size: 16px; margin-top: 12px; }

  /* Trust band — stack vertically, left-align */
  .trust__inner { flex-direction: column; gap: 14px; padding: 20px 24px; }
  .trust__item { min-width: unset; }
  .trust__item strong { font-size: 15px; }

  /* Flagship */
  .flagship__heading { font-size: 24px; margin-bottom: 22px; }
  .feature__media { aspect-ratio: 16 / 9; }
  .feature__body { padding: 18px 20px 22px; }
  .feature__title { font-size: 19px; }
  .feature__text { font-size: 14.5px; }

  /* Why KwikMaster — single column, compact checklist */
  .split { gap: 32px; }
  .checklist { gap: 10px; margin-top: 14px; }
  .checklist li { font-size: 14.5px; padding-left: 26px; }

  /* Contact */
  .contact__grid { gap: 28px; }
  .contact__list { margin-top: 18px; gap: 12px; }

  /* Form */
  .cards, .cards--3 { grid-template-columns: 1fr; }
  .specs { grid-template-columns: 1fr; }
  .qform { padding: 20px; }
  .qform__row { grid-template-columns: 1fr; gap: 0; }
  .jumpbar { gap: 6px; }
  .gallery--2 { grid-template-columns: 1fr 1fr; }
  .wrx-kit__plates { grid-template-columns: 1fr 1fr; }

  /* Footer */
  .footer__inner { flex-direction: column; gap: 14px; text-align: center; }
  .footer__links { flex-wrap: wrap; justify-content: center; gap: 14px; }
  .footer__copy { margin-top: 0; }
}
