/* ==========================================================================
   Ópera Arte — Sistema de Reservas de Alta Gastronomia
   Design System de Luxo: Petróleo Profundo, Dourado Nobre, Creme & Cobre
   ========================================================================== */

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

/* Webfonts oficiais do tema da Ópera Arte */
@font-face {
  font-family: 'Futura PT';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/wp-content/themes/opera-arte-2026/assets/fonts/FuturaPT-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'Futura PT';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('/wp-content/themes/opera-arte-2026/assets/fonts/FuturaPT-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Futura PT';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('/wp-content/themes/opera-arte-2026/assets/fonts/FuturaPT-Demi.ttf') format('truetype');
}
@font-face {
  font-family: 'Honeyloops';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('/wp-content/themes/opera-arte-2026/assets/fonts/Honeyloops.otf') format('opentype');
}

:root {
  /* Paleta Base Oficial */
  --oa-black: #080c0b;
  --oa-petrol-950: #050908;
  --oa-petrol-900: #0B1413;
  --oa-petrol-800: #112120;
  --oa-petrol-700: #1A302E;
  --oa-petrol-600: #25433F;
  --oa-petrol-500: #315050;

  --oa-cream: #FBEBD7;
  --oa-cream-soft: #E7D9C7;
  --oa-muted: rgba(251, 235, 215, 0.65);
  --oa-faint: rgba(251, 235, 215, 0.28);
  --oa-hairline: rgba(219, 166, 33, 0.24);

  --oa-gold: #DBA621;
  --oa-gold-light: #FFF2C0;
  --oa-gold-hover: #e8b535;
  --oa-copper: #A05A16;
  --oa-terracotta: #9A582E;

  --oa-whatsapp: #25D366;
  --oa-whatsapp-dark: #128C7E;
  --oa-red: #D9534F;
  --oa-red-soft: rgba(217, 83, 79, 0.15);

  /* Fio Dourado Assinatura */
  --oa-gradient-gold: linear-gradient(
    90deg,
    #5B1E16 0%,
    #945020 22%,
    #CF9C50 46%,
    #FFF2C0 60%,
    #DBBA93 78%,
    #A05A16 100%
  );

  /* Tipografia */
  --font-base: 'Futura PT', 'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: 'Playfair Display', 'Futura PT', serif;
  --font-signature: 'Honeyloops', cursive, serif;

  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 9999px;

  --shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.35);
  --shadow-elevated: 0 12px 40px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(219, 166, 33, 0.18);
  --shadow-gold-glow: 0 0 25px rgba(219, 166, 33, 0.25);
  --transition-smooth: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
  background-color: var(--oa-black);
  color: var(--oa-cream-soft);
  font-family: var(--font-base);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

/* ==========================================================================
   Fundo Atmosférico de Alta Gastronomia
   ========================================================================== */
.ambient-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url('https://operaarte.com.br/wp-content/uploads/2026/04/rev_hero.jpg');
  background-position: center 30%;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0.28) saturate(1.15);
  transform: scale(1.02);
}

.ambient-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(17, 33, 32, 0.65) 0%, rgba(8, 12, 11, 0.94) 75%),
              linear-gradient(180deg, rgba(8, 12, 11, 0.75) 0%, rgba(8, 12, 11, 0.98) 100%);
}

/* ==========================================================================
   Header Institucional
   ========================================================================== */
.luxury-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(11, 20, 19, 0.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--oa-hairline);
  padding: 14px 24px;
}

.header-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand-title {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--oa-cream);
  text-transform: uppercase;
}

.brand-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: rgba(219, 166, 33, 0.14);
  border: 1px solid rgba(219, 166, 33, 0.35);
  color: var(--oa-gold);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-lookup-toggle {
  background: rgba(251, 235, 215, 0.06);
  border: 1px solid rgba(251, 235, 215, 0.16);
  color: var(--oa-cream);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-base);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: var(--transition-smooth);
}

.btn-lookup-toggle:hover {
  background: rgba(219, 166, 33, 0.12);
  border-color: var(--oa-gold);
  color: var(--oa-gold-light);
}

.site-return-link {
  color: var(--oa-muted);
  font-size: 0.85rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: var(--transition-smooth);
}

.site-return-link:hover {
  color: var(--oa-cream);
}

/* ==========================================================================
   Palco Principal / Stage Grid
   ========================================================================== */
.stage-container {
  max-width: 1120px;
  margin: 28px auto 56px;
  padding: 0 20px;
  width: 100%;
}

.stage-grid {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  width: 100%;
}

/* ==========================================================================
   Coluna Esquerda: Showcase & Atmosfera (Desktop)
   ========================================================================== */
.showcase-sidebar {
  position: sticky;
  top: 92px;
  width: 100%;
  min-width: 0;
}

.showcase-card {
  background: rgba(11, 20, 19, 0.72);
  backdrop-filter: blur(16px);
  border: 1px solid var(--oa-hairline);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-subtle);
  position: relative;
  overflow: hidden;
}

.showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--oa-gradient-gold);
}

.showcase-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(219, 166, 33, 0.12);
  border: 1px solid rgba(219, 166, 33, 0.28);
  color: var(--oa-gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  margin-bottom: 20px;
}

.badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--oa-gold);
  box-shadow: 0 0 6px var(--oa-gold);
}

.showcase-headline {
  font-family: var(--font-display);
  font-size: 1.85rem;
  line-height: 1.25;
  color: var(--oa-cream);
  margin-bottom: 16px;
  font-weight: 500;
}

.showcase-desc {
  color: var(--oa-muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 28px;
}

.venue-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}

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

.feature-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(251, 235, 215, 0.05);
  border: 1px solid rgba(251, 235, 215, 0.12);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.feature-info strong {
  display: block;
  font-size: 0.92rem;
  color: var(--oa-cream);
  font-weight: 500;
}

