:root {
  color-scheme: light;
  --bg: #f7f0e2;
  --surface: #fffaf0;
  --surface-soft: #fdf6e7;
  --text: #18181b;
  --muted: #52525b;
  --line: #ebd3a2;
  --cyan: #56d3e3;
  --cyan-deep: #1d5160;
  --gold: #efbe53;
  --gold-deep: #c58d18;
  --ok-bg: #dbf3e6;
  --ok-text: #0f7a4b;
  --no-bg: #fde7df;
  --no-text: #b84a34;
  --shadow: 0 18px 40px rgba(91, 67, 24, 0.1);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
p,
li,
a,
strong,
small,
span {
  overflow-wrap: break-word;
  word-break: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(239, 190, 83, 0.16), transparent 24%),
    radial-gradient(circle at top right, rgba(86, 211, 227, 0.08), transparent 18%),
    linear-gradient(180deg, #fbf6ec 0%, #f6eddc 48%, #fbf6ec 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell,
.hero,
.section {
  width: min(1160px, calc(100% - 24px));
  margin: 0 auto;
}

.hero {
  padding: 14px 0 20px;
}

.hero-gallery-strip,
.hero-proof-grid,
.app-shot-grid {
  display: grid;
  gap: 14px;
}

.choice-shell {
  min-height: 100vh;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.82) 0%, rgba(255, 250, 240, 0.72) 100%),
    url("assets/fleet-overview.jpg") center/cover no-repeat;
}

.choice-hero-split {
  display: grid;
  min-height: calc(100vh - 20px);
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(232, 190, 102, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(255, 250, 240, 0.72)),
    url("assets/fleet-overview.jpg") center/cover no-repeat;
  box-shadow: 0 24px 54px rgba(91, 67, 24, 0.12);
  backdrop-filter: blur(10px);
}

.choice-copy-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(255, 250, 240, 0.62));
}

.choice-brand-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.choice-logo {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(197, 141, 24, 0.16);
  flex: 0 0 auto;
}

.choice-brand-copy {
  display: grid;
  gap: 4px;
}

.choice-brand-copy span {
  color: #52525b;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.choice-copy-panel h1 {
  margin: 0;
  font-size: clamp(2.05rem, 7.4vw, 4rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  max-width: 14ch;
  text-wrap: normal;
  text-align: left;
}

.choice-intro {
  max-width: 48ch;
  margin: 0;
  font-size: clamp(0.88rem, 2.5vw, 1rem);
  line-height: 1.5;
  color: #1f2937;
  font-weight: 700;
  text-align: left;
}

.choice-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-mini-points span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(235, 211, 162, 0.9);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.84);
  color: #3f3f46;
  font-size: 0.68rem;
  font-weight: 800;
}

.choice-card-grid {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.choice-entry-card {
  display: grid;
  gap: 12px;
  min-height: 126px;
  padding: 16px 16px;
  border-radius: 28px;
  border: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow: 0 18px 34px rgba(91, 67, 24, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  align-content: start;
}

.choice-entry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 44px rgba(91, 67, 24, 0.16);
}

.choice-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.choice-card-number,
.choice-card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.choice-card-number {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: rgba(24, 24, 27, 0.07);
  font-size: 0.72rem;
  font-weight: 900;
}

.choice-card-arrow {
  color: rgba(24, 24, 27, 0.46);
  font-size: 1.15rem;
  font-weight: 900;
}

.choice-entry-card h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4.8vw, 2.8rem);
  line-height: 1.02;
  font-weight: 900;
  text-wrap: normal;
  text-align: left;
}

.choice-entry-card p {
  margin: 2px 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #27272a;
  font-weight: 700;
  max-width: 42ch;
  text-align: left;
}

.choice-entry-light {
  background: rgba(255, 255, 255, 0.94);
}

