body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  scrollbar-width: thin;
  scrollbar-color: #c79a35 #111111;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #c79a35 #111111;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #c79a35 rgba(17, 17, 17, 0.92);
}

::-webkit-scrollbar {
  width: 0.9rem;
  height: 0.9rem;
}

::-webkit-scrollbar-track {
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.96) 0%, rgba(30, 24, 13, 0.96) 100%);
}

::-webkit-scrollbar-thumb {
  background:
    linear-gradient(180deg, #ffea7c 0%, #c79a35 38%, #8d641c 100%);
  border-radius: 999px;
  border: 3px solid #111111;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, #fff1a3 0%, #d9a845 42%, #9f7222 100%);
}

::-webkit-scrollbar-corner {
  background: #111111;
}
.footer_ul_li:not(:first-child) a::before {
    content: "";
    position: absolute;
    left: -3rem;
    cursor: auto;
    top: 10%;
    width: .2rem;
    height: 80%;
    opacity: .3;
    background: #fff;
}
.footer_ul_li{
  position: relative;
}
.line_before::before{
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 10%;
  width: .1rem;
  height: 80%;
  background: #ddd;
  width: 1px;
}
.gradient-text {
  background: linear-gradient(113deg, #b27f2a 23.8%, #b7862e 26.22%, #c49939 29.44%, #dab84c 33.48%, #f4dd62 37.1%, #f4e38b 44.77%, #f4dd62 50.41%, #b27f2a 64.12%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text-1 {
  background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fleet-sort-option,
.fleet-brand-option {
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fleet-sort-option.active,
.fleet-brand-option.active {
  background: #0c0c0c;
  color: #fff;
  box-shadow: inset 0 0 0 1px #c49939, 0 0.5rem 1.2rem rgba(12, 12, 12, 0.12);
}

.fleet-brand-option.active img {
  opacity: 0.92;
  transform: scale(0.92);
}

.whatsapp-float {
  position: fixed;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 9999;
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 999px;
  isolation: isolate;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -0.35rem;
  z-index: -1;
  border-radius: inherit;
  /* filter: blur(0.35rem); */
  opacity: 0.82;
  /* animation: whatsapp-orbit 4s linear infinite; */
}


.whatsapp-float__icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #34e27a 0%, #16b957 46%, #06873d 100%);
}

.whatsapp-float__pulse {
  position: absolute;
  inset: -0.75rem;
  z-index: -2;
  border: 2px solid rgba(37, 211, 102, 0.5);
  border-radius: inherit;
  animation: whatsapp-pulse 2.4s ease-out infinite;
}

.whatsapp-float__pulse--delay {
  animation-delay: 1.2s;
}

@keyframes whatsapp-pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.78);
  }
  80%, 100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

/* @keyframes whatsapp-orbit {
  to {
    transform: rotate(360deg);
  }
} */

@keyframes whatsapp-shine {
  0%, 42% {
    transform: translateX(-125%) rotate(12deg);
  }
  62%, 100% {
    transform: translateX(125%) rotate(12deg);
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    left: 1rem;
    bottom: 1rem;
    width: 3.75rem;
    height: 3.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float,
  .whatsapp-float::before,
  .whatsapp-float__pulse {
    animation: none;
  }
}
/* .string, p {
  margin-bottom: 1rem;
} */

.program_bg{
  background: url(<?php echo $localBaseUrl; ?>assets/images/promotions/1.webp) 0 0 / cover no-repeat #000;
}

.string_text p {
  margin-bottom: 1rem;
}
.string_text p strong {
  font-size: 1.125rem;
}

.string_text h1 {
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 1rem;
  background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.string_text h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.string_text h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.string_text a {
  color: #f2a057;
  text-decoration: underline;
}

.about_section_1_content h1{
  font-size: 2rem !important;
  margin-bottom: .5rem;
}
.about_section_1_content h2, 
.about_section_1_content h3{
  font-size: 1.5rem !important;
  margin-bottom: .5rem;
}

.about_section_1_content p{
  color: #7c7c7c;
}
.string img{
  max-width: 100%;
  width: 20rem !important;
}

.string p {
  padding-bottom: 1rem;
}

.string p strong {
  font-size: 1.125rem;
  padding-bottom: 1rem;
  display: inline-block;
}

/* Reset default table styles */
.string_text table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    font-family: inherit;
}

/* Remove all default borders */
.string_text table,
.string_text th,
.string_text td {
    border: 1px solid ;
}

/* Header */
.string_text thead th {
    background: #fff !important;
    color: #000 !important;
    font-weight: 600;
    padding: 14px;
    text-align: left;
}

/* First column (Feature) */
.string_text tbody td:first-child {
    background: #fff !important;
    color: #000 !important;
    font-weight: 500;
    width: 30%;
}

/* Second column (Details) */
.string_text tbody td:last-child {
    background: #fff !important;
    color: #555;
}

/* Zebra rows */
.string_text tbody tr:nth-child(even) td:last-child {
    background: #fff !important;
}

/* Cell padding */
.string_text td {
    padding: 14px;
    font-size: 15px;
}

/* Hover effect */
.string_text tbody tr:hover td:last-child {
    background: #ccc;
}

/* Responsive */
.string_text {
    overflow-x: auto;
}

.string_text table {
    min-width: 600px;
}
.sort_hidden{
  display: none;
}
.sort_block{
  display: block;
}
.img_border{
  border: 5px solid #fad8a6;
}

body.modal-open {
  overflow: hidden;
}

.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.inquiry-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(244, 227, 139, 0.18), transparent 42%),
    rgba(7, 7, 7, 0.72);
  backdrop-filter: blur(12px);
}

.inquiry-modal__dialog {
  position: relative;
  width: min(100%, 58rem);
  max-height: calc(100vh - 2rem);
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(206, 156, 67, 0.38);
  background:
    radial-gradient(circle at top right, rgba(255, 232, 185, 0.72), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: 0 2.2rem 5.2rem rgba(0, 0, 0, 0.45);
  transform: translateY(1.25rem) scale(0.96);
  transition: transform 0.32s ease;
  display: flex;
  flex-direction: column;
  scrollbar-gutter: stable;
}

.inquiry-modal.is-open .inquiry-modal__dialog {
  transform: translateY(0) scale(1);
}

.inquiry-modal__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.inquiry-modal__pattern::before {
  content: "";
  position: absolute;
  top: -7.5rem;
  right: -7.5rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.94) 0 36%, transparent 37%),
    radial-gradient(circle at center, rgba(206, 156, 67, 0.28) 0 51%, transparent 52%),
    radial-gradient(circle at center, rgba(206, 156, 67, 0.16) 0 66%, transparent 67%),
    radial-gradient(circle at center, rgba(206, 156, 67, 0.1) 0 80%, transparent 81%);
}

.inquiry-modal__hero {
  position: relative;
  padding: 1.45rem 1.75rem 1rem;
  color: #1c1c1c;
  background: linear-gradient(90deg, rgba(199, 150, 51, 0.06), rgba(255, 255, 255, 0) 55%);
}

.inquiry-modal__hero::after {
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(206, 156, 67, 0.55), rgba(206, 156, 67, 0));
}

.inquiry-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(206, 156, 67, 0.22), rgba(244, 223, 165, 0.28));
  color: #9a6a1d;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-modal__title {
  margin: 1rem 0 0.45rem;
  font-size: clamp(1.75rem, 3.3vw, 2.6rem);
  line-height: 1.02;
  font-weight: 700;
  color: #c79633;
}

.inquiry-modal__subtitle {
  margin: 0;
  max-width: 42rem;
  color: rgba(28, 28, 28, 0.68);
  font-size: 1rem;
}

.inquiry-modal__body {
  padding: 0.95rem 1.75rem 1.1rem;
  flex: 1 1 auto;
  background: linear-gradient(180deg, rgba(199, 150, 51, 0.045), rgba(255, 255, 255, 0) 38%);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  overflow: auto;
  overscroll-behavior: contain;
}

.inquiry-modal__divider {
  display: none;
}

.inquiry-modal__required {
  grid-column: 1 / -1;
  margin-bottom: 0.15rem;
  color: #9a6a1d;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.inquiry-modal__highlights {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.inquiry-modal__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(206, 156, 67, 0.34);
  background: rgba(255, 255, 255, 0.86);
  color: #1c1c1c;
  text-decoration: none;
  font-size: 0.88rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
  max-width: 100%;
}

.inquiry-modal__chip:hover {
  background: rgba(206, 156, 67, 0.1);
  transform: translateY(-1px);
}

.inquiry-modal__chip-icon {
  width: 1.85rem;
  height: 1.85rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(206, 156, 67, 0.14);
  color: #c79633;
  flex: 0 0 auto;
}

.inquiry-modal__chip-text {
  color: rgba(28, 28, 28, 0.68);
  white-space: nowrap;
}

.inquiry-modal__chip-strong {
  font-weight: 700;
  color: #1c1c1c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inquiry-modal__chip--whatsapp {
  border-color: rgba(52, 226, 122, 0.35);
  background: linear-gradient(135deg, rgba(52, 226, 122, 0.12), rgba(255, 255, 255, 0.86));
}

.inquiry-modal__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 1rem;
  flex: 1 1 auto;
}

.inquiry-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #1c1c1c;
  font-size: 0.92rem;
  position: relative;
}

.inquiry-modal__field--full {
  grid-column: 1 / -1;
}

.inquiry-modal__field > span {
  position: absolute;
  left: 1rem;
  top: 1.6rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #c79633;
  font-size: 0;
  pointer-events: none;
  z-index: 1;
}

.inquiry-modal__field > span i {
  font-size: 1rem;
}

.inquiry-modal__field--full > span {
  top: 1.1rem;
  transform: none;
}

.inquiry-modal__captcha-wrap {
  display: flex;
  justify-content: center;
  padding: 0.15rem 0 0;
}

.inquiry-modal__captcha-wrap .g-recaptcha {
  transform-origin: center top;
  transform: scale(0.94);
}

.inquiry-modal__field input,
.inquiry-modal__field textarea {
  width: 100%;
  border: 1px solid rgba(206, 156, 67, 0.42);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.96);
  color: #1c1c1c;
  padding: 0.82rem 1rem 0.82rem 2.7rem;
  min-height: 3.2rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.inquiry-modal__field textarea {
  padding-left: 2.7rem;
  padding-top: 0.95rem;
  resize: vertical;
  min-height: 5.2rem;
}

.inquiry-modal__field input::placeholder,
.inquiry-modal__field textarea::placeholder {
  color: rgba(28, 28, 28, 0.5);
}

.inquiry-modal__field input:focus,
.inquiry-modal__field textarea:focus {
  border-color: rgba(199, 150, 51, 0.85);
  box-shadow: 0 0 0 0.22rem rgba(199, 150, 51, 0.18);
  background: #fff;
}

.inquiry-modal__actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

.inquiry-modal__submit i,
.inquiry-modal__secondary i {
  margin-right: 0.35rem;
}

.inquiry-modal__submit span,
.inquiry-modal__secondary span {
  vertical-align: middle;
}

.inquiry-modal__submit,
.inquiry-modal__secondary,
.inquiry-modal__close {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.inquiry-modal__submit {
  min-width: 10.25rem;
  padding: 0.78rem 1.15rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #c79633 0%, #f4db7a 45%, #c79633 100%);
  color: #1c1c1c;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(178, 127, 42, 0.22);
  font-size: 0.98rem;
}

.inquiry-modal__submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.inquiry-modal__secondary {
  min-width: 10.25rem;
  padding: 0.78rem 1.1rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(206, 156, 67, 0.42);
  color: #9a6a1d;
  font-weight: 600;
  font-size: 0.98rem;
}

@media (max-height: 820px) {
  .inquiry-modal__hero {
    padding: 1.25rem 1.5rem 0.95rem;
  }

  .inquiry-modal__body {
    padding: 0.95rem 1.5rem 1.05rem;
  }

  .inquiry-modal__title {
    margin-top: 0.75rem;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
  }

  .inquiry-modal__subtitle {
    font-size: 0.95rem;
  }

  .inquiry-modal__form {
    gap: 0.75rem 0.9rem;
  }

  .inquiry-modal__highlights {
    margin-top: 0.75rem;
  }

  .inquiry-modal__captcha-wrap .g-recaptcha {
    transform: scale(0.9);
  }
}

@media (max-height: 700px) {
  .inquiry-modal__dialog {
    max-height: calc(100vh - 1.25rem);
  }

  .inquiry-modal__hero {
    padding: 1.1rem 1.25rem 0.85rem;
  }

  .inquiry-modal__body {
    padding: 0.85rem 1.25rem 0.95rem;
  }

  .inquiry-modal__field textarea {
    min-height: 4.75rem;
  }

  /* last resort for very short viewports */
  .inquiry-modal__body {
    overflow: auto;
  }
}

.inquiry-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(206, 156, 67, 0.35);
  color: #1c1c1c;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 2;
}

.inquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.inquiry-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.inquiry-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.58);
  backdrop-filter: blur(8px);
}

.inquiry-popup__card {
  position: relative;
  width: min(100%, 28rem);
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(155deg, #131313 0%, #1f1a13 100%);
  border: 1px solid rgba(255, 234, 124, 0.22);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.35);
  color: #fff;
}

.inquiry-popup__badge {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 98, 98, 0.14);
  color: #ff8b8b;
  font-size: 1.4rem;
  font-weight: 700;
}

.inquiry-popup.is-success .inquiry-popup__badge {
  background: rgba(52, 226, 122, 0.16);
  color: #6df0a1;
}

