:root {
  --navy: #10273f;
  --navy-soft: #173b5a;
  --blue: #1594e8;
  --blue-dark: #087bc3;
  --blue-light: #eaf6fd;
  --green: #1baa78;
  --green-light: #eaf8f3;
  --red: #b42318;
  --red-light: #fff1f0;
  --ink: #172a3a;
  --muted: #5b6b78;
  --line: #d9e5ed;
  --paper: #f7fafc;
  --white: #ffffff;
  --shadow: 0 18px 60px rgba(16, 39, 63, 0.1);
  --shadow-strong: 0 26px 80px rgba(16, 39, 63, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
main { overflow-x: clip; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(21, 148, 232, 0.3);
  outline-offset: 3px;
}

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 12px max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(217, 229, 237, 0.88);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
}
.brand img { display: block; width: 136px; height: auto; }
.site-header__right { display: flex; align-items: center; gap: 24px; }
.site-navigation { display: flex; gap: 28px; }
.site-navigation a {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
}
.site-navigation a:hover { color: var(--blue-dark); }
.header-phone {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 70px;
  align-items: center;
  min-height: 720px;
  padding-block: 66px 64px;
}
.hero::before {
  position: absolute;
  z-index: -1;
  top: -170px;
  right: -250px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 60%, #66c8f2 0 18%, #dff3fd 19% 54%, transparent 55%);
  content: "";
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(2.8rem, 5.1vw, 4.6rem);
  line-height: 0.99;
  letter-spacing: -0.045em;
}
h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 3.6vw, 3.25rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
h3 { color: var(--navy); line-height: 1.18; }
.hero__lead {
  max-width: 650px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}
.hero__benefits {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__benefits li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  color: var(--navy);
  font-weight: 700;
}
.hero__benefits li::before {
  display: inline-grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green);
  content: "✓";
  font-size: 0.82rem;
  font-weight: 900;
}
.hero__note { margin: 24px 0 0; color: var(--muted); font-size: 0.9rem; }

.lead-card {
  overflow: hidden;
  scroll-margin-top: 92px;
  border: 1px solid rgba(217, 229, 237, 0.9);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow-strong);
}
.lead-card__head { padding: 27px 30px 20px; background: var(--navy); color: var(--white); }
.lead-card__head .mini-label {
  margin: 0 0 9px;
  color: #77c8f4;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.lead-card__head h2 {
  margin: 0 0 7px;
  color: var(--white);
  font-size: 1.75rem;
  letter-spacing: -0.025em;
}
.lead-card__head p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 0.93rem; }
.lead-form { padding: 25px 30px 27px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { display: block; }
.form-field--wide { grid-column: 1 / -1; }
.form-field > span,
.ride-group legend {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-size: 0.89rem;
  font-weight: 750;
}
.form-field small { color: var(--muted); font-size: 0.76rem; font-weight: 500; }
.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 47px;
  padding: 10px 12px;
  border: 1px solid #bed0dd;
  border-radius: 11px;
  background: var(--white);
  color: var(--ink);
}
.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(21, 148, 232, 0.14);
}
.ride-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.ride-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ride-option { position: relative; }
.ride-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.ride-option label {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--paper);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}
.ride-option input:checked + label {
  border-color: var(--blue);
  background: var(--blue-light);
  color: var(--blue-dark);
}
.ride-option input:focus-visible + label {
  outline: 3px solid rgba(21, 148, 232, 0.25);
  outline-offset: 2px;
}
.website-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.submit-button {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(21, 148, 232, 0.24);
  cursor: pointer;
  font-weight: 800;
}
.submit-button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: 0.65; transform: none; }
.form-microcopy {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}
.form-microcopy a { color: var(--blue-dark); }
.form-error {
  margin: 15px 0 0;
  padding: 11px 13px;
  border: 1px solid rgba(180, 35, 24, 0.22);
  border-radius: 11px;
  background: var(--red-light);
  color: var(--red);
  font-size: 0.86rem;
}
.form-success { padding: 48px 30px 52px; text-align: center; }
.success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-light);
  color: var(--green);
  font-size: 1.65rem;
  font-weight: 900;
}
.form-success h2 { margin-bottom: 10px; font-size: 2rem; }
.form-success p { color: var(--muted); }
.text-button { color: var(--blue-dark); font-weight: 800; text-decoration: none; }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 44px;
  padding: 22px 20px;
  border-block: 1px solid var(--line);
  background: var(--paper);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section { padding-block: 96px; }
