:root {
  color-scheme: light;
  --ink: #111715;
  --muted: #5d6761;
  --paper: #ffffff;
  --soft: #f5f5f3;
  --line: #d8d8d2;
  --accent: #c8b27b;
  --accent-strong: #f1dfaa;
  --night: #080a0b;
  --shadow: 0 24px 70px rgba(17, 23, 21, 0.12);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

section[id] {
  scroll-margin-top: 148px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font: 16px/1.5 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 64px);
  background: rgba(8, 10, 11, 0.96);
  color: #fff;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(1rem, 2vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand-logo {
  width: 54px;
  height: 36px;
  object-fit: cover;
  object-position: center 45%;
  border: 1px solid rgba(217, 221, 224, 0.35);
  background: #080a0b;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a:hover,
.header-call:hover {
  color: #fff;
}

.language-toggle {
  justify-self: end;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(217, 221, 224, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.language-toggle:hover {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
}

.header-call {
  justify-self: end;
  padding: 11px 16px;
  background: linear-gradient(135deg, #f7edc5, #b99a55 48%, #fff6d4);
  color: #090b0c;
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(200, 178, 123, 0.16);
}

.social-strip {
  position: sticky;
  top: 68px;
  z-index: 19;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(241, 223, 170, 0.12);
  border-bottom: 1px solid rgba(241, 223, 170, 0.2);
  background: rgba(15, 18, 17, 0.96);
  color: #fff;
  backdrop-filter: blur(14px);
}

.social-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.social-strip a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(241, 223, 170, 0.32);
  border-radius: 6px;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 950;
}

.social-strip a:hover,
.social-strip a:focus {
  outline: none;
  border-color: rgba(241, 223, 170, 0.68);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 66px);
  display: grid;
  align-items: start;
  background: var(--night);
  color: #fff;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 780px;
  padding: clamp(34px, 4vw, 54px) clamp(22px, 6vw, 72px);
}

.hero h1,
.section-heading h2,
.quote-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(2.55rem, 4.4vw, 4rem);
  line-height: 1;
}

.hero-logo {
  width: min(230px, 54vw);
  height: auto;
  margin-bottom: 24px;
  border: 0;
  box-shadow: none;
  opacity: 0.96;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.45));
}

.hero p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.02rem, 1.45vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, #f7edc5, #b99a55 48%, #fff6d4);
  color: #090b0c;
  box-shadow: 0 12px 32px rgba(200, 178, 123, 0.18);
}

.button.primary:hover {
  filter: brightness(1.06);
}

.button.secondary {
  border-color: rgba(217, 221, 224, 0.7);
  color: #fff;
  background: rgba(8, 10, 11, 0.22);
}

.button.secondary:hover {
  background: rgba(217, 221, 224, 0.12);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 10, 11, 0.94), rgba(8, 10, 11, 0.68) 40%, rgba(8, 10, 11, 0.12) 78%),
    linear-gradient(0deg, rgba(8, 10, 11, 0.24), rgba(8, 10, 11, 0.24));
  pointer-events: none;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
}

.fleet-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.fleet-proof-strip article {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: clamp(180px, 22vw, 260px);
  overflow: hidden;
  background: var(--night);
}

.fleet-proof-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.fleet-proof-strip article:hover img {
  transform: scale(1.03);
}

.fleet-proof-strip span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 0 12px;
  border: 1px solid rgba(241, 223, 170, 0.34);
  border-radius: 5px;
  background: rgba(8, 10, 11, 0.74);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.intro-strip div {
  min-height: 120px;
  padding: 28px clamp(18px, 4vw, 52px);
  border-right: 1px solid var(--line);
}

.intro-strip div:last-child {
  border-right: 0;
}

.intro-strip strong {
  display: block;
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
}

.intro-strip span,
.section-heading p,
.fleet-card p,
.service-grid p,
.quote-copy p,
.service-area p,
.faq-grid p,
.site-footer p,
.site-footer span {
  color: var(--muted);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 6vw, 84px);
  background: #111312;
  color: #fff;
}

.service-area h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4vw, 3.8rem);
  line-height: 1.02;
}

.service-area p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.06rem;
}

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

.area-list span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(241, 223, 170, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  font-weight: 800;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 70px);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-heading h2,
.quote-copy h2 {
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 1;
}

.section-heading p,
.quote-copy p {
  margin: 16px 0 0;
  font-size: 1.06rem;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1160px;
  margin: 0 auto;
}

.fleet-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.fleet-card.featured {
  border-color: rgba(200, 178, 123, 0.78);
  box-shadow: var(--shadow);
}

