:root {
  --ink: #171321;
  --muted: #665f73;
  --purple: #5b2b8c;
  --purple-2: #7440a8;
  --purple-dark: #2d1449;
  --lavender: #ede8f7;
  --lavender-2: #d7c7ea;
  --cream: #fff7e8;
  --paper: #fffaf0;
  --paper-strong: #fffdf8;
  --care-blue: #d9eaf2;
  --line: #dfd0e8;
  --gold: #d8ad59;
  --success: #2f7b54;
  --danger: #a8403c;
  --shadow-soft: 0 24px 70px rgba(45, 20, 73, 0.15);
  --shadow-card: 0 18px 44px rgba(45, 20, 73, 0.12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 12% 22%, rgba(61, 26, 120, 0.075), transparent 34rem),
    radial-gradient(circle at 86% 30%, rgba(116, 64, 168, 0.055), transparent 36rem),
    radial-gradient(circle at 78% 72%, rgba(216, 173, 89, 0.06), transparent 30rem),
    linear-gradient(180deg, #fff8ea 0%, #f8f0fb 34%, #fbf5ef 68%, #f8f0fb 100%);
  color: var(--ink);
  font-family: "Avenir Next", "Trebuchet MS", Verdana, sans-serif;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  isolation: isolate;
}

body.admin-reference-body {
  background:
    radial-gradient(circle at 10% 12%, rgba(116, 64, 168, 0.22), transparent 24rem),
    linear-gradient(135deg, #2d1449 0%, #171321 100%);
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

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

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

body:not(.admin-reference-body) h1,
body:not(.admin-reference-body) h2,
body:not(.admin-reference-body) h3 {
  text-align: center;
}

body:not(.admin-reference-body) p {
  text-align: center;
}

h1 {
  font-size: clamp(2.65rem, 5.4vw, 6rem);
  letter-spacing: -0.065em;
  line-height: 0.93;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(1.22rem, 2vw, 1.65rem);
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 10px;
}

.ambient {
  animation: ambient-float 18s ease-in-out infinite alternate;
  border-radius: 999px;
  filter: blur(6px);
  mix-blend-mode: multiply;
  opacity: 0.58;
  pointer-events: none;
  position: fixed;
  will-change: transform, opacity;
  z-index: 0;
}

.ambient::after {
  border: 1px solid rgba(61, 26, 120, 0.18);
  border-radius: inherit;
  content: "";
  inset: 18%;
  position: absolute;
}

body > main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

main {
  isolation: isolate;
  overflow: visible;
  position: relative;
}

main::before {
  content: none;
}

main > section {
  position: relative;
  z-index: 1;
}

.ambient-one {
  background: radial-gradient(circle, rgba(61, 26, 120, 0.26) 0%, rgba(116, 64, 168, 0.16) 42%, transparent 72%);
  height: 430px;
  left: -150px;
  top: 118px;
  width: 430px;
}

.ambient-two {
  animation-delay: -7s;
  animation-duration: 26s;
  background: radial-gradient(circle, rgba(217, 234, 242, 0.74) 0%, rgba(116, 64, 168, 0.22) 48%, transparent 76%);
  bottom: 8%;
  height: 450px;
  right: -170px;
  width: 450px;
}

.ambient-three {
  animation-delay: -12s;
  animation-duration: 30s;
  background: radial-gradient(circle, rgba(91, 43, 140, 0.22) 0%, rgba(237, 232, 247, 0.62) 46%, transparent 74%);
  height: 330px;
  left: 58%;
  top: 16%;
  width: 330px;
}

.ambient-four {
  animation-delay: -17s;
  animation-direction: alternate-reverse;
  animation-duration: 24s;
  background: radial-gradient(circle, rgba(116, 64, 168, 0.28) 0%, rgba(255, 247, 232, 0.62) 52%, transparent 76%);
  bottom: 28%;
  height: 300px;
  left: 14%;
  width: 300px;
}

.ambient-five {
  animation-delay: -21s;
  animation-duration: 32s;
  background: radial-gradient(circle, rgba(61, 26, 120, 0.22) 0%, rgba(215, 199, 234, 0.54) 48%, transparent 72%);
  height: 520px;
  right: 8%;
  top: 54%;
  width: 520px;
}

.ambient-six {
  animation-delay: -25s;
  animation-direction: alternate-reverse;
  animation-duration: 28s;
  background: radial-gradient(circle, rgba(216, 173, 89, 0.2) 0%, rgba(116, 64, 168, 0.18) 44%, transparent 72%);
  height: 250px;
  left: 34%;
  top: 72%;
  width: 250px;
}

.ambient-five::after,
.ambient-six::after {
  border-color: rgba(61, 26, 120, 0.28);
  inset: 13%;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(22px) saturate(1.08);
  background:
    radial-gradient(circle at 16% -18%, rgba(255, 250, 240, 0.42), transparent 20rem),
    radial-gradient(circle at 86% 18%, rgba(125, 82, 185, 0.16), transparent 18rem),
    linear-gradient(90deg, rgba(236, 229, 241, 0.55), rgba(255, 248, 234, 0.38), rgba(236, 229, 241, 0.55));
  border: 0;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 10px 40px rgba(61, 26, 120, 0.06);
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  min-height: 98px;
  padding: 7px clamp(18px, 4vw, 54px);
  position: sticky;
  top: 0;
  transition:
    background 420ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    min-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 100;
}

.site-header::after {
  background: linear-gradient(180deg, rgba(248, 240, 251, 0.18), rgba(255, 248, 234, 0.08), transparent);
  content: "";
  height: 54px;
  inset: auto 0 -54px;
  pointer-events: none;
  position: absolute;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.brand {
  background: transparent;
  border: 0;
  display: block;
  justify-self: start;
  padding: 0;
  position: relative;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.brand img {
  display: block;
  filter: drop-shadow(0 8px 18px rgba(13, 6, 25, 0.12));
  height: clamp(62px, 6.1vw, 88px);
  transition:
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1);
  width: auto;
}

.nav-toggle {
  align-items: center;
  background: rgba(248, 244, 251, 0.76);
  border: 1px solid rgba(125, 82, 185, 0.18);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(61, 26, 120, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  color: #2e1a47;
  cursor: pointer;
  display: none;
  height: 46px;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  width: 50px;
  z-index: 3;
}

.nav-toggle span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  left: 14px;
  position: absolute;
  transition: opacity 180ms ease, transform 180ms ease, top 180ms ease;
  width: 22px;
}

.nav-toggle span:nth-child(1) {
  top: 15px;
}

.nav-toggle span:nth-child(2) {
  top: 22px;
}

.nav-toggle span:nth-child(3) {
  top: 29px;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(255, 250, 240, 0.88);
  border-color: rgba(61, 26, 120, 0.28);
  box-shadow: 0 18px 38px rgba(61, 26, 120, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-1px);
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  top: 22px;
  transform: rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  top: 22px;
  transform: rotate(-45deg);
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
  justify-self: end;
  position: relative;
  transition:
    background 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 2;
}

.site-nav a {
  border: 1px solid rgba(125, 82, 185, 0);
  border-radius: 999px;
  color: #2e1a47;
  font-size: 0.94rem;
  font-weight: 550;
  letter-spacing: 0.01em;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 250, 240, 0.64), 0 1px 8px rgba(61, 26, 120, 0.16);
  transition:
    background 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-text-stroke: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(248, 244, 251, 0.52);
  border-color: rgba(125, 82, 185, 0.18);
  box-shadow: 0 10px 24px rgba(61, 26, 120, 0.08);
  color: #24113f;
  transform: translateY(-1px);
}

.site-nav a.is-active {
  background: rgba(248, 244, 251, 0.62);
  border-color: rgba(125, 82, 185, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
  color: #24113f;
}

.site-header.is-scrolled {
  backdrop-filter: blur(18px) saturate(1.08);
  background:
    radial-gradient(circle at 50% -40%, rgba(255, 250, 240, 0.42), transparent 18rem),
    linear-gradient(90deg, rgba(248, 244, 251, 0.42), rgba(255, 248, 234, 0.34), rgba(248, 244, 251, 0.42));
  border-radius: 0;
  box-shadow: 0 8px 28px rgba(61, 26, 120, 0.055);
  min-height: 78px;
  padding-block: 8px;
}

.site-header.is-scrolled::after {
  opacity: 0.62;
}

.site-header.is-scrolled .brand {
  opacity: 0.92;
  transform: translateY(-1px);
}

.site-header.is-scrolled .brand img {
  filter: drop-shadow(0 6px 14px rgba(13, 6, 25, 0.1));
  height: clamp(46px, 4vw, 60px);
}

.site-header.is-scrolled .site-nav {
  backdrop-filter: blur(18px) saturate(1.12);
  background: rgba(248, 244, 251, 0.86);
  border: 1px solid rgba(125, 82, 185, 0.22);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(61, 26, 120, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  flex-wrap: nowrap;
  gap: 3px;
  left: 50%;
  padding: 6px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  width: max-content;
}

.site-header.is-scrolled .site-nav a {
  font-size: 0.9rem;
  padding: 7px 11px;
  text-shadow: 0 1px 0 rgba(255, 250, 240, 0.72);
}

.site-header.is-scrolled .site-nav a.is-active {
  background: rgba(236, 229, 241, 0.78);
  border-color: rgba(61, 26, 120, 0.28);
}

.home-page .site-header.is-scrolled {
  filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-18px) scale(0.985);
}

.side-nav-rail {
  align-items: center;
  backdrop-filter: blur(22px) saturate(1.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 240, 0.62), transparent 7rem),
    linear-gradient(180deg, rgba(248, 244, 251, 0.82), rgba(236, 229, 241, 0.68));
  border: 1px solid rgba(125, 82, 185, 0.2);
  border-radius: 999px;
  box-shadow:
    0 22px 54px rgba(61, 26, 120, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  display: grid;
  gap: 8px;
  opacity: 0;
  padding: 10px 8px;
  pointer-events: none;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(18px, -50%) scale(0.96);
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 120;
}

.side-nav-rail.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%) scale(1);
}

.side-nav-link {
  align-items: center;
  border: 1px solid rgba(125, 82, 185, 0);
  border-radius: 999px;
  color: #3d1a78;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition:
    background 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 44px;
}

.side-nav-link svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 21px;
}

.side-nav-link:hover,
.side-nav-link:focus-visible,
.side-nav-link.is-active {
  background: rgba(125, 82, 185, 0.14);
  border-color: rgba(61, 26, 120, 0.2);
  box-shadow: 0 12px 28px rgba(61, 26, 120, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  color: #2e1a47;
  transform: scale(1.06);
}

.side-nav-link:focus-visible {
  outline: 3px solid rgba(61, 26, 120, 0.22);
  outline-offset: 3px;
}

.side-nav-schedule {
  background: rgba(255, 211, 91, 0.15);
  color: #341267;
}

.side-nav-tooltip {
  background: rgba(46, 26, 71, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(61, 26, 120, 0.18);
  color: #fffaf0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  opacity: 0;
  padding: 9px 12px;
  pointer-events: none;
  position: absolute;
  right: calc(100% + 12px);
  text-shadow: 0 1px 4px rgba(13, 6, 25, 0.2);
  top: 50%;
  transform: translate(8px, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  white-space: nowrap;
}

.side-nav-link:hover .side-nav-tooltip,
.side-nav-link:focus-visible .side-nav-tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}

.hero-section,
.booking-panel,
.operate-section,
.services-section,
.about-section,
.faq-section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(42px, 7vw, 94px) clamp(18px, 4vw, 42px);
}

.hero-section,
.booking-panel {
  display: grid;
  gap: clamp(24px, 4vw, 42px);
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.hero-copy {
  align-self: center;
}

.hero-copy h1 {
  font-size: clamp(1.65rem, 2.15vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-inline: auto;
  max-width: 30ch;
}

.hero-reveal {
  animation: hero-load-reveal 860ms cubic-bezier(0.22, 1, 0.36, 1) both;
  will-change: opacity, transform, filter;
}

.hero-reveal-1 {
  animation-delay: 90ms;
}

.hero-reveal-2 {
  animation-delay: 210ms;
}

.hero-reveal-3 {
  animation-delay: 360ms;
}

.hero-reveal-4 {
  animation-delay: 500ms;
}

.hero-reveal-5 {
  animation-delay: 620ms;
}

.hero-media.hero-reveal {
  animation-name: hero-media-load-reveal;
}

.overline {
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero-lede,
.section-heading p,
.booking-preview p,
.about-copy p,
.faq-list p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.hero-actions,
.button-row,
.form-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-actions {
  justify-content: center;
  margin-inline: auto;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button.primary {
  background: var(--purple);
  box-shadow: 0 18px 36px rgba(91, 43, 140, 0.24);
  color: var(--paper);
}

.button.primary:hover {
  background: linear-gradient(135deg, var(--purple-dark), var(--purple));
  box-shadow: 0 22px 44px rgba(91, 43, 140, 0.28), 0 0 0 6px rgba(91, 43, 140, 0.055);
}

.button.ghost,
.button.secondary {
  background: rgba(255, 250, 240, 0.74);
  border: 1px solid var(--line);
  color: var(--purple-dark);
}

.button.small {
  font-size: 0.85rem;
  min-height: 38px;
  padding: 0 15px;
}

.hero-media,
.booking-form,
.request-summary,
.testimonial-grid article,
.faq-list details,
.confirmation-card,
.queue-panel,
.login-panel,
.admin-operator,
.metric,
.booking-row {
  background: rgba(255, 250, 240, 0.84);
  border: 1px solid rgba(223, 208, 232, 0.9);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.hero-media {
  align-self: center;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 250, 240, 0.86), transparent 14rem),
    radial-gradient(circle at 80% 72%, rgba(116, 64, 168, 0.16), transparent 12rem),
    rgba(255, 250, 240, 0.5);
  border: 1px solid rgba(223, 208, 232, 0.9);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft), 0 28px 90px rgba(61, 26, 120, 0.08);
  display: grid;
  gap: 18px;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(12px, 2.4vw, 22px);
  position: relative;
  transform: translate(34px, 20px);
}

.hero-media::before {
  animation: media-orbit 12s ease-in-out infinite alternate;
  background: radial-gradient(circle, rgba(61, 26, 120, 0.14), rgba(116, 64, 168, 0.08) 44%, transparent 72%);
  border-radius: 999px;
  content: "";
  filter: blur(6px);
  height: 180px;
  opacity: 0.9;
  position: absolute;
  right: -58px;
  top: -62px;
  width: 180px;
  z-index: 0;
}

.hero-video-shell {
  background:
    radial-gradient(circle at 35% 45%, rgba(255, 250, 240, 0.74), transparent 46%),
    radial-gradient(circle at 76% 76%, rgba(116, 64, 168, 0.11), transparent 14rem),
    linear-gradient(135deg, #fff8ea 0%, #f1e8fa 52%, #e6f0f4 100%);
  animation: hero-illustration-float 7.5s ease-in-out infinite alternate;
  aspect-ratio: 1.78 / 1;
  border: 0;
  border-radius: 45% 55% 48% 52% / 58% 50% 50% 42%;
  box-shadow: 0 20px 58px rgba(61, 26, 120, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  display: grid;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  position: relative;
  will-change: transform;
}

.hero-video-shell::after {
  border: 1px solid rgba(61, 26, 120, 0.14);
  border-radius: inherit;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.hero-video {
  display: block;
  filter: saturate(1.04) contrast(1.02);
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: cover;
  object-position: 56% 48%;
  position: relative;
  transform: translate(2%, 0) scale(1.12);
  width: 100%;
  z-index: 1;
}

.media-note {
  align-items: center;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 16px 18px;
  position: relative;
}

.media-note span,
.request-summary dt {
  color: var(--muted);
  display: block;
  font-size: 0.9rem;
}

.media-note strong {
  max-width: 320px;
}

.avatar-mark,
.avatar,
.step-number {
  align-items: center;
  background: var(--purple);
  border-radius: 18px;
  color: var(--paper);
  display: grid;
  flex: 0 0 52px;
  font-weight: 900;
  height: 52px;
  place-items: center;
  width: 52px;
}

.trust-cards {
  background:
    radial-gradient(circle at 8% 0%, rgba(216, 173, 89, 0.16), transparent 18rem),
    radial-gradient(circle at 90% 30%, rgba(237, 232, 247, 0.2), transparent 16rem),
    linear-gradient(135deg, rgba(61, 26, 120, 0.74), rgba(116, 64, 168, 0.58));
  backdrop-filter: blur(18px) saturate(1.05);
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-bottom: 0;
  color: var(--paper);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  overflow: hidden;
  text-shadow:
    -1px -1px 0 rgba(13, 6, 25, 0.1),
    1px -1px 0 rgba(13, 6, 25, 0.1),
    -1px 1px 0 rgba(13, 6, 25, 0.1),
    1px 1px 0 rgba(13, 6, 25, 0.1),
    0 4px 12px rgba(13, 6, 25, 0.1);
}

.trust-cards article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.052));
  border-left: 1px solid rgba(255, 250, 240, 0.14);
  display: grid;
  gap: 14px;
  min-height: 245px;
  padding: 30px 26px 28px;
  position: relative;
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trust-cards article:first-child {
  border-left: 0;
}

.trust-cards article::after {
  background: linear-gradient(180deg, transparent, rgba(216, 173, 89, 0.32), transparent);
  content: "";
  opacity: 0;
  position: absolute;
  right: -1px;
  top: 26px;
  bottom: 26px;
  width: 1px;
  transition: opacity 180ms ease;
}

.trust-cards article:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.078));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 20px 42px rgba(13, 6, 25, 0.12);
  transform: translateY(-5px);
  z-index: 1;
}

.trust-cards article:hover::after {
  opacity: 1;
}

.trust-cards strong {
  display: block;
  font-size: 1rem;
  line-height: 1.14;
  text-transform: uppercase;
}

.trust-cards p {
  color: rgba(255, 250, 240, 0.84);
  line-height: 1.45;
  margin: 0;
}

.badge-icon {
  align-items: center;
  background:
    radial-gradient(circle at 30% 24%, rgba(216, 173, 89, 0.18), transparent 52%),
    rgba(255, 250, 240, 0.16);
  border: 1px solid rgba(255, 250, 240, 0.3);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 14px 28px rgba(13, 6, 25, 0.1);
  color: #f2cc78;
  display: grid;
  height: 64px;
  place-items: center;
  position: relative;
  transition:
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 64px;
}

.badge-icon svg {
  fill: none;
  height: 35px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 35px;
}

.trust-cards article:hover .badge-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 0 0 8px rgba(216, 173, 89, 0.055), 0 16px 34px rgba(13, 6, 25, 0.14);
  color: #ffe0a0;
  transform: translateY(-2px) rotate(-2deg) scale(1.03);
}

.trust-cards article:nth-child(even):hover .badge-icon {
  transform: translateY(-2px) rotate(2deg) scale(1.03);
}

.schedule-strip {
  align-items: center;
  background:
    radial-gradient(circle at 84% 30%, rgba(216, 173, 89, 0.16), transparent 15rem),
    radial-gradient(circle at 24% 118%, rgba(237, 232, 247, 0.26), transparent 20rem),
    linear-gradient(120deg, rgba(116, 64, 168, 0.82), rgba(61, 26, 120, 0.86));
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-top: 1px solid rgba(255, 250, 240, 0.12);
  box-shadow: 0 24px 58px rgba(45, 20, 73, 0.14);
  color: var(--paper);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(28px, 5vw, 50px) clamp(22px, 5vw, 64px);
  position: relative;
  overflow: hidden;
  text-shadow:
    -1px -1px 0 rgba(13, 6, 25, 0.1),
    1px -1px 0 rgba(13, 6, 25, 0.1),
    -1px 1px 0 rgba(13, 6, 25, 0.1),
    1px 1px 0 rgba(13, 6, 25, 0.1),
    0 5px 16px rgba(13, 6, 25, 0.1);
}

.schedule-strip::before {
  animation: cta-blob-drift 12s ease-in-out infinite alternate;
  background: radial-gradient(circle, rgba(255, 250, 240, 0.2), rgba(216, 173, 89, 0.07) 45%, transparent 72%);
  border-radius: 999px;
  content: "";
  height: 260px;
  pointer-events: none;
  position: absolute;
  right: 16%;
  top: -110px;
  width: 260px;
}

.schedule-strip > * {
  position: relative;
  z-index: 1;
}

.schedule-strip .overline {
  color: var(--gold);
}

.schedule-strip h2 {
  margin: 0;
  max-width: 740px;
}

.schedule-strip .button.primary {
  background: rgba(255, 250, 240, 0.16);
  border: 1px solid rgba(255, 250, 240, 0.28);
  box-shadow: 0 16px 34px rgba(13, 6, 25, 0.14);
  color: #fffaf0;
  text-shadow:
    -1px -1px 0 rgba(13, 6, 25, 0.1),
    1px -1px 0 rgba(13, 6, 25, 0.1),
    -1px 1px 0 rgba(13, 6, 25, 0.1),
    1px 1px 0 rgba(13, 6, 25, 0.1);
  white-space: nowrap;
}

.schedule-strip .button.primary:hover {
  background: #fffaf0;
  color: var(--purple-dark);
  text-shadow: none;
  transform: translateY(-3px);
}

.booking-preview {
  align-self: start;
  display: grid;
  gap: 22px;
}

.standalone-booking {
  align-items: start;
  column-gap: clamp(48px, 5.5vw, 88px);
  row-gap: clamp(22px, 3vw, 34px);
  grid-template-columns: minmax(320px, 0.82fr) minmax(520px, 1.18fr);
  padding-block: clamp(26px, 5vw, 62px);
}

.booking-page-shell {
  overflow-x: hidden;
}

.booking-page-shell main,
.booking-page-shell .site-header,
.booking-page-shell .site-footer {
  max-width: 100vw;
  overflow-x: hidden;
}

.standalone-booking > *,
.standalone-booking .booking-preview,
.standalone-booking .booking-form,
.standalone-booking .request-summary {
  min-width: 0;
}

.standalone-booking .booking-preview {
  gap: 18px;
  max-width: 560px;
  padding-top: clamp(4px, 1vw, 12px);
}

.standalone-booking .booking-preview h1 {
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  line-height: 0.92;
  margin: 0;
  overflow-wrap: normal;
}

.standalone-booking .booking-preview p {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.request-summary {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 24px;
}

.standalone-booking .request-summary {
  background:
    radial-gradient(circle at 100% 0%, rgba(125, 82, 185, 0.1), transparent 42%),
    rgba(255, 250, 240, 0.82);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(61, 26, 120, 0.07);
  padding: 20px 22px;
  overflow-wrap: anywhere;
}

.request-summary div,
.confirmation-card dl div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 140px 1fr;
  padding: 14px 0;
}

.request-summary div:first-child,
.confirmation-card dl div:first-child {
  border-top: 0;
}

dt {
  font-weight: 800;
}

dd {
  margin: 0;
}

.booking-trust-badges {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.booking-trust-badges span {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(246, 238, 255, 0.54)),
    radial-gradient(circle at 14% 20%, rgba(216, 173, 89, 0.12), transparent 42%);
  border: 1px solid rgba(125, 82, 185, 0.14);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(61, 26, 120, 0.055);
  color: var(--purple-dark);
  display: flex;
  font-size: 0.95rem;
  font-weight: 900;
  gap: 10px;
  min-height: 44px;
  padding: 10px 15px;
}

.booking-trust-badges span::before {
  background:
    radial-gradient(circle, var(--gold) 0 28%, transparent 31%),
    rgba(91, 43, 140, 0.1);
  border: 1px solid rgba(91, 43, 140, 0.14);
  border-radius: 999px;
  content: "";
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.booking-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 40px);
}