.choice-entry-gold {
  background: linear-gradient(180deg, #f4c95f 0%, #efbe53 100%);
}

.choice-entry-app {
  background: linear-gradient(180deg, rgba(86, 211, 227, 0.15), rgba(255, 250, 240, 0.96));
}

.topbar {
  position: sticky;
  top: 10px;
  z-index: 20;
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(235, 211, 162, 0.9);
  border-radius: 26px;
  background: rgba(255, 250, 240, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
}

.brand span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand strong {
  font-size: 0.92rem;
  font-weight: 900;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.topbar-actions {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.topbar-actions::-webkit-scrollbar {
  display: none;
}

.nav-chip,
.ghost-button,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  scroll-snap-align: start;
}

.nav-chip,
.ghost-button {
  border: 1px solid var(--line);
  background: #fffaf0;
  color: var(--text);
}

.nav-chip.active,
.ghost-button.active {
  border-color: rgba(197, 141, 24, 0.34);
  background: linear-gradient(135deg, var(--gold), #f8d57f);
  color: #111827;
  box-shadow: 0 12px 28px rgba(239, 193, 89, 0.24);
}

.primary-button {
  border: 0;
  background: linear-gradient(135deg, var(--gold), #f8d57f);
  color: #111827;
  box-shadow: 0 12px 28px rgba(239, 193, 89, 0.28);
}

.secondary-button {
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.94);
  color: var(--text);
}

.nav-chip:hover,
.ghost-button:hover,
.primary-button:hover,
.secondary-button:hover,
.menu-card:hover,
.lead-form button:hover,
.status-toggle:hover {
  transform: translateY(-1px);
}

.page-hero,
.hero-panel,
.overview,
.cards-section,
.fleet-section,
.process-section,
.models-section,
.apply-section,
.app-teaser-section {
  padding: 15px;
  border: 1px solid rgba(235, 211, 162, 0.9);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 240, 0.92);
  box-shadow: var(--shadow);
}

.page-hero,
.hero-panel {
  display: grid;
  gap: 18px;
  margin-top: 16px;
}

.hero-panel-rich {
  margin-bottom: 14px;
}

.hero-panel {
  overflow: hidden;
}

.hero-copy,
.page-hero-copy {
  display: grid;
  gap: 10px;
}

.eyebrow {
  margin: 0;
  color: #c58d18;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-hero-copy h1,
.section-heading h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.08;
}

.hero-copy h1,
.page-hero-copy h1 {
  font-size: clamp(1.62rem, 5.1vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: normal;
  max-width: 22ch;
  text-align: left;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.section-heading h2 {
  font-size: clamp(1.18rem, 4vw, 1.7rem);
  max-width: 34ch;
  line-height: 1.15;
  text-wrap: normal;
  text-align: left;
}

.lead,
.page-hero-copy p,
.app-teaser-copy p:not(.eyebrow),
.info-card p,
.menu-card p,
.step-card p,
.model-card li,
.fleet-card p,
.company-meta,
.admin-panel p,
.summary-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.84rem;
  text-align: left;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-stats,
.overview-grid,
.menu-cards-grid,
.models-grid,
.steps-grid,
.fleet-grid,
.admin-controls,
.summary-grid {
  display: grid;
  gap: 10px;
}

.hero-stats article,
.info-card,
.menu-card,
.model-card,
.step-card,
.fleet-card,
.summary-block,
.admin-control-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-stats article,
.info-card,
.model-card,
.step-card,
.fleet-card,
.summary-block,
.admin-control-card {
  padding: 13px;
}

.hero-stats article {
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
}

.hero-stats strong,
.info-card h3,
.menu-card h3,
.model-card h3,
.step-card h3,
.fleet-card h4,
.summary-block h3 {
  margin: 0 0 8px;
  font-weight: 900;
  line-height: 1.2;
  font-size: 0.96rem;
  text-wrap: normal;
  text-align: left;
}

.hero-stats strong {
  display: block;
  font-size: 0.9rem;
}

.hero-visual,
.page-hero-visual,
.app-teaser-visual {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--surface-soft);
}

.hero-visual img,
.page-hero-visual img,
.app-teaser-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual img {
  min-height: 280px;
}

.hero-visual-tall img {
  min-height: 360px;
}

.hero-gallery-strip {
  margin-top: 14px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border: 1px solid rgba(235, 211, 162, 0.9);
  border-radius: 24px;
  background: rgba(255, 250, 240, 0.94);
  box-shadow: var(--shadow);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.gallery-card-feature {
  min-height: 300px;
}

.gallery-card-copy {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(17, 24, 39, 0.62);
  color: #fffaf0;
  backdrop-filter: blur(10px);
}

.gallery-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(239, 190, 83, 0.92);
  color: #18181b;
  font-size: 0.78rem;
  font-weight: 900;
}

.gallery-card-copy strong {
  font-size: 0.96rem;
  line-height: 1.35;
}

.hero-proof-grid {
  margin-top: 14px;
}

.proof-card {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 240, 0.92);
  box-shadow: var(--shadow);
}

.proof-card h3 {
  margin: 6px 0 10px;
  font-size: 0.98rem;
  line-height: 1.2;
}

.proof-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.proof-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.app-shot-grid img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

.app-mini-note {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(239, 190, 83, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(239, 190, 83, 0.14), rgba(255, 250, 240, 0.98));
}

.app-mini-note strong {
  font-size: 0.86rem;
  font-weight: 900;
}

.section {
  padding: 10px 0 20px;
}

.overview-grid,
.summary-grid,
.models-grid,
.steps-grid,
.fleet-grid,
.menu-cards-grid {
  grid-template-columns: 1fr;
}

.menu-card {
  display: grid;
  gap: 10px;
  padding: 13px;
}

.menu-card-index {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(239, 190, 83, 0.18);
  color: #8d6210;
  font-weight: 900;
  font-size: 0.74rem;
}

.summary-grid {
  margin-top: 18px;
}

.summary-block {
  background: linear-gradient(180deg, #fffdf8, #fff7e9);
}

.summary-block h3 {
  font-size: 0.94rem;
}

.admin-panel {
  display: grid;
  gap: 16px;
  padding: 12px;
  margin-bottom: 18px;
  border: 1px solid rgba(239, 190, 83, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(239, 190, 83, 0.12), rgba(255, 250, 240, 0.98));
}

.admin-panel[hidden] {
  display: none;
}

.admin-controls {
  grid-template-columns: 1fr;
}

.admin-control-card {
  display: grid;
  gap: 10px;
}

.status-toggle {
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold), #f8d57f);
  color: #111827;
  font-weight: 900;
  cursor: pointer;
}

.company-stack {
  display: grid;
  gap: 18px;
}

.company-box {
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.company-box-header {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.company-box h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.fleet-card {
  display: grid;
  gap: 12px;
}

.fleet-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.fleet-card h4 {
  font-size: 0.92rem;
}

.availability-chip {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.availability-chip.available {
  background: var(--ok-bg);
  color: var(--ok-text);
}

.availability-chip.unavailable {
  background: var(--no-bg);
  color: var(--no-text);
}

.fleet-meta {
  display: grid;
  gap: 8px;
}

.fleet-meta span {
  display: block;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff8eb;
  border: 1px solid #f1dbac;
  font-size: 0.76rem;
  font-weight: 800;
}

.step-card span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(239, 190, 83, 0.18);
  color: #8d6210;
  font-weight: 900;
  font-size: 0.74rem;
}

.step-card h3 {
  margin-top: 14px;
  font-size: 0.9rem;
  line-height: 1.2;
  text-wrap: normal;
  text-align: left;
}

.license-step-card h3 a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.model-card {
  display: grid;
  gap: 12px;
}

.model-card.highlight {
  background: linear-gradient(180deg, rgba(239, 190, 83, 0.16), #fffaf0);
}

.model-topline {
  color: #b17a12;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.model-card ul {
  display: grid;
  gap: 9px;
  padding-left: 18px;
  margin: 0;
}

.app-teaser {
  display: grid;
  gap: 18px;
}

.app-teaser-visual img {
  min-height: 200px;
}

.lead-form {
  display: grid;
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  font-size: 0.82rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffdf8;
  padding: 11px 12px;
  color: var(--text);
  font-size: 0.84rem;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form button {
  min-height: 40px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--gold), #f8d57f);
  color: #111827;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(239, 193, 89, 0.28);
  cursor: pointer;
  font-size: 0.84rem;
}

@media (min-width: 760px) {
  .page-shell,
  .hero,
  .section {
    width: min(1160px, calc(100% - 40px));
  }

  .topbar {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .page-hero,
  .hero-panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
  }

  .hero-gallery-strip {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    align-items: stretch;
  }

  .hero-proof-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .hero-stats,
  .overview-grid,
  .summary-grid,
  .models-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

  .lead-form .full-width,
  .lead-form button {
    grid-column: 1 / -1;
  }

  .company-box-header {
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .app-teaser {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
    align-items: center;
  }

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

  .choice-shell {
    padding: 14px;
  }

  .choice-hero-split {
    grid-template-columns: 1fr;
  }

  .choice-copy-panel {
    padding: 24px 22px 20px;
  }

  .choice-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .choice-entry-app {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1040px) {
  .menu-cards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 759px) {
  .topbar {
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .brand small {
    font-size: 0.76rem;
  }

  .nav-chip,
  .ghost-button,
  .primary-button,
  .secondary-button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.84rem;
  }

  .page-hero,
  .hero-panel,
  .overview,
  .cards-section,
  .fleet-section,
  .process-section,
  .models-section,
  .apply-section,
  .app-teaser-section {
    padding: 15px;
    border-radius: 24px;
  }

  .hero-copy,
  .page-hero-copy {
    gap: 10px;
  }

  .section-heading {
    gap: 8px;
    margin-bottom: 14px;
  }

  .overview-grid,
  .summary-grid,
  .models-grid,
  .steps-grid,
  .fleet-grid,
  .menu-cards-grid,
  .hero-stats,
  .admin-controls,
  .app-shot-grid {
    gap: 10px;
  }

  .hero-stats article,
  .info-card,
  .menu-card,
  .model-card,
  .step-card,
  .fleet-card,
  .summary-block,
  .admin-control-card {
    border-radius: 18px;
    padding: 13px;
  }

  .menu-card-index,
  .step-card span {
    width: 34px;
    height: 34px;
    font-size: 0.74rem;
  }

  .hero-visual,
  .page-hero-visual,
  .app-teaser-visual {
    border-radius: 20px;
  }

  .hero-visual img,
  .page-hero-visual img,
  .app-teaser-visual img {
    min-height: 190px;
  }
}

/* Bolt-inspired overrides for the taxi/company demo pages */
:root {
  --bg: #f3f5f7;
  --surface: #ffffff;
  --surface-soft: #f7f9fb;
  --text: #111827;
  --muted: #5f6b76;
  --line: #dce3e8;
  --green: #2bb673;
  --green-soft: #eaf8f1;
  --brand-gold-soft: #fff4d8;
  --brand-cyan-soft: #e9f8fb;
  --shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
}

body {
  background:
    radial-gradient(circle at top right, rgba(86, 211, 227, 0.12), transparent 20%),
    radial-gradient(circle at top left, rgba(239, 190, 83, 0.12), transparent 22%),
    linear-gradient(180deg, #f6f8fa 0%, #eef2f5 100%);
}

.choice-shell {
  background:
    linear-gradient(180deg, rgba(246, 248, 250, 0.82) 0%, rgba(246, 248, 250, 0.74) 100%),
    url("assets/fleet-overview.jpg") center/cover no-repeat;
}

.choice-hero-split {
  border-color: rgba(220, 227, 232, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.72)),
    url("assets/fleet-overview.jpg") center/cover no-repeat;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.1);
}

.choice-copy-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.58));
}

.choice-logo {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.choice-mini-points span {
  border-color: rgba(220, 227, 232, 0.96);
  background: rgba(255, 255, 255, 0.88);
}

.choice-entry-card {
  border-color: rgba(220, 227, 232, 0.96);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.choice-entry-card:hover {
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.14);
}

.choice-entry-light {
  background: rgba(255, 255, 255, 0.96);
}

.choice-entry-gold {
  background: linear-gradient(180deg, #f6cf67 0%, #efbe53 100%);
}

.choice-entry-app {
  background: linear-gradient(180deg, rgba(43, 182, 115, 0.12), rgba(255, 255, 255, 0.96));
}

.topbar {
  border-color: rgba(220, 227, 232, 0.96);
  background: rgba(255, 255, 255, 0.92);
}

.nav-chip,
.ghost-button {
  background: #ffffff;
}

.nav-chip.active,
.ghost-button.active {
  border-color: rgba(43, 182, 115, 0.3);
  background: linear-gradient(135deg, var(--brand-cyan-soft), var(--brand-gold-soft));
  color: #0f7a4b;
  box-shadow: 0 10px 24px rgba(43, 182, 115, 0.12);
}

.primary-button {
  background: linear-gradient(135deg, #f0bc4a, #f6d578);
  color: #111827;
  box-shadow: 0 14px 30px rgba(239, 190, 83, 0.24);
}

.secondary-button {
  background: linear-gradient(180deg, #ffffff, #fbfcfd);
}

.page-hero,
.hero-panel,
.overview,
.cards-section,
.fleet-section,
.process-section,
.models-section,
.apply-section,
.app-teaser-section,
.stats-band,
.split-showcase,
.dark-banner {
  border-color: rgba(220, 227, 232, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(239, 190, 83, 0.05), rgba(86, 211, 227, 0.04));
}

.eyebrow {
  color: #1a9b5b;
}

.hero-visual,
.page-hero-visual,
.app-teaser-visual,
.split-media,
.dark-banner-image {
  border-color: var(--line);
  background: var(--surface-soft);
}

.app-mini-note {
  border-color: rgba(43, 182, 115, 0.24);
  background: linear-gradient(180deg, rgba(239, 190, 83, 0.14), rgba(86, 211, 227, 0.08), rgba(255, 255, 255, 0.98));
}

.summary-block {
  background: linear-gradient(180deg, #ffffff, #fff8ea);
}

.admin-panel {
  border-color: rgba(43, 182, 115, 0.22);
  background: linear-gradient(180deg, rgba(239, 190, 83, 0.12), rgba(255, 255, 255, 0.98));
}

.status-toggle {
  background: linear-gradient(135deg, #f0bc4a, #f6d578);
  color: #111827;
}

.bolt-hero {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
}

.page-hero-visual,
.split-media,
.dark-banner-image {
  max-width: 100%;
}

.bolt-hero-visual img,
.split-media img,
.dark-banner-image img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  max-height: 240px;
  object-fit: cover;
}

.bolt-hero-visual img {
  object-position: center 58%;
}

.split-media img {
  object-position: center 52%;
}

.dark-banner-image img {
  object-position: center top;
}

.stats-band,
.overview,
.models-section,
.fleet-section,
.app-teaser-section,
.split-showcase,
.dark-banner {
  margin-top: 12px;
}

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

.stat-card {
  background: linear-gradient(180deg, #ffffff, #fff9ee);
}

.stat-card strong {
  display: block;
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.15;
}

.split-showcase {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 18px;
  align-items: center;
}

.split-showcase.reverse .split-media {
  order: 2;
}

.split-showcase.reverse .split-copy {
  order: 1;
}

.split-copy {
  display: grid;
  gap: 12px;
}

.split-copy h2,
.dark-banner-copy h2 {
  margin: 0;
  font-size: clamp(1.32rem, 4vw, 2.1rem);
  line-height: 1.05;
  font-weight: 900;
  max-width: 24ch;
  text-wrap: pretty;
}

.split-copy p,
.dark-banner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.bullet-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding-left: 20px;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
  max-width: 54ch;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

.dark-banner {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 18px;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 247, 228, 0.98), rgba(255, 255, 255, 0.96)),
    linear-gradient(135deg, rgba(239, 190, 83, 0.14), rgba(86, 211, 227, 0.08));
  border-color: rgba(239, 190, 83, 0.28);
  color: var(--text);
}

.dark-banner .eyebrow {
  color: #c58d18;
}

.dark-banner-copy {
  display: grid;
  gap: 12px;
}

.dark-banner-copy p {
  color: var(--muted);
}

.dark-cta {
  width: fit-content;
  background: linear-gradient(135deg, #f0bc4a, #f6d578);
  color: #111827;
}

.dark-banner-image {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(233, 248, 251, 0.72));
}

.inline-admin-toggle {
  margin-bottom: 14px;
}

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

.model-topline {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-cyan-soft), var(--brand-gold-soft));
  color: #0f7a4b;
  font-size: 0.72rem;
  font-weight: 900;
}

.model-card.highlight {
  background: linear-gradient(180deg, #f6cf67 0%, #f3c456 100%);
}

.model-card.highlight h3,
.model-card.highlight li {
  color: #111827;
}

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

.page-hero-visual,
.split-media {
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.vehicle-photo-frame {
  display: grid;
  place-items: center;
  padding: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(233, 248, 251, 0.5));
}

.vehicle-photo {
  object-fit: contain !important;
  object-position: center center !important;
  background: transparent;
}

.app-preview {
  object-fit: contain;
  background: #fff;
}

.info-card,
.model-card,
.company-box,
.fleet-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 238, 0.96));
}

@media (max-width: 900px) {
  .bolt-hero,
  .split-showcase,
  .dark-banner,
  .bolt-stats-grid,
  .bolt-models-grid,
  .bolt-shot-grid {
    grid-template-columns: 1fr;
  }

  .split-showcase.reverse .split-media,
  .split-showcase.reverse .split-copy {
    order: initial;
  }

  .bolt-hero-visual img,
  .split-media img,
  .dark-banner-image img {
    min-height: 110px;
    max-height: 145px;
  }

  .page-hero,
  .overview,
  .models-section,
  .fleet-section,
  .app-teaser-section,
  .stats-band,
  .split-showcase,
  .dark-banner {
    padding: 13px;
  }

  .page-hero-copy h1,
  .hero-copy h1 {
    font-size: clamp(1.42rem, 6vw, 2rem);
  }

  .split-copy h2,
  .dark-banner-copy h2,
  .section-heading h2 {
    font-size: clamp(1.12rem, 4.8vw, 1.5rem);
  }

  .stat-card strong,
  .info-card h3,
  .model-card h3 {
    font-size: 0.92rem;
  }

  .hero-actions {
    gap: 8px;
  }

  .primary-button,
  .secondary-button,
  .ghost-button,
  .nav-chip {
    min-height: 36px;
    font-size: 0.8rem;
  }

  .dark-banner-copy,
  .split-copy,
  .page-hero-copy {
    gap: 10px;
  }

  .hero-actions > a,
  .hero-actions > button {
    flex: 1 1 220px;
  }

  .app-shot-grid img {
    max-height: 160px;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .page-shell,
  .hero,
  .section {
    width: min(100%, calc(100% - 14px));
  }

  .hero {
    padding: 8px 0 14px;
  }

  .topbar {
    top: 6px;
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
  }

  .brand {
    gap: 10px;
  }

  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .brand strong {
    font-size: 0.86rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .topbar-actions {
    gap: 8px;
    padding-bottom: 0;
  }

  .nav-chip,
  .ghost-button,
  .primary-button,
  .secondary-button {
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.76rem;
  }

  .choice-shell {
    padding: 7px;
  }

  .choice-hero-split {
    min-height: calc(100vh - 14px);
    border-radius: 24px;
  }

  .choice-copy-panel {
    gap: 12px;
    padding: 16px 14px 14px;
  }

  .choice-copy-panel h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 10vw, 2.85rem);
    line-height: 1.02;
  }

  .choice-intro {
    max-width: 100%;
    font-size: 0.84rem;
    line-height: 1.52;
  }

  .choice-mini-points {
    gap: 8px;
  }

  .choice-mini-points span {
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.64rem;
  }

  .choice-card-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .choice-entry-app {
    grid-column: auto;
  }

  .choice-entry-card {
    min-height: 104px;
    padding: 14px;
    border-radius: 22px;
  }

  .choice-entry-card h2 {
    font-size: clamp(1.42rem, 7vw, 2rem);
    line-height: 1.04;
  }

  .choice-entry-card p {
    font-size: 0.76rem;
    line-height: 1.46;
    max-width: 100%;
  }

  .page-hero,
  .hero-panel,
  .overview,
  .cards-section,
  .fleet-section,
  .process-section,
  .models-section,
  .apply-section,
  .app-teaser-section,
  .stats-band,
  .split-showcase,
  .dark-banner {
    padding: 12px;
    border-radius: 20px;
  }

  .page-hero-copy h1,
  .hero-copy h1 {
    font-size: clamp(1.3rem, 8.3vw, 1.8rem);
    line-height: 1.1;
    max-width: 19ch;
  }

  .section-heading h2,
  .split-copy h2,
  .dark-banner-copy h2 {
    max-width: 24ch;
    font-size: clamp(1.02rem, 6vw, 1.34rem);
    line-height: 1.18;
  }

  .lead,
  .page-hero-copy p,
  .app-teaser-copy p:not(.eyebrow),
  .info-card p,
  .menu-card p,
  .step-card p,
  .model-card li,
  .fleet-card p,
  .company-meta,
  .admin-panel p,
  .summary-block p,
  .split-copy p,
  .dark-banner-copy p {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .hero-actions {
    gap: 8px;
  }

  .hero-actions > a,
  .hero-actions > button {
    flex: 1 1 100%;
    width: 100%;
  }

  .hero-stats article,
  .info-card,
  .menu-card,
  .model-card,
  .step-card,
  .fleet-card,
  .summary-block,
  .admin-control-card {
    padding: 12px;
    border-radius: 16px;
  }

  .vehicle-photo-frame {
    padding: 8px;
  }

  .bolt-hero-visual img,
  .split-media img,
  .dark-banner-image img,
  .vehicle-photo {
    min-height: 96px;
    max-height: 132px;
  }

  .app-shot-grid img,
  .app-preview {
    max-height: 148px;
    object-fit: contain;
    background: #fff;
  }

  .license-steps-grid {
    grid-template-columns: 1fr;
  }

  .license-step-card {
    gap: 8px;
  }
}

/* Clean rebuilt layout for the driver recruitment website */
.sa-page {
  background:
    radial-gradient(circle at top left, rgba(239, 190, 83, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(86, 211, 227, 0.12), transparent 20%),
    linear-gradient(180deg, #fdf9f0 0%, #f7eedb 44%, #fcf8ef 100%);
}

.sa-shell {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
  padding: 4px 0 28px;
  display: grid;
  gap: 16px;
}

.sa-home-shell {
  min-height: 100vh;
}

.sa-home-panel {
  min-height: calc(100vh - 20px);
}

.sa-home-copy {
  gap: 16px;
}

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

.sa-hero,
.sa-section,
.sa-split,
.sa-banner {
  border: 1px solid rgba(229, 202, 145, 0.88);
  border-radius: 28px;
  background: rgba(255, 251, 243, 0.95);
  box-shadow: 0 18px 42px rgba(91, 67, 24, 0.07);
}

.sa-hero {
  padding: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
  gap: 18px;
}

.sa-hero-copy,
.sa-split-copy,
.sa-banner-copy,
.sa-section-head,
.sa-note-card {
  display: grid;
  gap: 12px;
  text-align: left;
}

.sa-hero-copy h1,
.sa-split-copy h2,
.sa-banner-copy h2,
.sa-section-head h2 {
  margin: 0;
  font-size: clamp(1.42rem, 3vw, 2.52rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: none;
  text-wrap: normal;
  text-align: left;
  color: #171717;
}

.sa-lead,
.sa-split-copy p,
.sa-banner-copy p,
.sa-note-card p,
.sa-card p,
.sa-card li,
.sa-section-head p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.66;
  color: #5b6470;
  text-align: left;
}

.sa-statline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sa-statline span,
.sa-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(86, 211, 227, 0.16), rgba(239, 190, 83, 0.2));
  border: 1px solid rgba(229, 202, 145, 0.8);
  color: #8a6112;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: left;
}

.sa-photo-card {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(229, 202, 145, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(245, 252, 253, 0.84));
  padding: 12px;
  min-height: 280px;
}

.sa-photo-large {
  min-height: 320px;
}

.sa-photo-card img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center center;
}

.sa-app-card img,
.sa-gallery-card img {
  background: #fff;
}

.sa-section {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.sa-grid-3,
.sa-grid-2,
.sa-gallery {
  display: grid;
  gap: 14px;
}

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

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

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

.sa-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(229, 202, 145, 0.72);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 249, 237, 0.98));
  box-shadow: 0 12px 24px rgba(91, 67, 24, 0.045);
  display: grid;
  gap: 10px;
  text-align: left;
}

.sa-card h3 {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.2;
  text-align: left;
  text-wrap: normal;
  color: #1f2937;
}

.sa-plan-card {
  align-content: start;
}

.sa-plan-highlight {
  background: linear-gradient(180deg, rgba(246, 207, 103, 0.52), rgba(255, 248, 233, 0.98));
}

.sa-split {
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 18px;
}

.sa-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.sa-list li {
  max-width: none;
}

.sa-banner {
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(255, 247, 228, 0.99), rgba(255, 255, 255, 0.97)),
    linear-gradient(135deg, rgba(239, 190, 83, 0.18), rgba(86, 211, 227, 0.1));
}

.sa-banner-actions {
  display: grid;
  gap: 10px;
}

.sa-note-card {
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(229, 202, 145, 0.72);
  background: linear-gradient(180deg, rgba(239, 190, 83, 0.16), rgba(255, 255, 255, 0.98));
}

.sa-highlight-box {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(229, 202, 145, 0.82);
  background: linear-gradient(135deg, rgba(246, 207, 103, 0.22), rgba(86, 211, 227, 0.08));
  box-shadow: 0 10px 24px rgba(91, 67, 24, 0.05);
}

.sa-highlight-box strong {
  font-size: 1rem;
  line-height: 1.28;
  color: #1f2937;
  text-align: left;
}

.sa-highlight-box p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.56;
  color: #5b6470;
  text-align: left;
}

