@font-face {
  font-family: "Barlow Condensed";
  src: url("/dev/goaxis/assets/fonts/barlow-condensed-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("/dev/goaxis/assets/fonts/barlow-condensed-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("/dev/goaxis/assets/fonts/barlow-condensed-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/dev/goaxis/assets/fonts/manrope-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #090a0a;
  --ink-soft: #101212;
  --ink-raised: #151717;
  --paper: #f1eee6;
  --paper-soft: #e5e1d7;
  --gold: #d4a017;
  --gold-bright: #efb31b;
  --gold-ink: #191205;
  --muted: #aaa9a4;
  --line-dark: rgb(241 238 230 / 20%);
  --line-light: rgb(9 10 10 / 26%);
  --danger-dark: #8b1d18;
  --danger-light: #ffd3cf;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --container: min(1320px, calc(100% - 64px));
  --focus: 0 0 0 3px rgb(212 160 23 / 35%);
  --motion-fast: 180ms;
  --motion-base: 280ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
  background: var(--ink);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
summary,
a[href] {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 128px;
  gap: 36px;
}

.brand {
  display: block;
  flex: 0 0 auto;
  width: 260px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
  padding: 4px 22px;
  border: 1px solid rgb(241 238 230 / 18%);
  border-right-color: rgb(212 160 23 / 60%);
  background: rgb(7 8 8 / 82%);
  box-shadow: 0 12px 36px rgb(0 0 0 / 20%);
  backdrop-filter: blur(12px);
}

.main-nav a {
  position: relative;
  padding-block: 12px;
  color: var(--paper);
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  text-shadow: 0 1px 10px rgb(0 0 0 / 75%);
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--motion-base) ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background-color var(--motion-fast) ease, color var(--motion-fast) ease, border-color var(--motion-fast) ease;
}

.button--gold {
  background: var(--gold-bright);
  color: var(--gold-ink);
}

.button--gold:hover {
  background: var(--paper);
}

.button--compact {
  min-height: 54px;
  padding-inline: 24px;
}

.button--arrow {
  gap: 22px;
}

.button--arrow svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.7;
  transition: transform var(--motion-fast) ease;
}

.button--arrow:hover svg {
  transform: translateX(4px);
}

.hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  border-bottom: 1px solid var(--line-dark);
  background: var(--ink);
}

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 49%;
  background: var(--ink);
  clip-path: polygon(0 0, 84% 0, 100% 100%, 0 100%);
  content: "";
}

.hero::after {
  position: absolute;
  z-index: 3;
  top: -70px;
  bottom: -70px;
  left: 42.8%;
  width: 1px;
  background: var(--gold);
  content: "";
  transform: rotate(-7.1deg);
  transform-origin: center;
}

.hero-media {
  position: absolute;
  inset: 0 0 0 35%;
}

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

.hero-grid {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  min-height: 800px;
  padding-top: 122px;
}

.hero-copy {
  width: 42%;
  padding-block: 44px 34px;
}

.hero-pretitle {
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--font-display);
  font-weight: 600;
}

h1 {
  max-width: 600px;
  margin-bottom: 24px;
  font-size: clamp(62px, 5.35vw, 80px);
  letter-spacing: -.025em;
  line-height: .91;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(50px, 4.3vw, 66px);
  letter-spacing: -.02em;
  line-height: .96;
}

h3 {
  margin-bottom: 8px;
  font-size: 32px;
  letter-spacing: -.01em;
  line-height: 1;
}

.hero-text {
  max-width: 480px;
  margin: 0 0 30px;
  color: #d0ceca;
  font-size: 17px;
  line-height: 1.58;
}

.button--hero {
  min-width: 244px;
}

.eligibility {
  position: relative;
  background: var(--ink);
}

.eligibility-layout {
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  gap: 20px 68px;
  padding-block: 66px 60px;
}

.eligibility-layout::before,
.value-brand::before,
.faq-layout::before,
.form-layout::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--gold);
  content: "";
}