.standalone-booking .booking-form {
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
}

.booking-form-section {
  border-top: 1px solid rgba(125, 82, 185, 0.14);
  display: grid;
  gap: 14px;
  padding-top: 16px;
}

.booking-form-section:first-child {
  border-top: 0;
  padding-top: 0;
}

.form-section-heading .overline {
  color: rgba(61, 26, 120, 0.76);
  letter-spacing: 0.14em;
  margin-bottom: 0;
}

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

.standalone-booking .form-grid {
  gap: 12px;
}

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

.booking-form label,
.booking-form fieldset,
.row-actions label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.required-marker {
  color: var(--danger);
  font-weight: 900;
}

.field-label {
  align-items: baseline;
  display: inline-flex;
  gap: 4px;
}

.booking-form input,
.booking-form select,
.booking-form textarea,
.row-actions select,
.row-actions textarea {
  background: #fffefd;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.standalone-booking .booking-form input,
.standalone-booking .booking-form select,
.standalone-booking .booking-form textarea {
  min-height: 44px;
  padding-block: 10px;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus,
.row-actions select:focus,
.row-actions textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(91, 43, 140, 0.12);
  outline: 0;
}

.standalone-booking .booking-form input:focus,
.standalone-booking .booking-form select:focus,
.standalone-booking .booking-form textarea:focus {
  box-shadow: 0 0 0 4px rgba(91, 43, 140, 0.1), 0 12px 30px rgba(61, 26, 120, 0.07);
}

.booking-form input[type="date"],
.booking-form input[type="time"] {
  cursor: pointer;
  position: relative;
}

.booking-form input[type="date"]::-webkit-calendar-picker-indicator,
.booking-form input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  height: auto;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: auto;
}

