@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/montserrat-300.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/montserrat-400.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/montserrat-500.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/montserrat-600.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/montserrat-700.woff2") format("woff2");
}

:root {
  --gold: #c9a86a;
  --gold-strong: #e3c47d;
  --ink: #111111;
  --graphite: #171717;
  --graphite-2: #24211d;
  --paper: #ffffff;
  --ivory: #f7f3eb;
  --mist: #f1efe9;
  --line: #ded8cd;
  --muted: #736d62;
  --teal: #2f7d76;
  --teal-dark: #1f5f5a;
  --teal-soft: #e8f1ef;
  --success: #1d7c48;
  --danger: #b63838;
  --shadow: 0 28px 70px rgba(17, 17, 17, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: 22px;
  min-height: 78px;
  padding: 16px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(17, 17, 17, 0.9);
  color: var(--paper);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.header-actions,
.hero__actions,
.form-actions,
.footer__links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
  font-weight: 700;
}

.brand__logo {
  width: 172px;
  height: auto;
}

.nav {
  justify-content: center;
  min-width: 0;
  gap: 22px;
}

.nav a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav a:hover {
  color: var(--gold-strong);
}

.header-actions {
  justify-content: flex-end;
  gap: 12px;
}

.header-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

.header-button {
  padding: 0 16px;
  background: var(--gold);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 144px 0 84px;
  background: var(--graphite);
  color: var(--paper);
}

.hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.97) 0%, rgba(17, 17, 17, 0.82) 39%, rgba(17, 17, 17, 0.38) 74%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.42) 0%, rgba(17, 17, 17, 0.08) 34%, rgba(17, 17, 17, 0.88) 100%),
    url("assets/cars/hero-rental.jpg") center / cover no-repeat;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.42;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) 360px;
  gap: 56px;
  align-items: end;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-strong);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 790px;
  margin-bottom: 24px;
  font-size: 4.25rem;
  line-height: 1.02;
  font-weight: 700;
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.65rem;
  line-height: 1.08;
  font-weight: 700;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero__text {
  max-width: 650px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  font-weight: 500;
}

.hero__actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--gold-strong), var(--gold));
  color: var(--ink);
  box-shadow: 0 16px 34px rgba(201, 168, 106, 0.26);
}

.button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: var(--paper);
}

.button--small {
  width: 100%;
  min-height: 46px;
  background: var(--graphite);
  color: var(--paper);
}

.button--mail {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--graphite);
}

.is-hidden {
  display: none;
}

.mobile-sticky-cta {
  display: none;
}

.hero-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
}

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

.hero-card span {
  margin-bottom: 12px;
  color: var(--gold-strong);
  font-size: 1.6rem;
  font-weight: 700;
}

.hero-card strong {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.stats {
  background: var(--paper);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-inline: 1px solid var(--line);
}

.stats__grid div {
  min-height: 128px;
  padding: 30px;
  border-right: 1px solid var(--line);
}

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

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

.stats strong {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.stats span {
  color: var(--muted);
  font-weight: 500;
}

.section {
  padding: 96px 0;
}

.section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section__head p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 500;
}

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

.direction-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
}

.direction-card--dark {
  border-color: transparent;
  background: var(--graphite);
  color: var(--paper);
}

.direction-card > span {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal-dark);
  font-weight: 700;
}

.direction-card--dark > span {
  background: var(--gold);
  color: var(--ink);
}

.direction-card h3 {
  max-width: 520px;
  font-size: 1.42rem;
}

.direction-card p {
  margin-bottom: 24px;
  color: var(--muted);
  font-weight: 500;
}

.direction-card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

.direction-card .button {
  margin-top: auto;
}

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

.car-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(17, 17, 17, 0.08);
}

.car-card--featured {
  border-color: rgba(201, 168, 106, 0.7);
}

.car-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--mist);
}

.car-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.car-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.car-card__head h3 {
  margin: 0;
}

.car-card__head span {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.car-card p {
  min-height: 72px;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 500;
}

.car-card dl {
  display: grid;
  gap: 0;
  margin: 0 0 20px;
  border-top: 1px solid var(--line);
}

.car-card dl div {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.car-card dt {
  color: var(--muted);
  font-size: 0.84rem;
}

.car-card dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.car-card .button {
  margin-top: auto;
}

.advertising {
  background: var(--paper);
}

.advertising__layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  align-items: start;
}

.advertising__copy p:not(.eyebrow),
.ad-grid p {
  color: var(--muted);
  font-weight: 500;
}

.ad-showcase {
  margin-top: 30px;
  padding: 24px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--teal-dark), var(--graphite));
  color: var(--paper);
  box-shadow: 0 18px 48px rgba(31, 95, 90, 0.18);
}

.ad-showcase span,
.ad-showcase strong,
.ad-showcase p {
  display: block;
}

.ad-showcase span {
  margin-bottom: 12px;
  color: var(--gold-strong);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ad-showcase strong {
  max-width: 420px;
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.18;
}

.ad-showcase p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

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

.ad-grid article {
  min-height: 214px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
}

.ad-grid span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.ad-grid h3 {
  font-size: 1.16rem;
}

.service {
  background: var(--graphite);
  color: var(--paper);
}

.service__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.service p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.7);
}

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

