:root {
  --black: #050707;
  --charcoal: #101516;
  --charcoal-2: #171d1f;
  --glass: rgba(255, 255, 255, 0.075);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --glass-soft: rgba(255, 255, 255, 0.045);
  --border: rgba(255, 255, 255, 0.16);
  --border-strong: rgba(143, 207, 214, 0.34);
  --text: #f4f1ea;
  --muted: rgba(244, 241, 234, 0.72);
  --muted-2: rgba(244, 241, 234, 0.58);
  --teal: #3ba6b3;
  --teal-bright: #7ad6df;
  --soft-teal: #8fcfd6;
  --danger: #ff9b9b;
  --success: #a7e8b6;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius-lg: 30px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  background:
    radial-gradient(circle at 12% -10%, rgba(59, 166, 179, 0.28), transparent 36rem),
    radial-gradient(circle at 88% 18%, rgba(143, 207, 214, 0.12), transparent 34rem),
    radial-gradient(circle at 50% 100%, rgba(59, 166, 179, 0.16), transparent 38rem),
    linear-gradient(135deg, #050707 0%, #0c1011 45%, #121819 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 18px),
    linear-gradient(25deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 22px);
  opacity: 0.5;
  mask-image: radial-gradient(circle at center, #000, transparent 82%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button, input, textarea, select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 999;
  background: var(--teal);
  color: #031011;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
}

.skip-link:focus {
  left: 10px;
}

.site-glow {
  position: fixed;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.4;
  z-index: -1;
}

.glow-one {
  top: 7rem;
  left: -7rem;
  background: rgba(59, 166, 179, 0.34);
}

.glow-two {
  right: -8rem;
  bottom: 10rem;
  background: rgba(143, 207, 214, 0.22);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 18px 10px;
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
}

.glass-nav,
.glass-card {
  background: var(--glass);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.glass-card {
  border-radius: var(--radius-lg);
}

.glass-nav {
  border-radius: 999px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  filter: drop-shadow(0 0 20px rgba(59, 166, 179, 0.24));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-family: Raleway, Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 600;
  font-size: 0.92rem;
}

.brand-name strong {
  color: var(--teal-bright);
  font-weight: 700;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  margin-top: 4px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-menu a {
  color: var(--muted);
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 600;
  transition: 180ms ease;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-menu .nav-cta {
  color: #041213;
  background: linear-gradient(135deg, var(--teal), var(--soft-teal));
  box-shadow: 0 14px 36px rgba(59, 166, 179, 0.25);
}

.nav-menu .nav-cta:hover {
  color: #041213;
  background: linear-gradient(135deg, var(--soft-teal), var(--teal-bright));
}

.nav-toggle {
  display: none;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
}

.section {
  padding: 70px 20px;
}

.section.compact {
  padding-top: 34px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.hero {
  padding: 82px 20px 50px;
}

.hero-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.8fr);
  align-items: center;
  gap: 28px;
}

.hero-card {
  padding: clamp(28px, 5vw, 58px);
  position: relative;
  overflow: hidden;
}

.hero-card:after {
  content: "";
  position: absolute;
  inset: auto -18% -40% 45%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(59, 166, 179, 0.28), transparent 60%);
  pointer-events: none;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--soft-teal);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin: 0 0 18px;
}

.kicker:before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--teal);
  border-radius: 99px;
}

h1, h2, h3 {
  font-family: Raleway, Inter, sans-serif;
  margin: 0;
  line-height: 1.02;
}

h1 {
  font-size: clamp(2.5rem, 7vw, 5.8rem);
  letter-spacing: -0.065em;
}

h1 span,
h2 span,
.teal {
  color: var(--teal-bright);
}

h2 {
  font-size: clamp(2rem, 4.6vw, 4rem);
  letter-spacing: -0.045em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.018em;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
  line-height: 1.7;
  margin: 22px 0 0;
  max-width: 760px;
}

.small-lead {
  color: var(--muted);
  line-height: 1.7;
  margin: 12px 0 0;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border-radius: 999px;
  padding: 14px 22px;
  border: 1px solid var(--border);
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
  cursor: pointer;
  transition: 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--border-strong);
}

.btn-primary {
  color: #041213;
  background: linear-gradient(135deg, var(--teal), var(--soft-teal));
  border-color: rgba(143, 207, 214, 0.72);
  box-shadow: 0 14px 36px rgba(59, 166, 179, 0.28);
}

.btn-primary:hover {
  color: #041213;
  background: linear-gradient(135deg, var(--soft-teal), var(--teal-bright));
}

.btn-block {
  width: 100%;
}