.sa-note-card strong,
.sa-banner-copy .eyebrow,
.sa-section-head .eyebrow,
.sa-split-copy .eyebrow,
.sa-hero-copy .eyebrow {
  color: #b07b16;
}

.choice-entry-card,
.sa-card,
.sa-photo-card,
.sa-note-card,
.sa-banner,
.sa-hero,
.sa-section,
.sa-split {
  backdrop-filter: blur(10px);
}

.choice-entry-card h2,
.sa-card h3,
.sa-hero-copy h1,
.sa-split-copy h2,
.sa-banner-copy h2,
.sa-section-head h2 {
  font-weight: 800;
}

.primary-button,
.dark-cta {
  background: linear-gradient(135deg, #efbe53, #f6d77d);
  color: #18181b;
  box-shadow: 0 14px 26px rgba(239, 190, 83, 0.22);
}

.secondary-button,
.ghost-button,
.nav-chip {
  background: rgba(255, 255, 255, 0.88);
}

.nav-chip.active,
.ghost-button.active {
  background: linear-gradient(135deg, rgba(86, 211, 227, 0.18), rgba(239, 190, 83, 0.2));
  color: #825c12;
  border-color: rgba(229, 202, 145, 0.92);
}

.sa-gallery-card {
  align-content: start;
}

.sa-gallery-card img {
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(229, 202, 145, 0.6);
}

.license-step-card h3 a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 1040px) {
  .sa-home-grid,
  .sa-grid-3,
  .sa-gallery {
    grid-template-columns: 1fr;
  }

  .sa-grid-2 {
    grid-template-columns: 1fr;
  }

  .sa-hero,
  .sa-split,
  .sa-banner {
    grid-template-columns: 1fr;
  }

  .sa-banner-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .sa-shell {
    width: min(100%, calc(100% - 14px));
    gap: 12px;
    padding-bottom: 18px;
  }

  .sa-hero,
  .sa-section,
  .sa-split,
  .sa-banner {
    padding: 14px;
    border-radius: 22px;
    gap: 14px;
  }

  .sa-hero-copy h1,
  .sa-split-copy h2,
  .sa-banner-copy h2,
  .sa-section-head h2 {
    font-size: clamp(1.18rem, 6.2vw, 1.62rem);
    line-height: 1.16;
  }

  .sa-lead,
  .sa-split-copy p,
  .sa-banner-copy p,
  .sa-note-card p,
  .sa-card p,
  .sa-card li,
  .sa-section-head p {
    font-size: 0.84rem;
    line-height: 1.56;
  }

  .sa-photo-card,
  .sa-photo-large {
    min-height: 170px;
    padding: 10px;
  }

  .sa-photo-card img {
    max-height: 190px;
  }

  .sa-gallery-card img {
    max-height: 180px;
  }

  .sa-card {
    padding: 14px;
    border-radius: 18px;
  }

  .sa-card h3 {
    font-size: 0.94rem;
  }

  .sa-banner-actions .primary-button,
  .sa-banner-actions .secondary-button,
  .hero-actions .primary-button,
  .hero-actions .secondary-button {
    width: 100%;
  }

  .sa-highlight-box {
    padding: 12px 14px;
    border-radius: 18px;
  }

  .sa-highlight-box strong {
    font-size: 0.92rem;
  }

  .sa-highlight-box p {
    font-size: 0.82rem;
  }
}

