/* ==========================================================================
   ROYAL BUSINESS HOTEL & RESTAURANT — ULTRA-LUXURY OPULENT DESIGN SYSTEM
   Crafted by Batuhan BOZAL
   mrbbozal@gmail.com
   ========================================================================== */

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

:root {
  --navy-950: #060911;
  --navy-900: #0b1120;
  --navy-850: #0f172a;
  --navy-800: #1a253c;
  --navy-700: #2a3a5a;

  /* Opulent Metallic Gold Foil Palette */
  --gold-300: #fef08a;
  --gold-400: #fde047;
  --gold-500: #d4af37;
  --gold-600: #c5a059;
  --gold-700: #9a7a1e;
  --gold-800: #715512;
  --gold-foil: linear-gradient(135deg, #fff7cc 0%, #d4af37 35%, #aa771c 70%, #fef08a 100%);
  --gold-foil-dark: linear-gradient(135deg, #d4af37 0%, #9a7a1e 100%);

  --bg-page:   #f9f8f5;
  --bg-subtle: #f2efe9;
  --bg-card:   #ffffff;

  --text-main:  #0b1120;
  --text-body:  #2d3748;
  --text-muted: #64748b;
  --text-gold:  #9a7a1e;
  --text-white: #f8fafc;

  --border-light: rgba(212, 175, 55, 0.22);
  --border-gold:  rgba(212, 175, 55, 0.45);
  --border-gold-solid: #d4af37;

  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 10px 28px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 20px 48px rgba(15, 23, 42, 0.12);
  --shadow-gold: 0 8px 30px rgba(212, 175, 55, 0.25);
  --shadow-gold-heavy: 0 14px 40px rgba(197, 160, 89, 0.38);

  --font-serif: 'Cinzel', 'Lora', Georgia, serif;
  --font-body-serif: 'Lora', Georgia, serif;
  --font-sans:  'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-full: 9999px;

  --transition-smooth: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

/* THAUMA BUILDER THEME TOKENS — preset seçimi data-theme ile geri alınabilir */
html[data-theme="midnight-executive"] {
  --gold-300: #e5e7eb;
  --gold-400: #cbd5e1;
  --gold-500: #94a3b8;
  --gold-600: #64748b;
  --gold-700: #475569;
  --gold-800: #334155;
  --gold-foil: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 50%, #64748b 100%);
  --gold-foil-dark: linear-gradient(135deg, #cbd5e1 0%, #475569 100%);
  --border-light: rgba(148, 163, 184, 0.22);
  --border-gold: rgba(148, 163, 184, 0.45);
  --border-gold-solid: #94a3b8;
  --shadow-gold: 0 8px 30px rgba(100, 116, 139, 0.24);
  --shadow-gold-heavy: 0 14px 40px rgba(71, 85, 105, 0.34);
}

html[data-theme="imperial-emerald"] {
  --navy-950: #061512;
  --navy-900: #0b211c;
  --navy-850: #12352b;
  --navy-800: #1c4939;
  --gold-300: #d1fae5;
  --gold-400: #a7f3d0;
  --gold-500: #34d399;
  --gold-600: #10b981;
  --gold-700: #047857;
  --gold-800: #065f46;
  --gold-foil: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 45%, #059669 100%);
  --gold-foil-dark: linear-gradient(135deg, #34d399 0%, #047857 100%);
  --border-light: rgba(16, 185, 129, 0.22);
  --border-gold: rgba(16, 185, 129, 0.45);
  --border-gold-solid: #10b981;
  --shadow-gold: 0 8px 30px rgba(16, 185, 129, 0.22);
  --shadow-gold-heavy: 0 14px 40px rgba(6, 95, 70, 0.34);
}

/* THAUMA BUILDER — genişletilmiş görsel tema presetleri */
html[data-theme="sapphire-regal"] {
  --navy-950: #061224; --navy-900: #0b1f3a; --navy-850: #12335d; --navy-800: #1e4d82; --navy-700: #2f6da5;
  --gold-300: #dbeafe; --gold-400: #bfdbfe; --gold-500: #60a5fa; --gold-600: #3b82f6; --gold-700: #1d4ed8; --gold-800: #1e40af;
  --gold-foil: linear-gradient(135deg, #eff6ff 0%, #60a5fa 50%, #1d4ed8 100%); --gold-foil-dark: linear-gradient(135deg, #60a5fa 0%, #1d4ed8 100%);
  --bg-page: #f5f8fd; --bg-subtle: #eaf1fb; --border-light: rgba(59,130,246,.2); --border-gold: rgba(59,130,246,.42); --border-gold-solid: #3b82f6; --text-gold: #1d4ed8;
  --shadow-gold: 0 8px 30px rgba(37,99,235,.22); --shadow-gold-heavy: 0 14px 40px rgba(30,64,175,.34);
}

html[data-theme="burgundy-velvet"] {
  --navy-950: #1b080f; --navy-900: #32101b; --navy-850: #4c1728; --navy-800: #681d34; --navy-700: #8b2d49;
  --gold-300: #ffe4e6; --gold-400: #fecdd3; --gold-500: #fb7185; --gold-600: #e11d48; --gold-700: #be123c; --gold-800: #9f1239;
  --gold-foil: linear-gradient(135deg, #fff1f2 0%, #fb7185 48%, #be123c 100%); --gold-foil-dark: linear-gradient(135deg, #fb7185 0%, #9f1239 100%);
  --bg-page: #fff8f8; --bg-subtle: #fcebed; --border-light: rgba(225,29,72,.2); --border-gold: rgba(225,29,72,.4); --border-gold-solid: #e11d48; --text-gold: #9f1239;
  --shadow-gold: 0 8px 30px rgba(190,18,60,.2); --shadow-gold-heavy: 0 14px 40px rgba(159,18,57,.32);
}

html[data-theme="champagne-ivory"] {
  --navy-950: #2b2114; --navy-900: #49371e; --navy-850: #624a28; --navy-800: #7a5c31; --navy-700: #9b783e;
  --gold-300: #fff7d6; --gold-400: #f9e7a9; --gold-500: #d6ad45; --gold-600: #b88a2c; --gold-700: #916b1f; --gold-800: #705018;
  --gold-foil: linear-gradient(135deg, #fffdf2 0%, #e8c86d 50%, #a97820 100%); --gold-foil-dark: linear-gradient(135deg, #d6ad45 0%, #916b1f 100%);
  --bg-page: #fcfaf4; --bg-subtle: #f5eedc; --border-light: rgba(184,138,44,.22); --border-gold: rgba(184,138,44,.42); --border-gold-solid: #b88a2c; --text-gold: #805d18;
  --shadow-gold: 0 8px 30px rgba(146,107,31,.2); --shadow-gold-heavy: 0 14px 40px rgba(112,80,24,.3);
}

html[data-theme="coastal-teal"] {
  --navy-950: #05232a; --navy-900: #073b45; --navy-850: #0c5661; --navy-800: #0e7180; --navy-700: #1992a0;
  --gold-300: #ccfbf1; --gold-400: #99f6e4; --gold-500: #2dd4bf; --gold-600: #14b8a6; --gold-700: #0f766e; --gold-800: #115e59;
  --gold-foil: linear-gradient(135deg, #f0fdfa 0%, #5eead4 48%, #0f766e 100%); --gold-foil-dark: linear-gradient(135deg, #2dd4bf 0%, #0f766e 100%);
  --bg-page: #f3fbfa; --bg-subtle: #e0f2f1; --border-light: rgba(20,184,166,.2); --border-gold: rgba(20,184,166,.42); --border-gold-solid: #14b8a6; --text-gold: #0f766e;
  --shadow-gold: 0 8px 30px rgba(13,148,136,.21); --shadow-gold-heavy: 0 14px 40px rgba(17,94,89,.3);
}

html[data-theme="obsidian-copper"] {
  --navy-950: #0d0d0d; --navy-900: #191512; --navy-850: #2a211b; --navy-800: #443126; --navy-700: #654434;
  --gold-300: #fed7aa; --gold-400: #fdba74; --gold-500: #f97316; --gold-600: #ea580c; --gold-700: #c2410c; --gold-800: #9a3412;
  --gold-foil: linear-gradient(135deg, #fff7ed 0%, #fb923c 48%, #c2410c 100%); --gold-foil-dark: linear-gradient(135deg, #f97316 0%, #9a3412 100%);
  --bg-page: #faf9f7; --bg-subtle: #f3eee9; --border-light: rgba(194,65,12,.2); --border-gold: rgba(234,88,12,.42); --border-gold-solid: #ea580c; --text-gold: #9a3412;
  --shadow-gold: 0 8px 30px rgba(194,65,12,.2); --shadow-gold-heavy: 0 14px 40px rgba(154,52,18,.32);
}

html[data-theme="lavender-royal"] {
  --navy-950: #17132e; --navy-900: #26204b; --navy-850: #382d68; --navy-800: #4e3d8b; --navy-700: #6855ad;
  --gold-300: #ede9fe; --gold-400: #ddd6fe; --gold-500: #a78bfa; --gold-600: #8b5cf6; --gold-700: #6d28d9; --gold-800: #5b21b6;
  --gold-foil: linear-gradient(135deg, #faf5ff 0%, #a78bfa 48%, #6d28d9 100%); --gold-foil-dark: linear-gradient(135deg, #a78bfa 0%, #5b21b6 100%);
  --bg-page: #faf9ff; --bg-subtle: #f0edfc; --border-light: rgba(139,92,246,.2); --border-gold: rgba(139,92,246,.42); --border-gold-solid: #8b5cf6; --text-gold: #6d28d9;
  --shadow-gold: 0 8px 30px rgba(109,40,217,.2); --shadow-gold-heavy: 0 14px 40px rgba(91,33,182,.3);
}

html[data-theme="forest-bronze"] {
  --navy-950: #071a14; --navy-900: #0d2a20; --navy-850: #164334; --navy-800: #1f5c45; --navy-700: #34765a;
  --gold-300: #fef3c7; --gold-400: #fde68a; --gold-500: #d6a84f; --gold-600: #b7791f; --gold-700: #975a16; --gold-800: #78350f;
  --gold-foil: linear-gradient(135deg, #fffbeb 0%, #d6a84f 48%, #975a16 100%); --gold-foil-dark: linear-gradient(135deg, #d6a84f 0%, #78350f 100%);
  --bg-page: #f7fbf7; --bg-subtle: #eaf4ed; --border-light: rgba(183,121,31,.2); --border-gold: rgba(183,121,31,.42); --border-gold-solid: #b7791f; --text-gold: #78350f;
  --shadow-gold: 0 8px 30px rgba(120,53,15,.18); --shadow-gold-heavy: 0 14px 40px rgba(22,67,52,.3);
}

/* Builder kontrollü hareket yoğunluğu; erişilebilirlik tercihi her zaman önceliklidir. */
html[data-motion="reduced"] *,
html[data-motion="reduced"] *::before,
html[data-motion="reduced"] *::after,
html[data-motion="off"] *,
html[data-motion="off"] *::before,
html[data-motion="off"] *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

html[data-motion="off"] .animate-on-scroll {
  opacity: 1 !important;
  transform: none !important;
}

/* THAUMA BUILDER — animasyon presetleri ve bağımsız efekt anahtarları */
html[data-animation="royal-reveal"] .animate-on-scroll.is-visible {
  animation: thaumaRoyalReveal var(--thauma-motion-duration, .6s) cubic-bezier(.22, .8, .25, 1) both;
}

html[data-animation="cinematic-drift"] .animate-on-scroll {
  transform: translateY(18px) scale(.985);
  transition: opacity var(--thauma-motion-duration, .72s) ease, transform var(--thauma-motion-duration, .72s) cubic-bezier(.16, 1, .3, 1);
}
html[data-animation="cinematic-drift"] .animate-on-scroll.is-visible {
  animation: thaumaCinematicDrift calc(var(--thauma-motion-duration, .72s) * 1.25) cubic-bezier(.16, 1, .3, 1) both;
}

html[data-animation="spotlight-luxe"] .animate-on-scroll.is-visible {
  animation: thaumaSpotlight var(--thauma-motion-duration, .6s) ease-out both;
}
html[data-animation="spotlight-luxe"][data-effect-ambient="true"] .hero::before {
  animation: thaumaAmbientGlow 8s ease-in-out infinite;
}

html[data-animation="quiet-editorial"] .animate-on-scroll {
  transform: translateY(10px);
  transition: opacity calc(var(--thauma-motion-duration, .6s) * 1.2) ease, transform calc(var(--thauma-motion-duration, .6s) * 1.2) ease;
}
html[data-animation="none"] .animate-on-scroll,
html[data-effect-reveal="false"] .animate-on-scroll {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

html[data-effect-hover="false"] .amenity-card:hover,
html[data-effect-hover="false"] .room-card:hover,
html[data-effect-hover="false"] .btn:hover {
  transform: none !important;
}
html[data-effect-shimmer="false"] .btn-shimmer::after,
html[data-effect-shimmer="false"] .gold-shimmer::after {
  display: none !important;
  animation: none !important;
}
html[data-effect-ambient="false"] .floating-call-btn,
html[data-effect-ambient="false"] .hero-stat-card::before {
  animation: none !important;
}

@keyframes thaumaRoyalReveal {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes thaumaCinematicDrift {
  from { opacity: 0; transform: translateY(28px) scale(.975); filter: blur(2px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes thaumaSpotlight {
  from { opacity: 0; transform: translateY(18px); filter: brightness(.92); }
  65% { opacity: 1; transform: translateY(-2px); filter: brightness(1.04); }
  to { opacity: 1; transform: translateY(0); filter: brightness(1); }
}
@keyframes thaumaAmbientGlow {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: .9; transform: scale(1.04); }
}

/* Form güvenlik durumu: gizli honeypot ve bilgilendirme metni görünür kullanıcı deneyimini bozmaz. */
.thauma-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.thauma-privacy-notice {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.45;
  text-align: left;
}

.thauma-privacy-notice a {
  color: var(--text-gold);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.thauma-security-disabled {
  opacity: 0.55;
  pointer-events: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-page);
  color: var(--text-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-image: 
    radial-gradient(rgba(212, 175, 55, 0.04) 1px, transparent 0),
    radial-gradient(rgba(212, 175, 55, 0.04) 1px, var(--bg-page) 0);
  background-size: 24px 24px;
}

.container {
  width: min(1260px, 92vw);
  margin-inline: auto;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* TOP CONCIERGE BAR */
.top-bar {
  background: var(--navy-950);
  color: #94a3b8;
  font-size: 0.78rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
  letter-spacing: 0.02em;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar-left, .top-bar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-info-item {
  color: #cbd5e1;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.top-info-item:hover {
  color: var(--gold-400);
}

.top-icon {
  width: 14px;
  height: 14px;
  stroke: var(--gold-500);
}

.top-info-divider {
  color: var(--gold-600);
  font-size: 0.65rem;
  opacity: 0.6;
}

.weather-pill {
  color: #e2e8f0;
  font-size: 0.75rem;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  padding: 2px 10px;
  border-radius: var(--r-full);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.weather-icon {
  width: 13px;
  height: 13px;
  stroke: var(--gold-400);
}

.currency-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 4px;
  border-radius: var(--r-full);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.currency-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  padding: 3px 8px;
  border-radius: var(--r-full);
  transition: var(--transition-smooth);
}

.currency-btn.active, .currency-btn:hover {
  background: var(--gold-foil);
  color: #0b1120;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 4px;
  border-radius: var(--r-full);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.lang-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  padding: 3px 8px;
  border-radius: var(--r-full);
  transition: var(--transition-smooth);
}

.lang-btn.active, .lang-btn:hover {
  background: rgba(212, 175, 55, 0.35);
  color: #ffffff;
}

.whatsapp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.4);
  padding: 3px 12px;
  border-radius: var(--r-full);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.whatsapp-badge:hover {
  background: rgba(37, 211, 102, 0.22);
  transform: translateY(-1px);
}

.wa-svg {
  width: 13px;
  height: 13px;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* MAIN HEADER */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 17, 32, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  padding: 14px 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 2px 0;
}

.brand-logo-img {
  height: 72px;
  width: auto;
  max-width: 250px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 12px rgba(212, 175, 55, 0.4));
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.3s ease;
}

.brand-logo:hover .brand-logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 16px rgba(212, 175, 55, 0.7));
}

.footer-brand-img {
  height: 86px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  margin-bottom: 1.25rem;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 14px rgba(212, 175, 55, 0.35));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-link {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 6px 2px;
  position: relative;
  transition: var(--transition-smooth);
}

.nav-link:hover, .nav-link.active {
  color: var(--gold-400);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--gold-foil);
  transition: width 0.25s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: var(--transition-smooth);
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* LUXURY BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--r-sm);
  font-family: var(--font-sans);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.btn-gold {
  background: var(--gold-foil);
  color: #0b1120;
  border: 1px solid #d4af37;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold-heavy);
  filter: brightness(1.05);
}

.btn-shimmer::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    60deg,
    transparent 30%,
    rgba(255, 255, 255, 0.45) 50%,
    transparent 70%
  );
  transform: rotate(25deg) translateY(-100%);
  animation: shimmer 4s infinite;
}

@keyframes shimmer {
  0% { transform: translateX(-100%) rotate(25deg); }
  25%, 100% { transform: translateX(100%) rotate(25deg); }
}

.btn-primary {
  background: var(--navy-900);
  color: #ffffff;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  background: var(--navy-800);
  border-color: var(--gold-500);
  transform: translateY(-2px);
  box-shadow: var(--shadow-gold);
}

.btn-secondary {
  background: #ffffff;
  color: var(--navy-900);
  border: 1px solid var(--border-gold);
}

.btn-secondary:hover {
  background: var(--gold-300);
  border-color: var(--gold-700);
  color: #0b1120;
}

.btn-block {
  width: 100%;
}

.btn-large {
  padding: 14px 30px;
  font-size: 0.92rem;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* HERO SECTION */
.hero-section {
  position: relative;
  background: radial-gradient(circle at 50% 20%, #162032 0%, #0b1120 70%, #060911 100%);
  color: #ffffff;
  padding: 5.5rem 0 8rem;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}

.hero-backdrop-glow {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 10%, rgba(212, 175, 55, 0.18) 0%, transparent 60%),
    radial-gradient(circle at 10% 90%, rgba(15, 23, 42, 0.8) 0%, transparent 50%),
    radial-gradient(circle at 90% 90%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.hero-ornament-top {
  color: var(--gold-500);
  font-size: 0.9rem;
  letter-spacing: 0.4em;
  margin-bottom: 1rem;
  opacity: 0.8;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-inline: auto;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold-400);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 6px 20px;
  border-radius: var(--r-full);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}

.hero-tag-gem {
  color: var(--gold-400);
  font-size: 0.8rem;
}

.hero-heading {
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 5.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 1rem;
  color: #ffffff;
  letter-spacing: 0.03em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.gold-italic {
  font-family: var(--font-body-serif);
  font-style: italic;
  font-weight: 400;
  background: var(--gold-foil);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ORNATE DIVIDER */
.ornate-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 1.25rem auto 1.5rem;
  max-width: 320px;
}

.ornate-divider .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
}

.ornate-divider .diamond {
  color: var(--gold-500);
  font-size: 0.85rem;
}

.ornate-divider.gold-subtle .line {
  background: linear-gradient(90deg, transparent, rgba(154, 122, 30, 0.4), transparent);
}

.ornate-divider.gold-subtle .diamond {
  color: var(--gold-700);
}

.hero-desc {
  font-size: 1.1rem;
  color: #cbd5e1;
  max-width: 740px;
  margin-inline: auto;
  margin-bottom: 2.75rem;
  line-height: 1.8;
}

.hero-stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
}

.hero-stat-card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.28);
  padding: 1.25rem 1rem;
  border-radius: var(--r-sm);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.05);
}

.stat-filigree-corner {
  position: absolute;
  width: 6px;
  height: 6px;
  border-color: var(--gold-500);
  border-style: solid;
}

.stat-filigree-corner.tl {
  top: -1px;
  left: -1px;
  border-width: 2px 0 0 2px;
}

.stat-filigree-corner.tr {
  top: -1px;
  right: -1px;
  border-width: 2px 2px 0 0;
}

.hero-stat-val {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.85rem;
  font-weight: 800;
  background: var(--gold-foil);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.05em;
}

.hero-stat-lbl {
  font-size: 0.78rem;
  color: #94a3b8;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* MODULE A: BOOKING ENGINE CARD */
.booking-engine-wrapper {
  margin-top: -4rem;
  position: relative;
  z-index: 20;
}

.booking-engine-card {
  position: relative;
  background: #ffffff;
  border-radius: var(--r-md);
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-lg), 0 0 0 4px rgba(212, 175, 55, 0.08);
  padding: 2.25rem;
}

.card-luxury-border {
  position: absolute;
  inset: 4px;
  border: 1px dashed rgba(212, 175, 55, 0.35);
  border-radius: calc(var(--r-md) - 3px);
  pointer-events: none;
}

.booking-card-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.title-with-crest {
  display: flex;
  align-items: center;
  gap: 8px;
}

.crest-icon {
  font-size: 1.2rem;
}

.booking-card-title {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: 0.04em;
}

.booking-card-sub {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 3px;
}

.direct-booking-perk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--border-gold);
  color: var(--gold-800);
  padding: 6px 16px;
  border-radius: var(--r-full);
  font-size: 0.8rem;
  font-weight: 700;
}

.perk-star {
  color: var(--gold-600);
}

.booking-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
  align-items: flex-end;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field label {
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.field-icon {
  position: absolute;
  left: 12px;
  width: 16px;
  height: 16px;
  stroke: var(--gold-600);
  pointer-events: none;
}

.form-input {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  padding: 11px 14px 11px 36px;
  border-radius: var(--r-sm);
  border: 1px solid var(--border-light);
  background: #ffffff;
  color: var(--text-main);
  outline: none;
  transition: var(--transition-smooth);
}

.form-input:focus {
  border-color: var(--gold-600);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.booking-action-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.booking-price-preview {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.price-preview-val {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--gold-700);
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* SECTION HEADERS */
.section-padded {
  padding: 5.5rem 0;
}

.bg-subtle {
  background-color: var(--bg-subtle);
  background-image: 
    radial-gradient(rgba(212, 175, 55, 0.05) 1px, transparent 0),
    radial-gradient(rgba(212, 175, 55, 0.05) 1px, var(--bg-subtle) 0);
  background-size: 20px 20px;
}

.text-center {
  text-align: center;
}

.section-head {
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: 3.5rem;
}

.section-kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--gold-700);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.8vw, 2.8rem);
  font-weight: 800;
  color: var(--navy-900);
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.section-desc {
  font-family: var(--font-body-serif);
  font-size: 1.05rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* ==========================================================================
   AMENITIES GRID — BESPOKE LUXURY GOLD SVG ICONS
   ========================================================================== */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.75rem;
}

.amenity-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 2.25rem 2rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  overflow: hidden;
}

.amenity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gold-foil);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg), 0 0 20px rgba(212, 175, 55, 0.15);
  border-color: var(--border-gold-solid);
}

.amenity-card:hover::before {
  opacity: 1;
}

.amenity-badge-corner {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--gold-500);
  font-size: 0.75rem;
  opacity: 0.6;
}

.amenity-icon-box {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.03) 70%);
  border: 1.5px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.15);
  transition: var(--transition-smooth);
}

.amenity-card:hover .amenity-icon-box {
  background: var(--navy-900);
  border-color: var(--gold-500);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
}

.amenity-svg {
  width: 42px;
  height: 42px;
  filter: drop-shadow(0 2px 6px rgba(212, 175, 55, 0.45));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.amenity-card:hover .amenity-svg {
  filter: drop-shadow(0 0 10px rgba(255, 240, 190, 0.9));
}

.amenity-title {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.amenity-text {
  font-size: 0.9rem;
  color: var(--text-body);
  line-height: 1.65;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* ROOMS GRID */
.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

/* Balanced 2-column layout for exactly 4 room cards */
.rooms-grid-balanced {
  grid-template-columns: repeat(2, 1fr);
}

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

.room-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.room-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg), 0 0 25px rgba(212, 175, 55, 0.18);
  border-color: var(--border-gold-solid);
}

.room-card-featured {
  border: 2px solid var(--gold-600);
  box-shadow: var(--shadow-gold);
}

@media (min-width: 861px) {
  .rooms-grid-balanced .room-card-featured {
    grid-column: 1 / -1;
  }
}

.room-visual {
  height: 195px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.25rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--navy-900);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.room-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 17, 32, 0.4) 0%, rgba(11, 17, 32, 0.6) 50%, rgba(11, 17, 32, 0.95) 100%);
  z-index: 1;
  transition: background 0.3s ease;
}

