@charset "UTF-8";
/*!
Theme Name: EBN AUTO LOCATION
Theme URI: https://example.com/ebn-auto
Author: EBN AUTO LOCATION
Author URI: https://example.com
Description: Theme WordPress pour une plateforme de location de vehicules inspiree des meilleurs parcours de reservation automobile.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: ebnauto
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
p,
ol,
ul {
  margin: 0;
}

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

body {
  color: #2a305f;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.75rem, 7vw, 5.5rem);
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

body {
  background: #f4f1e4;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid rgba(177, 147, 6, 0.7);
  outline-offset: 3px;
}

.page-section {
  padding-block: clamp(4rem, 8vw, 7rem);
}

.eyebrow {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.eyebrow::before {
  background: #b19306;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 2px;
  width: 2rem;
}
.eyebrow {
  color: #837322;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.container {
  inline-size: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

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

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
}
@media (max-width: 768px) {
  .site-header__inner {
    height: 60px;
  }
}

.site-header__brand {
  color: #fefdfd;
  display: inline-flex;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
}
.site-header__brand img {
  height: 75px;
  width: auto;
}
@media (max-width: 768px) {
  .site-header__brand img {
    height: 60px;
  }
}

.site-header__end {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.site-header__nav-link,
.site-header__cta {
  color: rgba(254, 253, 253, 0.85);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.22s;
}
.site-header__nav-link:hover,
.site-header__cta:hover {
  color: #b19306;
}
.site-header__nav-link:focus,
.site-header__cta:focus {
  color: #b19306;
}

@media (max-width: 540px) {
  .site-header__nav-link {
    display: none;
  }
}
.site-header__toggle {
  align-items: center;
  background: none;
  border: 0;
  color: #fefdfd;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.4rem;
  transition: color 0.22s;
}

.site-header__toggle:hover,
.site-header__toggle:focus {
  color: #b19306;
}

.site-header__hamburger {
  display: block;
}

@media (max-width: 540px) {
  .site-header__cta {
    display: none;
  }
}
.site-nav {
  --bs-offcanvas-width: min(360px, 90vw);
  background: #181b3a;
  border: 0 !important;
  color: #fefdfd;
}

.site-nav__header {
  align-items: center;
  border-bottom: 1px solid rgba(254, 253, 253, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}

.site-nav__brand {
  color: #fefdfd;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-nav__close {
  align-items: center;
  background: none;
  border: 0;
  color: rgba(254, 253, 253, 0.45);
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.35rem;
  transition: color 0.2s;
}

.site-nav__close:hover,
.site-nav__close:focus {
  color: #fefdfd;
}

.site-nav__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  padding: 1.5rem 2rem 2.5rem;
}

.site-nav__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__list .menu-item {
  border-bottom: 1px solid rgba(254, 253, 253, 0.07);
}

.site-nav__list .menu-item:last-child {
  border-bottom: 0;
}

.site-nav__list .menu-item > a {
  color: rgba(254, 253, 253, 0.55);
  display: block;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 1rem 0;
  text-decoration: none;
  transition: color 0.22s, padding-left 0.22s;
}

.site-nav__list .menu-item > a:hover,
.site-nav__list .menu-item > a:focus {
  color: #b19306;
  padding-left: 0.4rem;
}

.site-nav__list .menu-item.current-menu-item > a,
.site-nav__list .menu-item.current_page_item > a {
  color: #fefdfd;
}

.site-nav__account {
  align-items: center;
  border: 1.5px solid rgba(254, 253, 253, 0.35);
  color: #fefdfd;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-top: 1.75rem;
  min-height: 52px;
  padding-inline: 1.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.22s, border-color 0.22s, color 0.22s;
}

.site-nav__account:hover,
.site-nav__account:focus {
  background: rgba(254, 253, 253, 0.06);
  border-color: #b19306;
  color: #b19306;
}

.site-nav__footer {
  margin-top: auto;
  padding-top: 1rem;
}

.prefooter {
  background: #202548;
  border-top: 1px solid rgba(254, 253, 253, 0.06);
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

.prefooter__inner {
  gap: 2rem;
}

.prefooter__label {
  color: #fefdfd;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.3rem;
}

.prefooter__text {
  color: rgba(254, 253, 253, 0.45);
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}

.prefooter__cta {
  background: #25d366;
  color: #fff;
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.875rem 1.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.18s;
}
.prefooter__cta:hover, .prefooter__cta:focus-visible {
  background: #1ebe5b;
  color: #fff;
}
.prefooter__cta:focus-visible {
  outline: 2px solid #25d366;
  outline-offset: 2px;
}

@media (max-width: 540px) {
  .prefooter__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .prefooter__cta {
    justify-content: center;
    width: 100%;
  }
}
.site-footer {
  background: #181b3a;
  border-top: 1px solid rgba(254, 253, 253, 0.08);
  color: rgba(254, 253, 253, 0.45);
  padding-bottom: 0;
  padding-top: clamp(4rem, 9vw, 7rem);
  position: relative;
}

.site-footer__bg {
  background: radial-gradient(ellipse 45% 40% at 100% 0%, rgba(42, 48, 95, 0.4) 0%, transparent 60%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.site-footer__inner {
  position: relative;
}

.site-footer__col-title {
  color: #b19306;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.site-footer__address {
  color: rgba(254, 253, 253, 0.45);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0 0 1rem;
  white-space: pre-line;
}

.site-footer__hours {
  color: rgba(254, 253, 253, 0.3);
  font-size: 0.85rem;
  line-height: 1.65;
  margin: 0;
}

.site-footer__phone {
  color: #fefdfd;
  display: block;
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 0.65rem;
  text-decoration: none;
  transition: color 0.18s;
}
.site-footer__phone:hover, .site-footer__phone:focus-visible {
  color: #b19306;
}
.site-footer__phone:focus-visible {
  outline: 2px solid #b19306;
  outline-offset: 3px;
}

.site-footer__contact-line {
  color: rgba(254, 253, 253, 0.45);
  display: block;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 0.25rem;
  text-decoration: none;
  transition: color 0.18s;
}
.site-footer__contact-line:hover, .site-footer__contact-line:focus-visible {
  color: #fefdfd;
}
.site-footer__contact-line:focus-visible {
  outline: 2px solid #b19306;
  outline-offset: 2px;
  border-radius: 2px;
}

.site-footer__menu {
  margin: 0;
  padding: 0;
}
.site-footer__menu li + li {
  border-top: 1px solid rgba(254, 253, 253, 0.05);
}
.site-footer__menu a {
  color: rgba(254, 253, 253, 0.45);
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  padding-block: 0.45rem;
  text-decoration: none;
  transition: color 0.18s;
}
.site-footer__menu a:hover, .site-footer__menu a:focus-visible {
  color: #fefdfd;
}
.site-footer__menu a:focus-visible {
  outline: 2px solid #b19306;
  outline-offset: 1px;
  border-radius: 2px;
}

.site-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(254, 253, 253, 0.07);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: space-between;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding-block: 1.5rem;
}

.site-footer__copy {
  color: rgba(254, 253, 253, 0.25);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  margin: 0;
}

.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.site-footer__social-btn {
  align-items: center;
  border: 1px solid rgba(254, 253, 253, 0.2);
  border-radius: 50%;
  color: rgba(254, 253, 253, 0.5);
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.18s, color 0.18s;
  width: 38px;
}
.site-footer__social-btn:hover, .site-footer__social-btn:focus-visible {
  border-color: #b19306;
  color: #b19306;
}
.site-footer__social-btn:focus-visible {
  outline: 2px solid #b19306;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .site-footer__phone,
  .site-footer__contact-line,
  .site-footer__social-btn,
  .site-footer__menu a,
  .prefooter__cta {
    transition: none;
  }
}
.page-loader {
  background: #181b3a;
  inset: 0;
  opacity: 1;
  position: fixed;
  transition: opacity 0.45s ease, visibility 0.45s ease;
  visibility: visible;
  z-index: 9999;
}
.page-loader--out {
  opacity: 0;
  visibility: hidden;
}

.page-loader::after {
  animation: loader-bar 1.4s ease-in-out infinite;
  background: #b19306;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform-origin: left;
  width: 100%;
}

@keyframes loader-bar {
  0% {
    transform: scaleX(0);
    opacity: 1;
  }
  65% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}
.page-loader__spinner {
  --bs-spinner-width: 3rem;
  --bs-spinner-height: 3rem;
  --bs-spinner-border-width: 2px;
  color: #b19306;
}

.page-loader__brand {
  color: rgba(254, 253, 253, 0.35);
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.button {
  align-items: center;
  background: #2a305f;
  border: 0;
  color: #fefdfd;
  cursor: pointer;
  display: inline-flex;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding-inline: 1.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.22s, color 0.22s;
}

.button:hover,
.button:focus {
  background: #796502;
  color: #fefdfd;
}

.button--gold {
  background: #b19306;
  color: #fefdfd;
}

.button--gold:hover,
.button--gold:focus {
  background: #796502;
  color: #fefdfd;
}

.button--ghost {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px currentcolor;
  color: #fefdfd;
}

.button--ghost:hover,
.button--ghost:focus {
  background: rgba(254, 253, 253, 0.08);
  color: #fefdfd;
}

.vehicle-grid {
  display: grid;
  gap: 1.5px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 2.5rem;
}

.vehicle-card {
  background: #fefdfd;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.3s;
}

.vehicle-card::after {
  background: #b19306;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.vehicle-card:hover {
  box-shadow: 0 24px 56px rgba(42, 48, 95, 0.18);
  z-index: 1;
}

.vehicle-card:hover::after {
  transform: scaleX(1);
}

.vehicle-card__media {
  aspect-ratio: 16/10;
  background: #f4f1e4;
  overflow: hidden;
}

.vehicle-card__image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.vehicle-card:hover .vehicle-card__image {
  transform: scale(1.04);
}

.vehicle-card__body {
  display: grid;
  gap: 0.5rem;
  padding: 1.25rem 1.25rem 1.5rem;
}

.vehicle-card__meta {
  color: #837322;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vehicle-card__price {
  color: #796502;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.vehicle-card__link {
  align-items: center;
  color: #2a305f;
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
}
.vehicle-card__link::after {
  content: "→";
  display: inline-block;
  transition: transform 0.2s;
}

.vehicle-card:hover .vehicle-card__link::after {
  transform: translateX(4px);
}

.vehicles-section__empty {
  color: #837322;
  margin-top: 1.5rem;
}

.request-form,
.page-content form {
  display: grid;
  gap: 1.1rem;
}

.request-form label,
.page-content form label {
  color: #2a305f;
  display: grid;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.4rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.request-form input,
.request-form textarea,
.page-content form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.page-content form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(42, 48, 95, 0.2);
  color: #2a305f;
  font: inherit;
  padding: 0.75rem 0;
  transition: border-color 0.2s;
  width: 100%;
}

.request-form input:focus,
.request-form textarea:focus,
.page-content form input:focus,
.page-content form textarea:focus {
  border-bottom-color: #b19306;
  outline: none;
}

.request-form input::placeholder,
.request-form textarea::placeholder,
.page-content form input::placeholder,
.page-content form textarea::placeholder {
  color: rgba(42, 48, 95, 0.3);
}

.page-content form input[type=submit],
.page-content form button[type=submit] {
  width: 100%;
  appearance: none;
  background: #2a305f;
  border: none;
  color: #fefdfd;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.9rem 2rem;
  text-transform: uppercase;
  transition: background 0.2s;
}
.page-content form input[type=submit]:hover, .page-content form input[type=submit]:focus,
.page-content form button[type=submit]:hover,
.page-content form button[type=submit]:focus {
  background: #b19306;
  color: #2a305f;
  outline: none;
}

.standard-page__hero {
  background: #202548;
  color: #fefdfd;
  padding-block: calc(72px + clamp(3rem, 6vw, 5rem)) clamp(3rem, 6vw, 5rem);
}

.standard-page__hero .eyebrow {
  color: #b19306;
  margin: 0;
}
.standard-page__hero .eyebrow::before {
  background: #b19306;
}

.standard-page__hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 4.5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
}
@media (max-width: 900px) {
  .standard-page__hero-grid {
    grid-template-columns: 1fr;
  }
}

.standard-page__hero-grid--text-only {
  grid-template-columns: minmax(0, 1fr);
}
.standard-page__hero-grid--text-only .standard-page__heading {
  max-width: 900px;
}

.standard-page__heading {
  display: grid;
  gap: 1.2rem;
}

.standard-page__heading h1 {
  font-size: clamp(2.4rem, 5.4vw, 5rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  max-width: 920px;
}

.standard-page__excerpt {
  color: rgba(254, 253, 253, 0.7);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.75;
  margin: 0;
  max-width: 680px;
}

.standard-page__media {
  margin: 0;
  min-height: clamp(260px, 38vw, 460px);
  position: relative;
}
.standard-page__media::before {
  border: 1px solid rgba(177, 147, 6, 0.28);
  bottom: -12px;
  content: "";
  left: -12px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.standard-page__image {
  display: block;
  height: 100%;
  min-height: clamp(260px, 38vw, 460px);
  object-fit: cover;
  position: relative;
  width: 100%;
}

.standard-page__body {
  background: #f4f1e4;
}

.standard-page__content {
  background: #fefdfd;
  border-top: 3px solid #b19306;
  box-shadow: 0 16px 40px rgba(42, 48, 95, 0.1);
  color: rgba(42, 48, 95, 0.82);
  font-size: 1rem;
  line-height: 1.85;
  margin-inline: auto;
  max-width: 920px;
  padding: clamp(1.4rem, 4vw, 3rem);
}

.standard-page__content > *:first-child {
  margin-top: 0;
}

.standard-page__content > *:last-child {
  margin-bottom: 0;
}

.standard-page__content h2,
.standard-page__content h3,
.standard-page__content h4 {
  color: #2a305f;
  letter-spacing: 0;
  margin: 2rem 0 0.75rem;
}

.standard-page__content h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.standard-page__content h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.standard-page__content p,
.standard-page__content ul,
.standard-page__content ol {
  margin-bottom: 1.2rem;
}

.standard-page__content a {
  color: #796502;
  font-weight: 700;
  text-decoration-color: rgba(177, 147, 6, 0.45);
  text-underline-offset: 0.18em;
}
.standard-page__content a:hover {
  color: #2a305f;
}

.standard-page__content blockquote {
  border-left: 3px solid #b19306;
  color: #2a305f;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 2rem 0;
  padding-left: 1.2rem;
}

.standard-page__content img {
  height: auto;
  max-width: 100%;
}

.standard-page__content .alignwide {
  margin-left: max(-2rem, (100% - 1100px) / 2);
  margin-right: max(-2rem, (100% - 1100px) / 2);
  max-width: 1100px;
}

.standard-page__content .alignfull {
  margin-left: calc(clamp(1.4rem, 4vw, 3rem) * -1);
  margin-right: calc(clamp(1.4rem, 4vw, 3rem) * -1);
  max-width: none;
}

.standard-page__pages {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
}

.standard-page__comments {
  background: #fefdfd;
}

.standard-page__comments-inner {
  max-width: 900px;
}

.hero {
  background-color: #181b3a;
  background-position: center 40%;
  background-size: cover;
  color: #fefdfd;
  min-height: clamp(620px, 92vh, 960px);
  overflow: hidden;
  padding-block: calc(72px + clamp(4rem, 9vw, 8rem)) clamp(5rem, 10vw, 9rem);
  position: relative;
}

.hero::before {
  background: linear-gradient(108deg, rgba(24, 27, 58, 0.92) 0%, rgba(24, 27, 58, 0.72) 55%, rgba(24, 27, 58, 0.28) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.hero__inner {
  display: grid;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  color: #b19306;
}
.hero .eyebrow::before {
  background: #b19306;
}

.hero h1 {
  margin-top: 0.5rem;
}

.hero h1 em {
  font-style: normal;
}

.hero__lead {
  color: rgba(254, 253, 253, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 540px;
}

.hero__search {
  background: rgba(254, 253, 253, 0.96);
  box-shadow: 0 24px 70px rgba(24, 27, 58, 0.28);
  color: #2a305f;
  display: grid;
  margin-top: 0.75rem;
}

.hero__search-header {
  align-items: center;
  border-bottom: 1px solid rgba(42, 48, 95, 0.08);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
}
.hero__search-header span {
  color: #2a305f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero__search-header small {
  color: rgba(42, 48, 95, 0.48);
  font-size: 0.78rem;
  font-weight: 600;
}

.hero__search-bar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.hero__search-divider {
  background: rgba(42, 48, 95, 0.1);
  flex-shrink: 0;
  width: 1px;
}

.hero__search-field {
  align-items: center;
  display: grid;
  flex: 1;
  gap: 0 0.75rem;
  grid-template-columns: 1.25rem minmax(0, 1fr) auto;
  grid-template-rows: auto 1.5rem;
  min-width: 170px;
  padding: 0.95rem 1rem;
  position: relative;
}

.hero__search-icon {
  align-items: center;
  color: #b19306;
  display: flex;
  grid-column: 1;
  grid-row: 1/-1;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.hero__search-icon svg {
  display: block;
}

.hero__search-label {
  color: #837322;
  font-size: 0.68rem;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__search-select,
.hero__search-input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #2a305f;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  grid-column: 2/4;
  grid-row: 2;
  line-height: 1.35;
  min-height: 1.5rem;
  outline: none;
  padding: 0 1.7rem 0 0;
  width: 100%;
}

.hero__search-input {
  cursor: text;
}

.hero__search-select:focus,
.hero__search-input:focus {
  color: #796502;
}

.hero__search-arrow {
  align-items: center;
  color: rgba(42, 48, 95, 0.35);
  display: flex;
  grid-column: 3;
  grid-row: 2;
  height: 1.5rem;
  pointer-events: none;
}
.hero__search-arrow svg {
  display: block;
}

.hero__search-btn {
  align-items: center;
  background: #b19306;
  border: 0;
  color: #fefdfd;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  justify-content: center;
  min-width: 180px;
  padding: 0 1.35rem;
  text-transform: uppercase;
  transition: background 0.2s;
}

.hero__search-btn:hover,
.hero__search-btn:focus {
  background: #796502;
  color: #fefdfd;
}

@media (max-width: 720px) {
  .hero__search-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
  .hero__search-bar {
    flex-direction: column;
  }
  .hero__search-divider {
    height: 1px;
    width: auto;
  }
  .hero__search-btn {
    justify-content: center;
    min-height: 52px;
    width: 100%;
  }
}
.vehicles-section {
  background: #fefdfd;
}

.vehicles-section .container > h2 {
  margin-top: 0.75rem;
}

.steps {
  background: #f4f1e4;
}

.steps__list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style: none;
  margin-top: 3rem;
  padding: 0;
}

.steps__item {
  border-left: 1px solid rgba(42, 48, 95, 0.1);
  display: grid;
  gap: 0.5rem;
  padding: 0 2rem 2rem;
  position: relative;
}

.steps__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.steps__number {
  color: rgba(42, 48, 95, 0.07);
  display: block;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.75rem;
  user-select: none;
}

.steps__item strong {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.rental-benefits {
  background: #202548;
  color: #fefdfd;
}

.rental-benefits__header {
  display: grid;
  gap: 1rem;
  max-width: 680px;
}

.rental-benefits .eyebrow {
  color: #b19306;
}
.rental-benefits .eyebrow::before {
  background: #b19306;
}

.rental-benefits__grid {
  display: grid;
  gap: 1.5px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 3rem;
}

.rental-benefits__item {
  background: rgba(254, 253, 253, 0.04);
  display: grid;
  gap: 1.25rem;
  min-height: 200px;
  padding: 1.75rem;
  transition: background 0.25s;
}

.rental-benefits__item:hover {
  background: rgba(254, 253, 253, 0.07);
}

.rental-benefits__icon {
  background: #b19306;
  display: block;
  height: 3px;
  width: 2rem;
}

.rental-benefits__item h3 {
  color: #fefdfd;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.rental-benefits__item p {
  color: rgba(254, 253, 253, 0.5);
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0;
}

.request {
  background: #fefdfd;
}

.request__grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
}

.request__copy {
  display: grid;
  align-content: start;
  gap: 1.25rem;
}

.request__copy p {
  color: #837322;
  font-size: 1rem;
}

@media (max-width: 760px) {
  .request__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .steps__item {
    border-left: 0;
    border-top: 1px solid rgba(42, 48, 95, 0.1);
    padding: 1.5rem 0 0;
  }
  .steps__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
}
.page-hero {
  background-color: #202548;
  color: #fefdfd;
  padding-block: calc(72px + clamp(3rem, 6vw, 5rem)) clamp(3rem, 6vw, 5rem);
}

.page-hero .container {
  display: grid;
  gap: 1rem;
}

.page-hero .eyebrow {
  color: #b19306;
}
.page-hero .eyebrow::before {
  background: #b19306;
}

.page-hero p {
  color: rgba(254, 253, 253, 0.65);
  max-width: 600px;
}

.page-hero .button {
  margin-top: 0.5rem;
}

.catalogue-search {
  margin-top: 1.75rem;
}

.catalogue-search__header {
  align-items: center;
  background: rgba(254, 253, 253, 0.08);
  border: 1px solid rgba(254, 253, 253, 0.13);
  border-bottom: 0;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.8rem 1rem;
}
.catalogue-search__header span {
  color: #fefdfd;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogue-search__header small {
  color: rgba(254, 253, 253, 0.58);
  font-size: 0.78rem;
  font-weight: 600;
}

.catalogue-search__fields {
  align-items: stretch;
  background: #fefdfd;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  box-shadow: 0 20px 55px rgba(24, 27, 58, 0.24);
}

.catalogue-search__field {
  align-items: center;
  display: grid;
  flex: 1;
  gap: 0 0.75rem;
  grid-template-columns: 1.25rem minmax(0, 1fr) auto;
  grid-template-rows: auto 1.5rem;
  min-width: 190px;
  padding: 0.95rem 1rem;
  position: relative;
}

.catalogue-search__field + .catalogue-search__field::before {
  background: rgba(42, 48, 95, 0.1);
  bottom: 0.85rem;
  content: "";
  left: 0;
  position: absolute;
  top: 0.85rem;
  width: 1px;
}

.catalogue-search__icon {
  align-items: center;
  color: #b19306;
  display: flex;
  grid-column: 1;
  grid-row: 1/-1;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.catalogue-search__icon svg {
  display: block;
}

.catalogue-search__label {
  color: #837322;
  font-size: 0.68rem;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.catalogue-search__select,
.catalogue-search__input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #2a305f;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  grid-column: 2/4;
  grid-row: 2;
  line-height: 1.35;
  min-height: 1.5rem;
  outline: none;
  padding: 0 1.7rem 0 0;
  width: 100%;
}

.catalogue-search__input {
  cursor: text;
}

.catalogue-search__select:focus,
.catalogue-search__input:focus {
  color: #796502;
}

.catalogue-search__arrow {
  align-items: center;
  color: rgba(42, 48, 95, 0.35);
  display: flex;
  grid-column: 3;
  grid-row: 2;
  height: 1.5rem;
  pointer-events: none;
}
.catalogue-search__arrow svg {
  display: block;
}

.catalogue-search__btn {
  align-items: center;
  background: #b19306;
  border: 0;
  color: #fefdfd;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: 0.06em;
  min-width: 150px;
  padding: 0 1.5rem;
  text-transform: uppercase;
  transition: background 0.2s;
}

.catalogue-search__btn:hover,
.catalogue-search__btn:focus {
  background: #796502;
  color: #fefdfd;
}

.catalogue-search__reset {
  color: rgba(254, 253, 253, 0.62);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}
.catalogue-search__reset:hover, .catalogue-search__reset:focus {
  color: #b19306;
}

.catalogue-search__error {
  color: #b19306;
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0.9rem 0 0;
}

@media (max-width: 720px) {
  .catalogue-search__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }
  .catalogue-search__fields {
    flex-direction: column;
  }
  .catalogue-search__field + .catalogue-search__field::before {
    bottom: auto;
    height: 1px;
    left: 0.85rem;
    right: 0.85rem;
    top: 0;
    width: auto;
  }
  .catalogue-search__btn {
    min-height: 48px;
    width: 100%;
  }
}
.vehicles-filter-status {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}

.vehicles-filter-status__text {
  color: #837322;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.vehicles-filter-status__reset {
  color: #796502;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}

.vehicles-filter-status__reset:hover,
.vehicles-filter-status__reset:focus {
  color: #2a305f;
}

.agence-mission {
  background: #f4f1e4;
}

.agence-mission__grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 1fr);
}
@media (max-width: 760px) {
  .agence-mission__grid {
    grid-template-columns: 1fr;
  }
}

.agence-mission__aside {
  border-top: 1px solid rgba(42, 48, 95, 0.12);
  display: grid;
  gap: 1.2rem;
  padding-top: 1.2rem;
  position: sticky;
  top: 7rem;
}
@media (max-width: 760px) {
  .agence-mission__aside {
    border-top: 0;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    position: static;
  }
}

.agence-mission__index {
  color: rgba(42, 48, 95, 0.08);
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(4.8rem, 10vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
  user-select: none;
}

.agence-mission__aside-label {
  color: rgba(42, 48, 95, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
@media (max-width: 760px) {
  .agence-mission__aside-label {
    align-self: end;
    writing-mode: horizontal-tb;
  }
}

.agence-mission__content {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.65rem);
  max-width: 920px;
}
.agence-mission__content .eyebrow {
  margin: 0;
}

.agence-mission__headline {
  max-width: 860px;
}
.agence-mission__headline h2 {
  color: #2a305f;
  font-size: clamp(1.85rem, 4vw, 3.35rem);
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.agence-mission__body {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  margin-top: 0.35rem;
}
.agence-mission__body p {
  color: rgba(42, 48, 95, 0.65);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
}

.agence-mission__values {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(0.5rem, 2vw, 1.1rem);
}
@media (max-width: 760px) {
  .agence-mission__values {
    grid-template-columns: 1fr;
  }
}

.agence-mission__value {
  border-top: 1px solid rgba(42, 48, 95, 0.12);
  color: #2a305f;
  display: grid;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-height: 5.25rem;
  padding: 1rem 1.25rem 0 0;
  position: relative;
  text-transform: uppercase;
}
.agence-mission__value::before {
  background: #b19306;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 2.25rem;
}

.vehicles-section__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.engagements {
  background: #f4f1e4;
}

.engagements__header {
  gap: 0.75rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  max-width: 680px;
}

.engagements__intro {
  color: rgba(42, 48, 95, 0.6);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.engagements__item {
  background: #fefdfd;
  border-top: 3px solid #b19306;
  gap: 1.25rem;
  padding: 1.75rem;
}

.engagements__number {
  color: #b19306;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 0.1rem;
}

.engagements__content {
  gap: 0.5rem;
}

.engagements__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
  text-transform: uppercase;
}

.engagements__text {
  color: rgba(42, 48, 95, 0.65);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.faq {
  background: #fefdfd;
}

.faq__header {
  gap: 0.75rem;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.faq__layout {
  align-items: flex-start;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 767px) {
  .faq__layout {
    gap: 0;
    grid-template-columns: 1fr;
  }
}

.faq__tabs {
  display: flex;
  flex-direction: column;
}

.faq__tab {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(42, 48, 95, 0.08);
  color: rgba(42, 48, 95, 0.4);
  cursor: pointer;
  display: flex;
  gap: 0.85rem;
  padding: 1rem 0;
  text-align: left;
  transition: color 0.18s;
  width: 100%;
}
.faq__tab:first-child {
  border-top: 1px solid rgba(42, 48, 95, 0.08);
}
.faq__tab:hover {
  color: rgba(42, 48, 95, 0.75);
}
.faq__tab[aria-selected=true] {
  color: #2a305f;
}
.faq__tab:focus-visible {
  outline: 2px solid #b19306;
  outline-offset: 2px;
}

.faq__tab-num {
  color: #b19306;
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 0.28rem;
  width: 1.6rem;
}

.faq__tab-label {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
}

.faq__tab-arrow {
  color: rgba(42, 48, 95, 0.18);
  flex-shrink: 0;
  margin-top: 0.12rem;
  transition: transform 0.22s ease, color 0.18s;
}
.faq__tab[aria-selected=true] .faq__tab-arrow {
  color: #b19306;
  transform: translateX(3px);
}

.faq__panels {
  position: sticky;
  top: 2rem;
}
@media (max-width: 767px) {
  .faq__panels {
    margin-top: 1.5rem;
    position: static;
  }
}

.faq__panel {
  background: #fefdfd;
  border-left: 3px solid #b19306;
  box-shadow: 0 16px 40px rgba(42, 48, 95, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.faq__panel[hidden] {
  display: none;
}

.faq__panel-num {
  color: rgba(177, 147, 6, 0.45);
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.faq__panel-question {
  color: #2a305f;
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.faq__panel-answer {
  color: rgba(42, 48, 95, 0.65);
  font-size: 0.97rem;
  line-height: 1.8;
}
.faq__panel-answer p {
  margin: 0;
}
.faq__panel-answer p + p {
  margin-top: 0.85rem;
}

.cta-banner {
  background-color: #181b3a;
  color: #fefdfd;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
  position: relative;
}

.cta-banner__bg {
  background: radial-gradient(ellipse 60% 80% at 85% 50%, rgba(177, 147, 6, 0.12) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 10% 80%, rgba(42, 48, 95, 0.4) 0%, transparent 60%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.cta-banner__inner {
  gap: clamp(2rem, 5vw, 4rem);
}

.cta-banner__content {
  gap: 1rem;
  max-width: 620px;
}

.cta-banner__eyebrow {
  color: #b19306;
}
.cta-banner__eyebrow::before {
  background: #b19306;
}

.cta-banner__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-style: normal;
  line-height: 1.15;
  margin: 0;
}
.cta-banner__title em {
  color: #b19306;
}

.cta-banner__text {
  color: rgba(254, 253, 253, 0.6);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 500px;
}

.cta-banner__actions {
  gap: 0.85rem;
}

.cta-banner__btn-primary {
  background: #b19306;
  color: #2a305f;
  min-width: 210px;
  text-align: center;
}
.cta-banner__btn-primary:hover, .cta-banner__btn-primary:focus {
  background: #fefdfd;
  color: #2a305f;
}

.cta-banner__btn-secondary {
  box-shadow: inset 0 0 0 1.5px rgba(254, 253, 253, 0.35);
  color: rgba(254, 253, 253, 0.75);
  min-width: 210px;
  text-align: center;
}
.cta-banner__btn-secondary:hover, .cta-banner__btn-secondary:focus {
  box-shadow: inset 0 0 0 1.5px #fefdfd;
  color: #fefdfd;
}

@media (max-width: 680px) {
  .cta-banner__actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  .cta-banner__btn-primary,
  .cta-banner__btn-secondary {
    flex: 1 1 auto;
    min-width: 0;
  }
}
.auth-hero {
  padding-block: calc(72px + clamp(3.5rem, 7vw, 6rem)) clamp(3.5rem, 7vw, 6rem);
}

.auth-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 5vw, 5rem);
  grid-template-columns: 1fr minmax(340px, 480px);
}
@media (max-width: 860px) {
  .auth-hero__grid {
    grid-template-columns: 1fr;
  }
}

.auth-hero__intro {
  gap: 1.25rem;
}
.auth-hero__intro h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  line-height: 1.2;
  margin: 0;
}
.auth-hero__intro > p {
  color: rgba(254, 253, 253, 0.6);
  font-size: 0.97rem;
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
}

.auth-hero__features {
  gap: 0.65rem !important;
  margin-top: 0.5rem;
}
.auth-hero__features li {
  color: rgba(254, 253, 253, 0.7);
  font-size: 0.875rem;
}

.auth-hero__check {
  align-items: center;
  background: rgba(177, 147, 6, 0.18);
  border-radius: 50%;
  color: #b19306;
  display: flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.auth-card {
  background: #fefdfd;
  border-top: 3px solid #b19306;
  box-shadow: 0 24px 60px rgba(24, 27, 58, 0.35);
  gap: 1.75rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
}

.auth-card__header {
  gap: 0.875rem;
}

.auth-card__icon {
  background: rgba(177, 147, 6, 0.1);
  border: 1px solid rgba(177, 147, 6, 0.25);
  color: #b19306;
  flex-shrink: 0;
  height: 44px;
  width: 44px;
}

.auth-card__title {
  font-size: 1.35rem;
  margin: 0;
}

.auth-card__notice {
  background: rgba(200, 50, 50, 0.08);
  border-left: 3px solid #c03232;
  color: #a02020;
  font-size: 0.88rem;
  font-weight: 600;
  gap: 0.65rem;
  margin: 0;
  padding: 0.85rem 1rem;
}

.auth-form__label {
  color: rgba(42, 48, 95, 0.7);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.auth-form__input-wrap {
  position: relative;
}

.auth-form__input-icon {
  align-items: center;
  color: rgba(42, 48, 95, 0.35);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0.85rem;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.auth-form__input {
  border-color: rgba(42, 48, 95, 0.15) !important;
  border-radius: 0 !important;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif !important;
  min-height: 48px;
  padding-left: 2.75rem !important;
}
.auth-form__input:focus {
  border-color: #b19306 !important;
  box-shadow: 0 0 0 3px rgba(177, 147, 6, 0.12) !important;
}

.auth-form__password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(42, 48, 95, 0.42);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 0.85rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: color 0.2s;
}
.auth-form__password-toggle:hover, .auth-form__password-toggle:focus-visible {
  color: #b19306;
}
.auth-form__password-toggle:focus-visible {
  outline: 2px solid rgba(177, 147, 6, 0.45);
  outline-offset: -4px;
}

.auth-form__password-icon {
  flex-shrink: 0;
}

.auth-form__password-icon--hide {
  display: none;
}

.auth-form__password-toggle[aria-pressed=true] .auth-form__password-icon--show {
  display: none;
}
.auth-form__password-toggle[aria-pressed=true] .auth-form__password-icon--hide {
  display: block;
}

.auth-form__input--password {
  padding-right: 3rem !important;
}

.auth-form__footer {
  margin-top: -0.25rem;
}

.auth-form__check-label {
  color: rgba(42, 48, 95, 0.65);
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0;
}

.auth-form__checkbox {
  accent-color: #b19306;
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.auth-form__forgot {
  color: rgba(42, 48, 95, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.auth-form__forgot:hover, .auth-form__forgot:focus {
  color: #b19306;
}

.auth-form__submit {
  width: 100%;
}

.dashboard-hero__title {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  margin: 0;
}

.dashboard-hero__stats {
  margin-top: 0.5rem;
}

.dashboard-stat {
  align-items: baseline;
  border-left: 2px solid rgba(254, 253, 253, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-left: 1rem;
}
.dashboard-stat--active {
  border-color: #b19306;
}
.dashboard-stat--active .dashboard-stat__value {
  color: #b19306;
}

.dashboard-stat__value {
  color: #fefdfd;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

.dashboard-stat__label {
  color: rgba(254, 253, 253, 0.5);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dashboard-logout {
  align-items: center;
  background: #c0392b;
  border: transparent !important;
  color: #fefdfd;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.45rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.9rem 1.85rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s, border-color 0.2s;
  white-space: nowrap;
}
.dashboard-logout svg {
  flex-shrink: 0;
  opacity: 0.85;
  transition: transform 0.2s;
}
.dashboard-logout:hover, .dashboard-logout:focus-visible {
  background: #a02f22;
  color: #fefdfd;
  outline: none;
  transform: translateY(-1px);
}
.dashboard-logout:hover svg, .dashboard-logout:focus-visible svg {
  transform: translateX(2px);
}
.dashboard-logout:active {
  box-shadow: 0 1px 4px rgba(192, 57, 43, 0.3);
  transform: translateY(0);
}

.dashboard-notice {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.6rem;
  padding: 0.85rem 1.25rem;
}
.dashboard-notice--success {
  background: rgba(45, 122, 79, 0.08);
  border-left: 3px solid #2d7a4f;
  color: #1e5c3a;
  margin-bottom: 0;
}

.dashboard-filters {
  border-bottom: 1px solid rgba(42, 48, 95, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1.5rem;
}

.dashboard-filter {
  align-items: center;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: rgba(42, 48, 95, 0.5);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.4rem;
  letter-spacing: 0.05em;
  margin-bottom: -1px;
  padding: 0.65rem 1rem;
  text-transform: uppercase;
  transition: color 0.2s, border-color 0.2s;
}
.dashboard-filter:hover {
  color: #2a305f;
}
.dashboard-filter.active {
  border-bottom-color: #b19306;
  color: #2a305f;
}

.dashboard-filter__count {
  background: rgba(42, 48, 95, 0.08);
  border-radius: 20px;
  font-size: 0.7rem;
  min-width: 18px;
  padding: 0.1rem 0.4rem;
  text-align: center;
}
.dashboard-filter.active .dashboard-filter__count {
  background: rgba(177, 147, 6, 0.15);
  color: #796502;
}

.dashboard-card__title-link {
  color: inherit;
  text-decoration: none;
}
.dashboard-card__title-link:hover .dashboard-card__title {
  color: #796502;
  text-decoration: underline;
}

.dashboard-card__badge-driver {
  background: rgba(177, 147, 6, 0.12);
  border-radius: 4px;
  color: #796502;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 0.4rem;
  padding: 0.15rem 0.45rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.dashboard-card__footer {
  border-top: 1px solid rgba(42, 48, 95, 0.06);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.dashboard-card__action {
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 0.35rem;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.dashboard-card__action--detail {
  background: rgba(42, 48, 95, 0.06);
  border: none;
  color: #2a305f;
}
.dashboard-card__action--detail:hover {
  background: rgba(42, 48, 95, 0.12);
  color: #2a305f;
}
.dashboard-card__action--vehicle {
  background: transparent;
  border: 1px solid rgba(42, 48, 95, 0.15);
  color: rgba(42, 48, 95, 0.6);
}
.dashboard-card__action--vehicle:hover {
  border-color: #b19306;
  color: #796502;
}
.dashboard-card__action--cancel {
  background: rgba(192, 57, 43, 0.07);
  border: none;
  color: #c0392b;
}
.dashboard-card__action--cancel:hover {
  background: rgba(192, 57, 43, 0.14);
}

.dashboard-status {
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.65rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.dashboard-status--request {
  background: rgba(177, 147, 6, 0.12);
  color: #796502;
}
.dashboard-status--confirmed {
  background: rgba(26, 122, 94, 0.1);
  color: #135c47;
}
.dashboard-status--paid {
  background: rgba(26, 122, 94, 0.1);
  color: #135c47;
}
.dashboard-status--active {
  background: rgba(45, 122, 79, 0.12);
  color: #1e5c3a;
}
.dashboard-status--completed {
  background: rgba(42, 48, 95, 0.07);
  color: rgba(42, 48, 95, 0.55);
}
.dashboard-status--cancelled {
  background: rgba(192, 57, 43, 0.1);
  color: #c0392b;
}
.dashboard-status--lg {
  font-size: 0.8rem;
  padding: 0.35rem 0.9rem;
}

.dashboard-detail {
  padding-top: 2rem;
}

.dashboard-detail__back {
  align-items: center;
  color: rgba(42, 48, 95, 0.5);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  text-decoration: none;
  transition: color 0.2s;
}
.dashboard-detail__back:hover {
  color: #2a305f;
}

.dashboard-detail__header {
  margin-bottom: 2rem;
}

.dashboard-detail__title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  margin: 0;
}

.dashboard-detail__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr 280px;
}
@media (max-width: 860px) {
  .dashboard-detail__grid {
    grid-template-columns: 1fr;
  }
}

.detail-block {
  background: #fefdfd;
  border: 1px solid rgba(42, 48, 95, 0.07);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}

.detail-block__title {
  color: rgba(42, 48, 95, 0.45);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.detail-vehicle__thumb {
  border-radius: 8px;
  height: 70px;
  object-fit: cover;
  width: 110px;
  flex-shrink: 0;
}

.detail-vehicle__name {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.detail-vehicle__link {
  align-items: center;
  color: #796502;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  gap: 0.3rem;
  text-decoration: none;
  transition: gap 0.2s;
}
.detail-vehicle__link:hover {
  gap: 0.5rem;
  text-decoration: underline;
}

.detail-dl {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.detail-dl__row {
  display: grid;
  gap: 0.2rem;
}
.detail-dl__row dt {
  color: rgba(42, 48, 95, 0.45);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.detail-dl__row dd {
  color: #2a305f;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
}

.detail-action__note {
  color: rgba(42, 48, 95, 0.5);
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

.rental-timeline {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.rental-timeline__cancelled-msg {
  align-items: center;
  color: #c0392b;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
  margin: 0;
}

.rental-timeline__step {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  padding-bottom: 1rem;
  position: relative;
}
.rental-timeline__step:not(:last-child)::before {
  background: rgba(42, 48, 95, 0.1);
  bottom: 0;
  content: "";
  left: 10px;
  position: absolute;
  top: 22px;
  width: 1px;
}
.rental-timeline__step--done::before {
  background: #b19306;
}
.rental-timeline__step--current::before {
  background: rgba(42, 48, 95, 0.1);
}
.rental-timeline__step:last-child {
  padding-bottom: 0;
}

.rental-timeline__dot {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 22px;
  justify-content: center;
  margin-top: 1px;
  width: 22px;
}
.rental-timeline__step--done .rental-timeline__dot {
  background: #b19306;
  color: #fefdfd;
}
.rental-timeline__step--current .rental-timeline__dot {
  background: #2a305f;
  box-shadow: 0 0 0 3px rgba(42, 48, 95, 0.15);
  color: #fefdfd;
}
.rental-timeline__step--pending .rental-timeline__dot {
  background: rgba(42, 48, 95, 0.06);
  border: 1.5px solid rgba(42, 48, 95, 0.15);
  color: transparent;
}

.rental-timeline__label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 24px;
}
.rental-timeline__step--pending .rental-timeline__label {
  color: rgba(42, 48, 95, 0.4);
}
.rental-timeline__step--done .rental-timeline__label {
  color: rgba(42, 48, 95, 0.7);
}
.rental-timeline__step--current .rental-timeline__label {
  color: #2a305f;
}

.logout-modal__content {
  background: #fefdfd;
  border: none;
  border-radius: 0px;
  box-shadow: 0 20px 60px rgba(42, 48, 95, 0.18);
  overflow: hidden;
  padding: 0;
}

.logout-modal__header {
  align-items: flex-start;
  background: linear-gradient(135deg, #2a305f 0%, #1a1f4a 100%);
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 1.25rem;
}

.logout-modal__icon {
  align-items: center;
  background: rgba(192, 57, 43, 0.18);
  border-radius: 10px;
  color: #e8766a;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.logout-modal__close {
  background: rgba(254, 253, 253, 0.1);
  border: none;
  border-radius: 6px;
  color: rgba(254, 253, 253, 0.6);
  cursor: pointer;
  line-height: 1;
  padding: 0.35rem;
  transition: background 0.2s, color 0.2s;
}
.logout-modal__close:hover {
  background: rgba(254, 253, 253, 0.2);
  color: #fefdfd;
}

.logout-modal__body {
  padding: 1.5rem 1.75rem 0.75rem;
}

.logout-modal__title {
  color: #2a305f;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.logout-modal__desc {
  color: rgba(42, 48, 95, 0.6);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

.logout-modal__footer {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 1.25rem 1.75rem 1.5rem;
}

.logout-modal__btn {
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.9rem 1.85rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.logout-modal__btn--cancel {
  background: rgba(42, 48, 95, 0.07);
  color: rgba(42, 48, 95, 0.7);
}
.logout-modal__btn--cancel:hover {
  background: rgba(42, 48, 95, 0.12);
  color: #2a305f;
}
.logout-modal__btn--confirm {
  background: #c0392b;
  color: #fefdfd;
}
.logout-modal__btn--confirm:hover {
  background: #a02f22;
  box-shadow: 0 4px 14px rgba(192, 57, 43, 0.35);
  transform: translateY(-1px);
}
.logout-modal__btn--confirm:active {
  box-shadow: none;
  transform: translateY(0);
}

.dashboard-card {
  background: #fefdfd;
  border: 1px solid rgba(42, 48, 95, 0.08);
  border-left: 4px solid rgba(42, 48, 95, 0.12);
  box-shadow: 0 16px 40px rgba(42, 48, 95, 0.1);
  overflow: hidden;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.dashboard-card:hover {
  box-shadow: 0 24px 56px rgba(42, 48, 95, 0.18);
}
.dashboard-card--request {
  border-left-color: rgba(42, 48, 95, 0.2);
}
.dashboard-card--confirmed {
  border-left-color: #0e78c8;
}
.dashboard-card--paid {
  border-left-color: #1a9e57;
}
.dashboard-card--active {
  border-left-color: #b19306;
}
.dashboard-card--completed {
  border-left-color: rgba(42, 48, 95, 0.3);
}
.dashboard-card--cancelled {
  border-left-color: #c03232;
}

.dashboard-card__thumb-col {
  position: relative;
  width: 33.333%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.dashboard-card__thumb-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.dashboard-card__body {
  gap: 1.25rem;
  padding: 1.5rem;
}

.dashboard-card__meta {
  color: #837322;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.dashboard-card__title {
  font-size: 1.15rem;
  margin: 0.35rem 0 0;
}

.dashboard-card__details {
  border-top: 1px solid rgba(42, 48, 95, 0.07);
  padding-top: 1rem;
}
.dashboard-card__details dt {
  color: #837322;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.dashboard-card__details dd {
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.dashboard-status {
  border-radius: 2px;
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.3rem 0.65rem;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(42, 48, 95, 0.07);
  color: rgba(42, 48, 95, 0.7);
}
.dashboard-status--confirmed {
  background: rgba(14, 120, 200, 0.1);
  color: #0e78c8;
}
.dashboard-status--paid {
  background: rgba(26, 158, 87, 0.12);
  color: #1a9e57;
}
.dashboard-status--active {
  background: rgba(177, 147, 6, 0.14);
  color: #796502;
}
.dashboard-status--completed {
  background: rgba(42, 48, 95, 0.08);
  color: rgba(42, 48, 95, 0.6);
}
.dashboard-status--cancelled {
  background: rgba(192, 50, 50, 0.1);
  color: #c03232;
}

.dashboard-empty {
  background: #fefdfd;
  border: 1px solid rgba(42, 48, 95, 0.07);
  box-shadow: 0 16px 40px rgba(42, 48, 95, 0.1);
  gap: 1.75rem !important;
  margin: 0 auto;
  max-width: 480px;
  padding: clamp(2.5rem, 5vw, 4rem);
}
.dashboard-empty h2 {
  font-size: 1.35rem;
  margin: 0;
}
.dashboard-empty p {
  color: rgba(42, 48, 95, 0.55);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

.dashboard-empty__icon {
  color: rgba(42, 48, 95, 0.18);
  margin: 0 auto;
}

.results-hero .container {
  display: grid;
  gap: 1.5rem;
  max-width: 860px;
}

.results-hero__heading {
  margin-top: 0.25rem;
}

.results-hero__filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.results-hero__tag {
  align-items: center;
  background: rgba(254, 253, 253, 0.12);
  border: 1px solid rgba(254, 253, 253, 0.2);
  border-radius: 999px;
  color: rgba(254, 253, 253, 0.85);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
}

.results-hero__reset {
  color: rgba(254, 253, 253, 0.45);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-left: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.18s;
}

.results-hero__reset:hover,
.results-hero__reset:focus {
  color: #b19306;
}

.results-search {
  margin-top: 0.5rem;
  max-width: 680px;
}

.results-search__bar {
  align-items: stretch;
  background: #fefdfd;
  display: flex;
}

.results-search__divider {
  background: rgba(42, 48, 95, 0.1);
  flex-shrink: 0;
  width: 1px;
}

.results-search__field {
  display: grid;
  flex: 1;
  gap: 0.2rem;
  padding: 0.85rem 1.25rem;
}

.results-search__label {
  color: #837322;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results-search__select,
.results-search__input {
  appearance: none;
  background: transparent;
  border: 0;
  color: #2a305f;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  outline: none;
  padding: 0;
  width: 100%;
}

.results-search__select {
  cursor: pointer;
}

.results-search__select:focus,
.results-search__input:focus {
  color: #796502;
}

.results-search__input::placeholder {
  color: rgba(42, 48, 95, 0.35);
  font-weight: 400;
}

.results-search__field--text {
  flex: 1.4;
}

.results-search__btn {
  align-items: center;
  background: #b19306;
  border: 0;
  color: #2a305f;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  padding: 0 1.5rem;
  text-transform: uppercase;
  transition: background 0.2s;
}

.results-search__btn:hover,
.results-search__btn:focus {
  background: #796502;
  color: #fefdfd;
}

@media (max-width: 600px) {
  .results-search__bar {
    flex-direction: column;
  }
  .results-search__divider {
    height: 1px;
    width: auto;
  }
  .results-search__btn {
    justify-content: center;
    min-height: 48px;
  }
}
.results-section {
  background: #fefdfd;
}

.results-empty {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
  max-width: 520px;
  padding-block: 2rem;
}

.results-empty__icon {
  color: #b19306;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.results-empty__title {
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  letter-spacing: -0.02em;
}

.results-empty__text {
  color: #837322;
  margin: 0;
}

.results-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.button--outline {
  background: transparent;
  box-shadow: inset 0 0 0 1.5px #2a305f;
  color: #2a305f;
  transition: background 0.2s, color 0.2s;
}

.button--outline:hover,
.button--outline:focus {
  background: #2a305f;
  color: #fefdfd;
}

.single-post__hero {
  background: #202548;
  color: #fefdfd;
  padding-block: calc(72px + clamp(3rem, 6vw, 5rem)) clamp(3rem, 6vw, 5rem);
}

.single-post__hero .eyebrow {
  color: #b19306;
  margin: 0;
}
.single-post__hero .eyebrow::before {
  background: #b19306;
}

.single-post__hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 4.5rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.68fr);
}
@media (max-width: 900px) {
  .single-post__hero-grid {
    grid-template-columns: 1fr;
  }
}

.single-post__hero-grid--text-only {
  grid-template-columns: minmax(0, 1fr);
}
.single-post__hero-grid--text-only .single-post__heading {
  max-width: 920px;
}

.single-post__heading {
  display: grid;
  gap: 1.25rem;
}

.single-post__heading h1 {
  font-size: clamp(2.3rem, 5.2vw, 4.75rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}

.single-post__back {
  align-items: center;
  color: rgba(254, 253, 253, 0.68);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  width: fit-content;
}
.single-post__back:hover {
  color: #b19306;
}

.single-post__excerpt {
  color: rgba(254, 253, 253, 0.7);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.75;
  margin: 0;
  max-width: 680px;
}

.single-post__meta {
  border-top: 1px solid rgba(254, 253, 253, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin-top: 0.35rem;
  padding-top: 1.1rem;
}

.single-post__meta span {
  align-items: center;
  color: rgba(254, 253, 253, 0.62);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 0.45rem;
}
.single-post__meta span a {
  color: inherit;
  text-decoration: none;
}
.single-post__meta span a:hover {
  color: #b19306;
}

.single-post__media {
  margin: 0;
  min-height: clamp(260px, 38vw, 460px);
  position: relative;
}
.single-post__media::before {
  border: 1px solid rgba(177, 147, 6, 0.28);
  bottom: -12px;
  content: "";
  left: -12px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.single-post__image {
  display: block;
  height: 100%;
  min-height: clamp(260px, 38vw, 460px);
  object-fit: cover;
  position: relative;
  width: 100%;
}

.single-post__body {
  background: #f4f1e4;
}

.single-post__layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.32fr);
}
@media (max-width: 900px) {
  .single-post__layout {
    grid-template-columns: 1fr;
  }
}

.single-post__content {
  background: #fefdfd;
  border-top: 3px solid #b19306;
  box-shadow: 0 16px 40px rgba(42, 48, 95, 0.1);
  color: rgba(42, 48, 95, 0.82);
  font-size: 1rem;
  line-height: 1.85;
  padding: clamp(1.4rem, 4vw, 3rem);
}

.single-post__content > *:first-child {
  margin-top: 0;
}

.single-post__content > *:last-child {
  margin-bottom: 0;
}

.single-post__content h2,
.single-post__content h3,
.single-post__content h4 {
  color: #2a305f;
  letter-spacing: 0;
  margin: 2rem 0 0.75rem;
}

.single-post__content h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.single-post__content h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.single-post__content p,
.single-post__content ul,
.single-post__content ol {
  margin-bottom: 1.2rem;
}

.single-post__content a {
  color: #796502;
  font-weight: 700;
  text-decoration-color: rgba(177, 147, 6, 0.45);
  text-underline-offset: 0.18em;
}
.single-post__content a:hover {
  color: #2a305f;
}

.single-post__content blockquote {
  border-left: 3px solid #b19306;
  color: #2a305f;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 2rem 0;
  padding-left: 1.2rem;
}

.single-post__content img {
  height: auto;
  max-width: 100%;
}

.single-post__pages {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
}

.single-post__side {
  position: sticky;
  top: 7rem;
}
@media (max-width: 900px) {
  .single-post__side {
    position: static;
  }
}

.single-post__side-panel {
  background: #202548;
  color: #fefdfd;
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
}
.single-post__side-panel p {
  color: rgba(254, 253, 253, 0.68);
  line-height: 1.65;
  margin: 0;
}
.single-post__side-panel .button {
  justify-content: center;
  margin-top: 0.25rem;
}

.single-post__side-label {
  color: #b19306 !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.single-post__footer {
  background: #f4f1e4;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.single-post__footer-inner {
  display: grid;
  gap: 1.5rem;
}

.single-post__tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.single-post__tags span {
  color: rgba(42, 48, 95, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.single-post__tags a {
  background: rgba(42, 48, 95, 0.06);
  color: #2a305f;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  text-decoration: none;
}
.single-post__tags a:hover {
  background: #b19306;
  color: #fefdfd;
}

.single-post__nav {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .single-post__nav {
    grid-template-columns: 1fr;
  }
}

.single-post__nav-item a {
  background: #fefdfd;
  border-top: 3px solid rgba(177, 147, 6, 0.7);
  color: #2a305f;
  display: grid;
  gap: 0.35rem;
  min-height: 100%;
  padding: 1.25rem;
  text-decoration: none;
}
.single-post__nav-item a span {
  color: rgba(42, 48, 95, 0.55);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.single-post__nav-item a strong {
  font-size: 1rem;
  line-height: 1.35;
}
.single-post__nav-item a:hover {
  box-shadow: 0 24px 56px rgba(42, 48, 95, 0.18);
  transform: translateY(-2px);
}

.single-post__nav-item--next {
  text-align: right;
}

.single-post__comments {
  background: #fefdfd;
}

.single-post__comments-inner {
  max-width: 900px;
}

.single-vehicle__hero {
  background: #202548;
  color: #fefdfd;
  padding-block: calc(72px + clamp(3rem, 6vw, 5rem)) clamp(3rem, 6vw, 5rem);
}

.single-vehicle__hero .eyebrow {
  color: #b19306;
}
.single-vehicle__hero .eyebrow::before {
  background: #b19306;
}

.single-vehicle__hero-grid {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
}

.single-vehicle__content {
  align-content: start;
  display: grid;
  gap: 1.5rem;
}

.single-vehicle__content h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  line-height: 1.15;
  margin: 0;
}

.single-vehicle__excerpt {
  color: rgba(254, 253, 253, 0.65);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 480px;
}

.single-vehicle__meta {
  border-top: 1px solid rgba(254, 253, 253, 0.1);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  margin: 0.5rem 0 0;
}

.single-vehicle__meta div {
  border-right: 1px solid rgba(254, 253, 253, 0.1);
  padding: 1rem 1.1rem;
}
.single-vehicle__meta div:first-child {
  padding-left: 0;
}
.single-vehicle__meta div:last-child {
  border-right: 0;
}

.single-vehicle__meta dt {
  align-items: center;
  color: rgba(254, 253, 253, 0.45);
  display: flex;
  font-size: 0.65rem;
  font-weight: 700;
  gap: 0.35rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.single-vehicle__meta dd {
  color: #fefdfd;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
}

.single-vehicle__driver-badge {
  align-items: center;
  background: rgba(177, 147, 6, 0.12);
  border: 1px solid rgba(177, 147, 6, 0.25);
  border-radius: 6px;
  color: #b19306;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 600;
  gap: 0.5rem;
  letter-spacing: 0.03em;
  padding: 0.45rem 0.8rem;
  width: fit-content;
}

.single-vehicle__media {
  position: relative;
}
.single-vehicle__media::before {
  border: 1px solid rgba(177, 147, 6, 0.25);
  border-radius: 2px;
  bottom: -12px;
  content: "";
  left: -12px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 0;
}

.single-vehicle__media-frame {
  background: rgba(254, 253, 253, 0.06);
  min-height: 360px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.single-vehicle__image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.single-vehicle__details {
  background: #f4f1e4;
}

.single-vehicle__details-grid {
  max-width: 1040px;
}

.reservation-panel {
  background: #fefdfd;
  border: 1px solid rgba(42, 48, 95, 0.08);
  border-top: 3px solid #b19306;
  box-shadow: 0 16px 40px rgba(42, 48, 95, 0.1);
  display: grid;
  gap: 0;
}

.reservation-panel__top {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.34fr);
}

.reservation-panel__price {
  background: #202548;
  color: #fefdfd;
  display: grid;
  gap: 0.35rem;
  justify-items: start;
  padding: clamp(1.35rem, 3vw, 2rem);
}

.reservation-panel__price-label {
  color: rgba(254, 253, 253, 0.52);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reservation-panel__price-amount {
  color: #b19306;
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.reservation-panel__price-unit {
  color: rgba(254, 253, 253, 0.5);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reservation-panel__header {
  display: grid;
  gap: 0.6rem;
  padding: clamp(1.35rem, 3vw, 2rem);
}
.reservation-panel__header .eyebrow {
  margin: 0;
}
.reservation-panel__header h2 {
  color: #2a305f;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-style: normal;
  line-height: 1.15;
  margin: 0;
}
.reservation-panel__header p {
  color: rgba(42, 48, 95, 0.62);
  line-height: 1.65;
  margin: 0;
  max-width: 580px;
}

.reservation-panel__notice {
  align-items: flex-start;
  display: flex;
  font-size: 0.85rem;
  font-weight: 500;
  gap: 0.6rem;
  line-height: 1.5;
  margin: 0 clamp(1.35rem, 3vw, 2rem) 1.25rem;
  padding: 0.85rem 1rem;
}
.reservation-panel__notice svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.reservation-panel__notice--success {
  background: rgba(177, 147, 6, 0.08);
  border-left: 3px solid #b19306;
  color: #796502;
}

.reservation-panel__notice--error {
  background: rgba(180, 50, 30, 0.07);
  border-left: 3px solid #b4321e;
  color: #8a2515;
}

.reservation-form {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 clamp(1.35rem, 3vw, 2rem) clamp(1.35rem, 3vw, 2rem);
}

.reservation-form__section {
  background: rgba(244, 241, 228, 0.52);
  display: grid;
  gap: 0.9rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.reservation-form__section--identity,
.reservation-form__section--documents {
  grid-column: 1/-1;
}

.reservation-form__section-label {
  align-items: center;
  color: rgba(42, 48, 95, 0.4);
  display: flex;
  font-size: 0.68rem;
  font-weight: 700;
  gap: 0.4rem;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.reservation-form__row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reservation-form label {
  color: rgba(42, 48, 95, 0.75);
  display: grid;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.3rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.reservation-form input:not([type=checkbox]):not([type=file]),
.reservation-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid rgba(42, 48, 95, 0.14);
  color: #2a305f;
  font: inherit;
  font-size: 0.9rem;
  padding: 0.55rem 0;
  transition: border-color 0.2s;
}
.reservation-form input:not([type=checkbox]):not([type=file]):focus,
.reservation-form textarea:focus {
  border-bottom-color: #b19306;
  outline: none;
}
.reservation-form input:not([type=checkbox]):not([type=file])::placeholder,
.reservation-form textarea::placeholder {
  color: rgba(42, 48, 95, 0.3);
}

.reservation-form input[type=file] {
  border: 1.5px dashed rgba(42, 48, 95, 0.15);
  border-radius: 4px;
  color: rgba(42, 48, 95, 0.55);
  font-size: 0.82rem;
  padding: 0.6rem;
  width: 100%;
}
.reservation-form input[type=file]:focus {
  border-color: #b19306;
  outline: none;
}

.reservation-form__file-hint {
  color: rgba(42, 48, 95, 0.35);
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: -0.15rem;
  text-transform: none;
}

.reservation-form__check {
  align-items: center;
  color: rgba(42, 48, 95, 0.7);
  display: flex;
  font-size: 0.82rem;
  font-weight: 500;
  gap: 0.6rem;
  letter-spacing: 0;
  text-transform: none;
}
.reservation-form__check input[type=checkbox] {
  accent-color: #b19306;
  border: 0;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
}

.reservation-form__submit {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  grid-column: 1/-1;
  justify-content: center;
  margin-top: 1.25rem;
  width: 100%;
}

.reservation-form__privacy {
  align-items: center;
  color: rgba(42, 48, 95, 0.35);
  display: flex;
  font-size: 0.72rem;
  gap: 0.4rem;
  grid-column: 1/-1;
  justify-content: center;
  margin: 0.75rem 0 0;
}

@media (max-width: 960px) {
  .single-vehicle__hero-grid {
    grid-template-columns: 1fr;
  }
  .single-vehicle__media::before {
    display: none;
  }
  .single-vehicle__media-frame {
    min-height: 260px;
  }
  .reservation-panel__top,
  .reservation-form {
    grid-template-columns: 1fr;
  }
  .reservation-form__section--identity,
  .reservation-form__section--documents {
    grid-column: auto;
  }
}
@media (max-width: 540px) {
  .reservation-form__row {
    grid-template-columns: 1fr;
  }
}
.notfound {
  align-items: center;
  background: #181b3a;
  color: #fefdfd;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  padding-block: calc(72px + clamp(4rem, 8vw, 7rem)) clamp(4rem, 8vw, 7rem);
  position: relative;
}

.notfound__bg {
  color: rgba(254, 253, 253, 0.03);
  font-family: "Space Grotesk", system-ui, -apple-system, sans-serif;
  font-size: clamp(14rem, 40vw, 36rem);
  font-weight: 900;
  left: 50%;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  white-space: nowrap;
}

.notfound__inner {
  display: grid;
  gap: 1.75rem;
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.notfound__eyebrow {
  color: #b19306;
}
.notfound__eyebrow::before {
  background: #b19306;
}

.notfound__text {
  color: rgba(254, 253, 253, 0.55);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}

.notfound__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.notfound__btn-primary {
  background: #b19306;
  color: #2a305f;
}

.notfound__btn-primary:hover,
.notfound__btn-primary:focus {
  background: #fefdfd;
  color: #2a305f;
}

.notfound__btn-secondary {
  box-shadow: inset 0 0 0 1.5px rgba(254, 253, 253, 0.35);
  color: rgba(254, 253, 253, 0.75);
}

.notfound__btn-secondary:hover,
.notfound__btn-secondary:focus {
  box-shadow: inset 0 0 0 1.5px #fefdfd;
  color: #fefdfd;
}

.notfound__search {
  border-top: 1px solid rgba(254, 253, 253, 0.1);
  margin-top: 0.5rem;
  padding-top: 1.75rem;
}

.notfound__search-label {
  color: rgba(254, 253, 253, 0.4);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.notfound__search-row {
  align-items: stretch;
  background: rgba(254, 253, 253, 0.06);
  border: 1px solid rgba(254, 253, 253, 0.12);
  display: flex;
  max-width: 480px;
}

.notfound__select {
  appearance: none;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(254, 253, 253, 0.1);
  color: rgba(254, 253, 253, 0.75);
  cursor: pointer;
  flex: 1;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  outline: none;
  padding: 0.75rem 1rem;
  transition: color 0.2s;
}

.notfound__select:focus {
  color: #fefdfd;
}

.notfound__select option {
  background: #181b3a;
  color: #fefdfd;
}

.notfound__search-btn {
  align-items: center;
  background: #b19306;
  border: 0;
  color: #2a305f;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 1.1rem;
  transition: background 0.2s;
}

.notfound__search-btn:hover,
.notfound__search-btn:focus {
  background: #796502;
  color: #fefdfd;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 540px) {
  .notfound__search-row {
    flex-direction: column;
    max-width: 100%;
  }
  .notfound__select {
    border-right: 0;
    border-bottom: 1px solid rgba(254, 253, 253, 0.1);
  }
  .notfound__search-btn {
    min-height: 48px;
  }
}
::selection {
  background: #b19306;
  color: #2a305f;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f4f1e4;
}

::-webkit-scrollbar-thumb {
  background: rgba(42, 48, 95, 0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(42, 48, 95, 0.4);
}

/*# sourceMappingURL=style.css.map */