.inquiry-popup__title {
  margin: 1rem 0 0.45rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.inquiry-popup__message {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.inquiry-popup__button {
  margin-top: 1.2rem;
  min-width: 8rem;
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(108deg, #b27f2a 4.92%, #ffea7c 67.46%, #b27f2a 85.22%);
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.inquiry-popup__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 1.3rem;
  cursor: pointer;
}

.car-feature-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #f8f8f8;
    padding: 12px;
    font-size: 14px;
    color: #555;
    transition: all .5s ease;
}

.car-premium-card:hover .car-feature-box {
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.8);
}

.car-price-box {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #ead4aa;
    background: #fff;
    padding: 14px 10px;
    text-align: center;
    transition: all .5s ease;
}

.car-price-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(201,149,45,.22), transparent);
    transform: translateX(-120%);
    transition: transform .8s ease;
}

.car-premium-card:hover .car-price-box::before {
    transform: translateX(120%);
}

.car-premium-card:hover .car-price-box {
    background: rgba(255,255,255,.08);
    border-color: #c8952d;
}

.car-price-box p {
    position: relative;
    z-index: 2;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 6px;
}

.car-premium-card:hover .car-price-box p {
    color: rgba(255,255,255,.65);
}

.car-price-box del {
    position: relative;
    z-index: 2;
    display: block;
    color: #ef4444;
    font-size: 12px;
    margin-bottom: 3px;
}

.car-price-box strong {
    position: relative;
    z-index: 2;
    display: block;
    color: #c8952d;
    font-size: 21px;
    font-weight: 900;
}

@media (max-width: 767px) {
  .inquiry-modal {
    padding: 0.75rem;
    align-items: end;
  }

  .inquiry-modal__dialog {
    width: 100%;
    max-height: 92vh;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .inquiry-modal__hero,
  .inquiry-modal__body {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .inquiry-modal__body {
    padding-top: 0.9rem;
    padding-bottom: 1rem;
  }

  .inquiry-modal__form {
    grid-template-columns: 1fr;
  }

  .inquiry-modal__actions {
    flex-direction: column;
  }

  .inquiry-modal__captcha-wrap .g-recaptcha {
    transform: scale(0.92);
  }

  .inquiry-modal__submit,
  .inquiry-modal__secondary {
    width: 100%;
  }
}

    @media (width < 1024px) {
      .string img{
        max-width: 100%;
        width: 100% !important;
        height: 20rem;
        object-fit: cover;
        border-radius: 20px;
      }
      .string_text h1 {
        line-height: 1.2;
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: 600;
        text-align: left;
      }
      .string_text h2 {
        font-size: 1.8rem;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: 600;
        text-align: left;
      }
      .string_text h3 {
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 1rem;
        font-weight: 600;
        text-align: left;
      }
      .btn-primary{
        padding-inline: .5rem;
        font-size: .8rem;
      }
    }

.home-fleet {
  position: relative;
  margin-top: 1rem;
}

body.modal-open {
  overflow: hidden;
}

.home-fleet-periods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: fit-content;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.22rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(233, 236, 242, 0.98));
  border: 1px solid rgba(164, 174, 191, 0.3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72);
}

.home-fleet-periods__item {
  min-width: 4.8rem;
  min-height: 2.15rem;
  padding: 0.34rem 0.7rem;
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  color: #2e3b57;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-fleet-periods__item.is-active {
  background: linear-gradient(135deg, #c79633 0%, #f4db7a 45%, #c79633 100%);
  color: #121212;
  box-shadow: 0 8px 18px rgba(178, 127, 42, 0.28);
}
.home-fleet-shell {
  position: relative;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 34px;

  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.95), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(227,187,112,0.18), transparent 18%),
    linear-gradient(135deg, #d5dbe3 0%, #ccd3dc 46%, #c3ccd8 100%);

  box-shadow:
    0 20px 45px rgba(57, 71, 93, 0.12);

  /* only outer border */
  border: 1px solid rgba(255,255,255,0.72);

  overflow: hidden;
}

.home-fleet-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(177,143,84,0.08),
      transparent 30%
    );

  pointer-events: none;
}

/* REMOVE INNER BORDER */
.home-fleet-shell::after {
  display: none;
}

.home-fleet-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.85rem;
}

.home-fleet-search {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 3.5rem;
  padding: 0 1rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  border: 1px solid rgba(187, 195, 208, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 14px 28px rgba(82, 96, 119, 0.1);
}

.home-fleet-search__icon {
  color: var(--color-secondary);
  font-size: 1.5rem;
  line-height: 1;
}

.home-fleet-search input {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--color-secondary);
  font-size: 1.1rem;
  outline: none;
}

.home-fleet-search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  background-color: var(--color-secondary);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M5.22 5.22a.75.75 0 0 1 1.06 0L10 8.94l3.72-3.72a.75.75 0 1 1 1.06 1.06L11.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06L10 11.06l-3.72 3.72a.75.75 0 1 1-1.06-1.06L8.94 10 5.22 6.28a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='black' d='M5.22 5.22a.75.75 0 0 1 1.06 0L10 8.94l3.72-3.72a.75.75 0 1 1 1.06 1.06L11.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06L10 11.06l-3.72 3.72a.75.75 0 1 1-1.06-1.06L8.94 10 5.22 6.28a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  opacity: 1;
}

.home-fleet-search input::placeholder {
  color: #9ea5b7;
}

.home-fleet-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  align-items: stretch;
}

.home-fleet-toolbar__menu {
  position: relative;
  display: flex;
}

.home-fleet-toolbar__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.5rem;
  min-width: 8.2rem;
  padding: 0 1.05rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(142, 153, 171, 0.2);
  background: linear-gradient(180deg, rgba(252, 250, 245, 0.96), rgba(224, 228, 235, 0.92));
  color: #334155;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 12px 24px rgba(100, 113, 133, 0.08);
  backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.home-fleet-toolbar__trigger:hover,
.home-fleet-toolbar__trigger.is-active,
.home-fleet-toolbar__trigger[aria-expanded="true"] {
  background: linear-gradient(180deg, rgba(255, 252, 243, 0.98), rgba(228, 232, 239, 0.96));
  border-color: rgba(186, 140, 55, 0.34);
  box-shadow: 0 16px 28px rgba(136, 145, 160, 0.18);
}

.home-fleet-toolbar__trigger span {
  font-size: 0.95rem;
  line-height: 1;
}

.home-fleet-toolbar__trigger strong {
  font-size: 0.88rem;
  font-weight: 700;
}

.home-fleet-toolbar__trigger.is-active[data-sort-mode="low_to_high"] {
  background: linear-gradient(135deg, #c89b3c 0%, #ebc861 48%, #b68429 100%);
  border-color: rgba(170, 122, 34, 0.34);
  color: #fffaf0;
}

.home-fleet-toolbar__trigger.is-active[data-sort-mode="high_to_low"] {
  background: linear-gradient(135deg, rgba(216, 220, 227, 0.98), rgba(190, 197, 208, 0.98));
  border-color: rgba(127, 137, 154, 0.34);
  color: #243247;
}

.home-fleet-toolbar__control {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.home-fleet-toolbar__control span {
  color: #5c6270;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-fleet-toolbar__control select {
  min-height: 4.8rem;
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 1rem;
  color: #171717;
  font-size: 0.95rem;
  outline: none;
  box-shadow: 0 18px 45px rgba(21, 21, 21, 0.06);
}

.home-fleet-toolbar__control select:focus,
.home-fleet-search:focus-within {
  border-color: rgba(178, 127, 42, 0.55);
  box-shadow: 0 18px 45px rgba(21, 21, 21, 0.09), 0 0 0 4px rgba(178, 127, 42, 0.12);
}

.home-fleet-toolbar__reset {
  align-self: end;
  min-height: 4.8rem;
  padding: 0 1.25rem;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, #161616, #2e2a24);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 35px rgba(17, 17, 17, 0.18);
}

.home-fleet-chipbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.home-fleet-chipbar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  width: min(100%, 1000px);
}

.home-fleet-chipbar__reset {
  align-self: center;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(214, 101, 89, 0.22);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(255, 241, 239, 0.92), rgba(255, 231, 227, 0.95));
  color: #a3382f;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 12px 22px rgba(163, 56, 47, 0.12);
  cursor: pointer;
}

.home-fleet-chip {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  gap: 0.5rem;
  min-height: 2.55rem;
  padding: 0.52rem 0.95rem;
  border: 1px solid rgba(160, 170, 186, 0.22);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(238, 242, 247, 0.62));
  color: #334155;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 10px 20px rgba(88, 102, 123, 0.08);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.home-fleet-chip img {
  width: 1.45rem;
  height: 0.9rem;
  object-fit: contain;
}

.home-fleet-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.home-fleet-modal.is-open {
  display: block;
}

.home-fleet-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.52);
  backdrop-filter: blur(7px);
}

.home-fleet-modal__dialog {
  position: relative;
  width: min(92vw, 920px);
  max-height: min(88vh, 840px);
  margin: 3.5rem auto 1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fafc 0%, #f2f5f9 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.7);
  box-shadow: 0 38px 90px rgba(15, 23, 42, 0.24);
}

.home-fleet-modal__header,
.home-fleet-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.45rem;
  background: rgba(248, 250, 252, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-fleet-modal__header {
  position: sticky;
  top: 0;
  z-index: 2;
}

.home-fleet-modal__footer {
  border-bottom: 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.home-fleet-modal__header h3 {
  margin: 0;
  color: #142033;
  font-size: 1.66rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.home-fleet-modal__close {
  border: 0;
  background: transparent;
  color: #5b6678;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.home-fleet-modal__body {
  max-height: calc(88vh - 154px);
  overflow: auto;
  padding: 1rem 1.45rem 1.2rem;
}

.home-fleet-modal__section + .home-fleet-modal__section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(195, 205, 220, 0.55);
}

.home-fleet-modal__section--accent {
  padding: 1rem 1rem 1.05rem;
  border-radius: 24px;
  background: linear-gradient(153deg, rgb(65 68 75 / 96%), rgb(0 0 0 / 96%));
  box-shadow: 0 18px 35px rgba(22, 33, 56, 0.18);
}

.home-fleet-modal__section--accent .home-fleet-modal__section-title {
  color: #f8e8b7;
}

.home-fleet-modal__section--accent .home-fleet-pill {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.08);
  color: #eef2f8;
}

.home-fleet-modal__section-title {
  color: var(--color-secondary);
  font-size: 1.2rem;
}

.home-fleet-modal__section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
  flex-wrap: wrap;
}

.home-fleet-modal__link {
  border: 0;
  background: transparent;
  color: #b67c24;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.home-fleet-modal__pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.home-fleet-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.55rem;
  padding: 0.62rem 0.92rem;
  border: 1px solid rgba(168, 179, 196, 0.34);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,249,252,0.88));
  color: #243247;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.76);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.home-fleet-pill img {
  width: 1.6rem;
  height: 1rem;
  object-fit: contain;
}

