/* ==========================================================================
   GODWIN HOTELS — LUXURY REDESIGN 2026
   Design System: Royal Indian Opulence meets Contemporary Boutique
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Jost:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* ─────────────────────────────────────────
   Design Tokens
───────────────────────────────────────── */
:root {
  --gold-50:  #fdf9ef;
  --gold-100: #f7efd4;
  --gold-200: #efdba5;
  --gold-300: #e5c270;
  --gold-400: #d9a94a;
  --gold-500: #c8922e;
  --gold-600: #a97224;
  --gold-700: #855520;
  --gold-800: #5e3b1d;
  --gold-900: #3d2613;

  --navy-950: #04080f;
  --navy-900: #080f1d;
  --navy-850: #0d1829;
  --navy-800: #122035;
  --navy-750: #1a2d4c;
  --navy-700: #243d65;

  --ivory:    #faf6ef;
  --ivory-100:#f4ede0;
  --cream:    #f0e8d8;
  --white:    #ffffff;

  --text-dark:  #1a1209;
  --text-body:  #3a3020;
  --text-muted: #7a6e5e;

  --shadow-sm:   0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:   0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg:   0 20px 60px rgba(0,0,0,0.16);
  --shadow-xl:   0 32px 80px rgba(0,0,0,0.22);
  --shadow-gold: 0 8px 40px rgba(200,146,46,0.35);

  --font-display: 'Cormorant Garamond', serif;
  --font-sans:    'Jost', sans-serif;
  --font-accent:  'Playfair Display', serif;

  --radius-sm: 6px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --ease-out:    cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ─────────────────────────────────────────
   Reset & Base
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-sans);
  background: var(--ivory);
  color: var(--text-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul { list-style: none; }

.skip-link {
  position: absolute; top: -80px; left: 1rem;
  background: var(--gold-500); color: #fff;
  padding: 0.75rem 1.5rem; border-radius: 4px;
  font-weight: 600; z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* ─────────────────────────────────────────
   Layout Utilities
───────────────────────────────────────── */
.container      { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.container-wide { max-width: 1440px; margin: 0 auto; padding: 0 2rem; }

/* ─────────────────────────────────────────
   Section Shared Styles
───────────────────────────────────────── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--gold-600);
  margin-bottom: 1rem;
}
.section-eyebrow::before,
.section-eyebrow::after {
  content: ''; display: inline-block;
  width: 28px; height: 1px; background: var(--gold-400);
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600; line-height: 1.18;
  color: var(--navy-850);
  letter-spacing: -0.01em;
}

.section-lead {
  font-size: 1.05rem; color: var(--text-muted);
  max-width: 58ch; line-height: 1.8;
}

/* ─────────────────────────────────────────
   TOP BAR
───────────────────────────────────────── */
.top-bar {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(200,146,46,0.15);
  padding: 0.6rem 0;
}
.top-bar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap;
}
.top-bar-contacts {
  display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap;
}
.top-bar-contacts a,
.top-bar-contacts span {
  color: rgba(255,255,255,0.6); font-size: 0.78rem; font-weight: 400;
  display: flex; align-items: center; gap: 0.45rem;
  transition: color 0.2s;
}
.top-bar-contacts a:hover { color: var(--gold-300); }
.top-bar-contacts i { color: var(--gold-500); font-size: 0.72rem; }

.top-contact-group {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.top-phone-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(200, 146, 46, 0.12);
  border: 1px solid rgba(200, 146, 46, 0.35);
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 0.28rem 0.8rem;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.top-phone-badge i {
  color: var(--gold-400) !important;
  font-size: 0.72rem;
}
.top-phone-badge:hover {
  background: rgba(200, 146, 46, 0.25);
  border-color: var(--gold-400);
  color: var(--gold-200) !important;
  transform: translateY(-1px);
}
.top-wa-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25D366 !important;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.28rem 0.8rem;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.top-wa-badge i {
  color: #25D366 !important;
  font-size: 0.82rem;
}
.top-wa-badge:hover {
  background: #25D366;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.35);
  transform: translateY(-1px);
}
.top-wa-badge:hover i {
  color: #fff !important;
}

.currency-select {
  background: transparent; border: 1px solid rgba(200,146,46,0.3);
  color: rgba(255,255,255,0.7); font-family: var(--font-sans);
  font-size: 0.75rem; padding: 0.25rem 0.6rem; border-radius: 4px;
  outline: none; cursor: pointer;
}
.currency-select option { background: var(--navy-900); color: #fff; }

/* ─────────────────────────────────────────
   NAVBAR
───────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  transition: background 0.4s var(--ease-out), box-shadow 0.4s;
}

.navbar {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(200,146,46,0.12);
  padding: 0;
  transition: box-shadow 0.4s;
}
.navbar.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.12); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; gap: 1.5rem;
}

/* Logo */
.brand-logo {
  display: flex; align-items: center; gap: 0.9rem; flex-shrink: 0;
}
.brand-crest {
  width: 46px; height: 46px;
  background: linear-gradient(135deg, var(--gold-600) 0%, var(--gold-400) 50%, var(--gold-700) 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.4rem; font-weight: 700;
  color: #fff; letter-spacing: 0;
  box-shadow: var(--shadow-gold);
  transition: transform 0.3s var(--ease-out);
}
.brand-logo:hover .brand-crest { transform: rotate(-8deg) scale(1.06); }
.brand-text-wrap { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.25rem; letter-spacing: 0.18em;
  color: var(--navy-900);
  text-transform: uppercase;
}
.brand-sub {
  font-size: 0.67rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-600); font-weight: 500;
}

/* Nav Links */
.nav-links {
  display: flex; align-items: center; gap: 0.25rem;
}
.nav-link {
  font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--navy-800); padding: 0.45rem 0.75rem;
  border-radius: var(--radius-sm); position: relative;
  transition: color 0.2s;
}
.nav-link::after {
  content: ''; position: absolute; bottom: 2px; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%; height: 2px; background: var(--gold-500);
  border-radius: 2px; transition: transform 0.25s var(--ease-out);
}
.nav-link:hover { color: var(--gold-600); }
.nav-link:hover::after { transform: translateX(-50%) scaleX(1); }

/* CTA Button */
.nav-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-600) 100%);
  color: #fff; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.6rem 1.4rem; border-radius: 40px;
  box-shadow: 0 4px 20px rgba(200,146,46,0.3);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  white-space: nowrap;
}
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(200,146,46,0.45);
  filter: brightness(1.08);
}

