body.book-page,
body.about-page,
body.gallery-page {
  padding-top: 76px;
}

body.about-page,
body.about-page main {
  overflow-x: clip;
}

body.book-page .contact-btn,
body.book-page .back-to-top,
body.book-page .contact-fab,
body.book-page .mobile-tabbar,
body.book-page .mobile-tabbar-spacer {
  display: none !important;
}

.root-page-main {
  padding-top: 0.15rem;
}

.root-split-section-intro {
  max-width: 760px;
  margin: 0 auto 2rem;
  text-align: center;
}

.root-split-section-block {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

body.book-page .root-split-section-block {
  max-width: 1360px;
}

body.book-page .book-wizard-section > .container {
  max-width: 1400px;
}

body.book-page .book-wizard-panel,
body.book-page .book-session-phase-shell,
body.book-page .book-session-phase,
body.book-page .book-selection-heading,
body.book-page .book-phase-header,
body.book-page .book-choice-section {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.root-split-link-card {
  display: block;
  padding: 1.4rem;
  color: inherit;
  text-decoration: none;
}

.root-split-link-card:hover,
.root-split-link-card:focus-visible {
  color: inherit;
  text-decoration: none;
}

.root-split-subtitle {
  color: var(--color-blue);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero-split-section {
  background:
    radial-gradient(980px 360px at 14% -10%, rgba(11, 99, 206, 0.09), transparent 64%),
    linear-gradient(180deg, #fcfdff 0%, #f8fbff 52%, #ffffff 100%);
}

.about-hero-copy {
  max-width: 34rem;
}

.about-hero-availability {
  margin-top: 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-primary);
}

.about-hero-guest-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.75rem;
  padding: 0;
  margin: 0 0 1.4rem;
  list-style: none;
}

.about-hero-guest-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-primary);
  font-weight: 650;
  line-height: 1.25;
}

.about-hero-guest-list li::before {
  content: "";
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: var(--color-blue);
  box-shadow: 0 0 0 0.22rem rgba(11, 99, 206, 0.12);
}

.about-hero-kicker {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-blue);
}

.about-hero-media img,
.about-hero-media video {
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: 560px;
  object-fit: cover;
}

.about-proof-strip-section {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-top: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.about-proof-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-left: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.about-proof-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  min-height: 5rem;
  padding: 0.95rem 1rem;
  border-right: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.58);
  text-align: left;
}

.about-proof-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 8px;
  color: var(--color-blue);
  background: rgba(11, 99, 206, 0.08);
}

.about-proof-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-proof-copy {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
}