.sa-onepage {
  overflow-x: hidden;
}

.sa-onepage .topbar-actions {
  flex-wrap: nowrap;
}

.sa-onepage-hero {
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.sa-hero-photo img {
  max-height: 420px;
}

.sa-drag-hint {
  font-size: 0.82rem;
  font-weight: 700;
  color: #8a6112;
}

.sa-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 32%);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  cursor: grab;
  scrollbar-width: none;
}

.sa-carousel::-webkit-scrollbar {
  display: none;
}

.sa-carousel.dragging {
  cursor: grabbing;
  user-select: none;
}

.sa-carousel-card {
  scroll-snap-align: start;
  border: 1px solid rgba(229, 202, 145, 0.72);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(255,248,233,0.98));
  box-shadow: 0 12px 24px rgba(91, 67, 24, 0.05);
  min-height: 100%;
  display: grid;
}

.sa-carousel-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.sa-carousel-copy {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.sa-carousel-copy h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.22;
}

.sa-carousel-copy p {
  margin: 0;
  color: #5b6470;
  font-size: 0.9rem;
  line-height: 1.58;
}

.sa-banner.compact {
  grid-template-columns: minmax(0, 1fr) auto;
}

.sa-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.42);
  display: grid;
  place-items: center;
  padding: 18px;
  z-index: 300;
  backdrop-filter: blur(10px);
}