.fleet-image {
  min-height: 280px;
  background-image: url("assets/fleet-hero.png");
  background-size: cover;
}

.fleet-image.coach {
  background-position: 18% 52%;
}

.fleet-image.sprinter {
  background-position: 82% 55%;
}

.fleet-body {
  padding: 28px;
}

.fleet-body h3,
.service-grid h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  line-height: 1.1;
}

.fleet-body p {
  margin: 12px 0 18px;
}

.fleet-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fleet-body li {
  position: relative;
  padding-left: 24px;
  color: #27312d;
}

.fleet-body li::before {
  position: absolute;
  left: 0;
  color: #98783f;
  content: "✓";
  font-weight: 900;
}

.media-section {
  background: #111312;
  color: #fff;
}

.media-section .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.media-layout {
  max-width: 1180px;
  margin: 0 auto;
}

.media-group + .media-group {
  margin-top: 56px;
}

.media-feature,
.media-card {
  overflow: hidden;
  border: 1px solid rgba(241, 223, 170, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.media-feature {
  position: relative;
  min-height: 560px;
}

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

.media-feature img {
  position: absolute;
  inset: 0;
}

.media-feature::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(8, 10, 11, 0.88), rgba(8, 10, 11, 0.1) 58%),
    linear-gradient(90deg, rgba(8, 10, 11, 0.34), transparent 62%);
  content: "";
}

.media-feature-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 620px;
  padding: clamp(28px, 5vw, 48px);
}

.media-feature-copy h3,
.media-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.media-feature-copy h3 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1;
}

.media-feature-copy p,
.media-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.media-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.media-card img {
  width: 100%;
  height: auto;
  min-height: 190px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.media-card div {
  padding: 24px;
}

.media-card h3 {
  font-size: 1.45rem;
  line-height: 1.1;
}

.services-section {
  background: var(--soft);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1160px;
  margin: 0 auto;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 260px;
  padding: 26px;
  background: #fff;
}

.service-grid span {
  display: block;
  margin-bottom: 52px;
  color: #98783f;
  font-size: 0.78rem;
  font-weight: 900;
}

.service-grid p {
  margin: 14px 0 0;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
  padding: clamp(64px, 9vw, 116px) clamp(18px, 6vw, 84px);
}

.payment-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 6vw, 84px);
  background: #111312;
  color: #fff;
}

.quote-copy {
  position: sticky;
  top: 108px;
}

.payment-copy {
  position: sticky;
  top: 108px;
}

.payment-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 1;
}

.payment-copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.06rem;
}