/* Mobile Toggle */
.mobile-toggle {
  display: none; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: var(--radius-sm);
  color: var(--navy-800); font-size: 1.1rem;
  transition: background 0.2s, color 0.2s;
}
.mobile-toggle:hover { background: var(--ivory-100); color: var(--gold-600); }

@media (max-width: 960px) {
  .nav-links {
    position: fixed; top: 0; right: -100%; width: min(320px, 100vw);
    height: 100dvh; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 5rem 1.5rem 2rem;
    background: var(--white); box-shadow: var(--shadow-xl);
    transition: right 0.4s var(--ease-out); overflow-y: auto;
    z-index: 1100;
  }
  .nav-links.open { right: 0; }
  .nav-link { font-size: 0.95rem; padding: 0.85rem 0; width: 100%;
    border-bottom: 1px solid var(--cream); }
  .mobile-toggle { display: flex; z-index: 1200; }
}
@media (max-width: 600px) {
  .top-bar-contacts { gap: 1rem; }
  .top-bar-contacts .hide-mobile { display: none; }
}

/* ─────────────────────────────────────────
   HERO SECTION
───────────────────────────────────────── */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column;
  overflow: hidden;
}

/* Slider */
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.2s var(--ease-out), transform 8s linear;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide.prev   { opacity: 0; transform: scale(1.02); }

/* Layered overlay */
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,15,29,0.65) 0%, rgba(8,15,29,0.2) 40%, rgba(8,15,29,0.75) 100%),
    linear-gradient(90deg, rgba(8,15,29,0.5) 0%, transparent 60%);
}

/* Gold decorative stripe */
.hero-stripe {
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-400), var(--gold-300), var(--gold-400), transparent);
  z-index: 3;
}

/* Hero Content */
.hero-content-wrap {
  position: relative; z-index: 2;
  flex: 1; display: flex; align-items: center;
  padding: 8rem 0 6rem;
}
.hero-content { max-width: 760px; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border: 1px solid rgba(200,146,46,0.5);
  background: rgba(200,146,46,0.12);
  backdrop-filter: blur(8px);
  color: var(--gold-200); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.5rem 1.1rem; border-radius: 40px;
  margin-bottom: 1.8rem;
  animation: fadeSlideUp 0.8s var(--ease-out) 0.2s both;
}
.hero-badge i { color: var(--gold-300); }

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 400; line-height: 1.1;
  color: #fff; letter-spacing: -0.01em;
  margin-bottom: 1.4rem;
  animation: fadeSlideUp 0.9s var(--ease-out) 0.4s both;
}
.hero-title em {
  font-style: italic; color: var(--gold-300);
  display: block;
}

.hero-desc {
  font-size: 1.05rem; color: rgba(255,255,255,0.78);
  line-height: 1.8; max-width: 52ch;
  margin-bottom: 2.5rem;
  animation: fadeSlideUp 0.9s var(--ease-out) 0.6s both;
}