.service-list div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 84px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.service-list span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
}

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

.process__grid div {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.process__grid span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--graphite);
  color: var(--gold-strong);
  font-weight: 700;
}

.process__grid p {
  color: var(--muted);
}

.proof {
  background: var(--paper);
}

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

.proof-grid article {
  min-height: 228px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
}

.proof-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-weight: 700;
}

.proof-grid p {
  color: var(--muted);
  font-weight: 500;
}

.lead-section {
  background: var(--mist);
}

.lead-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
  align-items: start;
}

.lead-copy {
  position: sticky;
  top: 104px;
}

.lead-copy p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 500;
}

.lead-note {
  margin-top: 28px;
  padding: 22px;
  border-left: 6px solid var(--gold);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
}

.lead-note strong,
.lead-note span {
  display: block;
}

.lead-note strong {
  color: var(--graphite);
  font-size: 1.24rem;
}

.lead-note span {
  margin-top: 4px;
  color: var(--muted);
}

.lead-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: var(--graphite-2);
  font-size: 0.86rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fbfaf7;
  color: var(--ink);
  outline: none;
}

input,
select {
  height: 50px;
  padding: 0 13px;
}

textarea {
  resize: vertical;
  min-height: 112px;
  padding: 12px 13px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 168, 106, 0.22);
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: start;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.form-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.form-actions p {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.form-actions p.is-error {
  color: var(--danger);
}

.form-actions p.is-success {
  color: var(--success);
}

.company-details-section {
  padding-top: 54px;
  padding-bottom: 54px;
  background: var(--ivory);
}

.company-details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
}

.company-details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  border-radius: var(--radius);
  cursor: pointer;
  color: var(--graphite);
  font-weight: 700;
  list-style: none;
  text-align: center;
}

.company-details summary::-webkit-details-marker {
  display: none;
}

.company-details summary::after {
  content: "+";
  margin-left: 10px;
  color: var(--teal-dark);
  font-size: 1.28rem;
  line-height: 1;
}

.company-details[open] summary {
  border-bottom: 1px solid var(--line);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.company-details[open] summary::after {
  content: "–";
}

.company-details__content {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  padding: 28px;
}

.company-details__intro p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 500;
}

.company-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.company-details__grid div {
  min-height: 88px;
  padding: 16px;
  background: #fbfaf7;
}

.company-details__grid span,
.company-details__grid strong {
  display: block;
}

.company-details__grid span {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.company-details__grid strong {
  color: var(--ink);
  line-height: 1.35;
}

.footer {
  padding: 34px 0;
  background: var(--graphite);
  color: var(--paper);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
}

.footer strong,
.footer span {
  display: block;
}

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

.footer span,
.footer p {
  color: rgba(255, 255, 255, 0.64);
}

.footer p {
  grid-column: 1 / -1;
  max-width: 880px;
  margin: 0;
  font-size: 0.8rem;
}

.footer__links {
  gap: 14px;
}

.footer__links a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.footer__links a:hover {
  color: var(--gold-strong);
}

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

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero__inner,
  .advertising__layout,
  .service__grid,
  .company-details__content,
  .lead-layout {
    grid-template-columns: 1fr;
  }

  .lead-copy {
    position: static;
  }

  .fleet-grid,
  .proof-grid,
  .stats__grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .stats__grid div:nth-child(2) {
    border-right: 0;
  }

  .stats__grid div:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

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

@media (max-width: 680px) {
  .page-shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    min-height: 68px;
    padding: 12px 14px;
    gap: 10px;
  }

  body {
    padding-bottom: 72px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 80;
    right: 14px;
    bottom: 12px;
    left: 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(222, 216, 205, 0.9);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 38px rgba(17, 17, 17, 0.18);
    backdrop-filter: blur(16px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: var(--radius);
    background: var(--graphite);
    color: var(--paper);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .mobile-sticky-cta a:last-child {
    border: 1px solid var(--line);
    background: var(--paper);
    color: var(--graphite);
  }

  .brand__logo {
    width: 118px;
  }

  .header-button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .hero {
    padding: 104px 0 56px;
  }

  .hero__media {
    background:
      linear-gradient(180deg, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.7) 54%, rgba(17, 17, 17, 0.92) 100%),
      url("assets/cars/hero-rental.jpg") center / cover no-repeat;
  }

  h1 {
    font-size: 2.58rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero__text {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .hero-card {
    padding: 20px;
  }

  .stats__grid,
  .ad-grid,
  .fleet-grid,
  .proof-grid,
  .process__grid,
  .company-details__grid,
  .form-grid,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .stats__grid {
    border-inline: 0;
  }

  .stats__grid div {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .stats__grid div:first-child {
    border-top: 0;
  }

  .stats__grid div:last-child {
    grid-column: auto;
  }

  .section {
    padding: 66px 0;
  }

  .car-card p {
    min-height: auto;
  }

  .car-card dl div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .car-card dd {
    text-align: left;
  }

  .service-list div {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }

  .service-list span {
    width: 38px;
    height: 38px;
  }

  .lead-form {
    padding: 18px;
  }

  .company-details__content {
    padding: 18px;
  }

  .footer__links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