.room-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.25), transparent 70%);
  z-index: 2;
  pointer-events: none;
}

.room-card:hover .room-visual {
  background-position: center 48%;
}

.room-vis-single {
  background-image: var(--room-bg, url('images/room_single.png'));
}

.room-vis-double {
  background-image: var(--room-bg, url('images/room_double.png'));
}

.room-vis-deluxe {
  background-image: var(--room-bg, url('images/room_deluxe.png'));
}

.room-vis-family {
  background-image: var(--room-bg, url('images/room_family.png'));
}

.room-vis-suite {
  background-image: var(--room-bg, url('images/room_suite.png'));
}

.room-badges-group,
.room-vis-blueprint,
.room-area-pill,
.room-badge {
  position: relative;
  z-index: 3;
}

.room-badges-group {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
  z-index: 3;
}

.room-vis-blueprint {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 4px;
}

.bp-icon {
  font-size: 1.6rem;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.8));
}

.bp-title {
  font-family: var(--font-serif);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9), 0 0 10px rgba(212, 175, 55, 0.5);
}

.room-area-pill {
  background: rgba(11, 17, 32, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--r-full);
  border: 1px solid rgba(212, 175, 55, 0.45);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.room-card-header {
  background: var(--navy-900);
  color: #ffffff;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid rgba(212, 175, 55, 0.25);
  position: relative;
  z-index: 3;
}

.room-badge {
  font-size: 0.75rem;
  font-weight: 800;
  background: rgba(11, 17, 32, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: var(--r-full);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.room-badge.gold-badge {
  background: var(--gold-foil);
  color: #0b1120;
}

.room-badge.vip-badge {
  background: var(--gold-foil);
  color: #0b1120;
  font-weight: 900;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.room-price {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--gold-400);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  line-height: 1.15;
}

.room-price .price-main {
  color: var(--gold-400);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
}

.room-price small {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 400;
  color: #cbd5e1;
  margin-top: 2px;
}

.room-card-body {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.room-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.room-summary {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
  line-height: 1.55;
}

.room-specs-list {
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-body);
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 1.75rem;
  margin-top: auto;
}

.room-specs-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gold-bullet {
  color: var(--gold-600);
  font-size: 0.75rem;
}

.room-card-actions {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 8px;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* MODULE B: RESTAURANT & DINING */
.restaurant-dual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.rest-box {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
}

.rest-box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.rest-box-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy-900);
  letter-spacing: 0.02em;
}

.rest-box-sub {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 2px;
}

.qr-pill {
  background: rgba(212, 175, 55, 0.15);
  color: var(--gold-800);
  border: 1px solid var(--border-gold);
  padding: 4px 12px;
  border-radius: var(--r-full);
  font-size: 0.75rem;
  font-weight: 800;
}

.badge-status-open {
  background: rgba(16, 185, 129, 0.15);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.35);
  padding: 4px 12px;
  border-radius: var(--r-full);
  font-size: 0.75rem;
  font-weight: 800;
}

.menu-tabs-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 1.25rem;
}

