:root {
  color-scheme: dark;
  --bg: #08020e;
  --bg-soft: #12061b;
  --panel: rgba(17, 8, 26, 0.78);
  --panel-strong: rgba(27, 12, 37, 0.92);
  --text: #f9f2ff;
  --muted: #d1c2e4;
  --line: rgba(221, 186, 255, 0.18);
  --violet: #7a2ff2;
  --violet-soft: #cb87ff;
  --magenta: #b85cff;
  --gold: #c79744;
  --ember: #ff8f2b;
  --chrome: #f5f3ff;
  --shadow: rgba(0, 0, 0, 0.48);
  --hero-progress: 0;
  --booking-progress: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 15%, rgba(184, 92, 255, 0.2), transparent 24%),
    radial-gradient(circle at 80% 18%, rgba(255, 143, 43, 0.16), transparent 22%),
    linear-gradient(180deg, #050109 0%, #0c0311 40%, #130717 100%);
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 5px 5px, 5px 5px;
  opacity: 0.18;
  mix-blend-mode: soft-light;
  z-index: 10;
}

.section-tag {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 35px rgba(122, 47, 242, 0.24);
}

.button--primary {
  background: linear-gradient(135deg, rgba(247, 243, 255, 0.96), rgba(217, 199, 255, 0.88));
  color: #170621;
}

.button--full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 200svh;
}

.hero__sticky {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
}

.hero__ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
  opacity: 0.75;
}

.hero__ambient--left {
  width: min(36rem, 60vw);
  height: min(36rem, 60vw);
  left: -12vw;
  top: 10vh;
  background:
    radial-gradient(circle at 55% 45%, rgba(219, 137, 255, 0.75), transparent 44%),
    radial-gradient(circle at 35% 35%, rgba(255, 143, 43, 0.4), transparent 28%);
}

.hero__ambient--right {
  width: min(30rem, 50vw);
  height: min(30rem, 50vw);
  right: -8vw;
  bottom: 8vh;
  background:
    radial-gradient(circle at 40% 40%, rgba(122, 47, 242, 0.75), transparent 45%),
    radial-gradient(circle at 60% 60%, rgba(255, 183, 87, 0.28), transparent 26%);
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1.2rem;
  width: min(92vw, 1180px);
  padding: 3rem 0;
  text-align: center;
  transform:
    translateY(calc(var(--hero-progress) * -12vh))
    scale(calc(1 - (var(--hero-progress) * 0.42)));
  opacity: calc(1 - (var(--hero-progress) * 0.5));
  transition: transform 140ms linear, opacity 140ms linear;
}

.hero__logo-image {
  width: min(90vw, 1120px);
  filter:
    drop-shadow(0 0 28px rgba(187, 95, 255, 0.42))
    drop-shadow(0 25px 60px rgba(0, 0, 0, 0.55));
}

.story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1180px, calc(100vw - 3rem));
  margin: -12vh auto 0;
  padding: 4rem 0 8rem;
  opacity: calc(0.3 + (var(--hero-progress) * 0.9));
  transform: translateY(calc(16vh - (var(--hero-progress) * 16vh)));
  transition: opacity 180ms linear, transform 180ms linear;
}

.story__top-action {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0.25rem, 1.2vw, 0.75rem);
}

.works-badge {
  display: block;
  width: min(100%, 40rem);
  transition:
    transform 180ms ease,
    filter 180ms ease;
  filter:
    drop-shadow(0 18px 36px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 26px rgba(171, 84, 255, 0.22));
}

.works-badge:hover,
.works-badge:focus-visible {
  transform: translateY(-4px) scale(1.015);
  filter:
    drop-shadow(0 26px 46px rgba(0, 0, 0, 0.42))
    drop-shadow(0 0 34px rgba(219, 137, 255, 0.34));
}

.works-badge img {
  width: 100%;
  height: auto;
}

.story__glow {
  position: absolute;
  inset: 10% 5% auto;
  height: 68%;
  background:
    radial-gradient(circle at 20% 30%, rgba(184, 92, 255, 0.14), transparent 36%),
    radial-gradient(circle at 78% 48%, rgba(255, 143, 43, 0.11), transparent 30%);
  filter: blur(30px);
  z-index: -1;
}

.story__copy {
  position: relative;
  z-index: 1;
}

.story__copy h1 {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2.4rem, 7vw, 5rem);
  line-height: 0.97;
  letter-spacing: 0.01em;
}

