/* ================================================================
   Homepage Lux Layout (Reference-driven)
   ================================================================ */

.page-home .akd-navbar {
  background: linear-gradient(180deg, rgba(10, 18, 35, 0.84) 0%, rgba(10, 18, 35, 0.62) 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.page-home .akd-nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
}

.page-home .akd-nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
}

.page-home .akd-lang-btn {
  color: rgba(255, 255, 255, 0.92) !important;
}

.page-home .ece-hero {
  min-height: 100vh;
  padding-top: 96px;
  padding-bottom: 42px;
  background: #0a1223;
}

.page-home .hero-overlay {
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.72) 0%, rgba(8, 12, 22, 0.5) 36%, rgba(10, 15, 28, 0.84) 100%),
    radial-gradient(circle at 78% 22%, rgba(201, 168, 76, 0.2), transparent 50%);
}

.lux-hero-content {
  padding: 10px 0 0;
}

.lux-quick-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.lux-meta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 600;
}

.lux-meta-phone i {
  color: #f1d38b;
  font-size: 18px;
}

.lux-meta-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.lux-meta-lang .flag-icon {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.lux-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  grid-template-areas:
    "copy form"
    "stack form";
  gap: 36px;
  align-items: start;
}

.lux-hero-copy {
  grid-area: copy;
  max-width: 800px;
  align-self: center;
  padding-top: 0;
  text-align: center;
  margin: 0 auto;
}

.lux-hero-left-stack {
  grid-area: stack;
}

.lux-hero-title {
  color: #ffffff;
  font-size: clamp(1.1rem, 2.6vw, 2.05rem);
  line-height: 1.08;
  margin: 0 0 10px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.32);
}

.lux-hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.45rem);
  margin: 0;
  text-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
}