.home-fleet-pill.is-active {
  border-color: rgba(183, 127, 42, 0.36);
  background: linear-gradient(135deg, #c79633 0%, #f4db7a 45%, #c79633 100%);
  color: #171717;
  box-shadow: 0 10px 22px rgba(178, 127, 42, 0.24);
}

.home-fleet-modal__pill-grid--brand .home-fleet-pill,
.home-fleet-modal__pill-grid--media .home-fleet-pill {
  min-height: 2.7rem;
  padding-block: 0.62rem;
}

.home-fleet-pill--brand img {
  width: 1.45rem;
  height: 1.45rem;
}

.home-fleet-modal__button {
  flex: 1;
  min-height: 3.2rem;
  border-radius: 18px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.home-fleet-modal__button--ghost {
  border: 1px solid rgba(180, 190, 204, 0.5);
  background: linear-gradient(180deg, #ffffff, #f5f7fa);
  color: #1f2937;
}

.home-fleet-modal__button--primary {
  border: 0;
      background: linear-gradient(135deg, #464953, #000000);
  color: #fff;
}

.home-fleet-chip:hover {
  background: rgba(255,255,255,0.4);
  transform: translateY(-1px);
}

.home-fleet-chip.is-active {
  color: #121212;
  background: linear-gradient(135deg, #c79633 0%, #f4db7a 45%, #c79633 100%);
  box-shadow: 0 8px 18px rgba(178, 127, 42, 0.28);
}

.home-fleet-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.home-fleet-active-filters__chip {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-md);
  padding: 0.48rem 0.92rem;
  background: rgba(17, 17, 17, 0.06);
  color: #4a4f59;
  font-size: 0.82rem;
  font-weight: 700;
}

.home-fleet-results {
  margin-top: 1.4rem;
}

.home-fleet-loading {
  margin-bottom: 0.85rem;
  color: #7c5c22;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-fleet-loading.is-inline-feedback {
  display: inline-flex !important;
  align-items: center;
  gap: 0.55rem;
}

.home-fleet-loading.is-inline-feedback::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  border: 2px solid rgba(199, 150, 51, 0.22);
  border-top-color: #c79633;
  animation: homeFleetSpin 0.75s linear infinite;
}

.home-fleet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 0;
}

.home-fleet-grid.is-period-updating .fleet-gold-card {
  opacity: 0.72;
  transform: translateY(2px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.home-fleet-grid.is-period-updating .fleet-prices {
  position: relative;
  overflow: hidden;
}

.home-fleet-grid.is-period-updating .fleet-prices::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.58) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: homeFleetPeriodSweep 0.52s ease;
  pointer-events: none;
}

.fleet-gold-card {
  position: relative;
  width: 100%;
  background: #fffdf7;
  border: 2px solid #c89b3c;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(171, 180, 192, 0.22);
  transition: all 0.3s ease;
}

.fleet-gold-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(181, 189, 201, 0.34);
}

.fleet-gold-media {
  position: relative;
  height: 220px;
  background:
    radial-gradient(circle at 50% 78%, rgba(207, 173, 101, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 245, 220, 0.82), transparent 32%),
    linear-gradient(180deg, #fffaf0 0%, #fffdfa 48%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 8px;
}

.fleet-stock-badge {
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 1rem 0.45rem 1.15rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}

.fleet-stock-badge--in {
  background: #dff3e6;
  color: #17834a;
}

.fleet-stock-badge--out {
  background: #fde8e7;
  color: #c9473a;
}

.fleet-watermark {
  position: absolute;
  top: 26px;
  font-size: 22px;
  font-weight: 600;
  color: rgba(200, 155, 60, 0.22);
  font-style: italic;
  text-transform: uppercase;
  z-index: 2;
}

.fleet-gold-img {
  width: 88%;
  max-width: 238px;
  height: 168px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  object-position: center bottom;
  mix-blend-mode: darken;
  transition: transform 0.3s ease;
}

.fleet-gold-card:hover .fleet-gold-img {
  transform: scale(1.06);
}

.fleet-featured-badge {
  position: absolute;
  top: 16px;
  right: 0;
  z-index: 3;
  background: #f2643a;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 16px 10px 18px;
  text-transform: uppercase;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
}

.fleet-gold-body {
  position: relative;
  padding: 0 14px 14px;
}

.fleet-category {
  margin: 0 0 4px;
  color: #7b6a43;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.fleet-title {
  margin: 0 0 14px;
  color: var(--color-secondary);
  font-size: 19px;
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}

.fleet-specs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.3rem;
  margin-bottom: 14px;
}

.fleet-spec {
  min-width: 0;
  text-align: center;
}

.fleet-spec span {
  display: block;
  color: var(--color-secondary);
  font-size: 8px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.15;
}

.fleet-icon-box {
  width: 34px;
  height: 34px;
  border: 1px solid #ead8ad;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffaf0;
  margin: 0 auto 4px;
}

.fleet-icon-box img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.fleet-spec strong {
  display: block;
  font-size: 9px;
  color: var(--color-secondary);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.fleet-prices {
  border-top: 1px solid #c9a85c;
  border-bottom: 1px solid #c9a85c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px 0;
  margin-bottom: 10px;
}

.fleet-prices div {
  padding: 0 8px;
  border-right: 1px solid #d8bd7a;
}

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

.fleet-prices[data-active-period="daily"],
.fleet-prices[data-active-period="weekly"],
.fleet-prices[data-active-period="monthly"] {
  grid-template-columns: 1fr;
}

.fleet-prices[data-active-period="daily"] [data-price-period]:not([data-price-period="daily"]),
.fleet-prices[data-active-period="weekly"] [data-price-period]:not([data-price-period="weekly"]),
.fleet-prices[data-active-period="monthly"] [data-price-period]:not([data-price-period="monthly"]) {
  display: none;
}

.fleet-prices del {
  display: block;
  color: #d13b32;
  font-size: 10px;
  font-weight: 600;
}

.fleet-prices strong {
  display: block;
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
}

.fleet-prices del.fleet-price-amount,
.fleet-prices strong.fleet-price-amount {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.fleet-prices span {
  /* display: block; */
  /* color: var(--color-secondary); */
  font-size: 13px;
  font-weight: 600;
  /* text-decoration: underline; */
}

.fleet-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
html[lang="ar"] .fleet-benefits li {
  padding-left: 0;
  padding-right: 1.1rem;
}
html[lang="ar"] .fleet-benefits li::before {
  left: unset;
  right: 0;
}
.fleet-benefits li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 7px;
}

.fleet-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 0.42rem;
  height: 0.76rem;
  border-right: 2px solid #c89b3c;
  border-bottom: 2px solid #c89b3c;
  transform: rotate(38deg);
}
html[lang="ar"] .fleet-whatsapp {
  right: unset;
  left: 15px;
}
.fleet-whatsapp {
  position: absolute;
  right: 15px;
  bottom: 74px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
}

.fleet-whatsapp svg {
  width: 22px;
  height: 22px;
  display: block;
}

.fleet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.fleet-btn {
  min-height: 38px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  padding: 0.4rem 0.55rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.fleet-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.28) 35%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.45s ease;
}

.fleet-btn-primary {
  background: #c89b3c;
  color: #fff;
  box-shadow: 0 10px 22px rgba(200, 155, 60, 0.24);
}

.fleet-btn-secondary {
  background: #fff;
  color: var(--color-secondary);
  border: 1px solid #d9c28a;
}

.fleet-btn:hover {
  transform: translateY(-2px);
}

.fleet-btn:hover::before {
  transform: translateX(120%);
}

.fleet-btn-primary:hover {
  box-shadow: 0 16px 28px rgba(200, 155, 60, 0.34);
}

.fleet-btn-secondary:hover {
  border-color: #c89b3c;
  box-shadow: 0 14px 26px rgba(197, 175, 124, 0.24);
}

.home-fleet-card {
  overflow: hidden;
  border: 1px solid rgba(30, 41, 59, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-fleet-card:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 71, 47, 0.2);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.12);
}

.home-fleet-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  padding: 1rem;
  background:
    radial-gradient(circle at top center, rgba(214, 214, 214, 0.15), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f5f6f8 100%);
}

.home-fleet-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-fleet-card__ribbon {
  position: absolute;
  top: 1rem;
  right: 0;
  padding: 0.55rem 0.95rem 0.55rem 1rem;
  background: linear-gradient(135deg, #f26b3f, #dc482d);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
}

.home-fleet-card__stock {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.4rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-fleet-card__stock--in {
  background: rgba(42, 179, 90, 0.12);
  color: #1d8b45;
}

.home-fleet-card__stock--out {
  background: rgba(220, 72, 45, 0.11);
  color: #c64029;
}

.home-fleet-card__body {
  padding: 1.4rem;
}

.home-fleet-card__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.home-fleet-card__eyebrow {
  color: #95999f;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-fleet-card__brand {
  color: #24344d;
  font-size: 0.8rem;
  font-weight: 700;
}

.home-fleet-card__title {
  margin: 0.55rem 0 0;
  color: #1b2431;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-fleet-card__subline {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 600;
}

.home-fleet-card__spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.home-fleet-card__spec-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  padding: 0.85rem 0.45rem;
  text-align: center;
}

.home-fleet-card__spec-box img {
  width: 1.3rem;
  height: 1.3rem;
  object-fit: contain;
}

.home-fleet-card__spec-box span {
  display: block;
  color: #8a94a3;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-fleet-card__spec-box strong {
  display: block;
  color: #223047;
  font-size: 0.82rem;
  font-weight: 800;
}

.home-fleet-card__prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  background: #fafbfc;
  overflow: hidden;
}

.home-fleet-card__price-box {
  padding: 0.95rem 0.75rem;
  text-align: center;
}

.home-fleet-card__price-box + .home-fleet-card__price-box {
  border-left: 1px solid rgba(15, 23, 42, 0.06);
}

.home-fleet-card__price-box span {
  display: block;
  margin-bottom: 0.28rem;
  color: #9aa0aa;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-fleet-card__price-box strong {
  display: block;
  color: #1a3161;
  font-size: 1.15rem;
  font-weight: 900;
}

.home-fleet-card__benefits {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.home-fleet-card__benefits li {
  position: relative;
  padding-left: 1.45rem;
  color: #334155;
  font-size: 0.93rem;
  font-weight: 600;
}

.home-fleet-card__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5fc364;
  font-weight: 900;
}

.home-fleet-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.home-fleet-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 3.15rem;
  border-radius: 16px;
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 800;
}

.home-fleet-card__button--primary {
  background: #172b6b;
  color: #fff;
}

.home-fleet-card__button--secondary {
  background: #75c769;
  color: #fff;
}

.home-fleet-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.32rem;
  width: fit-content;
  margin: 1.5rem auto 0;
}

.home-fleet-pagination__button,
.home-fleet-pagination__dots {
  min-width: 2.2rem;
  min-height: 2.2rem;
  border-radius: var(--radius-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

.home-fleet-pagination__button {
  position: relative;
  overflow: hidden;
  padding: 0 0.62rem;
  border: 1px solid rgba(179, 188, 201, 0.4);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(243,246,250,0.92));
  color: var(--color-secondary);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    0 8px 18px rgba(107, 120, 140, 0.09);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.home-fleet-pagination__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.48) 45%, transparent 80%);
  transform: translateX(-130%);
  transition: transform 0.38s ease;
}

.home-fleet-pagination__button:hover:not(:disabled) {
  transform: translateY(-2px);
  border-color: rgba(191, 145, 56, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    0 12px 22px rgba(168, 126, 44, 0.14);
}

.home-fleet-pagination__button:hover:not(:disabled)::before {
  transform: translateX(130%);
}

.home-fleet-pagination__button.is-active {
  border-color: rgba(177, 127, 42, 0.42);
  background:
    radial-gradient(circle at top, rgba(255, 245, 205, 0.42), transparent 58%),
    linear-gradient(135deg, #1b2437 0%, #111827 38%, #c79633 120%);
  color: #fff8e8;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 14px 24px rgba(27, 36, 55, 0.2);
}

.home-fleet-pagination__button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  box-shadow: none;
}

.home-fleet-pagination__dots {
  min-width: 1.15rem;
  color: #72809a;
  font-size: 0.76rem;
  background: rgba(255,255,255,0.34);
}

.home-fleet-empty {
  padding: 2rem 1rem;
  border: 1px dashed rgba(17, 17, 17, 0.15);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  color: #6b7280;
  text-align: center;
  font-weight: 700;
}

.home-fleet-cta {
  position: relative;
  display: block;
  margin-top: 1.35rem;
  padding: 0.95rem 1.05rem;
  border-radius: calc(var(--radius-md) + 8px);
  border: 1px solid rgba(216, 170, 72, 0.55);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 55%),
    radial-gradient(circle at 85% 45%, rgba(255, 212, 116, 0.55), rgba(255, 212, 116, 0) 52%),
    linear-gradient(135deg, #fff7dd 0%, #ffe7a8 26%, #f7d37d 58%, #e2b85f 100%);
  color: #111827;
  text-decoration: none;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 14px 26px rgba(146, 105, 16, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, filter 0.22s ease;
}

.home-fleet-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.45) 22%, transparent 54%);
  transform: translateX(-140%);
  transition: transform 0.6s ease;
}

.home-fleet-cta::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -1.6rem;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 64%);
  pointer-events: none;
}

.home-fleet-cta:hover {
  transform: translateY(-1px);
  filter: saturate(1.02);
  border-color: rgba(236, 186, 82, 0.75);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 18px 34px rgba(146, 105, 16, 0.2);
}

.home-fleet-cta:hover::before {
  transform: translateX(120%);
}

.home-fleet-cta:focus-visible {
  outline: 3px solid rgba(234, 179, 8, 0.45);
  outline-offset: 3px;
}

.home-fleet-cta__eyebrow {
  position: relative;
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(146, 105, 16, 0.18);
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-fleet-cta__content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
}

.home-fleet-cta__copy {
  display: grid;
  gap: 0.25rem;
}

.home-fleet-cta__copy strong {
  display: block;
  color: #111827;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.18;
  text-transform: uppercase;
}

.home-fleet-cta__copy small {
  display: block;
  font-size: 0.92rem;
  line-height: 1.45;
}

.home-fleet-cta__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.7rem;
  padding: 0.58rem 0.85rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(146, 105, 16, 0.25);
  background:
    linear-gradient(135deg, #b88223 0%, #d7aa48 40%, #f6e08d 100%);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 10px 18px rgba(146, 105, 16, 0.16);
}