.story__lead,
.story__text,
.booking__hero p,
.booking__copy,
.booking__note {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.story__lead {
  margin: 1.45rem 0 0;
  max-width: 41rem;
}

.story__text {
  margin: 1rem 0 2rem;
  max-width: 38rem;
}

.story__portrait {
  position: relative;
  margin: 0;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(28, 14, 40, 0.96), rgba(12, 6, 18, 0.98));
  border: 1px solid rgba(231, 200, 255, 0.12);
  border-radius: 1.8rem;
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.story__callout {
  position: absolute;
  top: 10%;
  left: -7.5rem;
  z-index: 2;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(233, 192, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(30, 15, 43, 0.96), rgba(14, 7, 20, 0.98));
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(171, 84, 255, 0.18);
  color: rgba(249, 242, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.story__callout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.4rem);
  width: 5.2rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(245, 243, 255, 0.92), rgba(203, 135, 255, 0.7));
  transform: translateY(-50%);
}

.story__callout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 5.35rem);
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid rgba(245, 243, 255, 0.92);
  border-right: 2px solid rgba(245, 243, 255, 0.92);
  transform: translateY(-50%) rotate(45deg);
}

.story__portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-stage {
  position: relative;
  min-height: 190svh;
  width: min(1320px, calc(100vw - 3rem));
  margin: 0 auto 8rem;
  scroll-margin-top: 2rem;
}

.booking-stage__sticky {
  position: sticky;
  top: 1.5rem;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 3rem);
  padding-bottom: 1.5rem;
}

.booking-stage__frame {
  position: relative;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 1.5rem);
  background:
    radial-gradient(circle at 14% 18%, rgba(184, 92, 255, 0.07), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(255, 143, 43, 0.05), transparent 22%),
    linear-gradient(180deg, rgba(16, 9, 24, 0.98), rgba(8, 4, 13, 0.99));
  border: 1px solid rgba(233, 192, 255, 0.1);
  border-radius: 2rem;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  opacity: calc(0.22 + (var(--booking-progress) * 0.78));
  transform:
    translateY(calc(14vh - (var(--booking-progress) * 14vh)))
    scale(calc(0.92 + (var(--booking-progress) * 0.08)));
  transform-origin: center top;
  transition:
    opacity 160ms linear,
    transform 160ms linear,
    box-shadow 180ms ease;
}

.booking-stage__glow {
  position: absolute;
  inset: auto 12% -22% 12%;
  height: 42%;
  background:
    radial-gradient(circle at 25% 40%, rgba(184, 92, 255, 0.08), transparent 34%),
    radial-gradient(circle at 72% 35%, rgba(255, 143, 43, 0.06), transparent 30%);
  filter: blur(38px);
  opacity: 0.6;
  pointer-events: none;
}

.booking-stage__header {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin-bottom: 1.4rem;
}

.booking-stage__header h2 {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.98;
}