.feature-info span {
  display: block;
  font-size: 0.8rem;
  color: var(--oa-muted);
  line-height: 1.4;
}

.status-box-live {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(17, 33, 32, 0.85);
  border: 1px solid rgba(219, 166, 33, 0.22);
  padding: 12px 16px;
  border-radius: var(--radius-md);
  margin-bottom: 24px;
}

.status-live-icon {
  position: relative;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.live-pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 10px #4ade80;
  animation: pulseAnim 2s infinite;
}

@keyframes pulseAnim {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.status-live-text strong {
  display: block;
  font-size: 0.82rem;
  color: var(--oa-cream);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.status-live-text span {
  display: block;
  font-size: 0.78rem;
  color: var(--oa-muted);
}

.showcase-quote {
  font-family: var(--font-signature);
  font-size: 1.45rem;
  color: var(--oa-gold-light);
  text-align: center;
  padding-top: 14px;
  border-top: 1px solid rgba(251, 235, 215, 0.08);
}

/* ==========================================================================
   Coluna Direita: Console Interativo de Reserva
   ========================================================================== */
.booking-console {
  background: rgba(11, 20, 19, 0.84);
  backdrop-filter: blur(20px);
  border: 1px solid var(--oa-hairline);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-elevated);
  padding: 32px 28px;
  position: relative;
  min-width: 0;
  width: 100%;
}

.console-view {
  display: none;
  animation: fadeInView 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.console-view.active {
  display: block;
}

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

.console-header {
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(251, 235, 215, 0.09);
  padding-bottom: 18px;
}

.console-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--oa-cream);
  margin-bottom: 6px;
}

.console-subtitle {
  color: var(--oa-muted);
  font-size: 0.95rem;
}

.console-section {
  margin-bottom: 28px;
}

.section-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.console-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--oa-cream);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.console-label svg {
  color: var(--oa-gold);
}

.label-hint {
  font-size: 0.76rem;
  font-weight: 400;
  color: var(--oa-muted);
  text-transform: none;
  letter-spacing: normal;
  margin-left: 6px;
}

.selected-covers-badge {
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(219, 166, 33, 0.14);
  color: var(--oa-gold-light);
  padding: 3px 10px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(219, 166, 33, 0.3);
}

.active-date-label {
  font-size: 0.82rem;
  color: var(--oa-gold);
  font-weight: 500;
}

/* ==========================================================================
   Contador & Chips de Pessoas
/* ==========================================================================
   Contador & Campo de Pessoas (Digitação + Steppers)
   ========================================================================== */
.covers-input-container {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
}

.covers-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(251, 235, 215, 0.04);
  border: 1px solid rgba(251, 235, 215, 0.16);
  border-radius: var(--radius-md);
  padding: 0 16px;
  height: 54px;
  transition: var(--transition-smooth);
}

.covers-input-wrap:focus-within {
  border-color: var(--oa-gold);
  background: rgba(219, 166, 33, 0.06);
  box-shadow: 0 0 0 2px rgba(219, 166, 33, 0.2);
}

.input-covers-direct {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: var(--oa-cream);
  font-family: var(--font-base);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-right: 64px;
  -moz-appearance: textfield;
}

.input-covers-direct::-webkit-outer-spin-button,
.input-covers-direct::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.covers-unit-label {
  position: absolute;
  right: 16px;
  color: var(--oa-muted);
  font-size: 0.88rem;
  font-weight: 500;
  pointer-events: none;
  text-transform: lowercase;
}