.booking-form input.is-invalid,
.booking-form select.is-invalid,
.booking-form textarea.is-invalid {
  border-color: var(--danger);
  box-shadow: 0 0 0 4px rgba(181, 63, 63, 0.12);
}

.field-error {
  color: var(--danger);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  min-height: 1.2em;
}

.booking-form textarea,
.row-actions textarea {
  resize: vertical;
}

.standalone-booking .booking-form textarea {
  min-height: 112px;
}

.check-grid {
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 12px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 18px;
}

.standalone-booking .check-grid {
  background: rgba(255, 250, 240, 0.58);
  gap: 10px 12px;
  padding: 14px;
}

.check-grid legend {
  color: var(--purple-dark);
  font-weight: 900;
  padding: 0 8px;
}

.check-grid label,
.terms {
  align-items: center;
  display: flex;
  gap: 10px;
}

.standalone-booking .check-grid label {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(125, 82, 185, 0.1);
  border-radius: 14px;
  min-height: 44px;
  padding: 10px 12px;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), transform 220ms var(--ease);
}

.standalone-booking .check-grid label:hover {
  border-color: rgba(91, 43, 140, 0.22);
  box-shadow: 0 10px 22px rgba(61, 26, 120, 0.055);
  transform: translateY(-1px);
}

.terms.sms-consent {
  align-items: flex-start;
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid rgba(125, 82, 185, 0.16);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(61, 26, 120, 0.06);
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px;
}

