:root {
    --bg: #f7f5f0;
    --surface: #ffffff;
    --surface-soft: #f1ede3;
    --text: #203342;
    --muted: #667987;
    --primary: #8ca9bc;
    --primary-dark: #425f73;
    --accent: #d7b759;
    --accent-dark: #a8842e;
    --success: #15803d;
    --danger: #b42318;
    --radius: 16px;
    --shadow-lg: 0 24px 60px rgba(32, 51, 66, 0.12);
    --shadow-md: 0 14px 30px rgba(32, 51, 66, 0.1);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #fbfaf7 0%, var(--bg) 45%, #f0ece4 100%);
    line-height: 1.6;
}

veepn-lock-screen {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

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

.container {
    width: min(1140px, calc(100% - 2.2rem));
    margin-inline: auto;
}

.section {
    padding: clamp(3.3rem, 6vw, 6rem) 0;
}

#clinic-tour,
#happy-clients,
#reviews {
    scroll-margin-top: 12rem;
}

.service-card[id] {
    scroll-margin-top: 12rem;
}

.section-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.9rem, 2.8vw, 2.8rem);
    line-height: 1.2;
    margin: 0;
}

.section-copy {
    color: var(--muted);
    margin-top: 0.9rem;
    max-width: 60ch;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: var(--primary);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(250, 248, 243, 0.97), rgba(244, 248, 251, 0.95));
    border-bottom: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: 0 8px 24px rgba(32, 51, 66, 0.05);
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.1rem;
    padding: 0.85rem 0 0.75rem;
}

.header-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    flex: 1;
}

.header-meta-card,
.header-cta-card {
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(140, 169, 188, 0.16);
    box-shadow: 0 10px 24px rgba(32, 51, 66, 0.055);
    padding: 0.9rem 1rem;
}

.header-meta-label {
    color: var(--accent-dark);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.header-meta-link,
.header-meta-value {
    margin-top: 0.18rem;
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.header-meta-sub {
    margin-top: 0.1rem;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.header-hours-card {
    min-height: 76px;
    padding-block: 0.8rem;
}

.header-meta-time {
    margin-top: 0.08rem;
    color: var(--text);
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.28;
}

.header-cta-card {
    align-items: flex-start;
    background:
        radial-gradient(circle at top right, rgba(215, 183, 89, 0.18), transparent 58%),
        rgba(255, 255, 255, 0.96);
    border-color: rgba(215, 183, 89, 0.24);
}

.header-cta-link {
    margin-top: 0.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.74rem 1.05rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #dfbf60, #d0ab43);
    color: var(--primary-dark);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(208, 171, 67, 0.2);
}

.header-cta-link:hover,
.header-cta-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(208, 171, 67, 0.24);
}

.nav-shell {
    padding-bottom: 0.85rem;
}

.nav-band {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 18px;
    padding: 0.72rem 1.5rem;
    background: linear-gradient(180deg, #dcbc59, #d3b04a);
    border: 1px solid rgba(215, 183, 89, 0.22);
    box-shadow: 0 14px 28px rgba(66, 95, 115, 0.12);
}

.mobile-book-link {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    text-decoration: none;
}

.logo-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: clamp(270px, 27vw, 360px);
    height: clamp(86px, 8vw, 108px);
    overflow: hidden; 
    border-radius: 20px;
    background:
        radial-gradient(circle at top left, rgba(215, 183, 89, 0.12), transparent 58%),
        rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(140, 169, 188, 0.2);
    box-shadow: 0 12px 24px rgba(32, 51, 66, 0.08);
}

.logo-img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: fill;
    object-position: center;
    filter: contrast(1.08) saturate(1.06);
    transform: none;
}

.logo-text {
    font-family: 'Sora', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-dark);
    letter-spacing: 0.2px;
}

.logo-text span {
    color: var(--accent);
}

.nav-toggle {
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border-radius: 999px;
    box-shadow: none;
    min-width: 84px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.nav-links {
    display: flex;
    gap: 1.7rem;
    align-items: center;
}

.nav-item {
    position: relative;
}

.nav-item-has-children::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -0.35rem;
    right: -0.35rem;
    height: 1.35rem;
}

.nav-parent-row {
    display: flex;
    align-items: center;
    gap: 0.22rem;
}

.nav-link,
.nav-sublink {
    position: relative;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.96rem;
    letter-spacing: 0.04em;
    transition: color 0.2s ease;
}

.nav-link {
    color: #fff;
    text-transform: uppercase;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.28rem;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.25s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
    color: rgba(255, 255, 255, 0.92);
}

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

.nav-submenu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border: 0;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.nav-submenu-toggle:hover,
.nav-submenu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.24);
}

.nav-submenu-toggle[aria-expanded='true'] span {
    transform: rotate(180deg);
}

.nav-submenu-toggle span {
    display: inline-block;
    transition: transform 0.2s ease;
}

.nav-submenu {
    position: absolute;
    top: calc(100% - 0.05rem);
    left: 50%;
    min-width: 280px;
    display: grid;
    gap: 0.35rem;
    padding: 0.7rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(140, 169, 188, 0.14);
    box-shadow: 0 18px 34px rgba(32, 51, 66, 0.12);
    transform: translate(-50%, 0.55rem);
    opacity: 0;
    pointer-events: none;
    max-height: min(70vh, 34rem);
    overflow-y: auto;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav-sublink {
    color: var(--text);
    padding: 0.75rem 0.85rem;
    border-radius: 12px;
    line-height: 1.35;
}

.nav-sublink:hover,
.nav-sublink:focus-visible {
    color: var(--primary-dark);
    background: rgba(140, 169, 188, 0.08);
}

.nav-item-has-children:hover .nav-submenu,
.nav-item-has-children:focus-within .nav-submenu,
.nav-item-has-children.is-open .nav-submenu {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.nav-item-has-children.is-force-closed .nav-submenu {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.55rem);
}

.nav-links.is-suspended .nav-submenu {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.55rem);
}