.home-fleet-cta__action span {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 640px) {
  .home-fleet-cta {
    padding: 0.9rem 0.95rem;
    border-radius: 16px;
  }

  .home-fleet-cta__content {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .home-fleet-cta__action {
    width: fit-content;
  }
}

.home-fleet-card--skeleton .home-fleet-card__media,
.home-fleet-skeleton {
  background: linear-gradient(90deg, rgba(240, 235, 227, 0.92), rgba(255, 255, 255, 0.98), rgba(240, 235, 227, 0.92));
  background-size: 200% 100%;
  animation: homeFleetShimmer 1.4s linear infinite;
}

.home-fleet-card--skeleton .home-fleet-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.home-fleet-skeleton {
  border-radius: 14px;
}

.home-fleet-skeleton--line {
  height: 0.85rem;
  width: 45%;
}

.home-fleet-skeleton--line-lg {
  width: 72%;
  height: 1.15rem;
}

.home-fleet-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

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

.home-fleet-skeleton--box,
.home-fleet-skeleton--button {
  height: 4.2rem;
}

.home-fleet-skeleton--button {
  height: 3rem;
}

.is-hidden {
  display: none !important;
}

@keyframes homeFleetShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes homeFleetSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes homeFleetPeriodSweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@media (max-width: 1024px) {
  .home-fleet-chipbar {
    flex-direction: column;
  }

  .home-fleet-chipbar__list {
    width: 100%;
  }

  .home-fleet-toolbar {
    grid-template-columns: 1fr;
  }

  .home-fleet-toolbar__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

@media (max-width: 767px) {

  .fleet-whatsapp {
    bottom: 123px;
  }
  .home-fleet-toolbar {
    gap: 0.8rem;
  }

  .home-fleet-shell {
    padding: 0.9rem;
    border-radius: 24px;
  }

  .home-fleet-toolbar__actions {
    width: 100%;
    justify-content: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-fleet-chipbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .home-fleet-periods {
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
  }

  .home-fleet-chipbar__list {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .home-fleet-chip {
    justify-content: center;
    min-height: 2.95rem;
    border-radius: 16px;
    padding: 0.7rem 0.95rem;
    white-space: nowrap;
  }

  .home-fleet-chipbar__reset {
    align-self: flex-start;
  }

  .home-fleet-search {
    padding: 0 0.9rem;
  }

  .home-fleet-toolbar__menu,
  .home-fleet-toolbar__trigger {
    width: 100%;
  }

  .home-fleet-grid,
  .fleet-actions {
    grid-template-columns: 1fr;
  }

  .fleet-specs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.25rem;
  }

  .fleet-prices {
    grid-template-columns: repeat(3, 1fr);
  }

  .fleet-prices div {
    border-right: 0;
    padding: 0.55rem 0;
  }

  /* .fleet-prices div + div {
    border-top: 1px solid #d8bd7a;
  } */

  .fleet-gold-card {
    max-width: 100%;
  }

  .fleet-title {
    font-size: 19px;
  }

  .home-fleet-modal__dialog {
    width: calc(100vw - 1rem);
    margin: 0.5rem auto;
    max-height: calc(100vh - 1rem);
  }

  .home-fleet-modal__header h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 520px) {
  .home-fleet-toolbar__actions {
    grid-template-columns: 1fr;
  }

  .home-fleet-periods__item {
    min-width: 4.2rem;
    font-size: 0.74rem;
  }

  .home-fleet-chip {
    font-size: 0.74rem;
  }
}


.section1-header {
  width: min(100%, 1040px);
  text-align: center;
  text-transform: uppercase;
}

.section1-header__divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.section1-header__divider-line {
  width: clamp(3.5rem, 7vw, 5rem);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(178, 127, 42, 0.28), #d7b25e, rgba(178, 127, 42, 0.28));
}

.section1-header__divider img {
  width: clamp(2rem, 4vw, 3rem);
  height: auto;
  object-fit: contain;
}

.section1-header__lead {
  width: min(100%, 980px);
  margin: 1.55rem auto 0;
  color: #c8952d;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-wrap: balance;
}

.section1-header h1 span {
    background: linear-gradient(to right, #b4780b, #f0c95b, #b4780b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-why-section{
    position:relative;
    overflow:hidden;
    padding:25px 20px;
    background-size:cover;
    background-position:center;
}

.fd-why-container{
    max-width:1320px;
    margin:auto;
    position:relative;
    z-index:2;
}

.fd-why-header{
    text-align:center;
    max-width:1000px;
    margin:auto auto 42px;
}

.fd-why-top-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-bottom:20px;
}

.fd-why-top-icon span{
    width:150px;
    height:1px;
    background:linear-gradient(to right,transparent,#d4a437,transparent);
}

.fd-why-top-icon i{
    color:#c58d17;
    font-size:42px;
}

.fd-why-header h2{
    margin:0;
    color:#000;
    font-size:50px;
    line-height:1;
    font-weight:600;
    letter-spacing:-2px;
}

.fd-why-header h2 span{
    display:block;
    margin-top:10px;
    background:linear-gradient(to right,#b4780b,#f0c95b,#b4780b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size:40px;
}

.fd-why-divider{
    width:220px;
    height:1px;
    margin:24px auto 20px;
    position:relative;
    background:linear-gradient(to right,transparent,#d4a437,transparent);
}

.fd-why-divider::after{
    content:'';
    width:12px;
    height:12px;
    background:#d4a437;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) rotate(45deg);
}

.fd-why-header p{
    max-width:720px;
    margin:auto;
    color:var(--color-black);
    font-size:20px;
}

/* UPDATED CARDS WITH BOTTOM SHINE */
.fd-why-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:26px;
    align-items:stretch;
}

.fd-why-card{
    position:relative;
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    border-radius:24px;
    padding:30px 22px 26px;
    background:rgba(255,255,255,.74);
    backdrop-filter:blur(8px);
    border:1.5px solid rgba(220,184,92,.22);
    
    transition:.35s ease;
    overflow:hidden;
}

/* soft golden bottom glow */
.fd-why-card::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    bottom:-5px;
    height:18px;
    z-index:1;
    border-radius:50%;
    background:radial-gradient(
        ellipse at center,
        rgba(255,232,128,.95) 0%,
        rgba(224,158,20,.65) 34%,
        rgba(185,123,5,.18) 58%,
        transparent 76%
    );
    filter:blur(4px);
    pointer-events:none;
}

/* animated shine line */
.fd-why-card::after{
    content:"";
    position:absolute;
    left:28px;
    right:28px;
    bottom:1px;
    height:4px;
    z-index:2;
    border-radius:999px;
    background:linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,.15) 12%,
        #b97b05 28%,
        #ffed91 50%,
        #b97b05 72%,
        rgba(255,255,255,.15) 88%,
        transparent 100%
    );
    box-shadow:
        0 0 14px rgba(255,219,91,.75),
        0 -2px 10px rgba(255,255,255,.35);
    pointer-events:none;
}

.fd-why-card:hover{
    transform:translateY(-8px);
    box-shadow:
        0 20px 25px rgba(180,129,28,.13),
        0 5px 0 #b97b05,
        inset 0 1px 0 rgba(255,255,255,.95);
}

.fd-why-card:hover::after{
    background:linear-gradient(
        90deg,
        transparent 0%,
        #b97b05 18%,
        #fff2a6 50%,
        #b97b05 82%,
        transparent 100%
    );
}

.fd-card-active{
    border:2px solid #d4a437;
}

.fd-popular-badge{
    position:absolute;
    top:0;
    right:18px;
    width:74px;
    height:78px;
    background:linear-gradient(to bottom,#bf860f,#f3c84f);
    clip-path:polygon(0 0,100% 0,100% 100%,50% 76%,0 100%);
    color:#fff;
    font-size:12px;
    font-weight:700;
    line-height:1.1;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    box-shadow:0 6px 12px rgba(191,134,15,.18);
    z-index:4;
}

.fd-card-icon{
    width:104px;
    height:104px;
    margin:0 auto 18px;
    border-radius:50%;
    background:rgba(255,248,230,.88);
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(214,172,74,.18);
    box-shadow:0 8px 18px rgba(193,142,48,.08);
    position:relative;
    z-index:3;
}

.fd-card-icon img{
    width:58px;
    height:58px;
    object-fit:contain;
}

.fd-card-line-top{
    width:58px;
    height:2px;
    margin:0 auto 16px;
    background:linear-gradient(to right,#b4780b,#f1d174,#b4780b);
    position:relative;
    z-index:3;
}

.fd-why-card h3{
    margin:0 auto;
    color:#000;
    font-size:20px;
    line-height:1.28;
    font-weight:600;
    max-width:260px;
    position:relative;
    z-index:3;
}

.fd-card-line{
    width:46px;
    height:2px;
    margin:16px auto;
    background:linear-gradient(to right,#b4780b,#f1d174,#b4780b);
    position:relative;
    z-index:3;
}

.fd-why-card p{
    margin:0 auto;
    max-width:240px;
    color:#4d4d4d;
    font-size:14px;
    position:relative;
    z-index:3;
}

@media(max-width:1200px){
    .fd-why-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .fd-why-header h2{
        font-size:52px;
    }

    .fd-why-header h2 span{
        font-size:46px;
    }
}

@media(max-width:768px){
    .fd-why-section{
        padding:60px 16px;
    }

    .fd-why-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .fd-why-header h2{
        font-size:38px;
    }

    .fd-why-header h2 span{
        font-size:34px;
    }

    .fd-why-header p{
        font-size:17px;
    }

    .fd-why-top-icon span{
        width:70px;
    }

    .fd-why-card{
        min-height:auto;
        padding:34px 24px;
    }
}


.fd-section3-lite{
    position:relative;
    overflow:hidden;
    padding:40px 20px 40px;
    background:#fff;
}

.fd-section3-lite-wrap{
    position:relative;
    z-index:2;
}

.fd-section3-lite-title{
    margin:0 0 24px;
    color:#000;
    font-size:40px;
    line-height:1.12;
    font-weight:700;
    letter-spacing:-1px;
}

.fd-section3-lite-title span{
    display:block;
    margin-top:6px;
    color:#c8952d;
}

.fd-section3-lite-content{
    position:relative;
    max-height:420px;
    overflow:hidden;
    transition:max-height .7s ease;
}

.fd-section3-lite-content::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:48px;
    background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
    pointer-events:none;
    transition:.35s ease;
}

.fd-section3-lite-content.is-open{
    max-height:5000px;
}

.fd-section3-lite-content.is-open::after{
    opacity:0;
    visibility:hidden;
}

.fd-section3-lite-car{
    width:min(100%,650px);
    float:right;
    margin:0 0 20px 40px;
    object-fit:contain;
}

.fd-section3-lite-content p{
    color:#302f2f;
    line-height:1.6;
    margin-bottom:22px;
}

.fd-section3-lite-content h2{
    color:#000;
    font-size:26px;
    line-height:1.2;
    font-weight:700;
    margin:24px 0 16px;
}

.fd-section3-lite-content h3{
    color:#000;
    font-size:25px;
    line-height:1.2;
    font-weight:700;
    margin:22px 0 14px;
}

.fd-section3-lite-content strong{
    color:#1f2937;
    font-weight:700;
}

/* inline read more link */
.fd-section3-readmore-link{
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#b4780b;
    font-size:15px;
    font-weight:6 00;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.3px;
    border-bottom:2px solid #d9a83d;
    padding-bottom:3px;
    transition:.3s ease;
}

.fd-section3-readmore-link span{
    width:22px;
    height:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#b4780b,#efc95d);
    color:#fff;
    font-size:13px;
    transition:.3s ease;
}

.fd-section3-readmore-link:hover{
    color:#000;
    border-color:#000;
}

.fd-section3-readmore-link:hover span{
    background:#000;
}

.fd-section3-readmore-link.is-open span{
    transform:rotate(180deg);
}

@media(max-width:768px){

    .fd-section3-lite{
        padding:30px 16px 40px;
    }

    .fd-section3-lite-title{
        font-size:30px;
        line-height:1.15;
    }

    .fd-section3-lite-title span{
        font-size:26px;
        line-height:1.18;
    }

    .fd-section3-lite-content{
        max-height:500px;
    }

    .fd-section3-lite-car{
        width:100%;
        float:none;
        margin:0 0 20px;
    }

    .fd-section3-lite-content p{
        font-size:15px;
        line-height:1.7;
    }
}

.fd-section3-cta-wrap{
    margin-top: 30px;
    width: 100%;
}

.fd-section3-cta-pro{
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;

    width: 100%;
    padding: 26px 34px;

    border-radius: calc(var(--radius-md) + 8px);
    text-decoration: none;

    background:
        linear-gradient(135deg, #fffaf0 0%, #fff3d4 48%, #e8c45a 100%);

    border: 1px solid rgba(200,155,60,.28);

    box-shadow:
        0 18px 45px rgba(180,120,11,.12),
        inset 0 1px 0 rgba(255,255,255,.85);

    transition: all .35s ease;
}

.fd-section3-cta-pro::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 88% 50%, rgba(255,255,255,.35), transparent 28%),
        linear-gradient(90deg, transparent, rgba(255,255,255,.22));

    pointer-events: none;
}

.fd-section3-cta-pro:hover{
    transform: translateY(-3px);
    box-shadow:
        0 26px 55px rgba(180,120,11,.18),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.fd-section3-cta-pro-left,
.fd-section3-cta-pro-right{
    position: relative;
    z-index: 2;
}

.fd-section3-cta-pro-left{
    max-width: 820px;
}

.fd-section3-cta-toprow{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;

    margin-bottom: 12px;
}

.fd-section3-cta-label{
    color: #b4780b;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.fd-section3-cta-chips{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.fd-section3-cta-chips span{
    padding: 7px 13px;

    border-radius: 999px;

    background: rgba(255,255,255,.72);
    border: 1px solid rgba(180,120,11,.12);

    color: #876014;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.fd-section3-cta-pro-left strong{
    display: block;

    color: #000;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: -.7px;

    margin-bottom: 8px;
}

.fd-section3-cta-caption{
    margin: 0;

    color: #6f5018;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
}

/* black button */
.fd-section3-cta-pro-right{
  
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 18px 24px;

    border-radius: calc(var(--radius-md) + 4px);

    background: linear-gradient(135deg, #b88223 0%, #c89b3c 42%, #f3d881 100%);

    border: 1px solid rgba(255,255,255,.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 18px 35px rgba(0,0,0,.35);

    overflow: hidden;
}

.fd-section3-cta-pro-right::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(135deg, rgba(255,255,255,.08), transparent 46%);

    pointer-events: none;
}

.fd-section3-cta-phone{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: .7px;
    white-space: nowrap;
}

.fd-section3-cta-phone-icon{
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: linear-gradient(135deg, #b4780b, #efc95d);
    color: #fff3f3;

    font-size: 15px;

    box-shadow: 0 10px 20px rgba(180,120,11,.32);
}

.fd-section3-cta-pro:hover .fd-section3-cta-phone-icon{
    transform: scale(1.08) rotate(-6deg);
}

@media(max-width: 991px){
    .fd-section3-cta-pro{
        grid-template-columns: 1fr;
        padding: 24px;
    }

    .fd-section3-cta-pro-right{
        width: 100%;
        min-width: 100%;
    }
}

@media(max-width: 575px){
    .fd-section3-cta-pro{
        padding: 20px;
        border-radius: 20px;
    }

    .fd-section3-cta-toprow{
        gap: 8px;
    }

    .fd-section3-cta-pro-left strong{
        font-size: 22px;
    }

    .fd-section3-cta-caption{
        font-size: 13px;
    }

    .fd-section3-cta-pro-right{
        min-height: 72px;
        padding: 14px 16px;
    }

    .fd-section3-cta-phone{
        font-size: 22px;
    }

    .fd-section3-cta-phone-icon{
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
}


/* =========================================================
   COMPACT GOLD CENTER PROCESS SECTION
========================================================= */

.fd-process-section{
    position: relative;
    overflow: hidden;

    padding: 38px 0;

    background: radial-gradient(circle at top center, rgba(255, 255, 255, .55), transparent 34%), linear-gradient(286deg, #fff7df 0%, #f4d16f 48%, #c9972c 100%);
}

.fd-process-section::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg, rgba(255,255,255,.28), transparent 35%, rgba(255,255,255,.18)),
        radial-gradient(circle at 12% 20%, rgba(255,255,255,.38), transparent 22%);

    pointer-events: none;
}

.fd-process-container{
    position: relative;
    z-index: 2;

    width: min(1280px, calc(100% - 28px));
    margin: auto;
}

/* heading */
.fd-process-heading{
    max-width: 720px;
    margin: 0 auto 24px;

    text-align: center;

    font-size: 35px;
    line-height: 1.12;

    font-weight: 600;
    letter-spacing: -1.4px;
}

.fd-process-heading span{
    color: #c8952d;
}

/* grid */
.fd-process-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

/* card */
.fd-process-card{
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: 260px;

    padding: 24px 22px 22px;

    text-align: center;

    border-radius: 24px;

    background: rgba(255,255,255,.72);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,.55);

    box-shadow:
        0 14px 34px rgba(80,50,5,.10),
        inset 0 1px 0 rgba(255,255,255,.75);

    transition: all .35s ease;
}

.fd-process-card::before{
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(135deg, rgba(255,255,255,.50), transparent 45%);

    opacity: .75;
    pointer-events: none;
}

.fd-process-card:hover{
    transform: translateY(-5px);
    background: rgba(255,255,255,.82);

    box-shadow:
        0 22px 44px rgba(80,50,5,.16),
        inset 0 1px 0 rgba(255,255,255,.9);
}

/* step */
.fd-process-step{
    position: absolute;
    top: 14px;
    right: 18px;

    color: rgba(122,79,5,.13);

    font-size: 34px;
    line-height: 1;

    font-weight: 500;
    letter-spacing: -1.5px;
}

/* icon */
.fd-process-icon{
    position: relative;
    z-index: 2;

    width: 54px;
    height: 54px;

    display: grid;
    place-items: center;

    margin-bottom: 16px;

    border-radius: 18px;

    background:
        linear-gradient(135deg, #8c5a08, #d8a72e 55%, #ffe18a);

    color: #fff;

    font-size: 21px;

    box-shadow:
        0 12px 22px rgba(122,79,5,.20);
}

/* title */
.fd-process-title{
    position: relative;
    z-index: 2;

    max-width: 300px;
    margin: 0 auto 10px;

    color: #1b160c;

    font-size: 20px;
    line-height: 1.25;

    font-weight: 500;
    letter-spacing: -.7px;
}

/* text */
.fd-process-text{
    position: relative;
    z-index: 2;

    max-width: 340px;
    margin: 0 auto;

    font-size: 14px;
    line-height: 1.65;
}

/* small line */
.fd-process-line{
    position: relative;
    z-index: 2;

    width: 38px;
    height: 2px;

    margin-top: 16px;

    border-radius: 999px;

    background: #9b6509;

    opacity: .45;

    transition: .35s ease;
}

.fd-process-card:hover .fd-process-line{
    width: 64px;
    opacity: 1;
}

/* responsive */
@media(max-width: 1100px){
    .fd-process-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 680px){

    .fd-process-section{
        padding: 30px 0;
    }

    .fd-process-container{
        width: min(100% - 22px, 1280px);
    }

    .fd-process-heading{
        margin-bottom: 18px;
        font-size: 26px;
        letter-spacing: -1px;
    }

    .fd-process-grid{
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .fd-process-card{
        min-height: auto;
        padding: 22px 18px 20px;
        border-radius: 22px;
    }

    .fd-process-step{
        font-size: 30px;
        top: 13px;
        right: 15px;
    }

    .fd-process-icon{
        width: 50px;
        height: 50px;
        margin-bottom: 14px;
        font-size: 19px;
    }

    .fd-process-title{
        font-size: 20px;
    }

    .fd-process-text{
        font-size: 13.5px;
        line-height: 1.6;
    }
}


/* =========================================================
   NEXT LEVEL GOLD CTA BUTTON
========================================================= */

.fd-cta-gold-btn{
    position: relative;
    overflow: hidden;

    width: fit-content;
    max-width: 100%;

    margin: 18px auto 0;

    padding: 14px 22px 14px 14px;

    display: flex;
    align-items: center;
    gap: 14px;

    border-radius: 22px;

    text-decoration: none;

    background:
        linear-gradient(
            135deg,
            #8a5b08 0%,
            #c8961c 28%,
            #f3d87f 58%,
            #b37a12 100%
        );

    box-shadow:
        0 16px 34px rgba(155,102,8,.28),
        inset 0 1px 0 rgba(255,255,255,.45);

    transition: all .35s ease;
}

.fd-cta-gold-btn::before{
    content: "";

    position: absolute;
    inset: 1px;

    border-radius: 21px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.18),
            rgba(255,255,255,.03)
        );

    pointer-events: none;
}

/* shine effect */
.fd-cta-gold-btn__shine{
    position: absolute;
    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.28),
            transparent
        );

    transform: skewX(-24deg);

    transition: .8s ease;
}

.fd-cta-gold-btn:hover .fd-cta-gold-btn__shine{
    left: 140%;
}

.fd-cta-gold-btn:hover{
    transform: translateY(-4px) scale(1.01);

    box-shadow:
        0 22px 44px rgba(155,102,8,.38),
        0 0 22px rgba(243,216,127,.22);
}

/* icon */
.fd-cta-gold-btn__icon{
    position: relative;
    z-index: 2;

    width: 52px;
    height: 52px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.30),
            rgba(255,255,255,.08)
        );

    border: 1px solid rgba(255,255,255,.22);

    color: #fff;

    font-size: 20px;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.22);
}