.standalone-booking .terms.sms-consent {
  box-shadow: 0 10px 24px rgba(61, 26, 120, 0.055);
  padding: 14px 16px;
}

.terms.sms-consent label {
  align-items: center;
  display: flex;
  gap: 10px;
}

.terms.sms-consent p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
}

.terms.sms-consent a {
  color: var(--purple);
  font-weight: 800;
  text-decoration-color: rgba(61, 26, 120, 0.28);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.check-grid input,
.terms input {
  min-height: auto;
  width: auto;
}

.form-message {
  color: var(--muted);
  font-weight: 900;
  margin: 0;
}

.standalone-booking .form-footer {
  background: rgba(255, 250, 240, 0.42);
  border-radius: 22px;
  justify-content: space-between;
  margin-top: 2px;
  padding-top: 4px;
}

.standalone-booking .form-footer .button {
  min-width: min(100%, 230px);
}

.form-message.error {
  color: var(--danger);
}

.form-message.success {
  color: var(--success);
}

.section-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(28px, 4vw, 46px);
  max-width: 820px;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading h2 + p {
  margin-top: 18px;
}

.operate-grid,
.service-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

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

.operate-grid article {
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  padding: 28px 24px 26px;
  position: relative;
  text-align: center;
  transition:
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.operate-grid article::before {
  background: radial-gradient(circle, rgba(61, 26, 120, 0.2), rgba(116, 64, 168, 0.1) 42%, transparent 72%);
  border-radius: 999px;
  content: "";
  filter: blur(16px);
  height: 120px;
  left: 50%;
  opacity: 0.78;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 150px;
}

.step-number {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 250, 240, 0.2), transparent 48%),
    linear-gradient(135deg, var(--purple-dark), var(--purple));
  box-shadow: 0 16px 34px rgba(61, 26, 120, 0.24), 0 0 0 8px rgba(91, 43, 140, 0.06);
  color: var(--gold);
  margin: 0 auto 28px;
  position: relative;
  transition: box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.operate-grid article:hover {
  border-color: rgba(61, 26, 120, 0.18);
  box-shadow: 0 24px 54px rgba(61, 26, 120, 0.13), 0 0 28px rgba(116, 64, 168, 0.055);
  transform: translateY(-5px);
}

.operate-grid article:hover .step-number {
  box-shadow: 0 18px 38px rgba(61, 26, 120, 0.28), 0 0 0 10px rgba(91, 43, 140, 0.065);
  transform: translateY(-2px) rotate(-2deg);
}

.operate-grid article:nth-child(even):hover .step-number {
  transform: translateY(-2px) rotate(2deg);
}

.operate-grid h3,
.operate-grid p {
  position: relative;
  z-index: 1;
}

.operate-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.premium-services {
  background: transparent;
  margin-inline: 0;
  max-width: none;
  overflow: visible;
  position: relative;
}

.premium-services::before {
  content: none;
}

.premium-services > .section-heading,
.premium-services > .service-grid,
.premium-services > .services-cta {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.premium-services > .service-grid {
  max-width: 1120px;
}

.services-ambient {
  animation: ambient-float 15s ease-in-out infinite alternate;
  border-radius: 999px;
  filter: blur(14px);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.services-ambient-one {
  background: rgba(61, 26, 120, 0.1);
  height: 230px;
  left: -70px;
  top: 140px;
  width: 230px;
}

.services-ambient-two {
  animation-delay: -6s;
  background: rgba(216, 173, 89, 0.1);
  bottom: 130px;
  height: 260px;
  right: -90px;
  width: 260px;
}

.premium-services .section-heading {
  animation: section-reveal 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(8px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform, filter;
}

.reveal-on-scroll.is-revealed {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

.trust-cards article.reveal-on-scroll:nth-child(2),
.operate-grid article.reveal-on-scroll:nth-child(2),
.service-grid .reveal-on-scroll:nth-child(2),
.testimonial-grid article.reveal-on-scroll:nth-child(2),
.faq-list .reveal-on-scroll:nth-child(2) {
  transition-delay: 70ms;
}

.trust-cards article.reveal-on-scroll:nth-child(3),
.operate-grid article.reveal-on-scroll:nth-child(3),
.service-grid .reveal-on-scroll:nth-child(3),
.testimonial-grid article.reveal-on-scroll:nth-child(3),
.faq-list .reveal-on-scroll:nth-child(3) {
  transition-delay: 140ms;
}

.trust-cards article.reveal-on-scroll:nth-child(4),
.service-grid .reveal-on-scroll:nth-child(4),
.faq-list .reveal-on-scroll:nth-child(4) {
  transition-delay: 210ms;
}

.trust-cards article.reveal-on-scroll:nth-child(5),
.service-grid .reveal-on-scroll:nth-child(5) {
  transition-delay: 280ms;
}

.service-grid .reveal-on-scroll:nth-child(n + 6) {
  transition-delay: 120ms;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-inline: auto;
  margin-top: clamp(34px, 5vw, 58px);
  max-width: 1120px;
  width: 100%;
}

.service-card {
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(237, 232, 247, 0.62), transparent 8rem),
    var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 14px;
  justify-items: center;
  min-height: 260px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  position: relative;
  text-align: center;
  transition:
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-card::after {
  background: linear-gradient(135deg, rgba(61, 26, 120, 0.08), rgba(216, 173, 89, 0.08));
  border-radius: 999px;
  content: "";
  height: 140px;
  position: absolute;
  right: -70px;
  top: -70px;
  width: 140px;
}

.service-card:hover {
  border-color: rgba(61, 26, 120, 0.2);
  box-shadow: 0 24px 56px rgba(61, 26, 120, 0.14);
  transform: translateY(-6px);
}

.service-card:nth-child(2)::after {
  background: rgba(217, 234, 242, 0.58);
  height: 112px;
  right: auto;
  left: -54px;
  top: auto;
  bottom: -48px;
  width: 112px;
}

.service-card:nth-child(3)::after {
  background: linear-gradient(135deg, rgba(61, 26, 120, 0.1), rgba(217, 234, 242, 0.42));
  height: 180px;
  right: -104px;
  top: 24px;
  width: 180px;
}

.service-card:nth-child(4)::after {
  background: rgba(216, 173, 89, 0.11);
  border-radius: 34px;
  height: 118px;
  right: -40px;
  top: -38px;
  transform: rotate(12deg);
  width: 118px;
}

.service-card:nth-child(5)::after {
  background: rgba(61, 26, 120, 0.06);
  height: 92px;
  right: 28px;
  top: -52px;
  width: 92px;
}

.service-card:nth-child(6)::after {
  background: linear-gradient(135deg, rgba(116, 64, 168, 0.09), rgba(255, 247, 232, 0.76));
  height: 150px;
  right: auto;
  left: -80px;
  top: -64px;
  width: 150px;
}

.wide-service {
  min-height: 310px;
}

.service-card:nth-child(2),
.service-card:nth-child(6) {
  grid-column: auto;
}

.service-number {
  color: var(--purple);
  display: none;
  font-weight: 900;
  letter-spacing: 0.12em;
  position: relative;
  text-align: center;
  z-index: 1;
}

.service-icon {
  align-items: center;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 250, 240, 0.92), transparent 52%),
    rgba(237, 232, 247, 0.66);
  border: 1px solid rgba(61, 26, 120, 0.13);
  border-radius: 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 16px 34px rgba(61, 26, 120, 0.12);
  color: var(--purple);
  display: grid;
  height: 76px;
  place-items: center;
  position: relative;
  transition:
    background 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 76px;
  z-index: 1;
}

.service-icon svg {
  fill: none;
  height: 46px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.45;
  width: 46px;
}

.service-card:hover .service-icon {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 250, 240, 0.98), transparent 52%),
    rgba(237, 232, 247, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 0 0 7px rgba(91, 43, 140, 0.07), 0 18px 38px rgba(61, 26, 120, 0.16);
  color: var(--purple-dark);
  transform: translateY(-3px) rotate(-2deg);
}

.service-card:nth-child(even):hover .service-icon {
  transform: translateY(-3px) rotate(2deg);
}

.service-card h3 {
  margin: 0;
  position: relative;
  z-index: 1;
}

.service-card p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
  max-width: 34rem;
  position: relative;
  z-index: 1;
}

.services-cta {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(61, 26, 120, 0.96), rgba(116, 64, 168, 0.9)),
    radial-gradient(circle at 85% 20%, rgba(255, 250, 240, 0.18), transparent 18rem);
  border-radius: 30px;
  box-shadow: 0 28px 72px rgba(61, 26, 120, 0.2);
  color: var(--paper);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 38px);
}

