/* CIAH - Colombo International Airport Hotel - Main Styles */

/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body { 
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; 
  line-height: 1.6; 
  color: #1a1a1a; 
  overflow-x: hidden; 
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }
button, a[role="button"] { 
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
*:focus-visible {
  outline: 2px solid #c9a961;
  outline-offset: 2px;
}
/* Disable focus outline on non-keyboard interactions */
*:focus:not(:focus-visible) {
  outline: none;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.gold { color: #c9a961; }

/* ===== NAVIGATION ===== */
#navbar { 
  position: fixed; 
  top: 0; 
  left: 0; 
  right: 0; 
  z-index: 1000; 
  background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
  backdrop-filter: blur(15px); 
  transition: all 0.3s;
  border-bottom: 1px solid rgba(201,169,97,0.15);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  height: auto;
}
.nav-inner { 
  max-width: 1400px; 
  margin: 0 auto; 
  padding: 16px 32px; 
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  gap: 16px;
}
.logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-icon { 
  width: 56px; 
  height: 56px; 
  background: url('../logo.svg') center/contain no-repeat;
  flex-shrink: 0;
  display: block;
}
.logo-text { display: flex; flex-direction: column; min-width: 0; }
.logo-main { 
  font-family: 'Playfair Display', serif; 
  font-size: 1rem; 
  font-weight: 700; 
  color: #1a1a1a;
  display: block;
  letter-spacing: 0.3px;
  line-height: 1.3;
  white-space: nowrap;
}
.logo-sub { 
  font-size: 0.65rem; 
  color: #c9a961; 
  text-transform: uppercase; 
  letter-spacing: 2px;
  display: block; 
  font-weight: 600;
  white-space: nowrap;
}
.nav-links { 
  display: flex; 
  align-items: center; 
  gap: 32px; 
  list-style: none;
  flex: 1;
}
.nav-link { 
  color: #333; 
  font-size: 0.88rem; 
  font-weight: 500; 
  transition: color 0.3s; 
  position: relative;
  white-space: nowrap;
}
.nav-link:hover, .nav-link.active { color: #c9a961; }
.nav-link.active::after { 
  content: ''; 
  position: absolute; 
  bottom: -4px; 
  left: 0; 
  right: 0; 
  height: 2px; 
  background: #c9a961; 
}
.btn-nav { 
  background: linear-gradient(135deg, #c9a961, #d4af37);
  color: #0a0a0a; 
  padding: 10px 24px; 
  border-radius: 6px; 
  font-weight: 700; 
  font-size: 0.88rem; 
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(201,169,97,0.3);
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-nav:hover { background: linear-gradient(135deg, #b8943f, #c9a961); transform: translateY(-2px); box-shadow: 0 6px 16px rgba(201,169,97,0.4); }
.hamburger { 
  display: none; 
  flex-direction: column; 
  gap: 5px; 
  background: none; 
  border: none; 
  padding: 8px; 
  cursor: pointer;
  flex-shrink: 0;
}
.hamburger span { 
  width: 26px; 
  height: 2px; 
  background: #1a1a1a; 
  transition: all 0.3s;
  display: block;
}
.mobile-menu { 
  position: fixed; 
  top: 78px; 
  left: 0; 
  right: 0; 
  background: rgba(255,255,255,0.98); 
  backdrop-filter: blur(15px); 
  transform: translateY(-100%); 
  opacity: 0; 
  transition: all 0.3s; 
  z-index: 999; 
  max-height: 0; 
  overflow: hidden;
  border-bottom: 2px solid rgba(201,169,97,0.2);
}
.mobile-menu.open { 
  transform: translateY(0); 
  opacity: 1; 
  max-height: 600px;
  overflow-y: auto;
}
.mobile-menu ul { 
  list-style: none; 
  padding: 24px 0; 
}
.mob-link { 
  display: block; 
  padding: 14px 32px; 
  color: #333; 
  font-weight: 500; 
  transition: all 0.3s;
  border-left: 3px solid transparent;
  font-size: 0.95rem;
}
.mob-link:hover { background: rgba(201,169,97,0.08); color: #c9a961; border-left-color: #c9a961; }
.btn-mob { color: #c9a961; font-weight: 700; margin: 8px 32px; border-radius: 6px; display: inline-block; padding: 10px 20px; }

/* ===== HERO ===== */
.hero { 
  position: relative; 
  height: 100vh; 
  min-height: 750px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  overflow: visible;
  padding-bottom: 160px;
}
.hero-bg { 
  position: absolute; 
  inset: 0; 
  background-image: url('https://images.unsplash.com/photo-1551882547-ff40c63fe5fa?w=1600&q=80'); 
  background-size: cover; 
  background-position: center; 
  background-attachment: scroll; 
  z-index: 1; 
  will-change: auto;
}
.hero-overlay { 
  position: absolute; 
  inset: 0; 
  background: rgba(0,0,0,0.5); 
  z-index: 2; 
}
.hero-content { 
  position: relative; 
  z-index: 3; 
  text-align: center; 
  color: #fff; 
  max-width: 900px; 
  padding: 0 24px; 
}
.hero-badge { 
  display: inline-flex; 
  align-items: center; 
  gap: 8px; 
  background: rgba(201,169,97,0.15); 
  border: 1px solid rgba(201,169,97,0.3); 
  padding: 8px 18px; 
  border-radius: 30px; 
  font-size: 0.85rem; 
  margin-bottom: 28px; 
  color: #c9a961; 
}
.hero-content h1 { 
  font-family: 'Playfair Display', serif; 
  font-size: 4rem; 
  font-weight: 700; 
  line-height: 1.2; 
  margin-bottom: 20px; 
}
.hero-sub { 
  font-size: 1.15rem; 
  color: #ddd; 
  margin-bottom: 36px; 
  max-width: 700px; 
  margin-left: auto; 
  margin-right: auto; 
}
.hero-ctas { 
  display: flex; 
  gap: 16px; 
  justify-content: center; 
  flex-wrap: wrap; 
}
.btn-primary { 
  background: #c9a961; 
  color: #0a0a0a; 
  padding: 14px 32px; 
  border-radius: 8px; 
  font-weight: 600; 
  font-size: 1rem; 
  transition: all 0.3s; 
  display: inline-block;
  border: none;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  touch-action: manipulation;
}
.btn-primary:hover { 
  background: #b8943f; 
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(201,169,97,0.3); 
}
.btn-primary:active {
  transform: translateY(0);
}
.btn-ghost { 
  border: 2px solid #fff; 
  color: #fff; 
  padding: 12px 32px; 
  border-radius: 8px; 
  font-weight: 600; 
  font-size: 1rem; 
  transition: all 0.3s; 
  display: inline-block;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  background: transparent;
  touch-action: manipulation;
}
.btn-ghost:hover { 
  background: #fff; 
  color: #1a3a52; 
}
.btn-ghost:active {
  opacity: 0.9;
}
.btn-ghost-white { 
  border: 2px solid #fff; 
  color: #fff; 
  padding: 10px 24px; 
  border-radius: 6px; 
  font-weight: 600; 
  font-size: 0.9rem; 
  transition: all 0.3s; 
  display: inline-block;
  cursor: pointer;
  min-height: 44px;
  background: transparent;
  touch-action: manipulation;
}
.btn-ghost-white:hover { 
  background: #fff; 
  color: #1a3a52; 
}
.btn-secondary { 
  background: #1a3a52; 
  color: #fff; 
  padding: 10px 24px; 
  border-radius: 6px; 
  font-weight: 600; 
  font-size: 0.9rem; 
  transition: all 0.3s; 
  display: inline-block;
  cursor: pointer;
  min-height: 44px;
  border: none;
  touch-action: manipulation;
}
.btn-secondary:hover { 
  background: #2c5f7f; 
}

/* ===== LIVE FLIGHT POPUP ===== */
/* Styles consolidated at line 1911+ */

/* ===== BOOKING WIDGET (HERO) ===== */
.booking-widget { 
  position: absolute; 
  bottom: -90px; 
  left: 50%; 
  transform: translateX(-50%); 
  z-index: 4; 
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(249,250,251,0.98) 100%);
  backdrop-filter: blur(20px); 
  border-radius: 20px; 
  padding: 36px 40px; 
  box-shadow: 0 25px 80px rgba(0,0,0,0.35), 0 0 1px rgba(201,169,97,0.5); 
  width: 90%; 
  max-width: 1100px;
  border: 2px solid rgba(201,169,97,0.2);
}
.booking-widget::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #c9a961, #d4af37, #c9a961);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.booking-widget:hover::before {
  opacity: 0.15;
}
.booking-form { 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  grid-template-rows: auto auto;
  gap: 20px 24px; 
  align-items: end; 
}
.bf-group { 
  display: flex; 
  flex-direction: column; 
  gap: 10px;
  position: relative;
}
.bf-group label { 
  font-size: 0.8rem; 
  font-weight: 700; 
  color: #1a3a52; 
  display: flex; 
  align-items: center; 
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bf-group label i { 
  color: #c9a961;
  font-size: 1rem;
}
.bf-group input, .bf-group select { 
  border: 2px solid #e5e7eb; 
  border-radius: 10px; 
  padding: 14px 16px; 
  font-size: 0.95rem; 
  font-family: inherit; 
  background: #fff; 
  color: #1a1a1a; 
  transition: all 0.3s;
  font-weight: 500;
  min-height: 44px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.bf-group input:focus, .bf-group select:focus { 
  outline: none; 
  border-color: #c9a961; 
  box-shadow: 0 0 0 4px rgba(201,169,97,0.08);
  transform: translateY(-2px);
}
.bf-group input:hover, .bf-group select:hover {
  border-color: #c9a961;
}
.bf-group select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}
.bf-submit { 
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
  color: #0a0a0a; 
  border: none; 
  padding: 16px 32px; 
  border-radius: 10px; 
  font-weight: 700; 
  font-size: 1rem; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 10px; 
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  width: 100%;
  grid-column: 1 / -1;
  box-shadow: 0 8px 20px rgba(201,169,97,0.3);
  position: relative;
  overflow: hidden;
}
.bf-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.5s;
}
.bf-submit:hover::before {
  left: 100%;
}
.bf-submit:hover { 
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(201,169,97,0.4);
}
.bf-submit:active {
  transform: translateY(-2px);
}

/* ===== SECTIONS ===== */
.section { 
  padding: 80px 0; 
}
.section-header { 
  text-align: center; 
  margin-bottom: 50px; 
}
.section-header.light { 
  color: #fff; 
}
.eyebrow { 
  display: block; 
  font-size: 0.85rem; 
  font-weight: 600; 
  text-transform: uppercase; 
  letter-spacing: 2px; 
  color: #c9a961; 
  margin-bottom: 12px; 
}
.section-header h2 { 
  font-family: 'Playfair Display', serif; 
  font-size: 2.8rem; 
  font-weight: 700; 
  margin-bottom: 16px; 
}
.section-header p { 
  font-size: 1.1rem; 
  color: #666; 
  max-width: 700px; 
  margin: 0 auto; 
}
.section-header.light p { 
  color: #ddd; 
}
.section-cta { 
  text-align: center; 
  margin-top: 48px; 
}

/* ===== QUICK FEATURES ===== */
.quick-features { 
  background: #f9fafb;
  padding-top: 200px !important;
}
.qf-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 32px; 
}
.qf-item { 
  text-align: center; 
  padding: 28px; 
}
.qf-icon { 
  width: 70px; 
  height: 70px; 
  background: rgba(201,169,97,0.12); 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 1.8rem; 
  color: #c9a961; 
  margin: 0 auto 20px; 
}
.qf-item h3 { 
  font-size: 1.25rem; 
  margin-bottom: 10px; 
}
.qf-item p { 
  color: #666; 
  font-size: 0.95rem; 
}

/* ===== ROOMS ===== */
.rooms-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); 
  gap: 32px; 
}
.room-card { 
  background: #fff; 
  border-radius: 12px; 
  overflow: hidden; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
  transition: transform 0.3s, box-shadow 0.3s; 
}
.room-card:hover { 
  transform: translateY(-8px); 
  box-shadow: 0 12px 30px rgba(0,0,0,0.15); 
}
.room-img { 
  position: relative; 
  height: 260px; 
  overflow: hidden; 
}
.room-img img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: transform 0.5s; 
}
.room-card:hover .room-img img { 
  transform: scale(1.1); 
}
.room-badge { 
  position: absolute; 
  top: 16px; 
  right: 16px; 
  background: rgba(59,130,246,0.9); 
  color: #fff; 
  padding: 6px 14px; 
  border-radius: 20px; 
  font-size: 0.8rem; 
  font-weight: 600; 
}
.gold-badge { 
  background: rgba(201,169,97,0.95); 
  color: #0a0a0a; 
}
.room-info { 
  padding: 24px; 
}
.room-info h3 { 
  font-size: 1.5rem; 
  margin-bottom: 10px; 
  font-family: 'Playfair Display', serif; 
}
.room-size { 
  color: #888; 
  font-size: 0.9rem; 
  margin-bottom: 12px; 
}
.room-desc { 
  color: #555; 
  font-size: 0.95rem; 
  line-height: 1.6; 
  margin-bottom: 16px; 
}
.room-features { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 10px; 
  margin-bottom: 20px; 
}
.room-features span { 
  background: #f3f4f6; 
  padding: 6px 12px; 
  border-radius: 20px; 
  font-size: 0.82rem; 
  color: #555; 
}
.room-footer { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  padding-top: 16px; 
  border-top: 1px solid #e5e7eb; 
}
.room-price { 
  font-size: 0.9rem; 
  color: #666; 
}
.room-price strong { 
  font-size: 1.5rem; 
  color: #c9a961; 
  font-weight: 700; 
}

/* ===== ABOUT PREVIEW ===== */
.about-preview { 
  background: #f9fafb; 
}
.about-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 60px; 
  align-items: center; 
}
.about-img-wrap { 
  position: relative; 
}
.about-img-wrap img { 
  border-radius: 12px; 
  box-shadow: 0 20px 60px rgba(0,0,0,0.15); 
}
.about-stats-float { 
  position: absolute; 
  bottom: -20px; 
  right: -20px; 
  background: #c9a961; 
  color: #0a0a0a; 
  border-radius: 12px; 
  padding: 20px; 
  display: flex; 
  gap: 24px; 
  box-shadow: 0 10px 30px rgba(0,0,0,0.2); 
}
.asf-item { 
  text-align: center; 
}
.asf-item strong { 
  display: block; 
  font-size: 2rem; 
  font-weight: 700; 
}
.asf-item span { 
  font-size: 0.8rem; 
  opacity: 0.8; 
}
.about-content h2 { 
  font-family: 'Playfair Display', serif; 
  font-size: 2.5rem; 
  margin-bottom: 20px; 
}
.about-content p { 
  color: #555; 
  font-size: 1rem; 
  margin-bottom: 16px; 
  line-height: 1.8; 
}
.about-points { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 12px; 
  margin: 28px 0; 
}
.ap-item { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  font-size: 0.95rem; 
  color: #444; 
}
.ap-item i { 
  color: #c9a961; 
  font-size: 1.1rem; 
}

/* ===== DINING ===== */
.dining-preview { 
  background: #1a3a52; 
  color: #fff; 
}
.dining-grid { 
  display: grid; 
  grid-template-columns: 2fr 1fr; 
  grid-template-rows: auto auto; 
  gap: 20px; 
}
.dining-card { 
  position: relative; 
  border-radius: 12px; 
  overflow: hidden; 
  height: 320px; 
  cursor: pointer; 
}
.dining-card.large { 
  grid-row: span 2; 
  height: auto; 
}
.dining-card img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: transform 0.5s; 
}
.dining-card:hover img { 
  transform: scale(1.1); 
}
.dining-overlay { 
  position: absolute; 
  inset: 0; 
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); 
  display: flex; 
  flex-direction: column; 
  justify-content: flex-end; 
  padding: 32px; 
  color: #fff; 
}
.dining-tag { 
  background: #c9a961; 
  color: #1a3a52; 
  padding: 4px 12px; 
  border-radius: 20px; 
  font-size: 0.8rem; 
  font-weight: 600; 
  display: inline-block; 
  margin-bottom: 12px; 
  width: fit-content; 
}
.dining-overlay h3 { 
  font-size: 1.8rem; 
  margin-bottom: 10px; 
  font-family: 'Playfair Display', serif; 
}
.dining-overlay p { 
  margin-bottom: 16px; 
  font-size: 0.95rem; 
}

