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

.page-home .akd-navbar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.22) 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 {
  overflow-x: hidden;
}

body.page-home {
  overflow-y: auto !important;
}

.page-home .akd-nav-link {
  color: #ffffff !important;
}

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

.page-home .akd-lang-btn {
  color: #ffffff !important;
}

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

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

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

.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: #ffffff;
  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: #ffffff;
  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) 500px;
  grid-template-areas:
    "copy form"
    "stack form";
  gap: 36px;
  align-items: start;
}

.lux-hero-copy {
  grid-area: copy;
  max-width: 800px;
  min-width: 0;
  align-self: center;
  padding: 14px 18px;
  text-align: center;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(19, 30, 53, 0.9) 0%, rgba(11, 20, 39, 0.9) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.lux-hero-left-stack {
  grid-area: stack;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.lux-hero-title {
  font-family: var(--font-family-display, "Sora", "Inter", "Segoe UI", sans-serif);
  color: #ffffff;
  font-size: clamp(1.15rem, 2.65vw, 2.05rem);
  line-height: 1.1;
  letter-spacing: -.015em;
  font-weight: 800;
  margin: 0 0 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.36);
}

.lux-hero-sub {
  color: #ffffff;
  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;
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 500px;
  margin-left: auto;

  /* rgba(118, 58, 89, 1.0) */
  background: linear-gradient(180deg, rgba(118, 58, 89, 0.78) 0%, rgba(42, 42, 42, 0.32) 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 {
  font-family: var(--font-family-display, "Sora", "Inter", "Segoe UI", sans-serif);
  color: #ffffff;
  font-size: clamp(1.38rem, 1.65vw, 1.72rem);
  line-height: 1.15;
  margin: 0 4px 10px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-align: center;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.lux-booking-hero-copy {
  display: none;
  margin: 2px 4px 8px;
  text-align: center;
}

.lux-hero-title--in-card {
  font-size: clamp(1.02rem, 1.8vw, 1.35rem);
  line-height: 1.2;
  margin-bottom: 4px;
  max-width: 100%;
}

.lux-hero-sub--in-card {
  font-size: clamp(0.92rem, 1.3vw, 1.08rem);
  line-height: 1.3;
}

@media (min-width: 992px) {
  .lux-hero-copy {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

.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: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.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: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.lux-booking-card .hero-search-form--lux .hsf-input::placeholder {
  color: #ffffff;
}

.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: #ffffff;
  color: #ffffff;
}

.lux-booking-card .hero-search-form--lux .live-result .item {
  color: #ffffff;
}

.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: #ffffff;
  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));
  width: 100%;
  max-width: 100%;
  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;
  min-width: 0;
  padding: 10px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.lux-trust-item span {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.lux-trust-item i {
  color: #f0cf85;
  font-size: 16px;
  flex: 0 0 auto;
}

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

.lux-hero-popular-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: #ffffff;
  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;
}

/* Fallback: if Swiper can't initialize, keep one-row horizontal flow */
.lux-hero-popular-slider:not(.swiper-initialized) {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 2px;
}

.lux-hero-popular-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

.lux-hero-popular-slider:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 auto;
  width: min(320px, 78vw) !important;
  height: auto;
  scroll-snap-align: start;
}

.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(1.08rem, 2.35vw, 1.95rem);
    max-width: 560px;
    margin-bottom: 8px;
  }

  .lux-hero-sub {
    font-size: clamp(1rem, 1.95vw, 1.32rem);
  }

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

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

  .lux-hero-title--in-card {
    font-size: clamp(0.98rem, 1.55vw, 1.2rem);
  }

  .lux-hero-sub--in-card {
    font-size: clamp(0.88rem, 1.1vw, 1rem);
  }

  .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.98rem, 1.95vw, 1.6rem);
    margin-bottom: 6px;
  }

  .lux-hero-sub {
    font-size: clamp(0.9rem, 1.45vw, 1.1rem);
  }

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

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

  .lux-hero-title--in-card {
    font-size: clamp(0.9rem, 1.4vw, 1.08rem);
    margin-bottom: 3px;
  }

  .lux-hero-sub--in-card {
    font-size: clamp(0.82rem, 1.05vw, 0.94rem);
  }

  .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: 9px;
    letter-spacing: 0.06em;
  }

  .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: 15px;
    line-height: 1.35;
  }

  .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:
      "form"
      "stack";
    gap: 14px;
  }

  .lux-hero-copy {
    display: none !important;
  }

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

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

  .lux-booking-hero-copy {
    display: block;
    margin: 0 2px 8px;
    text-align: center;
  }

  .lux-hero-title--in-card {
    font-size: clamp(0.95rem, 3.2vw, 1.14rem);
  }

  .lux-hero-sub--in-card {
    font-size: clamp(0.9rem, 2.8vw, 1rem);
  }

  .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-hero-popular-slider:not(.swiper-initialized) .swiper-slide {
    width: min(300px, 82vw) !important;
  }

  .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-hero-popular-slider:not(.swiper-initialized) .swiper-slide {
    width: min(280px, 88vw) !important;
  }

  .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: 1rem;
  }

  .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: 15px;
    line-height: 1.35;
  }

  .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: 10px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2) !important;
  padding: 0 !important;
  min-width: 0 !important;
  display: block !important;
  overflow: hidden !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: 0 !important;
  width: 100% !important;
  background: transparent !important;
  border-top: 0 !important;
  line-height: 1 !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper {
  display: block !important;
  width: 58px !important;
  height: 78px !important;
  flex: 0 0 58px !important;
  float: none !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
  background: transparent !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp,
.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !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: absolute !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  line-height: 1 !important;
  overflow: visible !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowUp {
  top: 2px !important;
  bottom: auto !important;
}

.page-home .flatpickr-calendar .flatpickr-time .numInputWrapper span.arrowDown {
  bottom: 2px !important;
  top: auto !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: 12px !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 {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 46px !important;
  height: 40px !important;
  font-size: 20px !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: 28px !important;
  font-weight: 700 !important;
  color: #0f1d37 !important;
  padding: 0 4px !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;
}

.gallery-section .gallery-item {
  border-radius: 18px;
  overflow: hidden;
}

.gallery-section .gallery-item img {
  border-radius: 18px;
}

.lux-social-showcase {
  padding: 14px 0 30px;
}

.lux-social-frame {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
  gap: 18px;
  padding: 28px 28px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 98%, rgba(93, 122, 177, 0.22), rgba(93, 122, 177, 0) 35%),
    radial-gradient(circle at 92% 8%, rgba(53, 95, 168, 0.18), rgba(53, 95, 168, 0) 34%),
    linear-gradient(135deg, #0b162c 0%, #0f2448 52%, #0c1f3f 100%);
  border: 1px solid rgba(86, 125, 194, 0.26);
  box-shadow: 0 26px 54px rgba(8, 18, 39, 0.34);
}

.lux-social-frame::before,
.lux-social-frame::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.lux-social-frame::before {
  width: 260px;
  height: 260px;
  right: -82px;
  top: -105px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
}

.lux-social-frame::after {
  width: 340px;
  height: 340px;
  left: -132px;
  bottom: -192px;
  background: radial-gradient(circle, rgba(34, 79, 152, 0.3) 0%, rgba(34, 79, 152, 0) 72%);
}

.lux-social-intro,
.lux-social-card-grid {
  position: relative;
  z-index: 1;
}

.lux-social-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lux-social-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #e8c880;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.lux-social-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.lux-social-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.95rem, 2.45vw, 3rem);
  line-height: 1.12;
}

.lux-social-copy {
  margin: 15px 0 0;
  color: rgba(237, 244, 255, 0.92);
  font-size: 15px;
  line-height: 1.72;
  max-width: 500px;
}

.lux-social-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.lux-social-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(221, 232, 255, 0.16);
  background: rgba(200, 218, 255, 0.09);
  color: rgba(247, 251, 255, 0.95);
  font-size: 12px;
  font-weight: 700;
}

