/* ================================================================
   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 {
  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(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;
  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;
}

.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;
  width: 100%;
  max-width: 500px;
  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 {
  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: 9px;
  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: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.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: 8px;
    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: 14px;
  }

  .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: 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: 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 strip refresh: implemented from reference */
.lux-social-showcase {
  padding: 14px 0 30px;
}

.lux-social-modern-label {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a96e;
  margin-bottom: 16px;
}

.lux-social-modern-frame {
  width: 100%;
}

.lux-social-modern-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.lux-social-modern-card {
  --social-accent: #4285f4;
  --glow: rgba(66, 133, 244, 0.1);
  --icon-bg: rgba(66, 133, 244, 0.12);
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, #1e3a5f 0%, #23466f 100%);
  transition: background 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.lux-social-modern-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--social-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.lux-social-modern-card:hover::before,
.lux-social-modern-card:focus-visible::before {
  transform: scaleX(1);
}

.lux-social-modern-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top left, var(--glow) 0%, transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.lux-social-modern-card:hover::after,
.lux-social-modern-card:focus-visible::after {
  opacity: 1;
}

.lux-social-modern-card:hover,
.lux-social-modern-card:focus-visible {
  background: linear-gradient(135deg, #21456d 0%, #2a527f 100%);
  transform: translateY(-1px);
}

.lux-social-modern-icon {
  flex-shrink: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--icon-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  overflow: hidden;
}

.lux-social-modern-card:hover .lux-social-modern-icon,
.lux-social-modern-card:focus-visible .lux-social-modern-icon {
  transform: scale(1.08);
}

.lux-social-modern-icon i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  color: var(--social-accent) !important;
}

.lux-social-modern-icon i::before,
.lux-social-modern-icon i:before {
  color: var(--social-accent) !important;
}

.lux-social-modern-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.lux-social-modern-icon--custom {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.lux-social-modern-icon--custom::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 9px;
  background: linear-gradient(140deg, rgba(8, 22, 44, 0.28), rgba(8, 22, 44, 0.06));
}

.lux-social-modern-icon--custom .lux-social-modern-icon-img {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  filter: saturate(1.08) contrast(1.04);
}

.lux-social-modern-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.lux-social-modern-name {
  font-size: 18px;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lux-social-modern-sub {
  font-size: 13px;
  font-size: clamp(11px, 0.85vw, 13px);
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lux-social-modern-stars {
  color: #fbbc05;
  opacity: 1;
}

.lux-social-modern-card--instagram {
  --social-accent: #e1306c;
  --glow: rgba(225, 48, 108, 0.12);
  --icon-bg: rgba(225, 48, 108, 0.15);
}

.lux-social-modern-card--tripadvisor {
  --social-accent: #34e0a1;
  --glow: rgba(52, 224, 161, 0.1);
  --icon-bg: rgba(52, 224, 161, 0.12);
}

.lux-social-modern-card--youtube {
  --social-accent: #ff0000;
  --glow: rgba(255, 0, 0, 0.1);
  --icon-bg: rgba(255, 0, 0, 0.13);
}

.lux-social-modern-card--google {
  --social-accent: #4285f4;
  --glow: rgba(66, 133, 244, 0.1);
  --icon-bg: rgba(66, 133, 244, 0.12);
}

.lux-social-modern-card--vk {
  --social-accent: #4c75a3;
  --glow: rgba(76, 117, 163, 0.1);
  --icon-bg: rgba(76, 117, 163, 0.16);
}

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

/* tablet */
@media (max-width: 680px) {
  .lux-social-modern-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile: 1 column */
@media (max-width: 380px) {
  .lux-social-modern-grid {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .lux-social-modern-card {
    padding: 18px 16px;
  }
}