.menu-tab-btn {
  background: var(--bg-subtle);
  border: 1px solid var(--border-light);
  color: var(--text-body);
  padding: 7px 16px;
  border-radius: var(--r-full);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition-smooth);
}

.menu-tab-btn.active, .menu-tab-btn:hover {
  background: var(--navy-900);
  color: var(--gold-400);
  border-color: var(--gold-600);
}

.menu-items-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.menu-item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.25);
}

.menu-item-name {
  font-weight: 800;
  font-size: 0.96rem;
  color: var(--navy-900);
}

.menu-item-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 3px;
}

.menu-item-price {
  font-family: var(--font-serif);
  font-weight: 800;
  font-size: 1.08rem;
  color: var(--gold-700);
  white-space: nowrap;
}

.table-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.form-group-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* MODULE B: CORPORATE RFP */
.corp-form-wrapper {
  max-width: 900px;
  margin-inline: auto;
}

.corp-form-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--r-md);
  padding: 2.75rem;
  box-shadow: var(--shadow-md);
}

.corp-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}

.corp-form-actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.corp-guarantee {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* TRANSPORTATION CARDS */
.transport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.transport-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 1.75rem 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.transport-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-600);
  box-shadow: var(--shadow-md);
}

.transport-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--border-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.trans-svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold-700);
}