.lux-social-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  min-height: 50px;
  margin-top: 22px;
  padding: 0 21px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25d366 0%, #18b957 100%);
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.28);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.lux-social-primary-cta i {
  font-size: 22px;
  line-height: 1;
}

.lux-social-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(37, 211, 102, 0.3);
  filter: brightness(1.03);
}

.lux-social-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
}

.lux-social-card {
  --social-accent: #c5a059;
  display: flex;
  flex-direction: column;
  min-height: 182px;
  padding: 19px 20px 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(251, 253, 255, 0.97) 0%, rgba(243, 248, 255, 0.95) 100%);
  border: 1px solid rgba(11, 32, 65, 0.12);
  box-shadow: 0 16px 26px rgba(7, 15, 29, 0.16);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.lux-social-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 34px rgba(8, 15, 30, 0.2);
  border-color: color-mix(in srgb, var(--social-accent) 34%, #ffffff);
}

.lux-social-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.lux-social-card-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--social-accent) 14%, #ffffff);
  color: #44516a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lux-social-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: color-mix(in srgb, var(--social-accent) 16%, #ffffff);
  color: var(--social-accent);
  font-size: 23px;
  flex-shrink: 0;
}

.lux-social-card strong {
  display: block;
  color: #12253f;
  font-size: 32px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.18;
  margin-bottom: 8px;
}

