@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-100.2af5c8c7.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-200.52bfdb03.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-300.ff28a7dc.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-400.6205c5d6.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-500.58cdcc09.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-600.81cdf3b1.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-700.fda812c8.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-800.e23fe09b.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN Poppins";
  src: url("/vendor/greenfuture/_next/static/media/SVN-Poppins-900.84986ca7.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/vendor/greenfuture/fonts/tektur/Tektur-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/vendor/greenfuture/fonts/tektur/Tektur-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/vendor/greenfuture/fonts/tektur/Tektur-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/vendor/greenfuture/fonts/tektur/Tektur-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/vendor/greenfuture/fonts/tektur/Tektur-800.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tektur";
  src: url("/vendor/greenfuture/fonts/tektur/Tektur-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: "SVN Poppins", Arial, sans-serif;
  --font-display: "Tektur", var(--font-primary);
  --ink: #07120b;
  --muted: #5f6c64;
  --line: #dce6de;
  --paper: #f5f8f3;
  --white: #ffffff;
  --green: #07f668;
  --green-deep: #07883f;
  --dark: #080b09;
  --radius: 18px;
  --shadow: 0 24px 80px rgba(7, 18, 11, 0.14);
  --sds-size-depth-0: 0px;
  --sds-size-depth-400: 4px;
  --sds-size-depth-800: 8px;
  --sds-size-depth-negative-200: -2px;
  --sds-color-black-400: rgba(0, 0, 0, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  font-family: var(--font-primary);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

body:has(.rental-search),
body:has(.rental-detail-hero) {
  background: #f9fafb;
}

.wedding-page {
  --wedding-pink: #ed69b0;
  --wedding-pink-soft: #fff2f8;
  --wedding-green: #07f668;
  --wedding-ink: #090806;
  --wedding-copy: #3a3938;
  --wedding-line: #e6e6e6;
  background: #fff;
  color: var(--wedding-ink);
  font-family: "SVN Poppins", Arial, sans-serif;
  overflow: hidden;
}

.wedding-container {
  width: min(100% - 32px, 1440px);
  margin-inline: auto;
}

.wedding-hero {
  position: relative;
  min-height: calc(100svh - 103px);
  display: grid;
  place-items: start center;
  padding: clamp(56px, 7vw, 96px) 16px 80px;
  background-image: url('/vendor/greenfuture/images/rents/wedding1_mb.webp');
  background-position: 51% 48%;
  background-size: cover;
  isolation: isolate;
}

.wedding-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 4, 4, 0.48), rgba(6, 4, 4, 0.06) 48%, rgba(6, 4, 4, 0.22));
}

.wedding-hero__content {
  max-width: 1030px;
  color: #fff;
  text-align: center;
}

.wedding-hero__eyebrow {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.3;
}

.wedding-hero h1 {
  max-width: none;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.15;
}

.wedding-hero h1 span {
  display: block;
}

.wedding-hero__copy {
  max-width: 940px;
  margin: 0 auto 24px;
  font-size: 14px;
  line-height: 1.65;
}

.wedding-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--wedding-ink);
  border-radius: 999px;
  padding: 11px 32px;
  background: #fff;
  color: var(--wedding-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.wedding-button:hover,
.wedding-button:focus-visible {
  border-color: var(--wedding-green);
  background: var(--wedding-green);
}

.wedding-button:active {
  transform: scale(.98);
}

.wedding-button--primary {
  border-color: var(--wedding-green);
  background: var(--wedding-green);
}

.wedding-button--primary:hover,
.wedding-button--primary:focus-visible {
  background: #83fbb3;
}

.wedding-stats {
  padding: 30px 0;
  border-bottom: 1px solid var(--wedding-line);
  background: #fff;
}

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

.wedding-stats__grid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wedding-stats strong {
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.1;
}

.wedding-stats span {
  margin-top: 6px;
  color: var(--wedding-copy);
  font-size: 14px;
}

.wedding-section {
  padding: 64px 0;
}

.wedding-section--soft {
  background: #f8f8f8;
}

.wedding-section__heading {
  margin-bottom: 32px;
  text-align: center;
}

.wedding-section__heading h2,
.wedding-consultation h2 {
  margin: 0;
  color: var(--wedding-ink);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.22;
}

.wedding-section__heading p {
  margin: 10px 0 0;
  color: var(--wedding-copy);
}

.wedding-packages {
  display: grid;
  grid-auto-columns: minmax(292px, 84vw);
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding: 5px 2px 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wedding-packages::-webkit-scrollbar,
.wedding-feedback__track::-webkit-scrollbar {
  display: none;
}

.wedding-package {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 22px;
  border: 1px solid var(--wedding-line);
  border-radius: 28px;
  background: #fff;
  scroll-snap-align: center;
  transition: border-color 200ms ease, transform 200ms ease;
}

.wedding-package:hover {
  border-color: var(--wedding-pink);
  transform: translateY(-4px);
}

.wedding-package--featured {
  border-color: var(--wedding-pink);
}

.wedding-package__label {
  position: absolute;
  top: -13px;
  left: 50%;
  border-radius: 999px;
  padding: 6px 14px;
  background: var(--wedding-pink);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transform: translateX(-50%);
  white-space: nowrap;
}

.wedding-package h3 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.wedding-package__price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  margin: 0 0 26px;
  white-space: nowrap;
}

.wedding-package__price strong {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 500;
  line-height: 1;
}

.wedding-package__price small,
.wedding-package__price span {
  color: var(--wedding-copy);
  font-size: 12px;
}

.wedding-package .wedding-button {
  width: 100%;
  margin-bottom: 26px;
}

.wedding-package h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 500;
}

.wedding-package ul,
.wedding-story ul,
.wedding-car ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wedding-package li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid rgba(9, 8, 6, .1);
  color: var(--wedding-copy);
  font-size: 14px;
  line-height: 1.45;
}

.wedding-package li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 5px solid var(--wedding-pink);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
}

.wedding-story {
  background: #fff;
}

.wedding-story__grid {
  display: grid;
  gap: 42px;
}

.wedding-section__heading--left {
  text-align: center;
}

.wedding-story__mobile-image,
.wedding-story__image {
  overflow: hidden;
  border-radius: 24px;
}