@media (min-width: 1025px) {
    .nav-item-mega {
        position: static;
    }

    .nav-item-mega::after {
        left: 50%;
        right: auto;
        width: min(54rem, calc(100vw - 5rem));
        height: 1.5rem;
        transform: translateX(-50%);
    }

    .nav-item-mega .nav-submenu {
        width: min(54rem, calc(100vw - 5rem));
        left: 50%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.7rem;
        padding: 1rem;
        border-radius: 22px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 245, 237, 0.98));
        box-shadow: 0 24px 52px rgba(32, 51, 66, 0.16);
    }

    .nav-item-mega .nav-sublink {
        min-height: 100%;
        display: flex;
        align-items: center;
        padding: 0.95rem 1rem;
        border-radius: 16px;
        background: rgba(140, 169, 188, 0.06);
        border: 1px solid rgba(140, 169, 188, 0.12);
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .nav-item-mega .nav-sublink:hover,
    .nav-item-mega .nav-sublink:focus-visible {
        background: rgba(140, 169, 188, 0.11);
        border-color: rgba(140, 169, 188, 0.22);
        box-shadow: 0 10px 20px rgba(32, 51, 66, 0.08);
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    padding: 0.76rem 1.15rem;
    box-shadow: 0 10px 22px rgba(140, 169, 188, 0.28);
}

.btn-primary:hover {
    box-shadow: 0 18px 30px rgba(140, 169, 188, 0.32);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.86);
    color: var(--primary-dark);
    padding: 0.7rem 1rem;
    border: 1px solid rgba(140, 169, 188, 0.22);
}

.btn-secondary:hover {
    background: #fff;
    box-shadow: 0 14px 26px rgba(10, 39, 56, 0.1);
}

.hero {
    padding: clamp(3.2rem, 8vw, 7rem) 0 3.5rem;
}

.hero-grid {
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: 1.1fr 0.9fr;
}

.hero-topline {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--primary-dark);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-title {
    font-family: 'Sora', sans-serif;
    font-size: clamp(2.1rem, 5.1vw, 4rem);
    line-height: 1.06;
    margin: 0;
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: break-word;
}

.hero-title .highlight {
    color: var(--primary);
}

.hero-copy {
    margin-top: 1.2rem;
    color: var(--muted);
    max-width: 56ch;
}

.hero-actions {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
    display: none;
}

.hero-proof span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(140, 169, 188, 0.12);
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-stats {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.stat {
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 169, 188, 0.1);
    border-radius: 12px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    text-align: center;
}

.stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(140, 169, 188, 0.24);
}

.stat strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.stat span {
    color: var(--muted);
    font-size: 0.86rem;
}

.hero-card {
    position: relative;
    border-radius: 24px;
    padding: 1rem;
    background: linear-gradient(150deg, #ffffff, #f7f1df);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(140, 169, 188, 0.16);
    overflow: hidden;
}

.hero-slider {
    position: relative;
    height: 500px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at top right, rgba(215, 183, 89, 0.18), transparent 28%),
        linear-gradient(160deg, #f4f7fa, #f8f0dd);
}

.hero-card:hover .hero-media.is-active {
    transform: scale(1.005);
}

.hero-card::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(215, 183, 89, 0.25);
    top: -32px;
    right: -24px;
}

.hero-badge {
    position: absolute;
    left: -15px;
    bottom: 22px;
    background: #fff;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(140, 169, 188, 0.16);
    box-shadow: 0 10px 24px rgba(14, 48, 67, 0.14);
    font-size: 0.88rem;
    font-weight: 700;
}

.hero-media {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: var(--hero-position, center center);
    opacity: 0;
    transform: scale(1);
    transition: opacity 0.6s ease, transform 0.5s ease;
}

.hero-media--home-hero-image-4 {
    object-position: var(--hero-position, 10% center);
}

.hero-media--home-hero-image-3 {
    object-position: var(--hero-position, 10% center);
}

.hero-media.is-active {
    opacity: 1;
    z-index: 1;
}

/* Slight center zoom for home hero image 2 */
.hero-media--home-hero-image-2 {
    object-position: center center;
}

.hero-media--home-hero-image-2.is-active {
    transform: none !important;
    transform-origin: center center;
}

.hero-panel {
    position: absolute;
    right: 26px;
    bottom: 84px;
    max-width: 250px;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(140, 169, 188, 0.14);
    box-shadow: 0 16px 34px rgba(10, 39, 56, 0.16);
    backdrop-filter: blur(12px);
    z-index: 2;
}

.hero-panel-kicker {
    display: inline-block;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 800;
    margin-bottom: 0.45rem;
}

.hero-panel strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    line-height: 1.35;
}

.trust-strip {
    padding-bottom: 1rem;
}

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

.trust-strip-grid div {
    padding: 1.05rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 169, 188, 0.1);
    box-shadow: var(--shadow-md);
    text-align: center;
}

/* Small service list that appears inside cards on hover */
/* previously injected service-list styles removed */

.trust-strip-grid strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
}

.trust-strip-grid span {
    display: block;
    margin-top: 0.25rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.why-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 1.8rem;
    align-items: stretch;
}

.why-copy-panel,
.why-points-shell {
    position: relative;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 244, 236, 0.94));
    border: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: 0 20px 44px rgba(32, 51, 66, 0.08);
}

.why-copy-panel {
    padding: 1.85rem 1.9rem;
    overflow: hidden;
}

.why-copy-panel::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    top: -110px;
    left: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(140, 169, 188, 0.16), transparent 70%);
    pointer-events: none;
}

