/* ============================================================
   CARPATHIAN COURIER — Design System
   Custom visual system for Carpathian Courier
   ============================================================ */

/* ---- @font-face ------------------------------------------- */
@font-face {
  font-family: 'SuisseIntl';
  src: url('../static/fonts/SuisseIntl-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ============================================================
   HOMEPAGE QUOTE WIZARD
   ============================================================ */
.cta-form--wizard {
  background:
    radial-gradient(circle at 14% 16%, rgba(171,255,2,0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,0.05), transparent 20%),
    linear-gradient(180deg, #052726 0%, #041d1d 100%);
}

.cta-form--wizard .cta-form__inner {
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.cta-form--wizard .cta-form__support-shell {
  gap: 18px;
}

.cta-form--wizard .cta-form__support-intro,
.cta-form--wizard .cta-form__trust-item,
.cta-form--wizard .cta-form__support-card,
.cta-form--wizard .cta-form__sla {
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.018)),
    linear-gradient(135deg, rgba(171,255,2,0.03), transparent 60%);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
}

.cta-form--wizard .cta-form__support-intro {
  padding: clamp(24px, 2.8vw, 34px);
}

.cta-form--wizard .cta-form__support-intro .cta-form__title {
  max-width: 10ch;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cta-form--wizard .cta-form__support-intro .cta-form__desc {
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.72;
}

.cta-form--wizard .cta-form__trust-item {
  padding: 18px 20px;
}

.cta-form--wizard .cta-form__trust-icon {
  background: rgba(171,255,2,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.cta-form--wizard .cta-form__support-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-form--wizard .cta-form__support-card {
  min-height: 100%;
}

.cta-form--wizard .cta-form__sla {
  position: relative;
  overflow: hidden;
  border-color: rgba(171,255,2,0.22);
}

.cta-form--wizard .cta-form__sla::after {
  content: '';
  position: absolute;
  inset: auto -12% -36% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(171,255,2,0.18), transparent 68%);
  pointer-events: none;
}

.cta-form--wizard .cta-form__form {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.1);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.018)),
    linear-gradient(140deg, rgba(171,255,2,0.045), transparent 42%);
  box-shadow:
    0 32px 80px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.cta-form--wizard .cta-form__form::before {
  content: '';
  position: absolute;
  inset: -20% auto auto 62%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(171,255,2,0.12), transparent 70%);
  pointer-events: none;
}

.cta-form--wizard .cta-form__form-header {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  padding-bottom: 22px;
}

.cta-form--wizard .cta-form__form-title {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.cta-form--wizard .cta-form__form-desc {
  max-width: 55ch;
  font-size: 14px;
  line-height: 1.7;
}

.quote-wizard {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
}

.quote-wizard__top {
  display: grid;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.32);
}

.quote-wizard__eyebrow,
.quote-wizard__panel-kicker,
.quote-wizard__success-kicker,
.quote-wizard__success-label {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(171,255,2,0.9);
}

.quote-wizard__microcopy,
.quote-wizard__panel-desc,
.quote-wizard__actions-desc,
.quote-wizard__success-copy {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 13px;
  line-height: 1.7;
}

.quote-wizard__progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.quote-wizard__progress-item {
  width: 100%;
  display: grid;
  gap: 10px;
  justify-items: start;
  min-height: 88px;
  padding: 14px 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  color: rgba(255,255,255,0.72);
  text-align: left;
  appearance: none;
  cursor: pointer;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease, color 160ms ease;
}

.quote-wizard__progress-item:not(:disabled):hover {
  transform: translateY(-1px);
  border-color: rgba(255,255,255,0.14);
}

.quote-wizard__progress-item:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.quote-wizard__progress-item.is-active,
.quote-wizard__progress-item.is-complete {
  border-color: rgba(171,255,2,0.24);
  background: linear-gradient(180deg, rgba(171,255,2,0.1), rgba(255,255,255,0.025));
  color: var(--white);
}

.quote-wizard__progress-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.45);
  color: rgba(255,255,255,0.78);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.quote-wizard__progress-item.is-active .quote-wizard__progress-index,
.quote-wizard__progress-item.is-complete .quote-wizard__progress-index {
  border-color: rgba(171,255,2,0.3);
  background: rgba(171,255,2,0.12);
  color: var(--accent);
}

.quote-wizard__progress-label {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.quote-wizard__body {
  position: relative;
}

.quote-wizard__panel,
.quote-wizard__success {
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.016));
  animation: quoteWizardFade 180ms ease;
}

.quote-wizard__panel[hidden],
.quote-wizard__success[hidden] {
  display: none !important;
}

.quote-wizard__panel-head {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.quote-wizard__panel-title,
.quote-wizard__success-title {
  margin: 0;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.cta-form--wizard .quote-wizard .form__row {
  gap: 16px;
}

.cta-form--wizard .quote-wizard .form__field {
  margin-bottom: 0;
}

.cta-form--wizard .quote-wizard .form__field--full + .form__field--full {
  margin-top: 16px;
}

.cta-form--wizard .quote-wizard .form__label {
  align-items: flex-start;
  flex-wrap: wrap;
}

.cta-form--wizard .quote-route-layout {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.cta-form--wizard .quote-route-postcodes .form__row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cta-form--wizard .quote-distance-card {
  gap: 12px;
  justify-content: flex-start;
}

.cta-form--wizard .quote-distance-card__value {
  max-width: none;
  font-size: clamp(22px, 2vw, 28px);
  text-wrap: balance;
}

.cta-form--wizard .quote-distance-card__meta,
.cta-form--wizard .form__assist {
  line-height: 1.65;
}

.quote-review--summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-review__card--route,
.quote-wizard__submit-card {
  grid-column: 1 / -1;
}

.quote-review__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.quote-review__title,
.quote-wizard__actions-title,
.quote-wizard__success-value {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.quote-review__edit,
.quote-wizard__back,
.quote-wizard__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(4,19,17,0.4);
  color: rgba(255,255,255,0.82);
  appearance: none;
  cursor: pointer;
  font-weight: 600;
}

.quote-review__edit {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 13px;
}

.quote-review__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  margin: 0;
}

.quote-review__summary-item {
  display: grid;
  gap: 6px;
  margin: 0;
}

.quote-review__summary-item--wide {
  grid-column: 1 / -1;
}

.quote-review__summary dt {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-review__summary dd {
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  line-height: 1.65;
  white-space: pre-line;
}

.quote-wizard__submit-panel {
  display: grid;
  gap: 16px;
}

.quote-wizard__submit-card {
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.3);
}

.quote-wizard__actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.34);
}

.quote-wizard__actions-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quote-wizard__next,
.cta-form--wizard .form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--accent);
  color: #03110d;
  appearance: none;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 34px rgba(171,255,2,0.16);
}

.quote-wizard__next:hover,
.cta-form--wizard .form__submit:hover {
  transform: translateY(-1px);
}

.cta-form--wizard .form__submit[hidden],
.quote-wizard__next[hidden],
.quote-wizard__back[hidden],
.quote-wizard__actions[hidden] {
  display: none !important;
}

.quote-wizard__success {
  justify-items: start;
  padding: 28px;
  background:
    radial-gradient(circle at top right, rgba(171,255,2,0.12), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
}

.quote-wizard__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  border: 1px solid rgba(171,255,2,0.26);
  background: rgba(171,255,2,0.12);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-wizard__success-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
}

.quote-wizard__success-card {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.28);
}

.cta-form--wizard .form__status {
  margin-top: -2px;
}

@keyframes quoteWizardFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  .cta-form--wizard .cta-form__inner {
    grid-template-columns: 1fr;
  }

  .cta-form--wizard .cta-form__form {
    order: 1;
  }

  .cta-form--wizard .cta-form__support {
    order: 2;
  }

  .cta-form--wizard .cta-form__support-shell {
    position: static;
  }
}

@media (max-width: 980px) {
  .cta-form--wizard .cta-form__support-grid,
  .quote-review--summary,
  .quote-review__summary,
  .quote-wizard__success-grid {
    grid-template-columns: 1fr;
  }

  .quote-wizard__progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-form--wizard .quote-route-postcodes .form__row {
    grid-template-columns: 1fr;
  }

  .quote-wizard__actions {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .quote-wizard__actions-buttons {
    justify-content: stretch;
  }

  .quote-wizard__actions-buttons > * {
    flex: 1 1 0;
  }
}

@media (max-width: 768px) {
  .cta-form--wizard .cta-form__form,
  .cta-form--wizard .cta-form__support-intro,
  .cta-form--wizard .cta-form__trust-item,
  .cta-form--wizard .cta-form__support-card,
  .cta-form--wizard .cta-form__sla,
  .cta-form--wizard .quote-wizard__top,
  .cta-form--wizard .quote-wizard__panel,
  .cta-form--wizard .quote-wizard__actions,
  .cta-form--wizard .quote-wizard__success,
  .cta-form--wizard .quote-wizard__submit-card {
    border-radius: 20px;
  }

  .cta-form--wizard .cta-form__form,
  .cta-form--wizard .cta-form__support-intro {
    padding: 22px 18px;
  }

  .cta-form--wizard .quote-wizard__top,
  .cta-form--wizard .quote-wizard__panel,
  .cta-form--wizard .quote-wizard__actions,
  .cta-form--wizard .quote-wizard__success,
  .cta-form--wizard .quote-wizard__submit-card,
  .cta-form--wizard .quote-route-card,
  .cta-form--wizard .quote-distance-card,
  .cta-form--wizard .quote-review__card {
    padding: 18px;
  }

  .cta-form--wizard .cta-form__support-intro .cta-form__title {
    max-width: none;
  }

  .cta-form--wizard .form__row,
  .cta-form--wizard .form__row--three,
  .cta-form--wizard .quote-route-grid,
  .cta-form--wizard .quote-route-layout,
  .cta-form--wizard .cta-form__support-grid {
    grid-template-columns: 1fr;
  }

  .quote-wizard__progress {
    gap: 8px;
  }

  .quote-wizard__progress-item {
    min-height: 78px;
    padding: 12px;
    border-radius: 16px;
  }

  .quote-wizard__progress-label {
    font-size: 12px;
  }

  .quote-wizard__panel-title,
  .quote-wizard__success-title,
  .cta-form--wizard .cta-form__form-title {
    font-size: 32px;
  }

  .quote-review__card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-wizard__actions-buttons {
    flex-direction: column-reverse;
  }

  .quote-wizard__actions-buttons > * {
    width: 100%;
  }

  .quote-wizard__back,
  .quote-wizard__next,
  .cta-form--wizard .form__submit,
  .quote-wizard__secondary {
    width: 100%;
    min-height: 52px;
  }
}
@font-face {
  font-family: 'SuisseIntl';
  src: url('../static/fonts/SuisseIntl-Book.woff2') format('woff2');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SuisseIntl';
  src: url('../static/fonts/SuisseIntl-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SuisseIntl';
  src: url('../static/fonts/SuisseIntl-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeistMono';
  src: url('../static/fonts/GeistMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeistMono';
  src: url('../static/fonts/GeistMono-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GeistMono';
  src: url('../static/fonts/GeistMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---- Design Tokens --------------------------------------- */
:root {
  --brand-dark:   #052424;
  --brand-accent: #ABFF02;
  --brand-text:   #ffffff;

  --bg:         var(--brand-dark);
  --bg-mid:     #083030;
  --bg-light:   #0A3838;
  --accent:     var(--brand-accent);
  --accent-dim: rgba(171,255,2,0.15);
  --white:      var(--brand-text);
  --gray:       #c2c2c2;
  --muted:      #A7A1A1;
  --border:     rgba(255,255,255,0.10);
  --border-mid: rgba(255,255,255,0.06);
  --focus-ring: rgba(171,255,2,0.75);

  --font:       'SuisseIntl', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono:       'GeistMono', 'Courier New', monospace;

  --nav-h:      4.5rem;
  --max-w:      1280px;
  --gap:        clamp(24px, 4vw, 64px);
  --section-py: clamp(80px, 10vw, 160px);

  --ease-out:   cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:    cubic-bezier(0.4, 0, 1, 1);
}

/* ---- Reset ------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.homepage {
  position: relative;
}

p { line-height: 1.62; }

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: none;
  background: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 2px;
}

/* ---- Layout Utilities ------------------------------------- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}

.section { padding-block: var(--section-py); }

.label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.divider {
  width: 100%;
  height: 1px;
  background: var(--border);
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
  background: transparent;
}

.navbar {
  position: fixed;
  z-index: 2;
  background: transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.nav.scrolled,
.navbar.navbar--scrolled {
  background: transparent;
  border-bottom-color: transparent;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: clamp(0.75rem, 2vw, 2.25rem);
  width: 100%;
  max-width: var(--max-w);
  min-width: 0;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}

.navbar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  min-height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  white-space: nowrap;
  flex: 0 0 auto;
  min-width: 0;
  max-height: none;
}

.navbar__logo img {
  height: 46px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28)) !important;
  mix-blend-mode: normal !important;
  opacity: 1;
}

.nav__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: clamp(1rem, 2vw, 2.25rem);
  margin-left: 0;
  flex-wrap: nowrap;
}

.nav__links li {
  min-width: max-content;
}

.nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.125rem;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
  transition: color 0.2s;
  position: relative;
}

.nav__link:hover,
.nav__link.active { color: var(--white); }

.nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  background: var(--accent);
  color: var(--bg);
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  margin-left: clamp(0.5rem, 1vw, 1rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.nav__cta:hover { opacity: 0.88; transform: translateY(-1px); }

.nav__hamburger {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin-left: auto;
  border-radius: 6px;
}

.nav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  transition: transform 0.3s, opacity 0.3s;
}

/* Mobile nav */
.nav__mobile {
  display: none;
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(15,61,46,0.98);
  padding: 24px clamp(20px,5vw,80px) 40px;
  border-bottom: 1px solid var(--border);
  z-index: 999;
  flex-direction: column;
  gap: 4px;
}

.nav__mobile.open { display: flex; }

.nav__mobile a {
  font-size: 18px;
  font-weight: 500;
  color: var(--gray);
  padding: 14px 0;
  border-bottom: 1px solid var(--border-mid);
  transition: color 0.2s;
}
.nav__mobile a:hover { color: var(--white); }
.nav__mobile .nav__cta {
  margin-top: 16px;
  justify-content: center;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 80px;
}

.hero__video-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
}

.hero__video {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 80px);
}

.hero__eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__eyebrow-copy {
  display: inline-grid;
  align-items: center;
  min-width: 0;
}

.hero__eyebrow-measure,
.hero__eyebrow-text {
  grid-area: 1 / 1;
  white-space: nowrap;
}

.hero__eyebrow-measure {
  visibility: hidden;
}

.hero__eyebrow-text {
  min-width: 0;
}

.hero__eyebrow.is-typing .hero__eyebrow-text::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 1.05em;
  margin-left: 0.18em;
  vertical-align: -0.14em;
  border-right: 1px solid currentColor;
  animation: heroCaretBlink 0.9s steps(1) infinite;
}

.hero__eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.hero__headline {
  font-size: clamp(42px, 6vw, 88px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -0.03em;
  max-width: 820px;
  margin-bottom: 28px;
}

.hero__headline em {
  font-style: normal;
  color: var(--accent);
}

.hero__sub {
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--gray);
  max-width: 520px;
  line-height: 1.55;
  margin-bottom: 40px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--accent);
  color: var(--bg);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 4px;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.btn-primary:hover,
.btn-primary:focus-visible { opacity: 0.9; transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1px solid var(--border);
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 4px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
  transform: translateY(-1px);
}

.btn-ghost:focus-visible {
  border-color: rgba(171,255,2,0.65);
  background: rgba(171,255,2,0.14);
}

.hero__scroll {
  position: absolute;
  bottom: 32px;
  right: clamp(20px, 5vw, 80px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollLine 1.8s ease-in-out infinite;
}

/* --- Hero cinematic overlay/pin styling --- */
.hero--cinematic {
  position: relative;
  min-height: 100svh;
  z-index: 1;
}

.hero--cinematic .hero__content {
  position: relative;
  z-index: 4;
}

.hero--cinematic .hero__video {
  transform: scale(1);
  transform-origin: center center;
  will-change: transform;
}

.hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 45%, rgba(0,0,0,0.55) 100%),
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.014) 0 1px, rgba(255,255,255,0) 1px 3px);
}

.hero__top-banner {
  position: absolute;
  top: 6vh;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 4;
  pointer-events: none;
  font-family: var(--mono);
  font-size: clamp(11px, 1.15vw, 15px);
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 0 30px rgba(171,255,2,0.28), 0 0 90px rgba(171,255,2,0.16);
  opacity: 1;
}

.hero--cinematic.hero--cinematic-ready .hero__eyebrow,
.hero--cinematic.hero--cinematic-ready .hero__headline,
.hero--cinematic.hero--cinematic-ready .hero__sub,
.hero--cinematic.hero--cinematic-ready .hero__top-banner {
  opacity: 0;
  transform: translateY(22px);
}

.hero--cinematic.hero--cinematic-ready .hero__top-banner {
  transform: translateX(-50%) translateY(22px);
}

.hero--cinematic.hero--cinematic-ready .hero__headline {
  transform: translateY(28px);
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(1); opacity: 1; }
  50% { transform: scaleY(0.4); opacity: 0.4; }
}