.services-cta .overline {
  color: var(--gold);
}

.services-cta h3 {
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

.services-cta .button.primary {
  background: var(--paper);
  color: var(--purple);
  flex: 0 0 auto;
}

.testimonials-section {
  background: transparent;
  margin-inline: 0;
  max-width: none;
  overflow: visible;
  padding: clamp(42px, 7vw, 94px) clamp(18px, 4vw, 42px);
  position: relative;
}

.testimonials-section::before {
  content: none;
}

.testimonials-section > .section-heading,
.testimonials-section > .testimonial-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

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

.testimonial-grid article {
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.78), rgba(247, 239, 252, 0.48)),
    radial-gradient(circle at 90% 10%, rgba(237, 232, 247, 0.36), transparent 9rem);
  border: 1px solid rgba(223, 208, 232, 0.58);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(45, 20, 73, 0.065);
  display: grid;
  min-height: 390px;
  padding: 28px;
  transition:
    border-color 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonial-grid article:hover {
  border-color: rgba(91, 43, 140, 0.18);
  box-shadow: 0 24px 52px rgba(61, 26, 120, 0.12), 0 0 28px rgba(116, 64, 168, 0.055);
  transform: translateY(-5px);
}

.testimonial-grid p {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
}

.rating {
  display: flex;
  gap: 6px;
  margin-bottom: 26px;
}

.rating span {
  background: var(--gold);
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 70% 56%, 82% 92%, 50% 70%, 18% 92%, 30% 56%, 0 35%, 38% 35%);
  height: 18px;
  width: 18px;
}

.testimonial-grid footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
}

.avatar {
  border-radius: 18px;
  flex-basis: 48px;
  height: 48px;
  width: 48px;
}

.about-copy {
  background:
    radial-gradient(circle at 92% 8%, rgba(237, 232, 247, 0.58), transparent 12rem),
    linear-gradient(135deg, rgba(255, 250, 240, 0.92), rgba(248, 244, 251, 0.78));
  border: 1px solid rgba(125, 82, 185, 0.14);
  border-radius: 30px;
  box-shadow: 0 24px 58px rgba(61, 26, 120, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  max-width: 820px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  position: relative;
}

.about-copy::before {
  background: linear-gradient(180deg, rgba(61, 26, 120, 0.74), rgba(116, 64, 168, 0.28));
  border-radius: 999px;
  content: "";
  inset: 34px auto 34px 0;
  position: absolute;
  width: 4px;
}

.about-copy p {
  position: relative;
  z-index: 1;
}

.about-section .section-heading {
  margin-bottom: 18px;
  max-width: 1000px;
}

.faq-list {
  display: grid;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.faq-section {
  background: transparent;
  margin-inline: 0;
  max-width: none;
  overflow: visible;
  position: relative;
}

.faq-section::before {
  content: none;
}

.faq-section > .section-heading,
.faq-section > .faq-list,
.faq-section > .faq-support {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max);
}

.faq-orb {
  animation: ambient-float 18s ease-in-out infinite alternate;
  border-radius: 999px;
  filter: blur(16px);
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.faq-orb-one {
  background: rgba(61, 26, 120, 0.13);
  height: 260px;
  left: -72px;
  top: 120px;
  width: 260px;
}

.faq-orb-two {
  animation-delay: -8s;
  background: rgba(216, 173, 89, 0.1);
  bottom: 78px;
  height: 230px;
  right: -82px;
  width: 230px;
}

.faq-item {
  animation: section-reveal 650ms cubic-bezier(0.16, 1, 0.3, 1) both;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.74), rgba(247, 239, 252, 0.5)),
    radial-gradient(circle at 92% 8%, rgba(237, 232, 247, 0.4), transparent 9rem);
  border: 1px solid rgba(223, 208, 232, 0.58);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(45, 20, 73, 0.065);
  overflow: hidden;
  transition:
    border-color 300ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-item:nth-child(2) {
  animation-delay: 80ms;
}

.faq-item:nth-child(3) {
  animation-delay: 160ms;
}

.faq-item:nth-child(4) {
  animation-delay: 240ms;
}

.faq-item:hover,
.faq-item.is-open {
  border-color: rgba(91, 43, 140, 0.18);
  box-shadow: 0 22px 48px rgba(61, 26, 120, 0.11), 0 0 30px rgba(116, 64, 168, 0.055);
  transform: translateY(-3px);
}

.faq-item h3 {
  margin: 0;
}

.faq-trigger {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr auto;
  padding: 22px 26px;
  text-align: left;
  width: 100%;
}

.faq-trigger > span:nth-child(2) {
  font-size: clamp(1.05rem, 1.45vw, 1.38rem);
  font-weight: 900;
  line-height: 1.2;
}

.faq-topic-icon {
  align-items: center;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 250, 240, 0.94), transparent 52%),
    rgba(237, 232, 247, 0.72);
  border: 1px solid rgba(61, 26, 120, 0.12);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  color: var(--purple);
  display: grid;
  height: 52px;
  place-items: center;
  transition: box-shadow 300ms cubic-bezier(0.22, 1, 0.36, 1), transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 52px;
}