.why-points-shell {
    padding: 1.5rem;
    background:
        radial-gradient(circle at top right, rgba(215, 183, 89, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 244, 236, 0.96));
}

.why-kicker {
    margin-bottom: 0.55rem;
}

.why-title {
    max-width: 11ch;
    font-size: clamp(2.4rem, 4.8vw, 4rem);
}

.why-copy-group {
    margin-top: 1.1rem;
}

.why-copy {
    margin-top: 0.55rem;
    max-width: 56ch;
    font-size: 1.02rem;
    line-height: 1.75;
}

.notice {
    border-radius: 12px;
    padding: 0.7rem 0.95rem;
    margin: 0.9rem 0 0;
    font-weight: 600;
    font-size: 0.92rem;
}

.notice-success {
    background: #eaf9ef;
    border: 1px solid #9ed3ae;
    color: #0f5f2a;
}

.notice-error {
    background: #fff0ef;
    border: 1px solid #f2b1ab;
    color: #822118;
}

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

.feature {
    background: var(--surface);
    border: 1px solid rgba(140, 169, 188, 0.14);
    border-radius: 16px;
    padding: 0.9rem;
    box-shadow: var(--shadow-md);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10, 39, 56, 0.12);
    border-color: rgba(140, 169, 188, 0.3);
}

.feature-index {
    display: inline-flex;
    margin-bottom: 0.85rem;
    color: var(--accent);
    font-weight: 800;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
}

.feature h3 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
}

.feature p {
    color: var(--muted);
    margin: 0.4rem 0 0;
    font-size: 0.9rem;
}

.why-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-content: start;
    padding-top: 0.35rem;
}

.why-points-kicker {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(215, 183, 89, 0.14);
    color: var(--accent-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.why-point {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(140, 169, 188, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 22px rgba(32, 51, 66, 0.05);
}

.why-point:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(32, 51, 66, 0.1);
    border-color: rgba(215, 183, 89, 0.26);
}

.why-point-check {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #e4c86e, #d1ab43);
    color: #fff;
    font-size: 1.15rem;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 10px 18px rgba(209, 171, 67, 0.22);
}

.why-point-text {
    font-family: 'Sora', sans-serif;
    font-size: 1.16rem;
    line-height: 1.35;
}

.experience-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(241, 237, 227, 0.72));
}

.experience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.experience-collage {
    position: relative;
    min-height: 560px;
}

.experience-main,
.experience-float {
    object-fit: cover;
    box-shadow: var(--shadow-lg);
}

.experience-main {
    width: 78%;
    height: 520px;
    border-radius: 28px;
}

#experience-main-home, #experience-main-page, .experience-main--home, .experience-main--page {
    object-position: 20% center;
}

.experience-float {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 46%;
    height: 240px;
    border-radius: 22px;
    border: 8px solid rgba(255, 255, 255, 0.95);
}

.experience-note {
    position: absolute;
    right: 18px;
    top: 18px;
    max-width: 220px;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(14, 41, 56, 0.9);
    color: #fff;
    box-shadow: var(--shadow-md);
}

.experience-note strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.experience-note span {
    display: block;
    margin-top: 0.35rem;
    color: #f3e8bd;
    font-size: 0.9rem;
}

.journey-list {
    margin-top: 1.6rem;
    display: grid;
    gap: 1rem;
}

.journey-item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: var(--shadow-md);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.journey-item:hover {
    transform: translateX(6px);
    box-shadow: 0 18px 36px rgba(10, 39, 56, 0.12);
}

.journey-item span {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}

.journey-item h3 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.journey-item p {
    margin: 0.4rem 0 0;
    color: var(--muted);
}

.services-grid {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.35rem;
}

.service-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(140, 169, 188, 0.13);
    border-radius: 24px;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(10, 39, 56, 0.08);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(10, 39, 56, 0.14);
}

.service-card-reverse {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.service-card-reverse .service-media-wrap {
    order: 2;
}

.service-card-reverse .service-body {
    order: 1;
}

.service-media-wrap {
    position: relative;
    min-height: 100%;
}

.service-media {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.service-tag {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 34, 48, 0.82);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.service-card:hover .service-media {
    transform: scale(1.05);
}

.service-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.75rem 1.85rem;
}

.service-card h3 {
    margin: 0;
    font-size: clamp(1.3rem, 2vw, 1.8rem);
    font-family: 'Sora', sans-serif;
    line-height: 1.2;
}

.service-card p {
    color: var(--muted);
    margin: 0.85rem 0 0;
    font-size: 1rem;
    line-height: 1.75;
}

/* Specialists — profile-led layout */
.specialists-grid {
    margin-top: 1rem;
    display: grid;
    gap: 1.25rem;
}

.specialist-card {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 1.35rem;
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(214, 177, 67, 0.08), rgba(255, 255, 255, 0) 40%),
        #fff;
    border: 1px solid rgba(140, 169, 188, 0.12);
    border-radius: 24px;
    padding: 1.15rem;
    box-shadow: 0 16px 34px rgba(10, 39, 56, 0.07);
}

.specialist-media-wrap {
    height: 100%;
}

.specialist-card .service-media {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center 22%;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(10, 39, 56, 0.08);
    transform: none;
}

