/* ================================================================
   RESTRYA HOTELS - HOME LUXURY SECTIONS
   Reviews, Resort Showcase, Call-To-Action & Boutique Experience
   ================================================================ */

:root {
  --lux-gold: #a06e19;
  --lux-gold-light: #c5a880;
  --lux-gold-dark: #7a5210;
  --lux-gold-glow: rgba(160, 110, 25, 0.2);
  --lux-gold-gradient: linear-gradient(135deg, #a06e19 0%, #d4b285 50%, #8c5d12 100%);
  --lux-dark: #121214;
  --lux-dark-card: #1b1b1f;
  --lux-dark-surface: #222227;
  --lux-cream: #faf7f2;
  --lux-cream-alt: #f4eee4;
  --lux-border: rgba(160, 110, 25, 0.2);
  --lux-border-subtle: rgba(0, 0, 0, 0.08);
  --lux-text-dark: #181615;
  --lux-text-muted: #646368;
  --lux-shadow-sm: 0 4px 20px rgba(0, 0, 0, 0.05);
  --lux-shadow-md: 0 12px 36px rgba(0, 0, 0, 0.08);
  --lux-shadow-hover: 0 20px 45px rgba(160, 110, 25, 0.16);
  --lux-font-serif: 'Playfair Display', 'Marcellus', Georgia, serif;
  --lux-font-sans: 'Jost', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ================================================================
   COMMON LUXURY SECTION HEADERS & BADGES
   ================================================================ */
.home-lux-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(160, 110, 25, 0.08);
  border: 1px solid rgba(160, 110, 25, 0.25);
  color: var(--lux-gold);
  font-family: var(--lux-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 40px;
  margin-bottom: 15px;
}

.home-lux-tag i {
  font-size: 11px;
  color: var(--lux-gold);
}

.home-lux-title {
  font-family: var(--lux-font-serif);
  font-size: 40px;
  font-weight: 600;
  color: var(--lux-text-dark);
  line-height: 1.25;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.home-lux-desc {
  font-family: var(--lux-font-sans);
  font-size: 16px;
  color: var(--lux-text-muted);
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}

.home-lux-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 16px 0 22px;
}

.home-lux-divider::before,
.home-lux-divider::after {
  content: '';
  width: 45px;
  height: 1px;
  background: var(--lux-border);
}

.home-lux-divider i {
  font-size: 10px;
  color: var(--lux-gold);
}

/* ================================================================
   1. ULTRA-LUXURY REVIEWS & GUEST VOICES SECTION (CLEAN LUXURY WHITE THEME)
   Crisp Alpine White, Warm Champagne Accents & Refined Gold Details
   ================================================================ */
.home-reviews-section {
  position: relative;
  padding: 100px 0 95px;
  background: #ffffff;
  border-top: 1px solid rgba(160, 110, 25, 0.12);
  border-bottom: 1px solid rgba(160, 110, 25, 0.12);
  overflow: hidden;
  z-index: 2;
}

/* Subtle Light Luxury Header */
.reviews-laurel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(160, 110, 25, 0.08);
  border: 1px solid rgba(160, 110, 25, 0.25);
  color: var(--lux-gold);
  font-family: var(--lux-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 40px;
  margin-bottom: 16px;
}

.reviews-laurel-badge i {
  color: var(--lux-gold);
  font-size: 12px;
}

.reviews-hero-title {
  font-family: var(--lux-font-serif);
  font-size: 42px;
  font-weight: 600;
  color: var(--lux-text-dark);
  line-height: 1.25;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.reviews-hero-title span {
  color: var(--lux-gold);
  font-style: italic;
}

.reviews-hero-subtitle {
  font-family: var(--lux-font-sans);
  font-size: 16px;
  color: var(--lux-text-muted);
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 40px;
  font-weight: 400;
}

/* Authority Trust Hub: 3 Modern Metric Cards on White */
.reviews-authority-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}

.authority-card {
  background: #faf8f5;
  border: 1px solid rgba(160, 110, 25, 0.2);
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.35s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.authority-card:hover {
  background: #ffffff;
  border-color: var(--lux-gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(160, 110, 25, 0.12);
}

.authority-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(160, 110, 25, 0.1);
  border: 1px solid rgba(160, 110, 25, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--lux-gold);
  flex-shrink: 0;
}

.authority-card-body {
  display: flex;
  flex-direction: column;
}

.authority-score-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.authority-number {
  font-family: var(--lux-font-serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--lux-text-dark);
  line-height: 1.1;
}

.authority-stars-mini {
  color: #e69d1e;
  font-size: 13px;
  display: flex;
  gap: 2px;
}

.authority-label {
  font-size: 12px;
  color: var(--lux-text-muted);
  font-weight: 500;
  line-height: 1.35;
}

/* Category Filter Tabs on White */
.reviews-filter-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.review-filter-btn {
  background: #ffffff;
  border: 1px solid rgba(160, 110, 25, 0.2);
  color: #4a4850;
  font-family: var(--lux-font-sans);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.review-filter-btn:hover,
.review-filter-btn.active {
  background: var(--lux-gold);
  color: #ffffff;
  border-color: var(--lux-gold);
  font-weight: 700;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px var(--lux-gold-glow);
}

/* Reviews Carousel Area */
.reviews-carousel-wrapper {
  position: relative;
  padding: 5px 0 15px;
  z-index: 2;
}

.reviews-swiper {
  padding-bottom: 25px !important;
  overflow: hidden;
}


/* ================================================================
   REVIEW CARDS — REFERENCE LAYOUT (rcl-* system)
   Quote badge · Rating pill · Bold title · Body · Avatar footer
   3 variants: default (cream), .rcl-dark (image), .rcl-gold (solid)
   ================================================================ */

/* ---- Base Card ---- */
.rcl-card {
  background: linear-gradient(155deg, #fffdf8 0%, #faf6ee 100%);
  border: 1.5px solid rgba(160, 110, 25, 0.16);
  border-radius: 20px;
  padding: 30px 28px 26px;
  box-shadow: 0 4px 24px rgba(120, 80, 10, 0.07), 0 1px 4px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.38s ease,
              border-color 0.3s ease;
}

.rcl-card:hover {
  transform: translateY(-6px);
  border-color: rgba(160, 110, 25, 0.4);
  box-shadow: 0 16px 44px rgba(120, 80, 10, 0.14), 0 3px 8px rgba(0,0,0,0.04);
}

/* ---- Dark Image Overlay Variant ---- */
.rcl-card.rcl-dark {
  background-size: cover;
  background-position: center;
  border-color: transparent;
}

.rcl-dark-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(18,12,4,0.72) 0%, rgba(30,18,4,0.88) 100%);
  border-radius: 19px;
  z-index: 0;
}

.rcl-card.rcl-dark > * {
  position: relative;
  z-index: 1;
}

.rcl-card.rcl-dark .rcl-title { color: #fff9ee; }
.rcl-card.rcl-dark .rcl-body  { color: rgba(255,248,228,0.82); }
.rcl-card.rcl-dark .rcl-author-name { color: #fff9ee; }
.rcl-card.rcl-dark .rcl-author-sub  { color: rgba(255,248,228,0.7); }
.rcl-card.rcl-dark .rcl-rating-pill {
  background: rgba(160, 110, 25, 0.28);
  border-color: rgba(197, 168, 128, 0.5);
  color: #f5d99e;
}
.rcl-card.rcl-dark .rcl-rating-pill i { color: #f5c842; }
.rcl-card.rcl-dark .rcl-qbadge {
  background: rgba(160, 110, 25, 0.35);
  border-color: rgba(197, 168, 128, 0.4);
  color: #f5d99e;
}

/* ---- Solid Gold Variant ---- */
.rcl-card.rcl-gold {
  background: linear-gradient(145deg, #a06e19 0%, #c49330 50%, #8c5d12 100%);
  border-color: rgba(255, 220, 140, 0.3);
  box-shadow: 0 8px 32px rgba(120, 80, 10, 0.32), 0 2px 6px rgba(0,0,0,0.1);
}

.rcl-card.rcl-gold .rcl-title { color: #fffbf0; }
.rcl-card.rcl-gold .rcl-body  { color: rgba(255,251,240,0.85); }
.rcl-card.rcl-gold .rcl-author-name { color: #fffbf0; }
.rcl-card.rcl-gold .rcl-author-sub  { color: rgba(255,251,240,0.75); }
.rcl-card.rcl-gold .rcl-rating-pill {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.35);
  color: #fff8e0;
}
.rcl-card.rcl-gold .rcl-rating-pill i { color: #fff0a0; }
.rcl-card.rcl-gold .rcl-qbadge {
  background: rgba(255,255,255,0.22);
  border-color: rgba(255,255,255,0.35);
  color: #fff8e0;
}
.rcl-card.rcl-gold .rcl-avatar {
  border-color: rgba(255,255,255,0.55);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.15);
}

/* ---- Quote Badge (top-left circle) ---- */
.rcl-qbadge {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(160, 110, 25, 0.1);
  border: 1.5px solid rgba(160, 110, 25, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.rcl-qbadge span {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--lux-gold);
  line-height: 1;
  letter-spacing: -2px;
  margin-top: -3px;
}

/* ---- Rating Pill (top-right absolute) ---- */
.rcl-rating-pill {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(160, 110, 25, 0.1);
  border: 1.5px solid rgba(160, 110, 25, 0.28);
  border-radius: 30px;
  padding: 5px 13px;
  font-family: var(--lux-font-sans);
  font-size: 13px;
  font-weight: 800;
  color: #7a5210;
  letter-spacing: 0.2px;
}

.rcl-rating-pill i {
  color: #e0920c;
  font-size: 12px;
}

/* ---- Review Headline ---- */
.rcl-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1714;
  line-height: 1.38;
  margin: 0 0 14px;
  letter-spacing: -0.1px;
}

/* ---- Review Body Text ---- */
.rcl-body {
  font-family: var(--lux-font-sans);
  font-size: 14px;
  color: #5c5860;
  line-height: 1.75;
  margin: 0 0 22px;
  flex: 1;
  font-weight: 400;
}

/* ---- Author Footer ---- */
.rcl-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
}

.rcl-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2.5px solid var(--lux-gold-light);
  box-shadow: 0 0 0 3px rgba(160, 110, 25, 0.12);
  background: #f0ede8;
}

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

.rcl-author-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rcl-author-name {
  font-family: var(--lux-font-sans);
  font-size: 15px;
  font-weight: 700;
  color: #1a1714;
  line-height: 1.3;
}

.rcl-author-sub {
  font-family: var(--lux-font-sans);
  font-size: 12.5px;
  color: #8a8590;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.rcl-author-sub i {
  font-size: 12px;
}

.rcl-author-sub .fa-google        { color: #ea4335; }
.rcl-author-sub .fa-tripadvisor   { color: #00af87; }

/* ---- Carousel Controls ---- */
.reviews-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.review-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(160, 110, 25, 0.3);
  color: var(--lux-text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.32s ease;
  font-size: 15px;
}

.review-nav-btn:hover {
  background: var(--lux-gold);
  color: #ffffff;
  border-color: var(--lux-gold);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(160, 110, 25, 0.28);
}

.reviews-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.reviews-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #d9d2c5;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.reviews-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: var(--lux-gold);
  border-radius: 10px;
}






.review-card-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--lux-gold-gradient);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.review-card-luxury:hover {
  transform: translateY(-8px);
  border-color: var(--lux-gold);
  box-shadow: 0 18px 45px rgba(160, 110, 25, 0.16);
}

.review-card-luxury:hover::before {
  opacity: 1;
}

/* Card Top Metadata */
.review-card-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.review-source-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f4ed;
  border: 1px solid rgba(160, 110, 25, 0.15);
  color: var(--lux-gold-dark);
  font-size: 11.5px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}

.review-source-pill i {
  color: var(--lux-gold);
  font-size: 12px;
}

.review-source-pill.tripadvisor i {
  color: #00af87;
}

.review-verified-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #27ae60;
  font-size: 11.5px;
  font-weight: 600;
}

/* 5 Stars */
.review-stars {
  display: flex;
  gap: 4px;
  color: #e69d1e;
  font-size: 15px;
  margin-bottom: 14px;
}

/* Card Headline */
.review-card-title {
  font-family: var(--lux-font-serif);
  font-size: 20px;
  font-weight: 600;
  color: var(--lux-text-dark);
  margin-bottom: 12px;
  line-height: 1.35;
}

/* Card Quote Text */
.review-card-text {
  font-size: 14.5px;
  color: #555560;
  line-height: 1.75;
  margin-bottom: 20px;
  flex: 1;
  font-style: italic;
}

.review-highlight {
  color: var(--lux-gold-dark);
  font-weight: 600;
}

/* Guest Photo Gallery Chips */
.review-photos-strip {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.review-photo-chip {
  position: relative;
  width: 70px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(160, 110, 25, 0.25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.review-photo-chip:hover {
  transform: scale(1.08);
  border-color: var(--lux-gold);
}

.review-photo-chip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-photos-label {
  font-size: 11px;
  color: #888890;
  align-self: center;
  font-weight: 500;
}

/* Author Row */
.review-author-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--lux-gold-light);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
  background: #f0ede8;
}

.review-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-author-meta {
  display: flex;
  flex-direction: column;
}

.review-author-name {
  font-family: var(--lux-font-sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--lux-text-dark);
  margin: 0 0 2px;
}

.review-author-stay {
  font-size: 12px;
  color: var(--lux-gold);
  font-weight: 600;
  margin: 0 0 2px;
}

.review-author-location {
  font-size: 11.5px;
  color: var(--lux-text-muted);
  margin: 0;
}

/* Carousel Controls */
.reviews-nav-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.review-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(160, 110, 25, 0.3);
  color: var(--lux-text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-size: 15px;
}

.review-nav-btn:hover {
  background: var(--lux-gold);
  color: #ffffff;
  border-color: var(--lux-gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--lux-gold-glow);
}

.reviews-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.reviews-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #d9d2c5;
  opacity: 1;
  transition: all 0.3s ease;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.reviews-pagination .swiper-pagination-bullet-active {
  width: 28px;
  background: var(--lux-gold);
  border-radius: 10px;
}

/* Bottom Reviews Action Bar on White */
.reviews-footer-strip {
  margin-top: 45px;
  padding: 24px 32px;
  background: #faf8f5;
  border: 1px solid rgba(160, 110, 25, 0.18);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.reviews-footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.reviews-footer-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(160, 110, 25, 0.1);
  color: var(--lux-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.reviews-footer-title {
  font-family: var(--lux-font-serif);
  font-size: 18px;
  font-weight: 600;
  color: var(--lux-text-dark);
  margin: 0 0 2px;
}

.reviews-footer-desc {
  font-size: 13px;
  color: var(--lux-text-muted);
  margin: 0;
}

.reviews-footer-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-review-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: #ffffff;
  border: 1px solid rgba(160, 110, 25, 0.35);
  color: var(--lux-text-dark) !important;
  font-family: var(--lux-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-review-outline:hover {
  background: var(--lux-dark);
  color: #ffffff !important;
  border-color: var(--lux-dark);
  transform: translateY(-2px);
}

.btn-review-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  background: var(--lux-gold);
  color: #ffffff !important;
  font-family: var(--lux-font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px var(--lux-gold-glow);
}

.btn-review-gold:hover {
  background: #875c12;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(160, 110, 25, 0.35);
  color: #ffffff;
}

/* ================================================================
   2. RESORT SANCTUARY SHOWCASE SECTION
   ================================================================ */
.home-resort-section {
  position: relative;
  padding: 120px 0 110px;
  background: #ffffff;
  overflow: hidden;
}

/* Resort Section Header */
.resort-header-wrap {
  margin-bottom: 50px;
}

/* Resort Main Editorial Feature */
.resort-feature-card {
  background: #fdfbf8;
  border: 1px solid rgba(160, 110, 25, 0.16);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--lux-shadow-md);
  margin-bottom: 45px;
  transition: all 0.4s ease;
}

.resort-feature-card:hover {
  box-shadow: var(--lux-shadow-hover);
  border-color: rgba(160, 110, 25, 0.35);
}

.resort-feature-img-box {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.resort-feature-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.resort-feature-card:hover .resort-feature-img-box img {
  transform: scale(1.05);
}

.resort-feature-badge {
  position: absolute;
  top: 25px;
  left: 25px;
  background: rgba(18, 18, 20, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 4px;
  border-left: 3px solid var(--lux-gold);
  z-index: 2;
}

.resort-feature-body {
  padding: 50px 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.resort-feature-subtitle {
  color: var(--lux-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.resort-feature-title {
  font-family: var(--lux-font-serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--lux-text-dark);
  line-height: 1.3;
  margin-bottom: 18px;
}

.resort-feature-desc {
  font-size: 15px;
  color: #636268;
  line-height: 1.8;
  margin-bottom: 25px;
}

/* Feature Check Points */
.resort-feature-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 35px;
  list-style: none;
  padding: 0;
}

.resort-point-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--lux-text-dark);
}

.resort-point-item i {
  color: var(--lux-gold);
  font-size: 14px;
  flex-shrink: 0;
}

/* Resort Tri-Card Row */
.resort-card-item {
  background: #ffffff;
  border: 1px solid rgba(160, 110, 25, 0.15);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--lux-shadow-sm);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.resort-card-item:hover {
  transform: translateY(-7px);
  box-shadow: var(--lux-shadow-hover);
  border-color: rgba(160, 110, 25, 0.4);
}

.resort-card-thumb {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.resort-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.resort-card-item:hover .resort-card-thumb img {
  transform: scale(1.08);
}

.resort-card-pill {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(18, 18, 20, 0.85);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 1px;
}

.resort-card-content {
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.resort-card-title {
  font-family: var(--lux-font-serif);
  font-size: 21px;
  font-weight: 600;
  color: var(--lux-text-dark);
  margin-bottom: 10px;
  line-height: 1.3;
}

.resort-card-desc {
  font-size: 13.5px;
  color: var(--lux-text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.resort-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lux-gold);
  text-decoration: none;
  transition: all 0.25s ease;
}

.resort-card-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.resort-card-link:hover {
  color: var(--lux-gold-dark);
}

.resort-card-link:hover i {
  transform: translateX(4px);
}

/* Resort Action Row */
.resort-action-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 45px;
  flex-wrap: wrap;
}

.btn-lux-gold {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 34px;
  background: var(--lux-gold);
  color: #ffffff !important;
  font-family: var(--lux-font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid var(--lux-gold);
  box-shadow: 0 8px 24px var(--lux-gold-glow);
  transition: all 0.35s ease;
}

.btn-lux-gold:hover {
  background: #875c12;
  border-color: #875c12;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(160, 110, 25, 0.35);
  color: #ffffff;
}

.btn-lux-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  color: var(--lux-text-dark) !important;
  font-family: var(--lux-font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  border: 1.5px solid var(--lux-border);
  transition: all 0.35s ease;
}

.btn-lux-outline:hover {
  background: var(--lux-dark);
  color: #ffffff !important;
  border-color: var(--lux-dark);
  transform: translateY(-2px);
}

/* ================================================================
   3. HIGH-CONVERSION LUXURY CALL-TO-ACTION (CTA) SECTION
   ================================================================ */
.home-cta-section {
  position: relative;
  padding: 110px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(14, 14, 16, 0.94) 0%, rgba(22, 21, 26, 0.88) 100%);
  z-index: 1;
}

.cta-container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.cta-gold-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(160, 110, 25, 0.2);
  border: 1px solid var(--lux-gold);
  color: #edd9be;
  font-family: var(--lux-font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 7px 22px;
  border-radius: 30px;
  margin-bottom: 22px;
}

.cta-headline {
  font-family: var(--lux-font-serif);
  font-size: 46px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.22;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.cta-headline span {
  color: #f3c788;
  font-style: italic;
}

.cta-subtext {
  font-family: var(--lux-font-sans);
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  max-width: 760px;
  margin: 0 auto 35px;
  font-weight: 300;
}

/* Perks Strip inside CTA */
.cta-perks-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 45px;
  padding: 16px 25px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
}

.cta-perk-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f7ede2;
  font-size: 13.5px;
  font-weight: 500;
}

.cta-perk-item i {
  color: var(--lux-gold-light);
  font-size: 14px;
}

/* CTA Buttons Row */
.cta-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-cta-gold {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: var(--lux-gold-gradient);
  color: #121214 !important;
  font-family: var(--lux-font-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(212, 178, 133, 0.4);
  transition: all 0.35s ease;
}

.btn-cta-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(212, 178, 133, 0.6);
  filter: brightness(1.08);
}

.btn-cta-glass {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  color: #ffffff !important;
  font-family: var(--lux-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.35s ease;
}

.btn-cta-glass:hover {
  background: #ffffff;
  color: #121214 !important;
  border-color: #ffffff;
  transform: translateY(-3px);
}

.btn-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 26px;
  background: #25d366;
  color: #ffffff !important;
  font-family: var(--lux-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  transition: all 0.35s ease;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.btn-cta-wa:hover {
  background: #1eb956;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45);
}

/* ================================================================
   4. BOUTIQUE HOTEL & INTIMATE LIVING SECTION
   ================================================================ */
.home-boutique-section {
  position: relative;
  padding: 120px 0 110px;
  background: #fbf9f5;
  overflow: hidden;
}

/* Boutique Grid: 3 Pillars */
.boutique-pillar-card {
  background: #ffffff;
  border: 1px solid rgba(160, 110, 25, 0.16);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--lux-shadow-sm);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.boutique-pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--lux-shadow-hover);
  border-color: rgba(160, 110, 25, 0.35);
}

.boutique-img-frame {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.boutique-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.boutique-pillar-card:hover .boutique-img-frame img {
  transform: scale(1.08);
}

.boutique-num-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(18, 18, 20, 0.85);
  backdrop-filter: blur(6px);
  color: var(--lux-gold-light);
  font-family: var(--lux-font-serif);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(160, 110, 25, 0.4);
}

.boutique-body {
  padding: 32px 28px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.boutique-eyebrow {
  color: var(--lux-gold);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.boutique-title {
  font-family: var(--lux-font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--lux-text-dark);
  margin-bottom: 12px;
  line-height: 1.32;
}

.boutique-desc {
  font-size: 14px;
  color: var(--lux-text-muted);
  line-height: 1.75;
  margin-bottom: 22px;
  flex: 1;
}

.boutique-perks-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.boutique-perks-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #38373d;
}

.boutique-perks-list li i {
  color: var(--lux-gold);
  font-size: 12px;
}

.boutique-card-cta {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.boutique-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lux-gold);
  text-decoration: none;
  transition: all 0.25s ease;
}

.boutique-link i {
  font-size: 12px;
  transition: transform 0.25s ease;
}

.boutique-link:hover {
  color: var(--lux-gold-dark);
}

.boutique-link:hover i {
  transform: translateX(4px);
}

/* Boutique Master Banner Strip below pillars */
.boutique-banner-strip {
  background: #ffffff;
  border: 1px solid rgba(160, 110, 25, 0.2);
  border-radius: 20px;
  padding: 35px 40px;
  margin-top: 50px;
  box-shadow: var(--lux-shadow-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.boutique-strip-left {
  max-width: 650px;
}

.boutique-strip-title {
  font-family: var(--lux-font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--lux-text-dark);
  margin-bottom: 8px;
}

.boutique-strip-text {
  font-size: 14.5px;
  color: var(--lux-text-muted);
  line-height: 1.6;
  margin: 0;
}

/* ================================================================
   RESPONSIVE MEDIA QUERIES
   ================================================================ */
@media (max-width: 1199px) {
  .home-lux-title {
    font-size: 34px;
  }
  .cta-headline {
    font-size: 38px;
  }
  .resort-feature-title {
    font-size: 28px;
  }
  .resort-feature-body {
    padding: 35px 30px;
  }
}

@media (max-width: 991px) {
  .home-reviews-section,
  .home-resort-section,
  .home-boutique-section {
    padding: 80px 0 70px;
  }
  
  .home-cta-section {
    padding: 85px 0;
  }

  .home-lux-title {
    font-size: 30px;
  }

  .reviews-trust-bar {
    gap: 20px;
    padding: 18px 24px;
    border-radius: 25px;
  }

  .trust-divider-dot {
    display: none;
  }

  .resort-feature-img-box {
    min-height: 320px;
  }

  .resort-feature-points {
    grid-template-columns: 1fr;
  }

  .cta-headline {
    font-size: 32px;
  }

  .boutique-banner-strip {
    flex-direction: column;
    text-align: center;
    padding: 30px 25px;
  }

  .boutique-strip-left {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-reviews-section,
  .home-resort-section,
  .home-boutique-section {
    padding: 65px 0 55px;
  }

  .home-cta-section {
    padding: 70px 0;
  }

  .home-lux-title {
    font-size: 26px;
  }

  .home-lux-desc {
    font-size: 14.5px;
  }

  .reviews-trust-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }

  .trust-item {
  .reviews-authority-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .reviews-hero-title {
    font-size: 28px;
  }

  .reviews-footer-strip {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    gap: 18px;
  }

  .reviews-footer-left {
    flex-direction: column;
    text-align: center;
  }

  .reviews-footer-actions {
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .btn-review-outline,
  .btn-review-gold {
    width: 100%;
    justify-content: center;
  }

  .review-card-luxury {
    padding: 28px 22px 24px;
  }

  .review-card-title {
    font-size: 18px;
  }

  .review-card-text {
    font-size: 13.5px;
  }

  .resort-feature-body {
    padding: 28px 20px;
  }

  .resort-feature-title {
    font-size: 24px;
  }

  .cta-headline {
    font-size: 26px;
  }

  .cta-subtext {
    font-size: 15px;
  }

  .cta-perks-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 20px;
    padding: 16px 20px;
  }

  .cta-button-group {
    flex-direction: column;
    width: 100%;
  }

  .btn-cta-gold,
  .btn-cta-glass,
  .btn-cta-wa {
    width: 100%;
    justify-content: center;
  }

  .boutique-strip-title {
    font-size: 22px;
  }
}