.eligibility-layout,
.value-brand,
.faq-layout,
.form-layout {
  position: relative;
}

.eligibility h2 {
  max-width: 430px;
  margin: 0;
  padding-left: 32px;
  font-size: clamp(44px, 3.65vw, 58px);
}

.eligibility-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.eligibility-list li {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-height: 138px;
  padding: 8px 24px 22px;
  border-left: 1px solid var(--line-dark);
}

.eligibility-list span,
.benefit-number,
.process-number,
.faq-number {
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1;
}

.eligibility-list span {
  font-size: 54px;
}

.eligibility-list p {
  max-width: 18ch;
  margin: 0;
  color: var(--paper);
  font-size: 16px;
  line-height: 1.45;
}

.eligibility-note {
  grid-column: 2;
  margin: 0;
  padding: 20px 24px 0;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.section {
  padding-block: 128px;
}

.value-section {
  border-top: 1px solid var(--line-dark);
  background: var(--ink-soft);
}

.value-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .55fr);
  align-items: end;
  gap: 72px;
}

.value-intro h2 {
  max-width: 790px;
  margin: 0;
}

.value-intro > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: #c4c2bd;
  font-size: 17px;
}

.value-ledger {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: 70px;
  margin-top: 84px;
}

.value-brand {
  display: flex;
  align-items: flex-end;
  min-height: 570px;
  padding: 0 30px 20px 44px;
}

.value-brand::after,
.eligibility-layout::after,
.faq-layout::after,
.form-layout::after {
  position: absolute;
  bottom: -9px;
  left: -8px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--ink-soft);
  content: "";
}

.value-brand__crop {
  width: min(100%, 390px);
  height: 280px;
  overflow: hidden;
}

.value-brand__crop img {
  width: 100%;
  height: auto;
  transform: translateY(-1%);
}

.benefit-list {
  border-top: 1px solid rgb(212 160 23 / 55%);
}

.benefit {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 28px;
  padding: 26px 0 30px;
  border-bottom: 1px solid rgb(212 160 23 / 55%);
}

.benefit-number {
  padding-right: 22px;
  border-right: 1px solid var(--gold);
  font-size: 55px;
  text-align: right;
}

.benefit h3 {
  margin: 2px 0 7px;
}

.benefit p {
  max-width: 640px;
  margin: 0;
  color: #c5c3be;
  font-size: 15px;
  line-height: 1.55;
}

.fleet-section {
  overflow: hidden;
  border-top: 1px solid var(--line-dark);
  background: #0c0e0e;
}

.fleet-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, .55fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 66px;
}

.section-eyebrow {
  margin: 0 0 17px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.fleet-intro h2 {
  max-width: 760px;
  margin: 0;
}

.fleet-intro__copy > p:first-child {
  max-width: 460px;
  margin: 0;
  color: #c8c6c0;
  font-size: 16px;
  line-height: 1.65;
}

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

.vehicle-card {
  min-width: 0;
  background: transparent;
  scroll-snap-align: start;
}

.vehicle-card__media {
  position: relative;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #171919;
}

.vehicle-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgb(0 0 0 / 72%));
  content: "";
  pointer-events: none;
}

.vehicle-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1), filter 400ms ease;
}

.vehicle-card:hover .vehicle-card__media img {
  transform: scale(1.035);
}

.vehicle-card.is-unavailable .vehicle-card__media img {
  filter: saturate(.58) contrast(.93);
}

.vehicle-card__note {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  color: var(--paper);
  font-size: 9px;
  font-weight: 520;
  letter-spacing: .02em;
  line-height: 1.3;
  text-transform: none;
}

.vehicle-card__note {
  right: 15px;
  color: #d7d4cc;
}

.vehicle-card__body {
  padding: 20px 0 24px;
}

.vehicle-card__body h3 {
  margin: 0 0 15px;
  font-size: clamp(24px, 1.9vw, 31px);
  text-transform: uppercase;
}