@keyframes heroCaretBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@media (max-width: 1366px), (max-height: 820px) {
  .hero {
    padding-bottom: 64px;
  }

  .hero__content {
    max-width: min(1120px, calc(100% - 96px));
  }

  .hero__eyebrow {
    margin-bottom: 16px;
    letter-spacing: 0.12em;
  }

  .hero__headline {
    font-size: clamp(50px, 5.2vw, 76px);
    line-height: 1.04;
    max-width: 10.4ch;
    margin-bottom: 22px;
  }

  .hero__sub {
    font-size: clamp(17px, 1.35vw, 19px);
    max-width: 34rem;
    margin-bottom: 34px;
  }

  .hero__actions {
    gap: 16px;
  }

  .hero__top-banner {
    top: calc(var(--nav-h) + 16px);
    left: clamp(32px, 4vw, 72px);
    transform: none;
    max-width: calc(100vw - 240px);
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(5,36,36,0.2);
    box-shadow: 0 14px 34px rgba(0,0,0,0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-size: clamp(10px, 0.95vw, 12px);
    letter-spacing: 0.18em;
    text-shadow: 0 0 18px rgba(171,255,2,0.12);
  }

  .hero--cinematic.hero--cinematic-ready .hero__top-banner {
    transform: translateY(22px);
  }
}

/* ============================================================
   TICKER / STATS BAR
   ============================================================ */
.stats-bar {
  position: relative;
  z-index: 1;
  background: var(--bg-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
  overflow: hidden;
}

.stats-bar__track {
  display: flex;
  gap: 60px;
  animation: ticker 30s linear infinite;
  width: max-content;
}

.stats-bar__item {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap;
}

.stats-bar__num {
  font-size: 28px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.stats-bar__text {
  font-size: 13px;
  color: var(--muted);
  font-weight: 450;
}

.stats-bar__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--border);
}

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ============================================================
   VIDEO CAROUSEL (Numbered Sections 01–04)
   ============================================================ */
.vc {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.vc__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 64px;
}

.vc__title {
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  max-width: 560px;
}

.vc__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.vc__nav-btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: border-color 0.2s, background 0.2s;
}

.vc__nav-btn:hover,
.vc__nav-btn.active {
  border-color: var(--accent);
  background: var(--accent-dim);
  color: var(--accent);
}

.vc__slides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  align-items: stretch;
}

.vc__slide {
  display: none;
  grid-column: span 2;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  align-items: stretch;
}

.vc__slide.active { display: grid; }

.vc__info {
  background: var(--bg-mid);
  padding: clamp(32px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
}

.vc__num {
  font-family: var(--mono);
  font-size: clamp(80px, 10vw, 140px);
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.15);
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.vc__slide-label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.vc__slide-title {
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.vc__slide-desc {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.65;
  max-width: 380px;
  flex: 1;
  margin-bottom: 32px;
}

.vc__slide-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  transition: gap 0.2s;
}

.vc__slide-link:hover { gap: 12px; }

.vc__video-wrap {
  position: relative;
  overflow: hidden;
  background: var(--bg-light);
  /* backstop: height normally comes from grid stretch (min-height: 480px on sibling)
     but that may not establish a definite height for the child video's height:100% */
  min-height: 400px;
}

.vc__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vc__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.vc__dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: var(--border);
  transition: width 0.3s, background 0.3s;
}

.vc__dot.active {
  width: 24px;
  background: var(--accent);
}

/* ============================================================
   FULLSCREEN FEATURES
   ============================================================ */
.ff {
  border-top: 1px solid var(--border);
}

.ff__item {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.ff__item:nth-child(even) .ff__content { order: 2; }
.ff__item:nth-child(even) .ff__media   { order: 1; }

.ff__content {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: clamp(60px, 8vw, 120px) clamp(32px, 5vw, 80px);
}

.ff__num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ff__num::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--muted);
}

.ff__title {
  font-size: clamp(32px, 3.5vw, 54px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.ff__title em {
  font-style: normal;
  color: var(--accent);
}

.ff__desc {
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--gray);
  line-height: 1.65;
  max-width: 460px;
  margin-bottom: 36px;
}

.ff__points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.ff__point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
}

.ff__point::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 6px;
  flex-shrink: 0;
}

.ff__media {
  width: 50%;
  position: relative;
  align-self: stretch;
  /* '100%' cannot resolve when parent has only min-height (no definite height);
     use viewport unit so abs-positioned video children always have a height */
  min-height: 100svh;
  overflow: hidden;
}

/* Desktop: wide video shown, vert hidden */
.ff__media video.vert  { display: none; }
.ff__media video.wide  { display: block; }

.ff__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

/* ============================================================
   SOLUTIONS GRID
   ============================================================ */
.sol {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.sol__header {
  margin-bottom: 56px;
}

.sol__intro {
  font-size: clamp(14px, 1.2vw, 16px);
  color: var(--muted);
  max-width: 480px;
  margin-top: 16px;
  line-height: 1.6;
}

.sol__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.sol__card {
  background: var(--bg-mid);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}

.sol__card:hover { background: var(--bg-light); }

.sol__card-video {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}

.sol__card-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-out);
}

.sol__card:hover .sol__card-video video {
  transform: scale(1.03);
}

.sol__card-body {
  padding: 28px 32px 36px;
  border-top: 1px solid var(--border-mid);
}

.sol__card-num {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.sol__card-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.sol__card-desc {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

.sol__card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  transition: gap 0.2s;
}

.sol__card-link:hover { gap: 10px; }

/* ============================================================
   QUOTE / TESTIMONIAL
   ============================================================ */
.quote {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.quote__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.quote__media {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/5;
}

.quote__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote__content {}

.quote__mark {
  font-family: var(--mono);
  font-size: 80px;
  line-height: 0.8;
  color: var(--accent);
  margin-bottom: 24px;
  opacity: 0.6;
}

.quote__text {
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--white);
  margin-bottom: 32px;
}

.quote__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.quote__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.quote__avatar img { width: 100%; height: 100%; object-fit: cover; }

.quote__name {
  font-size: 15px;
  font-weight: 600;
}
.quote__role {
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

/* ============================================================
   CTA FORM SECTION
   ============================================================ */
.cta-form {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at top left, rgba(171,255,2,0.08), transparent 36%),
    linear-gradient(180deg, #083030 0%, #062727 100%);
}

.cta-form__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
}

.cta-form__copy {
  position: sticky;
  top: calc(var(--nav-h) + 28px);
  align-self: start;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.cta-form__copy .label {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin-bottom: 20px;
  border-radius: 999px;
  border: 1px solid rgba(171,255,2,0.24);
  background: rgba(171,255,2,0.08);
}

.cta-form__title {
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 18px;
  max-width: 12ch;
}

.cta-form__title em {
  font-style: normal;
  color: var(--accent);
}

.cta-form__desc {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 46ch;
}

.cta-form__features {
  display: grid;
  gap: 12px;
}

.cta-form__feat {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--gray);
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4, 19, 17, 0.3);
}

.cta-form__feat-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent-dim);
  border: 1px solid rgba(171,255,2,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent);
  font-size: 11px;
}

.cta-form__form {
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: clamp(28px, 3vw, 40px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.cta-form__form-header {
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cta-form__form-kicker {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.cta-form__form-title {
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 10px;
}

.cta-form__form-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--gray);
  max-width: 52ch;
}

.quote-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.quote-highlight {
  min-height: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  border-radius: 12px;
}

.quote-highlight__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.quote-highlight__value {
  font-size: 15px;
  line-height: 1.6;
  color: var(--white);
}

.quote-form__section {
  position: relative;
  margin-bottom: 16px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
}

.quote-form__section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.quote-form__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  background: rgba(171,255,2,0.12);
  border: 1px solid rgba(171,255,2,0.24);
  color: var(--accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0;
  flex-shrink: 0;
}

.quote-form__section-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--white);
}

.quote-form__section-desc {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form__row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form__field {
  margin-bottom: 12px;
}

.form__field--full {
  margin-bottom: 0;
}

.form__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.form__input,
.form__select,
.form__textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(3,18,15,0.34);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--white);
  font-size: 15px;
  transition: border-color 0.2s, background 0.2s;
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: rgba(171,255,2,0.5);
  background: rgba(255,255,255,0.06);
}

.form__input::placeholder,
.form__textarea::placeholder { color: var(--muted); }

.form__select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.form__select option {
  color: #07110f;
  background: #f5f8f6;
}

.form__select option:checked {
  color: #07110f;
  background: #dff5e7;
}

.form__textarea {
  resize: vertical;
  min-height: 100px;
}

.form__textarea--compact {
  min-height: 84px;
}

.form__textarea--address {
  min-height: 148px;
}

.form__assist {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
}

.form__assist.is-valid {
  color: #dcffe3;
}

.form__assist.is-error {
  color: #ffd4d4;
}

.form__suggestions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.form__suggestion {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--white);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.form__suggestion:hover,
.form__suggestion:focus-visible {
  border-color: rgba(171,255,2,0.32);
  background: rgba(255,255,255,0.06);
  transform: translateY(-1px);
}

.form__suggestion-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.form__suggestion-meta {
  display: block;
  font-size: 12px;
  color: var(--muted);
}

.quote-route-grid {
  align-items: stretch;
  gap: 14px;
}