.hero-stats {
  display: flex; gap: 2.5rem; margin-bottom: 2.5rem;
  animation: fadeSlideUp 0.9s var(--ease-out) 0.7s both;
}
.hero-stat-item { text-align: left; }
.hero-stat-num {
  font-family: var(--font-display); font-size: 2.2rem;
  font-weight: 600; color: var(--gold-300); line-height: 1;
  display: block; margin-bottom: 0.2rem;
}
.hero-stat-label {
  font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
  font-weight: 500;
}

.hero-actions {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  animation: fadeSlideUp 0.9s var(--ease-out) 0.8s both;
}

/* Slider Dots + Arrows */
.hero-nav {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 2rem;
  background: linear-gradient(0deg, rgba(8,15,29,0.6) 0%, transparent 100%);
}
.hero-dots { display: flex; gap: 0.5rem; }
.hero-dot {
  width: 28px; height: 3px; border-radius: 2px;
  background: rgba(255,255,255,0.3); border: none;
  cursor: pointer; transition: background 0.3s, width 0.3s;
}
.hero-dot.active { background: var(--gold-400); width: 48px; }

.hero-scroll-hint {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-weight: 500;
}
.scroll-line {
  width: 40px; height: 1px; background: rgba(255,255,255,0.3);
  position: relative; overflow: hidden;
}
.scroll-line::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%; background: var(--gold-400);
  animation: scrollLine 2s var(--ease-out) infinite;
}
@keyframes scrollLine { to { left: 100%; } }

/* ─────────────────────────────────────────
   FLOATING BOOKING BAR
───────────────────────────────────────── */
.booking-bar-section {
  position: relative; z-index: 10;
  margin-top: -3rem; padding: 0 1.5rem;
}
.booking-bar {
  max-width: 1100px; margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0,0,0,0.18), 0 0 0 1px rgba(200,146,46,0.12);
  overflow: hidden;
}
.booking-bar-header {
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-750) 100%);
  padding: 0.85rem 2rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.booking-bar-title {
  font-family: var(--font-display); font-size: 1.05rem; font-weight: 500;
  color: var(--gold-200); letter-spacing: 0.04em;
}
.booking-bar-title i { color: var(--gold-400); }
.booking-bar-body {
  padding: 1.5rem 2rem;
  display: grid; grid-template-columns: 2fr repeat(3, 1fr) auto;
  gap: 1rem; align-items: end;
}
.booking-field label {
  display: block; font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.5rem;
}
.booking-field label i { margin-right: 0.3rem; color: var(--gold-500); }
.booking-field select,
.booking-field input[type="date"] {
  width: 100%; border: 1.5px solid var(--cream);
  border-radius: var(--radius-sm); padding: 0.65rem 0.9rem;
  font-family: var(--font-sans); font-size: 0.9rem; color: var(--text-dark);
  background: var(--ivory); outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
}
.booking-field select:focus,
.booking-field input[type="date"]:focus {
  border-color: var(--gold-400);
  box-shadow: 0 0 0 3px rgba(200,146,46,0.12);
}
.booking-submit {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-700) 100%);
  color: #fff; font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.75rem 1.8rem; border-radius: var(--radius-sm);
  box-shadow: 0 6px 24px rgba(200,146,46,0.35);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  white-space: nowrap;
}
.booking-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(200,146,46,0.5);
  filter: brightness(1.08);
}

@media (max-width: 900px) {
  .booking-bar-body { grid-template-columns: 1fr 1fr; }
  .booking-submit { grid-column: span 2; justify-content: center; }
}
@media (max-width: 540px) {
  .booking-bar-body { grid-template-columns: 1fr; padding: 1.2rem; }
  .booking-submit { grid-column: span 1; }
}

/* ─────────────────────────────────────────
   ABOUT SECTION
───────────────────────────────────────── */
.about-section {
  padding: 7rem 0;
  background: var(--white);
}
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.about-image-cluster { position: relative; }
.about-img-main {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-xl); aspect-ratio: 4/3;
}
.about-img-main img { width: 100%; height: 100%; object-fit: cover; }
.about-img-accent {
  position: absolute; bottom: -2.5rem; right: -2.5rem;
  width: 55%; border-radius: var(--radius-md); overflow: hidden;
  aspect-ratio: 4/3; box-shadow: var(--shadow-xl);
  border: 5px solid var(--white);
}
.about-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.about-badge {
  position: absolute; top: 2rem; left: -2rem;
  background: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-700) 100%);
  color: #fff; padding: 1.2rem 1.5rem; border-radius: var(--radius-md);
  text-align: center; box-shadow: var(--shadow-gold);
}
.about-badge-num {
  font-family: var(--font-display); font-size: 2.6rem; font-weight: 600;
  line-height: 1; display: block;
}
.about-badge-text {
  font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; opacity: 0.85;
}