.faq-topic-icon svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  width: 30px;
}

.faq-toggle {
  border: 1px solid rgba(61, 26, 120, 0.16);
  border-radius: 999px;
  height: 34px;
  position: relative;
  transition: background 300ms cubic-bezier(0.22, 1, 0.36, 1), transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 34px;
}

.faq-toggle::before,
.faq-toggle::after {
  background: var(--purple);
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 13px;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-toggle {
  background: rgba(91, 43, 140, 0.1);
  transform: rotate(45deg);
}

.faq-item.is-open .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open .faq-topic-icon,
.faq-item:hover .faq-topic-icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 0 0 7px rgba(91, 43, 140, 0.06), 0 14px 30px rgba(61, 26, 120, 0.12);
  transform: translateY(-2px);
}

.faq-answer {
  border-top: 1px solid rgba(223, 208, 232, 0.78);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition:
    max-height 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-answer.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-answer p {
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.68;
  margin: 0;
  padding: 20px 28px 26px 96px;
}

.faq-support {
  align-items: center;
  background:
    radial-gradient(circle at 86% 20%, rgba(216, 173, 89, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(61, 26, 120, 0.96), rgba(91, 43, 140, 0.9));
  border: 1px solid rgba(255, 250, 240, 0.15);
  border-radius: 26px;
  box-shadow: 0 24px 58px rgba(45, 20, 73, 0.16);
  color: var(--paper);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 22px;
  padding: clamp(22px, 4vw, 34px);
  position: relative;
  z-index: 1;
}

.faq-support .overline {
  color: var(--gold);
}

.faq-support h3 {
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

.faq-support a {
  background: rgba(255, 250, 240, 0.13);
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 999px;
  color: var(--paper);
  font-weight: 900;
  padding: 14px 22px;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.faq-support a:hover {
  background: var(--paper);
  color: var(--purple-dark);
  transform: translateY(-2px);
}

.contact-section {
  margin: clamp(40px, 8vw, 92px) auto clamp(38px, 6vw, 72px);
  max-width: 1180px;
  overflow: hidden;
  padding: clamp(42px, 7vw, 76px) clamp(18px, 5vw, 58px);
  position: relative;
  text-align: center;
}

.contact-section::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(251, 224, 151, 0.36), transparent 34%),
    radial-gradient(circle at 85% 20%, rgba(112, 72, 172, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 250, 240, 0.82), rgba(242, 235, 255, 0.74) 48%, rgba(232, 244, 255, 0.72));
  border: 1px solid rgba(125, 82, 185, 0.12);
  border-radius: 38px;
  box-shadow: 0 28px 90px rgba(61, 26, 120, 0.12);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.contact-orb {
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.contact-orb-one {
  background: rgba(97, 52, 166, 0.22);
  height: 220px;
  left: -70px;
  top: 18%;
  width: 220px;
}

.contact-orb-two {
  background: rgba(99, 184, 218, 0.18);
  bottom: -80px;
  height: 260px;
  right: -60px;
  width: 260px;
}

.contact-section .section-heading {
  margin: 0 auto clamp(28px, 4vw, 42px);
  max-width: 760px;
}

.contact-section .section-heading p:last-child {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.7;
  margin: 14px auto 0;
  max-width: 720px;
}

.contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1040px;
}

.contact-card {
  align-items: center;
  background: rgba(255, 252, 246, 0.72);
  border: 1px solid rgba(125, 82, 185, 0.13);
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(61, 26, 120, 0.08);
  color: var(--ink);
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 190px;
  padding: 26px 18px;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease), background 260ms var(--ease);
}

.contact-card:hover {
  background: rgba(255, 253, 249, 0.88);
  border-color: rgba(103, 55, 172, 0.28);
  box-shadow: 0 24px 66px rgba(61, 26, 120, 0.14);
  transform: translateY(-5px);
}

.contact-icon {
  align-items: center;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(235, 222, 255, 0.72));
  border: 1px solid rgba(125, 82, 185, 0.16);
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(61, 26, 120, 0.1);
  display: inline-flex;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.contact-icon svg {
  fill: none;
  height: 30px;
  stroke: var(--purple);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  width: 30px;
}

.contact-card p {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.contact-card a,
.contact-card span {
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  font-weight: 850;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--purple);
}

.contact-card-wide {
  grid-column: 2 / span 2;
  min-height: 150px;
}

.contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: clamp(26px, 4vw, 40px);
}

.site-footer {
  align-items: center;
  background: transparent;
  border-top: 0;
  display: flex;
  gap: 26px;
  justify-content: center;
  padding: 46px 22px;
  text-align: center;
}

.site-footer img {
  height: auto;
  max-width: 230px;
  width: min(230px, 42vw);
}

.site-footer div,
.site-footer a,
.site-footer span {
  display: block;
}

.site-footer a {
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin-top: 12px;
}

.footer-links a {
  color: rgba(46, 26, 71, 0.74);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: rgba(61, 26, 120, 0.18);
  text-underline-offset: 4px;
  transition: color 220ms var(--ease), text-decoration-color 220ms var(--ease);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--purple);
  text-decoration-color: rgba(61, 26, 120, 0.46);
}

.booking-page-shell .site-footer {
  padding-top: 24px;
}

.privacy-section {
  margin: clamp(46px, 8vw, 96px) auto;
  max-width: 1040px;
  padding: clamp(24px, 5vw, 58px) clamp(18px, 4vw, 34px);
  position: relative;
}

.privacy-section::before {
  background:
    radial-gradient(circle at 18% 14%, rgba(251, 224, 151, 0.32), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(112, 72, 172, 0.18), transparent 34%),
    radial-gradient(circle at 50% 95%, rgba(132, 188, 255, 0.16), transparent 36%);
  border-radius: 42px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.privacy-section .section-heading {
  margin-inline: auto;
  max-width: 760px;
  text-align: center;
}

.privacy-section h1 {
  font-size: clamp(2.8rem, 8vw, 5.8rem);
  line-height: 0.95;
  margin: 0;
}

.privacy-updated {
  color: var(--muted);
  font-weight: 800;
  letter-spacing: 0.02em;
  margin: 18px 0 0;
}

.privacy-card,
.privacy-contact {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 240, 0.76)),
    radial-gradient(circle at 92% 10%, rgba(125, 82, 185, 0.12), transparent 32%);
  border: 1px solid rgba(125, 82, 185, 0.14);
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(61, 26, 120, 0.1);
  margin: clamp(24px, 5vw, 42px) auto 0;
  max-width: 860px;
  padding: clamp(24px, 5vw, 46px);
}

.privacy-card h2,
.privacy-contact h2 {
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  margin: 0 0 18px;
}

.privacy-card p,
.privacy-contact p,
.privacy-contact span {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.78;
  margin: 0 0 18px;
}

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

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

.privacy-contact a,
.privacy-contact span {
  display: block;
}

.privacy-contact a {
  color: var(--purple);
  font-weight: 900;
  margin: 8px 0;
  text-decoration-color: rgba(61, 26, 120, 0.24);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.thank-you-page {
  display: grid;
  min-height: calc(100dvh - 98px);
  place-items: center;
  padding: 44px 22px;
}

.confirmation-card {
  max-width: 820px;
  padding: clamp(28px, 5vw, 58px);
}

.confirmation-card h1 {
  font-size: clamp(2.2rem, 4.4vw, 4.8rem);
}

.confirmation-card p {
  color: var(--muted);
  line-height: 1.65;
}

.confirmation-card dl {
  display: grid;
  gap: 0;
  margin: 30px 0;
}

.confirmation-card dt {
  color: var(--muted);
}

.admin-reference-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100dvh;
}

.admin-side-nav {
  background: rgba(23, 19, 33, 0.82);
  border-right: 1px solid rgba(255, 250, 240, 0.12);
  color: var(--paper);
  padding: 24px;
}

.admin-logo-link {
  background: var(--paper);
  border-radius: 18px;
  display: block;
  margin-bottom: 24px;
  padding: 12px;
}

.admin-logo-link img {
  display: block;
  width: 100%;
}