.lux-booking-card {
  grid-area: form;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  background: linear-gradient(180deg, rgba(19, 30, 53, 0.9) 0%, rgba(11, 20, 39, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  border-radius: 14px;
  padding: 14px;
  gap: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lux-booking-title {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  margin: 0 4px 10px;
  font-weight: 700;
  text-align: center;
}

.lux-booking-card .hero-search-form--lux .hsf-row {
  display: grid !important;
  grid-template-columns: repeat(20, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
}

.lux-booking-card .hero-search-form--lux {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.lux-booking-card .hero-search-form--lux .hsf-field {
  width: 100% !important;
  min-width: 0;
  flex: 1 1 100% !important;
}

.lux-booking-card .hero-search-form--lux .hsf-field--sm {
  width: 100% !important;
  flex: 1 1 100% !important;
}

.lux-booking-card .hero-search-form--lux .hsf-field--from {
  grid-column: 1 / -1;
}

.lux-booking-card .hero-search-form--lux .hsf-field--to {
  grid-column: 1 / -1;
}

.lux-booking-card .hero-search-form--lux .hsf-field--passenger {
  grid-column: 1 / 14; /* %65 */
}

.lux-booking-card .hero-search-form--lux .hsf-field--currency {
  grid-column: 14 / -1; /* %35 */
}

.lux-booking-card .hero-search-form--lux .hsf-field--date {
  grid-column: 1 / 11; /* %50 */
}

.lux-booking-card .hero-search-form--lux .hsf-field--time {
  grid-column: 11 / -1; /* %50 */
}

.lux-booking-card .hero-search-form--lux .hsf-submit--cta {
  grid-column: 1 / -1;
  width: 100% !important;
  flex: 1 1 100% !important;
  display: flex;
  justify-content: center;
}

.lux-booking-card .hero-search-form--lux .hsf-divider {
  display: none;
}

.lux-booking-card .hero-search-form--lux .hsf-input-wrap {
  min-height: 54px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 11px;
  width: 100% !important;
}

.lux-booking-card .hero-search-form--lux .hsf-input-wrap:focus-within {
  border-color: rgba(201, 168, 76, 0.92);
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.16);
}

.lux-booking-card .hero-search-form--lux .hsf-icon {
  color: #f1d38b;
  font-size: 18px;
}

.lux-booking-card .hero-search-form--lux .hsf-label {
  color: rgba(255, 255, 255, 0.64);
  font-size: 8px;
  letter-spacing: 0.75px;
}

.lux-booking-card .hero-search-form--lux .hsf-input,
.lux-booking-card .hero-search-form--lux #passenger-text,
.lux-booking-card .hero-search-form--lux #kur-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.lux-booking-card .hero-search-form--lux .hsf-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.lux-booking-card .hero-search-form--lux .hsf-input--picker {
  cursor: pointer;
}

.lux-booking-card .hero-search-form--lux .hsf-btn {
  width: 100% !important;
  min-height: 52px;
  border-radius: 9px;
  background: linear-gradient(180deg, #d7b062 0%, #ad7f32 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  justify-content: center !important;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 10px 18px rgba(0, 0, 0, 0.22);
}

.lux-booking-card .hero-search-form--lux .hsf-btn:hover {
  background: linear-gradient(180deg, #e0bb73 0%, #b48639 100%);
}

.lux-booking-card .hero-search-form--lux .hsf-btn i {
  display: none;
}

.lux-booking-card .hero-search-form--lux .live-result {
  background: #101a2f;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.95);
}

.lux-booking-card .hero-search-form--lux .live-result .item {
  color: rgba(255, 255, 255, 0.94);
}

.lux-booking-card .hero-search-form--lux .live-result .item:hover {
  background: rgba(255, 255, 255, 0.09);
}

.lux-booking-card .hero-search-form--lux .paxs {
  left: 0 !important;
  right: auto !important;
  top: calc(100% + 8px) !important;
  transform: none !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  border-radius: 14px !important;
  border: 1px solid #d8deea !important;
  background: #ffffff !important;
  box-shadow: 0 16px 30px rgba(12, 24, 46, 0.24) !important;
  padding: 10px !important;
}

.lux-booking-card .hero-search-form--lux .kurs.paxs {
  padding: 8px !important;
}

.lux-booking-card .hero-search-form--lux .kur-item {
  border-radius: 8px;
  color: #1e2a42;
  font-weight: 700;
}

.lux-booking-card .hero-search-form--lux .kur-item:hover {
  background: #edf2fb;
  color: #0f1d37;
}

.lux-booking-hint {
  margin: 2px 4px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  display: block;
  width: 100%;
  clear: both;
}

.lux-trust-strip {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  overflow: hidden;
}

.lux-trust-item {
  min-height: 62px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.lux-trust-item:last-child {
  border-right: none;
}

.lux-trust-item i {
  color: #f0cf85;
  font-size: 18px;
}

.lux-hero-popular {
  margin-top: 14px;
}

.lux-hero-popular-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.97);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 13px;
}

.lux-hero-popular-title::before,
.lux-hero-popular-title::after {
  content: "";
  display: block;
  height: 1px;
  width: clamp(70px, 19vw, 180px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 100%);
}

.lux-hero-popular-title::after {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 100%);
}

.lux-hero-popular-slider {
  overflow: hidden;
}

.lux-hero-popular-slider .swiper-slide {
  height: auto;
}

.lux-pop-card {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

.lux-pop-image {
  aspect-ratio: 16 / 8.5;
  overflow: hidden;
}

.lux-pop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lux-pop-card:hover .lux-pop-image img {
  transform: scale(1.05);
}

.lux-pop-body {
  padding: 10px 12px;
}

.lux-pop-route {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1a2337;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lux-pop-route span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.lux-pop-route i {
  color: #ae8237;
  font-size: 16px;
  flex-shrink: 0;
}

.lux-pop-meta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.lux-pop-meta strong {
  color: #212836;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.lux-pop-btn {
  padding: 4px 11px;
  border-radius: 7px;
  background: linear-gradient(180deg, #d9b56a 0%, #b08234 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.lux-hero-popular-nav {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.lux-pop-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(10, 22, 42, 0.58);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.lux-pop-nav-btn:hover {
  background: rgba(174, 130, 55, 0.92);
  border-color: rgba(174, 130, 55, 0.92);
}

.lux-review-strip {
  background: #f6f7fb;
  border-top: 1px solid #e5e8f0;
  border-bottom: 1px solid #e5e8f0;
  padding: 18px 0;
}

.lux-review-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.lux-review-summary {
  background: #ffffff;
  border: 1px solid #e3e7ef;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(16, 29, 56, 0.07);
}

.lux-review-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1e2a42;
  font-size: 23px;
  font-weight: 800;
}

.lux-review-brand i {
  color: #fbbc05;
  font-size: 21px;
}

.lux-review-score {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 10px;
}

.lux-review-score strong {
  color: #1f2b44;
  font-size: 18px;
  font-weight: 800;
}

.lux-review-score span {
  color: #5b6477;
  font-size: 12px;
  font-weight: 600;
}

.lux-review-summary p {
  margin: 8px 0 14px;
  color: #3e4a64;
  font-size: 13px;
  line-height: 1.45;
}

.lux-review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, #d9b56a 0%, #b08234 100%);
  font-size: 12px;
  font-weight: 700;
}

.lux-review-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lux-review-card {
  background: #ffffff;
  border: 1px solid #e3e7ef;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.lux-review-card-image {
  aspect-ratio: 16 / 8;
}

.lux-review-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-review-card-body {
  padding: 10px 12px;
}

.lux-mobile-sticky-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: none;
  align-items: center;
  gap: 8px;
  z-index: 1100;
}

.lux-mobile-cta-main {
  min-height: 44px;
  border-radius: 10px;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(180deg, #d9b56a 0%, #b08234 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.lux-mobile-cta-wa {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0f9d58;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  font-size: 24px;
}

/* 1080p + zoom (yaklaşık 1300x700) için kompakt masaüstü düzen */
@media (max-width: 1366px) {
  .page-home .ece-hero {
    padding-top: 86px;
    padding-bottom: 24px;
  }

  .lux-hero-content {
    padding-top: 6px;
  }

  .lux-hero-grid {
    grid-template-columns: minmax(0, 1fr) 342px;
    gap: 24px;
  }

  .lux-hero-copy {
    max-width: 660px;
  }

  .lux-hero-title {
    font-size: clamp(1rem, 2.25vw, 1.78rem);
    max-width: 560px;
    margin-bottom: 8px;
  }

  .lux-hero-sub {
    font-size: clamp(0.93rem, 1.8vw, 1.24rem);
  }

  .lux-booking-card {
    max-width: 360px;
    padding: 12px;
    border-radius: 12px;
  }

  .lux-booking-title {
    font-size: 23px;
    margin: 0 4px 10px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-row {
    gap: 7px !important;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input-wrap {
    min-height: 50px;
    padding: 7px 10px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-btn {
    min-height: 48px;
    font-size: 14px;
  }

  .lux-booking-hint {
    margin-top: 2px;
    font-size: 10px;
  }

  .lux-trust-item {
    min-height: 56px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .lux-hero-popular {
    margin-top: 10px;
  }

  .lux-hero-popular-title {
    font-size: 17px;
    margin-bottom: 9px;
    gap: 10px;
  }

  .lux-pop-image {
    aspect-ratio: 16 / 7.6;
  }

  .lux-pop-body {
    padding: 8px 10px;
  }
}

@media (max-width: 1366px) and (max-height: 760px) {
  .page-home .ece-hero {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 14px;
  }

  .lux-hero-grid {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
  }

  .lux-hero-copy {
    max-width: 560px;
  }

  .lux-hero-title {
    font-size: clamp(0.95rem, 1.9vw, 1.52rem);
    margin-bottom: 6px;
  }

  .lux-hero-sub {
    font-size: clamp(0.85rem, 1.35vw, 1.05rem);
  }

  .lux-booking-card {
    max-width: 332px;
    padding: 10px;
  }

  .lux-booking-title {
    font-size: 20px;
    margin: 0 4px 10px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-row {
    gap: 6px !important;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input-wrap {
    min-height: 44px;
    padding: 6px 9px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-label {
    font-size: 7px;
    letter-spacing: 0.55px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input,
  .lux-booking-card .hero-search-form--lux #passenger-text,
  .lux-booking-card .hero-search-form--lux #kur-text {
    font-size: 13px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-btn {
    min-height: 44px;
    font-size: 13px;
  }

  .lux-trust-item {
    min-height: 48px;
    padding: 7px 8px;
    font-size: 12px;
    gap: 7px;
  }

  .lux-hero-popular {
    margin-top: 8px;
  }

  .lux-hero-popular-title {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .lux-hero-popular-title::before,
  .lux-hero-popular-title::after {
    width: clamp(48px, 12vw, 120px);
  }

  .lux-pop-body {
    padding: 7px 9px;
  }

  .lux-pop-route {
    font-size: 12px;
  }

  .lux-pop-meta {
    margin-top: 6px;
  }

  .lux-pop-meta strong {
    font-size: 14px;
  }

  .lux-pop-btn {
    font-size: 11px;
    padding: 3px 9px;
  }
}

@media (max-width: 1260px) {
  .lux-pop-meta strong {
    font-size: 15px;
  }

  .lux-pop-btn {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .page-home .ece-hero {
    min-height: auto;
    padding-top: 74px;
    padding-bottom: 24px;
  }

  .lux-quick-meta {
    margin-bottom: 14px;
    padding-bottom: 8px;
  }

  .lux-meta-phone {
    font-size: 13px;
  }

  .lux-hero-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "form"
      "stack";
    gap: 14px;
  }

  .lux-hero-copy {
    text-align: center;
    padding-top: 0;
  }

  .lux-hero-title {
    font-size: clamp(0.98rem, 3.5vw, 1.4rem);
    margin-bottom: 6px;
  }

  .lux-hero-sub {
    font-size: 1.03rem;
  }

  .lux-booking-card {
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }

  .lux-trust-strip {
    margin-top: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-trust-item {
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 13px;
  }

  .lux-trust-item:nth-child(2n) {
    border-right: none;
  }

  .lux-trust-item:nth-child(n+3) {
    border-bottom: none;
  }

  .lux-hero-popular-title {
    font-size: 18px;
  }

  .lux-review-grid {
    grid-template-columns: 1fr;
  }

  .lux-review-summary {
    padding: 14px;
  }

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

@media (max-width: 767px) {
  .page-home .akd-brand-text {
    display: none;
  }

  .page-home .akd-brand-img {
    height: 34px;
  }

  .lux-booking-title {
    font-size: 24px;
    margin-bottom: 11px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-row {
    grid-template-columns: 1fr !important;
  }

  .lux-booking-card .hero-search-form--lux .hsf-field--from,
  .lux-booking-card .hero-search-form--lux .hsf-field--to,
  .lux-booking-card .hero-search-form--lux .hsf-field--date,
  .lux-booking-card .hero-search-form--lux .hsf-field--time,
  .lux-booking-card .hero-search-form--lux .hsf-field--passenger,
  .lux-booking-card .hero-search-form--lux .hsf-field--currency,
  .lux-booking-card .hero-search-form--lux .hsf-submit--cta {
    grid-column: 1 / -1;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input-wrap {
    min-height: 48px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-btn {
    min-height: 48px;
    font-size: 16px;
  }

  .lux-booking-hint {
    margin-top: 7px;
  }

  .lux-trust-item {
    min-height: 50px;
    padding: 8px;
    font-size: 12px;
  }

  .lux-hero-popular-nav {
    justify-content: center;
  }

  .lux-review-cards {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .lux-review-card {
    min-width: 240px;
    scroll-snap-align: start;
  }

  .lux-mobile-sticky-cta {
    display: flex;
  }

  .page-home .whatsapp-fixed,
  .page-home .phone-fixed {
    display: none;
  }

  .page-home .akd-footer {
    padding-bottom: 74px;
  }
}

@media (max-width: 575px) {
  .lux-quick-meta {
    margin-bottom: 10px;
  }

  .lux-meta-phone span {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .lux-hero-title {
    font-size: 1rem;
  }

  .lux-hero-sub {
    font-size: 0.96rem;
  }

  .lux-booking-card {
    padding: 12px;
    border-radius: 12px;
  }

  .lux-booking-title {
    font-size: 22px;
  }

  .lux-booking-card .hero-search-form--lux .hsf-input,
  .lux-booking-card .hero-search-form--lux #passenger-text,
  .lux-booking-card .hero-search-form--lux #kur-text {
    font-size: 14px;
  }

  .lux-trust-item {
    font-size: 11px;
  }

  .lux-review-strip {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lux-review-summary {
    border-radius: 10px;
  }

  .lux-review-brand {
    font-size: 16px;
  }
}

/* Home Flatpickr tune-up (Passenger-style consistency) */
.page-home .flatpickr-calendar {
  z-index: 12000 !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid #d8deea !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 30px rgba(12, 24, 46, 0.24) !important;
  color: #1e2a42 !important;
}

.page-home .flatpickr-calendar:not(.noCalendar) {
  width: 278px !important;
  min-width: 278px !important;
  max-width: 278px !important;
  padding: 8px !important;
}

.page-home .flatpickr-calendar:not(.noCalendar) .flatpickr-days,
.page-home .flatpickr-calendar:not(.noCalendar) .dayContainer {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.page-home .flatpickr-calendar::before,
.page-home .flatpickr-calendar::after {
  border-bottom-color: #ffffff !important;
}

.page-home .flatpickr-months .flatpickr-month,
.page-home .flatpickr-current-month,
.page-home .flatpickr-current-month .flatpickr-monthDropdown-months,
.page-home .flatpickr-current-month input.cur-year {
  color: #1e2a42 !important;
  fill: #1e2a42 !important;
  font-weight: 700 !important;
}

.page-home .flatpickr-months .flatpickr-prev-month:hover svg,
.page-home .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #0d1b35 !important;
}

.page-home .flatpickr-weekday {
  color: #5e6880 !important;
  font-weight: 700 !important;
}

.page-home .flatpickr-day {
  color: #2a334a !important;
  border-radius: 8px !important;
  border-color: transparent !important;
}

.page-home .flatpickr-day.prevMonthDay,
.page-home .flatpickr-day.nextMonthDay {
  color: #6f7a91 !important;
}

.page-home .flatpickr-day.flatpickr-disabled,
.page-home .flatpickr-day.flatpickr-disabled:hover,
.page-home .flatpickr-day.prevMonthDay.flatpickr-disabled,
.page-home .flatpickr-day.nextMonthDay.flatpickr-disabled,
.page-home .flatpickr-day.notAllowed,
.page-home .flatpickr-day.notAllowed:hover {
  color: #a8b1c1 !important;
  opacity: 0.42 !important;
  background: transparent !important;
  border-color: transparent !important;
  cursor: not-allowed !important;
}

.page-home .flatpickr-day:hover {
  background: #edf2fb !important;
  border-color: #edf2fb !important;
}

.page-home .flatpickr-day.today {
  border-color: #c9a84c !important;
  color: #1f2b44 !important;
}

.page-home .flatpickr-day.selected,
.page-home .flatpickr-day.startRange,
.page-home .flatpickr-day.endRange {
  background: #0d1b35 !important;
  border-color: #0d1b35 !important;
  color: #ffffff !important;
}

.page-home .flatpickr-calendar.noCalendar.hasTime {
  background: #ffffff !important;
  border: 1px solid #d4d9e2 !important;
  border-radius: 2px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
  padding: 8px 10px !important;
  min-width: 220px !important;
  display: block !important;
}

.page-home .flatpickr-calendar.noCalendar.hasTime::before,
.page-home .flatpickr-calendar.noCalendar.hasTime::after {
  display: none !important;
}

.page-home .flatpickr-calendar .flatpickr-innerContainer {
  overflow: visible !important;
  display: block !important;
}

.page-home .flatpickr-calendar .flatpickr-time,
.page-home .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  padding: 0 !important;
  margin-bottom: 0 !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  background: transparent !important;
  border-top: 0 !important;
  line-height: 1 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  width: 52px !important;
  float: none !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: none !important;
  background: transparent !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp {
  order: 1 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper input.numInput {
  order: 2 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
  order: 3 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp,
.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1 !important;
  overflow: visible !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp:hover,
.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown:hover {
  background: transparent !important;
  opacity: 0.75 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp::after,
.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown::after {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  border: none !important;
  background: none !important;
  position: static !important;
  line-height: 1 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp::after {
  content: "\25B4" !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown::after {
  content: "\25BE" !important;
}

.page-home .flatpickr-calendar .flatpickr-time input.numInput {
  width: 46px !important;
  height: 36px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  line-height: 1 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .flatpickr-time-separator {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  padding: 0 2px !important;
  margin: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
}

.page-home .flatpickr-custom-confirm {
  display: none !important;
}

.page-home .flatpickr-custom-confirm:hover {
  background: transparent !important;
  opacity: 0.7 !important;
}