.vehicle-card__facts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-block: 10px;
  border-bottom: 1px solid rgb(212 160 23 / 46%);
  color: #cbc9c3;
  font-size: 12px;
}

.vehicle-card__fuel,
.vehicle-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vehicle-card__fuel::before {
  --fuel-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h8a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 2v6h8V4H7Zm12.5 3.2 2.1 2.1a1.5 1.5 0 0 1 .4 1V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-3h-2V9.5l1.5-2.3Z'/%3E%3C/svg%3E");
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: var(--gold-bright);
  content: "";
  -webkit-mask: var(--fuel-icon) center / contain no-repeat;
  mask: var(--fuel-icon) center / contain no-repeat;
}

.vehicle-card__fuel.is-electric::before {
  --fuel-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m13.2 2-8 11H11l-.2 9 8-12H13l.2-8Z'/%3E%3C/svg%3E");
}

.vehicle-card__status::before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #74746f;
  content: "";
}

.vehicle-card__status.is-available::before {
  background: #73bf46;
  box-shadow: 0 0 0 4px rgb(115 191 70 / 13%);
}

.vehicle-card__commercial {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 49px;
  padding-top: 15px;
}

.vehicle-card__price {
  flex: 0 0 auto;
  color: var(--gold-bright);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.vehicle-card__apps {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #d7d4cc;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .015em;
  list-style: none;
}

.vehicle-card__apps li {
  padding: 5px 8px;
  border: 1px solid rgb(212 160 23 / 45%);
  border-radius: 999px;
  background: rgb(212 160 23 / 8%);
  line-height: 1;
  white-space: nowrap;
}

.process-section {
  background: var(--gold-bright);
  color: var(--ink);
}

.process-layout h2 {
  max-width: 860px;
  margin-bottom: 64px;
  color: var(--ink);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
}

.process-list::after {
  position: absolute;
  top: 31px;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  content: "";
  transform: rotate(45deg);
}

.process-list li {
  position: relative;
  z-index: 1;
}

.process-number {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  border: 1px solid var(--ink);
  background: var(--ink);
  place-items: center;
  color: var(--gold-bright);
  font-size: 48px;
}

.process-list h3 {
  color: var(--ink);
}

.process-list p {
  max-width: 355px;
  margin: 0;
  color: #332604;
  font-size: 15px;
  line-height: 1.6;
}

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

.faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, .44fr) minmax(0, 1fr);
  align-items: start;
  gap: 76px;
}

.faq-layout h2 {
  max-width: 330px;
  margin: 0;
  padding-left: 42px;
  font-size: clamp(60px, 5.4vw, 82px);
  line-height: .92;
}

.faq-list {
  border-top: 1px solid rgb(212 160 23 / 58%);
}

.faq-list details {
  border-bottom: 1px solid rgb(212 160 23 / 58%);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 10px 0;
  cursor: pointer;
  color: var(--paper);
  list-style: none;
}

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

.faq-number {
  padding-right: 18px;
  border-right: 1px solid var(--gold);
  font-size: 37px;
  text-align: right;
}

.faq-question {
  font-size: 16px;
  font-weight: 720;
  line-height: 1.4;
}

.faq-toggle {
  position: relative;
  width: 24px;
  height: 24px;
}

.faq-toggle::before,
.faq-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: var(--gold-bright);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform var(--motion-fast) ease;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-answer__inner {
  padding: 0 42px 24px 82px;
}

.faq-list details p {
  max-width: 730px;
  margin: -4px 0 0;
  color: #c6c4bf;
  font-size: 14px;
  line-height: 1.65;
}

.faq-list details[open] summary {
  color: #fff;
}

.form-section {
  background: var(--gold-bright);
  color: var(--ink);
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(260px, .46fr) minmax(0, 1fr);
  gap: 78px;
}

.form-layout::after {
  border-color: var(--ink);
  background: var(--gold-bright);
}

.form-intro {
  padding-left: 42px;
}

.form-intro h2 {
  margin-bottom: 20px;
  color: var(--ink);
}