.quote-route-card {
  margin-bottom: 0;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(6, 23, 20, 0.32);
}

.quote-route-card__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 6px;
}

.quote-route-card__meta {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 14px;
}

.quote-distance-card {
  margin-top: 8px;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid rgba(171,255,2,0.16);
  background: linear-gradient(135deg, rgba(171,255,2,0.08), rgba(255,255,255,0.02));
}

.quote-distance-card__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}

.quote-distance-card__value {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 8px;
}

.quote-distance-card__meta {
  font-size: 13px;
  line-height: 1.6;
  color: var(--gray);
}

.form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 15px 24px;
  background: var(--accent);
  color: var(--bg);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 10px;
  margin-top: 10px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.form__submit:hover { opacity: 0.88; transform: translateY(-1px); }

.form__submit:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
}

.form__note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 62ch;
}

.form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__status {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 4px;
  padding: 0;
  color: transparent;
  min-height: 0;
  transition: padding 0.2s ease, min-height 0.2s ease;
}

.form__status.is-visible {
  padding: 10px 12px;
  min-height: 42px;
}

.form__status--success {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #d6ffe6;
}

.form__status--error {
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #ffd4d4;
}

.form__status--info {
  background: rgba(171,255,2,0.12);
  border: 1px solid rgba(171,255,2,0.32);
  color: #f3ffd2;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  border-top: 1px solid var(--border);
  padding-top: 64px;
  padding-bottom: 32px;
}

.footer__top {
  display: block;
  margin-bottom: 64px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 16px;
}

.footer__logo img:not(.footer__logo-image) {
  width: 26px;
  height: 26px;
}

.footer__logo-image {
  width: auto;
  height: 42px;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.18));
}

.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.footer__group {
  display: flex;
  flex-direction: column;
}

.footer__col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 20px;
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  color: var(--muted);
  transition: color 0.2s;
}

.footer__link:hover { color: var(--white); }

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--border-mid);
  flex-wrap: wrap;
}

.footer__copy {
  font-size: 13px;
  color: var(--muted);
}

.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  color: var(--muted);
  transition: color 0.2s;
}
.footer__legal a:hover { color: var(--white); }

/* ============================================================
   INNER PAGE HERO (About, Services, etc.)
   ============================================================ */
.page-hero {
  padding-top: calc(var(--nav-h) + 80px);
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(5,36,36,0.9) 0%, rgba(5,36,36,0.6) 100%);
}

.page-hero__content {
  position: relative;
  z-index: 1;
}

.page-hero__label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.page-hero__title {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.05;
  max-width: 700px;
  margin-bottom: 24px;
}

.page-hero__title em {
  font-style: normal;
  color: var(--accent);
}

.page-hero__desc {
  font-size: clamp(16px, 1.5vw, 19px);
  color: var(--gray);
  max-width: 540px;
  line-height: 1.6;
}

/* ============================================================
   TEXT + MEDIA SPLIT (reusable)
   ============================================================ */
.split {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.split__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.split__inner.reverse .split__media { order: -1; }

.split__label {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.split__title {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.split__text {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 28px;
}

.split__media {
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.split__media img,
.split__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fleet lineup composite */
.split__media.fleet-lineup {
  background: var(--brand-dark);
  display: flex;
  align-items: flex-end;
  padding: 0;
}

.fleet-lineup__inner {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.fleet-lineup__van {
  object-fit: contain;
  height: 100%;
  width: auto;
  flex-shrink: 0;
}

.fleet-lineup__van--sm {
  width: 30%;
  transform: translateX(12%);
  z-index: 1;
}

.fleet-lineup__van--md {
  width: 38%;
  z-index: 3;
}

.fleet-lineup__van--lg {
  width: 42%;
  transform: translateX(-10%);
  z-index: 2;
}

/* ============================================================
   VALUES / CARDS GRID
   ============================================================ */
.values {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.value-card {
  background: var(--bg-mid);
  padding: 36px 32px;
  transition: background 0.2s;
}

.value-card:hover { background: var(--bg-light); }

.value-card__icon {
  margin-bottom: 24px;
  color: var(--accent);
  display: flex;
  align-items: center;
}

.value-card__icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.value-card__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.value-card__text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.65;
}

/* ============================================================
   TEAM SECTION
   ============================================================ */
.team {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.team__grid--duo {
  grid-template-columns: repeat(2, 1fr);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.team__grid--single {
  grid-template-columns: 1fr;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.team-card__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-mid);
  border: 1px solid var(--border);
}

.team-card__avatar span {
  font-family: var(--mono);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
  user-select: none;
}

.team-card {
  background: var(--bg-mid);
  overflow: hidden;
}

.team-card__photo {
  aspect-ratio: 3/4;
  overflow: hidden;
}

.team-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.3);
  transition: transform 0.5s var(--ease-out), filter 0.3s;
}

.team-card:hover .team-card__photo img {
  transform: scale(1.04);
  filter: grayscale(0);
}

.team-card__info {
  padding: 20px 24px;
  border-top: 1px solid var(--border-mid);
}

.team-card__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.team-card__role {
  font-size: 13px;
  color: var(--muted);
}

/* ============================================================
   RESOURCES / BLOG GRID
   ============================================================ */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 48px;
}

.resource-card {
  background: var(--bg-mid);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: background 0.2s;
}

.resource-card:hover { background: var(--bg-light); }

.resource-card__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.resource-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease-out);
}

.resource-card:hover .resource-card__thumb img {
  transform: scale(1.04);
}

.resource-card__body {
  padding: 24px 28px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.resource-card__cat {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.resource-card__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin-bottom: 10px;
  flex: 1;
}

.resource-card__excerpt {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.6;
  margin-bottom: 20px;
}

.resource-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  margin-top: auto;
  transition: gap 0.2s;
}

.resource-card:hover .resource-card__link { gap: 10px; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-wrap {
  padding-block: var(--section-py);
  border-top: 1px solid var(--border);
}

.contact-wrap__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}

.contact-wrap.cta-form--wizard .contact-wrap__inner {
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 4vw, 56px);
}

.contact-info__title {
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 20px;
}

.contact-info__desc {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 40px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-detail__label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.contact-detail__val {
  font-size: 15px;
  color: var(--white);
}

.contact-detail__val a { color: var(--accent); transition: opacity 0.2s; }
.contact-detail__val a:hover { opacity: 0.7; }

.contact-main-line {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.contact-wa-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(37, 211, 102, 0.5);
  background: rgba(37, 211, 102, 0.16);
  color: #d9ffe9;
  font-size: 0.8125rem;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.contact-wa-inline svg {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}

.contact-detail__val a.contact-wa-inline:hover {
  opacity: 1;
  transform: scale(1.05);
  background: rgba(37, 211, 102, 0.24);
  border-color: rgba(37, 211, 102, 0.7);
}

.legal-policies {
  border-top: 1px solid var(--border);
  background: var(--bg-mid);
}

.legal-policies__intro {
  margin-bottom: 36px;
}

.legal-policies__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

.legal-card {
  padding: 28px 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border-mid);
}

.legal-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.015em;
}

.legal-card__text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 12px;
}

.legal-card__text:last-child {
  margin-bottom: 0;
}

.legal-card__text a {
  color: var(--accent);
}

/* ============================================================
   ANIMATIONS (Intersection Observer)
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal.visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .stats-bar__track {
    animation: none;
  }

  .hero--cinematic.hero--cinematic-ready .hero__eyebrow,
  .hero--cinematic.hero--cinematic-ready .hero__headline,
  .hero--cinematic.hero--cinematic-ready .hero__sub,
  .hero--cinematic.hero--cinematic-ready .hero__top-banner {
    opacity: 1;
    transform: none;
  }

  .hero--cinematic.hero--cinematic-ready .hero__top-banner {
    transform: translateX(-50%) !important;
  }

  .hero--cinematic .hero__video {
    transform: none !important;
  }

  .hero__vignette {
    background: radial-gradient(circle at 50% 45%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 52%, rgba(0,0,0,0.46) 100%);
  }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer__top {
    gap: 36px;
  }
  .footer__nav {
    gap: 36px;
  }
  .ff__content,
  .ff__media { width: 100%; }
  .ff__item {
    flex-direction: column;
    min-height: unset;
  }
  .ff__item:nth-child(even) .ff__content,
  .ff__item:nth-child(even) .ff__media { order: unset; }
  .ff__media {
    height: 56vw;
    min-height: unset; /* clear the desktop 100svh min-height */
  }
  .ff__media video {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quote__inner { gap: 48px; }
  .cta-form__inner { gap: 48px; }
}

@media (max-width: 768px) {
  :root { --section-py: clamp(60px, 8vw, 100px); }

  .nav__links,
  .nav__cta { display: none; }
  .nav__hamburger { display: flex; }

  .hero__scroll { display: none; }

  .hero__top-banner {
    display: none;
  }

  .vc__header { flex-direction: column; align-items: flex-start; }
  .vc__nav { display: none; }
  .vc__slides { grid-template-columns: 1fr; }
  .vc__slide { display: none; grid-template-columns: 1fr; }
  .vc__slide.active { display: flex; flex-direction: column; }
  .vc__info { min-height: unset; }
  .vc__video-wrap { aspect-ratio: 16/9; min-height: unset; }

  .sol__grid { grid-template-columns: 1fr; }

  .quote__inner { grid-template-columns: 1fr; gap: 36px; }
  .quote__media { aspect-ratio: 16/9; }

  .cta-form__inner { grid-template-columns: 1fr; gap: 40px; }
  .cta-form__copy {
    position: static;
    top: auto;
    padding: 24px 20px;
  }
  .cta-form__form { padding: 24px 20px; }
  .cta-form__form-header {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }
  .quote-highlights { grid-template-columns: 1fr; }
  .quote-form__section {
    padding: 18px;
  }
  .quote-form__section-head {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }
  .form__row { grid-template-columns: 1fr; }
  .form__row--three { grid-template-columns: 1fr; }

  .footer__nav { grid-template-columns: 1fr 1fr; }
  .footer__bottom { flex-direction: column; gap: 12px; text-align: center; }

  .split__inner { grid-template-columns: 1fr; gap: 36px; }
  .split__inner.reverse .split__media { order: unset; }

  .values__grid { grid-template-columns: 1fr; }
  .team__grid { grid-template-columns: repeat(2, 1fr); }
  .resources-grid { grid-template-columns: 1fr; }

  .contact-wrap__inner { grid-template-columns: 1fr; gap: 40px; }
  .legal-policies__grid { grid-template-columns: 1fr; }

  /* Mobile: vert video shown for fullscreen features */
  .ff__media video.wide { display: none; }
  .ff__media video.vert { display: block; }
}

