:root {
    --blue: #32a9dc;
    --blue-deep: #0d6f95;
    --ink: #263238;
    --muted: #667780;
    --line: #dce9ee;
    --soft: #f4fafc;
    --warm: #fbf7f1;
    --white: #ffffff;
    --shadow: 0 18px 48px rgba(20, 71, 91, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
}

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

a {
    color: inherit;
}

.skip-link {
    position: absolute;
    left: 16px;
    top: -60px;
    z-index: 20;
    padding: 10px 14px;
    background: var(--ink);
    color: var(--white);
}

.skip-link:focus {
    top: 16px;
}

.container {
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
}

.narrow {
    width: min(820px, calc(100% - 40px));
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--white);
    border-bottom: 1px solid rgba(220, 233, 238, 0.85);
}

.header-inner {
    display: grid;
    grid-template-columns: 250px 1fr auto;
    align-items: center;
    gap: 30px;
    min-height: 104px;
}

.brand {
    display: inline-flex;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
}

.brand img {
    width: 235px;
    height: auto;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.site-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
    font-size: 15px;
    font-weight: 700;
}

.site-nav a {
    text-decoration: none;
    color: #31454d;
}

.site-nav a:hover {
    color: var(--blue-deep);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--line);
    background: linear-gradient(135deg, var(--white), var(--soft));
    padding: 10px 13px;
    border-radius: 6px;
    color: var(--ink);
    font-weight: 700;
}

.button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 800;
    line-height: 1.2;
    border: 1px solid transparent;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button:focus-visible {
    outline: 3px solid rgba(50, 169, 220, 0.35);
    outline-offset: 3px;
}

.button-primary {
    background: linear-gradient(135deg, var(--blue), var(--blue-deep));
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 16px 34px rgba(13, 111, 149, 0.3);
}

.button-primary:hover {
    box-shadow: 0 20px 42px rgba(13, 111, 149, 0.36);
}

.button-secondary {
    border: 1px solid var(--line);
    background: var(--white);
    color: var(--ink);
}

.button-light {
    background: var(--white);
    color: var(--blue-deep);
}

.button-small {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 14px;
}

.booking-button {
    min-height: 54px;
    padding: 15px 24px;
    border-radius: 8px;
    font-size: 16px;
    letter-spacing: 0;
    white-space: nowrap;
}

.booking-button::after {
    content: "›";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: currentColor;
    flex: 0 0 28px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.96;
}

.button-light.booking-button::after,
.button-secondary.booking-button::after {
    background-color: rgba(50, 169, 220, 0.12);
}

.header-cta.booking-button {
    min-height: 46px;
    padding: 11px 16px;
    font-size: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, #102a36, #1b4657);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 30px rgba(16, 42, 54, 0.24);
}

.header-cta.booking-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18px;
    width: 3px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.86) 24%,
        rgba(178, 235, 255, 0.98) 50%,
        rgba(255, 255, 255, 0.86) 76%,
        rgba(255, 255, 255, 0)
    );
    box-shadow:
        0 0 9px rgba(255, 255, 255, 0.92),
        0 0 18px rgba(103, 211, 255, 0.72),
        0 0 34px rgba(50, 169, 220, 0.42);
    opacity: 0;
    animation: headerCtaGlow 5.8s ease-in-out infinite;
}