.form-intro p {
  max-width: 380px;
  margin: 0 0 32px;
  color: #332604;
  font-size: 16px;
  line-height: 1.6;
}

.form-intro strong {
  display: block;
  max-width: 360px;
  padding-top: 22px;
  border-top: 1px solid var(--line-light);
  font-size: 14px;
}

.lead-form {
  min-width: 0;
}

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

.field {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.field--full {
  grid-column: 1 / -1;
}

.field label,
.field-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 720;
}

.field input,
.field select {
  width: 100%;
  min-height: 50px;
  padding: 4px 0 7px;
  border: 0;
  border-bottom: 1px solid rgb(9 10 10 / 62%);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

.month-picker {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(86px, .8fr);
  gap: 14px;
}

.field input::placeholder {
  color: rgb(9 10 10 / 58%);
}

.field select {
  cursor: pointer;
}

.field input:focus,
.field select:focus {
  border-bottom-color: var(--ink);
  box-shadow: 0 2px 0 var(--ink);
}

.field [aria-invalid="true"] {
  border-bottom-color: var(--danger-dark);
}

.field-error {
  min-height: 20px;
  margin-top: 4px;
  color: var(--danger-dark);
  font-size: 11px;
  line-height: 1.4;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  margin: 12px 0 18px;
  padding: 14px 18px;
  border-left: 3px solid var(--danger-dark);
  background: #eadbd5;
  color: #501410;
  font-size: 13px;
}

.form-error p {
  margin: 0 0 5px;
}

.form-error a {
  font-weight: 760;
}

.button--submit {
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: var(--ink);
  color: var(--paper);
}

.button--submit:hover,
.button--submit:focus-visible {
  background: #252626;
  color: var(--gold-bright);
}

.button--submit[disabled] {
  cursor: wait;
  opacity: .65;
}

.privacy-note {
  margin: 14px 0 0;
  color: #332604;
  font-size: 11px;
  line-height: 1.55;
}

.privacy-note a {
  font-weight: 700;
  text-underline-offset: 3px;
}

.site-footer {
  padding: 82px 0 0;
  border-top: 1px solid var(--line-dark);
  background: var(--ink);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(220px, 1fr) minmax(150px, .75fr) minmax(150px, .7fr);
  align-items: start;
  gap: 56px;
  padding-bottom: 68px;
}

.footer-brand {
  position: relative;
  padding-right: 38px;
}

.footer-brand::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), transparent);
  content: "";
  transform: skewX(-11deg);
}

.footer-brand .brand {
  width: 260px;
  margin-bottom: 23px;
}

.footer-brand > p {
  max-width: 310px;
  margin: 0;
  color: #d0cec9;
  font-size: 13px;
  line-height: 1.6;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.footer-socials a,
.footer-socials__item {
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid rgb(212 160 23 / 62%);
  color: var(--gold-bright);
  text-decoration: none;
  place-items: center;
  transition: background-color var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  background: var(--gold-bright);
  color: var(--gold-ink);
  transform: translateY(-2px);
}

.footer-socials__item.is-disabled {
  opacity: .62;
}

.footer-socials svg,
.footer-contact__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.footer-socials .footer-icon--facebook {
  width: 24px;
  height: 24px;
}

.footer-socials .footer-icon--whatsapp {
  width: 17px;
  height: 17px;
}

.footer-socials .icon-dot {
  fill: currentColor;
  stroke: none;
}

.footer-socials .icon-fill {
  fill: currentColor;
  stroke: none;
}

.footer-socials--legal {
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid rgb(212 160 23 / 30%);
}

.footer-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 11px;
}

.footer-group h2 {
  margin: 0 0 13px;
  color: var(--gold-bright);
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-group a,
.footer-group button,
.site-footer--simple button {
  padding: 0;
  border: 0;
  background: none;
  color: #d0cec9;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
}

.footer-group a:hover,
.footer-group button:hover,
.site-footer--simple button:hover {
  color: var(--gold-bright);
}

.footer-group .footer-socials a:hover,
.footer-group .footer-socials a:focus-visible {
  color: var(--gold-ink);
}

.footer-contact__item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  width: 100%;
}