@media (max-width: 480px) {
  .stats-bar__track { gap: 40px; }
  .footer__nav { grid-template-columns: 1fr; }
  .team__grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   NAV polish (minimal)
   Keep original vibe, improve logo readability on hero
   ============================================================ */
.nav {
  z-index: 1100;
}

.nav__brand {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-decoration: none;
}

/* Keep hero eyebrow accent, but tone it down from neon */
.hero__eyebrow {
  color: var(--accent);
}

.hero__eyebrow::before {
  background: var(--accent);
}

/* =========================
   Mobile responsive overrides
   ========================= */
@media (max-width: 1024px) {
  .nav__inner {
    gap: 20px;
  }

  .nav__mobile {
    max-height: calc(100svh - var(--nav-h));
    overflow-y: auto;
  }

  .hero {
    min-height: 92svh;
    padding-bottom: 64px;
  }

  .hero__headline {
    max-width: 760px;
  }

  .hero__sub {
    max-width: 620px;
  }

  .stats-bar__track {
    gap: 48px;
  }

  .vc__header {
    margin-bottom: 44px;
  }

  .vc__info {
    min-height: 420px;
    padding: clamp(24px, 3vw, 40px);
  }

  .ff__item {
    align-items: stretch;
  }

  .ff__content {
    padding: clamp(34px, 5vw, 56px) clamp(20px, 4vw, 40px);
  }

  .ff__media {
    height: 56vw;
    min-height: 280px;
  }

  .sol__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resources-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .nav {
    z-index: 1100;
  }

  .nav__inner {
    gap: 14px;
    padding-inline: 16px;
  }

  .navbar__logo {
    max-width: calc(100vw - 96px);
  }

  .navbar__logo img {
    height: 38px;
  }

  .nav__hamburger {
    padding: 0;
  }

  .nav__mobile {
    padding: 16px 16px 24px;
  }

  .nav__mobile a {
    font-size: 17px;
    line-height: 1.35;
  }

  .hero {
    min-height: 100svh;
    padding-top: calc(var(--nav-h) + env(safe-area-inset-top) + 120px);
    padding-bottom: 36px;
  }

  .hero__content {
    padding-inline: 16px;
    padding-top: 14px;
  }

  .hero__eyebrow {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding: 10px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(5,36,36,0.38), rgba(5,36,36,0.22));
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.1em;
    line-height: 1.2;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
  }

  .hero__eyebrow::before {
    width: 18px;
    background: rgba(171,255,2,0.92);
  }

  .hero__eyebrow-copy,
  .hero__eyebrow-measure,
  .hero__eyebrow-text {
    max-width: 100%;
  }

  .hero__eyebrow-copy {
    overflow: hidden;
  }

  .hero__headline {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.08;
    margin-bottom: 18px;
    max-width: 11ch;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  }

  .hero__sub {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 22ch;
    color: rgba(255,255,255,0.82);
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .hero__actions .btn-primary,
  .hero__actions .btn-ghost {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
  }

  .stats-bar {
    padding: 16px 0 18px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .stats-bar::-webkit-scrollbar {
    display: none;
  }

  .stats-bar__track {
    animation: none;
    width: auto;
    min-width: max-content;
    gap: 14px;
    padding-inline: 16px 20px;
  }

  .stats-bar__track > :nth-child(n + 13) {
    display: none;
  }

  .stats-bar__dot {
    display: none;
  }

  .stats-bar__item {
    min-width: min(340px, calc(100vw - 40px));
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
    box-shadow: 0 18px 34px rgba(0,0,0,0.16);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    scroll-snap-align: start;
  }

  .stats-bar__num {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1;
  }

  .stats-bar__text {
    font-size: 13px;
    line-height: 1.45;
    max-width: 18ch;
  }

  .vc__slides {
    overflow: hidden;
    touch-action: pan-y;
  }

  .vc__slide.active {
    gap: 0;
  }

  .vc__info {
    padding: 22px 18px;
  }

  .vc__num {
    font-size: clamp(60px, 20vw, 92px);
    margin-bottom: 14px;
  }

  .vc__slide-title {
    font-size: clamp(20px, 6vw, 28px);
  }

  .vc__slide-desc {
    max-width: none;
    margin-bottom: 20px;
  }

  .vc__dots {
    margin-top: 20px;
  }

  .ff__item {
    min-height: unset;
  }

  .ff__content {
    padding: 30px 16px 24px;
  }

  .ff__desc {
    margin-bottom: 24px;
  }

  .ff__points {
    margin-bottom: 28px;
  }

  .ff__media {
    height: 64vw;
    min-height: 220px;
  }

  .sol__grid {
    grid-template-columns: 1fr;
  }

  .sol__card-body {
    padding: 22px 18px 26px;
  }

  .resources-grid {
    grid-template-columns: 1fr;
  }

  .resource-card__body {
    padding: 20px 18px 24px;
  }

  .cta-form__form {
    padding: 22px 16px;
  }

  .form__input,
  .form__select,
  .form__textarea,
  .form__submit {
    font-size: 16px;
  }

  .form__input,
  .form__select,
  .form__submit {
    min-height: 48px;
  }
}

@media (max-width: 1180px) {
  .form__row--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .nav__inner {
    padding-inline: 12px;
  }

  .navbar__logo img {
    height: 34px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero__headline {
    font-size: clamp(30px, 9.6vw, 38px);
  }

  .hero__sub {
    font-size: 15px;
  }

  .hero__actions .btn-primary,
  .hero__actions .btn-ghost {
    min-height: 46px;
    font-size: 14px;
    padding-inline: 14px;
  }

  .stats-bar__track {
    gap: 12px;
  }

  .stats-bar__item {
    min-width: min(300px, calc(100vw - 28px));
    padding: 14px 16px;
    gap: 8px;
  }

  .vc__info {
    padding: 20px 14px;
  }

  .vc__slide-link {
    font-size: 13px;
  }

  .ff__content {
    padding-inline: 12px;
  }

  .ff__media {
    min-height: 200px;
  }

  .resource-card__body {
    padding: 18px 14px 22px;
  }
}

/* ============================================================
   WHATSAPP MOBILE BUTTON
   ============================================================ */
.whatsapp-mobile {
  --wa-size: 52px;
  position: fixed;
  right: clamp(10px, 2.4vw, 16px);
  bottom: max(12px, calc(env(safe-area-inset-bottom) + 12px));
  width: var(--wa-size);
  height: var(--wa-size);
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.24);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, bottom 0.2s ease, opacity 0.2s ease;
}

.whatsapp-mobile svg {
  width: 22px;
  height: 22px;
  display: block;
}

.whatsapp-mobile:hover {
  transform: scale(1.05);
  box-shadow: 0 0.65rem 1.4rem rgba(0, 0, 0, 0.28);
}

.whatsapp-mobile--raised {
  box-shadow: 0 0.8rem 1.5rem rgba(0, 0, 0, 0.35);
}

.whatsapp-mobile--hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

@media (max-width: 1100px) {
  .nav__links,
  .nav__cta { display: none; }
  .nav__hamburger { display: flex; margin-left: auto; }
}

@media (max-width: 768px) {
  .whatsapp-mobile {
    display: inline-flex;
  }
}

@media (max-width: 420px) {
  .whatsapp-mobile {
    --wa-size: 48px;
    right: 10px;
  }
}

/* ============================================================
   Vehicles page additions
   ============================================================ */
.vehicles-capacity {
  border-top: 1px solid var(--border);
}

.vehicles-capacity__intro {
  margin-bottom: 48px;
}

.vehicles-capacity__title {
  margin-top: 12px;
}

.vehicle-card .resource-card__title {
  flex: 0 0 auto;
  margin-bottom: 14px;
}

.vehicle-card {
  transition: background 0.2s;
}

.vehicle-card--transparent-test,
.vehicle-card--transparent-test:hover,
.vehicle-card--transparent-test:focus-within {
  background: transparent !important;
}

.vehicle-card--transparent-test .resource-card__body {
  background: var(--bg-mid);
}

.vehicle-card--transparent-test:hover .resource-card__body,
.vehicle-card--transparent-test:focus-within .resource-card__body {
  background: var(--bg-light);
}

.vehicle-card__media {
  position: relative;
  isolation: isolate;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  will-change: transform;
}

.vehicle-card__media img {
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
  background: transparent;
  mix-blend-mode: normal;
  filter: none;
  transform: translateZ(0);
  transform-origin: 70% 55%;
  transition: transform 220ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .vehicle-card__media img {
    transition-duration: 1ms;
  }
}

.vehicle-specs {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 8px;
}

.vehicle-specs p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--gray);
}

.vehicle-specs strong {
  color: var(--white);
  font-weight: 500;
  text-align: right;
}

.vehicle-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.vehicle-actions .btn-primary,
.vehicle-actions .btn-ghost {
  font-size: 12px;
  letter-spacing: 0.07em;
  padding: 10px 14px;
  min-height: 44px;
  text-transform: uppercase;
}

.vehicle-actions__wa {
  opacity: 0.88;
}

/* ============================================================
   SPECIALIST FEATURE BLOCK
   ============================================================ */
.specialist-feature {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border);
}

.specialist-feature__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.specialist-feature__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  transition: transform 600ms cubic-bezier(0.4, 0.0, 0.2, 1);
  will-change: transform;
}

.specialist-feature__headlights {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 18% 30% at 72% 52%, rgba(255,255,255,0.06) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.4, 0.0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}

.specialist-feature__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(24,47,48,0.85) 0%,
    rgba(24,47,48,0.65) 40%,
    rgba(24,47,48,0.2)  100%
  );
  transition: background 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
  pointer-events: none;
}

.specialist-feature__content {
  position: relative;
  z-index: 2;
  max-width: 540px;
  padding: var(--section-py) 0;
  margin-left: max(24px, calc((100vw - var(--max-w)) / 2));
  padding-left: 24px;
}

.specialist-feature__content .split__label {
  margin-bottom: 16px;
}

.specialist-feature__content .split__title {
  color: var(--white);
  margin-bottom: 16px;
}

.specialist-feature__content .split__text {
  color: rgba(255,255,255,0.78);
  margin-bottom: 28px;
}

.specialist-feature__cta {
  background: var(--accent);
  color: var(--bg);
  font-weight: 600;
  border-color: var(--accent);
  transition: transform 200ms cubic-bezier(0.4, 0.0, 0.2, 1),
              box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.specialist-feature__cta:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 6px 20px rgba(171,255,2,0.15);
}

/* --- Hover: image zoom, headlights, shadow --- */
.specialist-feature:hover .specialist-feature__img {
  transform: scale(1.015);
}

.specialist-feature:hover .specialist-feature__headlights {
  opacity: 1;
}

.specialist-feature:hover .specialist-feature__overlay {
  background: linear-gradient(90deg,
    rgba(24,47,48,0.88) 0%,
    rgba(24,47,48,0.68) 40%,
    rgba(24,47,48,0.25) 100%
  );
}

/* --- Touch / coarse pointer fallback --- */
@media (hover: none), (pointer: coarse) {
  .specialist-feature:hover .specialist-feature__img {
    transform: none;
  }
  .specialist-feature:active .specialist-feature__img {
    transform: scale(1.01);
  }
  .specialist-feature__headlights {
    opacity: 0.5;
  }
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
  .specialist-feature__img {
    transition: none;
  }
  .specialist-feature__headlights {
    transition: none;
  }
  .specialist-feature:hover .specialist-feature__img {
    transform: none;
  }
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .specialist-feature {
    min-height: 420px;
    flex-direction: column;
    justify-content: flex-end;
  }

  .specialist-feature__overlay {
    background: linear-gradient(180deg,
      rgba(24,47,48,0.3)  0%,
      rgba(24,47,48,0.75) 50%,
      rgba(24,47,48,0.92) 100%
    );
  }

  .specialist-feature__content {
    margin-left: 0;
    padding: 32px 20px 40px;
    max-width: 100%;
  }

  .specialist-feature__img {
    object-position: 65% center;
  }

}

@media (max-width: 480px) {
  .specialist-feature {
    min-height: 380px;
  }
}

@media (max-width: 768px) {
  .vehicle-actions .btn-primary,
  .vehicle-actions .btn-ghost {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 10px 14px;
  }

  .vehicle-specs p {
    font-size: 11px;
  }
}

/* ============================================================
   Vehicles 3D showroom overlay (layout-safe)
   ============================================================ */
.vehicles-grid .vehicle-card,
.vehicles-grid .vehicle-card:hover,
.vehicles-grid .vehicle-card:focus-within {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
}

.vehicles-grid .vehicle-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicles-grid .vehicle-card__media::after {
  content: none;
}

.vehicles-grid .vehicle-card__media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center center;
  padding: 12px 18px 6px;
  transition: transform 220ms ease, opacity 220ms ease;
}

.vehicles-grid .vehicle-card--transparent-test .vehicle-card__media {
  background: transparent;
  border-bottom-color: rgba(255,255,255,0.06);
}

.vehicles-grid .vehicle-card--3d-ready .vehicle-card__media img {
  opacity: 1;
}

.vehicle-3d {
  display: none !important;
}

.vehicle-3d__canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}

/* ============================================================
   Vehicles page premium hover (no glow)
   ============================================================ */
.vehicles-grid .vehicle-card:hover .vehicle-card__media img,
.vehicles-grid .vehicle-card:focus-within .vehicle-card__media img,
.vehicles-grid .vehicle-card:active .vehicle-card__media img {
  transform: scale(1.015);
}

@media (hover: none), (pointer: coarse) {
  .vehicles-grid .vehicle-card:hover .vehicle-card__media img {
    transform: none;
  }

  .vehicles-grid .vehicle-card:active .vehicle-card__media img,
  .vehicles-grid .vehicle-card:focus-within .vehicle-card__media img {
    transform: scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vehicles-grid .vehicle-card__media img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
    transition: opacity 120ms linear;
  }

  .vehicles-grid .vehicle-card:hover .vehicle-card__media img,
  .vehicles-grid .vehicle-card:focus-within .vehicle-card__media img,
  .vehicles-grid .vehicle-card:active .vehicle-card__media img {
    transform: none;
  }
}

@media (max-width: 1100px) {
  .vehicles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .vehicles-capacity__intro {
    margin-bottom: 28px;
  }

  .vehicles-grid {
    gap: 12px;
    margin-top: 32px;
  }

  .vehicles-grid .vehicle-card__media {
    aspect-ratio: 16 / 10;
  }

  .vehicle-card .resource-card__title {
    margin-bottom: 12px;
  }

  .vehicle-specs {
    gap: 10px;
  }

  .vehicle-specs p {
    font-size: 12px;
    gap: 10px;
  }

  .vehicle-specs strong {
    max-width: 48%;
  }

  .vehicle-actions {
    gap: 8px;
    margin-top: 16px;
    padding-top: 12px;
  }

  .vehicles-grid .vehicle-card__media img {
    padding: 10px 12px 4px;
  }
}

/* ==== INTRO V2 (GSAP + FLIP) ==== */
#intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-dark);
  overflow: hidden;
  pointer-events: all;
}

#introInfraCanvas,
#introInfraNoise {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#introInfraNoise {
  opacity: 0.72;
}

.home-network-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--bg);
}

#homeInfraCanvas,
#homeInfraNoise {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#homeInfraNoise {
  opacity: 0.34;
}

.hero,
.stats-bar,
.ff,
.section,
.page-hero,
.contact-wrap,
.legal-policies,
.footer {
  position: relative;
  z-index: 1;
}

#intro .intro-center {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  pointer-events: none;
}

#introSeed {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(73, 255, 122, 0.5);
  transform: translate(-50%, -50%) scale(0.35);
  opacity: 0;
  filter: blur(1px);
  pointer-events: none;
  will-change: transform, opacity;
}

#introLogo {
  width: min(460px, 60vw);
  height: auto;
  opacity: 0;
  image-rendering: auto;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.26));
  transform: translateZ(0) scale(0.96);
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