.wedding-story__mobile-image {
  display: block;
  margin-bottom: 22px;
  aspect-ratio: 1;
}

.wedding-story__mobile-image img,
.wedding-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  transition: transform 500ms ease;
}

.wedding-story__image {
  display: none;
}

.wedding-story__image:hover img,
.wedding-story__mobile-image:hover img {
  transform: scale(1.025);
}

.wedding-story__lead {
  margin: 0 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--wedding-line);
  color: var(--wedding-copy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.wedding-story li,
.wedding-car li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  color: var(--wedding-copy);
  font-size: 15px;
  line-height: 1.75;
}

.wedding-story li::before,
.wedding-car li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wedding-pink);
}

.wedding-story .wedding-button {
  margin-top: 14px;
}

.wedding-car {
  display: grid;
  gap: 28px;
  margin-bottom: 22px;
  padding: 18px;
  border-radius: 28px;
  background: #fff;
}

.wedding-car picture {
  overflow: hidden;
  border-radius: 22px;
  aspect-ratio: 16 / 10;
}

.wedding-car picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}

.wedding-car__name {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 600;
}

.wedding-car__name span {
  font-weight: 500;
}

.wedding-consultation {
  padding: 54px 0;
  background-image: linear-gradient(rgba(24, 14, 19, .72), rgba(24, 14, 19, .72)), url('/vendor/greenfuture/images/rents/wedding4_mb.webp');
  background-position: center;
  background-size: cover;
}

.wedding-consultation__grid {
  display: grid;
}

.wedding-consultation__image {
  display: none;
}

.wedding-consultation__body h2,
.wedding-consultation__body > p {
  color: #fff;
  text-align: center;
}

.wedding-consultation__body > p {
  margin: 14px auto 26px;
  line-height: 1.6;
}

.wedding-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  background: #fff;
}

.wedding-form label {
  display: grid;
  gap: 7px;
}

.wedding-form label span {
  color: var(--wedding-copy);
  font-size: 13px;
  font-weight: 600;
}

.wedding-form input,
.wedding-form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 13px;
  padding: 13px 15px;
  outline: 0;
  background: #fff;
  color: var(--wedding-ink);
}

.wedding-form input:focus,
.wedding-form textarea:focus {
  border-color: var(--wedding-pink);
  box-shadow: 0 0 0 3px rgba(237, 105, 176, .14);
}

.wedding-form textarea {
  resize: vertical;
}

.wedding-alert {
  margin-bottom: 18px;
  border-radius: 14px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.5;
}

.wedding-alert--success {
  background: #e6fff0;
  color: #096334;
}

.wedding-alert--error {
  background: #fff0f0;
  color: #a02525;
}

.wedding-consultation__action {
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, .12);
  text-align: center;
  backdrop-filter: blur(10px);
}

.wedding-consultation__action p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.65;
}

body.wedding-dialog-open { overflow: hidden; }

.wedding-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.wedding-dialog.is-open { visibility: visible; opacity: 1; }

.wedding-dialog__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  padding: 0;
  background: rgba(9, 8, 6, .68);
  cursor: default;
  backdrop-filter: blur(4px);
}

.wedding-dialog__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 94dvh;
  overflow-y: auto;
  border: 1px solid var(--wedding-line);
  border-radius: 28px 28px 0 0;
  background: #fff;
  color: var(--wedding-ink);
  transform: translateY(24px);
  transition: transform 260ms ease;
}

.wedding-dialog.is-open .wedding-dialog__panel { transform: translateY(0); }

.wedding-dialog__close {
  position: sticky;
  top: 14px;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  float: right;
  margin: 14px 14px -56px 0;
  border: 1px solid var(--wedding-line);
  border-radius: 50%;
  background: #fff;
  color: var(--wedding-ink);
  cursor: pointer;
}

.wedding-dialog__close:hover,
.wedding-dialog__close:focus-visible { border-color: var(--wedding-ink); }

.wedding-configurator { padding: 28px 18px 24px; }
.wedding-configurator__header { padding-right: 48px; }

.wedding-configurator__header > p {
  margin: 0 0 6px;
  color: var(--wedding-copy);
  font-size: 13px;
}

.wedding-configurator__header h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.2;
}

.wedding-configurator__progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
}

.wedding-configurator__progress span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 600;
}

.wedding-configurator__progress span b {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background: #fff;
  color: #777;
  font-size: 11px;
}

.wedding-configurator__progress span.is-active { color: var(--wedding-ink); }
.wedding-configurator__progress span.is-active b {
  border-color: var(--wedding-green);
  background: var(--wedding-green);
  color: var(--wedding-ink);
}