.transport-info h4 {
  font-size: 0.96rem;
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 4px;
}

.transport-info p {
  font-size: 0.82rem;
  color: var(--text-muted);
}

.transport-time {
  margin-left: auto;
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 800;
  color: var(--gold-800);
  background: var(--gold-foil);
  padding: 4px 10px;
  border-radius: var(--r-sm);
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* FAQ ACCORDION */
.faq-container {
  max-width: 840px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: var(--transition-smooth);
}

.faq-item[open] {
  border-color: var(--border-gold-solid);
  box-shadow: var(--shadow-sm);
}

.faq-question {
  padding: 1.35rem 1.75rem;
  font-weight: 800;
  font-size: 1rem;
  color: var(--navy-900);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-icon {
  font-size: 0.75rem;
  color: var(--gold-600);
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0 1.75rem 1.35rem;
  font-size: 0.92rem;
  color: var(--text-body);
  line-height: 1.7;
}

/* CONTACT SECTION */
.contact-dual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

.contact-info-card, .contact-form-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--r-md);
  padding: 2.5rem;
  box-shadow: var(--shadow-sm);
}

.contact-card-title {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy-900);
  margin-bottom: 1.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.25rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-icon-frame {
  font-size: 1.4rem;
  line-height: 1;
}

.contact-item strong {
  display: block;
  font-size: 0.86rem;
  color: var(--navy-900);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.phone-link, .wa-link {
  color: var(--gold-700);
  font-weight: 800;
  text-decoration: none;
}

.phone-link:hover, .wa-link:hover {
  text-decoration: underline;
}

.quick-action-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* FOOTER */
.main-footer {
  background: var(--navy-950);
  color: #94a3b8;
  padding-top: 4.5rem;
  border-top: 1px solid rgba(212, 175, 55, 0.35);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3.5rem;
}

.footer-brand-title {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.08em;
  margin-top: 10px;
  margin-bottom: 10px;
  background: var(--gold-foil);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-brand-desc {
  font-size: 0.88rem;
  color: #94a3b8;
  max-width: 420px;
  line-height: 1.7;
}

.footer-links-col h4 {
  font-family: var(--font-serif);
  color: var(--gold-400);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}

.footer-links-col a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.86rem;
  margin-bottom: 10px;
  transition: var(--transition-smooth);
}

.footer-links-col a:hover {
  color: var(--gold-300);
}

.footer-links-col p {
  font-size: 0.86rem;
  margin-bottom: 8px;
  color: #cbd5e1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
  font-size: 0.8rem;
  color: #64748b;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-admin-link a {
  color: var(--gold-500);
  text-decoration: none;
  font-weight: 700;
}

.footer-admin-link a:hover {
  text-decoration: underline;
}

/**
 * ┌─────────────────────────────────────────────────────────────┐
 * │   Crafted by Batuhan BOZAL                                  │
 * │   mrbbozal@gmail.com                                        │
 * └─────────────────────────────────────────────────────────────┘
 */

/* MODAL & TOAST NOTIFICATION */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(6, 9, 17, 0.82);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-smooth);
  padding: 1.5rem;
}