#introMask {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 260px;
  height: 260px;
  border-radius: 56px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background: transparent;
  box-shadow: 0 0 0 200vmax var(--brand-dark);
  opacity: 0;
  pointer-events: none;
  will-change: width, height, border-radius, opacity;
}

#introBar {
  width: min(300px, 52vw);
  height: 2px;
  background: rgba(73, 255, 122, 0.12);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0;
  flex-shrink: 0;
}

#introBarFill {
  height: 100%;
  width: 0%;
  background: var(--brand-accent);
  border-radius: 2px;
  transform-origin: left center;
}

@media (max-width: 768px) {
  #introLogo {
    width: min(380px, 74vw);
  }

  #introMask {
    width: 220px;
    height: 220px;
    border-radius: 48px;
  }

  #introBar {
    width: min(260px, 64vw);
  }
}

/* ============================================================
   POLISH v2 — Professional visual refinements
   All original rules are preserved above in this file.
   To revert: delete everything from here to end of file.
   ============================================================ */

/* ---- 1. Scrollbar ----------------------------------------- */
::-webkit-scrollbar            { width: 5px; height: 5px; }
::-webkit-scrollbar-track      { background: var(--bg); }
::-webkit-scrollbar-thumb      { background: rgba(255,255,255,0.1); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover{ background: rgba(171,255,2,0.45); }

/* ---- 2. Nav — stays transparent on scroll ----------------- */
.nav.scrolled,
.navbar.navbar--scrolled {
  background: transparent !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ---- 3. Hero overlay — bottom-heavy gradient for legibility */
.hero__overlay {
  background:
    linear-gradient(to top,
      rgba(5,36,36,0.90) 0%,
      rgba(5,36,36,0.45) 35%,
      rgba(0,0,0,0.15)  70%,
      rgba(0,0,0,0.08)  100%);
}

/* Stronger scanline/grain grain on vignette for depth */
.hero__vignette {
  background:
    radial-gradient(ellipse at 50% 56%,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.08) 38%,
      rgba(0,0,0,0.58) 100%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(0,0,0,0.018) 2px,
      rgba(0,0,0,0.018) 4px);
}

/* ---- 4. Stats bar — fade edges ---------------------------- */
.stats-bar { position: relative; }
.stats-bar::before,
.stats-bar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(48px, 8vw, 96px);
  z-index: 2;
  pointer-events: none;
}
.stats-bar::before {
  left: 0;
  background: linear-gradient(to right, var(--bg-mid) 20%, transparent 100%);
}
.stats-bar::after {
  right: 0;
  background: linear-gradient(to left,  var(--bg-mid) 20%, transparent 100%);
}

/* ---- 5. Buttons — glow + sharper lift --------------------- */
.btn-primary:hover,
.btn-primary:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(171,255,2,0.55),
    0 8px 28px rgba(171,255,2,0.28),
    0 2px 8px rgba(0,0,0,0.22);
}

.btn-ghost:hover {
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.07);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
}

/* ---- 6. Nav CTA — accent glow on hover -------------------- */
.nav__cta:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(171,255,2,0.30);
}

/* ---- 7. Reveal — micro-scale for premium entrance --------- */
.reveal {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition:
    opacity  0.78s var(--ease-out),
    transform 0.78s var(--ease-out);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ---- 8. Sol cards — accent underline on hover ------------- */
.sol__card {
  transition: background 0.28s, box-shadow 0.28s;
}
.sol__card:hover {
  background: var(--bg-light);
  box-shadow: inset 0 -3px 0 0 var(--accent);
}

/* ---- 9. Value cards — left accent on hover ---------------- */
.value-card {
  transition: background 0.25s, box-shadow 0.25s;
  box-shadow: inset 3px 0 0 0 transparent;
}
.value-card:hover {
  background: var(--bg-light);
  box-shadow: inset 3px 0 0 0 var(--accent);
}

/* ---- 10. Resource cards — subtle lift on hover ------------ */
.resource-card {
  transition: background 0.25s, box-shadow 0.25s;
}
.resource-card:hover {
  background: var(--bg-light);
  box-shadow: 0 -2px 0 0 rgba(171,255,2,0.35) inset;
}

/* ---- 11. Team card — glow ring on hover ------------------- */
.team-card {
  transition: background 0.25s, box-shadow 0.25s;
}
.team-card:hover {
  box-shadow: inset 0 0 0 1px rgba(171,255,2,0.22);
}

/* ---- 12. Quote mark — larger, serif, more gravitas -------- */
.quote__mark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 110px;
  line-height: 0.72;
  color: var(--accent);
  opacity: 0.65;
  margin-bottom: 16px;
  display: block;
  letter-spacing: -0.04em;
}

/* ---- 13. Footer — depth gradient + link underline anim ---- */
.footer {
  background: linear-gradient(180deg, var(--bg) 0%, #030f0f 100%);
}

.footer__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  color: var(--muted);
  transition: color 0.2s;
}
.footer__link::after {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--white);
  transition: width 0.22s var(--ease-out);
}
.footer__link:hover { color: var(--white); }
.footer__link:hover::after { width: 100%; }

/* ---- 14. Form inputs — left accent on focus --------------- */
.form__input:focus,
.form__select:focus,
.form__textarea:focus {
  border-color: rgba(171,255,2,0.55);
  background: rgba(255,255,255,0.07);
  box-shadow: inset 3px 0 0 0 var(--accent);
}

/* ---- 15. Form submit — glow on hover ---------------------- */
.form__submit:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(171,255,2,0.55),
    0 10px 32px rgba(171,255,2,0.30),
    0 2px 8px rgba(0,0,0,0.20);
}

/* ---- 16. WhatsApp — entry animation + pulse --------------- */
@keyframes waPulse {
  0%, 100% { box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.24), 0 0 0 0 rgba(37,211,102,0); }
  50%       { box-shadow: 0 0.5rem 1.25rem rgba(0,0,0,0.24), 0 0 0 6px rgba(37,211,102,0.14); }
}
.whatsapp-mobile {
  animation: waPulse 3.5s ease-in-out infinite;
}
.whatsapp-mobile:hover {
  transform: scale(1.08);
  box-shadow: 0 0.8rem 1.8rem rgba(0,0,0,0.32), 0 0 0 4px rgba(37,211,102,0.22);
  animation: none;
}

/* ---- 17. Hero scroll indicator — smoother pulse ----------- */
@keyframes scrollLine {
  0%   { transform: scaleY(1)   translateY(0);   opacity: 1; }
  45%  { transform: scaleY(0.3) translateY(8px);  opacity: 0.3; }
  100% { transform: scaleY(1)   translateY(0);   opacity: 1; }
}
.hero__scroll-line {
  background: linear-gradient(to bottom, var(--accent), rgba(171,255,2,0));
  width: 1px;
  height: 52px;
}

/* ---- 18. Vc slide-link — arrow gap spring ----------------- */
.vc__slide-link {
  transition: gap 0.2s var(--ease-out), color 0.2s;
}
.vc__slide-link:hover { gap: 14px; color: #d6ff66; }

/* ---- 19. Sol card link — same spring ---------------------- */
.sol__card-link {
  transition: gap 0.2s var(--ease-out), color 0.2s;
}
.sol__card-link:hover { gap: 12px; color: #d6ff66; }

/* ---- 20. Page hero — richer overlay ----------------------- */
.page-hero__overlay {
  background: linear-gradient(
    135deg,
    rgba(5,36,36,0.92) 0%,
    rgba(5,36,36,0.68) 55%,
    rgba(5,36,36,0.30) 100%);
}

/* ---- 21. Dot nav in vc — active wider transition ---------- */
.vc__dot {
  cursor: pointer;
  transition: width 0.35s var(--ease-out), background 0.3s, transform 0.2s;
}
.vc__dot:hover:not(.active) {
  background: rgba(171,255,2,0.4);
  transform: scale(1.4);
}

/* ---- 22. Intro logo — subtle scale-in shadow -------------- */
#introLogo {
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.52)) drop-shadow(0 0 40px rgba(171,255,2,0.12));
}

/* ---- 23. Section label chips — micro-pulse on reveal ------ */
@keyframes labelGlow {
  from { box-shadow: 0 0 0 0 rgba(171,255,2,0.0); }
  to   { box-shadow: 0 0 0 4px rgba(171,255,2,0.0); }
}

/* ---- 24. FF feature points — stagger on reveal ------------ */
.ff__item .ff__content.visible .ff__point {
  animation: fadeSlideIn 0.45s var(--ease-out) both;
}
.ff__item .ff__content.visible .ff__point:nth-child(1) { animation-delay: 0.18s; }
.ff__item .ff__content.visible .ff__point:nth-child(2) { animation-delay: 0.28s; }
.ff__item .ff__content.visible .ff__point:nth-child(3) { animation-delay: 0.38s; }
.ff__item .ff__content.visible .ff__point:nth-child(4) { animation-delay: 0.48s; }

