.notice-banner {
  background: linear-gradient(135deg, #09203f, #1f4e79);
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.95rem;
}

.booking-request-section,
.inquiry-section,
.account-shell,
.auth-shell {
  padding: 3rem 0;
}

.booking-request-card,
.inquiry-card,
.account-card,
.auth-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(14, 39, 73, 0.08);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(15, 34, 58, 0.08);
  padding: 1.75rem;
}

.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid .wide {
  grid-column: 1 / -1;
}

.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #17304f;
  font-weight: 600;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  border: 1px solid rgba(12, 44, 80, 0.14);
  border-radius: 16px;
  padding: 0.85rem 1rem;
  font: inherit;
  background: #fff;
}

.section-split {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.2fr 0.8fr;
}

.stack-list {
  display: grid;
  gap: 0.9rem;
}

.info-card {
  background: linear-gradient(180deg, rgba(244, 247, 252, 0.95), #fff);
  border-radius: 22px;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(12, 44, 80, 0.08);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.status-ready {
  background: rgba(34, 139, 34, 0.12);
  color: #1b6b2d;
}

.status-coming {
  background: rgba(242, 113, 33, 0.12);
  color: #aa4e0c;
}

.status-booking-new,
.status-inquiry-new {
  background: rgba(28, 111, 202, 0.12);
  color: #0d4f96;
}

.status-booking-confirmed,
.status-booking-completed {
  background: rgba(34, 139, 34, 0.12);
  color: #17611f;
}

.status-booking-pending {
  background: rgba(255, 197, 66, 0.18);
  color: #8b5c00;
}

.status-booking-cancelled,
.status-booking-refunded,
.status-inquiry-closed {
  background: rgba(170, 34, 34, 0.12);
  color: #8f2222;
}

.booking-reference {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #102a46;
}

.toast-stack {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  gap: 0.7rem;
  z-index: 40;
}

.language-switcher {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.language-chip {
  border: none;
  border-radius: 999px;
  padding: 0.48rem 0.78rem;
  background: transparent;
  color: #0f2944;
  font-weight: 800;
  cursor: pointer;
}

.hero .language-chip {
  color: #fff;
}

.language-chip.is-active {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.auth-shell .language-switcher,
.account-shell .language-switcher {
  background: rgba(15, 41, 68, 0.08);
  border-color: rgba(15, 41, 68, 0.08);
}

.auth-shell .language-chip,
.account-shell .language-chip {
  color: #0f2944;
}

.auth-shell .language-chip.is-active,
.account-shell .language-chip.is-active {
  background: #0f2944;
  color: #fff;
}

.toast {
  min-width: 260px;
  max-width: 340px;
  border-radius: 18px;
  padding: 0.9rem 1rem;
  background: #0f2944;
  color: #fff;
  box-shadow: 0 20px 40px rgba(10, 26, 44, 0.22);
}

.toast-error {
  background: #8b1e1e;
}

.empty-state {
  border: 1px dashed rgba(17, 52, 86, 0.2);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  color: #516780;
}

.account-tabs {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.account-tab {
  border: 1px solid rgba(12, 44, 80, 0.15);
  background: #fff;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-weight: 700;
  cursor: pointer;
}

.account-tab.is-active {
  background: #0f2944;
  color: #fff;
  border-color: #0f2944;
}

.account-panel {
  display: none;
}

.account-panel.is-active {
  display: block;
}

.summary-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summary-item {
  background: #f5f8fb;
  border-radius: 20px;
  padding: 1rem;
}

.summary-item strong {
  display: block;
  color: #0f2944;
  margin-bottom: 0.35rem;
}

.category-pill {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  width: 100%;
  border: 1px solid rgba(12, 44, 80, 0.12);
  border-radius: 16px;
  padding: 0.8rem 0.9rem;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

.category-pill.is-active {
  background: #0f2944;
  color: #fff;
  border-color: #0f2944;
}

.policy-card {
  background: #f5f8fb;
  border-radius: 16px;
  padding: 0.8rem 0.9rem;
}

.policy-card strong {
  display: block;
  color: #102a46;
}

@media (max-width: 960px) {
  .section-split,
  .summary-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
}