/* content */
.fd-cta-gold-btn__content{
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
}

.fd-cta-gold-btn__content small{
    color: rgba(255,255,255,.84);

    font-size: 10px;
    line-height: 1;

    letter-spacing: 1.6px;

    font-weight: 600;

    margin-bottom: 6px;
}

.fd-cta-gold-btn__content strong{
    color: #fff;

    font-size: 22px;
    line-height: 1.1;

    font-weight: 700;

    letter-spacing: -.5px;
}

/* arrow */
.fd-cta-gold-btn__arrow{
    position: relative;
    z-index: 2;

    width: 40px;
    height: 40px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255,255,255,.16);

    color: #fff;

    font-size: 14px;

    transition: .3s ease;
}

.fd-cta-gold-btn:hover .fd-cta-gold-btn__arrow{
    transform: translateX(3px);
    background: rgba(255,255,255,.24);
}

/* mobile */
@media(max-width:768px){

    .fd-cta-gold-btn{
        width: 100%;

        justify-content: center;

        padding: 14px 16px;

        border-radius: 20px;
    }

    .fd-cta-gold-btn__content strong{
        font-size: 18px;
    }

    .fd-cta-gold-btn__icon{
        width: 46px;
        height: 46px;

        border-radius: 15px;

        font-size: 18px;
    }

    .fd-cta-gold-btn__arrow{
        display: none;
    }
}

@media(max-width:520px){

    .fd-cta-gold-btn{
        gap: 12px;
    }

    .fd-cta-gold-btn__content small{
        font-size: 9px;
    }

    .fd-cta-gold-btn__content strong{
        font-size: 15px;
        line-height: 1.3;
    }

    .fd-cta-gold-btn__icon{
        width: 42px;
        height: 42px;

        font-size: 16px;
    }
}

.section8 .container {
  width: min(calc(100% - 2rem), 70%);
  max-width: 1100px;
}

@media (max-width: 1024px) {
  .section8 .container {
    width: min(calc(100% - 1.5rem), 100%);
  }
}

.hidden-faq {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: all 0.45s ease;
}