.admin-side-nav nav {
  display: grid;
  gap: 10px;
}

.admin-side-nav a,
.side-nav-button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--paper);
  font: inherit;
  font-weight: 900;
  padding: 12px 14px;
  text-align: left;
  text-decoration: none;
}

.admin-side-nav a.active,
.admin-side-nav a:hover,
.side-nav-button:hover {
  background: rgba(255, 250, 240, 0.12);
}

.admin-main-panel {
  padding: clamp(28px, 5vw, 64px);
}

.admin-topbar,
.panel-heading {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.admin-topbar h1,
.panel-heading h2 {
  margin: 0;
}

.admin-reference-body .admin-topbar h1,
.admin-reference-body .admin-main-panel > header .overline {
  color: var(--paper);
}

.admin-operator,
.queue-panel,
.login-panel,
.metric,
.booking-row {
  border-radius: var(--radius-lg);
}

.admin-operator {
  padding: 14px 18px;
}

.admin-operator span,
.metric span,
.booking-meta,
.booking-row p {
  color: var(--muted);
}

.queue-panel,
.login-panel {
  margin-top: 28px;
  padding: clamp(22px, 4vw, 34px);
}

#dashboardPanel[hidden],
#loginPanel[hidden],
#logoutButton[hidden] {
  display: none;
}

.metric-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.metric {
  padding: 18px;
}

.metric strong {
  color: var(--purple);
  display: block;
  font-size: 2rem;
}

.booking-table {
  display: grid;
  gap: 16px;
}

.booking-row {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.36fr);
  padding: 18px;
}

.booking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.status-pill {
  background: #efe6f8;
  border-radius: 999px;
  color: var(--purple);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 8px;
  padding: 6px 10px;
  text-transform: uppercase;
}

.row-actions {
  display: grid;
  gap: 10px;
}

@keyframes ambient-float {
  from {
    opacity: 0.46;
    transform: translate3d(0, 0, 0) scale(0.98);
  }

  to {
    opacity: 0.72;
    transform: translate3d(52px, -36px, 0) scale(1.08);
  }
}

@keyframes cta-blob-drift {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-54px, 26px, 0) scale(1.16);
  }
}

@keyframes media-orbit {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(-18px, 18px, 0) scale(1.06);
  }
}