.btn-covers-step {
  flex: 0 0 54px;
  height: 54px;
  border-radius: var(--radius-md);
  background: rgba(251, 235, 215, 0.05);
  border: 1px solid rgba(251, 235, 215, 0.16);
  color: var(--oa-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-covers-step:hover:not(:disabled) {
  background: rgba(219, 166, 33, 0.16);
  border-color: rgba(219, 166, 33, 0.45);
  color: var(--oa-gold-light);
  transform: translateY(-1px);
}

.btn-covers-step:active:not(:disabled) {
  transform: translateY(0);
}

.btn-covers-step:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.covers-scroll-track {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.covers-scroll-track::-webkit-scrollbar {
  display: none;
}

.cover-chip {
  flex: 0 0 46px;
  height: 46px;
  background: rgba(251, 235, 215, 0.04);
  border: 1px solid rgba(251, 235, 215, 0.14);
  border-radius: var(--radius-md);
  color: var(--oa-cream);
  font-family: var(--font-base);
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.cover-chip:hover {
  background: rgba(219, 166, 33, 0.12);
  border-color: rgba(219, 166, 33, 0.4);
  color: var(--oa-gold-light);
}

.cover-chip.active {
  background: linear-gradient(135deg, var(--oa-gold) 0%, var(--oa-copper) 100%);
  border-color: var(--oa-gold-light);
  color: #080c0b;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(219, 166, 33, 0.35);
  transform: translateY(-2px);
}

.cover-chip.special-group {
  flex: 0 0 auto;
  padding: 0 16px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(219, 166, 33, 0.08);
  border-color: rgba(219, 166, 33, 0.3);
  color: var(--oa-gold);
}

.group-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(219, 166, 33, 0.09);
  border: 1px solid rgba(219, 166, 33, 0.28);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-top: 14px;
}

.group-notice-icon {
  font-size: 1.25rem;
  flex-shrink: 0;
}

.group-notice-content strong {
  display: block;
  font-size: 0.88rem;
  color: var(--oa-gold-light);
  margin-bottom: 3px;
}

.group-notice-content p {
  font-size: 0.82rem;
  color: var(--oa-cream-soft);
  line-height: 1.45;
}

/* ==========================================================================
   Fita Horizontal de Datas (Ribbon)
   ========================================================================== */
.btn-open-calendar {
  background: none;
  border: none;
  color: var(--oa-gold);
  font-family: var(--font-base);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.btn-open-calendar:hover {
  color: var(--oa-gold-light);
  text-decoration: underline;
}

.date-ribbon-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
}

.date-ribbon {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 8px;
  scrollbar-width: none;
  width: 100%;
  min-width: 0;
}

.date-ribbon::-webkit-scrollbar {
  display: none;
}

.ribbon-nav-btn {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(11, 20, 19, 0.92);
  border: 1px solid var(--oa-hairline);
  color: var(--oa-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  z-index: 2;
}

.ribbon-nav-btn:hover {
  background: var(--oa-gold);
  color: #080c0b;
  border-color: var(--oa-gold-light);
  box-shadow: 0 0 12px rgba(219, 166, 33, 0.4);
}

.ribbon-nav-btn.prev {
  margin-right: 6px;
}

.ribbon-nav-btn.next {
  margin-left: 6px;
}

.date-card {
  flex: 0 0 78px;
  min-width: 78px;
  scroll-snap-align: start;
  background: rgba(251, 235, 215, 0.04);
  border: 1px solid rgba(251, 235, 215, 0.12);
  border-radius: var(--radius-md);
  padding: 10px 4px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.date-card:hover {
  background: rgba(219, 166, 33, 0.08);
  border-color: rgba(219, 166, 33, 0.3);
}

.date-card.active {
  background: rgba(219, 166, 33, 0.16);
  border-color: var(--oa-gold);
  box-shadow: 0 0 16px rgba(219, 166, 33, 0.22);
  transform: translateY(-2px);
}

.date-card.active .date-weekday {
  color: var(--oa-gold);
  font-weight: 600;
}

.date-card.active .date-number {
  color: var(--oa-cream);
  font-weight: 700;
}

.date-card.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.date-weekday {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--oa-muted);
}

.date-number {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--oa-cream);
  line-height: 1.1;
}

.date-month {
  font-size: 0.72rem;
  color: var(--oa-faint);
  text-transform: uppercase;
}

.date-badge-status {
  font-size: 0.62rem;
  padding: 1px 6px;
  border-radius: var(--radius-pill);
  margin-top: 4px;
  font-weight: 600;
  text-transform: uppercase;
}

.date-badge-status.walkin {
  background: rgba(219, 166, 33, 0.2);
  color: var(--oa-gold);
}

.date-badge-status.open {
  background: rgba(94, 168, 98, 0.2);
  color: #79d680;
}

/* ==========================================================================
   Horários & Turnos
   ========================================================================== */
.slots-loading-state {
  text-align: center;
  padding: 36px 0;
  color: var(--oa-muted);
}

.luxury-spinner {
  width: 32px;
  height: 32px;
  border: 2px solid rgba(219, 166, 33, 0.2);
  border-top-color: var(--oa-gold);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 0 auto 12px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.meal-period-group {
  margin-bottom: 22px;
}

.meal-period-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(251, 235, 215, 0.08);
}

.meal-period-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--oa-cream);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.meal-period-time {
  font-size: 0.78rem;
  color: var(--oa-muted);
}

.slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
  gap: 10px;
  width: 100%;
}

.slot-btn {
  background: rgba(251, 235, 215, 0.04);
  border: 1px solid rgba(251, 235, 215, 0.16);
  border-radius: var(--radius-md);
  padding: 13px 12px;
  color: var(--oa-cream);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  transition: var(--transition-smooth);
}

.slot-btn:hover {
  background: rgba(219, 166, 33, 0.14);
  border-color: var(--oa-gold);
  color: var(--oa-gold-light);
  transform: translateY(-2px);
}

.slot-btn.active {
  background: linear-gradient(135deg, var(--oa-gold) 0%, var(--oa-copper) 100%);
  border-color: var(--oa-gold-light);
  color: #080c0b;
  box-shadow: 0 4px 16px rgba(219, 166, 33, 0.35);
  transform: translateY(-2px);
}

.slot-time {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.walkin-banner {
  background: rgba(219, 166, 33, 0.08);
  border: 1px solid rgba(219, 166, 33, 0.25);
  border-radius: var(--radius-md);
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.walkin-icon {
  font-size: 1.35rem;
  flex-shrink: 0;
}

.walkin-info strong {
  display: block;
  font-size: 0.92rem;
  color: var(--oa-gold-light);
  margin-bottom: 4px;
}

.walkin-info p {
  font-size: 0.84rem;
  color: var(--oa-cream-soft);
  line-height: 1.45;
}

.no-slots-box {
  background: rgba(251, 235, 215, 0.03);
  border: 1px solid rgba(251, 235, 215, 0.1);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
}

.no-slots-box p {
  color: var(--oa-muted);
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.next-available-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.btn-suggested-date {
  background: rgba(219, 166, 33, 0.12);
  border: 1px solid var(--oa-gold);
  color: var(--oa-gold-light);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-base);
  font-size: 0.82rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-suggested-date:hover {
  background: var(--oa-gold);
  color: #080c0b;
}

/* ==========================================================================
   Fase 2: Barra de Resumo Fixo & Formulário
   ========================================================================== */
.reservation-lock-bar {
  background: rgba(219, 166, 33, 0.12);
  border: 1px solid rgba(219, 166, 33, 0.35);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.lock-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--oa-gold);
}

.lock-details {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--oa-cream);
}

.btn-back-phase1 {
  background: rgba(251, 235, 215, 0.08);
  border: 1px solid rgba(251, 235, 215, 0.16);
  color: var(--oa-cream);
  padding: 7px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-base);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.btn-back-phase1:hover {
  background: rgba(251, 235, 215, 0.15);
  color: var(--oa-gold-light);
}

.form-block {
  margin-bottom: 26px;
}

/* ==========================================================================
   Ambiente da Reserva (Garantia de Salão Principal & Política do Deck)
   ========================================================================== */
.environment-guarantee-card {
  background: rgba(17, 33, 32, 0.72);
  border: 1px solid var(--oa-hairline);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.environment-guarantee-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--oa-gradient-gold);
}

.env-main-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.env-icon-box {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: rgba(219, 166, 33, 0.12);
  border: 1px solid rgba(219, 166, 33, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  flex-shrink: 0;
}

.env-main-text {
  flex: 1;
}

.env-title-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
  flex-wrap: wrap;
}

.env-title-line strong {
  font-size: 1rem;
  color: var(--oa-cream);
  font-weight: 600;
}

.env-badge-confirmed {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(94, 168, 98, 0.2);
  color: #79d680;
  border: 1px solid rgba(94, 168, 98, 0.35);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

.env-desc {
  font-size: 0.85rem;
  color: var(--oa-muted);
  line-height: 1.45;
}

.env-deck-notice {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(251, 235, 215, 0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--oa-cream-soft);
  line-height: 1.45;
}

.deck-notice-icon {
  font-size: 1.15rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.deck-notice-text strong {
  color: var(--oa-gold-light);
}

.deck-notice-text em {
  color: var(--oa-gold);
  font-style: normal;
  font-weight: 600;
}

.area-check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(251, 235, 215, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  color: transparent;
  transition: var(--transition-smooth);
}

/* 2. Ocasião Especial */
.occasion-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.occasion-chip {
  background: rgba(251, 235, 215, 0.04);
  border: 1px solid rgba(251, 235, 215, 0.14);
  border-radius: var(--radius-pill);
  color: var(--oa-cream-soft);
  padding: 8px 14px;
  font-family: var(--font-base);
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.occasion-chip:hover {
  background: rgba(219, 166, 33, 0.1);
  border-color: rgba(219, 166, 33, 0.35);
  color: var(--oa-gold-light);
}

.occasion-chip.active {
  background: rgba(219, 166, 33, 0.2);
  border-color: var(--oa-gold);
  color: var(--oa-gold-light);
  font-weight: 500;
}

/* 3. Inputs do Titular */
.input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 12px;
}

.field-item.full-width {
  grid-column: span 2;
}

.input-label {
  display: block;
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--oa-cream);
  margin-bottom: 6px;
}

.input-label .req {
  color: var(--oa-gold);
}

.input-label .opt {
  color: var(--oa-faint);
  font-weight: 400;
}

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

.input-icon {
  position: absolute;
  left: 14px;
  color: var(--oa-muted);
  pointer-events: none;
}

.form-input {
  width: 100%;
  height: 48px;
  background: rgba(17, 33, 32, 0.65);
  border: 1px solid rgba(251, 235, 215, 0.16);
  border-radius: var(--radius-md);
  color: var(--oa-cream);
  font-family: var(--font-base);
  font-size: 0.95rem;
  padding: 0 14px 0 42px;
  outline: none;
  transition: var(--transition-smooth);
}

.form-input:focus {
  border-color: var(--oa-gold);
  background: rgba(17, 33, 32, 0.95);
  box-shadow: 0 0 0 3px rgba(219, 166, 33, 0.15);
}

.form-textarea {
  width: 100%;
  min-height: 80px;
  background: rgba(17, 33, 32, 0.65);
  border: 1px solid rgba(251, 235, 215, 0.16);
  border-radius: var(--radius-md);
  color: var(--oa-cream);
  font-family: var(--font-base);
  font-size: 0.92rem;
  padding: 12px 14px;
  outline: none;
  resize: vertical;
  transition: var(--transition-smooth);
}

.form-textarea:focus {
  border-color: var(--oa-gold);
  background: rgba(17, 33, 32, 0.95);
  box-shadow: 0 0 0 3px rgba(219, 166, 33, 0.15);
}

.hp-field {
  display: none !important;
}

.error-alert {
  background: var(--oa-red-soft);
  border: 1px solid rgba(217, 83, 79, 0.4);
  color: #ff9b98;
  padding: 12px 16px;
  border-radius: var(--radius-md);
  font-size: 0.88rem;
  margin-bottom: 20px;
}

.error-alert.duplicate-case {
  background: rgba(26, 20, 12, 0.95);
  border: 1px solid rgba(219, 166, 33, 0.45);
  color: var(--oa-cream);
  padding: 16px 18px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.dup-alert-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.dup-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(219, 166, 33, 0.2);
  color: var(--oa-gold);
  border: 1px solid rgba(219, 166, 33, 0.4);
  padding: 2px 8px;
  border-radius: var(--radius-pill);
}

.dup-alert-top strong {
  font-size: 0.95rem;
  color: var(--oa-cream);
}

.dup-text {
  font-size: 0.85rem;
  color: var(--oa-cream-soft);
  line-height: 1.45;
  margin-bottom: 14px;
}

.dup-text strong {
  color: var(--oa-gold-light);
}

.dup-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-dup-modal {
  background: rgba(251, 235, 215, 0.08);
  border: 1px solid rgba(251, 235, 215, 0.2);
  color: var(--oa-cream);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-fast);
}

.btn-dup-modal:hover {
  background: rgba(219, 166, 33, 0.15);
  border-color: var(--oa-gold);
  color: var(--oa-gold-light);
}

.btn-dup-replace {
  background: var(--oa-gold);
  border: none;
  color: #080c0b;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-dup-replace:hover {
  background: var(--oa-gold-light);
}

/* Botão Principal de Confirmação */
.submit-action-container {
  margin-top: 24px;
  text-align: center;
}

.btn-confirm-booking {
  width: 100%;
  height: 56px;
  background: linear-gradient(135deg, var(--oa-gold) 0%, var(--oa-copper) 100%);
  border: 1px solid var(--oa-gold-light);
  border-radius: var(--radius-md);
  color: #080c0b;
  font-family: var(--font-base);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(219, 166, 33, 0.35);
  transition: var(--transition-smooth);
}

.btn-confirm-booking:hover {
  background: linear-gradient(135deg, var(--oa-gold-hover) 0%, #b8691d 100%);
  box-shadow: 0 8px 30px rgba(219, 166, 33, 0.48);
  transform: translateY(-2px);
}

.btn-confirm-booking:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.guarantee-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  color: var(--oa-muted);
  margin-top: 12px;
}

.guarantee-note svg {
  color: var(--oa-gold);
}

/* ==========================================================================
   Fase 3: Voucher Digital Gastronômico (Confirmação de Luxo)
   ========================================================================== */
.voucher-wrapper {
  padding: 10px 0;
}

.voucher-ticket {
  background: linear-gradient(180deg, #0f1c1b 0%, #0a1312 100%);
  border: 1px solid var(--oa-hairline);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
  overflow: hidden;
  position: relative;
}

.ticket-header {
  padding: 24px 28px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ticket-brand {
  display: flex;
  flex-direction: column;
}

.ticket-logo {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--oa-cream);
  text-transform: uppercase;
}

.ticket-sub {
  font-size: 0.75rem;
  color: var(--oa-muted);
  letter-spacing: 0.08em;
}

.ticket-status-badge {
  background: rgba(94, 168, 98, 0.16);
  border: 1px solid rgba(94, 168, 98, 0.4);
  color: #84e28c;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}

.ticket-gold-thread {
  height: 2px;
  background: var(--oa-gradient-gold);
  width: 100%;
}

.ticket-body {
  padding: 28px;
}

.ticket-title {
  font-family: var(--font-display);
  font-size: 1.65rem;
  color: var(--oa-cream);
  margin-bottom: 6px;
  font-weight: 500;
}

.ticket-lead {
  color: var(--oa-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.code-spotlight {
  background: rgba(219, 166, 33, 0.09);
  border: 1px dashed rgba(219, 166, 33, 0.45);
  border-radius: var(--radius-md);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.code-meta-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--oa-gold);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.code-main-value {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--oa-gold-light);
  font-family: monospace;
}

.btn-copy-ticket {
  background: rgba(219, 166, 33, 0.18);
  border: 1px solid rgba(219, 166, 33, 0.35);
  color: var(--oa-gold-light);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-base);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition-smooth);
}

.btn-copy-ticket:hover {
  background: var(--oa-gold);
  color: #080c0b;
}

.ticket-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  background: rgba(251, 235, 215, 0.03);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-bottom: 24px;
}

.ticket-col {
  display: flex;
  flex-direction: column;
}

.ticket-col.full-width {
  grid-column: span 2;
}

.col-label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--oa-muted);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.col-val {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--oa-cream);
}