.booking-stage__text {
  margin: 1rem 0 0;
  max-width: 46rem;
  color: rgba(244, 237, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.75;
}

.booking-stage__panel {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(14, 8, 21, 0.96), rgba(9, 5, 14, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.booking-stage__embed {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1.2rem;
  background: rgba(11, 7, 16, 0.96);
  box-shadow:
    0 14px 28px rgba(8, 2, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.booking-stage__embed iframe {
  display: block;
  background: transparent;
  min-height: min(82svh, 920px);
}

.section-block {
  position: relative;
  width: min(1240px, calc(100vw - 3rem));
  margin: 0 auto 7rem;
  content-visibility: auto;
  contain-intrinsic-size: 1px 1100px;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.section-heading p:last-child {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.insights__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.25rem;
}

.insight-card,
.portal-card {
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(19, 10, 29, 0.94), rgba(10, 5, 16, 0.98));
  border: 1px solid rgba(233, 192, 255, 0.12);
  border-radius: 1.6rem;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.insight-card--featured {
  grid-column: span 2;
}

.insight-card__eyebrow,
.portal-card__eyebrow {
  margin: 0 0 0.7rem;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.insight-card h3,
.portal-card h3 {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.18;
}

.insight-card p,
.portal-note,
.portal-timeline__item span,
.download-card span {
  color: var(--muted);
  line-height: 1.7;
}

.insight-card p {
  margin: 0.9rem 0 0;
}

.insight-card__link {
  display: inline-flex;
  margin-top: 1rem;
  color: rgba(245, 243, 255, 0.92);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.faq__list {
  display: grid;
  gap: 1rem;
}

.faq__item {
  padding: 1.2rem 1.3rem;
  background: linear-gradient(180deg, rgba(16, 9, 24, 0.94), rgba(9, 5, 14, 0.98));
  border: 1px solid rgba(233, 192, 255, 0.12);
  border-radius: 1.35rem;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.faq__item summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.08rem;
  font-weight: 700;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  margin: 0.9rem 0 0;
  color: var(--muted);
  line-height: 1.72;
}

.portal__grid {
  display: grid;
  grid-template-columns: minmax(290px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.25rem;
  align-items: start;
}

.field {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.field span {
  color: rgba(245, 243, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 700;
}

.field input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.field input::placeholder {
  color: rgba(245, 243, 255, 0.42);
}

.field input:focus {
  outline: none;
  border-color: rgba(203, 135, 255, 0.48);
  box-shadow: 0 0 0 3px rgba(122, 47, 242, 0.12);
}

.portal-note {
  margin: 1rem 0 0;
  font-size: 0.95rem;
}

.portal-dashboard__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1rem;
}

.portal-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(122, 47, 242, 0.16);
  color: rgba(245, 243, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 700;
}

.portal-progress {
  height: 0.7rem;
  margin-bottom: 1.2rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  overflow: hidden;
}

.portal-progress span {
  display: block;
  width: 82%;
  height: 100%;
  background: linear-gradient(90deg, rgba(201, 151, 68, 0.86), rgba(122, 47, 242, 0.92));
  border-radius: inherit;
}

.portal-timeline {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.portal-timeline__item {
  display: grid;
  gap: 0.2rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.portal-timeline__item strong {
  font-size: 0.98rem;
}

.portal-timeline__item.is-done {
  border-color: rgba(201, 151, 68, 0.22);
}

.portal-timeline__item.is-current {
  border-color: rgba(203, 135, 255, 0.32);
  box-shadow: 0 0 0 1px rgba(203, 135, 255, 0.08) inset;
}

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

.download-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.03);
}

.download-card strong {
  font-size: 0.98rem;
}

.download-card button {
  min-height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  cursor: pointer;
}

.download-card button:hover,
.download-card button:focus-visible {
  border-color: rgba(203, 135, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.chatbot-toggle {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 30;
  min-height: 3.5rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(233, 192, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(23, 12, 34, 0.96), rgba(11, 6, 17, 0.98));
  color: rgba(249, 242, 255, 0.94);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.34),
    0 0 24px rgba(171, 84, 255, 0.18);
}

.chatbot {
  position: fixed;
  right: 1.5rem;
  bottom: 6rem;
  z-index: 30;
  width: min(24rem, calc(100vw - 1.5rem));
  padding: 1rem;
  border: 1px solid rgba(233, 192, 255, 0.16);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(20, 11, 30, 0.98), rgba(8, 4, 13, 0.99));
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.chatbot__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 0.9rem;
}

.chatbot__eyebrow {
  margin: 0 0 0.2rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chatbot__header h2 {
  margin: 0;
  font-size: 1.2rem;
}

.chatbot__close {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
}

.chatbot__messages {
  display: grid;
  gap: 0.7rem;
  max-height: 16rem;
  margin-bottom: 1rem;
  overflow: auto;
}

.chatbot__bubble {
  max-width: 90%;
  padding: 0.85rem 0.95rem;
  border-radius: 1rem;
  line-height: 1.58;
}

.chatbot__bubble--bot {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 242, 255, 0.92);
}

.chatbot__bubble--user {
  justify-self: end;
  background: rgba(122, 47, 242, 0.22);
  color: #ffffff;
}

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

.chatbot__quick button {
  min-height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(248, 242, 255, 0.92);
  cursor: pointer;
}

.chatbot__quick button:hover,
.chatbot__quick button:focus-visible {
  border-color: rgba(203, 135, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
}

.booking {
  width: min(1200px, calc(100vw - 3rem));
  margin: 0 auto;
  padding: 2rem 0 5rem;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(248, 238, 255, 0.84);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--chrome);
}

.booking__hero {
  max-width: 48rem;
  margin: 4rem 0 2.5rem;
}

.booking__hero h1 {
  margin: 0;
  font-family: "Arial Black", "Impact", sans-serif;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 1;
}

.booking__hero p {
  margin: 1.2rem 0 0;
}

.booking__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.calendar-card,
.booking__panel {
  background: var(--panel);
  backdrop-filter: blur(14px);
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  box-shadow:
    0 28px 65px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.calendar-card {
  padding: 1.6rem;
}

.calendar-card--live {
  display: grid;
  gap: 1rem;
}

.calendar-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.5rem;
}

.calendar-card__label,
.booking__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.calendar-card__header h2,
.booking__panel h2 {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
}

.calendar-card__badge {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(231, 200, 255, 0.08);
  color: rgba(255, 246, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.calendar-card__surface {
  padding: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(184, 92, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
}

.calendar-card__embed {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  background: rgba(9, 4, 14, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.calendar-card__embed iframe {
  display: block;
}

.calendar-card__intro,
.calendar-card__footnote {
  color: var(--muted);
  line-height: 1.72;
}

.calendar-card__intro {
  margin: 0 0 1.5rem;
}

.calendar-card__footnote {
  margin: 1rem 0 0;
  font-size: 0.96rem;
}

.calendar-card__weekdays,
.calendar-card__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.75rem;
}

.calendar-card__weekdays {
  margin-bottom: 1rem;
}

.calendar-card__weekdays span {
  color: rgba(255, 245, 255, 0.6);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.day-chip {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.day-chip:hover,
.day-chip:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(203, 135, 255, 0.42);
}

.day-chip--muted {
  color: rgba(255, 245, 255, 0.34);
}

.day-chip--selected {
  background: linear-gradient(135deg, rgba(122, 47, 242, 0.64), rgba(255, 143, 43, 0.24));
  border-color: rgba(255, 215, 164, 0.4);
  box-shadow: 0 12px 26px rgba(122, 47, 242, 0.22);
}

.booking__panel {
  padding: 1.8rem;
}

.booking__link {
  display: block;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  color: rgba(246, 238, 255, 0.9);
  line-height: 1.55;
  word-break: break-all;
}

.booking__link:hover,
.booking__link:focus-visible {
  border-color: rgba(203, 135, 255, 0.42);
  background: rgba(255, 255, 255, 0.045);
}

.slot-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 1.6rem;
}

.slot {
  width: 100%;
  min-height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}

.slot:hover,
.slot:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(231, 200, 255, 0.36);
}

.slot.is-active {
  border-color: rgba(255, 214, 161, 0.44);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(122, 47, 242, 0.16));
  box-shadow: 0 14px 30px rgba(122, 47, 242, 0.18);
}

.booking__note {
  margin: 1rem 0 0;
  font-size: 0.94rem;
}

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

  .section-block {
    width: min(100vw - 3rem, 100%);
  }

  .insights__grid,
  .portal__grid,
  .portal-downloads {
    grid-template-columns: 1fr;
  }

  .insight-card--featured {
    grid-column: auto;
  }

  .story {
    margin-top: -8vh;
  }

  .story__callout {
    left: 1rem;
    top: -1.25rem;
  }

  .story__callout::before {
    top: calc(100% + 0.5rem);
    left: 50%;
    width: 2px;
    height: 2.9rem;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(245, 243, 255, 0.92), rgba(203, 135, 255, 0.7));
  }

  .story__callout::after {
    top: calc(100% + 3.15rem);
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .booking-stage {
    min-height: 165svh;
  }

  .booking-stage__sticky {
    top: 1rem;
    min-height: calc(100svh - 2rem);
  }

  .booking__hero {
    margin-top: 3rem;
  }
}

@media (max-width: 640px) {
  .story,
  .booking,
  .section-block {
    width: min(100vw - 1.5rem, 100%);
  }

  .story {
    gap: 1.6rem;
    padding-bottom: 5rem;
  }

  .booking-stage {
    width: min(100vw - 1.5rem, 100%);
    min-height: auto;
    margin-bottom: 4rem;
  }

  .booking-stage__sticky {
    position: relative;
    top: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .booking-stage__frame {
    padding: 1rem;
    border-radius: 1.35rem;
    opacity: 1;
    transform: none;
  }

  .booking-stage__panel {
    padding: 0.75rem;
    border-radius: 1.15rem;
  }

  .booking-stage__embed {
    border-radius: 1rem;
  }

  .booking-stage__embed iframe {
    min-height: 78svh;
  }

  .section-heading {
    margin-bottom: 1.4rem;
  }

  .section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  .insight-card,
  .portal-card,
  .faq__item {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .portal-dashboard__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .chatbot-toggle {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .chatbot {
    right: 0.75rem;
    bottom: 5.25rem;
    width: min(100vw - 1.5rem, 24rem);
  }

  .calendar-card,
  .booking__panel {
    padding: 1.1rem;
    border-radius: 1.25rem;
  }

  .calendar-card__weekdays,
  .calendar-card__days {
    gap: 0.45rem;
  }

  .button {
    width: 100%;
  }
}