.sa-modal {
  position: relative;
  width: min(760px, 100%);
  max-height: min(88vh, 860px);
  overflow-y: auto;
  border-radius: 28px;
  border: 1px solid rgba(229, 202, 145, 0.82);
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.99), rgba(255, 255, 255, 0.98));
  box-shadow: 0 24px 54px rgba(17, 24, 39, 0.18);
}

.sa-modal-body {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.sa-modal-body h2 {
  margin: 0;
  font-size: clamp(1.24rem, 3vw, 2rem);
  line-height: 1.14;
}

.sa-modal-close {
  position: sticky;
  top: 12px;
  margin-left: auto;
  margin-right: 12px;
  margin-top: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 8px 18px rgba(17,24,39,0.12);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 1040px) {
  .sa-carousel {
    grid-auto-columns: minmax(280px, 64%);
  }
}

@media (max-width: 640px) {
  .sa-onepage-hero {
    grid-template-columns: 1fr;
  }

  .sa-hero-photo img {
    max-height: 240px;
  }

  .sa-carousel {
    grid-auto-columns: 86%;
  }

  .sa-carousel-card img {
    height: 180px;
  }

  .sa-banner.compact {
    grid-template-columns: 1fr;
  }

  .sa-modal-backdrop {
    padding: 10px;
  }

  .sa-modal {
    border-radius: 22px;
  }

  .sa-modal-body {
    padding: 18px;
  }
}

/* Softer Bolt-like palette for the one-page taxi site */
.sa-onepage {
  background:
    radial-gradient(circle at top left, rgba(86, 211, 227, 0.08), transparent 24%),
    linear-gradient(180deg, #f7f4ee 0%, #f4f1ea 100%);
}

.sa-onepage .topbar,
.sa-onepage .sa-hero,
.sa-onepage .sa-section,
.sa-onepage .sa-banner,
.sa-onepage .sa-card,
.sa-onepage .sa-carousel-card,
.sa-onepage .sa-modal {
  border-color: rgba(24, 24, 27, 0.08);
  box-shadow: 0 16px 34px rgba(24, 24, 27, 0.05);
}

.sa-onepage .nav-chip.active,
.sa-onepage .sa-pill {
  background: rgba(239, 190, 83, 0.16);
  color: #7a570f;
  border-color: rgba(239, 190, 83, 0.24);
}

.sa-onepage .primary-button {
  background: #18181b;
  color: #fffaf0;
  border: 1px solid #18181b;
}

.sa-onepage .secondary-button,
.sa-onepage .nav-chip,
.sa-onepage .sa-highlight-box,
.sa-onepage .sa-card,
.sa-onepage .sa-carousel-card,
.sa-onepage .sa-modal,
.sa-onepage .sa-banner {
  background: rgba(255, 251, 245, 0.94);
}

.sa-onepage .secondary-button,
.sa-onepage .nav-chip {
  border-color: rgba(24, 24, 27, 0.1);
}

.sa-onepage .sa-plan-highlight,
.sa-onepage .choice-entry-gold {
  background: linear-gradient(180deg, rgba(244, 225, 177, 0.72), rgba(255, 249, 236, 0.96));
}

.sa-onepage .sa-highlight-box {
  border: 1px solid rgba(86, 211, 227, 0.22);
}

.sa-onepage .sa-drag-hint,
.sa-onepage .eyebrow {
  color: #746248;
}

/* Cleaner interactive sections */
.sa-hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sa-hero-bullets span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(24, 24, 27, 0.08);
  color: #2f3640;
  font-size: 0.8rem;
  font-weight: 800;
}

.sa-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.sa-editorial-copy {
  display: grid;
  gap: 14px;
}

.sa-editorial-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.sa-editorial-points {
  display: grid;
  gap: 16px;
}

.sa-editorial-points article {
  display: grid;
  gap: 6px;
  padding-left: 18px;
  border-left: 2px solid rgba(239, 190, 83, 0.36);
}

.sa-editorial-points strong {
  font-size: 0.98rem;
  color: #171717;
}

.sa-editorial-points p {
  margin: 0;
  color: #5b6470;
  font-size: 0.92rem;
  line-height: 1.62;
}

.sa-model-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sa-model-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 34%);
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.sa-model-rail::-webkit-scrollbar {
  display: none;
}