.section--tinted { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.fee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fee-card {
  padding: 34px 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-align: center;
}
.fee-card--featured { border-color: #9fd4f4; box-shadow: var(--shadow); }
.fee-card__value {
  display: block;
  color: var(--blue-dark);
  font-size: clamp(2.4rem, 4vw, 3.45rem);
  font-weight: 850;
  line-height: 1;
}
.fee-card__label { display: block; margin-top: 10px; color: var(--muted); }
.positive-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: start;
  margin-top: 25px;
  padding: 22px 25px;
  border: 1px solid rgba(27, 170, 120, 0.22);
  border-radius: 18px;
  background: var(--green-light);
}
.positive-note span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}
.positive-note p { margin: 0; color: #315a4c; }
.positive-note > div { display: grid; gap: 9px; }

.model-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 35px;
}
.model-heading-row .section-heading { margin: 0; }
.segmented {
  display: inline-flex;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}
.segmented button {
  min-height: 44px;
  padding: 10px 17px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}
.segmented button[aria-selected="true"] { background: var(--navy); color: var(--white); }
.model-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.model-panel__title { padding: 36px; background: var(--blue-light); }
.model-panel__title--rent { background: var(--green-light); }
.model-panel__title span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 14px;
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
}
.model-panel__title--rent span { background: var(--green); }
.model-panel__title h3 { margin-bottom: 12px; font-size: 1.7rem; }
.model-panel__title p { margin: 0; color: var(--muted); }
.model-panel__content { padding: 36px 38px 36px 0; }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: var(--muted); }
.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 900;
}
.check-list a { color: var(--blue-dark); font-weight: 700; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.step-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 13px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}
.step-card h3 { margin-bottom: 8px; }
.step-card p { margin: 0; color: var(--muted); }

.privacy-section { padding-bottom: 72px; }
.privacy-section details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}
.privacy-section summary {
  padding: 17px 20px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}
.privacy-copy { padding: 0 20px 10px; color: var(--muted); font-size: 0.88rem; }
.privacy-copy p { margin-bottom: 12px; }
.privacy-copy a { color: var(--blue-dark); }

.contact-section { background: var(--navy); color: var(--white); }
.contact-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-block: 70px;
}
.contact-layout h2 { margin-bottom: 10px; color: var(--white); }
.contact-layout p { margin: 0; color: rgba(255, 255, 255, 0.7); }
.eyebrow--light { color: #77c8f4; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
}
.button--light { background: var(--white); color: var(--navy); }
.button--outline { border-color: rgba(255, 255, 255, 0.3); color: var(--white); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer {
  padding: 28px 20px;
  background: #0b1d2f;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
  font-size: 0.84rem;
}
.site-footer a { color: inherit; }

@media (max-width: 1000px) {
  .site-navigation { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 58px; }
  .hero__copy { max-width: 700px; }
  .hero::before { right: -390px; }
  .lead-card { max-width: 620px; }
  .model-heading-row { align-items: flex-start; flex-direction: column; }
  .model-panel { grid-template-columns: 1fr; gap: 0; }
  .model-panel__content { padding: 32px 36px 36px; }
  .contact-layout { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
  .section-shell { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 64px; padding-inline: 14px; }
  .brand img { width: 116px; }
  .header-phone { padding-inline: 13px; font-size: 0.8rem; }
  .hero { padding-block: 43px 52px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  .lead-card__head,
  .lead-form { padding-inline: 21px; }
  .form-grid,
  .fee-grid,
  .steps-grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .section { padding-block: 72px; }
  .fee-grid { gap: 13px; }
  .fee-card { padding-block: 26px; }
  .segmented { width: 100%; }
  .segmented button { flex: 1; padding-inline: 10px; }
  .model-panel__title,
  .model-panel__content { padding: 27px 23px; }
  .ride-options { grid-template-columns: 1fr; }
  .contact-actions { width: 100%; }
  .contact-actions .button { flex: 1; }
}
@media (max-width: 430px) {
  .header-phone { width: 42px; padding: 0; font-size: 0; }
  .header-phone::before { content: "☎"; font-size: 1rem; }
  .trust-strip { gap: 12px 22px; font-size: 0.74rem; }
  .contact-actions { flex-direction: column; }
}

@media print {
  .site-header,
  .lead-card,
  .contact-section { display: none !important; }
}