/* ===== FACILITIES ===== */
.fac-home-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); 
  gap: 24px; 
}
.fac-home-card { 
  background: #fff; 
  border: 2px solid #e5e7eb; 
  border-radius: 12px; 
  padding: 32px 24px; 
  text-align: center; 
  transition: all 0.3s; 
  cursor: pointer; 
}
.fac-home-card:hover { 
  border-color: #c9a961; 
  transform: translateY(-4px); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.08); 
}
.fac-home-card i { 
  font-size: 2.5rem; 
  color: #c9a961; 
  margin-bottom: 16px; 
}
.fac-home-card span { 
  display: block; 
  font-weight: 600; 
  font-size: 0.95rem; 
  color: #333; 
}

/* ===== TESTIMONIALS ===== */
.testimonials { 
  background: linear-gradient(135deg, #1a3a52 0%, #2c5f7f 100%); 
  color: #fff; 
}
.test-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 32px; 
}
.test-card { 
  background: rgba(255,255,255,0.05); 
  backdrop-filter: blur(10px); 
  border: 1px solid rgba(255,255,255,0.1); 
  border-radius: 12px; 
  padding: 32px; 
}
.test-stars { 
  color: #c9a961; 
  font-size: 1.2rem; 
  margin-bottom: 16px; 
}
.test-card p { 
  font-size: 0.95rem; 
  line-height: 1.8; 
  color: #ddd; 
  margin-bottom: 20px; 
}
.test-author { 
  display: flex; 
  align-items: center; 
  gap: 14px; 
}
.test-avatar { 
  width: 48px; 
  height: 48px; 
  background: #c9a961; 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-weight: 700; 
  color: #0a0a0a; 
  font-size: 1.2rem; 
}
.test-author strong { 
  display: block; 
  font-size: 0.95rem; 
}
.test-author span { 
  display: block; 
  font-size: 0.82rem; 
  color: #aaa; 
}