.payment-note {
  display: grid;
  gap: 6px;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid rgba(241, 223, 170, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.payment-note strong {
  color: var(--accent-strong);
}

.payment-note span {
  color: rgba(255, 255, 255, 0.74);
}

.payment-providers {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.payment-providers > strong {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border: 1px solid rgba(241, 223, 170, 0.28);
  border-radius: 999px;
  background: rgba(241, 223, 170, 0.08);
  color: var(--accent-strong);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.provider-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 198px;
  padding: 18px;
  border: 1px solid rgba(241, 223, 170, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.044)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.provider-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent-strong), rgba(200, 178, 123, 0.36));
}

.provider-card span {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.provider-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.08;
}

.provider-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.provider-action {
  align-self: end;
  justify-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 8px;
  padding: 0 16px;
  border: 1px solid rgba(241, 223, 170, 0.72);
  border-radius: 6px;
  background: linear-gradient(180deg, #f1dfaa, #c8b27b);
  color: #15120a;
  box-shadow: 0 12px 26px rgba(241, 223, 170, 0.16);
  font-size: 0.78rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.provider-action:hover {
  box-shadow: 0 16px 32px rgba(241, 223, 170, 0.24);
  filter: saturate(1.06);
  transform: translateY(-1px);
}

.provider-action:focus-visible {
  outline: 3px solid rgba(241, 223, 170, 0.4);
  outline-offset: 3px;
}

.provider-action.is-disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

button.provider-action {
  cursor: pointer;
}

.provider-status {
  min-height: 22px;
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 850;
}

.contact-stack {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.contact-stack a {
  width: fit-content;
  border-bottom: 1px solid rgba(152, 120, 63, 0.45);
  color: #665025;
  font-weight: 800;
}

.quote-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.quote-trust-badges span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(152, 120, 63, 0.22);
  border-radius: 5px;
  background: rgba(152, 120, 63, 0.08);
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.payment-form {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: #303a36;
  font-size: 0.82rem;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid #cfd6cf;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font-size: 0.95rem;
}

.quote-form input,
.quote-form select {
  height: 46px;
  padding: 0 12px;
}

.quote-form textarea {
  resize: vertical;
  padding: 12px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(200, 178, 123, 0.28);
  border-color: #98783f;
}

.address-field {
  position: relative;
}

.address-field.has-google-places input[data-address-input] {
  display: none;
}

.google-place-autocomplete {
  display: block;
  width: 100%;
  min-height: 46px;
  color: var(--ink);
  font: inherit;
}

.google-place-autocomplete:focus-within {
  outline: 3px solid rgba(200, 178, 123, 0.28);
  border-radius: 6px;
}

.address-suggestions {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 20;
  display: none;
  max-height: 270px;
  overflow-y: auto;
  border: 1px solid rgba(152, 120, 63, 0.34);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(20, 26, 24, 0.18);
}

.address-field.is-open .address-suggestions {
  display: grid;
}

.address-suggestions button {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-bottom: 1px solid #edf0ed;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.address-suggestions button:last-child {
  border-bottom: 0;
}

.address-suggestions button:hover,
.address-suggestions button:focus {
  outline: none;
  background: #f7f1e1;
}

.address-suggestion-name {
  font-size: 0.9rem;
  font-weight: 900;
}

.address-suggestion-detail {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
}

.pac-container {
  z-index: 9999;
  border: 1px solid rgba(152, 120, 63, 0.34);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(20, 26, 24, 0.18);
  font-family: inherit;
}

.pac-item {
  padding: 9px 12px;
  color: var(--ink);
  cursor: pointer;
}

.pac-item:hover,
.pac-item-selected {
  background: #f7f1e1;
}

.pac-item-query {
  color: var(--ink);
}

.quote-calculator {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(152, 120, 63, 0.24);
  border-radius: 8px;
  background: #fbf8f0;
}

.quote-calculator-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.quote-calculator-head strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 1rem;
}

.quote-calculator-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
}

.quote-calc-button {
  min-width: 170px;
}

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

.trip-options,
.premium-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(152, 120, 63, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.trip-options legend,
.premium-options legend {
  padding: 0 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.trip-options label,
.premium-options label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.trip-options input,
.premium-options input {
  width: 18px;
  height: 18px;
  accent-color: #967530;
}

.known-charges {
  padding: 14px;
  border: 1px dashed rgba(152, 120, 63, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.known-charges summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.known-charges p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
}

.quote-policy-note {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(152, 120, 63, 0.24);
  border-radius: 8px;
  background: rgba(152, 120, 63, 0.08);
}

.quote-policy-note strong {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quote-policy-note span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.quote-result {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(152, 120, 63, 0.28);
  border-radius: 8px;
  background: #fff;
}

.quote-result[hidden] {
  display: none;
}

.quote-result-total {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  justify-content: space-between;
}

.quote-result-total span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quote-result-total strong {
  color: var(--ink);
  font-size: clamp(1.7rem, 5vw, 2.4rem);
}

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

.quote-result div {
  display: grid;
  gap: 2px;
}

.quote-result dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quote-result dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.quote-result-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.45;
}

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

.quote-result-actions .button {
  min-width: 180px;
  flex: 1 1 180px;
  text-align: center;
}

.wide {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: #665025;
  font-weight: 850;
}

.trust-section {
  background: var(--night);
  color: #fff;
}

.trust-section .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1160px;
  margin: 0 auto;
}

.trust-grid figure {
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.trust-grid blockquote {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.38rem;
  line-height: 1.28;
}

.trust-grid figcaption {
  margin-top: 18px;
  color: var(--accent-strong);
  font-weight: 850;
}

.faq-section {
  background: var(--soft);
}

.faq-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 23, 21, 0.06);
}

.faq-grid summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #151817;
  font-weight: 900;
}

.faq-grid p {
  margin: 0;
  padding: 0 20px 20px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  padding: 44px clamp(18px, 5vw, 70px);
  background: #060a09;
  color: #fff;
}

.site-footer > div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.site-footer strong {
  color: var(--accent-strong);
}

.footer-brand {
  margin-bottom: 6px;
}

.footer-logo {
  width: 84px;
  height: 54px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(241, 223, 170, 0.35);
  border-radius: 6px;
  background: #0f1211;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.links-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(8, 10, 11, 0.94), rgba(8, 10, 11, 0.62)),
    url("assets/fleet-hero.png") center / cover fixed;
}

.links-header {
  position: relative;
}

.quick-links-main {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: clamp(30px, 7vw, 80px) clamp(18px, 5vw, 70px);
}

.quick-links-card {
  width: min(100%, 620px);
  display: grid;
  gap: 18px;
  padding: clamp(26px, 5vw, 46px);
  border: 1px solid rgba(241, 223, 170, 0.25);
  border-radius: var(--radius);
  background: rgba(8, 10, 11, 0.86);
  color: #fff;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.quick-links-logo {
  width: 170px;
  margin: 0 auto 2px;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
}

.quick-links-kicker {
  margin: 0;
  color: var(--accent-strong);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.quick-links-card h1 {
  max-width: 460px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 7vw, 4.3rem);
  font-weight: 700;
  line-height: 0.98;
  text-align: center;
}

.quick-links-copy {
  max-width: 430px;
  margin: 0 auto 6px;
  color: rgba(255, 255, 255, 0.74);
  text-align: center;
}

.quick-links-list {
  display: grid;
  gap: 12px;
}

.quick-link {
  display: grid;
  gap: 3px;
  min-height: 78px;
  justify-content: start;
  padding: 16px 18px;
  border: 1px solid rgba(241, 223, 170, 0.22);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.quick-link:hover,
.quick-link:focus {
  outline: none;
  border-color: rgba(241, 223, 170, 0.58);
  background: rgba(255, 255, 255, 0.11);
}

.quick-link.primary-link {
  background: linear-gradient(135deg, #f7edc5, #b99a55 48%, #fff6d4);
  color: #090b0c;
}

.quick-link span {
  font-size: 1.08rem;
  font-weight: 950;
}

.quick-link small {
  color: currentColor;
  font-size: 0.84rem;
  font-weight: 650;
  opacity: 0.72;
}

.quick-links-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 800;
}

.quick-links-contact a {
  border-bottom: 1px solid rgba(241, 223, 170, 0.36);
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 560px;
  }

  .hero-media {
    order: -1;
  }

  .hero-media::before {
    background:
      linear-gradient(90deg, rgba(8, 10, 11, 0.88), rgba(8, 10, 11, 0.52) 70%),
      linear-gradient(0deg, rgba(8, 10, 11, 0.26), rgba(8, 10, 11, 0.26));
  }

  .intro-strip,
  .fleet-proof-strip,
  .service-area,
  .fleet-grid,
  .media-layout,
  .service-grid,
  .quote-section,
  .payment-section,
  .trust-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .intro-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .area-list {
    grid-template-columns: 1fr;
  }

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

  .media-feature {
    min-height: 460px;
  }

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

  .quote-copy {
    position: static;
  }

  .payment-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 8px;
    padding: 12px;
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .brand {
    min-width: 0;
    max-width: 180px;
    gap: 8px;
    font-size: 1rem;
  }

  .brand-logo {
    width: 36px;
    height: 32px;
  }

  .hero-logo {
    width: 160px;
    margin-bottom: 20px;
  }

  .header-call {
    padding: 10px;
    font-size: 0.72rem;
  }

  .language-toggle {
    min-height: 38px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .social-strip {
    top: 62px;
    justify-content: stretch;
    gap: 8px;
    padding: 8px 12px;
  }

  .social-strip span {
    display: none;
  }

  .social-strip a {
    flex: 1;
    padding: 0 10px;
  }

  .hero-copy {
    min-height: 520px;
    padding: 42px 18px;
  }

  .fleet-proof-strip article {
    min-height: 220px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.9rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

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

  .quote-calculator-head,
  .trip-options,
  .calculator-grid,
  .premium-options,
  .quote-result dl {
    grid-template-columns: 1fr;
  }

  .quote-calc-button {
    width: 100%;
  }

  .service-grid article {
    min-height: 210px;
  }

  .service-grid span {
    margin-bottom: 30px;
  }

  .media-feature {
    min-height: 380px;
  }

  .media-card {
    grid-template-rows: auto auto;
  }

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

  .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 6px;
    padding: 10px;
  }

  .brand {
    gap: 6px;
    font-size: 0.92rem;
  }

  .brand span {
    display: none;
  }

  .brand-logo {
    width: 32px;
    height: 30px;
  }

  .header-call {
    min-height: 36px;
    padding: 8px;
    font-size: 0.68rem;
  }

  .language-toggle {
    min-height: 36px;
    padding: 0 7px;
    font-size: 0.68rem;
  }

  .social-strip {
    top: 56px;
    padding: 7px 10px;
  }

  .social-strip a {
    min-height: 32px;
    padding: 0 8px;
    font-size: 0.76rem;
  }
}