.modal-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.modal-card {
  background: #ffffff;
  border-radius: var(--r-md);
  border: 1px solid var(--border-gold-solid);
  box-shadow: var(--shadow-lg), 0 0 30px rgba(212, 175, 55, 0.35);
  width: min(600px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(20px) scale(0.96);
  transition: var(--transition-smooth);
}

.modal-backdrop.active .modal-card {
  transform: translateY(0) scale(1);
}

.modal-header {
  padding: 1.35rem 1.75rem;
  background: var(--navy-900);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.modal-header h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: #ffffff;
}

.modal-close {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.3rem;
  cursor: pointer;
}

.modal-body {
  padding: 2rem 1.75rem;
}

.modal-footer {
  padding: 1.25rem 1.75rem;
  background: var(--bg-subtle);
  border-top: 1px solid var(--border-light);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.toast-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.toast {
  background: var(--navy-900);
  color: #ffffff;
  padding: 14px 22px;
  border-radius: var(--r-sm);
  border-left: 4px solid var(--gold-500);
  box-shadow: var(--shadow-lg);
  font-size: 0.88rem;
  font-weight: 700;
  pointer-events: auto;
  animation: toastSlide 0.3s ease;
}

@keyframes toastSlide {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* SCROLL-DRIVEN ENTRANCE ANIMATION */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .form-group-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--navy-900);
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  }
  .nav-menu.mobile-open {
    display: flex;
  }
  .mobile-toggle {
    display: flex;
  }
  .room-card-actions {
    grid-template-columns: 1fr;
  }
}