/* Divisor Perfurado */
.ticket-perforation {
  position: relative;
  display: flex;
  align-items: center;
  margin: 28px -28px;
}

.perf-notch {
  width: 24px;
  height: 24px;
  background-color: var(--oa-black);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--oa-hairline);
}

.perf-notch.left { left: -12px; }
.perf-notch.right { right: -12px; }

.perf-line {
  flex: 1;
  border-bottom: 1px dashed rgba(251, 235, 215, 0.16);
  margin: 0 16px;
}

/* Ações de Alto Valor */
.ticket-actions-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.btn-ticket-action {
  height: 48px;
  border-radius: var(--radius-md);
  font-family: var(--font-base);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: var(--transition-smooth);
}

.btn-ticket-action.gold {
  background: rgba(219, 166, 33, 0.15);
  border: 1px solid rgba(219, 166, 33, 0.45);
  color: var(--oa-gold-light);
}

.btn-ticket-action.gold:hover {
  background: var(--oa-gold);
  color: #080c0b;
}

.btn-ticket-action.whatsapp {
  background: rgba(37, 211, 102, 0.14);
  border: 1px solid rgba(37, 211, 102, 0.45);
  color: #4ade80;
}

.btn-ticket-action.whatsapp:hover {
  background: var(--oa-whatsapp);
  color: #080c0b;
}