.header-cta.booking-button:hover {
    background: linear-gradient(135deg, #123240, #20566b);
    box-shadow: 0 18px 38px rgba(16, 42, 54, 0.32);
}

.header-cta.booking-button::after,
.button-small.booking-button::after {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 22px;
}

.header-cta.booking-button::after {
    background: rgba(255, 255, 255, 0.16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.button-small.booking-button {
    min-height: 46px;
    padding: 11px 15px;
}

@keyframes headerCtaGlow {
    0% {
        transform: translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 0.72;
    }

    42% {
        transform: translateX(160px);
        opacity: 0.82;
    }

    54% {
        transform: translateX(188px);
        opacity: 0;
    }

    100% {
        transform: translateX(188px);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-cta.booking-button::before {
        animation: none;
    }
}

.hero {
    padding: 76px 0 62px;
    background: linear-gradient(125deg, var(--soft), var(--white) 46%, var(--warm));
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: center;
    gap: 64px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--blue-deep);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.15;
}

h1 {
    max-width: 760px;
    font-size: clamp(38px, 4.4vw, 56px);
    letter-spacing: 0;
}

h2 {
    font-size: clamp(28px, 3.2vw, 42px);
}

h3 {
    font-size: 22px;
}

.lead {
    margin: 22px 0 0;
    color: #4f626b;
    font-size: 20px;
    max-width: 720px;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.booking-note {
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 0;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: -20px 22px 22px -16px;
    border: 1px solid rgba(50, 169, 220, 0.16);
    border-radius: 8px;
    background: rgba(244, 250, 252, 0.66);
}

.portrait-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 26px;
    border: 1px solid rgba(220, 233, 238, 0.96);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 58px rgba(20, 71, 91, 0.12);
    backdrop-filter: blur(10px);
}

.portrait-kicker {
    margin: 0 0 18px;
    color: var(--blue-deep);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

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

.team-photo-card {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

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

.hero-visual figcaption {
    padding: 16px;
    background: var(--white);
}

.hero-visual figcaption strong,
.hero-visual figcaption span {
    display: block;
}

.hero-visual figcaption span {
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.portrait-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.portrait-trust span {
    padding: 10px;
    border-radius: 8px;
    background: var(--soft);
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.section {
    padding: 86px 0;
}

.muted {
    background: var(--soft);
}

.intro-band,
.trust-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.intro-band p:last-child,
.trust-grid p {
    margin-top: 0;
    color: #4f626b;
    font-size: 18px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 36px;
}

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

.benefit-item,
.service-card,
.values-grid article,
.contact-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.benefit-item {
    padding: 22px;
    font-weight: 800;
}

.two-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.practitioner-card {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 24px;
    align-items: center;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.practitioner-card img {
    width: 190px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
}

.practitioner-card p:last-child {
    margin-bottom: 0;
    color: #4f626b;
}

.profile-focus {
    margin: 14px 0 0;
    color: var(--blue-deep);
    font-weight: 900;
}

.credential-line {
    margin: 14px 0 0;
    color: #31454d;
    font-weight: 900;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.tag-list span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid rgba(50, 169, 220, 0.22);
    border-radius: 999px;
    background: rgba(244, 250, 252, 0.82);
    color: #31505c;
    font-size: 13px;
    font-weight: 800;
}

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

.service-card {
    padding: 26px;
}

.service-card p {
    color: #4f626b;
}

.service-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.service-meta span {
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--blue-deep);
    font-weight: 800;
    font-size: 14px;
}

.center-action {
    margin-top: 34px;
    text-align: center;
}

.check-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    padding-left: 30px;
    position: relative;
    color: #4f626b;
    font-size: 18px;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--blue);
}

.testimonials-section {
    border-top: 1px solid var(--line);
}

.testimonials-heading {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 32px;
    align-items: end;
    margin-bottom: 34px;
}

.rating-summary {
    padding: 24px;
    border: 1px solid rgba(50, 169, 220, 0.25);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 12px 34px rgba(20, 71, 91, 0.08);
}

.rating-summary span,
.stars {
    display: block;
    color: #ffc400;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1;
}

.rating-summary strong {
    display: block;
    margin-top: 12px;
    font-size: 18px;
}

.rating-summary p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 14px;
}

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

.testimonial-card {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    border: 1px solid rgba(220, 233, 238, 0.95);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
}

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

.testimonial-service {
    color: var(--muted);
    font-size: 14px;
    font-weight: 800;
    text-align: right;
}

.testimonial-card blockquote {
    margin: 22px 0;
    color: #43565f;
    font-size: 18px;
    line-height: 1.55;
}

.testimonial-author {
    margin: 0;
    color: var(--ink);
    font-weight: 900;
}

.cta-section {
    padding-top: 0;
}

.cta-panel {
    padding: 54px;
    border-radius: 8px;
    background: var(--ink);
    color: var(--white);
    text-align: center;
}

.cta-panel p {
    color: rgba(255, 255, 255, 0.78);
}

.faq {
    max-width: 900px;
}

details {
    border-top: 1px solid var(--line);
    padding: 22px 0;
}

details:last-child {
    border-bottom: 1px solid var(--line);
}

summary {
    cursor: pointer;
    font-weight: 900;
    font-size: 19px;
}

details p {
    color: #4f626b;
}

.page-hero {
    padding: 76px 0;
    background: linear-gradient(125deg, var(--soft), var(--white));
    text-align: center;
}

.page-hero .button {
    margin-top: 28px;
}

.profile-stack {
    display: grid;
    gap: 64px;
}

.profile {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 52px;
    align-items: center;
}

.profile-reverse {
    grid-template-columns: 1.15fr 0.85fr;
}

.profile-reverse img {
    order: 2;
}

.profile img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.profile p {
    color: #4f626b;
}

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

.values-grid article,
.contact-panel {
    padding: 28px;
}

.values-grid p,
.contact-panel p {
    color: #4f626b;
}

.service-list {
    display: grid;
    gap: 18px;
}

.practitioner-services {
    display: grid;
    gap: 58px;
}

.service-group-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.service-group-heading h2 {
    font-size: clamp(30px, 3vw, 42px);
}

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

.orientation-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--white), var(--soft));
}

.orientation-card h2 {
    font-size: clamp(25px, 2.2vw, 34px);
}

.orientation-card p {
    color: #4f626b;
}

.orientation-note {
    margin-top: 24px;
}

.service-row,
.price-row {
    display: grid;
    grid-template-columns: 88px 1fr 230px;
    gap: 28px;
    align-items: center;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.price-row {
    grid-template-columns: 1fr auto;
}

.service-practitioner-media {
    position: relative;
    width: 76px;
    min-height: 76px;
}

.service-practitioner-media img {
    width: 76px;
    height: 76px;
    border: 4px solid var(--white);
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(20, 71, 91, 0.14);
}

.service-practitioner-media img + img {
    position: absolute;
    left: 28px;
    top: 28px;
    width: 64px;
    height: 64px;
}

.service-row p,
.muted-text {
    color: #4f626b;
}

.service-row aside {
    display: grid;
    gap: 14px;
    justify-items: stretch;
    align-self: stretch;
    align-content: center;
}

.service-row aside span,
.service-row aside strong {
    color: var(--blue-deep);
}

.service-details {
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(50, 169, 220, 0.18);
    border-radius: 8px;
    background: var(--soft);
}

.service-details span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 900;
}

.service-details strong {
    color: var(--blue-deep);
    font-size: 24px;
    line-height: 1.15;
}

.service-booking-button {
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    background: linear-gradient(135deg, #123240, var(--blue-deep));
    color: var(--white) !important;
    box-shadow: 0 14px 28px rgba(13, 111, 149, 0.22);
}

.service-row .service-booking-button,
.service-row .service-booking-button:visited,
.service-row .service-booking-button span {
    color: var(--white) !important;
}

.service-booking-button span,
.service-booking-button::after {
    color: var(--white) !important;
}

.service-booking-button:hover {
    box-shadow: 0 18px 34px rgba(13, 111, 149, 0.3);
}

.service-booking-button::after {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.service-row h3 {
    font-size: clamp(22px, 2vw, 28px);
}

.service-note {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-left: 3px solid rgba(50, 169, 220, 0.55);
    background: var(--soft);
    color: #4f626b;
    font-size: 14px;
    font-weight: 700;
}

.service-mobile-summary {
    display: contents;
}

.service-toggle,
.mobile-service-jump,
.mobile-sticky-booking {
    display: none;
}

.caution {
    max-width: 860px;
}

.pricing-table {
    display: grid;
    gap: 12px;
}

.price-row h2 {
    font-size: 24px;
}

.price-row p {
    margin: 8px 0 0;
    color: var(--muted);
}

.price-row strong {
    color: var(--blue-deep);
    font-size: 22px;
}

.insurance-note {
    margin-top: 30px;
    padding: 28px;
    border-radius: 8px;
    background: var(--soft);
}

.hours-list {
    display: grid;
    gap: 10px;
}

.hours-list div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 8px;
}

.hours-list dt {
    font-weight: 900;
}

.hours-list dd {
    margin: 0;
    color: var(--muted);
    text-align: right;
}

.booking-conditions ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #4f626b;
}

.contact-grid .booking-conditions {
    grid-column: 1 / -1;
}

.map-section iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
}