.lux-social-card p {
  margin: 0;
  color: #5a6b86;
  font-size: 13px;
  line-height: 1.62;
}

.lux-social-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
  color: #0f2340;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lux-social-card-action i {
  font-size: 18px;
  color: var(--social-accent);
}

.lux-social-card--instagram {
  --social-accent: #e75888;
}

.lux-social-card--facebook {
  --social-accent: #1877f2;
}

.lux-social-card--vk {
  --social-accent: #0077ff;
}

.lux-social-card--tripadvisor {
  --social-accent: #00aa6c;
}

.lux-social-card--google {
  --social-accent: #f4b400;
}

.lux-social-card--tiktok {
  --social-accent: #111111;
}

.lux-social-card--youtube {
  --social-accent: #ff0033;
}

.lux-home-faq-section {
  padding: 8px 0 28px;
}

.lux-home-faq-section .entity-faq-wrap {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .lux-social-frame {
    grid-template-columns: 1fr;
  }

  .lux-social-copy {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .lux-social-showcase {
    padding: 0 0 10px;
  }

  .lux-social-frame {
    padding: 22px 16px;
    border-radius: 22px;
    gap: 16px;
  }

  .lux-social-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .lux-social-title {
    font-size: 1.6rem;
  }

  .lux-social-copy {
    font-size: 14px;
    line-height: 1.7;
  }

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

  .lux-social-card {
    min-height: 0;
    padding: 16px 16px;
    border-radius: 18px;
  }

  .lux-social-card strong {
    font-size: 26px;
  }

  .lux-social-primary-cta {
    width: 100%;
  }
}

@media (max-width: 575px) {}

/* Social flip cards: integrated from social_media5.html */
.lux-social-showcase.lux-social-flip-showcase {
  position: relative;
  overflow: hidden;
  padding: 58px 0 68px;
  isolation: isolate;
}

.lux-social-showcase.lux-social-flip-showcase::before {
  content: none;
}

.lux-social-flip-section {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.lux-social-flip-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #000000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.42em;
  line-height: 1.4;
  text-transform: uppercase;
}

.lux-social-flip-title {
  margin: 0 0 50px;
  color: #000000;
  font-size: clamp(22px, 2.35vw, 30px);
  font-weight: 800;
  line-height: 1.35;
}

.lux-social-flip-title em {
  font-style: normal;
  color: #000000;
}

.lux-social-flip-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.lux-social-flip-card {
  --brand-surface: linear-gradient(135deg, #4285f4, #34a853);
  --brand-glow: rgba(66, 133, 244, 0.3);
  --brand-button: #1a56c4;
  height: 200px;
  perspective: 900px;
}

.lux-social-flip-card__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.lux-social-flip-card:hover .lux-social-flip-card__inner,
.lux-social-flip-card:focus-within .lux-social-flip-card__inner {
  transform: rotateY(180deg);
}

.lux-social-flip-card__front,
.lux-social-flip-card__back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 14px;
  overflow: hidden;
  border-radius: 22px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.lux-social-flip-card__front {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 20px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.lux-social-flip-card__back {
  border: 0;
  background: var(--brand-surface);
  transform: rotateY(180deg);
}

.lux-social-flip-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--brand-surface);
  box-shadow: 0 8px 28px var(--brand-glow);
  flex-shrink: 0;
}

.lux-social-flip-card__icon i,
.lux-social-flip-card__back-icon i {
  color: #ffffff !important;
  font-size: 28px;
  line-height: 1;
}

.lux-social-flip-card__icon i::before,
.lux-social-flip-card__icon i:before,
.lux-social-flip-card__back-icon i::before,
.lux-social-flip-card__back-icon i:before {
  color: #ffffff !important;
}

.lux-social-flip-card__icon svg,
.lux-social-flip-card__back-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  color: #ffffff;
  fill: currentColor;
}