.specialist-card .service-body {
    padding: 0.3rem 0.25rem 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.specialist-kicker {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.55rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(90, 126, 152, 0.12);
    color: var(--brand-dark);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.specialist-card h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.15;
}

.specialist-role {
    display: block;
    margin-top: 0.45rem;
    color: var(--brand-dark);
    font-size: 1rem;
    line-height: 1.5;
}

.specialist-summary {
    margin-top: 0.85rem;
    color: var(--ink);
    font-size: 1.04rem;
    line-height: 1.75;
}

.specialist-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.specialist-highlights span {
    display: inline-flex;
    align-items: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(214, 177, 67, 0.14);
    color: var(--brand-dark);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.3;
}

.specialist-bio {
    margin-top: 1rem;
}

.specialists-grid {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
}

.dynamic-specialist-section {
    padding: 3rem 0;
}

.dynamic-specialist-section.section-alt {
    background-color: #f8f9fa;
}

.dynamic-specialist-section .section-title {
    margin-bottom: 1.5rem;
}

.specialist-section-content {
    max-width: 960px;
    margin: 0 auto;
}

.specialist-block-item {
    margin-bottom: 2rem;
}

.specialist-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.specialist-feature-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
    padding: 1.8rem;
}

.specialist-feature-card h4 {
    margin: 0 0 0.75rem;
    color: #c4a575;
    font-size: 1.1rem;
}

.specialist-feature-card p {
    margin: 0;
    color: #4f4f4f;
    line-height: 1.75;
}

.specialist-faq details {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding: 1.4rem 1.6rem;
    margin-bottom: 1rem;
}

.specialist-faq summary {
    font-weight: 700;
    color: #222;
    cursor: pointer;
    list-style: none;
}

.specialist-faq p {
    margin: 0.9rem 0 0;
    color: #555;
    line-height: 1.75;
}

.service-actions {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.specialist-card p {
    margin-top: 0.55rem;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}

.specialist-card .service-tag {
    left: 16px;
    top: 16px;
    padding: 0.4rem 0.75rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
    .specialist-card {
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    }

    .specialist-card .service-media {
        min-height: 360px;
        border-radius: 16px;
    }
}

@media (max-width: 768px) {
    .specialist-card {
        grid-template-columns: 1fr;
        text-align: left;
        padding: 1rem;
    }

    .specialist-card .service-media {
        min-height: 320px;
        margin: 0;
        border-radius: 16px;
        object-position: center 18%;
    }

    .specialist-card .service-body {
        padding-top: 0.35rem;
    }

    .specialist-highlights {
        gap: 0.5rem;
    }

    .specialist-highlights span {
        font-size: 0.8rem;
    }
}

.service-meta {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.9rem;
}

.clinic-tour {
    --tour-visible: 4;
    --tour-gap: 1rem;
    margin-top: 1.65rem;
}

.tour-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.9rem;
}

.tour-controls {
    display: inline-flex;
    gap: 0.65rem;
}

.tour-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(140, 169, 188, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--primary-dark);
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tour-btn:hover,
.tour-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(215, 183, 89, 0.48);
    box-shadow: 0 10px 20px rgba(32, 51, 66, 0.08);
}

.tour-viewport {
    overflow: hidden;
}

.tour-track {
    display: flex;
    gap: var(--tour-gap);
    transition: transform 0.45s ease;
    will-change: transform;
}

.tour-card {
    flex: 0 0 calc((100% - (var(--tour-gap) * (var(--tour-visible) - 1))) / var(--tour-visible));
    min-width: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(140, 169, 188, 0.14);
    background: #fff;
    box-shadow: 0 14px 26px rgba(32, 51, 66, 0.08);
}

.tour-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.happy-clients-section {
    background:
        radial-gradient(circle at top right, rgba(140, 169, 188, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(241, 237, 227, 0.8));
}

.happy-clients-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.2rem;
}

.happy-clients-count {
    min-width: 170px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(140, 169, 188, 0.16);
    box-shadow: 0 14px 28px rgba(32, 51, 66, 0.08);
    text-align: center;
}

.happy-clients-count strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}

.happy-clients-count span {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.88rem;
}

.happy-clients-grid {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.happy-client-card {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(140, 169, 188, 0.16);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 34px rgba(32, 51, 66, 0.08);
    animation: happy-client-float 4.8s ease-in-out infinite;
}

.happy-client-card:nth-child(2) {
    animation-delay: 0.65s;
}

.happy-client-card:nth-child(3) {
    animation-delay: 1.3s;
}

.happy-client-media {
    position: relative;
    aspect-ratio: 4 / 4.8;
    overflow: hidden;
    background: rgba(140, 169, 188, 0.12);
}

.happy-client-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--happy-object-position, center center);
    transition: transform 0.45s ease;
}

.happy-client-card:hover .happy-client-media img {
    transform: scale(1.04);
}

.happy-client-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(32, 51, 66, 0.72);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.happy-client-content {
    padding: 1.15rem 1.15rem 1.3rem;
}

.happy-client-content strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1.02rem;
}

.happy-client-content p {
    margin: 0.55rem 0 0;
    color: var(--muted);
}

@keyframes happy-client-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.reviews-slider {
    --review-visible: 3;
    --review-gap: 1rem;
    margin-top: 1.5rem;
}

.review-slider-head {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.9rem;
}

.review-controls {
    display: inline-flex;
    gap: 0.65rem;
}

.review-btn {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(140, 169, 188, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--primary-dark);
    font-size: 1.05rem;
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.review-btn:hover,
.review-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(215, 183, 89, 0.48);
    box-shadow: 0 10px 20px rgba(32, 51, 66, 0.08);
}

.review-viewport {
    overflow: hidden;
}

.review-track {
    display: flex;
    gap: var(--review-gap);
    transition: transform 0.45s ease;
    will-change: transform;
}

.review-card {
    flex: 0 0 calc((100% - (var(--review-gap) * (var(--review-visible) - 1))) / var(--review-visible));
    min-width: 0;
    border-radius: 18px;
    border: 1px solid rgba(140, 169, 188, 0.16);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(32, 51, 66, 0.07);
    padding: 1.25rem;
}

.review-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.review-text {
    margin: 0.85rem 0 0;
    color: var(--muted);
}