.sa-model-slide {
  position: relative;
  min-height: 455px;
  border-radius: 28px;
  overflow: hidden;
  scroll-snap-align: start;
  display: grid;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(24, 24, 27, 0.08);
  box-shadow: 0 16px 34px rgba(24, 24, 27, 0.06);
}

.sa-model-slide-dark {
  grid-template-rows: auto 1fr;
  background: linear-gradient(180deg, #04110c 0%, #091913 100%);
}

.sa-model-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sa-model-slide-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
}

.sa-model-slide-copy h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.15;
}

.sa-model-slide-copy p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

.sa-model-slide-dark .sa-model-slide-copy h3,
.sa-model-slide-dark .sa-model-slide-copy p {
  color: #fffaf0;
}

.sa-model-slide-dark .sa-pill {
  background: rgba(239, 190, 83, 0.18);
  border-color: rgba(239, 190, 83, 0.28);
  color: #fffaf0;
}

.sa-model-slide-dark .secondary-button {
  background: rgba(67, 181, 120, 0.95);
  border-color: rgba(67, 181, 120, 0.95);
  color: #fff;
}

.sa-model-slide-visual {
  display: grid;
  place-items: end center;
  padding: 0 20px 0;
}

.sa-model-slide-visual img {
  width: min(82%, 320px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.34));
}

