@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/wp-content/cache/fonts/1/google-fonts/fonts/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/wp-content/cache/fonts/1/google-fonts/fonts/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/wp-content/cache/fonts/1/google-fonts/fonts/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #373542;
  background: #ffffff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea,
select {
  font-family: "Open Sans", Arial, sans-serif;
}

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

a {
  color: #1a146b;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #cd9430;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #cd9430;
  outline-offset: 3px;
}

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

h1,
h2,
h3 {
  color: #0d0d0f;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  letter-spacing: -0.035em;
}

h2 {
  max-width: 900px;
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.025em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
}

.shell {
  width: min(1300px, calc(100% - 40px));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 16px;
  color: #05022e;
  background: #ffffff;
  border-radius: 5px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 100;
  background: #05022e;
}

.top-strip {
  color: #eff0f7;
  background: #130b56;
  font-size: 14px;
}

.top-strip-inner {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-contact,
.top-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-meta {
  gap: 15px;
}

.social-link,
.footer-socials a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #05022e;
  background: #cd9430;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.top-strip a {
  color: #eff0f7;
  text-decoration: none;
}

.top-strip a:hover {
  color: #cd9430;
}

.nav-row {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  width: 250px;
  max-width: 48vw;
}

.brand img {
  width: 100%;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-nav a {
  position: relative;
  color: #ffffff;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.primary-nav a:not(.nav-book)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: #cd9430;
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.nav-book {
  padding: 13px 22px;
  color: #ffffff;
  background: #cd9430;
  border: 2px solid #cd9430;
  border-radius: 50px;
}

.nav-book:hover {
  color: #ffffff;
  background: #1a146b;
  border-color: #1a146b;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}

.nav-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #eff0f7;
  background:
    radial-gradient(circle at 85% 15%, rgba(205, 148, 48, 0.2), transparent 36%),
    #05022e;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -260px -180px;
  width: 520px;
  height: 520px;
  background: url("/assets/wp-content/uploads/2025/12/Flower.webp") center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.hero-grid {
  min-height: 650px;
  padding-block: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  align-items: center;
  gap: 64px;
}

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

.hero h1 {
  color: #ffffff;
}

.hero-lead {
  max-width: 760px;
  margin-bottom: 28px;
  color: #eff0f7;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
}

.hero-note {
  margin: 18px 0 0;
  color: #dee1fa;
  font-size: 14px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: #dee1fa;
  font-size: 14px;
}

.breadcrumbs a {
  color: #dee1fa;
}

.eyebrow,
.card-label,
.section-number {
  margin-bottom: 12px;
  color: #cd9430;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 56px;
  padding: 17px 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50px;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  color: #ffffff;
  background: #cd9430;
  border-color: #cd9430;
}

.button-primary:hover {
  color: #ffffff;
  background: #1a146b;
  border-color: #1a146b;
}

.button-secondary {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}

.button-secondary:hover {
  color: #05022e;
  background: #ffffff;
}

.button-outline {
  color: #05022e;
  background: transparent;
  border-color: #05022e;
}

.button-outline:hover {
  color: #ffffff;
  background: #05022e;
}

.hero-media {
  position: relative;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hero-rating {
  position: absolute;
  right: -20px;
  bottom: 35px;
  width: min(280px, 82%);
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 1px 10px;
  color: #373542;
  background: #ffffff;
  border-left: 5px solid #cd9430;
  box-shadow: 0 18px 45px rgba(5, 2, 46, 0.22);
}

.hero-rating .stars {
  grid-column: 1 / -1;
}

.hero-rating strong {
  color: #05022e;
  font-size: 24px;
}

.hero-rating span:last-child {
  align-self: center;
  font-size: 14px;
}

.stars {
  color: #cd9430;
  letter-spacing: 0.08em;
}

.trust-bar {
  color: #ffffff;
  background: #130b56;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  min-height: 120px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(222, 225, 250, 0.2);
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid strong {
  margin-bottom: 4px;
  color: #cd9430;
  font-size: 19px;
}

.trust-grid span {
  color: #eff0f7;
  font-size: 14px;
  line-height: 1.5;
}

.byline {
  padding-block: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-bottom: 1px solid #dee1fa;
}

.byline p {
  margin: 0;
  font-size: 14px;
}

.content-section {
  padding-block: 92px;
}

.section-tint {
  background: #eff0f7;
}

.section-number {
  margin-bottom: 8px;
}

.answer-first {
  margin-bottom: 22px;
  color: #1f2124;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.7;
}

.narrow {
  max-width: 920px;
}

.reading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: start;
  gap: 70px;
}

.section-copy p:not(.section-number) {
  max-width: 820px;
}

.evidence-card,
.location-card,
.hours-card,
.special-card,
.session-grid article,
.audience-grid article,
.review-grid figure {
  background: #ffffff;
  border: 1px solid #dee1fa;
  border-radius: 4px;
  box-shadow: 0 14px 38px rgba(5, 2, 46, 0.07);
}

.evidence-card {
  padding: 34px;
  border-top: 4px solid #cd9430;
}

.audience-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.audience-grid article {
  padding: 30px 25px;
}

.audience-grid article > span {
  display: inline-block;
  margin-bottom: 25px;
  color: #cd9430;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.audience-grid p,
.session-grid p {
  margin-bottom: 0;
}

.benefit-panel {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #ffffff;
  background: #05022e;
}

.benefit-panel > div {
  padding: 42px;
}

.benefit-panel > div + div {
  border-left: 1px solid rgba(222, 225, 250, 0.2);
}

.benefit-panel h3 {
  color: #ffffff;
}

.check-list,
.plain-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding: 11px 0 11px 30px;
  border-bottom: 1px solid rgba(222, 225, 250, 0.16);
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #cd9430;
  font-weight: 700;
}

.plain-list li::before {
  content: "•";
  position: absolute;
  left: 5px;
  color: #cd9430;
}

.steps {
  padding: 0;
  margin: 46px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  list-style: none;
}

.steps li {
  padding: 30px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #dee1fa;
}

.steps li > div span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #130b56;
  border-radius: 50%;
  font-weight: 700;
}

.steps p {
  margin: 0;
}

.image-row {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 20px;
}

.image-row img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.comparison-block {
  margin-top: 60px;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #dee1fa;
}

table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #ffffff;
}

th,
td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dee1fa;
}

thead th {
  color: #ffffff;
  background: #130b56;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

tbody th {
  color: #05022e;
  background: #f7f7fb;
}

.link-row {
  margin: 18px 0 0;
}

.price-section {
  background: #f8f7f2;
}

.price-table td strong {
  color: #cd9430;
  font-size: 18px;
}

.special-card {
  margin-top: 24px;
  padding: 30px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-left: 5px solid #cd9430;
}

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

.special-card > strong {
  color: #05022e;
  font-size: clamp(2rem, 4vw, 3rem);
}

.payment-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mid-cta {
  margin-top: 50px;
  padding: 38px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #ffffff;
  border: 1px solid #dee1fa;
}

.mid-cta h3 {
  margin-bottom: 0;
}

.session-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.session-grid article {
  padding: 30px;
  border-top: 4px solid #cd9430;
}

.credentials {
  margin-top: 56px;
  padding: 46px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 55px;
  color: #eff0f7;
  background: #05022e;
}

.credentials h3 {
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
}

.credentials a {
  color: #cd9430;
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(222, 225, 250, 0.18);
}

.stat-grid > div {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #130b56;
}

.stat-grid strong {
  color: #cd9430;
  font-size: 22px;
}

.stat-grid span {
  font-size: 14px;
}

.reviews-block {
  margin-top: 62px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-grid figure {
  padding: 30px;
  margin: 0;
}

.review-grid blockquote {
  margin: 18px 0 22px;
  color: #1f2124;
  font-size: 17px;
}

.review-grid figcaption {
  color: #05022e;
  font-weight: 700;
}

.text-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
}

.location-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.location-card,
.hours-card {
  padding: 38px;
}

.location-card .button {
  margin-top: 10px;
}

.location-card .text-link {
  display: block;
}

.hours-card dl {
  margin: 0 0 22px;
}

.hours-card dl > div {
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  border-bottom: 1px solid #dee1fa;
}

.hours-card dt {
  color: #05022e;
  font-weight: 700;
}

.hours-card dd {
  margin: 0;
}

.faq-block {
  margin-top: 72px;
}

.faq-block > details,
.references {
  background: #ffffff;
  border: 1px solid #dee1fa;
  border-bottom: 0;
}

.faq-block > details:last-of-type {
  border-bottom: 1px solid #dee1fa;
}

summary {
  position: relative;
  padding: 22px 58px 22px 24px;
  color: #05022e;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: #cd9430;
  font-size: 28px;
  font-weight: 400;
  transform: translateY(-50%);
}

details[open] > summary::after {
  content: "−";
}

.faq-block details p {
  max-width: 1000px;
  padding: 0 58px 25px 24px;
  margin: 0;
}

.contact-panel {
  margin-top: 72px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  background: #130b56;
}

.contact-copy {
  padding: 48px;
  color: #eff0f7;
}

.contact-copy h3 {
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.contact-copy a {
  color: #cd9430;
}

.privacy-note {
  font-size: 14px;
}

.form-frame {
  min-height: 650px;
  padding: 24px;
  background: #05022e;
}

.form-frame iframe {
  width: 100%;
  min-height: 620px;
  display: block;
  border: 0;
}

.closing-cta {
  margin-top: 72px;
  padding: 62px;
  color: #eff0f7;
  text-align: center;
  background:
    linear-gradient(rgba(5, 2, 46, 0.88), rgba(5, 2, 46, 0.88)),
    url("/assets/wp-content/uploads/2025/12/General-image-min.jpg") center / cover no-repeat;
}

.closing-cta h3 {
  max-width: 760px;
  margin-inline: auto;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.closing-cta p:not(.card-label) {
  max-width: 850px;
  margin-inline: auto;
}

.closing-cta .hero-actions {
  margin-top: 28px;
  justify-content: center;
}

.references {
  margin-top: 34px;
  border-bottom: 1px solid #dee1fa;
}

.references ol,
.references > p {
  padding-right: 30px;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.references li {
  margin-bottom: 14px;
}

.medical-disclaimer {
  margin-top: 24px;
  padding: 24px;
  color: #504949;
  background: #ffffff;
  border-left: 4px solid #cd9430;
  font-size: 14px;
}

.site-footer {
  padding-top: 0;
  color: #dee1fa;
  background: #05022e;
}

.footer-cta {
  padding-block: 34px;
  background: #130b56;
  border-bottom: 1px solid rgba(222, 225, 250, 0.16);
}

.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
}

.footer-grid {
  padding-top: 58px;
  padding-bottom: 45px;
  display: grid;
  grid-template-columns: 1.25fr 0.65fr 0.9fr 0.8fr;
  gap: 46px;
}

.footer-brand {
  display: inline-block;
  width: 280px;
  max-width: 100%;
}

.site-footer h3 {
  color: #ffffff;
  font-size: 18px;
}

.site-footer a {
  margin-bottom: 8px;
  display: block;
  color: #dee1fa;
}

.site-footer a:hover {
  color: #cd9430;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-socials a {
  margin: 0;
  color: #05022e;
}

.footer-bottom {
  padding-block: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(222, 225, 250, 0.18);
  font-size: 13px;
}

.footer-bottom a {
  margin: 0 0 0 15px;
  display: inline;
}

.mobile-call {
  display: none;
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 20px;
    left: 20px;
    padding: 22px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #130b56;
    box-shadow: 0 20px 40px rgba(5, 2, 46, 0.25);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 13px 8px;
  }

  .nav-book {
    margin-top: 10px;
    text-align: center;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr 0.8fr;
    gap: 35px;
  }

  .trust-grid,
  .audience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(222, 225, 250, 0.2);
  }

  .reading-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .evidence-card {
    max-width: 760px;
  }

  .session-grid,
  .review-grid {
    grid-template-columns: 1fr 1fr;
  }

  .credentials,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: 63px;
  }

  .shell {
    width: min(100% - 28px, 1300px);
  }

  .top-strip-inner {
    min-height: 38px;
    justify-content: center;
  }

  .top-contact,
  .top-meta .social-link {
    display: none;
  }

  .nav-row {
    min-height: 76px;
  }

  .brand {
    width: 210px;
  }

  .hero-grid {
    padding-block: 30px 42px;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .breadcrumbs {
    display: none;
  }

  .eyebrow {
    margin-bottom: 7px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-lead {
    margin-bottom: 18px;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero .button {
    min-height: 50px;
    padding-block: 14px;
  }

  .hero-note {
    margin-top: 12px;
  }

  .hero-media {
    display: none;
  }

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

  .trust-grid > div {
    min-height: 108px;
    padding: 18px 15px;
  }

  .trust-grid strong {
    font-size: 16px;
  }

  .trust-grid span {
    font-size: 12px;
  }

  .byline {
    padding-block: 22px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .content-section {
    padding-block: 64px;
  }

  .audience-grid,
  .benefit-panel,
  .steps,
  .image-row,
  .payment-grid,
  .session-grid,
  .review-grid,
  .location-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .benefit-panel > div {
    padding: 30px 24px;
  }

  .benefit-panel > div + div {
    border-top: 1px solid rgba(222, 225, 250, 0.2);
    border-left: 0;
  }

  .steps li {
    padding: 24px 20px;
    grid-template-columns: 42px 1fr;
    gap: 14px;
  }

  .steps li > div span {
    width: 40px;
    height: 40px;
  }

  .image-row img {
    height: 300px;
  }

  .special-card,
  .mid-cta {
    padding: 28px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mid-cta .hero-actions {
    width: 100%;
  }

  .credentials {
    padding: 32px 24px;
    gap: 34px;
  }

  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .location-card,
  .hours-card,
  .contact-copy {
    padding: 30px 24px;
  }

  .hours-card dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  summary {
    padding: 20px 55px 20px 18px;
  }

  .faq-block details p {
    padding: 0 20px 22px 18px;
  }

  .form-frame {
    min-height: 620px;
    padding: 10px;
  }

  .closing-cta {
    padding: 48px 22px;
  }

  .footer-grid {
    gap: 35px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-call {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    min-height: 63px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    background: #cd9430;
    box-shadow: 0 -7px 24px rgba(5, 2, 46, 0.22);
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 500;
    text-decoration: none;
  }

  .mobile-call:hover {
    color: #ffffff;
    background: #1a146b;
  }
}

@media (max-width: 480px) {
  .button {
    width: 100%;
  }

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

  .trust-grid > div {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(222, 225, 250, 0.2);
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }
}

/* Keep the shared Elementor site chrome while preserving this page's calmer type scale. */
body.elementor-kit-14 main h1 {
  font-size: clamp(2.3rem, 4.2vw, 3.7rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

body.elementor-kit-14 main h2 {
  font-size: clamp(1.85rem, 3.25vw, 2.65rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.018em;
}

body.elementor-kit-14 main h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
  font-weight: 600;
  line-height: 1.3;
}

body.elementor-kit-14 main .button,
body.elementor-kit-14 main .button:hover,
body.elementor-kit-14 main .button:focus-visible {
  color: #ffffff;
}

/* 2026-09-17 visual refinement: match the established service-page language */
body {
  color: #38364a;
  line-height: 1.7;
}

h1,
h2,
h3 {
  font-weight: 600;
}

h1 {
  font-size: clamp(2.3rem, 4.2vw, 3.7rem);
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(1.85rem, 3.25vw, 2.65rem);
  letter-spacing: -0.018em;
}

h3 {
  font-size: clamp(1.15rem, 1.8vw, 1.42rem);
}

.answer-first {
  color: #2d2a42;
  font-size: 1.07rem;
  font-weight: 500;
}

.hero {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(5, 2, 46, 0.94), rgba(19, 11, 86, 0.78)),
    url("/assets/wp-content/uploads/2026/01/Lymphatic-Massage-in-cedar-hills.jpg") center 42% / cover no-repeat;
}

.hero::before {
  inset: auto -120px -250px auto;
  width: 620px;
  height: 620px;
  opacity: 0.1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 2, 46, 0.32));
}

.hero-grid {
  min-height: 570px;
  padding-block: 58px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-copy {
  width: min(940px, 100%);
  text-align: center;
}

.hero h1 {
  max-width: 900px;
  margin-inline: auto;
}

.hero-lead {
  max-width: 820px;
  margin-inline: auto;
  font-size: 1.06rem;
}

.breadcrumbs,
.hero-actions {
  justify-content: center;
}

.hero-media {
  display: none;
}

.hero-rating {
  position: static;
  width: auto;
  margin: 22px auto 0;
  padding: 9px 17px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #ffffff;
  background: rgba(19, 11, 86, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #cd9430;
  box-shadow: none;
  backdrop-filter: blur(4px);
}

.hero-rating .stars {
  grid-column: auto;
  font-size: 12px;
}

.hero-rating strong {
  color: #ffffff;
  font-size: 17px;
}

.hero-rating span:last-child {
  font-size: 13px;
}

.trust-grid > div {
  min-height: 104px;
}

.byline {
  padding-block: 24px;
  background: #f4f3fb;
  border-bottom: 0;
}

.content-section {
  position: relative;
  padding-block: 88px;
  overflow: hidden;
  border-top: 1px solid rgba(19, 11, 86, 0.08);
}

.content-section .shell {
  position: relative;
  z-index: 1;
}

main .content-section h2::after {
  content: "";
  width: 74px;
  height: 3px;
  margin-top: 18px;
  display: block;
  background: linear-gradient(90deg, #cd9430 0 48%, #130b56 48% 100%);
}

.concept-section {
  background: #ffffff;
}

.concept-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 34%;
  background: #f1f1fa;
}

.evidence-card {
  padding: 42px;
  color: #e9e8f7;
  background:
    linear-gradient(rgba(19, 11, 86, 0.94), rgba(5, 2, 46, 0.97)),
    url("/assets/wp-content/uploads/2025/12/Flower.webp") center / cover no-repeat;
  border: 0;
  border-top: 4px solid #cd9430;
  border-radius: 0;
  box-shadow: 0 24px 55px rgba(5, 2, 46, 0.18);
}

.evidence-card h3 {
  color: #ffffff;
}

.evidence-card a {
  color: #e4ad49;
}

.audience-section {
  background:
    linear-gradient(rgba(239, 240, 247, 0.94), rgba(239, 240, 247, 0.94)),
    url("/assets/wp-content/uploads/2025/12/Flower1.webp") right 5% top 20% / 620px auto no-repeat;
}

.audience-grid {
  grid-template-columns: 1fr 1fr;
  gap: 0 54px;
}

.audience-grid article {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(19, 11, 86, 0.2);
  border-radius: 0;
  box-shadow: none;
}

.audience-grid article > span {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  margin: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #130b56;
  border-radius: 50%;
}

.audience-grid article h3,
.audience-grid article p {
  grid-column: 2;
}

.benefit-panel {
  position: relative;
  margin-top: 48px;
  overflow: hidden;
  background: linear-gradient(100deg, #05022e 0 50%, #130b56 50% 100%);
  box-shadow: 0 28px 60px rgba(5, 2, 46, 0.18);
}

.benefit-panel::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -170px;
  width: 420px;
  height: 420px;
  background: url("/assets/wp-content/uploads/2025/12/Flower.webp") center / contain no-repeat;
  opacity: 0.07;
  pointer-events: none;
}

.benefit-panel > div {
  position: relative;
  z-index: 1;
  padding: 48px;
}

.session-process-section {
  background: #ffffff;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.steps li {
  padding: 28px 24px 30px 0;
  display: block;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(19, 11, 86, 0.24);
}

.steps li + li {
  padding-left: 24px;
  border-left: 1px solid rgba(19, 11, 86, 0.14);
}

.steps li > div span {
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #05022e;
  background: #cd9430;
}

.image-row {
  gap: 26px;
}

.image-row img:first-child {
  border-radius: 80px 0 0 0;
}

.image-row img:last-child {
  border-radius: 0 0 80px 0;
}

.comparison-block {
  padding: 44px;
  background: #f2f2fa;
  border-left: 5px solid #130b56;
}

.price-section {
  background:
    linear-gradient(rgba(244, 243, 251, 0.97), rgba(244, 243, 251, 0.97)),
    url("/assets/wp-content/uploads/2025/12/Bg1.webp") center / cover no-repeat;
}

.price-table-wrap {
  box-shadow: 0 22px 54px rgba(5, 2, 46, 0.11);
}

.special-card {
  color: #ffffff;
  background: #130b56;
  border: 0;
  border-left: 5px solid #cd9430;
  border-radius: 0;
  box-shadow: none;
}

.special-card h3,
.special-card > strong {
  color: #ffffff;
}

.payment-grid {
  padding: 8px 4px 0;
}

.payment-grid > div {
  padding: 8px 30px 8px 0;
  border-top: 2px solid #cd9430;
}

.mid-cta {
  color: #ffffff;
  background: #05022e;
  border: 0;
  box-shadow: 0 22px 52px rgba(5, 2, 46, 0.15);
}

.mid-cta h3 {
  color: #ffffff;
}

.mid-cta .button-outline {
  color: #ffffff;
  border-color: #ffffff;
}

.planning-section {
  background: #ffffff;
}

.session-grid {
  gap: 34px;
}

.session-grid article {
  padding: 28px 0;
  background: transparent;
  border: 0;
  border-top: 3px solid #cd9430;
  border-radius: 0;
  box-shadow: none;
}

.credentials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(110deg, #05022e, #130b56);
  box-shadow: 0 28px 65px rgba(5, 2, 46, 0.2);
}

.credentials::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  background: url("/assets/wp-content/uploads/2025/12/Flower.webp") center / contain no-repeat;
  opacity: 0.06;
}

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

.reviews-block {
  position: relative;
  margin-top: 64px;
  padding: 54px;
  overflow: hidden;
  color: #e9e8f7;
  background: #130b56;
}

.reviews-block::after {
  content: "“";
  position: absolute;
  top: -80px;
  right: 30px;
  color: rgba(255, 255, 255, 0.06);
  font-family: Georgia, serif;
  font-size: 300px;
  line-height: 1;
}

.reviews-block h3 {
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.review-grid {
  position: relative;
  z-index: 1;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.review-grid figure {
  padding: 34px;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  box-shadow: none;
}

.review-grid figure:last-child {
  border-right: 0;
}

.review-grid blockquote,
.review-grid figcaption {
  color: #ffffff;
}

.reviews-block .text-link {
  color: #e4ad49;
}

.location-section {
  background:
    linear-gradient(rgba(239, 240, 247, 0.96), rgba(239, 240, 247, 0.96)),
    url("/assets/wp-content/uploads/2025/12/Flower1.webp") left -120px bottom -180px / 650px auto no-repeat;
}

.location-grid {
  gap: 0;
  box-shadow: 0 24px 60px rgba(5, 2, 46, 0.13);
}

.location-card,
.hours-card {
  padding: 46px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.location-card {
  color: #e9e8f7;
  background: #05022e;
}

.location-card h3 {
  color: #ffffff;
}

.location-card .text-link {
  color: #e4ad49;
}

.hours-card {
  background: #ffffff;
}

.faq-block {
  margin-top: 84px;
  padding: 50px;
  background: #ffffff;
  border-top: 5px solid #130b56;
  box-shadow: 0 24px 60px rgba(5, 2, 46, 0.1);
}

.faq-block > details,
.faq-block > details:last-of-type {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dee1fa;
}

.faq-block summary {
  padding-left: 0;
}

.faq-block details p {
  padding-left: 0;
}

.contact-panel {
  min-height: 590px;
  margin-top: 84px;
  grid-template-columns: 0.85fr 1.15fr;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(5, 2, 46, 0.2);
}

.contact-copy {
  min-height: 590px;
  padding: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(5, 2, 46, 0.86), rgba(19, 11, 86, 0.92)),
    url("/assets/wp-content/uploads/2025/12/General-image-min.jpg") center / cover no-repeat;
}

.contact-options {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-options a {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.contact-options span {
  color: #c8c6e4;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-options strong {
  color: #ffffff;
  font-size: 16px;
}

.form-frame {
  min-height: 590px;
  padding: 46px 42px 24px;
  color: #38364a;
  background:
    linear-gradient(rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.96)),
    url("/assets/wp-content/uploads/2025/12/Flower1.webp") right -120px bottom -130px / 420px auto no-repeat;
}

.form-intro {
  max-width: 560px;
  padding: 16px 0 10px;
}

.form-intro-copy {
  max-width: 520px;
  color: #555269;
  font-size: 16px;
}

.form-points {
  margin: 26px 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #d9d8e9;
  border-bottom: 1px solid #d9d8e9;
}

.form-points span {
  padding: 16px 12px 16px 0;
  color: #130b56;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.form-points span + span {
  padding-left: 14px;
  border-left: 1px solid #d9d8e9;
}

.form-toggle {
  border: 0;
  cursor: pointer;
}

.form-embed[hidden] {
  display: none;
}

.form-embed:not([hidden]) {
  margin-top: 24px;
  display: block;
  border-top: 1px solid #d9d8e9;
}

.form-frame h3 {
  color: #05022e;
}

.form-frame iframe {
  width: 100%;
  min-height: 455px;
  background: transparent;
}

.form-support {
  padding-top: 14px;
  color: #68657d;
  border-top: 1px solid #dee1fa;
  font-size: 13px;
}

.closing-cta {
  margin-top: 84px;
  border-top: 4px solid #cd9430;
}

.references {
  margin-top: 42px;
  padding: 48px;
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: 48px;
  color: #e8e7f5;
  background: linear-gradient(115deg, #130b56, #05022e);
  border: 0;
  border-bottom: 0;
}

.references-heading h3 {
  color: #ffffff;
  font-size: clamp(1.45rem, 2.7vw, 2rem);
}

.references ol {
  padding: 0 0 0 22px;
}

.references > p {
  grid-column: 2;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.references a {
  color: #e4ad49;
}

.medical-disclaimer {
  margin-top: 24px;
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  gap: 26px;
  color: #38364a;
  background: #ffffff;
  border: 1px solid #d9d8e9;
  border-left: 0;
  box-shadow: 0 18px 45px rgba(5, 2, 46, 0.08);
  font-size: 14px;
}

.medical-disclaimer h3 {
  margin-bottom: 8px;
  color: #05022e;
}

.medical-disclaimer .card-label {
  margin-bottom: 5px;
}

.medical-symbol {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: #130b56;
  border-radius: 50%;
  font-size: 34px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .hero-grid {
    display: flex;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .steps li:nth-child(3) {
    border-left: 0;
  }

  .reviews-block {
    padding: 44px 34px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-copy {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  h2 {
    font-size: clamp(1.7rem, 7vw, 2.25rem);
  }

  .hero-grid {
    min-height: auto;
    padding-block: 52px 58px;
  }

  .hero-rating {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-section {
    padding-block: 68px;
  }

  .concept-section::after {
    display: none;
  }

  .evidence-card,
  .comparison-block,
  .faq-block,
  .reviews-block,
  .references {
    padding: 30px 24px;
  }

  .audience-grid,
  .steps,
  .session-grid,
  .review-grid,
  .location-grid,
  .references {
    grid-template-columns: 1fr;
  }

  .steps li,
  .steps li + li,
  .steps li:nth-child(3) {
    padding: 26px 0;
    border-left: 0;
  }

  .benefit-panel {
    background: #05022e;
  }

  .benefit-panel > div {
    padding: 34px 26px;
  }

  .benefit-panel > div + div {
    background: #130b56;
  }

  .image-row img:first-child,
  .image-row img:last-child {
    border-radius: 0;
  }

  .payment-grid > div {
    padding-right: 0;
  }

  .review-grid figure {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .location-card,
  .hours-card,
  .contact-copy,
  .form-frame {
    padding: 34px 26px;
  }

  .faq-block {
    margin-top: 58px;
  }

  .contact-panel,
  .closing-cta {
    margin-top: 58px;
  }

  .contact-copy {
    min-height: 460px;
  }

  .form-frame {
    min-height: 460px;
  }

  .form-frame iframe {
    min-height: 400px;
  }

  .form-points {
    grid-template-columns: 1fr;
  }

  .form-points span + span {
    padding-left: 0;
    border-top: 1px solid #d9d8e9;
    border-left: 0;
  }

  .references > p {
    grid-column: 1;
  }

  .medical-disclaimer {
    padding: 28px 24px;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* 2026-09-17 annotated visual overhaul: image-led service-page rhythm */
main .content-section {
  border-top: 0;
}

.concept-section,
.audience-section,
.session-process-section,
.price-section,
.planning-section,
.location-section,
.faq-section,
.contact-section,
.proof-section {
  isolation: isolate;
}

.concept-section {
  overflow: clip;
  background: #fbfaf7;
}

.concept-section::after {
  content: none;
}

.reading-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
}

.section-copy,
.concept-media,
.price-options,
.faq-block {
  min-width: 0;
}

.concept-media {
  position: relative;
  padding: 0 0 58px 34px;
}

.concept-media::before {
  content: "";
  position: absolute;
  inset: 40px 34px 0 0;
  z-index: -1;
  background: #dddff2;
}

.concept-media figure {
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 120px 0 0 0;
  box-shadow: 0 24px 60px rgba(5, 2, 46, 0.15);
}

.concept-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.concept-media .evidence-card {
  position: relative;
  z-index: 2;
  width: min(88%, 500px);
  margin: -86px 0 0 auto;
  padding: 34px 38px;
  border-top-width: 5px;
}

.audience-section {
  background-color: #eff0f7;
  background-image:
    linear-gradient(rgba(239, 240, 247, 0.93), rgba(239, 240, 247, 0.93)),
    url("/assets/wp-content/uploads/2025/12/Flower1.webp");
  background-position: center, right 2% center;
  background-repeat: no-repeat;
  background-size: auto, min(38vw, 620px) auto;
}

.benefit-panel {
  background: #08043e;
  border-bottom: 5px solid #cd9430;
}

.benefit-panel > div + div {
  background: transparent;
}

.session-process-section {
  background: #ffffff;
}

.session-process-section .image-row {
  margin-top: 54px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 28px;
}

.session-process-section .image-row img {
  height: 510px;
}

.comparison-block {
  margin-top: 54px;
  border-left-width: 6px;
  box-shadow: 0 18px 45px rgba(5, 2, 46, 0.08);
}

.price-section {
  background: #f2eff9;
}

.price-showcase {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 34px;
}

.price-visual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(97, 83, 178, 0.45), transparent 45%),
    linear-gradient(145deg, #17105f, #05022e 75%);
  border-radius: 0 0 120px 0;
}

.price-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/wp-content/uploads/2025/12/Flower.webp") right -90px bottom -120px / 430px auto no-repeat;
  opacity: 0.12;
}

.price-visual img {
  position: relative;
  z-index: 1;
  width: 88%;
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.28));
}

.price-visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 30px;
  left: 28px;
  z-index: 2;
  padding: 24px 26px;
  color: #ffffff;
  background: rgba(5, 2, 46, 0.82);
  border-left: 4px solid #cd9430;
  backdrop-filter: blur(7px);
}

.price-visual figcaption span,
.faq-visual figcaption span {
  display: block;
  color: #e3ac49;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-visual figcaption strong,
.faq-visual figcaption strong {
  display: block;
  margin-top: 6px;
  font-size: 1.16rem;
  line-height: 1.35;
}

.price-options {
  display: flex;
  flex-direction: column;
}

.price-options .price-table-wrap {
  flex: 1;
  display: flex;
}

.price-options .price-table {
  height: 100%;
}

.price-options .special-card {
  margin-top: 22px;
}

.planning-section {
  background: #fffaf3;
}

.planning-section .session-grid {
  counter-reset: planning-step;
  margin-top: 44px;
  gap: 0;
  border-top: 1px solid rgba(19, 11, 86, 0.18);
  border-bottom: 1px solid rgba(19, 11, 86, 0.18);
}

.planning-section .session-grid article {
  counter-increment: planning-step;
  position: relative;
  padding: 36px 36px 36px 72px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.planning-section .session-grid article + article {
  border-left: 1px solid rgba(19, 11, 86, 0.16);
}

.planning-section .session-grid article::before {
  content: "0" counter(planning-step);
  position: absolute;
  top: 38px;
  left: 22px;
  color: #cd9430;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.planning-link {
  padding: 24px 0 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.planning-link span {
  max-width: 680px;
  color: #514d62;
}

.credentials {
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(5, 2, 46, 0.98), rgba(19, 11, 86, 0.93)),
    url("/assets/wp-content/uploads/2025/12/1920-1280-7-min.webp") center / cover no-repeat;
  border-left: 6px solid #cd9430;
}

.reviews-block {
  margin-top: 42px;
  background: #130b56;
  border-radius: 0 90px 0 0;
}

.location-section {
  background: #e9ecf7;
}

.location-showcase {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 650px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 58px rgba(5, 2, 46, 0.12);
}

.location-visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.location-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-visual figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 20px 22px;
  color: #ffffff;
  background: rgba(5, 2, 46, 0.84);
  border-left: 4px solid #cd9430;
}

.location-showcase .location-grid {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  height: 100%;
}

/* Keep interactive states legible over every light and dark section. */
body.elementor-kit-14 main .button-primary:hover,
body.elementor-kit-14 main .button-primary:focus-visible,
body.elementor-kit-14 main .button-secondary:hover,
body.elementor-kit-14 main .button-secondary:focus-visible,
body.elementor-kit-14 main .button-outline:hover,
body.elementor-kit-14 main .button-outline:focus-visible {
  color: #ffffff !important;
  background: #9d6812 !important;
  border-color: #9d6812 !important;
}

body.elementor-kit-14 main a:not(.button):hover,
body.elementor-kit-14 main a:not(.button):focus-visible {
  color: #9d6812 !important;
  text-decoration-color: currentColor;
}

body.elementor-kit-14 main .evidence-card a:not(.button):hover,
body.elementor-kit-14 main .evidence-card a:not(.button):focus-visible,
body.elementor-kit-14 main .credentials a:not(.button):hover,
body.elementor-kit-14 main .credentials a:not(.button):focus-visible,
body.elementor-kit-14 main .reviews-block a:not(.button):hover,
body.elementor-kit-14 main .reviews-block a:not(.button):focus-visible,
body.elementor-kit-14 main .location-card a:not(.button):hover,
body.elementor-kit-14 main .location-card a:not(.button):focus-visible,
body.elementor-kit-14 main .contact-copy a:not(.button):hover,
body.elementor-kit-14 main .contact-copy a:not(.button):focus-visible,
body.elementor-kit-14 main .references a:not(.button):hover,
body.elementor-kit-14 main .references a:not(.button):focus-visible {
  color: #ffffff !important;
}

.location-showcase .location-card,
.location-showcase .hours-card {
  padding: 44px 48px;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.location-showcase .location-card {
  color: #ffffff;
  background: #08043e;
}

.location-showcase .location-card h3 {
  color: #ffffff;
}

.location-showcase .location-card .text-link {
  color: #e3ac49;
}

.faq-section {
  background: #ffffff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  align-items: stretch;
  gap: 42px;
}

.faq-visual {
  position: relative;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  border-radius: 110px 0 0 0;
}

.faq-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(5, 2, 46, 0.92) 100%);
}

.faq-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.faq-visual figcaption {
  position: absolute;
  right: 34px;
  bottom: 38px;
  left: 34px;
  z-index: 2;
  color: #ffffff;
}

.faq-visual figcaption .button {
  margin-top: 20px;
}

.faq-layout .faq-block {
  margin-top: 0;
  padding: 44px 48px;
  background: #f8f7fb;
  border-top: 5px solid #130b56;
  box-shadow: none;
}

.contact-section {
  background:
    linear-gradient(rgba(5, 2, 46, 0.94), rgba(5, 2, 46, 0.97)),
    url("/assets/wp-content/uploads/2025/12/Bg1.webp") center / cover no-repeat;
}

.contact-section .contact-panel {
  margin-top: 0;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.contact-section .contact-copy {
  background:
    linear-gradient(rgba(5, 2, 46, 0.88), rgba(19, 11, 86, 0.94)),
    url("/assets/wp-content/uploads/2025/12/General-image-min.jpg") center / cover no-repeat;
}

.proof-section {
  background: #f3f1f8;
}

.proof-section .closing-cta {
  margin-top: 0;
}

.proof-section .references {
  margin-top: 42px;
}

.proof-section .medical-disclaimer {
  margin-top: 34px;
  box-shadow: 0 18px 42px rgba(5, 2, 46, 0.08);
}

@media (max-width: 980px) {
  .reading-grid,
  .price-showcase,
  .location-showcase,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .concept-media {
    padding-left: 0;
  }

  .price-visual {
    min-height: 480px;
  }

  .location-showcase {
    min-height: 0;
  }

  .location-visual {
    min-height: 430px;
  }

  .faq-visual {
    min-height: 460px;
  }

  .planning-link {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .concept-media {
    padding-bottom: 34px;
  }

  .concept-media::before {
    inset: 28px 18px 0 18px;
  }

  .concept-media figure {
    height: 330px;
    border-radius: 70px 0 0 0;
  }

  .concept-media .evidence-card {
    width: calc(100% - 24px);
    margin-top: -52px;
    padding: 28px 24px;
  }

  .session-process-section .image-row {
    grid-template-columns: 1fr;
  }

  .session-process-section .image-row img {
    height: 300px;
  }

  .price-showcase {
    margin-top: 32px;
  }

  .price-visual {
    min-height: 390px;
    border-radius: 0 0 70px 0;
  }

  .price-visual img {
    max-height: 280px;
  }

  .price-visual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 18px 20px;
  }

  .planning-section .session-grid article,
  .planning-section .session-grid article + article {
    padding: 30px 0 30px 52px;
    border-left: 0;
    border-bottom: 1px solid rgba(19, 11, 86, 0.14);
  }

  .planning-section .session-grid article::before {
    top: 32px;
    left: 2px;
  }

  .location-visual {
    min-height: 310px;
  }

  .location-showcase .location-card,
  .location-showcase .hours-card {
    padding: 34px 26px;
  }

  .faq-visual {
    min-height: 380px;
    border-radius: 70px 0 0 0;
  }

  .faq-layout .faq-block {
    padding: 30px 24px;
  }

  .contact-section .contact-panel,
  .proof-section .closing-cta,
  .proof-section .references,
  .proof-section .medical-disclaimer {
    margin-top: 0;
  }

  .proof-section .references,
  .proof-section .medical-disclaimer {
    margin-top: 32px;
  }
}