/* ===== FOOTER ===== */
.footer { 
  background: #1a3a52; 
  color: #aaa; 
}
.footer-top { 
  padding: 60px 0 40px; 
  border-bottom: 1px solid rgba(255,255,255,0.1); 
}
.footer-grid { 
  display: grid; 
  grid-template-columns: 2fr repeat(3, 1fr); 
  gap: 40px; 
}
.footer-brand p { 
  margin: 16px 0 24px; 
  font-size: 0.9rem; 
  line-height: 1.7; 
}
.footer-logo .logo-main, 
.footer-logo .logo-sub { 
  color: #fff; 
}
.footer-logo .logo-sub {
  color: #c9a961 !important;
}
.footer-social { 
  display: flex; 
  gap: 12px; 
}
.footer-social a { 
  width: 40px; 
  height: 40px; 
  background: rgba(255,255,255,0.08); 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  transition: all 0.3s; 
}
.footer-social a:hover { 
  background: #c9a961; 
  color: #0a0a0a; 
}
.footer-col h4 { 
  color: #fff; 
  font-size: 1rem; 
  margin-bottom: 16px; 
}
.footer-col ul { 
  list-style: none; 
}
.footer-col li { 
  margin-bottom: 10px; 
}
.footer-col a { 
  color: #aaa; 
  font-size: 0.9rem; 
  transition: color 0.3s; 
}
.footer-col a:hover { 
  color: #c9a961; 
}
.footer-contact li { 
  display: flex; 
  align-items: flex-start; 
  gap: 10px; 
  line-height: 1.6; 
}
.footer-contact i { 
  color: #c9a961; 
  margin-top: 2px; 
}
.footer-bottom { 
  padding: 24px 0; 
}
.footer-bottom-inner { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  flex-wrap: wrap; 
  gap: 16px; 
}
.footer-bottom p { 
  font-size: 0.9rem; 
}
.footer-links { 
  display: flex; 
  gap: 24px; 
}
.footer-links a { 
  font-size: 0.9rem; 
  color: #aaa; 
  transition: color 0.3s; 
}
.footer-links a:hover { 
  color: #c9a961; 
}

/* ===== SCROLL TO TOP ===== */
.scroll-top { 
  position: fixed; 
  bottom: 32px; 
  right: 32px; 
  width: 50px; 
  height: 50px; 
  background: #c9a961; 
  color: #0a0a0a; 
  border: none; 
  border-radius: 50%; 
  font-size: 1.2rem; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  z-index: 900; 
  transition: all 0.3s; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); 
}
.scroll-top:hover { 
  background: #b8943f; 
  transform: translateY(-4px); 
}
.scroll-top.hidden { 
  opacity: 0; 
  pointer-events: none; 
}