@media (max-width: 1024px) {
    .clinic-tour {
        --tour-visible: 3;
    }
}

@media (max-width: 900px) {
    .clinic-tour {
        --tour-visible: 2;
    }
}

.booking-area {
    margin-top: 2rem;
    background: linear-gradient(170deg, #ffffff, #f5f0e6);
    border: 1px solid rgba(140, 169, 188, 0.16);
    border-radius: 22px;
    padding: clamp(1.2rem, 2.5vw, 2rem);
    box-shadow: var(--shadow-md);
}

.booking-teaser {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.2rem;
    align-items: center;
    padding: 1.4rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #263d4d, #5f7685);
    color: #fff;
    box-shadow: var(--shadow-lg);
}

.booking-teaser .section-copy {
    color: #f3e8bd;
}

.booking-teaser .section-kicker {
    color: #efd37b;
}

.booking-teaser-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.results-teaser {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.results-teaser-card {
    padding: 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: var(--shadow-md);
}

.results-teaser-card strong {
    display: block;
    margin-top: 0.85rem;
    font-family: 'Sora', sans-serif;
}

.results-teaser-card p {
    margin: 0.35rem 0 0;
    color: var(--muted);
}

.results-teaser-cta {
    display: grid;
    place-items: center;
    padding: 1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #263d4d, #5f7685);
    box-shadow: var(--shadow-lg);
}

.booking-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.form-group {
    display: grid;
    gap: 0.35rem;
}

.form-group label {
    font-size: 0.86rem;
    font-weight: 700;
    color: #2d4a5a;
}

.form-input,
.form-select,
.form-textarea {
    border-radius: 10px;
    border: 1px solid #b8cbd8;
    background: #fff;
    width: 100%;
    padding: 0.68rem 0.75rem;
    font: inherit;
    color: var(--text);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: 2px solid #d7b759;
    border-color: #8ca9bc;
    box-shadow: 0 0 0 4px rgba(92, 184, 210, 0.12);
}

.form-textarea {
    min-height: 115px;
    resize: vertical;
}

.form-span-2 {
    grid-column: span 2;
}

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

.testimonial-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(140, 169, 188, 0.15);
    box-shadow: var(--shadow-md);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 44px rgba(10, 39, 56, 0.14);
    border-color: rgba(140, 169, 188, 0.28);
}

.testimonial-media {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.testimonial-card:hover .testimonial-media {
    transform: scale(1.04);
}

.testimonial-content {
    padding: 0.8rem;
}

.testimonial-service {
    display: inline-flex;
    padding: 0.28rem 0.56rem;
    border-radius: 999px;
    background: #f4edd7;
    color: #425f73;
    font-weight: 800;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
}

.testimonial-content p {
    color: var(--muted);
    margin: 0.85rem 0 1rem;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 0.8rem;
}

.testimonial-footer strong {
    display: block;
}

.testimonial-footer span {
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
    text-align: right;
}

.page-contact {
    background: linear-gradient(180deg, #fbfaf7 0%, #f3efe6 100%);
}

.page-results {
    background: linear-gradient(180deg, #fbfaf7 0%, #f1ede3 100%);
}

.results-hero {
    padding: clamp(3.6rem, 8vw, 7rem) 0 2rem;
}

.results-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.results-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.results-proof span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 169, 188, 0.12);
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

.results-hero-visual {
    position: relative;
}

.results-hero-visual img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
}

.results-hero-card {
    position: absolute;
    left: 22px;
    bottom: 22px;
    max-width: 250px;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(14, 41, 56, 0.88);
    color: #fff;
    backdrop-filter: blur(10px);
}

.results-hero-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.results-hero-card span {
    display: block;
    margin-top: 0.35rem;
    color: #f3e8bd;
}

.results-stats {
    padding-bottom: 1rem;
}

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

.results-stat-card {
    padding: 1.1rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: var(--shadow-md);
}

.results-stat-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
}

.results-stat-card span {
    display: block;
    margin-top: 0.25rem;
    color: var(--muted);
}

.results-story-grid {
    display: grid;
    gap: 1.4rem;
}

.results-story-card {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1.3rem;
    align-items: center;
    padding: 1.2rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: var(--shadow-lg);
}

.results-story-card.reverse {
    grid-template-columns: 1.05fr 0.95fr;
}

.results-story-card.reverse .results-story-media {
    order: 2;
}

.results-story-card.reverse .results-story-content {
    order: 1;
}

.results-story-media {
    position: relative;
}

.results-story-media img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 22px;
}

.results-story-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    padding: 0.4rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--primary-dark);
    font-weight: 800;
    font-size: 0.8rem;
}

.results-story-content h2 {
    margin: 0.9rem 0 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    line-height: 1.2;
}

.results-story-quote {
    margin: 1rem 0 1.2rem;
    color: var(--muted);
    font-size: 1rem;
}

.results-story-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
}

.results-story-footer strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.results-story-footer span {
    color: var(--primary-dark);
    font-weight: 700;
    text-align: right;
}

.results-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem;
    border-radius: 26px;
    background: linear-gradient(135deg, #263d4d, #5f7685);
    color: #fff;
    box-shadow: var(--shadow-lg);
}

.results-cta .section-copy {
    color: #f3e8bd;
}

.results-cta .section-kicker {
    color: #efd37b;
}

.page-book {
    background: linear-gradient(180deg, #fbfaf7 0%, #f2eee5 100%);
}

.book-hero {
    padding: clamp(3.6rem, 8vw, 7rem) 0 2rem;
}

.book-hero-shell {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.book-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.book-proof span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 169, 188, 0.12);
    color: var(--primary-dark);
    font-size: 0.82rem;
    font-weight: 700;
}

.book-preview-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
}