.about-text { padding-top: 2rem; }
.about-intro {
  font-family: var(--font-display); font-size: 1.15rem; font-style: italic;
  color: var(--text-body); line-height: 1.7; margin-bottom: 1.4rem;
}
.about-body { color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; font-size: 0.97rem; }

.about-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin: 2.2rem 0; }
.pillar {
  display: flex; align-items: flex-start; gap: 0.9rem;
  padding: 1.1rem; border-radius: var(--radius-md);
  background: var(--ivory); border: 1px solid var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pillar:hover { border-color: var(--gold-300); box-shadow: var(--shadow-sm); }
.pillar-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold-100), var(--gold-200));
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-700); font-size: 0.9rem;
}
.pillar-title { font-size: 0.8rem; font-weight: 700; color: var(--navy-850); margin-bottom: 0.2rem; }
.pillar-desc  { font-size: 0.77rem; color: var(--text-muted); line-height: 1.5; }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-img-accent { right: 0; }
  .about-badge { left: 0; }
  .about-text { padding-top: 3rem; }
}
@media (max-width: 540px) {
  .about-pillars { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────
   HOTELS SHOWCASE
───────────────────────────────────────── */
.hotels-section {
  padding: 7rem 0;
  background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory-100) 100%);
}
.section-header-center { text-align: center; margin-bottom: 3.5rem; }
.section-header-center .section-lead { margin: 0 auto; }

.hotels-duo {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; max-width: 1100px; margin: 0 auto;
}

.hotel-card {
  background: var(--white); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-md);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  display: flex; flex-direction: column;
}
.hotel-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); }

.hotel-card-image {
  position: relative; aspect-ratio: 16/10; overflow: hidden;
}
.hotel-card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.hotel-card:hover .hotel-card-image img { transform: scale(1.06); }

.hotel-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(8,15,29,0.7) 100%);
}
.hotel-img-tags {
  position: absolute; bottom: 1.2rem; left: 1.2rem; right: 1.2rem;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.hotel-location-pill {
  background: rgba(8,15,29,0.75); backdrop-filter: blur(8px);
  color: rgba(255,255,255,0.9); font-size: 0.7rem; font-weight: 500;
  letter-spacing: 0.05em; padding: 0.35rem 0.8rem;
  border-radius: 40px; display: flex; align-items: center; gap: 0.35rem;
  border: 1px solid rgba(255,255,255,0.1);
}
.hotel-location-pill i { color: var(--gold-400); font-size: 0.65rem; }
.hotel-rating-pill {
  background: var(--gold-500); color: #fff;
  font-size: 0.72rem; font-weight: 700;
  padding: 0.35rem 0.75rem; border-radius: 40px;
  display: flex; align-items: center; gap: 0.3rem;
}
.hotel-rating-pill i { font-size: 0.6rem; }

.hotel-card-body { padding: 2rem; flex: 1; display: flex; flex-direction: column; }
.hotel-type-tag {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-600);
  margin-bottom: 0.6rem;
}
.hotel-card-name {
  font-family: var(--font-display);
  font-size: 1.7rem; font-weight: 600; line-height: 1.15;
  color: var(--navy-850); margin-bottom: 1rem;
}
.hotel-card-desc {
  font-size: 0.92rem; color: var(--text-muted);
  line-height: 1.75; margin-bottom: 1.5rem;
  flex: 1;
}
.hotel-amenity-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.8rem; }
.chip {
  font-size: 0.7rem; font-weight: 500; padding: 0.3rem 0.75rem;
  border-radius: 40px; background: var(--ivory-100);
  border: 1px solid var(--cream); color: var(--text-body);
  display: flex; align-items: center; gap: 0.3rem;
}
.chip i { color: var(--gold-600); font-size: 0.62rem; }

.hotel-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1.5rem; border-top: 1px solid var(--cream);
}
.hotel-price-from { font-size: 0.7rem; color: var(--text-muted); margin-bottom: 0.2rem; }
.hotel-price-value {
  font-family: var(--font-display); font-size: 2rem; font-weight: 600;
  color: var(--navy-850); line-height: 1;
}
.hotel-price-value span { font-size: 0.85rem; font-weight: 400; color: var(--text-muted); }