.stat-card {
  padding: 24px;
  display: grid;
  gap: 14px;
}

.stat-card .logo-panel {
  min-height: 220px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 28% 24%, rgba(59, 166, 179, 0.26), transparent 40%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
}

.logo-lockup {
  display: grid;
  justify-items: center;
  gap: 13px;
}

.logo-lockup img {
  width: 92px;
}

.logo-lockup strong {
  font-family: Raleway, Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 1.35rem;
}

.logo-lockup strong span {
  color: var(--teal-bright);
}

.logo-lockup small {
  color: var(--muted);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.quick-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.fact {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.fact span {
  display: block;
  color: var(--muted-2);
  font-size: 0.82rem;
  margin-bottom: 4px;
}

.fact strong {
  display: block;
  font-size: 1.1rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 620px;
  margin: 0;
}

.grid {
  display: grid;
  gap: 18px;
}

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

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

.card {
  padding: 26px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 180ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.08);
}

.card p,
.copy p,
.copy li {
  color: var(--muted);
  line-height: 1.75;
}

.card p:last-child,
.copy p:last-child {
  margin-bottom: 0;
}

.price-card {
  position: relative;
  overflow: hidden;
}

.price-card.popular {
  border-color: rgba(143, 207, 214, 0.55);
  box-shadow: 0 24px 80px rgba(59, 166, 179, 0.12);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 166, 179, 0.16);
  color: var(--soft-teal);
  border: 1px solid rgba(143, 207, 214, 0.38);
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.8rem;
  font-weight: 800;
}

.price {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 14px 0 8px;
}

.price small {
  font-size: 0.92rem;
  color: var(--muted);
  letter-spacing: normal;
  font-weight: 600;
}

.icon-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.icon-list li {
  color: var(--muted);
  line-height: 1.55;
  position: relative;
  padding-left: 26px;
}

.icon-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 22px rgba(59, 166, 179, 0.72);
}

.panel {
  padding: clamp(24px, 4vw, 42px);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.notice {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(59, 166, 179, 0.1);
  border: 1px solid rgba(143, 207, 214, 0.24);
  color: var(--muted);
  line-height: 1.65;
}

.notice strong {
  color: var(--text);
}

.form {
  display: grid;
  gap: 16px;
}

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

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

input, textarea, select {
  width: 100%;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  padding: 14px 15px;
  outline: none;
  transition: 180ms ease;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

select option {
  background: #111617;
  color: var(--text);
}

input:focus, textarea:focus, select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(59, 166, 179, 0.12);
}

.help-text {
  color: var(--muted-2);
  font-size: 0.86rem;
  line-height: 1.55;
  margin-top: -3px;
}

.error,
.success,
.warning {
  padding: 14px 16px;
  border-radius: 16px;
  line-height: 1.55;
  margin-bottom: 14px;
}

.error {
  background: rgba(255, 155, 155, 0.12);
  border: 1px solid rgba(255, 155, 155, 0.3);
  color: #ffd0d0;
}

.success {
  background: rgba(167, 232, 182, 0.12);
  border: 1px solid rgba(167, 232, 182, 0.3);
  color: #d7ffdf;
}

.warning {
  background: rgba(255, 221, 149, 0.12);
  border: 1px solid rgba(255, 221, 149, 0.28);
  color: #fff0c8;
}

.radio-cards {
  display: grid;
  gap: 12px;
}

.radio-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.radio-card input {
  width: auto;
  position: absolute;
  opacity: 0;
}

.radio-card:has(input:checked) {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(59, 166, 179, 0.12);
}

.radio-card strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.05rem;
}