.book-preview-card img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.book-preview-overlay {
    position: absolute;
    inset: auto 20px 20px 20px;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(14, 41, 56, 0.84);
    backdrop-filter: blur(10px);
    color: #fff;
}

.book-preview-overlay strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.book-preview-overlay span {
    display: block;
    margin-top: 0.35rem;
    color: #f3e8bd;
}

.book-steps-grid {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.book-step-card {
    padding: 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(140, 169, 188, 0.14);
    box-shadow: var(--shadow-md);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.book-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px rgba(10, 39, 56, 0.12);
}

.book-step-card > span {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent), var(--accent-dark));
    color: #fff;
    font-family: 'Sora', sans-serif;
    font-weight: 700;
}

.book-step-card strong {
    display: block;
    margin-top: 0.9rem;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.book-step-card p {
    margin: 0.4rem 0 0;
    color: var(--muted);
}

.book-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    align-items: start;
}

.book-main-section {
    padding-top: 2rem;
}

.book-form-shell,
.book-sidebar {
    padding: 1.4rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(140, 169, 188, 0.12);
    box-shadow: var(--shadow-lg);
}

.service-chip-grid {
    margin: 1.2rem 0 1.15rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.service-chip {
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f5f0e6);
    border: 1px solid rgba(140, 169, 188, 0.12);
}

.service-chip strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
}

.service-chip span {
    display: block;
    margin-top: 0.28rem;
    color: var(--muted);
    font-size: 0.82rem;
}

.book-sidebar {
    display: grid;
    gap: 1rem;
}

.book-sidebar-block {
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f2f8fb);
    border: 1px solid rgba(140, 169, 188, 0.12);
}

.book-checklist {
    margin-top: 1rem;
    display: grid;
    gap: 0.9rem;
}

.book-check-item {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 0.75rem;
    align-items: start;
}

.book-check-item span {
    width: 16px;
    height: 16px;
    margin-top: 0.2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
}

.book-check-item p {
    margin: 0;
    color: var(--muted);
}

.book-service-list {
    margin-top: 1rem;
    display: grid;
    gap: 1rem;
}

.book-service-list.compact {
    gap: 0.75rem;
}

.book-service-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 0.9rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(140, 169, 188, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.book-service-row:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.book-service-row strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.book-service-row p {
    margin: 0.2rem 0 0;
    color: var(--muted);
    font-size: 0.8rem;
}

.book-service-row span {
    color: var(--primary-dark);
    font-weight: 700;
    font-size: 0.86rem;
    white-space: nowrap;
}

.book-assist-card {
    padding: 1.1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, #263d4d, #5f7685);
    color: #fff;
}

.book-assist-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

.book-assist-card p {
    margin: 0.55rem 0 1rem;
    color: #f3e8bd;
}

.contact-hero {
    padding: clamp(3.6rem, 8vw, 7rem) 0 2rem;
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 2rem;
    align-items: center;
}

.contact-quick-grid {
    margin-top: 1.6rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.contact-quick-card {
    display: block;
    text-decoration: none;
    color: var(--text);
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(140, 169, 188, 0.14);
    box-shadow: var(--shadow-md);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.contact-quick-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(10, 39, 56, 0.12);
    border-color: rgba(140, 169, 188, 0.28);
}

.contact-quick-card strong,
.contact-info-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.contact-quick-card span {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);

    /* Prevent long strings (emails, URLs) from overflowing the card */
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.contact-visual {
    position: relative;
    min-height: 560px;
}

.contact-visual img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    position: relative;
    z-index: 0;
}

.contact-float-card {
    position: absolute;
    left: 18px;
    bottom: 34px;
    max-width: 280px;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(14, 41, 56, 0.95);
    color: #fff;
    box-shadow: 0 20px 40px rgba(10, 39, 56, 0.22);
    z-index: 6;
}

.contact-float-card strong {
    display: block;
    font-family: 'Sora', sans-serif;
}

.contact-float-card span {
    display: block;
    margin-top: 0.45rem;
    color: #d3e7ef;
    font-size: 0.92rem;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.5rem;
    align-items: start;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: start;
}

.contact-panel,
.contact-sidebar {
    padding: 1.4rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 169, 188, 0.14);
    box-shadow: var(--shadow-lg);
}

.contact-visit-grid {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.contact-info-card {
    padding: 0.8rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f5f0e6);
    border: 1px solid rgba(140, 169, 188, 0.12);
    font-size: 0.9rem;
}

.contact-info-card p,
.contact-map-card p,
.contact-faq-item p {
    margin: 0.45rem 0 0;
    color: var(--muted);
}

.contact-map-card {
    margin-top: 1.2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #263d4d, #506b7c);
    color: #fff;
}

.contact-map-card-full {
    margin-top: 0;
}

.contact-map-card h3 {
    margin: 0.1rem 0 0;
    font-family: 'Sora', sans-serif;
    font-size: 1.15rem;
}

.contact-map-card p {
    color: #f3e8bd;
}

.contact-map-embed {
    margin-top: 1rem;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(140, 169, 188, 0.14);
    box-shadow: var(--shadow-md);
    background: #fff;
}

.contact-map-embed iframe {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
}

.contact-map-embed-full iframe {
    height: 460px;
}

.contact-faq-list {
    margin-top: 1.4rem;
    display: grid;
    gap: 1rem;
}

.contact-faq-item {
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f3f8fb);
    border: 1px solid rgba(140, 169, 188, 0.12);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.contact-faq-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.contact-faq-item h3 {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
}

#contact-form {
    scroll-margin-top: 12rem;
}

.contact-form-shell .booking-grid {
    margin-top: 1.2rem;
}

.contact-form-aside p {
    margin: 0.45rem 0 0;
    color: var(--muted);
}

.contact-form-aside a {
    color: var(--primary-dark);
    text-decoration: none;
}