@media (max-width: 768px) {
  .hotels-duo { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────
   ROOMS GRID
───────────────────────────────────────── */
.rooms-section {
  padding: 7rem 0;
  background: var(--navy-900);
}
.rooms-section .section-title  { color: var(--ivory); }
.rooms-section .section-eyebrow { color: var(--gold-400); }
.rooms-section .section-eyebrow::before,
.rooms-section .section-eyebrow::after { background: var(--gold-600); }
.rooms-section .section-lead { color: rgba(255,255,255,0.55); }

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3.5rem;
}
.room-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-md); overflow: hidden;
  transition: transform 0.4s var(--ease-out), border-color 0.3s, background 0.3s;
  display: flex; flex-direction: column;
}
.room-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200,146,46,0.3);
  background: rgba(255,255,255,0.07);
}
.room-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.room-card:hover .room-img img { transform: scale(1.08); }
.room-hotel-tag {
  position: absolute; top: 0.9rem; left: 0.9rem;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: #fff;
  background: rgba(200,146,46,0.9); padding: 0.3rem 0.7rem;
  border-radius: 40px;
}
.room-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.room-name {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 600;
  color: #fff; margin-bottom: 0.75rem;
}
.room-meta {
  display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 0.9rem;
}
.room-meta-item {
  font-size: 0.72rem; color: rgba(255,255,255,0.5);
  display: flex; align-items: center; gap: 0.3rem;
}
.room-meta-item i { color: var(--gold-500); font-size: 0.65rem; }
.room-desc { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.7; flex: 1; margin-bottom: 1.2rem; }
.room-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.08);
}
.room-price-val {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 600;
  color: var(--gold-300); line-height: 1;
}
.room-price-val small { font-size: 0.8rem; color: rgba(255,255,255,0.4); font-weight: 300; }

@media (max-width: 900px) { .rooms-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .rooms-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────
   FACTS COMPARISON
───────────────────────────────────────── */
.facts-section { padding: 7rem 0; background: var(--white); }
.facts-table-wrap {
  margin-top: 3rem; overflow-x: auto;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
  border: 1px solid var(--cream);
}
.facts-table { width: 100%; border-collapse: collapse; min-width: 700px; }
.facts-table thead { background: linear-gradient(135deg, var(--navy-900), var(--navy-750)); }
.facts-table thead th {
  padding: 1.2rem 1.5rem; text-align: left;
  font-family: var(--font-display); font-size: 1rem; font-weight: 500;
  color: var(--gold-200); letter-spacing: 0.04em;
}
.facts-table thead th:first-child { color: rgba(255,255,255,0.5); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; }
.facts-table tbody tr:nth-child(even) { background: var(--ivory); }
.facts-table tbody tr:hover { background: var(--gold-50); }
.facts-table td, .facts-table th[scope="row"] {
  padding: 1rem 1.5rem; font-size: 0.9rem;
  border-bottom: 1px solid var(--cream);
  vertical-align: middle;
}
.facts-table th[scope="row"] { color: var(--text-muted); font-weight: 500; white-space: nowrap; }
.facts-table td { color: var(--text-dark); }
.facts-table td i { color: var(--gold-500); margin-right: 0.4rem; }

/* ─────────────────────────────────────────
   DINING SECTION
───────────────────────────────────────── */
.dining-section {
  padding: 7rem 0;
  background: linear-gradient(135deg, var(--navy-950) 0%, #1a0e05 100%);
  position: relative; overflow: hidden;
}
.dining-bg-pattern {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 20% 50%, rgba(200,146,46,0.06) 0%, transparent 50%),
                    radial-gradient(circle at 80% 50%, rgba(200,146,46,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.dining-section .section-title { color: var(--ivory); }
.dining-section .section-eyebrow { color: var(--gold-400); }
.dining-section .section-eyebrow::before,
.dining-section .section-eyebrow::after { background: var(--gold-600); }
.dining-section .section-lead { color: rgba(255,255,255,0.5); }

.dining-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem; align-items: center; margin-top: 4rem;
}
.dining-image-frame {
  position: relative; border-radius: var(--radius-lg);
  overflow: hidden; aspect-ratio: 4/3;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(200,146,46,0.2);
}
.dining-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.dining-image-frame::after {
  content: ''; position: absolute; inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(200,146,46,0.2);
  pointer-events: none;
}
.dining-tag-overlay {
  position: absolute; top: 1.5rem; left: 1.5rem;
  background: rgba(8,15,29,0.85); backdrop-filter: blur(12px);
  border: 1px solid rgba(200,146,46,0.3);
  border-radius: var(--radius-md); padding: 1rem 1.3rem;
}
.dining-tag-title {
  font-family: var(--font-display); font-size: 1.1rem;
  font-weight: 600; color: var(--gold-300);
}
.dining-tag-sub { font-size: 0.72rem; color: rgba(255,255,255,0.5); margin-top: 0.2rem; }

.dining-features { display: flex; flex-direction: column; gap: 1.5rem; }
.dining-feat {
  display: flex; gap: 1.1rem; align-items: flex-start;
  padding: 1.3rem; border-radius: var(--radius-md);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.2s, background 0.2s;
}
.dining-feat:hover { border-color: rgba(200,146,46,0.25); background: rgba(255,255,255,0.07); }
.dining-feat-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(200,146,46,0.2), rgba(200,146,46,0.1));
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  color: var(--gold-400); font-size: 1rem;
}
.dining-feat-title { font-size: 0.9rem; font-weight: 600; color: var(--ivory); margin-bottom: 0.3rem; }
.dining-feat-desc  { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

@media (max-width: 860px) {
  .dining-grid { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────
   ROOFTOP SECTION
───────────────────────────────────────── */
.rooftop-section {
  padding: 7rem 0;
  background: linear-gradient(180deg, var(--ivory-100) 0%, var(--ivory) 100%);
}
.rooftop-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; margin-top: 3.5rem;
}
.rooftop-card {
  border-radius: var(--radius-lg); overflow: hidden;
  position: relative; aspect-ratio: 16/9;
  box-shadow: var(--shadow-xl);
}
.rooftop-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.rooftop-card:hover img { transform: scale(1.05); }
.rooftop-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(8,15,29,0.75) 100%);
}
.rooftop-card-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 2rem;
}
.rooftop-card-tag {
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-300); margin-bottom: 0.4rem;
  display: flex; align-items: center; gap: 0.4rem;
}
.rooftop-card-tag::before { content: ''; width: 20px; height: 1px; background: var(--gold-400); }
.rooftop-card-name {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  color: #fff; margin-bottom: 0.5rem;
}
.rooftop-card-detail { font-size: 0.8rem; color: rgba(255,255,255,0.65); }