.radio-card span {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

.sponsor-card {
  display: grid;
  gap: 18px;
}

.sponsor-card .price {
  margin-top: 4px;
}

.tier-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.credit-pill {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(143, 207, 214, 0.28);
  color: var(--soft-teal);
  padding: 7px 10px;
  font-size: 0.8rem;
  font-weight: 800;
  background: rgba(59, 166, 179, 0.09);
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.logo-placeholder {
  min-height: 76px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  color: var(--muted-2);
  font-size: 0.85rem;
  text-align: center;
  padding: 12px;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.contact-lines a,
.contact-lines span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.page-hero {
  padding: 70px 20px 28px;
}

.page-hero .glass-card {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
}

.breadcrumb {
  color: var(--muted-2);
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: var(--soft-teal);
}

.table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

th, td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

th {
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

tr:last-child td {
  border-bottom: 0;
}

.site-footer {
  padding: 30px 20px 42px;
}

.footer-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 22px;
}

.footer-brand {
  font-family: Raleway, Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
  margin: 0;
}

.footer-small,
.copyright {
  color: var(--muted-2);
  line-height: 1.6;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 9px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
  color: var(--muted);
  font-size: 0.94rem;
}

.copyright {
  text-align: center;
  font-size: 0.88rem;
  margin: 18px 0 0;
}

/* Admin */
.admin-body {
  background:
    radial-gradient(circle at 20% 0%, rgba(59, 166, 179, 0.18), transparent 34rem),
    linear-gradient(135deg, #050707, #0d1112);
}

.admin-shell {
  max-width: 1260px;
  margin: 0 auto;
  padding: 28px 18px 60px;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 26px;
}

.admin-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-top nav a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.admin-top nav a:hover,
.admin-top nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.metric {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.metric span {
  display: block;
  color: var(--muted-2);
  margin-bottom: 8px;
}

.metric strong {
  font-size: 2.1rem;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.pill.paid,
.pill.confirmed,
.pill.active {
  color: var(--success);
  border-color: rgba(167, 232, 182, 0.3);
  background: rgba(167, 232, 182, 0.1);
}

.pill.cancelled,
.pill.failed {
  color: var(--danger);
  border-color: rgba(255, 155, 155, 0.3);
  background: rgba(255, 155, 155, 0.1);
}

@media (max-width: 980px) {
  .hero-grid,
  .split,
  .grid-3,
  .grid-2,
  .footer-wrap,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: grid;
  }

  .logo-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 12px;
  }

  .glass-nav {
    border-radius: 26px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .brand-subtitle {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    display: none;
    width: 100%;
    padding: 6px 0 0;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-menu a {
    width: 100%;
    text-align: center;
  }

  .hero {
    padding-top: 44px;
  }

  .quick-facts,
  .form-row {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .admin-top {
    display: grid;
  }
}

@media (max-width: 520px) {
  .section,
  .page-hero,
  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand-name {
    font-size: 0.8rem;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero-actions,
  .actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }
}

.admin-table small,
.admin-table a {
  color: var(--muted-2);
}

.admin-table a:hover {
  color: var(--soft-teal);
}

.admin-inline-form {
  display: grid;
  gap: 10px;
  min-width: 320px;
}

.admin-inline-form textarea {
  min-height: 82px;
}

.admin-inline-form .btn {
  min-height: 42px;
  padding: 10px 16px;
}

.metric small {
  color: var(--muted-2);
}

.pill.requested,
.pill.pending_payment,
.pill.pending,
.pill.enquiry,
.pill.new,
.pill.deposit_paid,
.pill.bank_transfer,
.pill.cash,
.pill.sponsor_credit,
.pill.gift_voucher {
  color: var(--soft-teal);
  border-color: rgba(143, 207, 214, 0.3);
  background: rgba(59, 166, 179, 0.1);
}

.pill.completed,
.pill.fulfilled,
.pill.replied,
.pill.closed {
  color: var(--success);
  border-color: rgba(167, 232, 182, 0.3);
  background: rgba(167, 232, 182, 0.1);
}

/* Calendar and CRM extras */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.calendar-headings {
  margin-bottom: 10px;
}

.calendar-headings div {
  color: var(--soft-teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 8px;
}

.calendar-day {
  min-height: 150px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  align-content: start;
  gap: 9px;
}

.calendar-day.outside {
  opacity: 0.45;
}

.calendar-day.today {
  border-color: rgba(143, 207, 214, 0.5);
  box-shadow: 0 0 0 3px rgba(59, 166, 179, 0.12);
}

.calendar-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.calendar-date strong {
  font-size: 1.05rem;
}

.calendar-events {
  display: grid;
  gap: 7px;
}

.calendar-event {
  display: grid;
  gap: 3px;
  padding: 9px;
  border-radius: 12px;
  background: rgba(59, 166, 179, 0.12);
  border: 1px solid rgba(143, 207, 214, 0.25);
  color: var(--text);
}

.calendar-event:hover {
  border-color: rgba(143, 207, 214, 0.6);
  background: rgba(59, 166, 179, 0.18);
}

.calendar-event span,
.calendar-event small {
  color: var(--muted);
}

.calendar-event strong {
  font-size: 0.86rem;
}

.calendar-event span {
  font-size: 0.8rem;
}

.calendar-event small {
  font-size: 0.74rem;
}

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

  .calendar-headings {
    display: none;
  }

  .calendar-day {
    min-height: auto;
  }
}

.booking-flow {
  gap: 18px;
}

.booking-first-step,
.booking-details {
  display: grid;
  gap: 16px;
}

.glass-inner {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.booking-details[hidden] {
  display: none !important;
}