.hidden-faq.show {
    max-height: 500px;
    opacity: 1;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.faq-read-more-btn {
    background: linear-gradient(135deg, #B27F2A, #FFEA7C, #B27F2A);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: var(--radius-md);
    cursor: pointer;
}

.faq-read-more-btn:hover {
    transform: translateY(-2px);
}


.fd-footer {
        background:
            radial-gradient(circle at 18% 15%, rgba(255, 234, 124, 0.08), transparent 24%),
            radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.04), transparent 18%),
            linear-gradient(180deg, #171818 0%, #0b0c0c 100%);
        color: #fff;
        font-family: inherit;
        overflow: hidden;
    }

    .fd-footer a {
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .fd-footer-main {
        display: grid;
        grid-template-columns: 1.25fr 0.95fr 0.95fr 1fr;
        gap: 42px;
        padding: 55px 0 48px;
        align-items: flex-start;
    }

    .fd-footer-brand,
    .fd-footer-col,
    .fd-footer-contact {
        position: relative;
    }

    .fd-footer-col,
    .fd-footer-contact {
        padding-left: 42px;
        border-left: 1px solid rgba(255,255,255,0.10);
    }

    .fd-footer-logo {
        width: 230px;
        max-width: 100%;
        height: auto;
        margin-bottom: 22px;
    }

    .fd-footer-brand-line {
        width: 42px;
        height: 2px;
        background: linear-gradient(90deg, #b27f2a, #ffea7c, #b27f2a);
        margin-bottom: 22px;
    }

    .fd-footer-about {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 26px;
    }

    .fd-footer-social {
        display: flex;
        gap: 12px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fd-footer-social a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(255, 214, 84, 0.65);
        color: #f3d56a;
        display: grid;
        place-items: center;
        font-size: 17px;
        background: rgba(255,255,255,0.02);
    }

    .fd-footer-social a:hover {
        background: linear-gradient(135deg, #b27f2a, #ffea7c, #b27f2a);
        color: #111;
        transform: translateY(-3px);
    }

    .fd-footer-title {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 34px;
    }

    .fd-title-icon {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 214, 84, 0.55);
        color: #f3d56a;
        font-size: 14px;
    }

    .fd-title-text {
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #f7f7f7;
        position: relative;
        padding-bottom: 12px;
    }

    .fd-title-text::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 48px;
        height: 2px;
        background: linear-gradient(90deg, #b27f2a, #ffea7c, #b27f2a);
    }

    .fd-footer-links {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fd-footer-links li {
        margin-bottom: 20px;
    }

    .fd-footer-links a {
        color: #d8d8d8;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

    .fd-footer-links a i {
        color: #f3d56a;
        font-size: 12px;
    }

    .fd-footer-links a:hover {
        color: #f3d56a;
        transform: translateX(5px);
    }

    .fd-contact-row {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 14px;
        align-items: center;
        margin-bottom: 28px;
    }

    .fd-contact-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid rgba(255, 214, 84, 0.65);
        color: #f3d56a;
        display: grid;
        place-items: center;
        font-size: 15px;
        background: rgba(255,255,255,0.02);
    }

    .fd-contact-label {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .fd-contact-link {
        color: #f3d56a;
        font-size: 15px;
    }

    .fd-contact-link:hover {
        color: #fff;
    }

    .fd-footer-bottom {
        border-top: 1px solid rgba(255, 214, 84, 0.45);
        padding: 26px 0;
    }

    .fd-footer-bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
    }

    .fd-copy-wrap {
        display: flex;
        align-items: center;
        gap: 14px;
        color: #d8d8d8;
        font-size: 13px;
        line-height: 1.8;
    }

    .fd-shield {
        width: 34px;
        min-width: 34px;
        height: 40px;
        display: grid;
        place-items: center;
        color: #f3d56a;
        font-size: 23px;
    }

    .fd-copy-wrap a {
        color: #f3d56a;
    }

    .fd-copy-wrap a:hover {
        color: #fff;
    }

    .fd-bottom-right {
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .fd-policy-links {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fd-policy-links li:not(:last-child) {
        padding-right: 16px;
        border-right: 1px solid rgba(255,255,255,0.35);
    }

    .fd-policy-links a {
        color: #dcdcdc;
        font-size: 13px;
    }

    .fd-policy-links a:hover {
        color: #f3d56a;
    }

    .fd-inquiry-btn {
        min-width: 135px;
        height: 48px;
        padding: 0 22px;
        border-radius: 9px;
        border: 1px solid rgba(255, 214, 84, 0.75);
        color: #f3d56a;
        background: rgba(255, 214, 84, 0.05);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .fd-inquiry-btn:hover {
        background: linear-gradient(135deg, #b27f2a, #ffea7c, #b27f2a);
        color: #111;
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(255, 214, 84, 0.16);
    }

    @media (max-width: 1200px) {
        .fd-footer-main {
            grid-template-columns: 1fr 1fr;
        }

        .fd-footer-col,
        .fd-footer-contact {
            padding-left: 28px;
        }
    }

    @media (max-width: 768px) {
        .fd-footer-main {
            grid-template-columns: 1fr;
            gap: 32px;
            padding: 42px 0 35px;
        }

        .fd-footer-col,
        .fd-footer-contact {
            padding-left: 0;
            border-left: 0;
        }

        .fd-footer-bottom-inner,
        .fd-bottom-right {
            flex-direction: column;
            text-align: center;
        }

        .fd-copy-wrap {
            justify-content: center;
        }

        .fd-policy-links {
            justify-content: center;
            flex-wrap: wrap;
        }
    }

/* Section 5 (Testimonials) — equal height compact cards */
.testimonialSwiper .swiper-wrapper {
    align-items: stretch;
}

.testimonialSwiper .swiper-slide.testimonial-card {
    height: auto;
    display: flex;
    flex-direction: column;
    min-height: 18.5rem;
}

.testimonialSwiper .swiper-slide.testimonial-card > div:nth-child(2) {
    flex: 1 1 auto;
}

.testimonialSwiper .swiper-slide.testimonial-card > div:last-child {
    margin-top: auto;
}

.testimonialSwiper .swiper-slide.testimonial-card > div:nth-child(2) > div:nth-child(2) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media (max-width: 768px) {
    .testimonialSwiper .swiper-slide.testimonial-card {
        min-height: 17.25rem;
    }

    .testimonialSwiper .swiper-slide.testimonial-card > div:nth-child(2) > div:nth-child(2) {
        -webkit-line-clamp: 6;
    }
}

/* Our Fleet (single) - booking sidebar + moved details */
.fd-fleet-main {
    width: 75%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (max-width: 1024px) {
    .fd-fleet-main {
        width: 100%;
    }
}

.fd-fleet-hero {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 0.9rem 2.6rem rgba(10, 20, 30, 0.08);
    padding: 1rem;
    overflow: hidden;
}

.fd-fleet-hero__title {
    margin: 0 0 0.75rem;
    font-weight: 600;
    font-size: var(--text-4xl);
    line-height: 1.1;    
    letter-spacing: 0.01em;
    background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-fleet-hero__categories {
    margin: -0.35rem 0 0.65rem;
    color: #111111;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-transform: none;
    text-transform: uppercase;
}

.fd-fleet-hero__media {
    position: relative;
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at top, rgba(255, 234, 124, 0.12), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(199, 154, 53, 0.18);
    padding: 0.85rem;
    overflow: hidden;
}

.fd-fleet-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("assets/images/logo.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(70%, 420px);
    opacity: 0.06;
    transform: rotate(-8deg);
    pointer-events: none;
}

.fd-fleet-hero__image {
    width: min(100%, 820px);
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.fd-fleet-more-row {
    background: linear-gradient(180deg, rgba(255, 245, 230, 0.95), rgba(255, 245, 230, 0.7));
    border: 1px solid rgba(199, 154, 53, 0.22);
    border-radius: 0.75rem;
    padding: 0.55rem 0.7rem;
    margin-bottom: 0.6rem;
}

.fd-fleet-more-row--last {
    margin-bottom: 0;
}

.fd-fleet-more-row__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
}

.fd-fleet-more-row__inner > :first-child {
    color: #475569;
    font-weight: 800;
    font-size: 0.82rem;
}

.fd-fleet-more-row__inner > :last-child {
    color: #0f172a;
    font-weight: 900;
    font-size: 0.88rem;
    white-space: nowrap;
}

.fd-fleet-content {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 0.8rem 2.4rem rgba(10, 20, 30, 0.07);
    padding: 1rem;
}

.fd-fleet-details-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.65rem;
}

.fd-fleet-details-head__title {
    font-weight: 600;
    font-size: 1.5rem;
    background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-fleet-details-head__menu {
    border: 0;
    background: transparent;
    color: rgba(15, 23, 42, 0.55);
    font-size: 1.5rem;
    line-height: 1;
    padding: 0.25rem 0.4rem;
    border-radius: 0.6rem;
}

.fd-fleet-details-head__menu:hover {
    background: rgba(15, 23, 42, 0.05);
    color: rgba(15, 23, 42, 0.8);
}

.fd-fleet-details-card {
    border-radius: 1rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 0.5rem 1.4rem rgba(10, 20, 30, 0.05);
    overflow: hidden;
}

.fd-fleet-details-card__top {
    padding: 0.5rem;
}

.fd-fleet-details-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fd-fleet-details-metric {
    padding: 0.58rem 0.65rem;
    display: grid;
    grid-template-columns: 2.6rem 1fr;
    gap: 0.65rem;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
}

.fd-fleet-details-metric + .fd-fleet-details-metric {
    border-left: 1px solid rgba(15, 23, 42, 0.06);
}

.fd-fleet-details-metric__icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(242, 202, 122, 0.16), rgba(255, 243, 212, 0.52));
    color: #cf9841;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.fd-fleet-details-metric__icon svg {
    width: 1.12rem;
    height: 1.12rem;
}

.fd-fleet-details-metric__label {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(71, 85, 105, 0.92);
    margin-bottom: 0.15rem;
}

.fd-fleet-details-metric__value {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 500;
    color: #000000;
    font-size: 0.8rem;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fd-fleet-details-metric__value--wrap {
    display: block;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.18;
    word-break: break-word;
}

.fd-fleet-left-panel.fd-fleet-left-panel--compact {
    padding: 0.75rem;
}

.fd-fleet-left-panel--compact .fd-fleet-left-panel__title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.fd-fleet-details-more {
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(248, 250, 252, 0.7);
}

.fd-fleet-details-more__summary {
    cursor: pointer;
    user-select: none;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.58rem 0.75rem;
    font-weight: 600;
    font-size: 1rem;
}

.fd-fleet-details-more__summary::-webkit-details-marker {
    display: none;
}

.fd-fleet-details-more__chev {
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    color: rgba(15, 23, 42, 0.55);
    font-size: 1.55rem;
    line-height: 1;
}

.fd-fleet-details-more[open] .fd-fleet-details-more__chev {
    transform: rotate(-90deg);
}

.fd-fleet-details-more__body {
    padding: 0 0.42rem 0.5rem;
    cursor: default;
}

.fd-fleet-details-moregrid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    cursor: default;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.9);
}

.fd-fleet-details-moregrid.is-dragging {
    cursor: default;
    user-select: none;
}

.fd-fleet-details-moreitem {
    width: 100%;
    padding: 0.52rem 0.48rem 0.55rem;
    text-align: center;
    border-right: 1px solid rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 0;
    display: grid;
    justify-items: center;
    gap: 0.3rem;
    background: rgba(248, 250, 252, 0.72);
}

.fd-fleet-details-moreitem:nth-child(5n) {
    border-right: 0;
}

.fd-fleet-details-moreitem:nth-child(n + 6) {
    border-bottom: 0;
}

.fd-fleet-details-moreitem__icon {
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(242, 202, 122, 0.16), rgba(255, 243, 212, 0.52));
    color: #cf9841;
    font-size: 1rem;
}

.fd-fleet-details-moreitem__icon svg {
    width: 1.05rem;
    height: 1.05rem;
}

.fd-fleet-details-moreitem__label {
    font-size: 0.7rem;
    font-weight: 500;
    color: rgba(71, 85, 105, 0.92);
}

.fd-fleet-details-moreitem__value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-height: 1.45rem;
    padding: 0.12rem 0.42rem;
    border-radius: var(--radius-md);
    font-weight: 400;
    font-size: 0.76rem;
    white-space: nowrap;
}

.fd-fleet-details-moreitem__value.is-yes {
    color: #15803d;
    background: rgba(34, 197, 94, 0.12);
}

.fd-fleet-details-moreitem__value.is-no {
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.12);
}

.fd-fleet-details-moreitem__value.is-warn {
    color: #92400e;
    background: rgba(245, 158, 11, 0.16);
}

.fd-fleet-details-moreitem__value.is-info {
    color: #1e3a8a;
    background: rgba(59, 130, 246, 0.14);
}

@media (max-width: 1024px) {
    .fd-fleet-details-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fd-fleet-details-metric + .fd-fleet-details-metric {
        border-left: 0;
    }

    .fd-fleet-details-metric:nth-child(2n) {
        border-left: 1px solid rgba(15, 23, 42, 0.06);
    }

    .fd-fleet-details-metric:nth-child(n + 3) {
        border-top: 1px solid rgba(15, 23, 42, 0.06);
    }

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

    .fd-fleet-details-moreitem {
        border-right: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .fd-fleet-details-moreitem:nth-child(2n) {
        border-left: 1px solid rgba(15, 23, 42, 0.06);
    }

    .fd-fleet-details-moreitem:nth-child(n + 6) {
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .fd-fleet-details-moreitem:last-child,
    .fd-fleet-details-moreitem:nth-last-child(2) {
        border-bottom: 0;
    }
}

/* Fleet content theme */
.fd-fleet-description {
    color: rgba(15, 23, 42, 0.78);
    font-size: 0.95rem;
    line-height: 1.75;
}

.fd-fleet-description a {
    color: #b27f2a;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.fd-fleet-features {
    margin-top: 1rem;
}

.fd-fleet-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.8rem;
}

.fd-fleet-section-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fd-fleet-section-sub {
    margin: 0;
    color: rgba(71, 85, 105, 0.75);
    font-size: 0.85rem;
    font-weight: 700;
}

.fd-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.fd-feature-card {
    display: grid;
    grid-template-columns: 2.25rem 1fr;
    gap: 0.6rem;
    align-items: center;
    padding: 0.7rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 250, 252, 0.86));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.fd-feature-card__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.85rem;
    object-fit: contain;
    background: rgba(199, 154, 53, 0.08);
    padding: 0.35rem;
}

.fd-feature-card__k {
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(71, 85, 105, 0.86);
    letter-spacing: 0.06em;
    line-height: 1.1;
}

.fd-feature-card__v {
    margin-top: 0.15rem;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
    .fd-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .fd-feature-grid {
        grid-template-columns: 1fr;
    }
}

.fd-fleet-left-panel--compact {
    padding: 0.9rem;
}

.fd-fleet-left-panel__title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.fd-fleet-left-panel--compact .fd-fleet-left-panel__title {
    margin-bottom: 0.6rem;
}

.fd-fleet-left-panel__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.fd-fleet-left-panel__details {
    background: #f8fafc;
    border-radius: 0.85rem;
    padding: 0.75rem;
}

@media (min-width: 1024px) {
    .fd-fleet-left-panel__grid {
        grid-template-columns: 1.05fr 0.95fr;
        align-items: start;
    }
}

.fd-fleet-details-compact__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.fd-fleet-detail-pill {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.85rem;
    background: #ffffff;
    padding: 0.6rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
}

.fd-fleet-detail-pill__k {
    color: #64748b;
    font-weight: 800;
    font-size: 0.78rem;
    line-height: 1.1;
}

.fd-fleet-detail-pill__v {
    color: #0f172a;
    font-weight: 900;
    font-size: 0.85rem;
    white-space: nowrap;
}

.fd-fleet-detail-pill__v img {
    width: 1.1rem;
    height: 1.1rem;
    object-fit: contain;
}

.fd-fleet-more {
    margin-top: 0.75rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.14);
    padding-top: 0.75rem;
}

.fd-fleet-more__summary {
    cursor: pointer;
    font-weight: 900;
    color: #0f172a;
    list-style: none;
    user-select: none;
}

.fd-fleet-more__summary::-webkit-details-marker {
    display: none;
}

.fd-fleet-more__summary::after {
    content: "›";
    float: right;
    transform: rotate(90deg);
    transition: transform 0.2s ease;
    color: #64748b;
}

.fd-fleet-more[open] .fd-fleet-more__summary::after {
    transform: rotate(-90deg);
}

.fd-fleet-more__body {
    margin-top: 0.75rem;
}

@media (max-width: 640px) {
    .fd-fleet-details-compact__grid {
        grid-template-columns: 1fr;
    }
}

.fd-booking-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    --fd-gold-1: #ffea7c;
    --fd-gold-2: #c79a35;
    --fd-gold-3: #b27f2a;
    --fd-ink: #0f172a;
    --fd-muted: #64748b;
}

.fd-booking-sidebar * {
    font-weight: 400;
}

.fd-ico {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-grid;
    place-items: center;
    color: rgba(15, 23, 42, 0.65);
    flex: 0 0 auto;
}

.fd-ico svg {
    width: 1.2rem;
    height: 1.2rem;
}

.fd-ico--lg,
.fd-ico--lg svg {
    width: 1.45rem;
    height: 1.45rem;
}

.fd-booking-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.fd-booking-tab {
    appearance: none;
    border: 0;
    cursor: pointer;
    border-radius: var(--radius-md);
    padding: 0.6rem 0.7rem;
    font-weight: 600;
    font-size: 0.85rem;
    background: #f1f5f9;
    color: #334155;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.fd-booking-tab.is-active {
    background: linear-gradient(108deg, var(--fd-gold-3) 4.92%, var(--fd-gold-1) 67.46%, var(--fd-gold-3) 85.22%);
    color: #0b0b0b;
    box-shadow: 0 0.8rem 1.8rem rgba(199, 154, 53, 0.22);
}

.fd-booking-card {
    background: #ffffff;
    border-radius: 1.05rem;
    box-shadow: 0 0.55rem 1.6rem rgba(10, 20, 30, 0.07);
    overflow: hidden;
}

.fd-booking-card__header {
    padding: 0.85rem 0.9rem 0.75rem;
    background: #f8fafc;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.fd-booking-card__title {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--fd-ink);
}

.fd-booking-card__subtitle {
    font-size: 0.82rem;
    color: var(--fd-muted);
    margin-top: 0.15rem;
}

.fd-booking-card__body {
    padding: 0.85rem 0.9rem;
}

.fd-booking-duration {
    background: #ffffff;
    border-radius: 0.9rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 0.75rem;
    display: grid;
    gap: 0.55rem;
}

.fd-booking-field__label {
    display: block;
    font-size: 0.72rem;
    color: var(--fd-muted);
    margin-bottom: 0.25rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.fd-booking-input {
    width: 100%;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0.6rem 0.65rem;
    font-size: 0.86rem;
    outline: none;
    background: #ffffff;
}

.fd-booking-input:focus {
    border-color: rgba(199, 154, 53, 0.55);
    box-shadow: 0 0 0 3px rgba(199, 154, 53, 0.14);
}

.fd-booking-duration__hint {
    font-size: 0.8rem;
    color: var(--fd-muted);
    font-weight: 500;
}

.fd-booking-price {
    margin-top: 0.75rem;
    padding: 0.7rem 0.75rem;
    border-radius: 0.95rem;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.fd-booking-price__label {
    font-weight: 600;
    color: var(--fd-ink);
    font-size: 0.9rem;
}

.fd-booking-price__days {
    font-size: 0.8rem;
    color: var(--fd-muted);
    font-weight: 500;
}

.fd-booking-price__value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--fd-gold-2);
    font-size: 1.12rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.fd-booking-price__value .fd-aed-icon {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
}

.fd-booking-price__value [data-fd-price-number] {
    display: inline-block;
    max-width: 10.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fd-booking-segment {
    margin-top: 0.85rem;
}

.fd-booking-segment__label {
    font-weight: 600;
    color: var(--fd-ink);
    margin-bottom: 0.5rem;
    font-size: 0.92rem;
}

.fd-booking-segment__control {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: var(--radius-md);
    border: 2px solid rgba(199, 154, 53, 0.9);
    overflow: hidden;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.04);
}

.fd-booking-radio {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.75rem 0.65rem;
    cursor: pointer;
    font-weight: 500;
    color: #334155;
    user-select: none;
    font-size: 0.9rem;
}

.fd-booking-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fd-booking-radio::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 999px;
    border: 2px solid #cbd5e1;
    background: #ffffff;
}

.fd-booking-radio.is-active::before {
    border-color: var(--fd-gold-2);
    background: radial-gradient(circle at center, var(--fd-gold-2) 0 0.28rem, transparent 0.29rem);
}

.fd-booking-radio + .fd-booking-radio {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.fd-booking-radio.is-active {
    background: rgba(199, 154, 53, 0.10);
    color: var(--fd-gold-3);
}

.fd-booking-card__header .fd-booking-card__title,
.fd-booking-card__header .fd-booking-card__subtitle,
.fd-booking-card__body,
.fd-booking-tab {
    line-height: 1.2;
}

.fd-booking-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 0.9rem;
    display: grid;
    gap: 0.6rem;
}

.fd-booking-checklist li {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    color: var(--fd-ink);
    font-weight: 500;
    font-size: 0.9rem;
}

.fd-booking-check {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(199, 154, 53, 0.12);
    color: var(--fd-gold-2);
    font-weight: 600;
}

.fd-booking-list {
    display: grid;
    gap: 0.65rem;
}

.fd-booking-list__item {
    width: 100%;
    text-align: left;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1.35rem 1fr auto;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    border-radius: 0.95rem;
    padding: 0.7rem 0.75rem;
}

.fd-booking-list__title {
    display: block;    
    color: var(--fd-ink);
    font-size: 0.92rem;
}

.fd-booking-list__sub {
    display: block;
    font-size: 0.78rem;
    color: var(--fd-muted);
    margin-top: 0.12rem;
    font-weight: 500;
}

.fd-booking-list__right {
    color: #334155;
    white-space: nowrap;
}

.fd-booking-toggle {
    display: flex;
    justify-content: space-between;
    gap: 0.9rem;
    align-items: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    border-radius: 0.95rem;
    padding: 0.7rem 0.75rem;
}

.fd-booking-toggle__title {
    font-weight: 500;
    color: var(--fd-ink);
    font-size: 0.92rem;
}

.fd-booking-toggle__sub {
    font-size: 0.78rem;
    color: var(--fd-muted);
    margin-top: 0.12rem;
    font-weight: 500;
}

.fd-booking-toggle__right {
    display: grid;
    justify-items: end;
    gap: 0.35rem;
}

.fd-booking-toggle__price {
    font-weight: 600;
    color: var(--fd-gold-2);
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.fd-booking-toggle--stack {
    align-items: start;
}

.fd-booking-protection-section {
    margin-top: 0.85rem;
    padding: 0.7rem;
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgb(255 249 221), rgba(255, 255, 255, 0.95));
    display: grid;
    gap: 0.7rem;
}

.fd-booking-protection-section .fd-booking-toggle--stack {
    margin: 0;
    border: 1px solid rgba(34, 197, 94, 0.18);
    background: #ffffff;
}

.fd-booking-protection-section .fd-booking-waiver__row,
.fd-booking-protection-section .fd-booking-deposit__row {
    border-color: rgba(34, 197, 94, 0.18);
    background: #ffffff;
}

.fd-booking-toggle--waiver .fd-booking-toggle__left {
    display: grid;
    gap: 0.5rem;
}

.fd-booking-toggle__price-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
    color: var(--fd-ink);
    font-size: 0.98rem;
}