.lux-social-flip-card__back-icon svg {
  width: 22px;
  height: 22px;
}

.lux-social-flip-card__icon-img,
.lux-social-flip-card__back-icon-img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.lux-social-flip-card__icon--custom,
.lux-social-flip-card__back-icon--custom {
  background: rgba(255, 255, 255, 0.18);
}

.lux-social-flip-card__name {
  max-width: 100%;
  overflow: hidden;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lux-social-flip-card__sub {
  max-width: 100%;
  overflow: hidden;
  color: #000000;
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lux-social-flip-card__back-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}

.lux-social-flip-card__back-icon i {
  font-size: 24px;
}

.lux-social-flip-card__back-name {
  max-width: 100%;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lux-social-flip-card__back-action {
  max-width: 100%;
  min-height: 16px;
  overflow: hidden;
  color: #000000;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lux-social-flip-card__stars {
  color: #000000;
  letter-spacing: 0.08em;
}

.lux-social-flip-card__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 28px;
  margin-top: 8px;
  padding: 6px 18px;
  overflow: hidden;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lux-social-flip-card--instagram {
  --brand-surface: linear-gradient(135deg, #833ab4, #fd1d1d, #f77737);
  --brand-glow: rgba(253, 29, 29, 0.35);
  --brand-button: #c0176a;
}

.lux-social-flip-card--tripadvisor {
  --brand-surface: linear-gradient(135deg, #009960, #34e0a1);
  --brand-glow: rgba(52, 224, 161, 0.3);
  --brand-button: #007a4c;
}

.lux-social-flip-card--youtube {
  --brand-surface: linear-gradient(135deg, #950000, #ff0000);
  --brand-glow: rgba(255, 0, 0, 0.35);
  --brand-button: #cc0000;
}

.lux-social-flip-card--google {
  --brand-surface: linear-gradient(135deg, #4285f4, #34a853, #fbbc05);
  --brand-glow: rgba(66, 133, 244, 0.35);
  --brand-button: #1a56c4;
}

.lux-social-flip-card--vk {
  --brand-surface: linear-gradient(135deg, #0044bb, #2c90ff);
  --brand-glow: rgba(44, 144, 255, 0.35);
  --brand-button: #003d99;
}

.lux-social-flip-card--telegram {
  --brand-surface: linear-gradient(135deg, #168acd, #2aabee);
  --brand-glow: rgba(42, 171, 238, 0.34);
  --brand-button: #1075ad;
}

.lux-social-flip-card--facebook {
  --brand-surface: linear-gradient(135deg, #0f5ec8, #1877f2);
  --brand-glow: rgba(24, 119, 242, 0.34);
  --brand-button: #0f5ec8;
}

.lux-social-flip-card--tiktok {
  --brand-surface: linear-gradient(135deg, #111111, #ff0050);
  --brand-glow: rgba(255, 0, 80, 0.3);
  --brand-button: #111111;
}

@media (max-width: 1100px) {
  .lux-social-flip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .lux-social-showcase.lux-social-flip-showcase {
    padding: 44px 0 54px;
  }

  .lux-social-flip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .lux-social-flip-title {
    margin-bottom: 34px;
  }

  .lux-social-flip-card {
    height: 184px;
  }
}

@media (max-width: 460px) {
  .lux-social-flip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-social-flip-eyebrow {
    letter-spacing: 0.28em;
  }

  .lux-social-flip-title {
    font-size: 20px;
  }

  .lux-social-flip-card {
    height: 176px;
  }

  .lux-social-flip-card__front,
  .lux-social-flip-card__back {
    border-radius: 18px;
    padding: 18px 12px;
  }
}