.footer-contact__item > span:last-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-contact__icon {
  display: grid;
  width: 28px;
  height: 28px;
  color: var(--gold-bright);
  place-items: center;
}

.footer-contact small {
  margin-top: 1px;
  color: #85857f;
  font-size: 9px;
}

.footer-contact p {
  margin: 0;
  color: #d0cec9;
  font-size: 13px;
}

.footer-bottom {
  border-top: 1px solid rgb(212 160 23 / 52%);
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 68px;
}

.footer-bottom p {
  margin: 0;
  color: #95958f;
  font-size: 11px;
}

.footer-signature {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  white-space: nowrap;
}

.footer-signature a {
  display: inline-flex;
  align-items: center;
}

.footer-signature img {
  width: 95px;
  height: auto;
  opacity: .58;
  transition: opacity var(--motion-fast) ease;
}

.footer-signature a:hover img {
  opacity: .9;
}

.cookie-panel {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  max-width: 980px;
  margin-inline: auto;
  padding: 24px 26px;
  border: 1px solid #514d43;
  border-left: 3px solid var(--gold);
  background: #111212;
  box-shadow: 0 18px 70px rgb(0 0 0 / 45%);
}

.cookie-panel__label {
  margin: 0 0 4px;
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cookie-panel h2 {
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1;
}

.cookie-panel__copy > p:not(.cookie-panel__label) {
  max-width: 620px;
  margin: 0;
  color: #bbb9b3;
  font-size: 12px;
}

.cookie-panel__copy > a {
  display: inline-block;
  margin-top: 6px;
  color: var(--paper);
  font-size: 11px;
}

.cookie-panel__actions {
  display: flex;
  gap: 10px;
  margin-left: 24px;
}

.cookie-panel .button {
  min-width: 118px;
  min-height: 48px;
  font-size: 13px;
}

.button--outline {
  border-color: #777267;
  background: transparent;
  color: var(--paper);
}

.button--outline:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--ink);
}

.thank-you-main {
  display: grid;
  min-height: calc(100svh - 116px);
  padding: 160px 32px 90px;
  background: var(--ink);
  place-items: center;
}

.site-header--simple {
  position: absolute;
}

.site-header--simple .text-link {
  margin-left: auto;
  color: var(--paper);
  font-size: 13px;
  text-underline-offset: 5px;
}

.thank-you-card {
  position: relative;
  width: min(820px, 100%);
  padding: 72px 0 72px 54px;
  border-left: 1px solid var(--gold);
}

.thank-you-card::after {
  position: absolute;
  bottom: -8px;
  left: -9px;
  width: 17px;
  height: 17px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--ink);
  content: "";
}

.thank-you-card h1 {
  max-width: 760px;
}

.thank-you-card p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #c5c3bd;
  font-size: 18px;
}

.site-footer--simple .footer-inner {
  display: flex;
  justify-content: space-between;
}

.reveal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 720ms cubic-bezier(.22, 1, .36, 1), transform 720ms cubic-bezier(.22, 1, .36, 1);
}

.js .reveal.will-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
}