@keyframes fadeSlideIn {
  from { opacity: 0; transform: translateX(-10px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ---- 25. Selection colour — brand teal/lime -------------- */
::selection {
  background: rgba(171,255,2,0.28);
  color: #ffffff;
}

/* ---- Reduced motion: disable all new animations ----------- */
@media (prefers-reduced-motion: reduce) {
  .whatsapp-mobile { animation: none; }
  .ff__item .ff__content.visible .ff__point { animation: none; }
  .reveal { transform: translateY(0) scale(1); }
  .hero__scroll-line { animation: none; opacity: 1; }
  .stats-bar__track { animation: none !important; }
  .pulse-dot { animation: none !important; }
}

/* ---- 26. Quote wizard UX polish ---------------------------------- */

/* Completed progress step → ✓ checkmark replaces step number */
.quote-wizard__progress-item.is-complete .quote-wizard__progress-index {
  font-size: 0;
  background: rgba(171,255,2,0.15);
  border-color: rgba(171,255,2,0.45);
}
.quote-wizard__progress-item.is-complete .quote-wizard__progress-index::after {
  content: '✓';
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--accent);
}

/* Back button ← prefix */
.quote-wizard__back::before {
  content: '←';
  margin-right: 7px;
  font-family: system-ui, -apple-system, sans-serif;
}

/* Next button smooth transition */
.quote-wizard__next {
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s;
}

/* Edit button hover — accent tint */
.quote-review__edit {
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.quote-review__edit:hover {
  background: rgba(171,255,2,0.08);
  border-color: rgba(171,255,2,0.28);
  color: var(--accent);
}

/* Review card hover — left accent stripe */
.quote-review__card {
  transition: border-color 0.22s, box-shadow 0.22s;
}
.quote-review__card:hover {
  border-color: rgba(171,255,2,0.2);
  box-shadow: inset 3px 0 0 0 rgba(171,255,2,0.38), 0 4px 20px rgba(0,0,0,0.14);
}

/* Success icon — glow + SVG sizing */
.quote-wizard__success-icon {
  box-shadow: 0 0 32px rgba(171,255,2,0.18), inset 0 1px 0 rgba(255,255,255,0.08);
}
.quote-wizard__success-icon svg { width: 28px; height: auto; flex-shrink: 0; }

/* Input valid state — subtle green border feedback */
.form__input:not(:placeholder-shown):valid,
.form__textarea:not(:placeholder-shown):valid {
  border-color: rgba(171,255,2,0.28);
}

/* Actions bar copy — slightly larger on desktop */
@media (min-width: 769px) {
  .quote-wizard__actions-title {
    font-size: 15px;
  }
}

/* ============================================================
   TRUSTPILOT BADGE (custom HTML — iframe replaced, fully transparent)
   ============================================================ */

/* Hide the original Trustpilot iframe widget */
.trustpilot-widget { display: none !important; }

/* Shared badge layout */
.tp-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}

.tp-badge__logo {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}

.tp-badge__logo-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.tp-badge__logo-text {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.tp-badge__divider {
  width: 1px;
  height: 20px;
  flex-shrink: 0;
}

.tp-badge__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.tp-badge__star {
  width: 18px;
  height: 18px;
}

.tp-badge__info {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.tp-badge__score {
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.tp-badge__label {
  font-family: var(--font);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.7;
}

/* ── Hero variant: white text on transparent ── */
.hero__trustpilot {
  margin-top: 28px;
}

.hero__trustpilot .tp-badge__logo-text { color: #ffffff; }
.hero__trustpilot .tp-badge__divider   { background: rgba(255,255,255,0.25); }
.hero__trustpilot .tp-badge__score     { color: #ffffff; }
.hero__trustpilot .tp-badge__label     { color: #ffffff; }

/* ── Footer variant: white text on transparent ── */
.footer__trustpilot {
  border-top: 1px solid var(--border);
  padding: 20px 0 4px;
  margin-top: 20px;
}

.footer__trustpilot .tp-badge__logo-text { color: #ffffff; }
.footer__trustpilot .tp-badge__divider   { background: rgba(255,255,255,0.25); }
.footer__trustpilot .tp-badge__score     { color: #ffffff; }
.footer__trustpilot .tp-badge__label     { color: #ffffff; }

@media (max-width: 640px) {
  .hero__trustpilot,
  .footer__trustpilot {
    max-width: 100%;
  }
}

/* ============================================================
   QUOTE PLANNER V2
   ============================================================ */
.cta-form {
  background:
    radial-gradient(circle at top left, rgba(171,255,2,0.09), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255,255,255,0.04), transparent 30%),
    linear-gradient(180deg, #082f2f 0%, #062424 100%);
}

.cta-form__inner {
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.cta-form__support,
.cta-form__form {
  min-width: 0;
}

.cta-form__support-shell {
  position: sticky;
  top: calc(var(--nav-h) + 24px);
  display: grid;
  gap: 16px;
}

.cta-form__support-intro,
.cta-form__sla,
.cta-form__support-card,
.cta-form__trust-item {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.cta-form__support-intro {
  padding: clamp(24px, 2.8vw, 34px);
}

.cta-form__support-intro .label {
  margin-bottom: 18px;
}

.cta-form__title {
  max-width: 13ch;
  margin-bottom: 14px;
  font-size: clamp(30px, 3.1vw, 48px);
}

.cta-form__desc {
  max-width: 46ch;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.72;
  color: rgba(255,255,255,0.74);
}

.cta-form__sla {
  padding: 22px 24px;
  border-color: rgba(171,255,2,0.2);
  background:
    radial-gradient(circle at top right, rgba(171,255,2,0.12), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
}

.cta-form__sla-label,
.cta-form__support-card-label,
.quote-review__label,
.quote-form__section-tag {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-form__sla-label {
  color: rgba(255,255,255,0.62);
  margin-bottom: 10px;
}

.cta-form__sla-label,
.cta-form__sla-value,
.cta-form__sla-copy,
.cta-form__support-card-value,
.cta-form__trust-title,
.cta-form__trust-copy,
.quote-form__section-title,
.quote-form__section-desc,
.quote-route-card__title,
.quote-route-card__meta,
.quote-distance-card__eyebrow,
.quote-distance-card__value,
.quote-distance-card__meta {
  margin: 0;
}

.cta-form__sla-value {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 10px;
}

.cta-form__sla-copy {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
}

.cta-form__trust-list,
.cta-form__support-grid,
.quote-form__shell {
  display: grid;
  gap: 16px;
}

.cta-form__trust-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
}

.cta-form__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(171,255,2,0.1);
  border: 1px solid rgba(171,255,2,0.24);
  color: var(--accent);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cta-form__trust-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--white);
  margin-bottom: 6px;
}

.cta-form__trust-copy {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.68);
}

.cta-form__support-card {
  padding: 20px 22px;
}

.cta-form__support-card-label {
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}

.cta-form__support-card-value {
  font-size: 14px;
  line-height: 1.7;
  color: var(--white);
}

.cta-form__support-steps {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.6;
}

.cta-form__form {
  padding: clamp(26px, 3vw, 38px);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.065), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.cta-form__form-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cta-form__form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.cta-form__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cta-form__badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(4,19,17,0.36);
  color: rgba(255,255,255,0.78);
  font-size: 12px;
  font-weight: 600;
}

.cta-form__form-desc {
  max-width: 60ch;
  color: rgba(255,255,255,0.7);
}

.quote-form__section {
  margin-bottom: 0;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.018));
}

.quote-form__section--submit {
  background:
    radial-gradient(circle at top right, rgba(171,255,2,0.08), transparent 40%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.024));
}

.quote-form__section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.quote-form__section-copy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.quote-form__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0;
  border-radius: 14px;
  background: rgba(171,255,2,0.1);
  border: 1px solid rgba(171,255,2,0.24);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.quote-form__section-title {
  font-size: 18px;
  line-height: 1.3;
}

.quote-form__section-desc {
  margin-top: 5px;
  max-width: 58ch;
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,0.62);
}

.quote-form__section-tag {
  flex-shrink: 0;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.34);
  color: rgba(255,255,255,0.62);
}

.quote-form .form__row {
  gap: 16px;
}

.quote-form .form__row + .form__row {
  margin-top: 16px;
}

.quote-form .form__field {
  margin-bottom: 0;
}

.quote-form .form__field--full + .form__field--full {
  margin-top: 16px;
}

.quote-form .form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.form__label-note {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.46);
}

.form__hint {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.58);
}

.quote-form .form__input,
.quote-form .form__select,
.quote-form .form__textarea {
  min-height: 54px;
  padding: 15px 16px;
  border-radius: 14px;
  background: rgba(4,19,17,0.34);
  border-color: rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.quote-form .form__textarea {
  min-height: 120px;
}

.quote-form .form__textarea--compact {
  min-height: 110px;
}

.quote-form .form__textarea--address {
  min-height: 158px;
}

.quote-form .form__assist {
  min-height: 38px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(4,19,17,0.24);
  color: rgba(255,255,255,0.62);
}

.quote-route-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.85fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 16px;
}

.quote-route-postcodes {
  min-width: 0;
}

.quote-route-grid {
  align-items: stretch;
}

.quote-route-card {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.32);
}

.quote-route-card__title {
  font-size: 15px;
  margin-bottom: 6px;
}

.quote-route-card__meta {
  margin-bottom: 14px;
  color: rgba(255,255,255,0.58);
}

.quote-distance-card {
  margin-top: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  border: 1px solid rgba(171,255,2,0.18);
  background:
    radial-gradient(circle at top right, rgba(171,255,2,0.1), transparent 42%),
    linear-gradient(135deg, rgba(171,255,2,0.08), rgba(255,255,255,0.02));
}

.quote-distance-card__value {
  max-width: 14ch;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.15;
}

.quote-distance-card__eyebrow {
  margin-bottom: 10px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.58);
}

.quote-distance-card__meta {
  margin-top: 12px;
  color: rgba(255,255,255,0.68);
}

.quote-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.quote-review__card {
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(4,19,17,0.28);
}

.quote-review__label {
  color: rgba(255,255,255,0.6);
  margin-bottom: 12px;
}

.quote-review__list {
  display: grid;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  line-height: 1.65;
}

.quote-review__list li {
  position: relative;
  padding-left: 16px;
}

.quote-review__list li::before {
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.quote-form .form__submit {
  min-height: 58px;
  margin-top: 0;
  border-radius: 14px;
  font-size: 16px;
  letter-spacing: -0.01em;
  box-shadow: 0 18px 34px rgba(171,255,2,0.18);
}

.quote-form .form__note {
  max-width: none;
  color: rgba(255,255,255,0.62);
}

.quote-form .form__status {
  margin-top: 14px;
  min-height: 20px;
}

@media (max-width: 1180px) {
  .cta-form__inner {
    grid-template-columns: 1fr;
  }

  .cta-form__form {
    order: 1;
  }

  .cta-form__support {
    order: 2;
  }

  .cta-form__support-shell {
    position: static;
  }

  .cta-form__support-grid,
  .quote-review {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-route-layout {
    grid-template-columns: 1fr;
  }

  .quote-form .form__row--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .cta-form__support-grid,
  .quote-review,
  .quote-route-grid,
  .quote-form .form__row--three {
    grid-template-columns: 1fr;
  }

  .cta-form__form-meta,
  .quote-form__section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .quote-form__section-tag {
    align-self: flex-start;
  }
}

@media (max-width: 768px) {
  .cta-form__form,
  .cta-form__support-intro,
  .cta-form__sla,
  .cta-form__support-card,
  .cta-form__trust-item,
  .quote-form__section,
  .quote-route-card,
  .quote-review__card,
  .quote-distance-card {
    border-radius: 18px;
  }

  .cta-form__form,
  .cta-form__support-intro {
    padding: 22px 18px;
  }

  .cta-form__sla,
  .cta-form__support-card,
  .quote-form__section,
  .quote-route-card,
  .quote-review__card,
  .quote-distance-card {
    padding: 18px;
  }

  .cta-form__trust-item {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 16px 18px;
  }

  .cta-form__title {
    max-width: none;
  }

  .quote-form__section-copy {
    gap: 12px;
  }

  .quote-form__step {
    min-width: 40px;
    min-height: 40px;
    border-radius: 12px;
    font-size: 12px;
  }

  .quote-form .form__row,
  .quote-route-grid {
    grid-template-columns: 1fr;
  }

  .quote-form .form__row + .form__row {
    margin-top: 14px;
  }

  .quote-form .form__label {
    flex-wrap: wrap;
  }

  .quote-form .form__input,
  .quote-form .form__select,
  .quote-form .form__textarea,
  .quote-form .form__submit {
    font-size: 16px;
  }
}

/* ============================================================
   QUOTE WIZARD — PREMIUM REDESIGN v3
   Complete visual overhaul. Functionality unchanged.
   ============================================================ */

/* ─── Section background ─────────────────────────────── */
.cta-form--wizard {
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%,   rgba(171,255,2,0.06) 0%, transparent 100%),
    radial-gradient(ellipse 60% 60% at 90% 100%,  rgba(5,36,36,0.9)   0%, transparent 100%),
    #070f0e;
  position: relative;
}
.cta-form--wizard::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.013) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.013) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
  z-index: 0;
}
.cta-form--wizard .container { position: relative; z-index: 1; }

/* ─── Two-column layout ──────────────────────────────── */
.cta-form--wizard .cta-form__inner {
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

/* ─── LEFT: Support shell ────────────────────────────── */
.cta-form--wizard .cta-form__support-shell {
  gap: 0;
  position: sticky;
  top: calc(var(--nav-h) + 24px);
}

/* Intro block */
.cta-form--wizard .cta-form__support-intro {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0 0 28px;
}
.cta-form--wizard .cta-form__support-intro .label {
  margin-bottom: 14px;
}
.cta-form--wizard .cta-form__support-intro .cta-form__title {
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  max-width: 13ch;
  margin-bottom: 14px;
}
.cta-form--wizard .cta-form__support-intro .cta-form__desc {
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.55);
  max-width: 38ch;
}

/* Trust list */
.cta-form--wizard .cta-form__trust-list {
  display: grid;
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.cta-form--wizard .cta-form__trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.cta-form--wizard .cta-form__trust-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(171,255,2,0.09);
  border: 1px solid rgba(171,255,2,0.18);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 0;
}
.cta-form--wizard .cta-form__trust-icon svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.cta-form--wizard .cta-form__trust-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.88);
  margin-bottom: 3px;
  line-height: 1.3;
}
.cta-form--wizard .cta-form__trust-copy {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
}

/* Support cards (How it works / Best for) */
.cta-form--wizard .cta-form__support-grid {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.cta-form--wizard .cta-form__support-card {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 0 0 16px;
  min-height: auto;
}
.cta-form--wizard .cta-form__support-card:last-child { padding-bottom: 0; }
.cta-form--wizard .cta-form__support-card-label {
  color: rgba(255,255,255,0.38);
  margin-bottom: 8px;
}
.cta-form--wizard .cta-form__support-card-value {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
}
.cta-form--wizard .cta-form__support-steps {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  padding-left: 18px;
}

/* SLA block */
.cta-form--wizard .cta-form__sla {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(171,255,2,0.05);
  border: 1px solid rgba(171,255,2,0.18);
  box-shadow: none;
  backdrop-filter: none;
  overflow: hidden;
}
.cta-form--wizard .cta-form__sla::after { display: none; }
.cta-form--wizard .cta-form__sla-label {
  color: rgba(171,255,2,0.55);
  margin-bottom: 6px;
}
.cta-form--wizard .cta-form__sla-value {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}
.cta-form--wizard .cta-form__sla-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

/* ─── RIGHT: Form card ───────────────────────────────── */
.cta-form--wizard .cta-form__form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-top-color: rgba(255,255,255,0.16);
  border-radius: 28px;
  padding: clamp(28px, 3.5vw, 44px);
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.3),
    0 48px 96px rgba(0,0,0,0.36);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.cta-form--wizard .cta-form__form::before { display: none; }

/* Form header */
.cta-form--wizard .cta-form__form-header {
  padding-bottom: 22px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.cta-form--wizard .cta-form__form-kicker {
  font-size: 10px;
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(171,255,2,0.65);
  margin-bottom: 10px;
}
.cta-form--wizard .cta-form__form-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.cta-form--wizard .cta-form__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cta-form--wizard .cta-form__badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(171,255,2,0.8);
  background: rgba(171,255,2,0.07);
  border: 1px solid rgba(171,255,2,0.18);
  padding: 3px 9px;
  border-radius: 100px;
}
.cta-form--wizard .cta-form__form-title {
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin-bottom: 8px;
}
.cta-form--wizard .cta-form__form-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  max-width: 52ch;
}

/* ─── Progress bar: horizontal stepper ──────────────── */
.quote-wizard { gap: 0; }

.quote-wizard__top {
  background: none;
  border: none;
  border-radius: 0;
  padding: 24px 0 0;
  gap: 0;
}
.quote-wizard__top-copy { display: none; }

.quote-wizard__progress {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  gap: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
/* connecting track line */
.quote-wizard__progress::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 13%;
  right: 13%;
  height: 1px;
  background: rgba(255,255,255,0.1);
  z-index: 0;
}

.quote-wizard__progress-item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: none !important;
  border: none !important;
  border-radius: 0;
  min-height: auto;
  padding: 0;
  flex: 1;
  position: relative;
  z-index: 1;
  gap: 8px;
  opacity: 1;
}
.quote-wizard__progress-item:disabled {
  opacity: 0.42;
  cursor: default;
}
.quote-wizard__progress-item:not(:disabled):hover {
  transform: none;
}