.contact-form-aside a:hover,
.contact-form-aside a:focus-visible {
    text-decoration: underline;
}

.footer {
    padding: 2rem 0;
    background: #263d4d;
    color: #d1e4ef;
}

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

.footer a {
    color: #d1e4ef;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: #fff;
}

.footer small {
    display: block;
    margin-top: 1rem;
    color: #8eb4c8;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

[data-reveal].show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    .clinic-tour {
        --tour-visible: 3;
    }

    .reviews-slider {
        --review-visible: 2;
    }

    .happy-clients-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .happy-clients-count {
        min-width: 0;
    }

    .happy-clients-grid {
        grid-template-columns: 1fr 1fr;
    }

    .header-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }

    .header-meta-grid {
        width: 100%;
        grid-template-columns: 1fr 1fr;
    }

    .header-cta-card {
        grid-column: 1 / -1;
    }

    .nav-shell {
        padding-bottom: 0.8rem;
    }

    .results-hero-grid,
    .results-story-card,
    .results-story-card.reverse,
    .results-stats-grid,
    .results-teaser,
    .results-cta,
    .book-hero-shell,
    .book-steps-grid,
    .book-layout,
    .contact-hero-grid,
    .contact-layout,
    .contact-form-grid,
    .contact-visit-grid,
    .contact-quick-grid,
    .trust-strip-grid,
    .why-grid,
    .experience-grid,
    .hero-grid,
    .features,
    .testimonials,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hero-slider {
        height: 340px;
    }

    .hero-panel {
        right: 18px;
        bottom: 78px;
    }

    .experience-collage {
        min-height: 500px;
    }

    .experience-main {
        width: 100%;
        height: 360px;
    }

    .experience-float {
        width: 44%;
        height: 180px;
    }

    .booking-teaser {
        grid-template-columns: 1fr;
    }

    .booking-teaser-actions {
        justify-content: flex-start;
    }

    .service-chip-grid {
        grid-template-columns: 1fr 1fr;
    }

    .book-preview-card img {
        height: 420px;
    }

    .book-service-row {
        align-items: flex-start;
    }

    .results-story-card.reverse .results-story-media,
    .results-story-card.reverse .results-story-content {
        order: initial;
    }

    .results-hero-visual img {
        height: 420px;
    }

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

    .contact-visual img {
        height: 420px;
    }

    .contact-float-card {
        left: 18px;
    }
}