.travel-cta-box {
  margin-top: 3.5rem;
  background: linear-gradient(135deg, var(--navy-900) 0%, var(--navy-750) 100%);
  border-radius: var(--radius-lg); padding: 2.5rem 3rem;
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  box-shadow: var(--shadow-xl);
}
.travel-cta-text h3 {
  font-family: var(--font-display); font-size: 1.6rem; font-weight: 600;
  color: var(--gold-200); margin-bottom: 0.6rem;
}
.travel-cta-text p { font-size: 0.9rem; color: rgba(255,255,255,0.55); max-width: 50ch; }

@media (max-width: 768px) {
  .rooftop-grid { grid-template-columns: 1fr; }
  .travel-cta-box { flex-direction: column; text-align: center; }
}

/* ─────────────────────────────────────────
   REVIEWS
───────────────────────────────────────── */
.reviews-section { padding: 7rem 0; background: var(--white); }
.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; margin-top: 3.5rem;
}
.review-card {
  padding: 2rem; border-radius: var(--radius-md);
  background: var(--ivory);
  border: 1px solid var(--cream);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review-stars { color: var(--gold-500); font-size: 0.85rem; margin-bottom: 1.1rem; display: flex; gap: 0.2rem; }
.review-quote {
  font-family: var(--font-display); font-size: 3rem; line-height: 0.6;
  color: var(--gold-200); margin-bottom: 0.5rem;
}
.review-text {
  font-size: 0.92rem; color: var(--text-body); line-height: 1.8;
  margin-bottom: 1.5rem; font-style: italic;
}
.review-author { display: flex; align-items: center; gap: 0.9rem; }
.review-avatar {
  width: 42px; height: 42px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-700));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-sans); font-size: 0.78rem; font-weight: 700; color: #fff;
  flex-shrink: 0;
}
.review-name { font-weight: 600; font-size: 0.88rem; color: var(--navy-850); margin-bottom: 0.15rem; }
.review-stay { font-size: 0.72rem; color: var(--text-muted); }

.review-platforms {
  margin-top: 3rem; text-align: center;
  display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap;
}
.review-platform {
  display: flex; align-items: center; gap: 0.6rem;
  font-size: 0.8rem; font-weight: 600; color: var(--text-muted);
  padding: 0.6rem 1.2rem; border-radius: 40px;
  border: 1px solid var(--cream); background: var(--ivory);
}
.review-platform i { color: var(--gold-500); }

@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────
   FAQ SECTION