@keyframes hero-illustration-float {
  from {
    transform: translate3d(0, 6px, 0);
  }

  to {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes hero-load-reveal {
  from {
    filter: blur(10px);
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  to {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-media-load-reveal {
  from {
    filter: blur(10px);
    opacity: 0;
    transform: translate3d(34px, -16px, 0);
  }

  to {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(34px, -34px, 0);
  }
}

@keyframes section-reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.care-chatbot {
  bottom: 22px;
  display: grid;
  justify-items: end;
  pointer-events: none;
  position: fixed;
  right: 22px;
  z-index: 150;
}

.chatbot-launcher {
  align-items: center;
  background: radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.24), transparent 34%), linear-gradient(135deg, #6f34a5, #3d1a78 62%, #2b1058);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(61, 26, 120, 0.28), 0 0 0 10px rgba(125, 82, 185, 0.08);
  color: #fffaf0;
  cursor: pointer;
  display: inline-flex;
  height: 64px;
  justify-content: center;
  pointer-events: auto;
  transition: box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1), transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 64px;
}

.chatbot-launcher svg {
  fill: none;
  height: 30px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 30px;
}

.chatbot-launcher:hover,
.chatbot-launcher:focus-visible {
  box-shadow: 0 22px 54px rgba(61, 26, 120, 0.34), 0 0 0 12px rgba(125, 82, 185, 0.11);
  outline: 0;
  transform: translateY(-2px) scale(1.02);
}

.chatbot-panel {
  backdrop-filter: blur(22px) saturate(1.12);
  background: radial-gradient(circle at 18% 8%, rgba(255, 250, 240, 0.92), transparent 18rem), radial-gradient(circle at 90% 10%, rgba(125, 82, 185, 0.16), transparent 14rem), rgba(255, 250, 240, 0.86);
  border: 1px solid rgba(125, 82, 185, 0.18);
  border-radius: 28px;
  bottom: 82px;
  box-shadow: 0 26px 70px rgba(61, 26, 120, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  display: grid;
  grid-template-rows: auto minmax(160px, 1fr) auto auto;
  max-height: min(680px, calc(100vh - 120px));
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  transform: translateY(14px) scale(0.97);
  transform-origin: bottom right;
  transition: opacity 260ms cubic-bezier(0.22, 1, 0.36, 1), transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: min(420px, calc(100vw - 32px));
}

.care-chatbot.is-open .chatbot-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.chatbot-header {
  align-items: center;
  border-bottom: 1px solid rgba(125, 82, 185, 0.12);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 20px 20px 16px;
}

.chatbot-header .overline {
  color: var(--purple);
  margin: 0 0 5px;
}

.chatbot-header h2 {
  color: var(--ink);
  font-size: 1.25rem;
  letter-spacing: 0;
  margin: 0;
}

.chatbot-close {
  background: rgba(248, 244, 251, 0.72);
  border: 1px solid rgba(125, 82, 185, 0.16);
  border-radius: 999px;
  color: var(--purple-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 9px 12px;
}

.chatbot-close:hover,
.chatbot-close:focus-visible {
  background: rgba(255, 250, 240, 0.9);
  border-color: rgba(61, 26, 120, 0.28);
  outline: 3px solid rgba(91, 43, 140, 0.14);
}

.chatbot-messages {
  display: grid;
  gap: 12px;
  max-height: 360px;
  overflow-y: auto;
  padding: 18px 18px 10px;
  scroll-behavior: smooth;
}

.chatbot-message {
  display: flex;
}

.chatbot-message.user {
  justify-content: flex-end;
}

.chatbot-bubble {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(125, 82, 185, 0.12);
  border-radius: 20px 20px 20px 6px;
  box-shadow: 0 10px 26px rgba(61, 26, 120, 0.065);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 92%;
  padding: 12px 14px;
}

.chatbot-message.user .chatbot-bubble {
  background: linear-gradient(135deg, #6730a0, #3d1a78);
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: 20px 20px 6px;
  color: #fffaf0;
  text-shadow: 0 1px 1px rgba(13, 6, 25, 0.1);
}

.chatbot-actions,
.chatbot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chatbot-actions {
  margin-top: 12px;
}

.chatbot-actions a,
.chatbot-actions button,
.chatbot-quick-replies a,
.chatbot-quick-replies button {
  background: rgba(248, 244, 251, 0.84);
  border: 1px solid rgba(125, 82, 185, 0.18);
  border-radius: 999px;
  color: var(--purple-dark);
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 8px 11px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.chatbot-actions a:hover,
.chatbot-actions a:focus-visible,
.chatbot-actions button:hover,
.chatbot-actions button:focus-visible,
.chatbot-quick-replies a:hover,
.chatbot-quick-replies a:focus-visible,
.chatbot-quick-replies button:hover,
.chatbot-quick-replies button:focus-visible {
  background: rgba(255, 250, 240, 0.96);
  border-color: rgba(61, 26, 120, 0.28);
  box-shadow: 0 10px 24px rgba(61, 26, 120, 0.09);
  outline: 0;
  transform: translateY(-1px);
}

.chatbot-quick-replies {
  border-top: 1px solid rgba(125, 82, 185, 0.1);
  padding: 12px 18px;
}

.chatbot-form {
  align-items: center;
  border-top: 1px solid rgba(125, 82, 185, 0.12);
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  padding: 14px 18px 18px;
}

.chatbot-form input {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(125, 82, 185, 0.18);
  border-radius: 999px;
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 14px;
  width: 100%;
}

.chatbot-form input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 4px rgba(91, 43, 140, 0.12);
  outline: 0;
}

.chatbot-form button {
  background: linear-gradient(135deg, #6730a0, #3d1a78);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(61, 26, 120, 0.16);
  color: #fffaf0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 44px;
  padding: 10px 15px;
}

.chatbot-form button:hover,
.chatbot-form button:focus-visible {
  box-shadow: 0 16px 34px rgba(61, 26, 120, 0.22);
  outline: 3px solid rgba(91, 43, 140, 0.16);
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ambient {
    opacity: 0.48;
    transform: none !important;
  }

  .hero-video-shell,
  .hero-media::before,
  .schedule-strip::before,
  .services-ambient,
  .faq-orb {
    animation: none !important;
    transform: none !important;
  }

  .hero-reveal,
  .reveal-on-scroll {
    animation: none !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-property: opacity !important;
  }

  .care-chatbot *,
  .care-chatbot *::before,
  .care-chatbot *::after {
    scroll-behavior: auto !important;
  }

  .home-page .site-header.is-scrolled,
  .side-nav-rail,
  .side-nav-rail.is-visible,
  .side-nav-link,
  .side-nav-tooltip {
    filter: none !important;
    transition-duration: 0.01ms !important;
  }

  .side-nav-rail {
    transform: translate(0, -50%) !important;
  }
}

@media (max-width: 1100px) {
  .hero-section,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .hero-media {
    transform: none;
  }

  .hero-media.hero-reveal {
    animation-name: hero-load-reveal;
  }

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

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

  .contact-card-wide {
    grid-column: 1 / -1;
  }

  .operate-grid,
  .service-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .wide-service {
    grid-column: auto;
  }

  .services-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-cta h3 {
    white-space: normal;
  }
}

@media (max-width: 768px) {
  .home-page .site-header.is-scrolled {
    filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .side-nav-rail,
  .side-nav-rail.is-visible {
    display: none;
  }
}

@media (max-width: 760px) {
  body > .ambient {
    height: min(74vw, 320px);
    width: min(74vw, 320px);
  }

  .ambient-one,
  .ambient-four,
  .ambient-five {
    left: -28vw;
    right: auto;
  }

  .ambient-two,
  .ambient-three,
  .ambient-six {
    left: auto;
    right: -28vw;
  }

  .services-section,
  .faq-section {
    overflow: clip;
  }

  .services-ambient,
  .faq-orb {
    max-height: 58vw;
    max-width: 58vw;
  }

  .site-header,
  .site-footer,
  .admin-topbar,
  .panel-heading,
  .schedule-strip,
  .faq-support {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .site-header {
    gap: 8px;
    grid-template-columns: auto auto;
    justify-items: center;
    min-height: auto;
    padding: 8px 14px 12px;
  }

  .site-header.is-scrolled {
    backdrop-filter: blur(20px) saturate(1.06);
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 250, 240, 0.35), transparent 14rem),
      linear-gradient(90deg, rgba(236, 229, 241, 0.6), rgba(255, 248, 234, 0.46), rgba(236, 229, 241, 0.6));
    border-radius: 0 0 20px 20px;
    box-shadow: 0 10px 34px rgba(61, 26, 120, 0.07);
    padding: 7px 12px 11px;
  }

  .site-header.is-scrolled .brand {
    opacity: 1;
    transform: none;
  }

  .brand {
    justify-self: start;
  }

  .faq-support h3 {
    white-space: normal;
  }

  .brand img {
    height: clamp(54px, 16vw, 72px);
    width: auto;
  }

  .site-header.is-scrolled .brand img {
    height: clamp(48px, 14vw, 64px);
  }

  .site-nav {
    backdrop-filter: blur(18px) saturate(1.1);
    background: rgba(248, 244, 251, 0.9);
    border: 1px solid rgba(125, 82, 185, 0.16);
    border-radius: 24px;
    box-shadow: 0 20px 45px rgba(61, 26, 120, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.68);
    display: grid;
    gap: 4px;
    grid-column: 1 / -1;
    justify-items: stretch;
    justify-content: center;
    justify-self: center;
    max-width: calc(100vw - 24px);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    transform: translateY(-8px);
    width: min(100%, 330px);
  }

  .site-header.is-scrolled .site-nav {
    left: auto;
    max-width: calc(100vw - 24px);
    position: relative;
    top: auto;
    transform: none;
    width: auto;
  }

  .site-header.nav-open .site-nav,
  .site-header.is-scrolled.nav-open .site-nav {
    max-height: 420px;
    opacity: 1;
    padding: 10px;
    pointer-events: auto;
    transform: none;
    width: min(100%, 330px);
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .site-nav a,
  .site-header.is-scrolled .site-nav a {
    font-size: 0.86rem;
    padding: 10px 12px;
    text-align: center;
    width: 100%;
  }

  .care-chatbot {
    bottom: 14px;
    left: 12px;
    right: 12px;
  }

  .chatbot-launcher {
    height: 58px;
    justify-self: end;
    width: 58px;
  }

  .chatbot-panel {
    border-radius: 26px 26px 18px 18px;
    bottom: 74px;
    max-height: min(620px, calc(100vh - 104px));
    right: 0;
    width: 100%;
  }

  .chatbot-header {
    padding: 18px 16px 14px;
  }

  .chatbot-messages {
    max-height: min(330px, 42vh);
    padding: 16px 14px 8px;
  }

  .chatbot-bubble {
    max-width: 96%;
  }

  .chatbot-quick-replies {
    max-height: 118px;
    overflow-y: auto;
    padding: 11px 14px;
  }

  .chatbot-form {
    grid-template-columns: 1fr;
    padding: 12px 14px 14px;
  }

  .chatbot-form button {
    width: 100%;
  }

  .home-page .site-header.is-scrolled {
    filter: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .side-nav-rail,
  .side-nav-rail.is-visible {
    display: none;
  }

  h1 {
    font-size: clamp(2.15rem, 11.5vw, 3.2rem);
  }

  .hero-copy h1 {
    font-size: clamp(2.05rem, 10.4vw, 2.95rem);
    line-height: 1.06;
    max-width: 11.5ch;
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .hero-section,
  .booking-panel,
  .operate-section,
  .services-section,
  .about-section,
  .contact-section,
  .faq-section,
  .testimonials-section {
    padding-inline: 14px;
  }

  .hero-media {
    min-height: auto;
    padding: 16px;
  }

  .hero-video-shell {
    aspect-ratio: 1.32 / 1;
  }

  .hero-video {
    object-position: 55% 40%;
    transform: translate(0, -4%) scale(1.08);
  }

  .media-note {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }

  .trust-cards,
  .contact-grid,
  .service-grid,
  .form-grid.two,
  .check-grid,
  .metric-row,
  .booking-row {
    grid-template-columns: 1fr;
  }

  .service-grid > .service-card {
    grid-column: 1 / -1;
  }

  .trust-cards article {
    min-height: 190px;
  }

  .contact-section {
    border-radius: 0;
    margin-block: 34px;
    padding-block: 44px;
  }

  .contact-section::before {
    border-radius: 28px;
  }

  .contact-card {
    min-height: auto;
    padding: 24px 16px;
  }

  .contact-card-wide {
    grid-column: 1 / -1;
  }

  .faq-trigger {
    gap: 12px;
    grid-template-columns: auto 1fr auto;
    padding: 18px 16px;
  }

  .faq-topic-icon {
    border-radius: 16px;
    height: 44px;
    width: 44px;
  }

  .faq-topic-icon svg {
    height: 26px;
    width: 26px;
  }

  .faq-answer p {
    padding: 16px 18px 22px;
  }

  .request-summary div,
  .confirmation-card dl div {
    grid-template-columns: 1fr;
  }

  .standalone-booking {
    gap: 20px;
    padding-block: 28px 36px;
  }

  .standalone-booking .booking-preview,
  .standalone-booking .booking-preview h1,
  .standalone-booking .booking-preview p {
    text-align: center;
  }

  .standalone-booking .booking-preview h1 {
    font-size: clamp(2.05rem, 11vw, 2.75rem);
    margin-inline: auto;
    max-width: 14ch;
  }

  .standalone-booking .booking-preview p {
    margin-inline: auto;
    max-width: 31ch;
  }

  .standalone-booking .request-summary dd {
    margin-inline: auto;
    max-width: 28ch;
  }

  .standalone-booking .booking-trust-badges {
    grid-template-columns: 1fr;
  }

  .standalone-booking .form-footer {
    justify-content: center;
    text-align: center;
  }

  .standalone-booking .form-footer .button {
    width: 100%;
  }

  .admin-reference-shell {
    grid-template-columns: 1fr;
  }

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