@media (max-width: 768px) {
    .happy-clients-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .container {
        width: calc(100% - 1rem);
    }

    .logo {
        width: 100%;
    }

    .section {
        padding: 2.4rem 0;
    }

    [data-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }

    .clinic-tour {
        --tour-visible: 2;
    }

    .tour-image {
        height: 200px;
    }

    .reviews-slider {
        --review-visible: 1;
    }

    .header-top {
        padding: 0.75rem 0 0.7rem;
        align-items: center;
    }

    .header-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .header-meta-card,
    .header-cta-card {
        width: 100%;
        min-height: 0;
        padding: 0.65rem 0.75rem;
    }

    .header-meta-link,
    .header-meta-value {
        font-size: 0.88rem;
    }

    .header-meta-label {
        font-size: 0.68rem;
    }

    .header-meta-sub {
        font-size: 0.78rem;
    }

    .header-cta-link {
        width: 100%;
    }

    .header-cta-card {
        display: none;
    }

    .logo-image {
        width: 100%;
        max-width: none;
        height: 84px;
        padding: 8px 10px;
        margin-inline: auto;
    }

    .logo-img {
        object-fit: contain;
    }

    .nav-band {
        justify-content: space-between;
        min-height: 54px;
        padding: 0.55rem 0.75rem;
        border-radius: 16px;
    }

    .mobile-book-link {
        display: inline-flex;
        flex: 1;
        max-width: calc(100% - 5.5rem);
        margin-right: 0.7rem;
        font-size: 0.95rem;
    }

    .hero-title {
        font-size: clamp(1.9rem, 8vw, 2.2rem);
        max-width: 100%;
    }

    .hero-copy,
    .section-copy {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .hero-card,
    .experience-main,
    .experience-float,
    .tour-card,
    .review-card,
    .service-card,
    .feature,
    .stat,
    .contact-panel,
    .contact-sidebar,
    .contact-info-card,
    .contact-faq-item,
    .book-preview-card,
    .book-service-row,
    .results-story-card,
    .results-teaser,
    .results-cta,
    .testimonial,
    .journey-item {
        width: 100%;
    }

    .hero-slider {
        height: 320px;
    }

    .hero-media--home-hero-image {
        --hero-position: 20% 16% !important;
    }

    .logo-image {
        width: 100%;
        max-width: none;
        height: 84px;
        padding: 8px 10px;
    }

    .logo-img {
        transform: none;
    }

    .nav-toggle {
        display: inline-flex;
        min-width: 74px;
        height: 38px;
        font-size: 0.9rem;
        flex-shrink: 0;
    }

    .nav-links {
        position: absolute;
        top: calc(100% + 0.65rem);
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(140, 169, 188, 0.14);
        border-radius: 14px;
        box-shadow: var(--shadow-md);
        padding: 0.95rem;
        flex-direction: column;
        gap: 1rem;
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .nav-links,
    .nav-item,
    .nav-parent-row {
        width: 100%;
    }

    .nav-links {
        align-items: stretch;
    }

    .nav-parent-row {
        justify-content: space-between;
        gap: 0.85rem;
    }

    .nav-link {
        width: 100%;
        color: var(--text);
        text-align: left;
    }

    .nav-link::after {
        display: none;
    }

    .nav-submenu-toggle {
        display: inline-flex;
        flex-shrink: 0;
        color: var(--text);
        background: rgba(140, 169, 188, 0.1);
    }

    .nav-submenu {
        position: static;
        min-width: 0;
        padding: 0 0 0 0.9rem;
        margin-top: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
        display: grid;
        gap: 0.45rem;
        max-height: 0;
        opacity: 1;
        pointer-events: auto;
        overflow: hidden;
        transition: max-height 0.24s ease, padding-top 0.24s ease;
    }

    .nav-item-has-children:hover .nav-submenu,
    .nav-item-has-children:focus-within .nav-submenu {
        transform: none;
    }

    .nav-item-has-children.is-open .nav-submenu {
        max-height: 12rem;
        padding-top: 0.55rem;
    }

    .nav-item-has-children.is-force-closed .nav-submenu {
        max-height: 0;
        padding-top: 0;
        transform: none;
    }

    .nav-links.is-suspended .nav-submenu {
        max-height: 0;
        padding-top: 0;
        transform: none;
    }

    .nav-sublink {
        width: 100%;
        padding: 0.15rem 0;
        font-size: 0.92rem;
        color: var(--muted);
    }

    .nav-links.open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .results-hero-grid,
    .results-story-card,
    .results-story-card.reverse,
    .results-stats-grid,
    .results-teaser,
    .results-cta,
    .book-hero-shell,
    .book-steps-grid,
    .book-layout,
    .contact-hero-grid,
    .contact-layout,
    .contact-form-grid,
    .contact-visit-grid,
    .contact-quick-grid,
    .trust-strip-grid,
    .why-grid,
    .experience-grid,
    .hero-grid,
    .features,
    .testimonials {
        grid-template-columns: 1fr;
    }

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

    .form-span-2 {
        grid-column: span 1;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .hero-proof,
    .trust-strip-grid,
    .contact-visit-grid,
    .contact-quick-grid,
    .service-chip-grid,
    .footer-grid {
        gap: 0.8rem;
    }

    .why-copy-panel,
    .why-points-shell {
        padding: 1.15rem;
        border-radius: 22px;
    }

    .why-title {
        font-size: clamp(2rem, 9vw, 2.6rem);
        max-width: 100%;
    }

    .why-copy {
        font-size: 0.98rem;
    }

    .why-point {
        padding: 0.85rem 0.9rem;
        gap: 0.8rem;
    }

    .why-point-text {
        font-size: 1rem;
    }

    .hero-slider {
        height: 380px;
    }

    .hero-panel {
        position: static;
        max-width: none;
        margin-top: 0.9rem;
    }

    .hero-badge {
        left: 16px;
        bottom: 16px;
        font-size: 0.8rem;
    }

    .service-card,
    .service-card-reverse {
        grid-template-columns: 1fr;
    }

    .service-card-reverse .service-media-wrap,
    .service-card-reverse .service-body {
        order: initial;
    }

    .service-media {
        min-height: 250px;
    }

    .service-body {
        padding: 1.35rem;
    }

    .hero-proof {
        flex-direction: column;
        align-items: flex-start;
    }

    .book-proof {
        flex-direction: column;
        align-items: flex-start;
    }

    .experience-collage {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .experience-main {
        width: 100%;
        height: 320px;
    }

    .experience-float {
        position: static;
        width: 100%;
        height: 100%;
        min-height: 320px;
        margin-top: 0;
        border-width: 0;
    }

    .experience-note {
        position: static;
        margin-top: 1rem;
        max-width: none;
    }

    .journey-item {
        grid-template-columns: 56px 1fr;
    }

    .journey-item span {
        width: 56px;
        height: 56px;
    }

    .service-chip-grid {
        grid-template-columns: 1fr;
    }

    .book-preview-card img {
        height: 300px;
    }

    .book-preview-overlay {
        inset: auto 14px 14px 14px;
    }

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

    .booking-teaser-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .results-proof {
        flex-direction: column;
        align-items: flex-start;
    }

    .results-hero-visual img {
        height: 320px;
    }

    .results-hero-card {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .results-story-media img {
        height: 220px;
    }

    .results-story-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-visual {
        min-height: auto;
    }

    .contact-visual img {
        height: 320px;
    }

    .contact-float-card {
        position: static;
        max-width: none;
        margin-top: 1rem;
    }

    .contact-map-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-map-embed iframe {
        height: 320px;
    }

    .contact-map-embed-full iframe {
        height: 360px;
    }
}

@media (max-width: 560px) {
    .container {
        width: calc(100% - 0.8rem);
    }

    .header-top {
        gap: 0.75rem;
    }

    .header-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    .header-meta-card {
        padding: 0.6rem 0.68rem;
    }

    .header-meta-link,
    .header-meta-value,
    .header-meta-time {
        font-size: 0.8rem;
        line-height: 1.25;
    }

    .header-meta-sub {
        font-size: 0.72rem;
        line-height: 1.3;
        overflow-wrap: anywhere;
    }

    .logo-image {
        width: 100%;
        max-width: none;
        height: 80px;
        padding: 7px 9px;
    }

    .nav-band {
        gap: 0.6rem;
        padding: 0.5rem 0.65rem;
    }

    .mobile-book-link {
        max-width: calc(100% - 4.8rem);
        padding: 0.64rem 0.82rem;
        font-size: 0.88rem;
    }

    .hero-title {
        font-size: clamp(1.8rem, 11vw, 2.15rem);
        line-height: 1.08;
    }

    .hero-slider {
        height: 300px;
    }

    .hero-media--home-hero-image {
        --hero-position: 18% 14% !important;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-panel {
        padding: 0.9rem 0.95rem;
    }

    .tour-image {
        height: 220px;
    }

    .review-card,
    .tour-card,
    .stat,
    .feature,
    .why-point,
    .contact-info-card {
        border-radius: 16px;
    }
}