.quote-wizard__progress-index {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0a1f1e;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: rgba(255,255,255,0.55);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.22s, border-color 0.22s, box-shadow 0.22s;
}

.quote-wizard__progress-item.is-active .quote-wizard__progress-index {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #03110d;
  box-shadow: 0 0 0 4px rgba(171,255,2,0.16), 0 0 20px rgba(171,255,2,0.28) !important;
  font-size: 11px;
}

.quote-wizard__progress-item.is-complete .quote-wizard__progress-index {
  background: rgba(171,255,2,0.12) !important;
  border-color: rgba(171,255,2,0.45) !important;
  box-shadow: none !important;
  font-size: 0;
}
.quote-wizard__progress-item.is-complete .quote-wizard__progress-index::after {
  content: '✓';
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
}

.quote-wizard__progress-label {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  line-height: 1.2;
  transition: color 0.22s;
}
.quote-wizard__progress-item.is-active .quote-wizard__progress-label {
  color: rgba(255,255,255,0.9);
}
.quote-wizard__progress-item.is-complete .quote-wizard__progress-label {
  color: rgba(171,255,2,0.6);
}

/* ─── Panel body ─────────────────────────────────────── */
.quote-wizard__body {
  padding: 28px 0 24px;
}

.quote-wizard__panel,
.quote-wizard__success {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  gap: 20px;
  animation: qwPanelIn 200ms var(--ease-out) both;
}
@keyframes qwPanelIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.quote-wizard__panel-head {
  border-bottom: none;
  padding-bottom: 0;
  gap: 5px;
  margin-bottom: 4px;
}
.quote-wizard__panel-kicker {
  font-size: 10px;
  letter-spacing: 0.14em;
  opacity: 0.5;
}
.quote-wizard__panel-title {
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: -0.04em;
  line-height: 1.06;
}
.quote-wizard__panel-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  max-width: 54ch;
}

/* ─── Inputs inside wizard ───────────────────────────── */
.cta-form--wizard .form__label {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 8px;
}
.cta-form--wizard .form__input,
.cta-form--wizard .form__select,
.cta-form--wizard .form__textarea {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--white);
  transition: border-color 0.18s, background 0.18s, box-shadow 0.18s;
}
.cta-form--wizard .form__input:focus,
.cta-form--wizard .form__select:focus,
.cta-form--wizard .form__textarea:focus {
  background: rgba(255,255,255,0.07);
  border-color: rgba(171,255,2,0.55);
  box-shadow: 0 0 0 3px rgba(171,255,2,0.1);
  outline: none;
}
.cta-form--wizard .form__input:not(:placeholder-shown):valid,
.cta-form--wizard .form__textarea:not(:placeholder-shown):valid {
  border-color: rgba(171,255,2,0.28);
}
.cta-form--wizard .form__hint {
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  line-height: 1.6;
  margin-top: 6px;
}

/* ─── Route layout ───────────────────────────────────── */
.cta-form--wizard .quote-distance-card {
  background: rgba(171,255,2,0.04);
  border: 1px solid rgba(171,255,2,0.14);
  border-radius: 14px;
  padding: 18px 20px;
}
.cta-form--wizard .quote-route-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 20px;
}
.quote-route-card__title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
}
.quote-route-card__meta {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
  line-height: 1.6;
}

/* ─── Review cards ───────────────────────────────────── */
.cta-form--wizard .quote-review__card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.cta-form--wizard .quote-review__card:hover {
  border-color: rgba(171,255,2,0.2);
  box-shadow: inset 3px 0 0 rgba(171,255,2,0.35);
}
.cta-form--wizard .quote-review__edit {
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.cta-form--wizard .quote-review__edit:hover {
  background: rgba(171,255,2,0.08);
  border-color: rgba(171,255,2,0.28);
  color: var(--accent);
}

/* Submit panel cards */
.cta-form--wizard .quote-wizard__submit-card {
  background: rgba(255,255,255,0.025);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
}

/* ─── Actions bar ────────────────────────────────────── */
.quote-wizard__actions {
  background: none !important;
  border: none !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
  border-radius: 0 !important;
  padding: 20px 0 0 !important;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}
.quote-wizard__actions-copy {
  text-align: center;
}
.quote-wizard__actions-title {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 2px;
  font-weight: 600;
}
.quote-wizard__actions-desc {
  font-size: 11.5px;
  color: rgba(255,255,255,0.35);
  line-height: 1.5;
}

.quote-wizard__back {
  min-height: 50px;
  padding: 0 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: transparent;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
}
.quote-wizard__back:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.2);
  color: var(--white);
}
.quote-wizard__back::before {
  content: '←';
  margin-right: 7px;
  font-family: system-ui, -apple-system, sans-serif;
}

.quote-wizard__next,
.cta-form--wizard .form__submit {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: var(--accent);
  color: #03110d;
  box-shadow: 0 6px 20px rgba(171,255,2,0.22), 0 2px 6px rgba(0,0,0,0.18);
  transition: transform 0.18s var(--ease-out), box-shadow 0.18s;
}
.quote-wizard__next:hover,
.cta-form--wizard .form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(171,255,2,0.32), 0 4px 10px rgba(0,0,0,0.22);
}

/* ─── Success panel ──────────────────────────────────── */
.quote-wizard__success {
  padding: 28px 0 !important;
}
.quote-wizard__success-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  border: 1px solid rgba(171,255,2,0.3) !important;
  background: rgba(171,255,2,0.1) !important;
  color: var(--accent);
  box-shadow: 0 0 32px rgba(171,255,2,0.16), inset 0 1px 0 rgba(255,255,255,0.08);
  font-size: 0;
}
.quote-wizard__success-icon svg {
  width: 26px; height: auto; flex-shrink: 0;
}
.quote-wizard__success-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
}
.quote-wizard__secondary {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: transparent;
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  transition: background 0.18s, color 0.18s;
}
.quote-wizard__secondary:hover {
  background: rgba(255,255,255,0.06);
  color: var(--white);
}

/* ─── Status message ─────────────────────────────────── */
.cta-form--wizard .form__status {
  margin-top: 8px;
  border-radius: 12px;
  font-size: 13.5px;
}

/* ─── Responsive overrides (wizard v3) ───────────────── */
@media (max-width: 1180px) {
  .cta-form--wizard .cta-form__inner {
    grid-template-columns: 1fr;
  }
  .cta-form--wizard .cta-form__support-shell {
    position: static;
  }
  .cta-form--wizard .cta-form__form { order: 1; }
  .cta-form--wizard .cta-form__support { order: 2; }
  .cta-form--wizard .cta-form__support-intro .cta-form__title {
    max-width: none;
    font-size: clamp(28px, 5vw, 40px);
  }
  .cta-form--wizard .cta-form__trust-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cta-form--wizard .cta-form__support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }
  .cta-form--wizard .cta-form__support-card {
    background: rgba(4,19,17,0.5);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 16px 18px;
  }
}

@media (max-width: 900px) {
  .cta-form--wizard .cta-form__trust-list {
    grid-template-columns: 1fr;
  }
  .quote-wizard__progress::before { display: none; }
  .quote-wizard__progress {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .quote-wizard__progress-item {
    flex-direction: row;
    text-align: left;
    gap: 10px;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 14px !important;
    padding: 12px 14px !important;
    align-items: center;
  }
  .quote-wizard__progress-item.is-active {
    background: rgba(171,255,2,0.07) !important;
    border-color: rgba(171,255,2,0.22) !important;
  }
  .quote-wizard__progress-item.is-complete {
    background: rgba(171,255,2,0.05) !important;
    border-color: rgba(171,255,2,0.15) !important;
  }
  .quote-wizard__progress-label {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
  }
  .quote-wizard__actions {
    grid-template-columns: 1fr !important;
  }
  .quote-wizard__actions-copy { text-align: left; }
  .quote-wizard__actions-buttons {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .quote-wizard__back,
  .quote-wizard__next,
  .cta-form--wizard .form__submit {
    width: 100%;
    min-height: 52px;
  }
}

@media (max-width: 600px) {
  .cta-form--wizard .cta-form__form {
    padding: 22px 18px;
    border-radius: 22px;
  }
  .cta-form--wizard .cta-form__form-title {
    font-size: 26px;
  }
  .quote-wizard__progress {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .cta-form--wizard .cta-form__support-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   SITE-WIDE PREMIUM REDESIGN v3
   Overrides for global consistency and premium aesthetics.
   All functional JS hooks preserved. Visual only.
   ============================================================ */

/* ── Global: smoother section rhythm ────────────────────── */
.section {
  padding-block: clamp(80px, 10vw, 140px);
}

/* ── Labels / chips ─────────────────────────────────────── */
.label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(171,255,2,0.25);
  background: rgba(171,255,2,0.07);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(171,255,2,0.85);
  margin-bottom: 18px;
}
.label::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

/* ── Buttons: rounded, premium ──────────────────────────── */
.btn-primary {
  padding: 14px 26px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 4px 18px rgba(171,255,2,0.22), 0 1px 4px rgba(0,0,0,0.2);
  transition: transform 0.18s cubic-bezier(0.16,1,0.3,1), box-shadow 0.18s, opacity 0.18s;
  gap: 10px;
}
.btn-primary:hover,
.btn-primary:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(171,255,2,0.5), 0 10px 30px rgba(171,255,2,0.3), 0 2px 8px rgba(0,0,0,0.22);
}
.btn-ghost {
  padding: 14px 26px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  border-color: rgba(255,255,255,0.14);
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}
.btn-ghost:hover {
  border-color: rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.07);
  transform: translateY(-2px);
}

/* ── Nav: glassmorphism on scroll ───────────────────────── */
.nav.scrolled,
.navbar.navbar--scrolled {
  background: rgba(5,36,36,0.82) !important;
  border-bottom-color: rgba(255,255,255,0.08) !important;
  backdrop-filter: blur(22px) !important;
  -webkit-backdrop-filter: blur(22px) !important;
}
.nav__cta {
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: -0.01em;
  box-shadow: 0 2px 12px rgba(171,255,2,0.2);
  transition: transform 0.18s, box-shadow 0.18s, opacity 0.18s;
}
.nav__cta:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(171,255,2,0.3);
}
.nav__link {
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.22s cubic-bezier(0.16,1,0.3,1);
}
.nav__link:hover::after,
.nav__link.active::after {
  width: 100%;
}

/* Mobile nav premium */
.nav__mobile {
  background: rgba(5,28,26,0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-top: 8px;
}
.nav__mobile a {
  font-size: 17px;
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.18s, padding-left 0.22s;
}
.nav__mobile a:hover {
  color: var(--white);
  padding-left: 6px;
}

/* ── Hero: more dramatic ─────────────────────────────────── */
.hero {
  padding-bottom: clamp(60px, 8vw, 100px);
}
.hero__content {
  padding-inline: clamp(20px, 5vw, 80px);
  max-width: min(1280px, 100%);
  margin-inline: auto;
  width: 100%;
}
.hero__headline {
  font-size: clamp(44px, 5.5vw, 82px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.03;
  margin-bottom: 22px;
  max-width: 12ch;
  text-wrap: balance;
}
.hero__sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  color: rgba(255,255,255,0.7);
  max-width: 44ch;
  margin-bottom: 36px;
  text-wrap: balance;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}
.hero__scroll {
  bottom: 36px;
  right: clamp(24px, 4vw, 72px);
  color: rgba(255,255,255,0.4);
  font-size: 9px;
  letter-spacing: 0.15em;
  gap: 10px;
}

/* ── Stats section (replaces scrolling ticker) ───────────── */
.stats-section {
  position: relative;
  z-index: 1;
  background: #041818;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: clamp(36px, 5vw, 56px) 0;
}
.stats-section__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: 0;
  padding: 0;
}
.stats-section__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  padding: 0 clamp(12px, 2vw, 28px);
}
.stats-section__sep {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.09);
  flex-shrink: 0;
}
.stats-section__num {
  display: block;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 600;
  letter-spacing: -0.04em;
  color: var(--accent);
  line-height: 1.1;
}
.stats-section__label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  line-height: 1.3;
}

@media (max-width: 768px) {
  .stats-section__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255,255,255,0.06);
  }
  .stats-section__sep { display: none; }
  .stats-section__item {
    background: #041818;
    padding: 24px 16px;
  }
  .stats-section__num { font-size: clamp(26px, 6vw, 36px); }
}

/* ── FF sections: elevated ───────────────────────────────── */
.ff {
  border-top: none;
}
.ff__item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: var(--bg);
}
.ff__item:nth-child(odd) {
  background: #041818;
}
.ff__label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.75;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ff__label::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}
.ff__title {
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 18px;
}
.ff__title em {
  font-style: normal;
  color: var(--accent);
}
.ff__desc {
  font-size: clamp(14px, 1.3vw, 16px);
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  max-width: 44ch;
  margin-bottom: 28px;
}
.ff__points {
  gap: 10px;
  margin-bottom: 36px;
}
.ff__point {
  font-size: 13.5px;
  color: rgba(255,255,255,0.72);
  gap: 12px;
  line-height: 1.55;
}
.ff__point::before {
  width: 18px;
  height: 1px;
  background: var(--accent);
  border-radius: 1px;
  margin-top: 9px;
}
.ff__content {
  padding: clamp(48px, 7vw, 100px) clamp(28px, 5vw, 80px);
}