.sa-model-slide-copy.overlay {
  position: absolute;
  inset: 0;
  justify-content: start;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.24) 0%, rgba(17, 24, 39, 0.56) 38%, rgba(17, 24, 39, 0.9) 100%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.82) 0%, rgba(17, 24, 39, 0.48) 42%, rgba(17, 24, 39, 0.08) 100%);
}

.sa-model-slide-copy.overlay h3,
.sa-model-slide-copy.overlay p {
  color: #fffaf0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

.sa-model-slide-copy.overlay h3 {
  max-width: 11ch;
}

.sa-model-slide-copy.overlay p {
  max-width: 28ch;
}

.sa-model-slide-copy.overlay .sa-pill {
  color: #fffaf0;
  background: rgba(17, 24, 39, 0.42);
  border-color: rgba(255, 255, 255, 0.28);
}

.sa-model-slide-copy.overlay .secondary-button {
  width: fit-content;
  background: rgba(255, 251, 245, 0.96);
  color: #171717;
}

.sa-model-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px 0 0;
  border-top: 1px solid rgba(24, 24, 27, 0.1);
}

.sa-model-panel h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.18;
}

.sa-model-panel p {
  margin: 0;
  color: #5b6470;
  font-size: 0.95rem;
  line-height: 1.66;
}

.sa-model-panel-highlight {
  position: relative;
}

.sa-model-panel-highlight::before {
  content: "";
  position: absolute;
  inset: -8px -8px auto -8px;
  height: calc(100% + 16px);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(244, 225, 177, 0.44), rgba(255, 249, 236, 0.18));
  z-index: -1;
}

.sa-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sa-rail-actions {
  display: flex;
  gap: 10px;
}

.sa-rail-button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #171717;
  font-size: 1.3rem;
  cursor: pointer;
}

.sa-photo-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 42%);
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
}

.sa-photo-rail::-webkit-scrollbar {
  display: none;
}

.sa-photo-slide {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  scroll-snap-align: start;
  background: #e9ecef;
}

.sa-photo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sa-photo-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.2), rgba(17, 24, 39, 0.74));
  color: #fff;
  backdrop-filter: blur(8px);
}

.sa-photo-caption h3,
.sa-inline-caption h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.2;
}

.sa-photo-caption p,
.sa-inline-caption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  line-height: 1.56;
}

.sa-rail-progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(24, 24, 27, 0.08);
  overflow: hidden;
}

.sa-rail-progress span {
  display: block;
  width: 18%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2b2b2b, #efbe53);
}

.sa-showcase-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: 24px;
  align-items: start;
}

.sa-showcase-copy {
  display: grid;
  gap: 16px;
}

.sa-showcase-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.72;
}

.sa-showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sa-inline-caption {
  display: grid;
  gap: 6px;
}

.sa-inline-caption p {
  color: #5b6470;
}

.sa-flow-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sa-flow-list article {
  display: grid;
  gap: 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(24, 24, 27, 0.1);
}

.sa-flow-list h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.sa-flow-list p {
  margin: 0;
  color: #5b6470;
  font-size: 0.92rem;
  line-height: 1.64;
}

.sa-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
}

.sa-contact-copy {
  display: grid;
  gap: 16px;
}

.sa-contact-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 0.98rem;
  line-height: 1.72;
}

.sa-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.sa-contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 800;
  color: #171717;
}

.sa-contact-form input,
.sa-contact-form select,
.sa-contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border-radius: 18px;
  border: 1px solid rgba(24, 24, 27, 0.1);
  background: rgba(255, 255, 255, 0.9);
  color: #171717;
  font-size: 0.92rem;
}

.sa-contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.sa-contact-form .full,
.sa-contact-form button {
  grid-column: 1 / -1;
}

.sa-form-feedback {
  margin: 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(239, 190, 83, 0.12);
  border: 1px solid rgba(239, 190, 83, 0.22);
  color: #5b6470;
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .sa-editorial-grid,
  .sa-showcase-split,
  .sa-contact-layout,
  .sa-model-strip,
  .sa-flow-list {
    grid-template-columns: 1fr;
  }

  .sa-showcase-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .sa-photo-rail {
    grid-auto-columns: minmax(300px, 72%);
  }

  .sa-model-rail {
    grid-auto-columns: minmax(320px, 62%);
  }
}

@media (max-width: 640px) {
  .sa-hero-bullets,
  .sa-rail-head {
    gap: 8px;
  }

  .sa-hero-bullets span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 0.72rem;
  }

  .sa-model-panel {
    padding-top: 14px;
  }

  .sa-photo-rail {
    grid-auto-columns: 88%;
  }

  .sa-photo-slide {
    min-height: 320px;
  }

  .sa-photo-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  .sa-showcase-gallery,
  .sa-contact-form {
    grid-template-columns: 1fr;
  }

  .sa-model-rail {
    grid-auto-columns: 88%;
  }

  .sa-model-slide {
    min-height: 390px;
  }

  .sa-model-slide-copy,
  .sa-model-slide-copy.overlay {
    padding: 18px;
  }

  .sa-model-slide-copy h3 {
    font-size: 1.02rem;
  }

  .sa-model-slide-copy p {
    font-size: 0.88rem;
  }
}