.btn-ticket-action.maps {
  background: rgba(251, 235, 215, 0.05);
  border: 1px solid rgba(251, 235, 215, 0.16);
  color: var(--oa-cream);
}

.btn-ticket-action.maps:hover {
  background: rgba(251, 235, 215, 0.12);
  color: var(--oa-gold-light);
}

.ticket-reminder-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(251, 235, 215, 0.04);
  border-radius: var(--radius-md);
  padding: 12px 14px;
  font-size: 0.8rem;
  color: var(--oa-muted);
  line-height: 1.45;
  margin-bottom: 20px;
}

.ticket-reminder-notice svg {
  color: var(--oa-gold);
  flex-shrink: 0;
  margin-top: 2px;
}

.ticket-cancel-trigger-box {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;
}

.btn-voucher-cancel-link {
  background: transparent;
  border: none;
  color: var(--oa-muted);
  font-size: 0.82rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition-smooth);
}

.btn-voucher-cancel-link:hover {
  color: #f87171;
  background: rgba(239, 68, 68, 0.08);
}

.ticket-reset-row {
  text-align: center;
}

.btn-make-new {
  background: none;
  border: none;
  color: var(--oa-gold);
  font-family: var(--font-base);
  font-size: 0.88rem;
  cursor: pointer;
  text-decoration: underline;
  transition: var(--transition-smooth);
}

.btn-make-new:hover {
  color: var(--oa-gold-light);
}