/* ── Solutions grid: premium cards ──────────────────────── */
.sol {
  border-top: none;
  background: #041818;
}
.sol__header {
  margin-bottom: 48px;
}
.sol__grid {
  gap: 16px;
}
.sol__card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.24s, box-shadow 0.24s, transform 0.24s;
}
.sol__card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(171,255,2,0.2);
  box-shadow: 0 8px 32px rgba(0,0,0,0.24), 0 0 0 1px rgba(171,255,2,0.08);
  transform: translateY(-2px);
}
.sol__card-video {
  border-radius: 0;
}
.sol__card-body {
  padding: 24px 28px 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.sol__card-num {
  color: rgba(171,255,2,0.5);
  margin-bottom: 8px;
}
.sol__card-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.sol__card-desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.52);
  line-height: 1.65;
}
.sol__card-link {
  font-size: 12.5px;
  margin-top: 18px;
  color: rgba(171,255,2,0.8);
  transition: gap 0.2s, color 0.18s;
}
.sol__card-link:hover {
  gap: 10px;
  color: var(--accent);
}

/* ── Testimonial: premium ────────────────────────────────── */
.quote {
  border-top: none;
  background: var(--bg);
}
.quote__inner {
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.quote__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.3);
  position: relative;
}
.quote__media::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  pointer-events: none;
}
.quote__mark {
  font-family: Georgia, serif;
  font-size: 96px;
  line-height: 0.75;
  color: var(--accent);
  opacity: 0.55;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  display: block;
}
.quote__text {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--white);
  margin-bottom: 28px;
}
.quote__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(171,255,2,0.3);
}
.quote__name {
  font-size: 14px;
  font-weight: 700;
}
.quote__role {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin-top: 3px;
}

/* ── Footer: richer ──────────────────────────────────────── */
.footer {
  background: linear-gradient(180deg, #041212 0%, #020d0d 100%);
  border-top: 1px solid rgba(255,255,255,0.07);
}
.footer__col-title {
  font-size: 11px;
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 16px;
}
.footer__copy {
  font-size: 13px;
  color: rgba(255,255,255,0.32);
}
.footer__legal a {
  font-size: 12px;
  color: rgba(255,255,255,0.32);
  transition: color 0.18s;
}
.footer__legal a:hover { color: rgba(255,255,255,0.65); }

/* ── Split section (services page) ──────────────────────── */
.split__label {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(171,255,2,0.65);
  margin-bottom: 14px;
}
.split__title {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.035em;
  line-height: 1.07;
  margin-bottom: 16px;
}
.split__text {
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.72;
  margin-bottom: 14px;
}
.split__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,0.28);
}
.split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Page hero (inner pages) ─────────────────────────────── */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 14vw, 180px) 0 clamp(60px, 8vw, 100px);
  background: linear-gradient(135deg, #041c1a 0%, #052424 60%, #031414 100%);
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(171,255,2,0.25);
  background: rgba(171,255,2,0.07);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(171,255,2,0.8);
  margin-bottom: 20px;
}
.page-hero__title {
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.04;
  margin-bottom: 18px;
  max-width: 14ch;
  text-wrap: balance;
}
.page-hero__desc {
  font-size: clamp(15px, 1.4vw, 18px);
  color: rgba(255,255,255,0.6);
  max-width: 52ch;
  line-height: 1.7;
  text-wrap: balance;
}

/* ── Reveal animations ───────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s cubic-bezier(0.16,1,0.3,1), transform 0.65s cubic-bezier(0.16,1,0.3,1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── Responsive: mobile adjustments ────────────────────── */
@media (max-width: 768px) {
  .hero__headline { font-size: clamp(36px, 9vw, 52px); max-width: none; }
  .hero__sub { font-size: 15px; max-width: none; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .hero__actions .btn-primary,
  .hero__actions .btn-ghost { width: 100%; justify-content: center; }
  .ff__content { padding: 48px 20px; }
  .ff__title { font-size: clamp(26px, 7vw, 38px); }
  .sol__grid { grid-template-columns: 1fr; gap: 12px; }
  .quote__inner { grid-template-columns: 1fr; gap: 40px; }
  .quote__media { aspect-ratio: 16/9; }
}

/* ===== HERO-X 2026 ===== */

/* Full-bleed hero */
.hero-x {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg);
}

/* Background layer */
.hero-x__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  transform: translateZ(0);
  will-change: transform;
  height: 100%;
}

/* Video */
.hero-x__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateZ(0);
}

/* Dark gradient overlay */
.hero-x__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5,36,36,0.55) 0%, rgba(5,36,36,0.72) 60%, rgba(5,36,36,0.95) 100%);
}

/* Noise grain overlay */
.hero-x__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  pointer-events: none;
}

/* Status topbar */
.hero-x__status {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.5);
}

.hero-x__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: statusPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.hero-x__status-sep {
  color: rgba(255,255,255,0.25);
}

@keyframes statusPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Main content */
.hero-x__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(24px, calc((100vw - 1200px) / 2)) 120px;
}

/* Eyebrow */
.hero-x__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.hero-x__tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-x__tag-sep {
  color: rgba(255,255,255,0.3);
  font-size: 10px;
}

/* Headline */
.hero-x__headline {
  font-size: clamp(42px, 6.5vw, 96px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 900px;
  margin: 0 0 28px;
}

.hw {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.hwi {
  display: inline-block;
}

/* Sub paragraph */
.hero-x__sub {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  max-width: 580px;
  margin: 0 0 40px;
  opacity: 0;
  transform: translateY(16px);
}

/* Actions */
.hero-x__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 52px;
  align-items: center;
  opacity: 0;
  transform: translateY(16px);
}

/* Primary button */
.hero-x__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--accent);
  color: #052424;
  font-family: var(--font);
  font-weight: 600;
  font-size: 15px;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 0 0 0 rgba(171,255,2,0);
}

.hero-x__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(171,255,2,0.35);
  background: #c4ff20;
}

/* Ghost button */
.hero-x__btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.85);
  font-family: var(--font);
  font-size: 15px;
  border-radius: 100px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.05);
}

.hero-x__btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(171,255,2,0.06);
}

/* Stats row */
.hero-x__stats {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  opacity: 0;
}

.hero-x__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 28px 0 0;
}

.hero-x__stat-num {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.hero-x__stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  font-family: var(--mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-x__stat-sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.12);
  margin: 0 28px 0 0;
  flex-shrink: 0;
}

/* Marquee bottom strip */
.hero-x__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(5,36,36,0.6);
  backdrop-filter: blur(12px);
  overflow: hidden;
  z-index: 3;
}

.hero-x__marquee-inner {
  display: flex;
  width: max-content;
  animation: heroMarquee 28s linear infinite;
}

.hero-x__marquee-track {
  display: flex;
  align-items: center;
  height: 48px;
  gap: 0;
  white-space: nowrap;
  padding: 0 24px;
}

.hero-x__marquee-track span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  padding: 0 20px;
}

.hero-x__marquee-dot {
  color: var(--accent) !important;
  font-size: 6px !important;
  padding: 0 !important;
}

@keyframes heroMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Scroll indicator */
.hero-x__scroll {
  position: absolute;
  bottom: 64px;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 4;
}

.hero-x__scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.4));
  animation: scrollLinePulse 2s ease-in-out infinite;
}

.hero-x__scroll-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  writing-mode: vertical-rl;
}

@keyframes scrollLinePulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* Custom cursor (desktop only).
   The `cursor: none` rule is scoped to `body.has-custom-cursor` so pages that
   don't include the cursor JS (or run with JS disabled) still get a working
   system cursor — previously the override leaked everywhere and `download.html`
   had to add an inline `!important` reset to recover. The cursor JS now adds
   `has-custom-cursor` after it mounts. */
@media (pointer: fine) {
  body.has-custom-cursor * { cursor: none !important; }

  .cc-cursor {
    position: fixed;
    width: 8px;
    height: 8px;
    background: var(--accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    transform: translate(-50%, -50%);
    transition: width 0.2s, height 0.2s, background 0.2s, opacity 0.2s;
    mix-blend-mode: difference;
  }

  .cc-cursor-ring {
    position: fixed;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(171,255,2,0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width 0.4s cubic-bezier(0.23,1,0.32,1), height 0.4s cubic-bezier(0.23,1,0.32,1), border-color 0.3s;
  }

  .cc-cursor.is-hovering { width: 14px; height: 14px; }
  .cc-cursor-ring.is-hovering { width: 52px; height: 52px; border-color: var(--accent); }
}

/* Hero-X responsive */
@media (max-width: 768px) {
  .hero-x__status { display: none; }
  .hero-x__stats { gap: 16px; }
  .hero-x__stat-sep { display: none; }
  .hero-x__scroll { display: none; }
  .hero-x__stat { padding: 0; }
}

/* Mobile <=420px — keep the quote form badges + kicker inside the viewport.
   Earlier audit caught horizontal overflow at 375px because the form's
   inner flex children grew past their parent. min-width:0 lets flex items
   shrink below their content size; overflow-wrap forces long tokens to break
   rather than push the layout. */
@media (max-width: 420px) {
  .cta-form,
  .cta-form__form,
  .cta-form__form-content {
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }
  .cta-form__form-kicker,
  .cta-form__form-title,
  .cta-form__form-desc {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .cta-form__badges,
  .cta-form--wizard .cta-form__badges {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .cta-form__badge,
  .cta-form--wizard .cta-form__badge {
    max-width: 100%;
    white-space: normal;
  }
}


/* ====================================================================
   Polish layer (2026-05-21) — additive only. Anything below this banner
   refines existing rules without changing their selectors or removing
   declarations. Safe to remove in isolation.
   ==================================================================== */

/* :active feedback on every CTA — press tactility was missing everywhere. */
.btn-primary:active,
.btn-ghost:active,
.nav__cta:active,
.quote-wizard__next:active,
.quote-wizard__back:active,
.form__submit:active,
.cta-form__form .form__submit:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 60ms;
}
.btn-primary:active { box-shadow: 0 2px 8px rgba(171, 255, 2, 0.18); }
.quote-wizard__progress-item:not(:disabled):active {
  transform: translateY(0) scale(0.97);
}
.sol__card:active,
.value-card:active,
.team-card:active,
.resource-card:active {
  transform: scale(0.99);
  transition-duration: 80ms;
}

/* Mobile nav hamburger — primary tap target on phones, was bare. */
.nav__hamburger:hover {
  background: rgba(255, 255, 255, 0.06);
}
.nav__hamburger:active {
  background: rgba(255, 255, 255, 0.10);
  transform: scale(0.96);
}
.nav__hamburger:focus-visible {
  outline: 2px solid var(--focus-ring, #ABFF02);
  outline-offset: 2px;
}

/* Vehicle carousel controls — focus-visible was missing. */
.vc__nav-btn:focus-visible,
.vc__dot:focus-visible {
  outline: 2px solid var(--focus-ring, #ABFF02);
  outline-offset: 3px;
}

/* Explicit focus-visible on form fields — the global rule was being
   overridden by per-input `outline: none` resets above. */
.form__input:focus-visible,
.form__select:focus-visible,
.form__textarea:focus-visible {
  outline: 2px solid var(--focus-ring, #ABFF02);
  outline-offset: 0;
  border-radius: 12px;
}

/* Cards used as click targets need keyboard reach. The HTML still has
   to add `tabindex="0"` to make them focusable; this rule provides the
   ring once tabindex is present. */
.sol__card[tabindex]:focus-visible,
.value-card[tabindex]:focus-visible,
.team-card[tabindex]:focus-visible,
.resource-card[tabindex]:focus-visible {
  outline: 2px solid var(--focus-ring, #ABFF02);
  outline-offset: 4px;
  border-radius: 14px;
}

/* Form error contrast — `#ffd4d4` on red tint was 2.8:1, below WCAG AA.
   Bumping to a lighter pink + a slightly stronger tint clears 4.5:1. */
.form__status--error {
  color: #ffb3b3;
  background: rgba(239, 68, 68, 0.22);
  border-radius: 10px;
}

/* Inner-page hero label fallback — the v3 redesign uses `.page-hero__eyebrow`
   as a pill chip, but inner pages still ship `.page-hero__label` plain text.
   This rule mirrors the chip styling onto the legacy class so the inner
   pages match the homepage without an HTML change. */
.page-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  font-family: 'GeistMono', 'Courier New', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent, #ABFF02);
  background: rgba(171, 255, 2, 0.08);
  border: 1px solid rgba(171, 255, 2, 0.18);
  border-radius: 999px;
}

/* Anchor-link affordance on contact details — hover was inverting the
   visibility (dimming the accent). Make it underline + keep colour. */
.contact-detail__val a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-detail__val a:focus-visible {
  outline: 2px solid var(--focus-ring, #ABFF02);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Firefox scrollbar tokens — Chrome/Edge already get the custom rule
   via ::-webkit-scrollbar above. */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(171, 255, 2, 0.45) var(--bg, #052424);
}

/* `.sol__card-link` arrow translate fallback — iOS Safari <16 doesn't
   animate `gap`, so we slide the inner SVG with a transform too. */
.sol__card-link svg {
  transition: transform 0.2s ease;
}
.sol__card:hover .sol__card-link svg,
.sol__card-link:hover svg {
  transform: translateX(4px);
}