/* ===== CONTACT FORM ===== */
.enquiry-form { 
  max-width: 700px; 
  margin: 0 auto; 
}
.form-row { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 20px; 
  margin-bottom: 20px; 
}
.form-group { 
  display: flex; 
  flex-direction: column; 
  gap: 6px; 
}
.form-group.full { 
  grid-column: 1 / -1; 
}
.form-group label { 
  font-weight: 600; 
  font-size: 0.9rem; 
  color: #444; 
}
.form-group input, 
.form-group select, 
.form-group textarea { 
  border: 1.5px solid #e0e0e0; 
  border-radius: 8px; 
  padding: 12px 16px; 
  font-size: 0.95rem; 
  font-family: inherit; 
  transition: border 0.3s; 
}
.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus { 
  outline: none; 
  border-color: #c9a961; 
}
.form-group textarea { 
  resize: vertical; 
  min-height: 120px; 
}
.form-submit { 
  text-align: center; 
  margin-top: 24px; 
}
.form-feedback { 
  margin-top: 20px; 
  padding: 12px 20px; 
  border-radius: 8px; 
  font-size: 0.95rem; 
  text-align: center; 
}
.form-feedback.success { 
  background: rgba(34,197,94,0.12); 
  border: 1px solid #22c55e; 
  color: #16a34a; 
}
.form-feedback.error { 
  background: rgba(239,68,68,0.12); 
  border: 1px solid #ef4444; 
  color: #dc2626; 
}
.hidden { 
  display: none !important; 
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .booking-widget { width: 92%; padding: 28px 24px; bottom: -60px; }
  .booking-form { grid-template-columns: 1fr 1fr; gap: 18px; }
  .bf-submit { grid-column: 1 / -1; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .dining-grid { grid-template-columns: 1fr; }
  .dining-card.large { grid-row: auto; height: 400px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .flight-popup { width: 320px; right: 20px; top: 90px; }
  .rooms-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .test-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .fac-home-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .testimonial-admin-item { flex-direction: column; text-align: center; }
  .section { padding: 50px 0; }
  .section-header { margin-bottom: 40px; }
}

@media (max-width: 768px) {
  .hero { min-height: 700px; padding-bottom: 140px; }
  .hero-content h1 { font-size: 2.8rem; }
  .hero-content h1 { line-height: 1.2; }
  .hero-sub { font-size: 1rem; margin-bottom: 24px; }
  .hero-ctas { gap: 12px; }
  .btn-primary, .btn-ghost { padding: 12px 28px; font-size: 0.95rem; }
  .section-header h2 { font-size: 2.2rem; margin-bottom: 16px; }
  .section-header p { font-size: 1rem; }
  .booking-widget { width: 95%; padding: 24px 20px; bottom: -100px; }
  .booking-form { grid-template-columns: 1fr; gap: 14px; }
  .bf-group label { font-size: 0.75rem; }
  .bf-group input, .bf-group select { padding: 12px 14px; font-size: 0.9rem; }
  .bf-submit { padding: 14px 24px; font-size: 0.9rem; width: 100%; }
  .rooms-grid { grid-template-columns: 1fr; gap: 20px; }
  .room-card { border-radius: 12px; }
  .room-img img { height: 280px; object-fit: cover; }
  .form-row { grid-template-columns: 1fr; }
  .form-group { margin-bottom: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
  .footer-col h4 { margin-bottom: 16px; }
  .page-hero-content h1 { font-size: 2.5rem; }
  .page-hero-content p { font-size: 1rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .test-grid { grid-template-columns: 1fr; gap: 24px; }
  .fac-home-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .qf-grid { grid-template-columns: 1fr; gap: 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .section { padding: 40px 0; }
  .container { padding: 0 16px; }
  .nav-inner { padding: 12px 16px; }
  .logo-icon { width: 48px; height: 48px; }
  .logo-main { font-size: 0.9rem; }
  .logo-sub { font-size: 0.6rem; letter-spacing: 1px; }
  .about-content-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-content-grid h2 { font-size: 2rem; }
  .room-detail { grid-template-columns: 1fr; gap: 30px; margin-bottom: 40px; padding-bottom: 40px; }
  .rd-images { position: relative; top: 0; }
  .rd-main-img { height: 300px; object-fit: cover; }
  .rd-thumbs { gap: 10px; }
  .rd-thumbs img { height: 80px; }
  .table-responsive { overflow-x: auto; }
  .dining-grid { grid-template-columns: 1fr; }
  .dining-card { height: 300px; }
  .dining-card.large { height: 300px; }
  .contact-form { max-width: 100%; }
}

@media (max-width: 600px) {
  .nav-inner { padding: 10px 12px; }
  .logo { gap: 10px; }
  .logo-icon { width: 40px; height: 40px; }
  .logo-main { font-size: 0.85rem; }
  .logo-sub { font-size: 0.55rem; }
  .hero { min-height: 680px; padding-bottom: 120px; }
  .hero-content h1 { font-size: 2.2rem; }
  .hero-sub { font-size: 0.95rem; }
  .hero-badge { font-size: 0.8rem; padding: 6px 14px; }
  .booking-widget { bottom: -130px; padding: 18px 16px; }
  .booking-form { gap: 12px; }
  .bf-submit { padding: 12px 20px; }
  .btn-primary, .btn-ghost, .btn-secondary { padding: 10px 20px; font-size: 0.9rem; }
  .section-header h2 { font-size: 1.8rem; }
  .section-header p { font-size: 0.95rem; }
  .section { padding: 32px 0; }
  .page-hero { height: 280px; }
  .page-hero.small { height: 240px; }
  .page-hero-content h1 { font-size: 1.8rem; }
  .page-hero-content p { font-size: 0.95rem; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .test-grid { grid-template-columns: 1fr; gap: 20px; }
  .fac-home-grid { grid-template-columns: 1fr; gap: 12px; }
  .fac-home-card { padding: 16px; }
  .stats-grid { grid-template-columns: 1fr; gap: 16px; }
  .stat-card { padding: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .form-group { margin-bottom: 14px; }
  form input, form textarea, form select { font-size: 16px; padding: 12px; }
  label { font-size: 0.9rem; }
  .mobile-menu { top: 70px; }
  .mob-link { padding: 12px 20px; font-size: 0.95rem; }
  .testimonial-admin-item { padding: 20px; }
  .test-card { padding: 20px; }
  .test-stars { font-size: 1rem; }
  .test-card p { font-size: 0.95rem; margin-bottom: 16px; }
  .test-author { gap: 12px; }
  .test-avatar { width: 40px; height: 40px; font-size: 0.9rem; }
  .test-avatar + div { font-size: 0.9rem; }
  .test-avatar + div strong { font-size: 0.95rem; }
  .test-avatar + div span { font-size: 0.85rem; }
  .room-admin-item { flex-direction: column; }
  .room-admin-img { height: 250px; }
  .modal { padding: 16px; }
  .modal-content { max-width: 100%; }
  .input-field { margin-bottom: 12px; }
  .input-field input, .input-field textarea { font-size: 16px; }
}

@media (max-width: 480px) {
  .container { padding: 0 12px; }
  .nav-inner { padding: 8px 12px; gap: 12px; }
  .logo-sub { display: none; }
  .logo-main { font-size: 0.72rem; }
  .hero { min-height: 620px; padding-bottom: 100px; }
  .hero-content h1 { font-size: 1.8rem; line-height: 1.1; }
  .hero-sub { font-size: 0.9rem; margin-bottom: 18px; }
  .hero-badge { font-size: 0.65rem; padding: 5px 10px; letter-spacing: 0.3px; }
  .hero-ctas { flex-direction: column; gap: 10px; }
  .btn-primary, .btn-ghost, .btn-secondary { width: 100%; text-align: center; padding: 12px 16px; font-size: 0.9rem; }
  .booking-widget { width: 100%; padding: 16px 12px; bottom: -120px; margin: 0 12px; border-radius: 12px; }
  .booking-form { grid-template-columns: 1fr; gap: 10px; }
  .bf-group label { font-size: 0.7rem; }
  .bf-group input, .bf-group select { padding: 10px 12px; font-size: 0.88rem; height: 44px; }
  .bf-submit { padding: 12px 16px; font-size: 0.88rem; width: 100%; height: 44px; }
  .section { padding: 28px 0; }
  .section-header { margin-bottom: 28px; }
  .section-header h2 { font-size: 1.6rem; }
  .section-header p { font-size: 0.9rem; }
  .page-hero { height: 250px; }
  .page-hero.small { height: 220px; }
  .page-hero-content h1 { font-size: 1.6rem; }
  .page-hero-content p { font-size: 0.9rem; }
  .gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  .test-grid { grid-template-columns: 1fr; gap: 16px; }
  .fac-home-grid { grid-template-columns: 1fr; gap: 10px; }
  .stats-grid { grid-template-columns: 1fr; gap: 14px; }
  .stat-card { padding: 16px; }
  .stat-num { font-size: 1.8rem; }
  .stat-label { font-size: 0.85rem; }
  .form-row { grid-template-columns: 1fr; }
  form input, form textarea, form select { font-size: 16px; width: 100%; }
  input, textarea, select { border-radius: 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-col h4 { font-size: 0.95rem; }
  .footer-col ul li { font-size: 0.9rem; }
  .footer-brand p { font-size: 0.9rem; }
  .about-content-grid { grid-template-columns: 1fr; gap: 24px; }
  .about-content-grid h2 { font-size: 1.6rem; }
  .about-content-grid p { font-size: 0.9rem; }
  .room-detail { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; padding-bottom: 30px; }
  .rd-main-img { height: 250px; object-fit: cover; border-radius: 10px; }
  .rd-thumbs { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .rd-thumbs img { height: 70px; }
  .rd-info h2 { font-size: 1.5rem; }
  .rd-meta { flex-wrap: wrap; gap: 12px; }
  .rd-price { font-size: 1rem; }
  .rd-price strong { font-size: 1.4rem; }
  .table-responsive { font-size: 0.85rem; }
  .modal { padding: 12px; }
  .modal-content { max-height: 80vh; }
  .close-modal { font-size: 1.2rem; }
  .input-field { margin-bottom: 12px; }
  .input-field input, .input-field textarea { font-size: 16px; padding: 12px; }
  label { font-size: 0.88rem; display: block; margin-bottom: 4px; }
  .checkbox-group { margin-bottom: 12px; }
  .page-toolbar { flex-direction: column; gap: 12px; }
  .page-toolbar button, .page-toolbar input { font-size: 0.88rem; padding: 10px 14px; }
  .gallery-filter { flex-direction: column; gap: 8px; }
  .gf-btn { padding: 10px 16px; font-size: 0.9rem; width: 100%; }
}

/* ===== PAGE HERO ===== */
.page-hero { position: relative; height: 400px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.page-hero.small { height: 300px; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; z-index: 1; }
.page-hero-overlay { position: absolute; inset: 0; background: rgba(26,58,82,0.7); z-index: 2; }
.page-hero-content { position: relative; z-index: 3; text-align: center; color: #fff; }
.page-hero-content h1 { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 700; margin-bottom: 16px; }
.page-hero-content p { font-size: 1.2rem; color: #ddd; }

/* ===== ABOUT PAGE ===== */
.about-content-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.about-img img { border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.about-content-grid h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 20px; }
.about-content-grid p { color: #555; font-size: 1rem; margin-bottom: 16px; line-height: 1.8; }
.stats-showcase { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 40px; }
.stat-show { text-align: center; }
.stat-show strong { display: block; font-size: 3rem; color: #c9a961; font-weight: 700; }
.stat-show span { font-size: 0.95rem; color: #ddd; }
.project-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 32px; }
.pi-card { background: #fff; padding: 32px 24px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); text-align: center; transition: transform 0.3s; }
.pi-card:hover { transform: translateY(-8px); }
.pi-card i { font-size: 2.5rem; color: #c9a961; margin-bottom: 16px; }
.pi-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.pi-card p { color: #666; font-size: 0.95rem; line-height: 1.6; }
.focus-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; }
.focus-item { background: #fff; padding: 32px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center; }
.focus-item i { font-size: 2.5rem; color: #c9a961; margin-bottom: 16px; }
.focus-item h3 { font-size: 1.1rem; }

/* ===== ROOMS PAGE ===== */
.room-detail { display: grid; grid-template-columns: 1.3fr 1fr; gap: 60px; margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid #e5e7eb; }
.room-detail:last-child { border-bottom: none; }
.rd-images { position: sticky; top: 100px; height: fit-content; }
.rd-main-img { width: 100%; border-radius: 12px; margin-bottom: 16px; box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.rd-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.rd-thumbs img { width: 100%; height: 100px; object-fit: cover; border-radius: 8px; cursor: pointer; transition: opacity 0.3s; }
.rd-thumbs img:hover { opacity: 0.8; }
.rd-info { padding-top: 8px; }
.rd-badge { display: inline-block; background: rgba(59,130,246,0.12); color: #3b82f6; padding: 6px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; }
.rd-badge.gold-badge { background: rgba(201,169,97,0.15); color: #c9a961; }
.rd-info h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 16px; }
.rd-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; color: #666; font-size: 0.9rem; }
.rd-meta span { display: flex; align-items: center; gap: 6px; }
.rd-desc { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 28px; }
.rd-features-list { margin-bottom: 32px; }
.rd-features-list h4 { font-size: 1.1rem; margin-bottom: 16px; }
.rdfl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rdfl-grid span { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: #555; }
.rdfl-grid i { color: #c9a961; }
.rd-price-book { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid #e5e7eb; }
.rd-price { font-size: 1rem; color: #666; }
.rd-price strong { font-size: 2.2rem; color: #c9a961; font-weight: 700; }
.rd-price span { color: #999; font-size: 0.9rem; }
.cta-section { background: linear-gradient(135deg, #1a3a52 0%, #2c5f7f 100%); color: #fff; }
.cta-box { text-align: center; max-width: 700px; margin: 0 auto; }
.cta-box h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 16px; }
.cta-box p { font-size: 1.1rem; color: #ddd; margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== DINING PAGE ===== */
.restaurant-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; }
.restaurant-detail.reverse { direction: rtl; }
.restaurant-detail.reverse > * { direction: ltr; }
.rest-images img { width: 100%; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.rest-badge { display: inline-block; background: #c9a961; color: #1a3a52; padding: 6px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; }
.rest-content h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; margin-bottom: 16px; }
.rest-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; color: #666; font-size: 0.9rem; }
.rest-meta span { display: flex; align-items: center; gap: 6px; }
.rest-content p { color: #555; line-height: 1.8; margin-bottom: 24px; }
.rest-features { margin-bottom: 28px; padding: 20px; background: #f9fafb; border-radius: 8px; }
.rest-features h4 { font-size: 1.1rem; margin-bottom: 12px; }
.rest-features ul { list-style: none; }
.rest-features li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: #555; }
.rest-features i { color: #c9a961; }
.rest-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.service-card { background: #fff; padding: 32px 28px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: center; transition: transform 0.3s; }
.service-card:hover { transform: translateY(-4px); }
.service-card i { font-size: 2.5rem; color: #c9a961; margin-bottom: 16px; }
.service-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.service-card p { color: #666; font-size: 0.95rem; line-height: 1.6; }

/* ===== FACILITIES PAGE ===== */
.facility-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 60px; }
.facility-detail.reverse { direction: rtl; }
.facility-detail.reverse > * { direction: ltr; }
.fac-img img { width: 100%; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.12); }
.fac-content h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; margin-bottom: 16px; }
.fac-content p { color: #555; line-height: 1.8; margin-bottom: 20px; }
.fac-list { list-style: none; margin-bottom: 24px; }
.fac-list li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: #555; }
.fac-list i { color: #c9a961; }

/* ===== EVENTS PAGE ===== */
.venue-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; }
.venue-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s; }
.venue-card:hover { transform: translateY(-8px); }
.venue-card img { width: 100%; height: 240px; object-fit: cover; }
.venue-info { padding: 28px; }
.venue-info h3 { font-size: 1.5rem; margin-bottom: 8px; font-family: 'Playfair Display', serif; }
.venue-cap { color: #c9a961; font-weight: 600; margin-bottom: 16px; }
.venue-info p { color: #555; line-height: 1.7; margin-bottom: 20px; }
.venue-features { list-style: none; margin-bottom: 24px; }
.venue-features li { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 0.9rem; color: #666; }
.venue-features i { color: #c9a961; }

/* ===== GALLERY PAGE ===== */
.gallery-filter { display: flex; gap: 12px; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; }
.gf-btn { background: #f3f4f6; border: none; padding: 10px 24px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.gf-btn:hover { background: #e5e7eb; }
.gf-btn.active { background: #c9a961; color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.gallery-item { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; height: 280px; }
.gallery-item.tall { grid-row: span 2; height: 580px; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.7), transparent); display: flex; align-items: flex-end; justify-content: space-between; padding: 20px; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay span { color: #fff; font-weight: 600; font-size: 1.1rem; }
.gallery-overlay i { color: #c9a961; font-size: 1.3rem; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.95); z-index: 3000; display: flex; align-items: center; justify-content: center; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: rgba(255,255,255,0.1); border: none; color: #fff; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; font-size: 1.5rem; transition: all 0.3s; }
.lb-close { top: 20px; right: 20px; }
.lb-close:hover, .lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,0.2); }
.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }
#lbImg { max-width: 90%; max-height: 85vh; border-radius: 8px; }
.lb-caption { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 1.2rem; }

/* ===== CONTACT PAGE ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; }
.contact-info h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 16px; }
.contact-info > p { color: #666; margin-bottom: 32px; line-height: 1.7; }
.contact-cards { display: grid; gap: 20px; }
.contact-card { background: #f9fafb; padding: 24px; border-radius: 12px; border-left: 4px solid #c9a961; }
.contact-card i { font-size: 1.8rem; color: #c9a961; margin-bottom: 12px; }
.contact-card h4 { font-size: 1.1rem; margin-bottom: 8px; }
.contact-card p { color: #555; margin-bottom: 4px; }
.contact-card small { color: #999; font-size: 0.85rem; }
.contact-form-wrap { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.contact-form-wrap h3 { font-size: 1.8rem; margin-bottom: 24px; }
.contact-form { width: 100%; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.cf-field { display: flex; flex-direction: column; gap: 6px; }
.cf-field label { font-weight: 600; font-size: 0.9rem; color: #444; }
.cf-field input, .cf-field select, .cf-field textarea { 
  border: 1.5px solid #e0e0e0; 
  border-radius: 8px; 
  padding: 12px 16px; 
  font-size: 0.95rem; 
  font-family: inherit; 
  transition: border 0.3s;
  min-height: 44px;
  width: 100%;
}
.cf-field input:focus, .cf-field select:focus, .cf-field textarea:focus { 
  outline: none; 
  border-color: #c9a961;
  box-shadow: 0 0 0 3px rgba(201,169,97,0.1);
}
.map-section { padding: 60px 0; background: #f9fafb; }
.map-section h2 { text-align: center; font-family: 'Playfair Display', serif; font-size: 2.2rem; margin-bottom: 32px; }
.map-wrap { border-radius: 12px; overflow: hidden; height: 450px; }
.map-wrap iframe { width: 100%; height: 100%; border: none; }

/* ===== BOOKING PAGE ===== */
.booking-steps { display: flex; justify-content: center; gap: 40px; margin-bottom: 48px; }
.step { display: flex; align-items: center; gap: 10px; color: #999; font-weight: 600; }
.step span { width: 40px; height: 40px; background: #e5e7eb; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.step.active { color: #c9a961; }
.step.active span { background: #c9a961; color: #fff; }
.booking-container { max-width: 1000px; margin: 0 auto; }
.booking-step-content { display: none; }
.booking-step-content.active { display: block; }
.booking-step-content h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; margin-bottom: 32px; text-align: center; }
.booking-form-section { background: #fff; padding: 40px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.bf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.bf-field { display: flex; flex-direction: column; gap: 6px; }
.bf-field.full { grid-column: 1 / -1; }
.bf-field label { font-weight: 600; font-size: 0.9rem; color: #444; }
.req { color: #ef4444; }
.bf-field input, .bf-field select, .bf-field textarea { 
  border: 1.5px solid #e0e0e0; 
  border-radius: 8px; 
  padding: 12px 16px; 
  font-size: 0.95rem; 
  font-family: inherit; 
  transition: all 0.3s;
  min-height: 44px;
  width: 100%;
}
.bf-field input:focus, .bf-field select:focus, .bf-field textarea:focus { 
  outline: none; 
  border-color: #c9a961;
  box-shadow: 0 0 0 3px rgba(201,169,97,0.1);
}
.bf-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}
  padding: 13px 16px; 
  font-size: 0.95rem; 
  font-family: inherit;
  color: #1a1a1a;
  transition: border 0.3s, box-shadow 0.3s;
}
.bf-field input:focus, .bf-field select:focus, .bf-field textarea:focus { 
  outline: none; 
  border-color: #c9a961;
  box-shadow: 0 0 0 3px rgba(201,169,97,0.1);
}
.booking-search-btn {
  display: block;
  width: 100%;
  margin-top: 12px;
  background: linear-gradient(135deg, #c9a961 0%, #d4af37 100%);
  color: #0a0a0a;
  border: none;
  padding: 18px 40px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(201,169,97,0.35);
  position: relative;
  overflow: hidden;
}
.booking-search-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transition: left 0.5s;
}
.booking-search-btn:hover::before { left: 100%; }
.booking-search-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(201,169,97,0.45);
}
.booking-search-btn i { margin-right: 10px; }
.section-sub { font-size: 1.3rem; margin: 32px 0 16px; font-weight: 600; }
.bf-checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 24px 0; }
.bf-checkbox label { font-size: 0.9rem; color: #555; line-height: 1.5; }
.bf-checkbox a { color: #c9a961; text-decoration: underline; }
.bf-actions { display: flex; gap: 16px; justify-content: space-between; margin-top: 32px; }
.room-selection-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; margin-bottom: 32px; }
.room-select-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); position: relative; transition: transform 0.3s; }
.room-select-card:hover { transform: translateY(-4px); }
.room-select-card.popular { border: 2px solid #c9a961; }
.rsc-badge { position: absolute; top: 16px; right: 16px; background: rgba(59,130,246,0.9); color: #fff; padding: 6px 12px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; z-index: 10; }
.rsc-badge.gold { background: rgba(201,169,97,0.95); color: #0a0a0a; }
.room-select-card img { width: 100%; height: 200px; object-fit: cover; }
.rsc-info { padding: 24px; }
.rsc-info h3 { font-size: 1.4rem; margin-bottom: 8px; }
.rsc-size { color: #888; font-size: 0.85rem; margin-bottom: 16px; }
.rsc-features { list-style: none; margin-bottom: 20px; }
.rsc-features li { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: 0.85rem; color: #666; }
.rsc-features i { color: #c9a961; font-size: 0.75rem; }
.rsc-price { margin-bottom: 20px; font-size: 0.9rem; color: #666; }
.rsc-price strong { font-size: 1.8rem; color: #c9a961; font-weight: 700; }
.btn-select { width: 100%; background: #c9a961; color: #0a0a0a; border: none; padding: 12px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: background 0.3s; }
.btn-select:hover { background: #b8943f; }
.booking-summary-box { background: #f9fafb; border: 2px solid #c9a961; border-radius: 12px; padding: 24px; margin-top: 32px; }
.booking-summary-box h4 { font-size: 1.2rem; margin-bottom: 16px; }
.bs-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #e5e7eb; }
.bs-row.total { border-top: 2px solid #c9a961; border-bottom: none; padding-top: 16px; margin-top: 8px; font-size: 1.2rem; }
.confirmation-box { background: #fff; padding: 60px 40px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); text-align: center; max-width: 700px; margin: 0 auto; }
.conf-icon { font-size: 5rem; color: #22c55e; margin-bottom: 24px; }
.confirmation-box h2 { font-family: 'Playfair Display', serif; font-size: 2.5rem; margin-bottom: 16px; }
.conf-ref { font-size: 1.1rem; color: #666; margin-bottom: 20px; }
.conf-details { background: #f9fafb; padding: 28px; border-radius: 12px; margin: 32px 0; text-align: left; }
.conf-details h3 { font-size: 1.3rem; margin-bottom: 16px; text-align: center; }
.conf-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #e5e7eb; }
.conf-row:last-child { border-bottom: none; }
.conf-actions { display: flex; gap: 16px; justify-content: center; margin-top: 32px; }

@media (max-width: 768px) {
  .page-hero-content h1 { font-size: 2.5rem; }
  .about-content-grid, .room-detail, .restaurant-detail, .facility-detail, .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .room-detail, .facility-detail { padding-bottom: 40px; margin-bottom: 40px; }
  .rd-images { position: relative; top: 0; }
  .rdfl-grid, .bf-row, .cf-row { grid-template-columns: 1fr; }
  .rd-price-book, .bf-actions { flex-direction: column; }
  .booking-steps { gap: 20px; font-size: 0.85rem; }
  .step span { width: 36px; height: 36px; }
  .venue-grid, .room-selection-grid { grid-template-columns: 1fr; }
}




/* ===== PARTNERS SECTION ===== */
.partners-section { background: #f9fafb; }
.partners-strip { background: #fff; padding: 48px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.partners-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #999;
  margin-bottom: 32px;
}
.partners-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
.partner-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 0 36px;
  border-right: 1px solid #e5e7eb;
  transition: transform 0.25s;
}
.partner-card:last-child { border-right: none; }
.partner-card:hover { transform: translateY(-2px); }
.partner-card img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
  mix-blend-mode: multiply;
  filter: grayscale(20%);
  flex-shrink: 0;
  transition: filter 0.25s;
}
.partner-card:hover img { filter: grayscale(0%); }
.partner-placeholder {
  width: 64px;
  height: 64px;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #c9a961;
  border: 2px solid #e5e7eb;
  flex-shrink: 0;
  transition: all 0.25s;
}
.partner-card:hover .partner-placeholder {
  background: rgba(201,169,97,0.08);
  border-color: #c9a961;
}
.partner-card span {
  font-size: 0.82rem;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
  line-height: 1.3;
}

/* ===== FLIGHT SCHEDULE PANEL ===== */
.flight-popup {
  position: absolute;
  top: 110px;
  right: 40px;
  z-index: 5;
  width: 380px;
  background: rgba(10, 14, 20, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(201,169,97,0.2);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(201,169,97,0.08);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
}
.flight-popup.minimised .flight-body { display: none; }
.flight-popup.minimised { width: 260px; }

.flight-popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(201,169,97,0.1), rgba(201,169,97,0.04));
  border-bottom: 1px solid rgba(201,169,97,0.12);
  cursor: pointer;
  user-select: none;
}
.flight-header-left { display: flex; align-items: center; gap: 12px; }
.flight-icon-wrap {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, #c9a961, #b8942e);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #0a0a0a; font-size: 1rem;
  box-shadow: 0 4px 12px rgba(201,169,97,0.3);
}
.flight-label { font-size: 0.68rem; color: rgba(201,169,97,0.7); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }
.flight-header-text h3 { font-size: 0.95rem; font-weight: 600; color: #fff; margin: 0; margin-top: 2px; }
.flight-header-right { display: flex; align-items: center; gap: 10px; }
.flight-live-badge {
  display: flex; align-items: center; gap: 6px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  color: #22c55e;
  font-size: 0.65rem; font-weight: 700;
  padding: 4px 10px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: 0.8px;
}
.flight-dot {
  width: 6px; height: 6px;
  background: #22c55e; border-radius: 50%;
  animation: livePulse 1.8s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(34,197,94,0.6);
}
@keyframes livePulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }
@keyframes spin { to { transform: rotate(360deg); } }
.flight-toggle-btn {
  background: rgba(255,255,255,0.06);
  border: none; color: rgba(255,255,255,0.5);
  width: 28px; height: 28px; border-radius: 8px;
  cursor: pointer; transition: all 0.2s;
  display: flex; align-items: center; justify-content: center;
}
.flight-toggle-btn:hover { background: rgba(255,255,255,0.12); color: #fff; }
.flight-popup.minimised .flight-toggle-btn i { transform: rotate(180deg); }

.flight-body { padding: 0; }
.flight-tabs {
  display: flex;
  background: rgba(0,0,0,0.15);
}
.flight-tab {
  flex: 1; background: none; border: none;
  padding: 12px; color: rgba(255,255,255,0.4);
  font-size: 0.78rem; font-weight: 600;
  cursor: pointer; transition: all 0.25s;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.3px;
}
.flight-tab i { font-size: 0.75rem; }
.flight-tab.active { color: #c9a961; border-bottom-color: #c9a961; background: rgba(201,169,97,0.06); }
.flight-tab:hover:not(.active) { color: rgba(255,255,255,0.7); }

.flight-list {
  max-height: 260px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(201,169,97,0.25) transparent;
}
.flight-list::-webkit-scrollbar { width: 4px; }
.flight-list::-webkit-scrollbar-track { background: transparent; }
.flight-list::-webkit-scrollbar-thumb { background: rgba(201,169,97,0.25); border-radius: 4px; }

.flight-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background 0.15s;
}
.flight-row:last-child { border-bottom: none; }
.flight-row:hover { background: rgba(201,169,97,0.06); }
.flight-row:nth-child(even) { background: rgba(255,255,255,0.015); }
.flight-row:nth-child(even):hover { background: rgba(201,169,97,0.06); }

.flight-cell-time {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flight-time-val {
  font-family: 'JetBrains Mono', 'Inter', monospace;
  font-size: 1rem; font-weight: 700;
  color: #fff; line-height: 1;
  letter-spacing: 0.5px;
}
.flight-tz {
  font-size: 0.55rem; color: rgba(255,255,255,0.25);
  text-transform: uppercase; letter-spacing: 1px;
  margin-top: 2px;
}

.flight-cell-info {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.flight-fn {
  font-size: 0.82rem; font-weight: 700;
  color: #c9a961;
  letter-spacing: 0.3px;
}
.flight-route-text {
  font-size: 0.78rem; color: rgba(255,255,255,0.55);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.flight-route-icon {
  font-size: 0.6rem;
  margin-right: 4px;
  color: rgba(201,169,97,0.5);
  vertical-align: middle;
}
.flight-gate {
  font-size: 0.62rem;
  color: rgba(201,169,97,0.6);
  font-weight: 600;
  letter-spacing: 0.3px;
}

.flight-cell-status { text-align: right; }
.flight-badge {
  display: inline-block;
  font-size: 0.6rem; font-weight: 700;
  padding: 3px 9px; border-radius: 6px;
  text-transform: uppercase; letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 1;
}
.badge-scheduled { background: rgba(99,102,241,0.15); color: #818cf8; }
.badge-landed    { background: rgba(34,197,94,0.15);   color: #22c55e; }
.badge-boarding  { background: rgba(245,158,11,0.15);  color: #fbbf24; }
.badge-departed  { background: rgba(148,163,184,0.15); color: #94a3b8; }
.badge-delayed   { background: rgba(239,68,68,0.15);   color: #f87171; }
.badge-cancelled { background: rgba(239,68,68,0.15);   color: #f87171; border: 1px solid rgba(239,68,68,0.2); text-decoration: line-through; }

.flight-loading, .flight-empty {
  padding: 36px 16px; text-align: center;
  color: rgba(255,255,255,0.35); font-size: 0.82rem;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.flight-loading i, .flight-empty i {
  font-size: 1.3rem; color: rgba(201,169,97,0.6);
}
.flight-loading i { animation: spin 1s linear infinite; }

.flight-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 16px;
  border-top: 1px solid rgba(255,255,255,0.05);
  background: rgba(0,0,0,0.15);
}
.flight-update-time { font-size: 0.68rem; color: rgba(255,255,255,0.25); }
.flight-refresh-btn {
  background: none; border: 1px solid rgba(201,169,97,0.2);
  color: rgba(201,169,97,0.8); font-size: 0.68rem; font-weight: 600;
  padding: 4px 10px; border-radius: 6px; cursor: pointer;
  transition: all 0.2s; display: flex; align-items: center; gap: 5px;
}
.flight-refresh-btn:hover { background: rgba(201,169,97,0.1); color: #c9a961; border-color: rgba(201,169,97,0.4); }
.flight-refresh-btn.spinning i { animation: spin 0.8s linear infinite; }

@media (max-width: 1024px) {
  .flight-popup { width: 340px; right: 20px; top: 90px; }
}
@media (max-width: 768px) {
  .flight-popup {
    right: 12px; top: 90px;
    width: calc(100vw - 24px); max-width: 380px;
  }
}
@media (max-width: 480px) {
  .flight-popup { width: calc(100vw - 16px); right: 8px; top: 80px; }
  .flight-popup-header { padding: 10px 14px; }
  .flight-row { padding: 9px 12px; gap: 8px; }
  .flight-time-val { font-size: 0.9rem; }
  .flight-fn { font-size: 0.75rem; }
  .flight-route-text { font-size: 0.72rem; }
  .flight-badge { font-size: 0.55rem; padding: 2px 7px; }
}

/* ===== WEATHER WIDGET ===== */
.weather-widget {
  position: absolute;
  top: 110px;
  left: 32px;
  width: 220px;
  z-index: 4;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 16px;
  overflow: hidden;
  padding: 14px 16px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.18);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  color: #fff;
}
.weather-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.weather-location {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.weather-location i { color: #c9a961; font-size: 0.65rem; }
.weather-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  animation: livePulse 1.8s ease-in-out infinite;
}
.weather-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.weather-loading {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
  padding: 10px 0;
}
.weather-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.weather-icon-wrap {
  font-size: 2.6rem;
  line-height: 1;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.weather-temp-wrap {
  text-align: right;
}
.weather-temp {
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -1px;
}
.weather-temp sup {
  font-size: 1rem;
  font-weight: 600;
  vertical-align: super;
  color: rgba(255,255,255,0.7);
}
.weather-desc {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  text-align: right;
  margin-top: 2px;
  text-transform: capitalize;
}
.weather-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.weather-detail-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: rgba(255,255,255,0.65);
}
.weather-detail-item i {
  color: #c9a961;
  font-size: 0.65rem;
  width: 12px;
  text-align: center;
}
.weather-time {
  text-align: center;
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  font-style: italic;
  margin-top: 4px;
}

@media (max-width: 1100px) {
  .weather-widget { display: none; }
}

/* ===== RESPONSIVE: TABLET LANDSCAPE (1024px) ===== */
@media (max-width: 1024px) {
  .flight-popup { width: 340px; right: 20px; top: 90px; }
}

/* ===== RESPONSIVE: TABLET PORTRAIT (768px) ===== */
@media (max-width: 768px) {
  .flight-popup {
    right: 12px; top: 90px;
    width: calc(100vw - 24px); max-width: 380px;
  }
  .about-stats-float {
    position: relative;
    bottom: auto; right: auto;
    margin-top: 16px;
    justify-content: center;
    width: 100%;
  }
  .asf-item strong { font-size: 1.5rem; }
  .asf-item span { font-size: 0.75rem; }
  .partner-card { border-right: none; padding: 16px 20px; }
  .partners-grid { flex-wrap: wrap; justify-content: center; gap: 12px; }
}

/* ===== RESPONSIVE: LARGE PHONE (600px) ===== */
@media (max-width: 600px) {
  .flight-popup {
    right: 10px; top: 85px;
    width: calc(100vw - 20px); max-width: 340px;
  }
  .flight-popup-header { padding: 10px 14px; }
  .flight-icon-wrap { width: 32px; height: 32px; font-size: 0.85rem; border-radius: 8px; }
  .flight-label { font-size: 0.6rem; letter-spacing: 1px; }
  .flight-header-text h3 { font-size: 0.85rem; }
  .flight-live-badge { font-size: 0.58rem; padding: 3px 8px; gap: 4px; }
  .flight-dot { width: 5px; height: 5px; }
  .flight-toggle-btn { width: 24px; height: 24px; font-size: 0.6rem; }
  .flight-tab { padding: 10px 12px; font-size: 0.72rem; gap: 4px; }
  .flight-tab i { font-size: 0.68rem; }
  .flight-row { padding: 10px 14px; gap: 10px; }
  .flight-time-val { font-size: 0.92rem; }
  .flight-fn { font-size: 0.75rem; }
  .flight-route-text { font-size: 0.72rem; }
  .flight-badge { font-size: 0.55rem; padding: 2px 7px; border-radius: 5px; }
  .flight-gate { font-size: 0.58rem; }
  .flight-footer { padding: 8px 14px; }
  .flight-update-time { font-size: 0.62rem; }
  .flight-refresh-btn { font-size: 0.62rem; padding: 3px 8px; }
  .scroll-top { width: 42px; height: 42px; bottom: 20px; right: 20px; font-size: 1rem; }
}

/* ===== RESPONSIVE: SMALL PHONE (480px) ===== */
@media (max-width: 480px) {
  .flight-popup {
    right: 8px; top: 75px;
    width: calc(100vw - 16px);
  }
  .flight-popup.minimised { width: 200px; }
  .flight-popup-header { padding: 8px 12px; }
  .flight-header-left { gap: 8px; }
  .flight-icon-wrap { width: 28px; height: 28px; font-size: 0.75rem; border-radius: 6px; }
  .flight-label { font-size: 0.52rem; letter-spacing: 0.8px; }
  .flight-header-text h3 { font-size: 0.78rem; }
  .flight-live-badge { font-size: 0.52rem; padding: 2px 7px; border-radius: 12px; }
  .flight-dot { width: 4px; height: 4px; }
  .flight-header-right { gap: 6px; }
  .flight-toggle-btn { width: 22px; height: 22px; font-size: 0.55rem; border-radius: 6px; }
  .flight-tab { padding: 8px 10px; font-size: 0.68rem; gap: 3px; letter-spacing: 0; }
  .flight-tab i { font-size: 0.62rem; }
  .flight-list { max-height: 200px; }
  .flight-row {
    grid-template-columns: 46px 1fr auto;
    padding: 8px 10px; gap: 8px;
  }
  .flight-time-val { font-size: 0.82rem; }
  .flight-tz { font-size: 0.48rem; }
  .flight-fn { font-size: 0.7rem; }
  .flight-route-text { font-size: 0.66rem; }
  .flight-route-icon { font-size: 0.5rem; margin-right: 2px; }
  .flight-gate { font-size: 0.52rem; }
  .flight-badge { font-size: 0.48rem; padding: 2px 6px; border-radius: 4px; letter-spacing: 0.3px; }
  .flight-footer { padding: 6px 10px; }
  .flight-update-time { font-size: 0.58rem; }
  .flight-refresh-btn { font-size: 0.58rem; padding: 2px 6px; gap: 3px; border: none; }
  .about-stats-float { gap: 16px; padding: 14px; }
  .asf-item strong { font-size: 1.2rem; }
  .asf-item span { font-size: 0.68rem; }
  .scroll-top { width: 38px; height: 38px; bottom: 16px; right: 16px; font-size: 0.9rem; }
  .partner-card { padding: 12px 16px; gap: 10px; }
  .partner-card img, .partner-placeholder { width: 48px; height: 48px; }
  .partner-card span { font-size: 0.75rem; }
}

/* ===== RESPONSIVE: TINY (360px) ===== */
@media (max-width: 360px) {
  .flight-popup {
    right: 4px; top: 70px;
    width: calc(100vw - 8px);
    border-radius: 12px;
  }
  .flight-popup.minimised { width: 160px; }
  .flight-popup-header { padding: 6px 10px; }
  .flight-icon-wrap { width: 24px; height: 24px; font-size: 0.65rem; }
  .flight-label { display: none; }
  .flight-header-text h3 { font-size: 0.72rem; }
  .flight-live-badge { display: none; }
  .flight-tab { padding: 7px 8px; font-size: 0.62rem; }
  .flight-row {
    grid-template-columns: 42px 1fr auto;
    padding: 7px 8px; gap: 6px;
  }
  .flight-time-val { font-size: 0.75rem; }
  .flight-fn { font-size: 0.65rem; }
  .flight-route-text { font-size: 0.6rem; }
  .flight-badge { font-size: 0.44rem; padding: 1px 5px; }
  .flight-gate { display: none; }
  .scroll-top { width: 34px; height: 34px; bottom: 12px; right: 12px; font-size: 0.8rem; }
}