/* Final hero + white palette cleanup */
.sa-onepage {
  background:
    radial-gradient(circle at top left, rgba(86, 211, 227, 0.04), transparent 24%),
    linear-gradient(180deg, #fcfcfb 0%, #f5f5f3 100%);
}

.sa-hero-full {
  position: relative;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
}

.sa-hero-bg {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center center;
}

.sa-hero-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 34px;
  background:
    linear-gradient(180deg, rgba(17, 24, 39, 0.12) 0%, rgba(17, 24, 39, 0.24) 36%, rgba(17, 24, 39, 0.78) 100%);
}

.sa-hero-overlay .eyebrow {
  color: rgba(255, 246, 227, 0.92);
}

.sa-hero-overlay h1 {
  margin: 0;
  max-width: 11ch;
  color: #fffaf0;
  font-size: clamp(2rem, 4.8vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.sa-hero-overlay .sa-lead {
  max-width: 40rem;
  color: rgba(255, 250, 240, 0.92);
  font-size: 1rem;
  line-height: 1.7;
}

.sa-hero-overlay .sa-hero-bullets span {
  background: rgba(255, 250, 240, 0.92);
  color: #171717;
  border-color: rgba(255, 250, 240, 0.2);
}

.sa-hero-overlay .secondary-button {
  background: rgba(255, 255, 255, 0.92);
}

.sa-onepage .topbar,
.sa-onepage .sa-hero,
.sa-onepage .sa-section,
.sa-onepage .sa-banner,
.sa-onepage .sa-modal,
.sa-onepage .sa-card,
.sa-onepage .sa-carousel-card,
.sa-onepage .sa-model-slide {
  background: rgba(255, 255, 255, 0.96);
}

.sa-onepage .sa-banner,
.sa-onepage .sa-highlight-box,
.sa-onepage .sa-note-card,
.sa-onepage .sa-plan-highlight {
  background: #fff;
}

.sa-onepage .sa-highlight-box,
.sa-onepage .sa-note-card,
.sa-onepage .sa-banner,
.sa-onepage .sa-card,
.sa-onepage .sa-photo-card,
.sa-onepage .sa-model-slide,
.sa-onepage .sa-section,
.sa-onepage .sa-hero,
.sa-onepage .sa-modal {
  border-color: rgba(24, 24, 27, 0.08);
}

.sa-onepage .eyebrow {
  color: #8a6112;
}

.sa-onepage .sa-pill {
  background: rgba(239, 190, 83, 0.14);
  border-color: rgba(239, 190, 83, 0.24);
  color: #8a6112;
}

.sa-onepage .nav-chip.active {
  background: rgba(239, 190, 83, 0.14);
  color: #18181b;
  border-color: rgba(239, 190, 83, 0.24);
  box-shadow: none;
}

.sa-onepage .primary-button {
  background: #19191c;
  color: #fff;
  box-shadow: none;
}

.sa-onepage .secondary-button {
  background: #fff;
  color: #18181b;
}

.sa-onepage .sa-rail-progress span {
  background: linear-gradient(90deg, #efbe53, #2a2a2a);
}

.sa-hero-photo {
  position: relative;
  min-height: 520px;
  padding: 0;
}

.sa-hero-photo img {
  max-height: none;
  height: 100%;
  object-fit: cover;
}

.sa-hero-photo-caption {
  left: 20px;
  right: 20px;
  bottom: 20px;
  grid-template-columns: repeat(3, max-content);
  align-items: start;
  gap: 10px;
}

.sa-hero-photo-caption h3,
.sa-hero-photo-caption p {
  grid-column: 1 / -1;
}

@media (max-width: 1040px) {
  .sa-hero-photo-caption {
    grid-template-columns: repeat(2, max-content);
  }
}

@media (max-width: 640px) {
  .sa-hero-full,
  .sa-hero-bg {
    min-height: 460px;
  }

  .sa-hero-overlay {
    padding: 18px;
    gap: 10px;
  }

  .sa-hero-overlay h1 {
    max-width: 12ch;
    font-size: clamp(1.55rem, 9vw, 2.45rem);
    line-height: 1.02;
  }

  .sa-hero-overlay .sa-lead {
    font-size: 0.86rem;
    line-height: 1.55;
    max-width: 100%;
  }

  .sa-hero-photo {
    min-height: 340px;
  }

  .sa-hero-photo-caption {
    grid-template-columns: 1fr;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}

/* Image framing fixes: keep the real fleet visible and avoid portrait crops in landscape panels. */
.sa-onepage .sa-hero-full {
  display: block;
  min-height: clamp(520px, 72vh, 760px);
  background: #18181b;
}

.sa-onepage .sa-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 72vh, 760px);
  object-fit: cover;
  object-position: center 56%;
  z-index: 0;
}

.sa-onepage .sa-hero-overlay {
  z-index: 1;
}

.sa-onepage .sa-model-slide {
  min-height: 390px;
}

.sa-onepage .sa-model-slide-image img,
.sa-onepage .sa-photo-slide img {
  display: block;
  object-fit: cover;
  object-position: center center;
}

.sa-onepage .sa-model-slide-image:first-child img,
.sa-onepage .sa-photo-slide img[src$="img-5297.jpg"],
.sa-onepage .sa-photo-slide img[src$="img-5298.jpg"],
.sa-onepage .sa-photo-slide img[src$="fleet-overview.jpg"] {
  object-position: center 58%;
}

.sa-onepage .sa-photo-slide {
  min-height: 360px;
  aspect-ratio: 16 / 10;
}

.sa-onepage .sa-photo-slide img[src$="car-eqb.jpg"],
.sa-onepage .sa-model-slide-image img[src$="car-eqb.jpg"],
.sa-onepage .fleet-card img[src$="car-eqb.jpg"],
.sa-onepage .model-card img[src$="car-eqb.jpg"],
.sa-onepage .sa-carousel-card img[src$="car-eqb.jpg"] {
  object-fit: contain;
  padding: 12px;
  background: #fff;
}

.sa-onepage .fleet-card img,
.sa-onepage .model-card img,
.sa-onepage .sa-carousel-card img {
  object-fit: cover;
  object-position: center 56%;
}

@media (max-width: 640px) {
  .sa-onepage .sa-hero-full,
  .sa-onepage .sa-hero-bg {
    min-height: 540px;
  }

  .sa-onepage .sa-hero-bg {
    object-position: center 50%;
  }

  .sa-onepage .sa-model-slide,
  .sa-onepage .sa-photo-slide {
    min-height: 340px;
  }
}