/* ==========================================================================
   Modais: Consulta ("Minha Reserva") e Calendário
   ========================================================================== */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(8, 12, 11, 0.85);
  backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeInModal 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fadeInModal {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-dialog {
  background: #0f1c1b;
  border: 1px solid var(--oa-hairline);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  animation: scaleUpModal 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-dialog.cal-dialog {
  max-width: 420px;
}

@keyframes scaleUpModal {
  from { transform: scale(0.95) translateY(10px); }
  to { transform: scale(1) translateY(0); }
}

.modal-header {
  padding: 22px 24px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(251, 235, 215, 0.08);
}

.modal-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--oa-cream);
  font-weight: 500;
}

.modal-subtitle {
  font-size: 0.8rem;
  color: var(--oa-muted);
}

.btn-modal-close {
  background: none;
  border: none;
  color: var(--oa-muted);
  font-size: 1.25rem;
  cursor: pointer;
  padding: 4px;
  transition: var(--transition-smooth);
}

.btn-modal-close:hover {
  color: var(--oa-cream);
}

.modal-body {
  padding: 24px;
}

.lookup-input-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.code-mask {
  font-family: monospace;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-lookup-submit {
  height: 48px;
  padding: 0 20px;
  background: var(--oa-gold);
  border: none;
  border-radius: var(--radius-md);
  color: #080c0b;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-lookup-submit:hover {
  background: var(--oa-gold-hover);
}

.lookup-card-result {
  background: rgba(251, 235, 215, 0.03);
  border: 1px solid rgba(251, 235, 215, 0.12);
  border-radius: var(--radius-md);
  padding: 18px;
}

.lookup-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(251, 235, 215, 0.08);
}

.badge-status {
  background: rgba(94, 168, 98, 0.2);
  color: #79d680;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
}

.badge-code {
  font-family: monospace;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--oa-gold-light);
}

.lookup-data-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.88rem;
}

.lookup-row {
  display: flex;
  justify-content: space-between;
}

.lookup-row span {
  color: var(--oa-muted);
}

.lookup-row strong {
  color: var(--oa-cream);
}

.btn-cancel-prompt {
  width: 100%;
  height: 42px;
  background: var(--oa-red-soft);
  border: 1px solid rgba(217, 83, 79, 0.35);
  border-radius: var(--radius-md);
  color: #ff9b98;
  font-family: var(--font-base);
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--transition-smooth);
}

.btn-cancel-prompt:hover {
  background: rgba(217, 83, 79, 0.25);
  color: #fff;
}

.cancel-auth-card {
  background: rgba(217, 83, 79, 0.08);
  border: 1px solid rgba(217, 83, 79, 0.3);
  border-radius: var(--radius-md);
  padding: 14px;
  margin-top: 12px;
}

.cancel-auth-desc {
  font-size: 0.8rem;
  color: #ffc9c7;
  margin-bottom: 10px;
}

.cancel-digits-row {
  display: flex;
  gap: 8px;
}

.cancel-digits-input {
  max-width: 110px;
  text-align: center;
  font-family: monospace;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  padding: 0 10px;
}

.btn-execute-cancel {
  height: 48px;
  padding: 0 16px;
  background: var(--oa-red);
  border: none;
  border-radius: var(--radius-md);
  color: #fff;
  font-family: var(--font-base);
  font-weight: 600;
  cursor: pointer;
}

.btn-dismiss-cancel {
  height: 48px;
  padding: 0 14px;
  background: rgba(251, 235, 215, 0.08);
  border: 1px solid rgba(251, 235, 215, 0.16);
  border-radius: var(--radius-md);
  color: var(--oa-cream);
  font-family: var(--font-base);
  cursor: pointer;
}

.notice-pill-canceled {
  background: var(--oa-red-soft);
  border: 1px solid rgba(217, 83, 79, 0.3);
  color: #ff9b98;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  text-align: center;
}

/* Calendário Grid Modal */
.cal-nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.cal-arrow-btn {
  background: rgba(251, 235, 215, 0.06);
  border: 1px solid rgba(251, 235, 215, 0.14);
  color: var(--oa-cream);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
}

.cal-arrow-btn:hover {
  background: var(--oa-gold);
  color: #080c0b;
}

.cal-month-header {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--oa-cream);
}

.cal-weekdays-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.72rem;
  color: var(--oa-muted);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.cal-day-cell {
  aspect-ratio: 1;
  background: rgba(251, 235, 215, 0.03);
  border: 1px solid rgba(251, 235, 215, 0.08);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: var(--oa-cream);
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
}

.cal-day-cell:hover:not(.disabled) {
  background: rgba(219, 166, 33, 0.18);
  border-color: var(--oa-gold);
}

.cal-day-cell.selected {
  background: var(--oa-gold);
  border-color: var(--oa-gold-light);
  color: #080c0b;
  font-weight: 700;
}

.cal-day-cell.disabled {
  opacity: 0.22;
  cursor: not-allowed;
}

.cal-day-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: 2px;
}