.site-footer {
    background: #223138;
    color: var(--white);
    padding: 52px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
}

.footer-logo {
    width: 230px;
    margin: 0 0 22px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.site-footer h2 {
    font-size: 18px;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.75);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .header-inner {
        gap: 18px;
        grid-template-columns: 1fr auto;
    }

    .header-cta {
        display: none;
    }

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

    .site-nav {
        display: none;
        grid-column: 1 / -1;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin: 0 0 18px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        box-shadow: 0 18px 42px rgba(20, 71, 91, 0.1);
    }

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

    .site-nav a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 7px;
        background: var(--soft);
    }

    .site-nav a:hover {
        background: #e9f6fa;
    }

    .hero-grid,
    .intro-band,
    .trust-grid,
    .two-column,
    .profile,
    .profile-reverse,
    .values-grid,
    .contact-grid,
    .service-grid,
    .benefit-grid,
    .orientation-grid,
    .testimonials-heading,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .service-group-heading {
        display: block;
    }

    .profile-reverse img {
        order: 0;
    }

    .hero-visual {
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 680px) {
    .container,
    .narrow {
        width: min(100% - 28px, 1140px);
    }

    .header-inner {
        min-height: 88px;
    }

    .brand img {
        width: 195px;
    }

    .hero,
    .page-hero {
        padding: 48px 0;
    }

    .section {
        padding: 58px 0;
    }

    body {
        padding-bottom: 86px;
    }

    h1 {
        font-size: 39px;
    }

    .lead {
        font-size: 18px;
    }

    .hero-visual {
        max-width: none;
    }

    .hero-visual::before {
        inset: -12px 12px 12px -8px;
    }

    .portrait-panel {
        padding: 16px;
    }

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

    .hero-visual img {
        aspect-ratio: 4 / 3;
    }

    .practitioner-card,
    .service-row,
    .price-row {
        grid-template-columns: 1fr;
    }

    .service-practitioner-media {
        display: flex;
        width: auto;
        min-height: 0;
    }

    .service-practitioner-media img {
        width: 68px;
        height: 68px;
    }

    .service-practitioner-media img + img {
        position: relative;
        left: -18px;
        top: 0;
        width: 68px;
        height: 68px;
    }

    .mobile-service-jump {
        position: sticky;
        top: 88px;
        z-index: 8;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: min(100% - 28px, 1140px);
        margin: 14px auto 0;
        padding: 8px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(12px);
        box-shadow: 0 10px 26px rgba(20, 71, 91, 0.08);
    }

    .mobile-service-jump a {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 42px;
        border-radius: 7px;
        background: var(--soft);
        color: var(--blue-deep);
        font-weight: 900;
        text-decoration: none;
    }

    .service-row {
        gap: 18px;
        padding: 20px;
    }

    .service-mobile-summary {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        align-items: start;
    }

    .service-mobile-summary h3 {
        align-self: center;
    }

    .service-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 8px 10px;
        border: 1px solid rgba(50, 169, 220, 0.28);
        border-radius: 7px;
        background: var(--white);
        color: var(--blue-deep);
        font-size: 13px;
        font-weight: 900;
        white-space: nowrap;
    }

    .service-content {
        display: none;
        margin-top: 14px;
    }

    .service-accordion.is-open .service-content {
        display: block;
    }

    .service-details {
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 13px 14px;
    }

    .service-details strong {
        font-size: 20px;
        text-align: right;
    }

    .service-booking-button {
        min-height: 52px;
    }

    .mobile-sticky-booking {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        display: block;
        padding: 10px 14px;
        border-top: 1px solid rgba(220, 233, 238, 0.9);
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(14px);
        box-shadow: 0 -12px 30px rgba(20, 71, 91, 0.12);
    }

    .mobile-sticky-booking .button {
        width: 100%;
        min-height: 54px;
    }

    .practitioner-card img {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .cta-panel {
        padding: 34px 22px;
    }

    .footer-grid,
    .footer-bottom {
        grid-template-columns: 1fr;
        flex-direction: column;
    }
}