/* FLOATING ONE-TAP CALL BUTTON (DYNAMIC ADAPTIVE THEME) */
.floating-call-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  border-radius: 999px;
  padding: 13px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.25s ease, box-shadow 0.35s ease;
  will-change: transform, background, color;
}

/* Default & Over Light Sections: Deep Obsidian Navy with Radiant Gold Foil Text & Border */
.floating-call-btn,
.floating-call-btn.on-light {
  background: rgba(11, 17, 32, 0.95);
  color: #FFF0BE;
  border: 1.5px solid rgba(212, 175, 55, 0.9);
  box-shadow: 0 10px 30px rgba(11, 17, 32, 0.45), 0 0 20px rgba(212, 175, 55, 0.35);
  animation: pulseGoldDarkCall 2.6s infinite;
}

.floating-call-btn.on-light .floating-call-icon {
  color: #D4AF37;
  filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.7));
}

.floating-call-btn.on-light:hover {
  background: #000000;
  color: #ffffff;
  border-color: #FFF0BE;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 40px rgba(11, 17, 32, 0.65), 0 0 25px rgba(212, 175, 55, 0.6);
}

/* Over Dark Sections: Luminous Metallic Gold Gradient with Deep Navy Contrast Text */
.floating-call-btn.on-dark {
  background: linear-gradient(135deg, #FFF0BE 0%, #D4AF37 50%, #B38822 100%);
  color: #0B1120;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.65);
  animation: pulseGoldLightCall 2.6s infinite;
}

.floating-call-btn.on-dark .floating-call-icon {
  color: #0B1120;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

.floating-call-btn.on-dark:hover {
  background: linear-gradient(135deg, #FFFFFF 0%, #F5D77F 50%, #C4972B 100%);
  color: #000000;
  border-color: #ffffff;
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.85), 0 0 35px rgba(212, 175, 55, 0.9);
}

.floating-call-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: color 0.35s ease, filter 0.35s ease;
}

@keyframes pulseGoldDarkCall {
  0%, 100% {
    box-shadow: 0 10px 30px rgba(11, 17, 32, 0.45), 0 0 0 0 rgba(212, 175, 55, 0.5);
  }
  50% {
    box-shadow: 0 12px 36px rgba(11, 17, 32, 0.6), 0 0 0 10px rgba(212, 175, 55, 0);
  }
}

@keyframes pulseGoldLightCall {
  0%, 100% {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7), 0 0 0 0 rgba(212, 175, 55, 0.7);
  }
  50% {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.85), 0 0 0 12px rgba(212, 175, 55, 0);
  }
}

@media (max-width: 600px) {
  .brand-logo-img {
    height: 52px;
  }
  .floating-call-btn {
    bottom: 16px;
    right: 16px;
    padding: 11px 18px;
    font-size: 0.85rem;
  }
}