.cal-day-dot.open { background: var(--oa-gold); }
.cal-day-dot.walkin { background: #4ade80; }

.cal-legend-bar {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
  font-size: 0.75rem;
  color: var(--oa-muted);
}

.leg-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.leg-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.leg-dot.open { background: var(--oa-gold); }
.leg-dot.walkin { background: #4ade80; }
.leg-dot.closed { background: rgba(251, 235, 215, 0.2); }

/* ==========================================================================
   Footer de Luxo
   ========================================================================== */
.luxury-footer {
  border-top: 1px solid var(--oa-hairline);
  background: rgba(8, 12, 11, 0.9);
  padding: 32px 24px;
  text-align: center;
  margin-top: auto;
}

.footer-inner {
  max-width: 800px;
  margin: 0 auto;
}

.footer-brand {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--oa-cream);
  margin-bottom: 6px;
}

.footer-contact {
  font-size: 0.85rem;
  color: var(--oa-muted);
}

.footer-contact a {
  color: var(--oa-gold);
  text-decoration: none;
}

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

/* ==========================================================================
   Responsividade Multi-Dispositivo (Desktop, Tablet e Celular)
   ========================================================================== */

/* TABLET (641px a 1024px: iPads, tablets Android) */
@media (max-width: 1024px) {
  .stage-container {
    max-width: 780px;
    margin: 20px auto 44px;
    padding: 0 16px;
  }

  .stage-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Na versão Tablet, o sidebar se converte em um hero horizontal compacto */
  .showcase-sidebar {
    position: static;
    width: 100%;
  }

  .showcase-card {
    padding: 20px 22px;
  }

  .showcase-badge {
    margin-bottom: 12px;
  }

  .showcase-headline {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .showcase-desc {
    display: none; /* Oculta descrição longa no tablet para focar no fluxo */
  }

  .venue-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 14px;
  }

  .feature-item {
    gap: 10px;
  }

  .feature-icon {
    width: 32px;
    height: 32px;
    font-size: 0.95rem;
  }

  .status-box-live {
    margin-bottom: 0;
    padding: 10px 14px;
  }

  .showcase-quote {
    display: none; /* Oculta frase de assinatura no tablet */
  }

  .booking-console {
    padding: 28px 24px;
  }

  .slots-grid {
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    gap: 10px;
  }
}

/* CELULAR / SMARTPHONE (<= 640px: iPhones, Androids) */
@media (max-width: 640px) {
  .luxury-header {
    padding: 10px 14px;
  }

  .header-inner {
    width: 100%;
  }

  .brand-title {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
  }

  .brand-tag {
    display: none;
  }

  .site-return-link {
    display: none; /* Economiza espaço precioso no topo móvel */
  }

  .header-actions {
    gap: 8px;
  }

  .btn-reveillon-nav {
    padding: 5px 10px;
    font-size: 0.75rem;
  }

  .btn-lookup-toggle {
    padding: 5px 10px;
    font-size: 0.75rem;
  }

  .reveillon-top-banner {
    padding: 6px 10px;
  }

  .reveillon-banner-inner {
    font-size: 0.76rem;
    gap: 6px;
  }

  .reveillon-banner-text {
    font-size: 0.74rem;
  }

  .btn-reveillon-banner-cta {
    font-size: 0.72rem;
    padding: 3px 10px;
  }

  /* No celular, sidebar é 100% oculta para a tela abrir direto na reserva */
  .showcase-sidebar {
    display: none !important;
  }

  .stage-container {
    margin: 10px auto 32px;
    padding: 0 10px;
    width: 100%;
  }

  .stage-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  .booking-console {
    padding: 18px 14px;
    border-radius: 16px;
    width: 100%;
    min-width: 0;
  }

  .console-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .console-title {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .console-subtitle {
    font-size: 0.82rem;
  }

  .console-section {
    margin-bottom: 22px;
  }

  .console-label {
    font-size: 0.84rem;
  }

  .selected-covers-badge {
    font-size: 0.74rem;
    padding: 2px 8px;
  }

  /* Seletor de Pessoas no Mobile */
  .covers-scroll-track {
    gap: 6px;
    padding-bottom: 6px;
  }

  .cover-chip {
    flex: 0 0 42px;
    height: 42px;
    font-size: 0.95rem;
    border-radius: 10px;
  }

  .cover-chip.special-group {
    padding: 0 12px;
    font-size: 0.78rem;
  }

  /* Fita de Datas no Mobile: deslize tátil nativo, sem setas invasivas */
  .ribbon-nav-btn {
    display: none;
  }

  .date-ribbon {
    gap: 7px;
    padding: 2px 0 6px;
  }

  .date-card {
    flex: 0 0 72px;
    min-width: 72px;
    padding: 9px 4px;
    border-radius: 10px;
    gap: 2px;
  }

  .date-weekday {
    font-size: 0.66rem;
  }

  .date-number {
    font-size: 1.18rem;
  }

  .date-month {
    font-size: 0.66rem;
  }

  .date-badge-status {
    font-size: 0.58rem;
    padding: 1px 4px;
  }

  /* Grade de Horários no Celular: EXATAMENTE 3 COLUNAS UNIFORMES */
  .slots-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .slot-btn {
    min-height: 46px;
    padding: 10px 4px;
    border-radius: 10px;
  }

  .slot-time {
    font-size: 1.05rem;
  }

  /* Fase 2 no Mobile */
  .area-picker-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .area-card {
    padding: 14px 12px;
  }

  .area-name {
    font-size: 0.92rem;
  }

  .area-desc {
    font-size: 0.78rem;
  }

  .occasion-chips {
    gap: 6px;
  }

  .occasion-chip {
    padding: 6px 11px;
    font-size: 0.78rem;
  }

  .input-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .field-item.full-width {
    grid-column: span 1;
  }

  .field-label {
    font-size: 0.8rem;
  }

  .field-input {
    min-height: 48px;
    font-size: 16px; /* Previne auto-zoom no Safari iOS */
    padding: 12px 14px;
  }

  .btn-submit-booking {
    min-height: 52px;
    font-size: 0.98rem;
    border-radius: 12px;
  }

  .reservation-lock-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
  }

  .lock-details {
    font-size: 0.86rem;
  }

  /* Modais no Mobile */
  .modal-backdrop {
    padding: 12px;
  }

  .modal-dialog {
    max-width: 100%;
    border-radius: 16px;
  }

  .modal-dialog.cal-dialog {
    max-width: 100%;
  }

  .modal-header {
    padding: 16px 16px 12px;
  }

  .modal-body {
    padding: 16px;
  }

  .lookup-input-row {
    flex-direction: column;
    gap: 8px;
  }

  .btn-lookup-submit {
    width: 100%;
  }

  /* Pass Digital / Ticket no Mobile */
  .ticket-card {
    border-radius: 16px;
  }

  .ticket-header-strip {
    padding: 16px 14px;
  }

  .ticket-body {
    padding: 16px 14px;
  }

  .ticket-details-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ticket-col.full-width {
    grid-column: span 1;
  }

  .code-main-value {
    font-size: 1.45rem;
  }

  .ticket-actions-bar {
    flex-direction: column;
    gap: 10px;
  }

  .btn-action-primary, .btn-action-secondary {
    width: 100%;
  }

  /* Réveillon View no Mobile */
  .reveillon-view-header {
    margin-bottom: 18px;
  }

  .reveillon-title {
    font-size: 1.35rem;
  }

  .reveillon-desc {
    font-size: 0.82rem;
  }

  .pos-number {
    font-size: 2rem;
  }

  .reveillon-position-banner {
    padding: 14px 16px;
    margin: 16px 0;
  }
}

/* SMARTPHONES MUITO PEQUENOS (<= 375px: iPhone SE, Galaxy A) */
@media (max-width: 375px) {
  .slots-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 colunas em telas ultra estreitas */
  }

  .date-card {
    flex: 0 0 68px;
    min-width: 68px;
    padding: 8px 3px;
  }
}