.about-proof-label {
  color: var(--color-blue);
  font-size: clamp(0.9rem, 0.4vw + 0.82rem, 1.05rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.about-proof-value {
  color: var(--text-muted);
  font-size: clamp(0.76rem, 0.35vw + 0.68rem, 0.88rem);
  font-weight: 500;
  line-height: 1.2;
}

.about-story-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.about-story-stack {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.75rem;
}

.about-story-card {
  padding: 1.35rem 1.45rem;
  border-left: 4px solid rgba(11, 99, 206, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.about-standards-band {
  background:
    radial-gradient(760px 320px at 12% 0%, rgba(11, 99, 206, 0.08), transparent 60%),
    linear-gradient(180deg, #eff5ff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.about-standards-grid {
  justify-content: center;
}

.about-standard-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.about-locations-band {
  background:
    radial-gradient(760px 320px at 85% 0%, rgba(11, 99, 206, 0.08), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.about-locations-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: stretch;
}

.about-map-card {
  display: grid;
  align-content: start;
  padding: 1.45rem;
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}

.about-map-copy {
  max-width: 28rem;
  margin-bottom: 1rem;
}

.about-country-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  border-radius: 22px;
  background:
    radial-gradient(220px 160px at 50% 24%, rgba(11, 99, 206, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(244, 247, 252, 0.98), rgba(236, 243, 252, 0.92));
  overflow: hidden;
}

.about-country-visual img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
}

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

.about-city-card {
  display: grid;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.about-city-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.about-city-media {
  position: relative;
}

.about-city-content {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1rem 1.05rem;
}

.about-city-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(254, 240, 138, 0.88);
  color: #854d0e;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-city-card:hover,
.about-city-card:focus-visible {
  color: inherit;
  text-decoration: none;
  transform: translateY(-1px);
  border-color: rgba(11, 99, 206, 0.42);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.98) 0%, rgba(228, 240, 255, 1) 100%);
  box-shadow: 0 18px 34px rgba(11, 99, 206, 0.14);
}

.about-city-card:hover .about-city-media img,
.about-city-card:focus-visible .about-city-media img {
  transform: scale(1.05);
}

.about-team-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 251, 255, 0.96) 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.about-team-grid {
  align-items: stretch;
}

.about-team-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 24px;
  background: #dbeafe;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.about-team-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}

.about-team-card:hover img,
.about-team-card:focus-within img {
  transform: scale(1.055);
}

.about-team-card-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 16%, rgba(15, 23, 42, 0.84) 100%);
  color: #fff;
}

.about-team-card-name {
  margin: 0;
  font-size: clamp(1.25rem, 1.3vw + 0.9rem, 1.9rem);
  color: #fff;
  text-transform: capitalize;
}

.about-team-card-city {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  font-size: 0.96rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.about-team-card-pin {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
  color: rgba(255, 255, 255, 0.94);
}

.about-team-card-pin svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-services-band {
  background:
    linear-gradient(180deg, rgba(251, 249, 244, 0.94) 0%, rgba(255, 255, 255, 1) 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.about-service-card-title {
  font-weight: 700;
  color: var(--text-primary);
}

.about-service-card-eyebrow {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-blue);
}

.about-service-card-copy {
  margin-top: 0.38rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.about-service-rows {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.about-service-row {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1rem;
  align-content: space-between;
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.about-service-row-reverse {
  grid-template-columns: initial;
}

.about-service-row-reverse .about-service-row-copy {
  order: initial;
}

.about-service-row-reverse .about-service-row-media {
  order: initial;
}

.about-service-row-media {
  overflow: hidden;
  border-radius: 20px;
}

.about-service-row-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.about-service-note {
  max-width: 58rem;
  margin: 2.75rem auto 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.about-service-testimonial {
  flex: 1 1 0;
  min-width: 0;
}

.about-sha-cert {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-sha-cert img {
  display: block;
  width: 120px;
  height: 120px;
}

@media (max-width: 767px) {
  .about-service-note {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .about-sha-cert {
    align-self: center;
  }
}

.about-service-review-score {
  display: block;
  margin-bottom: 0.7rem;
  margin-top: 0.15rem;
  color: var(--text-primary);
  font-size: clamp(1.35rem, 1.2vw + 1rem, 2rem);
  font-weight: 800;
  line-height: 1;
}

.about-service-review-stars {
  color: #f6b91a;
  letter-spacing: 0.04em;
  font-size: clamp(1.45rem, 1.1vw + 1rem, 2.05rem);
}

.about-service-review-quote {
  max-width: 48rem;
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading, inherit);
  font-size: clamp(1.35rem, 1.35vw + 1rem, 2.25rem);
  font-weight: 700;
  line-height: 1.18;
}

.about-service-review-quote cite {
  color: var(--text-muted);
  font-family: var(--font-body, inherit);
  font-size: 0.72em;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.about-next-band {
  background:
    radial-gradient(760px 320px at 16% 0%, rgba(11, 99, 206, 0.06), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.about-next-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

.about-next-intro {
  margin-bottom: 0;
}

.about-next-list {
  display: grid;
  gap: 1rem;
}

.about-next-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 12.5rem);
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.about-next-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(243, 244, 246, 0.98);
  color: var(--text-primary);
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.about-news-band {
  background:
    radial-gradient(760px 320px at 84% 0%, rgba(11, 99, 206, 0.06), transparent 62%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.about-news-feed {
  max-width: 1080px;
  margin-inline: auto;
}

.about-news-feed .update-card {
  border-radius: 22px;
  overflow: hidden;
}

.about-news-feed .blog-card-media {
  overflow: hidden;
}

.about-news-feed .blog-card-media img {
  transition: transform 0.36s ease;
}

.about-news-feed .card-link:hover .blog-card-media img,
.about-news-feed .card-link:focus-visible .blog-card-media img {
  transform: scale(1.055);
}

.about-news-feed .card-body {
  padding: 1rem;
}

.about-news-feed .update-card-date {
  display: none;
}

.about-trust-strip {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.about-google-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.62rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.about-google-profile-link:hover,
.about-google-profile-link:focus-visible {
  color: var(--color-blue);
  text-decoration: none;
  transform: translateY(-1px);
  border-color: rgba(11, 99, 206, 0.36);
  background: rgba(239, 246, 255, 0.96);
}

.about-next-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 34%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 66%, transparent 100%);
  transform: translateX(-135%);
  transition: transform 0.65s ease;
}

.about-next-copy {
  display: grid;
  gap: 0.25rem;
}

.about-next-title {
  font-weight: 700;
  color: var(--text-primary);
}

.about-next-copy small {
  color: var(--text-muted);
  font-size: 0.94rem;
}

.about-next-row:hover .about-next-button,
.about-next-row:focus-within .about-next-button,
.about-next-button:hover,
.about-next-button:focus-visible {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.96) 0%, rgba(29, 78, 216, 0.98) 100%);
  border-color: rgba(29, 78, 216, 0.82);
  box-shadow: 0 16px 28px rgba(37, 99, 235, 0.2);
}

.about-next-row:hover .about-next-button::before,
.about-next-row:focus-within .about-next-button::before,
.about-next-button:hover::before,
.about-next-button:focus-visible::before {
  transform: translateX(135%);
}

.book-wizard-section {
  background:
    radial-gradient(980px 360px at 10% -12%, rgba(11, 99, 206, 0.08), transparent 58%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.book-wizard {
  display: grid;
  gap: 1.5rem;
}

.book-wizard-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.book-wizard-progress::before {
  content: "";
  position: absolute;
  top: 1.15rem;
  left: 3rem;
  right: 3rem;
  height: 2px;
  background: rgba(148, 163, 184, 0.32);
}

.book-wizard-progress-item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.6rem;
  justify-items: center;
  text-align: center;
  color: var(--text-muted);
}

.book-wizard-progress-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.95);
  border: 1px solid rgba(203, 213, 225, 0.86);
  color: var(--text-muted);
  font-weight: 800;
}

.book-wizard-progress-label {
  font-weight: 500;
  line-height: 1.3;
  color: rgba(100, 116, 139, 0.9);
}

.book-wizard-progress-item.is-active,
.book-wizard-progress-item.is-complete {
  color: rgba(51, 65, 85, 0.92);
}

.book-wizard-progress-item.is-active .book-wizard-progress-dot,
.book-wizard-progress-item.is-complete .book-wizard-progress-dot {
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff;
}

.book-wizard.is-review-step .book-wizard-progress {
  display: none;
}

.book-wizard-panel {
  display: grid;
  gap: 2rem;
}

.book-wizard-step-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.book-wizard-step-kicker {
  color: var(--color-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}

.book-wizard-step-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.book-wizard-step-copy {
  max-width: 660px;
  margin: 0.85rem auto 0;
  color: var(--text-muted);
  font-size: 1.04rem;
}

.book-session-schedule {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.book-session-phase-shell {
  display: grid;
}

.book-session-phase {
  display: grid;
  gap: 1.75rem;
}

.book-session-schedule-card {
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(203, 213, 225, 0.72);
  background:
    radial-gradient(900px 260px at 100% -18%, rgba(11, 99, 206, 0.06), transparent 60%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.book-session-schedule-title {
  margin: 0 0 1.35rem;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.book-selection-heading {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.45rem;
}

.book-selection-kicker {
  color: var(--color-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.book-selection-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.book-selection-copy {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
}

.book-phase-header {
  max-width: 760px;
  margin: 0 auto;
}

.book-phase-label {
  color: var(--color-blue);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.book-phase-title {
  margin-bottom: 0.45rem;
  font-size: clamp(1.35rem, 2vw, 1.95rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.book-phase-copy {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 1rem;
}

.book-field .form-label,
.book-details-form .form-label {
  font-weight: 700;
  color: var(--text-primary);
}

.form-required-star {
  color: #dc2626;
}

.book-field .form-control,
.book-field .form-select,
.book-details-form .form-control,
.book-details-form .form-select {
  min-height: 42px;
  border-radius: 12px;
  border-color: rgba(203, 213, 225, 0.86);
  background: rgba(255, 255, 255, 0.96);
  font-weight: 500;
}

.book-details-form .form-control.is-invalid,
.book-details-form .form-select.is-invalid {
  border-color: #dc2626;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.book-field-error {
  margin-top: 0.5rem;
  color: #dc2626;
  font-size: 0.92rem;
  font-weight: 600;
}

.book-field .form-select,
.book-details-form .form-select {
  height: 42px;
  padding-right: 2.2rem;
}

.book-details-form textarea.form-control {
  min-height: 180px;
}

.book-choice-section {
  display: grid;
  gap: 1rem;
  padding-top: 0;
  border-top: 0;
}

.book-choice-section-first {
  padding-top: 0;
  border-top: 0;
}

.book-choice-section.is-invalid-choice {
  padding: 0;
  border-radius: 0;
  border-top: 0;
  box-shadow: none;
}

.book-choice-copy {
  max-width: 740px;
}

.book-choice-copy h3 {
  margin-bottom: 0.45rem;
  font-size: 1.35rem;
  font-weight: 700;
}

.book-choice-copy p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.book-choice-grid {
  display: grid;
  gap: 1.25rem;
}

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

.book-choice-grid-packages {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.book-choice-grid-therapists {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.book-therapist-row {
  --bs-gutter-x: 1.5rem;
}

.book-therapist-row > [class*="col-"] {
  display: flex;
}

.book-therapist-row .therapist-photo-card-wrap {
  width: 100%;
}

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

.book-location-autocomplete {
  position: relative;
}

.book-location-status {
  min-height: 1.25rem;
  margin-top: 0.55rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.book-location-status.is-verified {
  color: #15803d;
}

.book-location-status.is-warning {
  color: #b45309;
}

.book-location-status.is-manual {
  color: var(--text-muted);
}

.book-location-suggestions {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem;
  border-radius: 16px;
  border: 1px solid rgba(203, 213, 225, 0.88);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.book-location-suggestion {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--text-primary);
  text-align: left;
  padding: 0.75rem 0.85rem;
  display: grid;
  gap: 0.2rem;
}

.book-location-suggestion:hover,
.book-location-suggestion:focus-visible {
  background: rgba(239, 246, 255, 0.95);
}

.book-location-suggestion-main {
  font-weight: 700;
}

.book-location-suggestion-sub {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.book-choice-card {
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  text-align: left;
  border-radius: 24px;
  border: 1px solid rgba(203, 213, 225, 0.88);
  background: #fff;
  color: inherit;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.book-choice-card:hover,
.book-choice-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.1);
  border-color: rgba(37, 99, 235, 0.42);
}

.book-choice-card.is-selected {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.96) 0%, rgba(29, 78, 216, 0.98) 100%);
  border-color: rgba(37, 99, 235, 0.95);
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.26);
  color: #fff;
}

.book-choice-card.is-simple {
  min-height: 0;
  align-content: start;
}

.book-therapist-card {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.2s ease;
}

.book-therapist-card.is-selected {
  background: #fff;
  color: inherit;
  border: 3px solid var(--color-blue);
  box-shadow: 0 16px 34px rgba(11, 99, 206, 0.18);
}

.book-therapist-card.is-selected:not(.book-therapist-card-no-preference) .therapist-card-name,
.book-therapist-card.is-selected:not(.book-therapist-card-no-preference) .therapist-card-city,
.book-therapist-card.is-selected:not(.book-therapist-card-no-preference) .book-choice-copy {
  color: #fff;
}

.book-therapist-card:hover,
.book-therapist-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.16);
}

.book-therapist-media {
  display: block;
  width: 100%;
  background: rgba(15, 23, 42, 0.94);
  overflow: hidden;
  position: relative;
}

.book-therapist-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.book-therapist-card .therapist-top-pills {
  top: 0.8rem;
  left: 0.8rem;
  max-width: calc(100% - 1.6rem);
}

.book-therapist-card .therapist-card-meta {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
}

.book-therapist-card .therapist-card-name {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.05;
}

.book-therapist-card .therapist-card-city {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.book-therapist-card .therapist-card-city .pin-icon {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
}

.book-therapist-card .therapist-card-city .pin-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.book-therapist-card .book-choice-copy {
  margin: 0;
}

.book-therapist-card-no-preference {
  min-height: 100%;
  padding: 1.2rem;
  align-content: center;
}

.book-therapist-card-no-preference .book-choice-body {
  min-height: 100%;
  justify-content: center;
  text-align: center;
}

.book-therapist-card-no-preference .book-choice-title {
  text-align: center;
  color: var(--text-primary);
}

.book-therapist-card-no-preference .book-choice-copy {
  color: var(--text-muted);
  text-align: center;
}

.book-therapist-card-no-preference.is-selected {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.96) 0%, rgba(29, 78, 216, 0.98) 100%);
  border-color: rgba(37, 99, 235, 0.95);
  box-shadow: 0 24px 50px rgba(37, 99, 235, 0.26);
}

.book-therapist-card-no-preference.is-selected .book-choice-title,
.book-therapist-card-no-preference.is-selected .book-choice-copy {
  color: #fff;
}

.book-choice-media {
  display: block;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(241, 245, 249, 0.95);
}

.book-choice-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 240ms ease;
}

.book-choice-card:hover .book-choice-media img,
.book-choice-card:focus-visible .book-choice-media img {
  transform: scale(1.05);
}

.book-choice-body {
  display: grid;
  gap: 0.45rem;
}

.book-choice-title-center {
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .book-choice-media img {
    transition: none;
  }

  .book-choice-card:hover .book-choice-media img,
  .book-choice-card:focus-visible .book-choice-media img {
    transform: none;
  }
}

.book-therapist-availability {
  justify-self: start;
  margin-bottom: 0.1rem;
}

.book-therapist-selected-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-blue);
  color: #fff;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 4px 14px rgba(11, 99, 206, 0.3);
}

.book-choice-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.book-choice-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--text-primary);
}

.book-choice-price {
  flex-shrink: 0;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.book-choice-price-bottom {
  justify-self: center;
  margin-top: 0.2rem;
}

.book-choice-copy {
  color: var(--text-muted);
}

.book-choice-card.is-selected .book-choice-title,
.book-choice-card.is-selected .book-choice-copy,
.book-choice-card.is-selected .book-choice-price {
  color: #fff;
}

.book-choice-card.is-selected .book-choice-price {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.book-details-layout {
  display: grid;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.book-confirmation-layout {
  display: block;
}

.book-details-form {
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(255, 255, 255, 0.82);
}

.book-details-head {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.book-details-title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.book-summary-panel {
  position: sticky;
  top: 110px;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(247, 250, 255, 0.96);
}

.book-summary-title {
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--text-primary);
}

.book-summary-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.book-summary-row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.book-summary-row dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-blue);
}

.book-summary-row dd {
  margin: 0;
  color: var(--text-primary);
  font-weight: 600;
}

.book-confirmation-callout {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(191, 219, 254, 0.95);
  background: rgba(239, 246, 255, 0.94);
}

.book-confirmation-callout-title {
  margin-bottom: 0.35rem;
  font-weight: 800;
  color: var(--text-primary);
}

.book-whatsapp-cta {
  width: 100%;
  justify-content: center;
  gap: 0.65rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.book-whatsapp-cta-icon {
  display: inline-flex;
  width: 1.05rem;
  height: 1.05rem;
}

.book-whatsapp-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0) 64%, transparent 100%);
  transform: translateX(-140%);
  pointer-events: none;
  animation: bookCtaSweep 3.8s ease-in-out infinite;
}

.book-whatsapp-cta > * {
  position: relative;
  z-index: 1;
}

.book-confirmation-layout {
  max-width: 1180px;
  margin: 0 auto;
}

.book-confirmation-top {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.book-confirmation-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(300px, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.book-review-card {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.book-review-card-hero {
  padding: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.book-hero-therapist-media,
.book-hero-therapist-fallback {
  position: relative;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.82);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.book-hero-therapist-split {
  display: grid;
  width: 100%;
  aspect-ratio: 1 / 0.56;
  gap: 0.65rem;
}

.book-hero-therapist-split-1 {
  grid-template-columns: 1fr;
}

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

.book-hero-therapist-split-3,
.book-hero-therapist-split-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.book-hero-therapist-media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
  display: block;
  background: rgba(15, 23, 42, 0.08);
}

.book-hero-therapist-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.02) 28%, rgba(15, 23, 42, 0.85) 100%);
}

.book-hero-therapist-overlay {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.1rem;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
}

.book-hero-therapist-name {
  color: #fff;
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 2vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}

.book-hero-therapist-location,
.book-hero-therapist-more {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.book-hero-therapist-more {
  margin-top: 0.25rem;
  font-size: 0.92rem;
}

.book-hero-therapist-fallback {
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 1.35rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98) 0%, rgba(226, 232, 240, 0.94) 100%);
}

.book-confirmation-lead-title {
  margin: 0 0 0.25rem;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.book-confirmation-lead-copy {
  margin: 0 0 0.9rem;
  color: var(--text-primary);
  font-size: 1rem;
  line-height: 1.35;
}

.book-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.book-review-edit-btn {
  border: 0;
  background: transparent;
  color: var(--color-blue);
  font-weight: 700;
  padding: 0;
}

.book-review-card-title {
  margin: 0 0 0.7rem;
  font-family: var(--font-heading);
  font-size: clamp(1.05rem, 1.15vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.book-review-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
}

.book-review-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: baseline;
}

.book-review-row dt,
.book-review-row dd {
  margin: 0;
}

.book-review-row dt {
  color: var(--text-muted);
  font-weight: 500;
}

.book-review-row dd {
  color: var(--text-primary);
  font-weight: 600;
  text-align: right;
  min-width: 0;
}

.book-review-card-guest .book-review-row {
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
}

.book-review-card-guest .book-review-row dd {
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.book-payment-summary {
  display: grid;
  gap: 0.95rem;
}

.book-payment-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.book-payment-label {
  display: grid;
  gap: 0.18rem;
  color: var(--text-primary);
}

.book-payment-multiplier {
  color: var(--text-muted);
}

.book-payment-value {
  font-weight: 600;
  color: var(--text-primary);
  text-align: right;
}

.book-payment-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(203, 213, 225, 0.72);
  font-size: 1.05rem;
}

.book-payment-total strong {
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.book-confirmation-actions {
  display: grid;
  gap: 0.75rem;
}

.book-confirmation-action-copy {
  color: var(--text-muted);
  font-size: 0.94rem;
}

.book-copy-cta {
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.book-copy-cta-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-flex;
}

.book-copy-cta-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
}

.book-copy-cta.is-success {
  color: #fff;
  border-color: #16a34a;
  background: #16a34a;
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.18);
}

.book-copy-cta.is-error {
  color: #fff;
  border-color: #dc2626;
  background: #dc2626;
}

.book-manual-steps {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
  color: var(--text-muted);
}

.book-manual-steps strong {
  color: var(--text-primary);
}

.book-wizard-toast {
  position: fixed;
  left: 50%;
  bottom: 96px;
  z-index: 1200;
  min-width: min(92vw, 360px);
  max-width: min(92vw, 420px);
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.96);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.28);
  transform: translate(-50%, 14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.book-wizard-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.book-manual-contact-title {
  margin: 1rem 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
}

.book-manual-instructions {
  margin: 0 0 0.75rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.22rem;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.book-manual-contact-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 0.15rem;
}

.book-manual-contact-links a {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.5rem;
  min-height: 118px;
  padding: 0.9rem 0.65rem;
  border-radius: 14px;
  border: 1px solid rgba(203, 213, 225, 0.92);
  background: rgba(248, 250, 252, 0.96);
  color: var(--text-primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.book-manual-contact-links a small {
  display: block;
  max-width: 100%;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.book-manual-contact-links a:hover,
.book-manual-contact-links a:focus-visible {
  background: rgba(239, 246, 255, 1);
  border-color: rgba(96, 165, 250, 0.95);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.book-app-icon-file {
  width: 16px;
  height: 16px;
  display: inline-flex;
  flex: 0 0 16px;
  background: currentColor;
  -webkit-mask-image: var(--icon-url);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: var(--icon-url);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

.book-app-icon-tile {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  color: #0b63ce;
}

.book-manual-contact-note {
  margin-top: 1rem;
  color: var(--text-muted);
}

.book-manual-contact {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(203, 213, 225, 0.72);
}

.book-confirmation-footer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.95rem;
}

.book-back-secondary {
  border: 1px solid rgba(203, 213, 225, 0.95);
  background: rgba(241, 245, 249, 0.98);
  color: #0f172a;
  font-weight: 600;
}

.book-back-secondary:hover,
.book-back-secondary:focus-visible {
  background: rgba(226, 232, 240, 1);
  border-color: rgba(148, 163, 184, 0.95);
  color: #0f172a;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.book-manual-contact h3 {
  margin-bottom: 0.45rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.book-manual-contact p {
  margin-bottom: 0.9rem;
  color: var(--text-muted);
}

.book-copy-cta {
  width: 100%;
  margin-top: 0.65rem;
}

.book-manual-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.book-manual-contact-list li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--text-muted);
}

.book-manual-contact-list a {
  color: var(--color-blue);
  font-weight: 600;
}

.book-wizard-actions {
  position: sticky;
  bottom: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid rgba(203, 213, 225, 0.72);
  background: #f9fbff;
  box-shadow: 0 -14px 32px rgba(15, 23, 42, 0.08);
}

.book-wizard-actions .btn,
.book-wizard-actions .btn-book {
  min-width: 180px;
}

.book-wizard-actions #bookWizardBack {
  min-width: 56px;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 16px;
  flex: 0 0 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.book-wizard-actions #bookWizardContinue {
  margin-left: auto;
  position: relative;
  overflow: hidden;
  background: #bfdbfe;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
}

.book-wizard-actions #bookWizardContinue.is-disabled {
  background: #bfdbfe;
  box-shadow: none;
  opacity: 0.96;
  cursor: not-allowed;
}

.book-wizard-actions #bookWizardContinue.is-ready {
  background: var(--color-blue);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.24);
}

.book-wizard-actions #bookWizardContinue::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0) 36%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 64%, transparent 100%);
  transform: translateX(-140%);
  opacity: 0;
  pointer-events: none;
}

.book-wizard-actions #bookWizardContinue.is-ready-cue::after {
  opacity: 1;
  animation: bookCtaSweep 0.95s ease;
}

@keyframes bookCtaSweep {
  from { transform: translateX(-140%); }
  to { transform: translateX(140%); }
}

.book-reviews-section .container {
  max-width: 1240px;
}

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

.gallery-visual-card {
  display: block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.gallery-visual-card:hover,
.gallery-visual-card:focus-visible {
  color: inherit;
  text-decoration: none;
}

.gallery-visual-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-visual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-visual-body {
  padding: 1.15rem 1.15rem 1.25rem;
}

.gallery-visual-title {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
}

.gallery-visual-copy {
  margin-bottom: 0;
  color: var(--text-muted);
}

.gallery-proof-band {
  background:
    radial-gradient(900px 320px at 90% -10%, rgba(11, 99, 206, 0.13), transparent 60%),
    linear-gradient(180deg, rgba(11, 99, 206, 0.05) 0%, rgba(255, 255, 255, 0.94) 100%);
}

.gallery-atmosphere-section {
  background:
    radial-gradient(1000px 360px at 12% -12%, rgba(11, 99, 206, 0.1), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(244, 248, 253, 0.9) 100%);
}

.gallery-atmosphere-copy {
  max-width: 620px;
}

.gallery-atmosphere-media {
  overflow: hidden;
}

.gallery-atmosphere-media img {
  width: 100%;
  min-height: 320px;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-proof-band .glass-card {
  overflow: hidden;
}

.gallery-proof-band img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

html.theme-dark .about-hero-split-section {
  background:
    radial-gradient(980px 380px at 12% -10%, rgba(96, 165, 250, 0.24), transparent 63%),
    linear-gradient(180deg, #1a314d 0%, #14283f 52%, #0f1e31 100%);
}

html.theme-dark .about-proof-strip-section {
  background: linear-gradient(180deg, #0f1e31 0%, rgba(10, 17, 29, 0.98) 100%);
}

html.theme-dark .about-story-card,
html.theme-dark .about-standard-card,
html.theme-dark .about-map-card,
html.theme-dark .about-city-card,
html.theme-dark .about-service-row,
html.theme-dark .about-next-row,
html.theme-dark .about-google-profile-link {
  background: rgba(10, 19, 32, 0.86);
  border-color: rgba(148, 163, 184, 0.24);
}

html.theme-dark .about-standards-band {
  background:
    radial-gradient(760px 320px at 12% 0%, rgba(96, 165, 250, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(13, 26, 44, 0.96), rgba(9, 18, 30, 0.98));
}

html.theme-dark .about-locations-band,
html.theme-dark .about-services-band,
html.theme-dark .about-next-band,
html.theme-dark .about-news-band,
html.theme-dark .about-team-band,
html.theme-dark .about-story-band {
  background:
    linear-gradient(180deg, rgba(10, 17, 29, 0.98), rgba(8, 14, 24, 1));
}

html.theme-dark .about-country-visual {
  background:
    radial-gradient(220px 160px at 50% 24%, rgba(96, 165, 250, 0.14), transparent 60%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(7, 14, 24, 0.94));
}

html.theme-dark .about-city-card:hover,
html.theme-dark .about-city-card:focus-visible {
  background: linear-gradient(180deg, rgba(24, 43, 70, 0.96) 0%, rgba(16, 32, 52, 0.98) 100%);
  border-color: rgba(96, 165, 250, 0.42);
  color: rgba(219, 234, 254, 0.98);
}

html.theme-dark .about-service-card-title,
html.theme-dark .about-next-title {
  color: #f8fbff;
}

html.theme-dark .about-service-card-copy,
html.theme-dark .about-next-copy small,
html.theme-dark .about-service-note .text-muted {
  color: rgba(203, 213, 225, 0.88);
}

html.theme-dark .about-city-badge {
  background: rgba(133, 77, 14, 0.28);
  color: rgba(254, 240, 138, 0.98);
}

html.theme-dark .about-team-card {
  background: rgba(15, 23, 42, 0.96);
}

html.theme-dark .about-next-button {
  background: rgba(30, 41, 59, 0.96);
  color: #f8fafc;
  border-color: rgba(96, 165, 250, 0.2);
}

html.theme-dark .about-next-row:hover .about-next-button,
html.theme-dark .about-next-row:focus-within .about-next-button,
html.theme-dark .about-next-button:hover,
html.theme-dark .about-next-button:focus-visible {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.98) 0%, rgba(30, 64, 175, 0.98) 100%);
  color: #fff;
}

html.theme-dark .about-proof-strip {
  background: rgba(10, 19, 32, 0.7);
  border-color: rgba(148, 163, 184, 0.22);
}

html.theme-dark .about-proof-item {
  background: rgba(10, 19, 32, 0.42);
  border-color: rgba(148, 163, 184, 0.2);
}

html.theme-dark .about-proof-icon {
  background: rgba(96, 165, 250, 0.12);
  color: rgba(147, 197, 253, 0.98);
}

html.theme-dark .about-service-review-score,
html.theme-dark .about-service-review-quote {
  color: #f8fafc;
}

html.theme-dark .about-proof-value {
  color: rgba(203, 213, 225, 0.86);
}

html.theme-dark .about-google-profile-link {
  color: #f8fafc;
}

html.theme-dark .about-google-profile-link:hover,
html.theme-dark .about-google-profile-link:focus-visible {
  color: rgba(191, 219, 254, 0.98);
  background: rgba(24, 43, 70, 0.96);
  border-color: rgba(96, 165, 250, 0.42);
}

html.theme-dark .book-wizard-section {
  background:
    radial-gradient(980px 360px at 10% -12%, rgba(96, 165, 250, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(11, 19, 32, 0.94) 0%, rgba(10, 17, 29, 0.98) 100%);
}

html.theme-dark .book-wizard-progress::before {
  background: rgba(71, 85, 105, 0.65);
}

html.theme-dark .book-wizard-progress-dot {
  background: rgba(30, 41, 59, 0.98);
  border-color: rgba(71, 85, 105, 0.62);
}

html.theme-dark .book-wizard-progress-label {
  color: rgba(148, 163, 184, 0.94);
}

html.theme-dark .book-choice-section,
html.theme-dark .book-wizard-actions,
html.theme-dark .book-manual-contact {
  border-top-color: rgba(71, 85, 105, 0.52);
}

html.theme-dark .book-session-schedule-card {
  border-color: rgba(71, 85, 105, 0.56);
  background:
    radial-gradient(900px 260px at 100% -18%, rgba(96, 165, 250, 0.12), transparent 60%),
    rgba(10, 17, 29, 0.88);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.34);
}

html.theme-dark .book-field .form-control,
html.theme-dark .book-field .form-select,
html.theme-dark .book-details-form .form-control,
html.theme-dark .book-details-form .form-select {
  background: rgba(10, 18, 30, 0.92);
  border-color: rgba(71, 85, 105, 0.5);
  color: var(--text-primary);
}

html.theme-dark .book-choice-card,
html.theme-dark .book-details-form,
html.theme-dark .book-summary-panel {
  background: rgba(10, 18, 30, 0.88);
  border-color: rgba(71, 85, 105, 0.5);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.34);
}

html.theme-dark .book-therapist-card {
  background: rgba(10, 18, 30, 0.88);
}

html.theme-dark .book-therapist-card.is-selected {
  background: rgba(10, 18, 30, 0.88);
  border-color: rgba(96, 165, 250, 0.98);
  box-shadow: 0 24px 52px rgba(59, 130, 246, 0.24);
}

html.theme-dark .book-choice-media {
  background: rgba(15, 23, 42, 0.92);
}

html.theme-dark .book-location-suggestions {
  background: rgba(10, 18, 30, 0.98);
  border-color: rgba(71, 85, 105, 0.58);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.44);
}

html.theme-dark .book-location-suggestion {
  color: var(--text-primary);
}

html.theme-dark .book-location-suggestion:hover,
html.theme-dark .book-location-suggestion:focus-visible {
  background: rgba(30, 41, 59, 0.94);
}

html.theme-dark .book-choice-price {
  border-color: rgba(71, 85, 105, 0.62);
}

html.theme-dark .book-choice-card.is-selected {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 48px rgba(148, 163, 184, 0.16);
  color: #0f172a;
}

html.theme-dark .book-therapist-card.is-selected {
  background: transparent;
  color: inherit;
  border-color: rgba(96, 165, 250, 0.98);
  box-shadow: 0 24px 52px rgba(59, 130, 246, 0.24);
}

html.theme-dark .book-therapist-card-no-preference {
  background: rgba(10, 18, 30, 0.88);
}

html.theme-dark .book-therapist-card-no-preference .book-choice-title {
  color: var(--text-primary);
}

html.theme-dark .book-therapist-card-no-preference .book-choice-copy {
  color: var(--text-muted);
}

html.theme-dark .book-therapist-card-no-preference.is-selected {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(241, 245, 249, 0.98) 100%);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 22px 48px rgba(148, 163, 184, 0.16);
}

html.theme-dark .book-therapist-card-no-preference.is-selected .book-choice-title,
html.theme-dark .book-therapist-card-no-preference.is-selected .book-choice-copy {
  color: #0f172a;
}

html.theme-dark .book-choice-card.is-selected .book-choice-title,
html.theme-dark .book-choice-card.is-selected .book-choice-copy,
html.theme-dark .book-choice-card.is-selected .book-choice-price {
  color: #0f172a;
}

html.theme-dark .book-choice-card.is-selected .book-choice-price {
  border-color: rgba(15, 23, 42, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

html.theme-dark .book-confirmation-callout {
  background: rgba(14, 30, 52, 0.94);
  border-color: rgba(59, 130, 246, 0.36);
}

html.theme-dark .book-review-card {
  background: rgba(10, 18, 30, 0.88);
  border-color: rgba(71, 85, 105, 0.5);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.34);
}

html.theme-dark .book-hero-therapist-media,
html.theme-dark .book-hero-therapist-fallback {
  background: rgba(10, 18, 30, 0.88);
  border-color: rgba(71, 85, 105, 0.5);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.34);
}

html.theme-dark .book-hero-therapist-fallback {
  background: linear-gradient(180deg, rgba(20, 31, 48, 0.98) 0%, rgba(12, 20, 34, 0.94) 100%);
}

html.theme-dark .book-review-row dt,
html.theme-dark .book-payment-multiplier,
html.theme-dark .book-payment-method-copy {
  color: var(--text-muted);
}

html.theme-dark .book-payment-method-pill,
html.theme-dark .book-manual-contact-links a {
  background: rgba(14, 30, 52, 0.94);
  border-color: rgba(59, 130, 246, 0.36);
  color: #dbeafe;
}

html.theme-dark .book-manual-contact-links a:hover,
html.theme-dark .book-manual-contact-links a:focus-visible {
  background: rgba(18, 40, 69, 0.98);
  border-color: rgba(96, 165, 250, 0.52);
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.24);
}

html.theme-dark .book-manual-contact-links a small {
  color: rgba(191, 219, 254, 0.78);
}

html.theme-dark .book-back-secondary {
  background: rgba(30, 41, 59, 0.94);
  border-color: rgba(71, 85, 105, 0.72);
  color: #f8fafc;
}

html.theme-dark .book-back-secondary:hover,
html.theme-dark .book-back-secondary:focus-visible {
  background: rgba(51, 65, 85, 0.98);
  border-color: rgba(100, 116, 139, 0.9);
  color: #fff;
}

html.theme-dark .book-payment-total {
  border-top-color: rgba(71, 85, 105, 0.52);
}

html.theme-dark .book-details-form .form-control.is-invalid,
html.theme-dark .book-details-form .form-select.is-invalid {
  border-color: rgba(248, 113, 113, 0.98);
  box-shadow: 0 0 0 4px rgba(248, 113, 113, 0.12);
}

html.theme-dark .book-field-error {
  color: #fca5a5;
}

html.theme-dark .book-location-status.is-verified {
  color: #86efac;
}

html.theme-dark .book-location-status.is-warning {
  color: #fbbf24;
}

html.theme-dark .book-choice-section.is-invalid-choice {
  border-top: 0;
  box-shadow: none;
}

html.theme-dark .book-wizard-actions {
  background: #0a111d;
  box-shadow: 0 -18px 40px rgba(2, 6, 23, 0.34);
}

html.theme-dark .book-wizard-actions #bookWizardContinue.is-disabled {
  background: #60a5fa;
  box-shadow: none;
  color: #eff6ff;
}

html.theme-dark .book-wizard-toast {
  background: rgba(10, 18, 30, 0.98);
  border: 1px solid rgba(71, 85, 105, 0.58);
}

html.theme-dark .gallery-proof-band {
  background:
    radial-gradient(900px 320px at 90% -10%, rgba(96, 165, 250, 0.2), transparent 60%),
    linear-gradient(180deg, rgba(11, 19, 32, 0.95) 0%, rgba(10, 17, 29, 0.98) 100%);
}

html.theme-dark .gallery-atmosphere-section {
  background:
    radial-gradient(1000px 360px at 12% -12%, rgba(96, 165, 250, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(10, 17, 29, 0.96) 0%, rgba(12, 19, 31, 0.92) 100%);
}

@media (prefers-reduced-motion: reduce) {
  .book-whatsapp-cta::after {
    animation: none;
  }

}

@media (min-width: 992px) {
  .book-review-card-actions {
    display: flex;
    flex-direction: column;
  }

  .book-review-card-hero {
    height: auto;
    min-height: 0;
  }

  .book-hero-therapist-split {
    height: 100%;
    min-height: 100%;
    aspect-ratio: auto;
    grid-template-rows: minmax(0, 1fr);
  }

  .book-hero-therapist-split-1 {
    grid-template-columns: 1fr;
  }

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

  .book-hero-therapist-split-3 {
    align-self: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    max-height: 430px;
  }

  .book-hero-therapist-split-4 {
    align-self: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    max-height: 430px;
  }
}

@media (max-width: 1199.98px) {
  .about-proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

@media (max-width: 991.98px) {
  .book-session-schedule,
  .book-details-layout,
  .book-confirmation-top,
  .book-confirmation-summary-grid,
  .gallery-visual-grid {
    grid-template-columns: 1fr;
  }

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

  .book-summary-panel {
    position: static;
  }

  .book-confirmation-layout {
    max-width: none;
  }

  .book-wizard-progress {
    gap: 0.75rem;
  }

  .book-wizard-progress::before {
    left: 2.5rem;
    right: 2.5rem;
  }

  .about-hero-media img,
  .about-hero-media video,
  .gallery-proof-band img,
  .gallery-atmosphere-media img {
    min-height: 260px;
  }
}

@media (max-width: 767.98px) {
  .book-wizard-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .book-wizard-progress::before {
    display: block;
    left: 2rem;
    right: 2rem;
    top: 1rem;
  }

  .book-wizard-progress-dot {
    width: 2rem;
    height: 2rem;
  }

  .book-wizard-progress-label {
    font-size: 0.95rem;
  }

  .book-choice-grid-services,
  .book-choice-grid-addons,
  .book-choice-grid-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-visual-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    max-width: none;
  }

  .about-hero-media img,
  .about-hero-media video {
    min-height: 280px;
  }

  .about-proof-strip-section {
    margin-top: 0;
  }

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

  .about-proof-item {
    min-height: 4.6rem;
    padding: 0.85rem;
  }

  .about-locations-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-guest-list,
  .about-service-rows {
    grid-template-columns: 1fr;
  }

  .about-story-stack,
  .about-next-layout,
  .about-service-row,
  .about-service-row-reverse {
    grid-template-columns: 1fr;
  }

  .about-service-row-reverse .about-service-row-copy,
  .about-service-row-reverse .about-service-row-media {
    order: initial;
  }

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

  .about-city-card {
    min-height: 100%;
  }

  .about-city-media img {
    aspect-ratio: 1 / 1;
  }

  .about-country-visual {
    min-height: 320px;
  }

  .about-team-card {
    min-height: 250px;
  }

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

  .about-news-feed > [data-update-card] {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .about-news-feed [data-update-card]:nth-of-type(n+3) {
    display: none;
  }

  .about-news-feed .card-body {
    padding: 0.8rem;
  }

  .about-news-feed .card-body .h3 {
    font-size: 1rem;
  }

  .about-next-button::before {
    transform: translateX(135%);
    animation: aboutNextMobileSweep 2.8s ease-in-out infinite;
  }

  .about-next-row {
    grid-template-columns: 1fr;
  }

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

  .book-review-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .book-review-row dd {
    text-align: left;
  }

  .book-review-card-guest .book-review-row {
    grid-template-columns: 1fr;
  }

  .book-manual-contact-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .book-hero-therapist-split {
    aspect-ratio: auto;
  }

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

  .book-hero-therapist-split-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }

  .book-hero-therapist-split-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }

  .book-hero-therapist-split-3,
  .book-hero-therapist-split-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-copy-cta {
    width: 100%;
  }

  .book-choice-card {
    border-radius: 20px;
  }

  .book-choice-title-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-session-schedule-card {
    padding: 1rem;
    border-radius: 24px;
  }

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

  .book-wizard-actions {
    position: sticky;
    bottom: 0;
    flex-direction: row;
    align-items: center;
    background: #f9fbff;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 0.75rem);
  }

  .book-wizard-toast {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 82px);
  }

  .book-wizard-actions #bookWizardContinue {
    margin-left: auto;
  }

  .book-wizard-actions .btn,
  .book-wizard-actions .btn-book {
    width: auto;
    min-width: 0;
    flex: 1 1 0;
  }

  .book-wizard-actions #bookWizardBack {
    width: 52px;
    height: 52px;
    min-width: 52px;
    flex: 0 0 52px;
  }

  html.theme-dark .book-wizard-actions {
    background: #0a111d;
  }

  .book-whatsapp-cta {
    width: 100%;
  }

  .gallery-visual-body {
    padding: 1rem 1rem 1.1rem;
  }

}

@keyframes aboutNextMobileSweep {
  0%,
  46% {
    transform: translateX(-135%);
  }

  72%,
  100% {
    transform: translateX(135%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-next-button::before {
    animation: none !important;
  }
}