.fd-booking-toggle__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fd-booking-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.85rem;
    background: rgba(34, 197, 94, 0.12);
    color: var(--fd-success);
}

.fd-booking-badge__label {
    font-weight: 700;
    color: var(--fd-ink);
    font-size: 0.9rem;
}

.fd-booking-badge__price {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    color: #ef4444;
    font-size: 0.9rem;
}

.fd-booking-badge__price-old {
    color: var(--fd-muted);
    text-decoration: line-through;
    font-weight: 500;
}

.fd-booking-badge__price-new {
    color: #ef4444;
}

.fd-booking-toggle__desc {
    display: block;
    margin-top: 0.25rem;
    color: var(--fd-muted);
    font-size: 0.8rem;
    line-height: 1.35;
}

.fd-booking-inline-price {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--fd-ink);
    font-weight: 500;
}

.fd-switch--danger input:checked + .fd-switch__ui {
    background: #ef4444;
}

.fd-switch--success input:checked + .fd-switch__ui {
    background: #22c55e;
}

.fd-booking-protection-section .fd-switch input:checked + .fd-switch__ui {
    background: #22c55e;
}

.fd-booking-deposit__row {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    background: #f8fafc;
    display: grid;
    grid-template-columns: 1.6rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.fd-booking-deposit__meta {
    display: grid;
    gap: 0.2rem;
}

.fd-booking-deposit__title {
    color: var(--fd-ink);
    font-weight: 600;
    font-size: 0.95rem;
}

.fd-booking-deposit__sub {
    color: var(--fd-muted);
    font-size: 0.82rem;
    margin-top: 0.05rem;
    line-height: 1.4;
}

.fd-booking-deposit__amount {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--fd-ink);
    font-weight: 500;
    white-space: nowrap;
}

.fd-booking-waiver__row {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    background: #f8fafc;
    display: grid;
    grid-template-columns: 1.6rem 1fr auto;
    gap: 0.75rem;
    align-items: center;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.fd-booking-waiver__meta {
    display: grid;
    gap: 0.2rem;
}

.fd-booking-waiver__title {
    color: var(--fd-ink);
    font-weight: 600;
    font-size: 0.95rem;
}

.fd-booking-waiver__sub {
    color: var(--fd-muted);
    font-size: 0.82rem;
    margin-top: 0.05rem;
    line-height: 1.4;
}

.fd-booking-waiver__amount {
    display: grid;
    gap: 0.5rem;
    align-items: center;
    white-space: nowrap;
}

.fd-booking-waiver__original {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #ef4444;
    font-weight: 500;
    text-decoration: line-through;
    font-size: 0.9rem;
}

.fd-booking-waiver__final {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--fd-gold-2);
}

.fd-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.fd-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(2px);
}

.fd-modal__panel {
    position: relative;
    width: min(52rem, 100%);
    background: #ffffff;
    border-radius: 1.05rem;
    box-shadow: 0 1.4rem 3.6rem rgba(0, 0, 0, 0.22);
    overflow: hidden;
    border: 1px solid rgba(178, 127, 42, 0.28);
}

.fd-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(91.22deg, rgba(178, 127, 42, 0.12) 0, rgba(255, 234, 124, 0.22) 50.09%, rgba(178, 127, 42, 0.12) 96.33%);
}

.fd-modal__title {
    font-size: 1.05rem;
    color: var(--fd-ink);
    font-weight: 700;
}

.fd-modal__close {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #ffffff;
    cursor: pointer;
    font-size: 1.15rem;
    line-height: 1;
    color: rgba(15, 23, 42, 0.6);
}

.fd-modal__body {
    padding: 1rem;
    max-height: min(78vh, 42rem);
    overflow: auto;
}

.fd-modal__body h1,
.fd-modal__body h2,
.fd-modal__body h3 {
    color: #0f172a;
    font-weight: 600;
    line-height: 1.15;
    margin: 0.75rem 0 0.35rem;
}

.fd-modal__body h1 { font-size: 1.15rem; }
.fd-modal__body h2 { font-size: 1.05rem; }
.fd-modal__body h3 { font-size: 0.98rem; }

.fd-modal__body p {
    margin: 0.35rem 0;
    color: rgba(15, 23, 42, 0.82);
    font-size: 0.92rem;
    line-height: 1.55;
}

.fd-modal__body ul {
    margin: 0.35rem 0 0.6rem;
    padding-left: 1.1rem;
    list-style: disc;
}

.fd-modal__body li {
    margin: 0.25rem 0;
}

.fd-modal-content {
    max-width: 64ch;
}

.fd-modal-lead {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.78);
}

.fd-modal-table__head {
    font-size: 0.9rem;
    color: var(--fd-ink);
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.fd-modal-table__row {
    padding: 0.7rem 0.85rem;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    color: rgba(15, 23, 42, 0.82);
    font-size: 0.92rem;
    background: #ffffff;
}

html.fd-modal-open,
html.fd-modal-open body {
    overflow: hidden;
}

.fd-switch {
    position: relative;
    width: 3.1rem;
    height: 1.75rem;
    display: inline-block;
}

.fd-switch input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.fd-switch__ui {
    position: absolute;
    inset: 0;
    background: #e2e8f0;
    border-radius: 999px;
    transition: background 0.2s ease;
    cursor: pointer;
}

.fd-switch__ui::after {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 1.35rem;
    height: 1.35rem;
    background: #ffffff;
    border-radius: 999px;
    box-shadow: 0 0.35rem 0.75rem rgba(10, 20, 30, 0.16);
    transition: transform 0.2s ease;
}

.fd-switch input:checked + .fd-switch__ui {
    background: var(--fd-gold-2);
}

.fd-switch input:checked + .fd-switch__ui::after {
    transform: translateX(1.35rem);
}

.fd-booking-location__label {
    font-weight: 600;
    color: var(--fd-ink);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 0.7rem;
}

.fd-booking-location {
    margin-bottom: 0.85rem;
}

.fd-booking-location:last-child {
    margin-bottom: 0;
}

.fd-booking-return {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px dashed rgba(15, 23, 42, 0.12);
}

.fd-booking-location__box {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    padding: 0.45rem;
    background: #ffffff;
    display: grid;
    gap: 0.4rem;
}

.fd-booking-location__placeholder {
    color: #94a3b8;
    font-weight: 500;
    font-style: italic;
    font-size: 0.88rem;
}

.fd-booking-location__link {
    justify-self: start;
    border: 0;
    background: transparent;
    color: var(--fd-gold-3);
    font-weight: 700;
    cursor: pointer;
    padding: 0;
    font-size: 0.82rem;
}

.fd-delivery-select {
    width: 100%;
    padding: 0.7rem 2.5rem 0.7rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.85rem;
    background: #ffffff;
    color: var(--fd-ink);
    font-size: 0.88rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.2rem;
    line-height: 1.25;
}

.fd-booking-location__box .fd-delivery-select {
    border-color: #c89b3c;
    background-color: #fff8ea;
}

.fd-booking-location__box:hover {
    border-color: #c89b3c;
}

.fd-booking-location__box:focus-within {
    border-color: #c89b3c;
    box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.10);
}

.fd-booking-location__box .fd-delivery-select:hover,
.fd-booking-location__box .fd-delivery-select:focus {
    background-color: #fff8ea;
    border-color: #c89b3c;
    box-shadow: none;
}

.fd-select {
    width: 100%;
    position: relative;
}

.fd-select__native {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.fd-select__button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 2.5rem 0.7rem 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.85rem;
    background: transparent;
    color: var(--fd-ink);
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.fd-booking-location__box .fd-select__button {
    border-color: transparent;
}

.fd-select__button.is-placeholder {
    color: #94a3b8;
}

.fd-select__value {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
    min-width: 0;
}

.fd-select__left {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
    font-weight: 500;
}

.fd-select__price {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    color: rgba(15, 23, 42, 0.85);
    font-size: 0.88rem;
    font-weight: 500;
}

.fd-select__coin {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
}

.fd-select__chevron {
    position: absolute;
    right: 1.1rem;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.2rem;
    opacity: 0.9;
}

.fd-select__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.45rem);
    z-index: 1000;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 0.9rem;
    box-shadow: 0 0.75rem 1.8rem rgba(15, 23, 42, 0.10);
    padding: 0.35rem;
    max-height: min(45vh, 18rem);
    overflow: auto;
}

.fd-select__menu.is-hidden {
    display: none;
}

.fd-select__option {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.75rem;
    color: var(--fd-ink);
    font-size: 0.9rem;
    font-weight: 500;
}

.fd-select__option:hover {
    background: #f8fafc;
}

.fd-select__option.is-placeholder {
    cursor: default;
    color: #64748b;
    font-weight: 500;
}

.fd-select__opt-left {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fd-select__opt-price {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    color: rgba(15, 23, 42, 0.82);
    font-weight: 500;
}

.fd-delivery-select:invalid {
    color: #94a3b8;
}

.fd-delivery-select:hover {
    border-color: #c89b3c;
    background-color: #fff8ea;
}

.fd-delivery-select:focus {
    outline: none;
    border-color: #c89b3c;
    box-shadow: 0 0 0 3px rgba(200, 155, 60, 0.1);
}

.fd-delivery-select option {
    padding: 0.5rem;
    color: #333333;
    background: #ffffff;
    font-size: 0.92rem;
}

.fd-delivery-select option:checked {
    background: #c89b3c;
    color: #ffffff;
}

.fd-booking-pickups {
    display: grid;
    gap: 0.6rem;
    margin-bottom: 0.65rem;
}

.fd-pickup-loader {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 3.4rem;
    padding: 0.85rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(199, 154, 53, 0.18);
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    color: #7c5c22;
    font-size: 0.9rem;
    font-weight: 600;
}

.fd-pickup-loader__spinner {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 2px solid rgba(199, 150, 51, 0.22);
    border-top-color: #c79633;
    animation: homeFleetSpin 0.75s linear infinite;
    flex: 0 0 auto;
}

.fd-pickup-loader__text {
    line-height: 1.35;
}

.fd-pickup-loader.is-error {
    border-color: rgba(186, 78, 40, 0.18);
    color: #9a3412;
}

.fd-pickup {
    cursor: pointer;
    position: relative;
    display: grid;
    grid-template-columns: 1.2rem 1fr auto;
    gap: 0.6rem;
    align-items: start;
    padding: 0.75rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
}

.fd-pickup.is-active {
    border-color: rgba(199, 154, 53, 0.8);
    box-shadow: 0 0 0 3px rgba(199, 154, 53, 0.10);
}

.fd-pickup input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fd-pickup__dot {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    border: 2px solid #cbd5e1;
    margin-top: 0.1rem;
    position: relative;
}

.fd-pickup.is-active .fd-pickup__dot {
    border-color: var(--fd-gold-2);
}

.fd-pickup.is-active .fd-pickup__dot::after {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 999px;
    background: var(--fd-gold-2);
}

.fd-pickup__title {
    display: block;
    font-weight: 600;
    color: var(--fd-ink);
    line-height: 1.2;
    font-size: 0.88rem;
}

.fd-pickup__copy {
    color: rgba(15, 23, 42, 0.35);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.1rem;
    padding: 0.2rem 0.35rem;
    border-radius: 0.5rem;
    display: none;
}

.fd-pickup.is-active .fd-pickup__copy {
    color: rgba(15, 23, 42, 0.55);
    background: rgba(199, 154, 53, 0.10);
}

.fd-booking-checkbox {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 500;
    color: var(--fd-ink);
    user-select: none;
    font-size: 0.86rem;
}

.fd-booking-checkbox input {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--fd-gold-2);
}