@media (max-width: 1180px) {
  :root {
    --container: min(1320px, calc(100% - 48px));
  }

  .header-inner {
    gap: 28px;
  }

  .brand {
    width: 220px;
  }

  .main-nav {
    gap: 22px;
    padding-inline: 16px;
  }

  .hero-copy {
    width: 47%;
  }

  .hero::before {
    width: 54%;
  }

  .hero::after {
    left: 47.3%;
  }

  .hero-media {
    left: 42%;
  }

  h1 {
    font-size: clamp(58px, 6vw, 70px);
  }

  .value-ledger,
  .fleet-intro,
  .faq-layout,
  .form-layout {
    gap: 54px;
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(100% - 40px, 860px);
  }

  .main-nav {
    display: none;
  }

  .header-inner > .button {
    margin-left: auto;
  }

  .hero-copy {
    width: 55%;
  }

  .hero::before {
    width: 63%;
  }

  .hero::after {
    left: 55.5%;
  }

  .hero-media {
    left: 50%;
  }

  .eligibility-layout {
    grid-template-columns: 1fr;
  }

  .eligibility-list,
  .eligibility-note {
    grid-column: 1;
    margin-left: 32px;
  }

  .value-intro,
  .value-ledger,
  .fleet-intro,
  .faq-layout,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .value-intro {
    gap: 26px;
  }

  .value-ledger {
    gap: 40px;
  }

  .fleet-intro {
    gap: 24px;
  }

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

  .value-brand {
    min-height: 330px;
  }

  .process-list {
    gap: 28px;
  }

  .faq-layout,
  .form-layout {
    gap: 60px;
  }

  .faq-layout h2 {
    max-width: 540px;
  }

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

@media (max-width: 760px) {
  :root {
    --container: min(100% - 32px, 680px);
  }

  body {
    font-size: 15px;
  }

  .header-inner {
    min-height: 96px;
    gap: 12px;
  }

  .brand {
    width: 118px;
  }

  .header-inner > .button {
    min-width: 148px;
    min-height: 48px;
    padding-inline: 16px;
    font-size: 12px;
  }

  .header-inner > .button svg {
    display: none;
  }

  .hero {
    min-height: 770px;
    padding-top: 96px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-media {
    z-index: 1;
    top: 96px;
    right: 0;
    bottom: auto;
    left: 0;
    height: 220px;
    border-block: 1px solid var(--gold);
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
  }

  .hero-media img {
    object-position: 58% 47%;
  }

  .hero-grid {
    align-items: flex-start;
    min-height: 674px;
    padding-top: 238px;
  }

  .hero-copy {
    width: 100%;
    padding-block: 28px 22px;
  }

  .hero-pretitle {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .15em;
  }

  h1 {
    max-width: 360px;
    margin-bottom: 17px;
    font-size: clamp(43px, 12.2vw, 51px);
    line-height: .9;
  }

  h2 {
    font-size: clamp(43px, 12vw, 58px);
  }

  h3 {
    font-size: 28px;
  }

  .hero-text {
    max-width: 38ch;
    margin-bottom: 21px;
    font-size: 15px;
    line-height: 1.5;
  }

  .button--hero {
    min-width: 222px;
    min-height: 52px;
  }

  .eligibility-layout {
    gap: 34px;
    padding-block: 62px 68px;
  }

  .eligibility h2 {
    max-width: 360px;
    padding-left: 25px;
    font-size: 44px;
  }

  .eligibility-list {
    grid-template-columns: 1fr;
    margin-left: 25px;
  }

  .eligibility-list li {
    display: grid;
    grid-template-columns: 68px 1fr;
    align-items: center;
    gap: 18px;
    min-height: 90px;
    padding: 16px 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .eligibility-list li:last-child {
    border-bottom: 1px solid var(--line-dark);
  }

  .eligibility-list span {
    font-size: 52px;
  }

  .eligibility-list p {
    max-width: none;
  }

  .eligibility-note {
    margin-left: 93px;
    padding: 0;
    border: 0;
  }

  .section {
    padding-block: 88px;
  }

  .value-intro > p {
    font-size: 15px;
  }

  .value-ledger {
    margin-top: 54px;
  }

  .fleet-intro {
    margin-bottom: 42px;
  }

  .fleet-intro h2 {
    max-width: 360px;
  }

  .fleet-intro__copy > p:first-child {
    font-size: 14px;
  }

  .fleet-grid {
    display: flex;
    width: calc(100% + 16px);
    gap: 13px;
    overflow-x: auto;
    padding: 0 16px 18px 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--gold) #222;
  }

  .vehicle-card,
  .vehicle-card:nth-child(1),
  .vehicle-card:nth-child(2) {
    width: min(82vw, 318px);
    flex: 0 0 min(82vw, 318px);
    scroll-snap-align: start;
  }

  .vehicle-card__body h3 {
    font-size: 27px;
  }

  .vehicle-card__note {
    display: none;
  }

  .value-brand {
    min-height: 250px;
    padding-left: 30px;
  }

  .value-brand__crop {
    width: 270px;
    height: 185px;
  }

  .benefit {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    padding-block: 23px 25px;
  }

  .benefit-number {
    padding-right: 14px;
    font-size: 44px;
  }

  .benefit p {
    font-size: 14px;
  }

  .process-layout h2 {
    margin-bottom: 48px;
  }

  .process-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 36px;
  }

  .process-list::before {
    top: 0;
    bottom: 0;
    left: 23px;
    width: 1px;
    height: auto;
  }

  .process-list::after {
    display: none;
  }

  .process-list li {
    padding: 0 0 48px 48px;
  }

  .process-list li:last-child {
    padding-bottom: 0;
  }

  .process-number {
    position: absolute;
    top: 0;
    left: -36px;
    width: 48px;
    height: 48px;
    font-size: 34px;
  }

  .faq-layout,
  .form-layout {
    gap: 48px;
  }

  .faq-layout h2 {
    padding-left: 26px;
    font-size: 58px;
  }

  .faq-list summary {
    grid-template-columns: 50px minmax(0, 1fr) 24px;
    gap: 13px;
    min-height: 70px;
  }

  .faq-number {
    padding-right: 11px;
    font-size: 32px;
  }

  .faq-question {
    font-size: 14px;
  }

  .faq-answer__inner {
    padding: 0 28px 22px 63px;
  }

  .faq-list details p {
    margin-top: -2px;
    font-size: 13px;
  }

  .form-intro {
    padding-left: 26px;
  }

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

  .field--full {
    grid-column: 1;
  }

  .lead-form {
    margin-left: 26px;
    padding-top: 30px;
    border-top: 1px solid rgb(9 10 10 / 22%);
  }

  .field label,
  .field-label {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .field input,
  .field select {
    min-height: 56px;
    padding: 0 14px;
    border: 1px solid rgb(9 10 10 / 62%);
    border-radius: 2px;
    background: #fff;
    color: var(--ink);
  }

  .field input:focus,
  .field select:focus {
    border-color: var(--ink);
    box-shadow: 0 0 0 3px rgb(9 10 10 / 18%);
  }

  .field [aria-invalid="true"] {
    border-color: var(--danger-dark);
  }

  .field-error {
    min-height: 0;
  }

  .field-error:empty {
    display: none;
  }

  .button--submit {
    min-height: 54px;
  }

  .site-footer {
    padding-top: 62px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 52px;
  }

  .footer-brand {
    padding: 0 0 36px;
    border-bottom: 1px solid var(--line-dark);
  }

  .footer-brand::after {
    display: none;
  }

  .footer-brand .brand {
    width: 180px;
  }

  .footer-signature img {
    width: 95px;
  }

  .footer-bottom__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 104px;
    gap: 8px;
    text-align: center;
  }

  .footer-bottom p:not(.footer-signature) {
    max-width: none;
    font-size: 9px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .footer-signature {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    width: 100%;
  }

  .footer-signature a {
    margin-left: 0;
  }

  .cookie-panel {
    right: 12px;
    bottom: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .cookie-panel__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 18px 0 0;
  }

  .cookie-panel .button {
    min-width: 0;
  }

  .thank-you-main {
    padding: 124px 20px 70px;
  }

  .thank-you-card {
    padding: 48px 0 48px 26px;
  }

  .thank-you-card h1 {
    font-size: 54px;
  }
}

@media (max-width: 380px) {
  :root {
    --container: min(100% - 24px, 680px);
  }

  .header-inner > .button {
    min-width: 138px;
    padding-inline: 12px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-text {
    font-size: 14px;
  }

  .hero-copy {
    padding-top: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

}
