:root {
  --ink: #17202b;
  --muted: #657184;
  --paper: #f5f7f2;
  --surface: #ffffff;
  --line: #dce3dc;
  --green: #2f6b4f;
  --green-dark: #153f2e;
  --blue: #173f67;
  --steel: #eef3f6;
  --amber: #d88b25;
  --danger: #b34343;
  --shadow: 0 22px 70px rgba(23, 32, 43, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

button,
input,
textarea {
  font: inherit;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 227, 220, 0.85);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: white;
  background: var(--green-dark);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-weight: 700;
}

.nav-links a:hover {
  color: var(--green-dark);
}

.header-call,
.primary-action,
.secondary-action,
.submit-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.header-call,
.primary-action,
.submit-button {
  color: white;
  background: var(--green-dark);
}

.header-call:hover,
.primary-action:hover,
.submit-button:hover {
  background: #0f3023;
}

.secondary-action,
.ghost-button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--line);
}

.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 126px clamp(20px, 6vw, 76px) 104px;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(8, 21, 19, 0.9) 0%, rgba(8, 21, 19, 0.62) 43%, rgba(8, 21, 19, 0.16) 100%),
    linear-gradient(0deg, rgba(8, 21, 19, 0.2), rgba(8, 21, 19, 0.02));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  color: white;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 34px;
}

.hero-stats div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  font-size: 27px;
}

.hero-stats span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 18px clamp(20px, 5vw, 72px);
  background: var(--green-dark);
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 800;
}

section:not(.hero):not(.trust-strip) {
  padding: 82px clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.03;
  letter-spacing: 0;
}

.section-heading p:not(.eyebrow),
.contact-section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.services-grid,
.routes-grid,
.confidence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.services-grid article,
.routes-grid article,
.confidence-grid article,
.faq-list details,
.booking-panel,
.estimate-panel,
.fleet-grid article,
.steps article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.services-grid article {
  min-height: 238px;
  padding: 24px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: white;
  background: var(--blue);
  font-weight: 900;
}

.services-grid h3,
.steps h3,
.fleet-grid h3 {
  margin: 20px 0 9px;
  font-size: 22px;
}

.services-grid p,
.routes-grid p,
.steps p,
.fleet-grid p,
.confidence-grid p,
.faq-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.routes-section {
  background: #ffffff;
}

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

.routes-grid article {
  display: grid;
  min-height: 260px;
  padding: 22px;
}

.routes-grid span {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 8px;
  color: var(--green-dark);
  background: #edf6f0;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.routes-grid h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.routes-grid button {
  align-self: end;
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #f9fbf8;
  font-weight: 900;
  cursor: pointer;
}

.routes-grid button:hover {
  color: white;
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.reservation-section {
  background:
    linear-gradient(180deg, rgba(238, 243, 246, 0.82), rgba(245, 247, 242, 1));
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.booking-panel {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
}

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

label,
legend {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cdd5cf;
  border-radius: 8px;
  color: var(--ink);
  background: #fbfcfa;
  padding: 13px 14px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(47, 107, 79, 0.14);
}

.vehicle-select {
  margin: 0;
  padding: 0;
  border: 0;
}

.vehicle-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.vehicle-option {
  position: relative;
  display: block;
  min-height: 108px;
}

.vehicle-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vehicle-option span {
  display: grid;
  height: 100%;
  gap: 8px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
}

.vehicle-option input:checked + span {
  border-color: var(--green);
  background: #edf6f0;
  box-shadow: 0 0 0 4px rgba(47, 107, 79, 0.1);
}

.vehicle-name {
  font-weight: 900;
}

.vehicle-meta {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  line-height: 1.4;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.estimate-panel {
  position: sticky;
  top: 96px;
  padding: 24px;
}

.panel-label,
.fine-print {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.estimate-price {
  margin: 6px 0 14px;
  color: var(--green-dark);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
}

.availability {
  border-radius: 8px;
  padding: 12px 14px;
  background: #edf6f0;
  color: var(--green-dark);
  font-weight: 900;
}

.availability.unavailable {
  color: var(--danger);
  background: #fff0ef;
}

.estimate-details {
  display: grid;
  gap: 14px;
  margin: 22px 0;
}

.estimate-details div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--muted);
}

dd {
  margin: 0;
  text-align: right;
  font-weight: 900;
}

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

.fleet-grid article {
  overflow: hidden;
}

.fleet-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: var(--steel);
}

.fleet-content {
  display: grid;
  min-height: 286px;
  padding: 18px;
}

.fleet-kicker {
  color: var(--amber);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fleet-grid h3 {
  margin-top: 10px;
}

.fleet-grid ul {
  align-self: end;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  color: var(--green-dark);
  font-weight: 800;
}

.fleet-grid li + li {
  margin-top: 7px;
}

.confidence-section {
  color: white;
  background: #112b3d;
}

.confidence-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

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

.confidence-grid article {
  min-height: 170px;
  padding: 22px;
  color: var(--ink);
}

.confidence-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 18px;
}

.process-section {
  background: #e9f0ec;
}

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

.steps article {
  padding: 22px;
}

.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: white;
  background: var(--green-dark);
  font-weight: 900;
}

.faq-section {
  background: #ffffff;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 940px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.faq-list p {
  margin-top: 12px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: white;
  background: var(--green-dark);
}

.contact-section p,
.contact-section .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 8px;
  color: var(--green-dark);
  background: white;
  font-weight: 900;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.74);
  background: #101923;
}

footer p {
  margin: 0;
}

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

@media (max-width: 980px) {
  .site-header {
    position: sticky;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 84vh;
    padding-top: 92px;
  }

  .booking-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .estimate-panel {
    position: static;
  }

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

@media (max-width: 680px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-call {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 82px 18px 62px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(8, 21, 19, 0.9), rgba(8, 21, 19, 0.44));
  }

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

  section:not(.hero):not(.trust-strip) {
    padding: 56px 18px;
  }

  .trust-strip {
    justify-content: flex-start;
    padding: 14px 18px;
  }

  .field-grid,
  .vehicle-options,
  .routes-grid,
  .fleet-grid,
  .confidence-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .form-actions,
  .primary-action,
  .secondary-action,
  .submit-button,
  .ghost-button {
    width: 100%;
  }

  .estimate-details div,
  footer {
    display: grid;
  }

  dd {
    text-align: left;
  }
}