───────────────────────────────────────── */
.faq-section { padding: 7rem 0; background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 3.5rem; }
.faq-item {
  background: var(--white); border-radius: var(--radius-md);
  border: 1px solid var(--cream); overflow: hidden;
  transition: box-shadow 0.2s;
}
.faq-item.open { box-shadow: var(--shadow-md); border-color: var(--gold-200); }
.faq-question-btn {
  width: 100%; text-align: left; padding: 1.3rem 1.5rem;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem;
  font-size: 0.9rem; font-weight: 600; color: var(--navy-850); line-height: 1.4;
  transition: background 0.2s; background: transparent;
}
.faq-question-btn:hover { background: var(--ivory); }
.faq-question-btn i { color: var(--gold-500); flex-shrink: 0; transition: transform 0.3s; margin-top: 0.15rem; }
.faq-item.open .faq-question-btn i { transform: rotate(180deg); }
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height 0.4s var(--ease-in-out);
}
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding: 0 1.5rem 1.5rem; font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; }
.faq-direct { font-weight: 700; color: var(--text-dark); margin-bottom: 0.5rem; }

@media (max-width: 768px) { .faq-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.site-footer {
  background: linear-gradient(180deg, var(--navy-950) 0%, #020407 100%);
  border-top: 1px solid rgba(200,146,46,0.15);
}
.footer-main { padding: 5rem 0 3rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.35fr 0.95fr 0.95fr 1.75fr;
  gap: 2.5rem; align-items: flex-start;
}
.footer-brand { }
.footer-brand-logo { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1.2rem; }
.footer-brand-crest {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gold-600), var(--gold-400));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 1.3rem; color: #fff; font-weight: 700;
}
.footer-brand-name { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-200); }
.footer-brand-sub  { font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-600); }
.footer-about { font-size: 0.84rem; color: rgba(255,255,255,0.4); line-height: 1.8; margin-bottom: 1.5rem; }
.footer-socials { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.social-btn {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(200,146,46,0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 0.85rem;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.social-btn:hover { border-color: var(--gold-400); color: var(--gold-300); background: rgba(200,146,46,0.1); }

.footer-col-title {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--gold-500);
  margin-bottom: 1.2rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li a {
  font-size: 0.84rem; color: rgba(255,255,255,0.45);
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--gold-300); }

.footer-contact-list {
  display: flex; flex-direction: column; gap: 0.65rem;
}
.footer-contact-row {
  display: flex; align-items: baseline; gap: 0.65rem;
  font-size: 0.82rem; line-height: 1.5;
}
.footer-contact-row.address-row { align-items: flex-start; }
.footer-contact-row .f-icon {
  width: 18px; text-align: center; color: var(--gold-400);
  font-size: 0.8rem; flex-shrink: 0; display: inline-flex; justify-content: center;
}
.footer-contact-row .f-icon.wa { color: #25D366; }
.footer-contact-row .f-label {
  color: rgba(255,255,255,0.45); font-size: 0.78rem; min-width: 95px; flex-shrink: 0;
}
.footer-contact-row .f-val {
  color: rgba(255,255,255,0.88); font-size: 0.82rem; white-space: nowrap;
  text-decoration: none; transition: color 0.2s;
}
.footer-contact-row a.f-val:hover { color: var(--gold-300); }
.footer-contact-row .f-val.wa { color: #25D366; }
.footer-contact-row a.f-val.wa:hover { color: #55f191; }
.footer-contact-row .f-sub-link {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.7rem; font-weight: 600; margin-left: 0.45rem;
  padding: 0.1rem 0.45rem; border-radius: 10px;
  background: rgba(37,211,102,0.12); border: 1px solid rgba(37,211,102,0.35);
  text-decoration: none;
}
.footer-contact-row .f-sub-link.wa { color: #25D366; }
.footer-contact-row .f-sub-link:hover { background: #25D366; color: #fff; }
.footer-contact-row .address-text {
  white-space: normal; color: rgba(255,255,255,0.6); font-size: 0.8rem; line-height: 1.45;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 1.8rem 0;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1rem;
}
.footer-bottom-copy { font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.footer-bottom-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-bottom-links a { font-size: 0.75rem; color: rgba(255,255,255,0.3); transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--gold-400); }

@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; } }
@media (max-width: 560px)  { .footer-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.btn-gold {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: linear-gradient(135deg, var(--gold-500) 0%, var(--gold-700) 100%);
  color: #fff; font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.8rem 2rem; border-radius: 40px;
  box-shadow: 0 6px 28px rgba(200,146,46,0.35);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  border: none; cursor: pointer;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 36px rgba(200,146,46,0.5); filter: brightness(1.08); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: transparent; color: rgba(255,255,255,0.85);
  font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.78rem 2rem; border-radius: 40px;
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.btn-outline:hover { border-color: var(--gold-300); color: var(--gold-200); background: rgba(200,146,46,0.08); }

.btn-ghost-gold {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: transparent; color: var(--gold-600);
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.75rem 1.8rem; border-radius: 40px;
  border: 1.5px solid var(--gold-400);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.btn-ghost-gold:hover { background: var(--gold-500); color: #fff; box-shadow: var(--shadow-gold); }

.btn-wa {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: #25D366; color: #fff;
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.8rem 1.8rem; border-radius: 40px;
  box-shadow: 0 6px 24px rgba(37,211,102,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(37,211,102,0.5); }

/* ─────────────────────────────────────────
   BOOKING MODAL
───────────────────────────────────────── */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(4,8,15,0.8); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem; opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
}
.modal-backdrop.open { opacity: 1; pointer-events: all; }
.modal-box {
  background: var(--white); border-radius: var(--radius-lg);
  width: 100%; max-width: 700px; max-height: 90dvh;
  overflow-y: auto; box-shadow: var(--shadow-xl);
  transform: scale(0.96) translateY(20px);
  transition: transform 0.35s var(--ease-out);
}
.modal-backdrop.open .modal-box { transform: scale(1) translateY(0); }
.modal-head {
  background: linear-gradient(135deg, var(--navy-900), var(--navy-750));
  padding: 1.5rem 2rem;
  display: flex; align-items: center; justify-content: space-between;
}
.modal-head-title {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 600;
  color: var(--gold-200);
}
.modal-head-title i { color: var(--gold-400); margin-right: 0.5rem; }
.modal-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.6);
  font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.modal-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.modal-body { padding: 2rem; }
.modal-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.modal-form-grid .full-col { grid-column: span 2; }
.form-group label {
  display: block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.45rem;
}
.form-group label i { color: var(--gold-500); margin-right: 0.3rem; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; border: 1.5px solid var(--cream);
  border-radius: var(--radius-sm); padding: 0.65rem 0.9rem;
  font-family: var(--font-sans); font-size: 0.9rem; color: var(--text-dark);
  background: var(--ivory); outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group select:focus {
  border-color: var(--gold-400); box-shadow: 0 0 0 3px rgba(200,146,46,0.1);
}
.bill-summary {
  background: var(--navy-950); border-radius: var(--radius-md);
  padding: 1.5rem; margin: 1.5rem 0;
}
.bill-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.7rem; }
.bill-row span:first-child { font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.bill-row span:last-child  { font-size: 0.88rem; font-weight: 500; color: rgba(255,255,255,0.75); }
.bill-row.total-row { border-top: 1px solid rgba(200,146,46,0.2); padding-top: 0.8rem; margin-bottom: 0; }
.bill-row.total-row span:first-child { color: rgba(255,255,255,0.6); font-weight: 600; }
.bill-row.total-row span:last-child  {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  color: var(--gold-300);
}

@media (max-width: 560px) {
  .modal-form-grid { grid-template-columns: 1fr; }
  .modal-form-grid .full-col { grid-column: span 1; }
}

/* ─────────────────────────────────────────
   FLOATING WHATSAPP CONCIERGE
───────────────────────────────────────── */
.floating-concierge {
  position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 900;
}
.concierge-pill {
  display: inline-flex; align-items: center; gap: 0.65rem;
  background: #25D366; color: #fff;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.75rem 1.4rem; border-radius: 40px;
  box-shadow: 0 8px 32px rgba(37,211,102,0.45);
  animation: pillPulse 3s infinite;
}
.concierge-pill i { font-size: 1.1rem; }
@keyframes pillPulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(37,211,102,0.45); }
  50%       { box-shadow: 0 8px 48px rgba(37,211,102,0.65); }
}

/* ─────────────────────────────────────────
   ANSWER-FIRST / AEO BLOCK
───────────────────────────────────────── */
.aeo-block {
  background: linear-gradient(135deg, var(--gold-50), var(--ivory-100));
  border: 1px solid var(--gold-200); border-radius: var(--radius-md);
  padding: 1.2rem 1.6rem; margin-bottom: 2.5rem;
  display: flex; align-items: flex-start; gap: 0.8rem;
}
.aeo-block i { color: var(--gold-600); margin-top: 0.15rem; flex-shrink: 0; }
.aeo-block p { font-size: 0.88rem; color: var(--text-body); line-height: 1.75; }
.aeo-block strong { color: var(--navy-850); }
.aeo-freshness { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.4rem; display: block; }

/* ─────────────────────────────────────────
   KEYFRAME ANIMATIONS
───────────────────────────────────────── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Scroll-reveal utility */
.reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─────────────────────────────────────────
   ANSWER-SECTION / FACTS TABLE section override
───────────────────────────────────────── */
.facts-section .section-header-center { text-align: left; }