.fd-booking-continue {
    margin-top: 0.75rem;
    width: 100%;
    border: 0;
    cursor: pointer;
    padding: 0.67rem 1rem;
    border-radius: var(--radius-md);
    background: linear-gradient(108deg, var(--fd-gold-3) 4.92%, var(--fd-gold-1) 67.46%, var(--fd-gold-3) 85.22%);
    color: #0b0b0b;
    font-weight: 600;
    font-size: 0.98rem;
    box-shadow: 0 1rem 2.1rem rgba(199, 154, 53, 0.22);
}

.fd-aed-icon {
    width: 1.05rem;
    height: 1.05rem;
    object-fit: contain;
    vertical-align: middle;
}

.is-hidden {
    display: none !important;
}

.fd-booking-continue:hover {
    filter: brightness(0.98);
}

.fd-booking-continue:disabled {
    opacity: 0.8;
    cursor: wait;
}

.fd-order-flow {
    display: grid;
    gap: 0.75rem;
}

.fd-order-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 0.85rem;
    overflow: hidden;
}

.fd-order-card__head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.8rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    color: var(--fd-ink);
    font-size: 1.25rem;
    font-weight: 500;
}

.fd-order-card__back {
    border: 0;
    background: transparent;
    color: var(--fd-ink);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.1rem 0.2rem;
}

.fd-order-card__body {
    padding: 0.75rem 0.8rem;
    display: grid;
    gap: 0.5rem;
}

.fd-order-headicon {
    width: 20px;
    height: 20px;
    color: #b27f2a;
    flex: 0 0 auto;
}

.fd-order-headicon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fd-order-row {
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    font-size: 0.82rem;
    color: #334155;
}

.fd-order-row--saving {
    color: #b27f2a;
}

.fd-order-row--total {
    font-size: 1rem;
    color: #0f172a;
}
.fd-order-row--total span {
  font-weight: 600;
}

.fd-order-row--vat {
    padding-top: 0.25rem;
}

.fd-order-vat {
    display: grid;
    gap: 0.1rem;
}

.fd-order-vat__title {
    font-weight: 600;
    color: #0f172a;
}

.fd-order-vat__hint {
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.2;
}

.fd-order-amount {
    color: #0f172a;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.fd-aed-icon {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    transform: translateY(0.06em);
}

.fleet-price-amount {
    white-space: nowrap;
}

.fd-order-amount--rent {
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
}

.fd-order-amount__old {
    text-decoration: line-through;
    text-decoration-color: #dc2626;
    text-decoration-thickness: 2px;
    color: rgba(15, 23, 42, 0.55);
}

.fd-order-amount__new {
    color: #b27f2a;
    font-weight: 400;
}

.fd-order-row--total .fd-order-amount {
    color: #dc2626;
    font-size: 1.12rem;
}

.fd-order-total-hint {
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
    margin-top: -0.15rem;
    font-size: 0.78rem;
    color: #16a34a;
}

.fd-order-total-hint__amount {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #16a34a;
    font-weight: 500;
}

.fd-order-divider {
    height: 1px;
    background: rgba(15, 23, 42, 0.09);
    margin: 0.2rem 0;
}

.fd-order-promo {
    display: grid;
    gap: 0.4rem;
    padding: 0.25rem 0;
}

.fd-order-promo__title {
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.2;
}

.fd-order-promo__row {
    display: flex;
    gap: 0.45rem;
    align-items: center;
    min-width: 0;
}

.fd-order-promo__inputwrap {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.fd-order-promo__input {
    border: 1px solid rgba(15, 23, 42, 0.18);
    border-radius: 0.55rem;
    padding: 0.5rem 0.62rem;
    font-size: 0.82rem;
    outline: none;
    height: 42px;
    min-width: 0;
    width: 100%;
    padding-right: 2.1rem;
}

.fd-order-promo__btn {
    border: 0;
    border-radius: 0.55rem;
    padding: 0 0.78rem;
    height: 42px;
    min-width: 84px;
    background: #b27f2a;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fd-order-promo__clear {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    height: 1.35rem;
    border: 0;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 0.86rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .fd-order-promo__row {
        flex-wrap: wrap;
    }
    .fd-order-promo__inputwrap {
        flex-basis: 100%;
    }
}

.fd-order-paymethod {
    display: grid;
    gap: 0.6rem;
    padding: 0.3rem 0 0.1rem;
}

.fd-order-paymethod__head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0f172a;
}

.fd-order-paymethod__card {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(59, 130, 246, 0.25);
    background: rgb(254 252 240);
    padding: 0.7rem 0.75rem;
}

.fd-order-paymethod.is-discount-on .fd-order-paymethod__card {
    border-color: rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
}

.fd-order-paymethod__tick {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.18);
    color: #15803d;
    display: grid;
    place-items: center;
    font-weight: 800;
    flex: 0 0 auto;
}

.fd-order-paymethod__meta {
    display: grid;
    gap: 0.15rem;
    flex: 1;
    min-width: 0;
}

.fd-order-paymethod__name {
    font-weight: 500;
    color: #b27f2a;
    font-size: 0.88rem;
}

.fd-order-paymethod__sub {
    font-size: 0.78rem;
    color: #dc2626;
    line-height: 1.25;
}

.fd-order-paymethod.is-discount-on .fd-order-paymethod__sub {
    color: #15803d;
}

.fd-order-paymethod__saved {
    display: inline-flex;
    gap: 0.25rem;
}

.fd-order-paymethod__toggle {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    cursor: pointer;
}

.fd-order-paymethod__toggle-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fd-order-paymethod__toggle-ui {
    width: 46px;
    height: 26px;
    border-radius: 999px;
    background: #edd9ac;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: background 160ms ease;
}

.fd-order-paymethod__toggle-knob {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #ffffff;
    transition: transform 160ms ease;
}

.fd-order-paymethod__toggle-input:checked + .fd-order-paymethod__toggle-ui {
    background: #22c55e;
}

.fd-order-paymethod__toggle-input:checked + .fd-order-paymethod__toggle-ui .fd-order-paymethod__toggle-knob {
    transform: translateX(-20px);
}

.fd-order-pay-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.35rem 0;
}

.fd-order-pay-value {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.fd-order-pay-title {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: center;
    column-gap: 0.5rem;
    font-size: 0.86rem;
    color: #0f172a;
    font-weight: 500;
}

.fd-order-pay-sub {
    margin-top: 0.12rem;
    font-size: 0.76rem;
    color: #64748b;
    padding-left: calc(18px + 0.5rem);
}

.fd-order-pay-icon {
    width: 18px;
    height: 18px;
    color: #b27f2a;
    flex: 0 0 auto;
}

.fd-order-pay-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fd-order-pay-value {
    font-size: 0.95rem;
    color: #0f172a;
    font-weight: 500;
    white-space: nowrap;
}

.fd-order-loc__title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #0f172a;
    font-weight: 500;
}

.fd-order-loc__icon {
    width: 18px;
    height: 18px;
    color: #b27f2a;
    flex: 0 0 auto;
}

.fd-order-loc__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.fd-order-loc__meta,
.fd-order-loc__branch {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 0.12rem;
    padding-left: calc(18px + 0.5rem);
}

.fd-order-cancel {
    display: grid;
    gap: 0.18rem;
    padding: 0.15rem 0;
}

.fd-order-cancel__title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #0f172a;
    font-size: 0.9rem;
}

.fd-order-cancel__icon {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: rgb(255 247 202);
    color: #c79a35;
    display: grid;
    place-items: center;
    font-weight: 900;
    flex: 0 0 auto;
}

.fd-order-cancel__sub {
    font-size: 0.78rem;
    color: #b27f2a;
}

.fd-order-input-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
}

.fd-order-input {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 0.62rem;
    padding: 0.52rem 0.6rem;
    font-size: 0.86rem;
    color: #0f172a;
}

.fd-order-input:focus {
    outline: none;
    border-color: rgba(199, 154, 53, 0.62);
    box-shadow: 0 0 0 2px rgba(199, 154, 53, 0.14);
}

.fd-order-toggle {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 0.62rem;
    padding: 0.5rem 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    font-size: 0.84rem;
    color: #475569;
    cursor: pointer;
}

.fd-order-toggle__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fd-order-toggle__ui {
    width: 2.2rem;
    height: 1.2rem;
    border-radius: 999px;
    background: var(--fd-gold-2);
    position: relative;
    flex: 0 0 auto;
    transition: background 160ms ease;
}

.fd-order-toggle__ui::after {
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background: #ffffff;
    top: 0.15rem;
    right: 0.15rem;
    transition: transform 160ms ease;
}

.fd-order-toggle__input:checked + .fd-order-toggle__ui {
    background: #edd9ac;
}

.fd-order-toggle__input:checked + .fd-order-toggle__ui::after {
    transform: translateX(-1rem);
}

.fd-order-phone {
    display: block;
}

.fd-order-phone__input {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 0.62rem;
    padding: 0.52rem 0.6rem;
    font-size: 0.86rem;
    color: #0f172a;
}

.fd-order-phone .iti {
    width: 100%;
}

.fd-order-phone .iti__country-list {
    z-index: 60;
}

.fd-order-phone .iti__selected-country {
    border-right: 1px solid rgba(15, 23, 42, 0.1);
}

.fd-order-check {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    font-size: 0.84rem;
    color: #475569;
    padding: 0.35rem 0;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
    cursor: pointer;
}

.fd-order-check input {
    margin-top: 0.1rem;
    accent-color: var(--fd-gold-2);
}

.fd-order-terms {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.35;
}

.fd-order-terms__link {
    border: 0;
    background: transparent;
    padding: 0;
    color: #b27f2a;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fd-toast-stack {
    position: fixed;
    right: 0.8rem;
    top: 0.8rem;
    z-index: 100000;
    display: grid;
    gap: 0.6rem;
    max-width: min(420px, calc(100vw - 1.4rem));
    pointer-events: none;
}

.fd-toast {
    pointer-events: auto;
    border-radius: 0.8rem;
    border: 1px solid rgba(178, 127, 42, 0.34);
    background: linear-gradient(145deg, rgba(255, 251, 238, 0.98), rgba(255, 245, 214, 0.96));
    box-shadow: 0 10px 24px rgba(33, 22, 4, 0.14);
    padding: 0.82rem 0.9rem;
    display: grid;
    grid-template-columns: 20px 1fr auto;
    gap: 0.65rem;
    align-items: center;
    transform: translateY(-5px);
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease;
}

.fd-toast.is-show {
    opacity: 1;
    transform: translateY(0);
}

.fd-toast__icon {
    width: 20px;
    height: 20px;
    color: #9b6a1c;
    font-weight: 700;
}

.fd-toast--success .fd-toast__icon { color: #8c6117; }
.fd-toast--error .fd-toast__icon { color: #ba4e28; }

.fd-toast__title {
    font-weight: 700;
    color: #4f360f;
    font-size: 0.94rem;
    line-height: 1.12;
}

.fd-toast__msg {
    margin-top: 0.08rem;
    color: rgba(79, 54, 15, 0.78);
    font-size: 0.84rem;
    line-height: 1.28;
}

.fd-toast__close {
    border: 1px solid rgba(178, 127, 42, 0.28);
    background: rgba(255, 249, 227, 0.8);
    width: 28px;
    height: 28px;
    border-radius: 999px;
    cursor: pointer;
    color: rgba(79, 54, 15, 0.72);
    line-height: 1;
    display: inline-grid;
    place-items: center;
    transition: background-color 140ms ease, color 140ms ease, border-color 140ms ease;
}

.fd-toast__close:hover {
    background: rgba(255, 239, 184, 0.95);
    color: #3c2809;
    border-color: rgba(178, 127, 42, 0.5);
}

.fd-toast__close:focus-visible {
    outline: 2px solid rgba(178, 127, 42, 0.45);
    outline-offset: 1px;
}

@media (max-width: 575px) {
    .fd-toast-stack {
        left: 0.6rem;
        right: 0.6rem;
        max-width: none;
    }
}

.fd-order-pay-btn {
    width: 100%;
    border: 0;
    border-radius: var(--radius-md);
    padding: 0.5rem 1.05rem;
    background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
    color: #111111;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    box-shadow: 0 0.6rem 1.6rem rgba(17, 17, 17, 0.12);
}

.fd-order-pay-btn span{
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.fd-order-pay-btn.is-active {
    filter: saturate(1.05) contrast(1.02);
}

.fd-order-pay-btn.is-submit {
    background: linear-gradient(91.22deg, #b27f2a 0, #ffea7c 50.09%, #b27f2a 96.33%);
    color: #111111;
}

@media (max-width: 640px) {
    .fd-order-input-grid {
        grid-template-columns: 1fr;
    }
}


.iti .iti__selected-dial-code
{
    padding-right: 4px !important;
}