/* ==========================================================================
   BANNER SUPERIOR & BOTÃO RÉVEILLON 2027
   ========================================================================== */
.reveillon-top-banner {
  background: linear-gradient(90deg, #1A1408 0%, #2A1F0C 50%, #1A1408 100%);
  border-bottom: 1px solid rgba(219, 166, 33, 0.35);
  padding: 8px 16px;
  position: relative;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.reveillon-banner-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--oa-cream);
  flex-wrap: wrap;
  text-align: center;
}

.reveillon-banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(219, 166, 33, 0.2);
  color: var(--oa-gold);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  border: 1px solid rgba(219, 166, 33, 0.4);
}

.sparkle-anim {
  display: inline-block;
  animation: pulseGold 2s infinite ease-in-out;
}

.btn-reveillon-banner-cta {
  background: var(--oa-gold);
  color: #080c0b;
  border: none;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition-fast);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.btn-reveillon-banner-cta:hover {
  background: var(--oa-gold-light);
  transform: translateY(-1px);
  box-shadow: 0 2px 10px rgba(219, 166, 33, 0.4);
}

.btn-reveillon-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(219, 166, 33, 0.12);
  border: 1px solid rgba(219, 166, 33, 0.35);
  color: var(--oa-gold-light);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: var(--transition-fast);
}

.btn-reveillon-nav:hover {
  background: rgba(219, 166, 33, 0.24);
  border-color: var(--oa-gold);
  transform: translateY(-1px);
}

/* ==========================================================================
   VIEW DEDICADA RÉVEILLON 2027
   ========================================================================== */
.reveillon-view-header {
  margin-bottom: 24px;
  position: relative;
}

.btn-back-regular {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--oa-muted);
  font-family: inherit;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  margin-bottom: 16px;
  transition: var(--transition-fast);
}

.btn-back-regular:hover {
  color: var(--oa-cream);
  border-color: var(--oa-gold);
  background: rgba(219, 166, 33, 0.08);
}

.reveillon-badge-gold {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(219, 166, 33, 0.16);
  color: var(--oa-gold);
  border: 1px solid rgba(219, 166, 33, 0.4);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.reveillon-title {
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--oa-white);
  line-height: 1.25;
  margin-bottom: 8px;
}

.reveillon-desc {
  font-size: 0.88rem;
  color: var(--oa-cream);
  line-height: 1.55;
  opacity: 0.85;
}

.btn-reveillon-submit {
  background: linear-gradient(135deg, var(--oa-gold) 0%, #B88514 100%) !important;
  color: #0B1413 !important;
  box-shadow: 0 4px 20px rgba(219, 166, 33, 0.35) !important;
}

.btn-reveillon-submit:hover {
  background: linear-gradient(135deg, var(--oa-gold-light) 0%, var(--oa-gold) 100%) !important;
  box-shadow: 0 6px 28px rgba(219, 166, 33, 0.5) !important;
}

/* Card Confirmação Réveillon */
.reveillon-success-card {
  background: rgba(11, 20, 19, 0.85);
  border: 1px solid rgba(219, 166, 33, 0.35);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.4s ease-out;
}

.reveillon-ticket-title h3 {
  font-size: 1.45rem;
  color: var(--oa-gold-light);
  margin-top: 14px;
  margin-bottom: 6px;
}

.reveillon-ticket-title p {
  font-size: 0.9rem;
  color: var(--oa-cream);
  opacity: 0.85;
}

.reveillon-position-banner {
  background: linear-gradient(135deg, rgba(219, 166, 33, 0.18) 0%, rgba(219, 166, 33, 0.06) 100%);
  border: 1px solid var(--oa-gold);
  border-radius: var(--radius-md);
  padding: 18px 24px;
  margin: 22px 0;
  text-align: center;
  box-shadow: 0 0 24px rgba(219, 166, 33, 0.15);
}

.pos-caption {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--oa-muted);
  margin-bottom: 4px;
}

.pos-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--oa-gold);
  letter-spacing: 0.02em;
  font-family: var(--font-display);
}

/* Aviso de Funcionamento do Jantar (Terças/Quartas) */
.dinner-schedule-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 14px 18px;
  margin-top: 18px;
  font-size: 0.85rem;
  color: var(--oa-cream);
  line-height: 1.45;
}

.dinner-schedule-notice .notice-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