.wedding-configurator__progress i { width: 36px; height: 1px; background: #d7d7d7; }
.wedding-configurator__layout { display: grid; gap: 20px; }

.wedding-configurator__summary {
  display: grid;
  gap: 7px;
  border: 1px solid var(--wedding-line);
  border-radius: 18px;
  padding: 17px;
  background: #f7f7f8;
}

.wedding-configurator__summary > span { color: #777; font-size: 12px; }
.wedding-configurator__summary strong { font-size: 19px; font-weight: 600; }
.wedding-configurator__summary p,
.wedding-configurator__summary small {
  margin: 0;
  color: var(--wedding-copy);
  font-size: 13px;
  line-height: 1.55;
}
.wedding-configurator__summary p b { color: var(--wedding-ink); }
.wedding-configurator__summary small {
  padding-top: 10px;
  border-top: 1px solid var(--wedding-line);
  font-size: 11px;
}

.wedding-configurator__step[hidden] { display: none; }
.wedding-fieldset { margin: 0 0 20px; border: 0; padding: 0; }
.wedding-fieldset legend,
.wedding-field > span:first-child {
  margin-bottom: 9px;
  color: var(--wedding-copy);
  font-size: 13px;
  font-weight: 600;
}

.wedding-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.wedding-choice-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wedding-choice-grid label { position: relative; min-width: 0; cursor: pointer; }
.wedding-choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wedding-choice-grid label > span {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  padding: 11px;
  background: #fff;
  transition: border-color 180ms ease, background-color 180ms ease;
}
.wedding-choice-grid label > span b { font-size: 13px; font-weight: 600; }
.wedding-choice-grid label > span small { color: #777; font-size: 10px; line-height: 1.35; }
.wedding-choice-grid input:checked + span { border-color: var(--wedding-green); background: #effff5; }
.wedding-choice-grid input:focus-visible + span { outline: 2px solid var(--wedding-ink); outline-offset: 2px; }

.wedding-form-grid { display: grid; gap: 15px; margin-bottom: 20px; }
.wedding-account-prefill {
  margin: 0 0 18px;
  border-left: 3px solid var(--wedding-green);
  padding: 10px 12px;
  background: #f7f7f8;
  color: var(--wedding-copy);
  font-size: 12px;
  line-height: 1.5;
}
.wedding-field { display: flex; flex-direction: column; }
.wedding-field input,
.wedding-field select,
.wedding-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  padding: 12px 14px;
  outline: none;
  background: #fff;
  color: var(--wedding-ink);
}
.wedding-field textarea { min-height: 110px; resize: vertical; }
.wedding-field input:focus,
.wedding-field select:focus,
.wedding-field textarea:focus {
  border-color: var(--wedding-green);
  box-shadow: 0 0 0 3px rgba(7, 246, 104, .13);
}
.wedding-field span small { color: #777; font-weight: 400; }
.wedding-field-error { display: block; margin-top: 5px; color: #bd2626; font-size: 11px; line-height: 1.4; }
.wedding-field-error:empty { display: none; }
.wedding-configurator__next { width: 100%; margin-top: 4px; }
.wedding-configurator__actions {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 10px;
}
.wedding-configurator__actions .wedding-button { width: 100%; padding-inline: 14px; }
.wedding-configurator__actions button:disabled {
  border-color: #d1d1d1;
  background: #d1d1d1;
  color: #707070;
  cursor: wait;
}

.wedding-dialog__success {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 74px 24px 54px;
  text-align: center;
}
.wedding-dialog__success-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--wedding-green);
}
.wedding-dialog__success > p { margin: 0 0 6px; color: var(--wedding-copy); font-size: 13px; }
.wedding-dialog__success h2 { margin: 0 0 14px; font-size: 30px; font-weight: 500; }
.wedding-dialog__success > div { margin-bottom: 26px; color: var(--wedding-copy); line-height: 1.65; }

.wedding-feedback__track {
  display: grid;
  grid-auto-columns: 88%;
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.wedding-feedback__card {
  overflow: hidden;
  border: 1px solid var(--wedding-line);
  border-radius: 28px;
  background: #f8f8f8;
  scroll-snap-align: center;
}

.wedding-feedback__card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 62%;
}

.wedding-feedback blockquote {
  margin: 0;
  padding: 28px 24px 18px;
  color: var(--wedding-copy);
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

.wedding-feedback__card p {
  margin: 0;
  padding: 0 24px 28px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 640px) {
  .wedding-hero {
    background-image: url('/vendor/greenfuture/images/rents/wedding1.webp');
    background-position: center 28%;
  }

  .wedding-hero h1 span {
    display: inline;
  }

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

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

  .wedding-form__wide {
    grid-column: 1 / -1;
  }

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

  .wedding-field--wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .wedding-hero {
    min-height: auto;
    aspect-ratio: 16 / 8.25;
    padding-top: 4.25vw;
  }

  .wedding-hero__scrim {
    background: linear-gradient(180deg, rgba(6, 4, 4, .58), rgba(6, 4, 4, .14) 43%, rgba(6, 4, 4, .16));
  }

  .wedding-hero__eyebrow,
  .wedding-hero__copy {
    font-size: 16px;
  }

  .wedding-section {
    padding: 80px 0;
  }

  .wedding-packages {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: initial;
    overflow: visible;
  }

  .wedding-package {
    padding: 34px 28px;
  }

  .wedding-story__grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
    align-items: center;
    gap: 64px;
  }

  .wedding-section__heading--left {
    margin-bottom: 38px;
    text-align: left;
  }

  .wedding-story__mobile-image {
    display: none;
  }

  .wedding-story__image {
    display: block;
    height: 442px;
  }

  .wedding-story__lead {
    padding: 0 0 0 16px;
    border-bottom: 0;
    border-left: 4px solid var(--wedding-pink);
  }

  .wedding-car {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
    padding: 36px;
  }

  .wedding-car--reverse picture {
    order: 2;
  }

  .wedding-car picture {
    height: 420px;
    aspect-ratio: auto;
  }

  .wedding-consultation {
    padding: 72px 0;
    background: #fff;
  }

  .wedding-consultation__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
  }

  .wedding-consultation__image {
    min-height: 500px;
    display: block;
    border-radius: 28px;
    background-image: url('/vendor/greenfuture/images/rents/wedding4.webp');
    background-position: center 63%;
    background-size: cover;
  }

  .wedding-consultation__body h2,
  .wedding-consultation__body > p {
    color: var(--wedding-ink);
    text-align: left;
  }

  .wedding-consultation__body > p {
    color: var(--wedding-copy);
  }

  .wedding-consultation__action {
    border-color: var(--wedding-line);
    background: #f7f7f8;
    text-align: left;
    backdrop-filter: none;
  }

  .wedding-consultation__action p {
    color: var(--wedding-copy);
  }

  .wedding-form {
    padding: 0;
    border-radius: 0;
  }

  .wedding-dialog {
    align-items: center;
    padding: 28px;
  }

  .wedding-dialog__panel {
    width: min(100%, 1040px);
    max-height: min(90dvh, 820px);
    border-radius: 28px;
    transform: translateY(12px) scale(.985);
  }

  .wedding-dialog.is-open .wedding-dialog__panel {
    transform: translateY(0) scale(1);
  }

  .wedding-configurator {
    padding: 36px 40px 40px;
  }

  .wedding-configurator__layout {
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    gap: 32px;
  }

  .wedding-configurator__summary {
    position: sticky;
    top: 0;
    padding: 22px;
  }

  .wedding-feedback__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: initial;
    overflow: visible;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wedding-page *,
  .wedding-page *::before,
  .wedding-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

button,
input,
select {
  font: inherit;
}

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

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

.shell {
  width: min(100% - 32px, 1240px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #090806;
}

.header-bar {
  position: relative;
  z-index: 20;
  background: #090806;
}

.header-inner {
  width: min(100% - 32px, 1614px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  padding-block: 16px;
}

.header-left,
.header-actions,
.service-trigger,
.login-button,
.user-menu {
  display: flex;
  align-items: center;
}

.header-left {
  min-width: 0;
  gap: 48px;
  color: var(--white);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: #ffffff;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-brand-logo {
  width: 148px;
  height: 148px;
  object-fit: cover;
  background: #ffffff;
  border-radius: 10px;
}

.desktop-link,
.service-trigger {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  transition: color 180ms ease;
}

.desktop-link:hover,
.service-trigger:hover,
.desktop-link:focus-visible,
.service-trigger:focus-visible {
  color: var(--green);
}

.service-trigger {
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.service-trigger svg {
  transition: transform 220ms ease;
}

.service-trigger.is-open svg {
  transform: rotate(180deg);
}

.header-actions {
  gap: 16px;
  flex: 0 0 auto;
}

.login-button {
  min-width: 152px;
  min-height: 48px;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: #090806;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.login-button:hover,
.login-button:focus-visible {
  background: var(--green);
}

.user-menu {
  gap: 10px;
  color: var(--white);
}

.user-menu__name {
  max-width: 180px;
  overflow: hidden;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.logout-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.logout-button:hover,
.logout-button:focus-visible {
  border-color: var(--green);
  background: var(--green);
  color: #07120b;
}

.mobile-login-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  text-align: left;
}

.login-dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.login-dialog.is-open {
  opacity: 1;
  pointer-events: auto;
}

.login-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 10, 7, 0.68);
  backdrop-filter: blur(8px);
}

.login-dialog__panel {
  position: relative;
  width: min(100% - 32px, 460px);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  color: #07120b;
  padding: 30px;
  transform: translateY(12px) scale(0.98);
  transition: transform 180ms ease;
}

.login-dialog.is-open .login-dialog__panel {
  transform: translateY(0) scale(1);
}

.login-dialog__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #dce6de;
  border-radius: 50%;
  background: #ffffff;
  color: #07120b;
  cursor: pointer;
}

.login-dialog__header {
  padding-right: 36px;
}

.login-dialog__eyebrow {
  margin: 0 0 8px;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.login-dialog__header h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.12;
}

.login-dialog__header p {
  margin: 0;
  color: #5f6c64;
  font-size: 14px;
  line-height: 1.5;
}

.login-dialog__tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 22px;
  padding: 4px;
  border: 1px solid #dce6de;
  border-radius: 8px;
  background: #f4f7f3;
}

.login-dialog__tab {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #526158;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.login-dialog__tab.is-active {
  background: #ffffff;
  color: #07120b;
  box-shadow: 0 4px 14px rgba(7, 18, 11, 0.08);
}

.login-dialog__form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.login-dialog__form.is-hidden {
  display: none;
}

.login-dialog__field {
  display: grid;
  gap: 8px;
}

.login-dialog__field span {
  color: #34453b;
  font-size: 13px;
  font-weight: 800;
}

.login-dialog__field input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #d6e0d8;
  border-radius: 8px;
  background: #f8faf7;
  color: #07120b;
  font-size: 15px;
  padding: 0 14px;
  outline: none;
}

.login-dialog__field input:focus {
  border-color: var(--green-deep);
  box-shadow: 0 0 0 3px rgba(7, 136, 63, 0.14);
}

.login-dialog__submit {
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #061009;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.login-dialog__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 18px;
  color: #5f6c64;
  font-size: 14px;
}

.login-dialog__footer a {
  color: #057a38;
  font-weight: 800;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.service-menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 40;
  background: var(--white);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-16px);
  transition: opacity 220ms ease, transform 220ms ease;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
}

.service-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-menu__inner {
  width: min(100% - 40px, 1112px);
  min-height: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  margin-inline: auto;
}

.service-menu__inner a {
  color: #090806;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.service-menu__inner a:hover,
.service-menu__inner a:focus-visible {
  color: var(--green-deep);
}

.mobile-menu {
  display: none;
}

.btn:active,
.login-button:active {
  transform: translateY(1px);
}

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1679/937;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: #090806;
  color: var(--white);
}

.hero__media,
.hero__media picture,
.hero__media img {
  position: absolute;
  inset: 0;
}

.hero__media picture {
  display: block;
}

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

.hero__scrim {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 75vh;
  height: 75vh;
  display: flex;
  justify-content: center;
  margin-top: 36px;
  padding-inline: 16px;
}

.hero__stack {
  width: 100%;
  height: 75vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.hero__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__intro h1 {
  max-width: 340px;
  margin: 0;
  color: var(--green);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.hero__intro p {
  max-width: 340px;
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  padding-inline: 0;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 22px;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn--primary {
  background: var(--green);
  color: #061009;
  box-shadow: 0 18px 44px rgba(7, 246, 104, 0.32);
}

.btn--primary:hover {
  background: #3dff86;
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn--banner {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(29, 27, 32, 0.16);
  background: var(--white);
  color: #090806;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
}

.btn--banner:hover,
.btn--banner:focus-visible {
  background: var(--green);
  color: #090806;
}

@media (min-width: 640px) {


  .hero__content,
  .hero__stack {
    min-height: 75vh;
    height: 75vh;
  }

  .hero__content {
    margin-top: 64px;
  }

  .hero__stack {
    justify-content: flex-start;
  }

  .hero__intro h1 {
    max-width: 564px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .hero__intro p {
    max-width: 564px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .hero__actions {
    width: auto;
    flex-direction: row;
    gap: 24px;
    padding-inline: 0;
  }

  .btn--banner {
    width: auto;
    min-width: 190px;
  }
}

@media (min-width: 1280px) {
  .hero__intro h1 {
    max-width: 800px;
    margin-bottom: 24px;
    font-size: 64px;
    line-height: 72px;
  }

  .hero__intro p {
    max-width: 1200px;
    font-size: 28px;
    line-height: 32px;
  }

  .btn--banner {
    max-width: 200px;
    min-height: 56px;
    font-size: 18px;
  }
}

.btn--dark {
  width: 100%;
  background: var(--dark);
  color: var(--white);
}

.booking-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.field,
.field-grid {
  display: grid;
  gap: 10px;
}

.field-grid {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-block: 16px 20px;
}

label {
  color: #2f3b33;
  font-size: 13px;
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
}

.section {
  padding-block: 96px;
}

.section--light {
  background: var(--white);
}

.section--dark {
  background: var(--dark);
  color: var(--white);
}

.section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(280px, 420px);
  align-items: end;
  gap: 36px;
}

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

.service-card {
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(7, 246, 104, 0.14), rgba(255, 255, 255, 0) 46%),
    var(--paper);
  padding: 28px;
}

.service-card img {
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
}

.service-card p,
.car-card p,
.steps p,
.contact p,
.event-copy p {
  color: var(--muted);
  line-height: 1.65;
}

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

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.car-card {
  min-width: 220px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(7, 18, 11, 0.08);
}

.car-card__image {
  height: 178px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #e9f2ec, #f8fbf8);
}

.car-card__image img {
  width: 90%;
  max-height: 156px;
  object-fit: contain;
}

.car-card__body {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 20px;
}

.car-card__tier {
  margin-bottom: 6px;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.specs span {
  border-radius: 999px;
  background: #edf5ef;
  padding: 7px 10px;
  color: #25342b;
  font-size: 12px;
  font-weight: 700;
}

.car-card strong {
  color: var(--green-deep);
}

.event-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 48px;
  align-items: center;
}

.event-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

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

.event-card {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #152119;
}

.event-card:first-child {
  grid-row: span 2;
}

.event-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.event-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
}

.event-card span {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  font-weight: 700;
}

.process {
  background: var(--white);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.steps li {
  min-height: 220px;
  background: var(--paper);
  padding: 28px;
}

.steps span {
  display: block;
  margin-bottom: 34px;
  color: var(--green-deep);
  font-weight: 700;
}

.steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.contact {
  background:
    radial-gradient(circle at 84% 18%, rgba(7, 246, 104, 0.18), transparent 32%),
    var(--paper);
}

.contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 36px;
  align-items: center;
}

.contact-card {
  display: grid;
  gap: 12px;
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow);
}

.contact-card a {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 700;
}

.footer {
  background: #050706;
  color: rgba(255, 255, 255, 0.72);
  padding-block: 34px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__brand img {
  width: 54px;
}

.footer__brand p {
  margin: 0;
}

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

.footer__links a {
  color: var(--white);
}

@media (max-width: 1024px) {
  .header-left {
    gap: 28px;
  }

  .desktop-link,
  .service-trigger {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .service-menu {
    display: none;
  }

  .mobile-menu {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    background: #090806;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 8px 16px 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--white);
    font-size: 15px;
    font-weight: 600;
  }

  .mobile-menu a:hover,
  .mobile-menu a:focus-visible {
    color: var(--green);
  }

  .event-layout,
  .contact__inner,
  .section-head--split {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    max-width: 560px;
  }

  .service-grid,
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 24px, 1240px);
  }

  .header-inner {
    width: min(100% - 24px, 1614px);
    min-height: 76px;
    padding-block: 14px;
  }

  .mobile-menu {
    top: 76px;
  }

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

  .brand {
    width: 58px;
    height: 58px;
  }

  .login-button {
    min-width: 140px;
    min-height: 48px;
  }

  .login-button span {
    display: inline;
  }

  .booking-panel {
    padding: 18px;
  }

  .field-grid,
  .event-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-block: 68px;
  }

  .fleet-grid {
    grid-template-columns: repeat(5, 82vw);
  }

  .event-card:first-child {
    grid-row: auto;
  }

  .footer__inner,
  .footer__brand {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .header-inner {
    gap: 12px;
  }

  .header-actions {
    gap: 10px;
  }

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

  .brand {
    width: 52px;
    height: 52px;
  }

  .login-button {
    min-width: 48px;
    width: 48px;
    padding: 0;
  }

  .login-button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

/* Embla Carousel Scale Styles */
.embla__scale {
  max-width: 1614px;
  margin: auto;
  --slide-height: 100%;
  --slide-spacing: 0px;
  --slide-size: 33%;
}
.embla__viewport__scale {
  overflow: hidden;
}
.embla__container__scale {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}
.embla__slide__scale {
  transform: translateZ(0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
  padding-top: 64px;
  padding-bottom: 64px;
}
.embla__slide__number__scale {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.embla__controls__scale {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
}
.embla__dots__scale {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
  gap: 8px;
}
.embla__dot__scale {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #5274ff;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  justify-content: center;
  opacity: 0.4;
}
.embla__dot__scale,
.embla__dot__scale:after {
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.embla__dot__scale:after {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 1.4rem;
  height: 1.4rem;
  content: "";
}
.embla__dot__scale--selected:after {
  box-shadow: inset 0 0 0 0.2rem var(--text-body);
}
.embla__slide__number__scale {
  backface-visibility: hidden;
}
.embla__dot__scale--selected {
  opacity: 1;
  background-color: #5274ff;
}
.embla__scale__event__mobile {
  max-width: 100vw;
  margin: auto;
  --slide-height: 100%;
  --slide-spacing: 0px;
  --slide-size: 65%;
}
@media only screen and (max-width: 768px) {
  .embla__scale {
    max-width: 100vw;
    margin: auto;
    --slide-height: 100%;
    --slide-spacing: 0px;
    --slide-size: 80%;
  }
  .embla__slide__scale {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 769px) {
  .embla__scale {
    max-width: 100vw;
    margin: auto;
    --slide-height: 100%;
    --slide-spacing: 0px;
    --slide-size: 50%;
  }
}

/* Custom Font Family class */
.font-svn-poppins {
  font-family: "SVN Poppins", var(--font-primary);
}

/* Scroll Animation Classes */
.fade-in-on-scroll {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.fade-in-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rental-hero,
.rental-detail-hero {
  background: #090806;
  color: var(--white);
  overflow: hidden;
}

.rental-hero__inner,
.rental-detail-hero__inner {
  min-height: min(760px, calc(100dvh - 80px));
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  padding-block: clamp(48px, 8vw, 96px);
}

.rental-hero__copy,
.rental-detail-hero__copy {
  max-width: 620px;
}

.rental-hero h1,
.rental-detail-hero h1 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 500;
  line-height: 1.02;
}

.rental-hero p:not(.eyebrow),
.rental-detail-hero p:not(.eyebrow) {
  max-width: 58ch;
  color: #e5eee6;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.rental-hero__actions,
.rental-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.rental-hero__ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

.rental-hero__media,
.rental-detail-hero__media {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
}

.rental-hero__media::before,
.rental-detail-hero__media::before {
  position: absolute;
  inset: 12% 2% 8%;
  content: "";
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(7, 246, 104, 0.22), rgba(255, 255, 255, 0.08));
  transform: skewY(-5deg);
}

.rental-hero__media img,
.rental-detail-hero__media img {
  position: relative;
  width: min(100%, 760px);
  filter: drop-shadow(0 32px 48px rgba(0, 0, 0, 0.36));
}

.rental-section {
  padding-block: clamp(56px, 8vw, 96px);
}

.rental-search {
  position: relative;
  z-index: 30;
  padding-top: 48px;
  padding-bottom: 0;
}

.rental-search__panel {
  border: 1px solid #dbe5dd;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 22px 50px rgba(7, 18, 11, 0.12);
  padding: 18px;
}

.rental-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.rental-tabs button {
  position: relative;
  min-height: 44px;
  border: 0;
  border-radius: 10px 10px 4px 4px;
  background: #eef2ef;
  color: #374151;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 18px;
}

.rental-tabs button.is-active {
  background: var(--green-deep);
  color: var(--white);
}

.rental-tabs span {
  position: absolute;
  left: 50%;
  bottom: -14px;
  color: #e73b3b;
  font-size: 11px;
  font-weight: 800;
  transform: translateX(-50%);
  white-space: nowrap;
}

.rental-search__form {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) repeat(2, minmax(210px, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.rental-search__form label {
  display: grid;
  gap: 7px;
}

.rental-search__form label > span {
  color: #374151;
  font-size: 12px;
  font-weight: 800;
}

.rental-search__form select,
.rental-search__form input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: var(--white);
  color: #111827;
  font-size: 15px;
  padding: 10px 12px;
}

.rental-search__form select:focus,
.rental-search__form input:focus {
  border-color: var(--green-deep);
  outline: 2px solid rgba(7, 246, 104, 0.22);
}

#rental-months-wrapper input,
#rental-years-wrapper input {
  height: 44px;
  min-height: 44px;
}

.space-y-2:has(> #rental-city-trigger),
.space-y-2:has(> .js-rental-date-picker),
.space-y-2:has(> .js-rental-time-picker) {
  position: relative;
}

.rental-picker-menu {
  position: absolute;
  top: calc(100% - 9px);
  left: 0;
  z-index: 30;
  min-width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 18, 11, 0.14);
  color: #111827;
  overflow: hidden;
}

.rental-picker-menu--compact {
  width: 180px;
}

.rental-picker-menu--time {
  width: 140px;
  max-height: 240px;
  overflow-y: auto;
}

.rental-picker-menu--date {
  width: 286px;
  padding: 12px;
}

.rental-picker-menu__item {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  border: 0;
  background: #ffffff;
  color: #111827;
  font-size: 14px;
  padding: 0 12px;
  text-align: left;
}

.rental-picker-menu__item:hover,
.rental-picker-menu__item[aria-selected="true"] {
  background: #ecfdf5;
  color: #047857;
}

.rental-calendar__header {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rental-calendar__title {
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.rental-calendar__nav,
.rental-calendar__day {
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  color: #111827;
}

.rental-calendar__nav {
  height: 34px;
  font-size: 16px;
}

.rental-calendar__nav:hover,
.rental-calendar__day:hover {
  background: #f3f4f6;
}

.rental-calendar__weekdays,
.rental-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.rental-calendar__weekdays {
  margin-bottom: 6px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.rental-calendar__day {
  width: 34px;
  height: 34px;
  font-size: 13px;
}

.rental-calendar__day[aria-selected="true"] {
  background: #00d287;
  color: #ffffff;
  font-weight: 700;
}

.rental-section--paper {
  background: var(--white);
}

.rental-section__head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.rental-section__head--left {
  margin-inline: 0;
  text-align: left;
}

.rental-section__head h2 {
  color: #0b1710;
}

.rental-section__head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

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

.rental-card {
  min-width: 0;
  border: 1px solid #dbe5dd;
  border-radius: 18px;
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(7, 18, 11, 0.08);
  transition: transform 180ms ease, border-color 180ms ease;
}

.rental-card:hover {
  border-color: #9aeebc;
  transform: translateY(-4px);
}

.rental-card a {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.rental-card__badge,
.rental-detail-hero__badge {
  width: fit-content;
  border-radius: 999px;
  background: #00423e;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
}

.rental-card__badge {
  margin: 18px 18px 0;
}

.rental-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: 6px 10px 0;
}

.rental-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 20px 22px;
}

.rental-card__class {
  margin-bottom: 6px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.rental-card h3 {
  font-size: 26px;
}

.rental-card__body > p:not(.rental-card__class) {
  color: var(--muted);
  line-height: 1.6;
}

.rental-card__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: auto 0 18px;
}

.rental-card__facts div,
.rental-spec,
.rental-detail-strip__grid div {
  border: 1px solid #dbe5dd;
  border-radius: 14px;
  background: #f8fbf7;
  padding: 14px;
}

.rental-card__facts dt,
.rental-spec span,
.rental-detail-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.rental-card__facts dd {
  margin: 4px 0 0;
  font-weight: 700;
}

.rental-card__link {
  color: #061009;
  font-weight: 800;
}

.rental-table-wrap {
  overflow-x: auto;
  border: 1px solid #dbe5dd;
  border-radius: 18px;
  background: var(--white);
}

.rental-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.rental-table th,
.rental-table td {
  border-bottom: 1px solid #e8eee9;
  padding: 18px;
  text-align: left;
}

.rental-table th {
  background: #0d1711;
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.rental-table td:first-child,
.rental-table td:first-child a {
  font-weight: 800;
}

.rental-table tr:last-child td {
  border-bottom: 0;
}

.rental-notes {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  color: var(--muted);
}

.rental-process {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: start;
}

.rental-process__steps {
  display: grid;
  gap: 14px;
}

.rental-process__steps div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid #dbe5dd;
  padding-top: 18px;
}

.rental-process__steps span {
  color: var(--green-deep);
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
}

.rental-process__steps p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.rental-content-section {
  background: var(--white);
  padding-block: clamp(56px, 8vw, 104px);
}

.rental-article {
  max-width: 960px;
}

.rental-article h2 {
  max-width: 920px;
  margin-top: 36px;
  font-size: clamp(30px, 3.6vw, 48px);
}

.rental-article h2:first-of-type {
  margin-top: 0;
}

.rental-article h3 {
  margin-top: 28px;
  color: #0b1710;
  font-size: 22px;
}

.rental-article p,
.rental-article li {
  color: #445149;
  font-size: 16px;
  line-height: 1.8;
}

.rental-article a {
  color: var(--green-deep);
  font-weight: 800;
}

.rental-article ul,
.rental-number-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.rental-editorial-grid,
.rental-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.rental-editorial-grid section,
.rental-policy-grid section,
.rental-faq details,
.rental-contact-box {
  border: 1px solid #dbe5dd;
  border-radius: 18px;
  background: #f8fbf7;
  padding: 22px;
}

.rental-faq {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.rental-faq summary {
  cursor: pointer;
  color: #0b1710;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.rental-faq summary::marker {
  color: var(--green-deep);
}

.rental-faq p {
  margin: 14px 0 0;
}

.rental-contact-box {
  margin-top: 28px;
  background: #090806;
  color: var(--white);
}

.rental-contact-box h3,
.rental-contact-box p,
.rental-contact-box li {
  color: var(--white);
}

.rental-contact-box a {
  color: var(--green);
}

.rental-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
  color: #c9d5cd;
  font-size: 14px;
}

.rental-breadcrumb a:hover {
  color: var(--green);
}

.rental-detail-hero__badge {
  position: absolute;
  top: 8%;
  left: 8%;
  z-index: 1;
}

.rental-detail-strip {
  background: var(--white);
  border-bottom: 1px solid #dbe5dd;
  padding-block: 18px;
}

.rental-detail-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rental-detail-strip strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(18px, 2vw, 24px);
}

.rental-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  align-items: start;
}

.rental-detail-main,
.rental-detail-aside {
  min-width: 0;
}

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

.rental-spec strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
}

.rental-widget,
.rental-side-card {
  margin-top: 24px;
  border: 1px solid #dbe5dd;
  border-radius: 18px;
  background: var(--white);
  padding: 24px;
  box-shadow: 0 12px 32px rgba(7, 18, 11, 0.06);
}

.rental-widget h2,
.rental-side-card h2 {
  margin-bottom: 18px;
  font-size: 28px;
}

.rental-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rental-chip-grid span {
  border: 1px solid #dbe5dd;
  border-radius: 999px;
  background: #f8fbf7;
  padding: 9px 13px;
  font-weight: 700;
}

.rental-condition-list {
  display: grid;
  gap: 18px;
}

.rental-condition-list section {
  border-top: 1px solid #e4ece6;
  padding-top: 18px;
}

.rental-condition-list h3 {
  font-size: 18px;
}

.rental-condition-list ul,
.rental-side-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
}

.rental-detail-aside {
  position: sticky;
  top: 108px;
}

.rental-related {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #e4ece6;
  padding-block: 14px;
}

.rental-related:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.rental-related img {
  width: 86px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.rental-related strong,
.rental-related small {
  display: block;
}

.rental-related small {
  margin-top: 3px;
  color: var(--muted);
}

@media (max-width: 1024px) {
  .rental-hero__inner,
  .rental-detail-hero__inner,
  .rental-process,
  .rental-detail-layout {
    grid-template-columns: 1fr;
  }

  .rental-detail-aside {
    position: static;
  }

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

  .rental-search__form,
  .rental-editorial-grid,
  .rental-policy-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .rental-hero__inner,
  .rental-detail-hero__inner {
    min-height: auto;
    padding-block: 44px;
  }

  .rental-hero h1,
  .rental-detail-hero h1 {
    font-size: 42px;
  }

  .rental-hero__media,
  .rental-detail-hero__media {
    min-height: 240px;
  }

  .rental-grid,
  .rental-spec-grid,
  .rental-detail-strip__grid {
    grid-template-columns: 1fr;
  }

  .rental-card__facts {
    grid-template-columns: 1fr;
  }

  .rental-section {
    padding-block: 48px;
  }

  .rental-widget,
  .rental-side-card {
    padding: 18px;
  }
}

/* Green Future Rental Search Custom Styles */
.gf-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .gf-container {
    max-width: 1280px;
  }
}

.exclusive-badge {
    background-color: #e8eefc;
    width: 77px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px 4px 4px 0;
    top: -25px;
    right: 8px;
}

.text-exclusive {
    --tw-text-opacity: 1;
    color: rgb(20 100 244 / var(--tw-text-opacity, 1));
}

/* Green Future Car List Custom Styles */
.car-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 1024px) {
  .car-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .car-list {
    grid-template-columns: 1fr;
  }
}

.car-item {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.car-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.car-image {
  background-color: #f8fafc;
  aspect-ratio: 350 / 200;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.car-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  transition: transform 0.3s ease;
}
.car-item:hover .car-image img {
  transform: scale(1.05);
}

.text-red {
  color: #ef4444 !important;
}

.info-detail {
  background: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.c-hint {
  font-size: 12px;
  border-radius: 4px;
}
.c-hint-success {
  background-color: #e8eefc;
  color: #1e3a8a;
}

#rental-cars {
  padding-top: 0 !important;
}

/* Green Future Detail Page Components */
body:has(.c-detail-box) {
  background: #ffffff;
}

.c-detail-box {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: 28px;
  align-items: start;
  margin: 28px 0 44px;
}

.c-detail-box__left {
  min-width: 0;
}

.c-detail-box__right {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.c-detail-box__row {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.c-detail-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #001633;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 12px;
}

.c-detail-title > span {
  position: static !important;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin-left: 0 !important;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1;
}

.c-product-price {
  color: #00b86b;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  font-variant-numeric: tabular-nums;
}

.c-detail-box__right > .c-detail-box__row:first-child .c-product-price {
  color: #818181 !important;
  font-size: clamp(26px, 2.35vw, 34px);
}

.c-product-price sub {
  position: static;
  color: #001633;
  font-size: 16px;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: baseline;
}

.c-detail-box__right .c-hint {
  display: inline-flex;
  align-items: center;
  color: #00a35d;
  font-size: 13px;
  font-weight: 500;
  line-height: 1 !important;
  height: 28px !important;
  border-radius: 4px !important;
  padding: 0 10px !important;
}

.c-utilities-box {
  width: 100%;
}

.c-detail-box__right .c-utilities-box {
  border: 1px solid #dfe3e8;
  background: #fafbfc;
  padding: 17px 18px;
}

.c-utilities-box .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 0;
}

.c-utilities-box .col-6,
.c-utilities-box .col-12 {
  min-width: 0;
}

.c-utilities-box .col-12 {
  grid-column: 1 / -1;
}

.c-utility-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  height: 100%;
  border: 0;
}

.c-utility-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  opacity: 0.75;
}

.c-utility-item__content {
  color: #27344a;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
}

.c-utility-label {
  color: #001633;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
  border-left: 0;
  padding-left: 0;
}

.c-utility-item.is-dot {
  background: transparent;
  border: none;
  padding: 2px 0 2px 17px;
  position: relative;
}

.c-utility-item.is-dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background: #001633;
  border-radius: 50%;
}

.c-utility-item.is-dot .c-utility-item__content {
  color: #344256;
  font-size: 15px;
  font-weight: 400;
}

.c-detail-book {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.booking-btn {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0;
  background-color: #00d287;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.18s ease, transform 0.18s ease;
}

.booking-btn:hover:not(:disabled) {
  background-color: #00b574;
}

.booking-btn:active:not(:disabled) {
  transform: translateY(1px);
}

.booking-btn:disabled {
  background-color: #f2f3f5;
  color: #c6ccd3;
  cursor: not-allowed;
}

.text-green-primary {
  color: #00b86b;
}

.c-detail-book a p {
  margin: 4px 0 0;
  color: #00b86b;
  font-weight: 600;
}

/* Similar Cars Section */
.c-widget {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 32px;
  box-shadow: none;
}

.c-widget__title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.c-widget__title__name {
  color: #001633;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.c-widget__content > .c-utilities-box {
  border: 1px solid #dfe3e8;
  background: #fafbfc;
  padding: 18px;
}

.c-widget__content > .c-utilities-box.mb-4,
.c-widget__content > .c-utilities-box + .c-utilities-box {
  margin-top: 16px;
}

.c-product-other ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.c-product-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid #dfe3e8;
  border-radius: 0;
  background: #ffffff;
  padding: 16px;
  text-align: center;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.c-product-item:hover {
  border-color: #b7c0cb;
  transform: translateY(-2px);
}

.c-product-item__img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  border-radius: 0 !important;
  background: #f5f6f8 !important;
}

.c-product-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.c-product-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.c-product-item__title {
  color: #001633 !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 8px;
}

.c-product-item .c-product-price {
  color: #00b86b;
  font-size: 18px;
}

.c-product-item .c-product-price sub {
  font-size: 13px;
}

/* SVGs for spec list */
i[class^="icon16-detail-"], i[class^="icon20-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon16-detail-no_of_seat { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-no_of_seat.svg'); }
.icon16-detail-range_per_charge { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-range_per_charge.svg'); }
.icon16-detail-transmission { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-transmission.svg'); }
.icon16-detail-airbag { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-airbag.svg'); }
.icon16-detail-max_power { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-max_power.svg'); }
.icon16-detail-car_model { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-car_model.svg'); }
.icon16-detail-trunk_capacity { background-image: url('/vendor/greenfuture/images/icons/icon16-detail-trunk_capacity.svg'); }
.icon16-detail-limit_distance { background-image: url('/vendor/greenfuture/images/icons/icon20-map.svg'); }
.icon20-screen_entertainment { background-image: url('/vendor/greenfuture/images/icons/detail/screen_entertainment.svg'); }
.icon20-la_zang { background-image: url('/vendor/greenfuture/images/icons/detail/la_zang.svg'); }

/* Thumbnail Slideshow states */
.embla-thumbs__slide--selected {
  border-color: #00d287 !important;
}

.embla {
  position: relative;
}

.c-detail-box__left .mx-auto {
  max-width: none;
  padding: 0;
}

.embla__viewport {
  overflow: hidden;
}

.embla__slide img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.embla-thumbs {
  margin-top: 16px;
}

.embla-thumbs__viewport {
  overflow-x: auto;
}

.embla-thumbs__slide {
  flex-basis: 72px !important;
  width: 72px !important;
  height: 48px !important;
  border-radius: 0 !important;
  border-width: 2px !important;
}

.embla-thumbs__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.embla__buttons {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 18px;
}

.embla__button {
  pointer-events: auto;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0;
}

.gf-container > .row.g-4 {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: start;
}

.gf-container > .row.g-4 > .col-lg-8,
.gf-container > .row.g-4 > .col-lg-4 {
  min-width: 0;
}

.gf-container > .row.g-4 > .col-lg-4 {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .c-detail-box {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .c-detail-box__right {
    width: 100%;
  }

  .gf-container > .row.g-4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .c-detail-box {
    margin-top: 16px;
  }

  .c-detail-title {
    font-size: 28px;
  }

  .c-detail-box__right .c-utilities-box,
  .c-widget__content > .c-utilities-box {
    padding: 14px;
  }

  .c-utilities-box .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .c-widget__title__name {
    font-size: 23px;
  }
}

.font-tektur {
  font-family: "Tektur", var(--font-display);
}

.font-poppins {
  font-family: "SVN Poppins", var(--font-primary);
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
