:root {
    --brand-blue: #2B6BFF;
    --brand-blue-dark: #1d56df;
    --brand-cyan: #51c6f5;
    --brand-ink: #262626;
    --brand-muted: #6f7785;
    --brand-soft: #f8f1e5;
    --brand-bg: #fdfaf6;
    --card-bg: #ffffff;
    --card-border: rgba(43, 107, 255, 0.08);
    --peach: #ff9c4c;
    --mint: #b2efdb;
    --radius-xl: 34px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --shadow-soft: 0 18px 45px rgba(41, 53, 83, 0.08);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Google Sans Flex', 'Google Sans', 'Outfit', sans-serif;
    color: var(--brand-ink);
    font-weight: 400;
    letter-spacing: -0.01em;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.95), transparent 26%),
        radial-gradient(circle at top right, rgba(94, 200, 241, 0.08), transparent 18%),
        linear-gradient(180deg, #fffdf9 0%, #fff9f0 100%);
}

a { text-decoration: none; }
img { max-width: 100%; display: block; }
table { vertical-align: middle; }

.container { max-width: 1280px; }

.topbar {
    background:
        linear-gradient(90deg, #202020, #252525 52%, #1d1d1d);
    color: #fff;
    font-size: 0.88rem;
    padding: 0.48rem 0;
    letter-spacing: 0.005em;
}

.topbar a { color: var(--brand-cyan); font-weight: 600; }
.topbar .dot { opacity: 0.75; margin: 0 0.45rem; }
.topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
}
.topbar-message {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    line-height: 1.35;
}
.topbar-message > i {
    color: var(--brand-cyan);
    font-size: 1rem;
}
.topbar-message a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
.topbar-highlight {
    display: inline-flex;
    align-items: center;
    color: #51c6f5;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.topbar-links { display: flex; align-items: center; gap: 1rem; }
.topbar-links a {
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    transition: color 0.18s ease;
}
.topbar-links a:hover { color: #fff; }
.lang-pill {
    background: #fff;
    color: var(--brand-ink);
    border-radius: 999px;
    padding: 0.18rem;
    display: inline-flex;
    gap: 0.2rem;
}
.lang-pill-btn {
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    font-size: 0.82rem;
    line-height: 1;
    cursor: pointer;
}
.lang-pill-btn.active {
    background: #eef4ff;
    color: var(--brand-blue);
}

.site-header {
    background: rgba(255,255,255,0.86);
    position: sticky;
    top: 0;
    z-index: 1020;
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(37, 49, 84, 0.04);
    border-bottom: 1px solid rgba(225, 231, 241, 0.62);
    transition: box-shadow 0.28s ease, background-color 0.28s ease, border-color 0.28s ease;
}
.site-header.is-scrolled {
    background: rgba(255,255,255,0.97);
    border-color: rgba(220, 227, 239, 0.95);
    box-shadow: 0 16px 38px rgba(37, 49, 84, 0.08);
}
.site-header.is-scrolled .header-nav-shell {
    min-height: 70px;
}
.site-header.is-scrolled .navbar {
    padding: 0.34rem 0;
}
.site-header.is-scrolled .site-nav-list {
    padding: 0;
}
.site-header.is-scrolled .nav-link {
    padding: 0.4rem 0 !important;
    font-size: 0.86rem;
    border-radius: 0;
}
.site-header.is-scrolled .header-actions .btn {
    min-height: 42px;
    border-radius: 14px;
    padding: 0.55rem 0.82rem;
    font-size: 0.86rem;
    min-width: 138px;
}
.navbar {
    padding: 0.78rem 0;
    gap: 1.1rem;
}
.header-nav-shell {
    min-height: 96px;
}
.navbar-brand {
    flex: 0 0 auto;
    margin-right: 1.25rem;
}
.navbar-brand img {
    width: 126px;
    transition: width 0.24s ease, transform 0.24s ease;
}
.site-header.is-scrolled .navbar-brand img {
    width: 76px;
}
.navbar-collapse {
    flex: 1 1 auto;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.navbar-nav {
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 0.15rem;
    row-gap: 0;
}
.site-nav-list {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    margin-inline: auto;
    gap: clamp(0.75rem, 1.25vw, 1.55rem);
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}
.nav-item {
    flex: 0 0 auto;
}
.nav-link {
    color: #4f535d;
    font-weight: 600;
    font-size: 0.98rem;
    line-height: 1.15;
    letter-spacing: 0;
    padding: 0.45rem 0 !important;
    text-align: center;
    border-radius: 0;
    position: relative;
    transition: color 0.2s ease;
}
.nav-link-label {
    display: inline-block;
    max-width: none;
    white-space: nowrap;
}
body[data-locale="es"] .navbar {
    gap: 0.65rem;
}
body[data-locale="es"] .navbar-collapse {
    gap: 0.7rem;
}
body[data-locale="es"] .navbar-nav {
    column-gap: 0.08rem;
}
body[data-locale="es"] .nav-link {
    font-size: 0.84rem;
    padding: 0.58rem 0.5rem !important;
}
body[data-locale="es"] .nav-link-label {
    max-width: none;
    white-space: nowrap;
}
body[data-locale="es"] .header-actions {
    gap: 0.55rem;
}
body[data-locale="es"] .header-actions .btn {
    min-width: 142px;
    padding: 0.78rem 0.88rem;
    font-size: 0.86rem;
    white-space: nowrap;
}
body[data-locale="es"] .navbar-brand img {
    width: 108px;
}
.nav-link.active,
.nav-link:hover {
    color: var(--brand-blue);
    background: transparent;
    box-shadow: none;
}
.nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.28rem;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: var(--brand-blue);
}
.header-actions {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    flex: 0 0 auto;
    flex-shrink: 0;
}
.header-actions .btn {
    min-width: 154px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    min-height: 54px;
    border-radius: 18px;
    padding: 0.82rem 1rem;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: -0.015em;
}
.header-actions .btn i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.04rem;
    line-height: 1;
}
.header-action-secondary {
    background: rgba(255,255,255,0.92);
}
.header-action-secondary i {
    color: var(--brand-blue);
    background: rgba(43, 107, 255, 0.12);
}
.header-action-primary {
    box-shadow: 0 18px 34px rgba(43, 107, 255, 0.24);
}
.header-action-primary i {
    color: #fff;
    background: rgba(255,255,255,0.16);
}
.custom-toggler { border: none; font-size: 1.75rem; color: var(--brand-blue); }
.custom-toggler:focus {
    box-shadow: 0 0 0 4px rgba(43, 107, 255, 0.12);
}
.btn {
    border-radius: 16px;
    padding: 0.88rem 1.35rem;
    font-weight: 600;
    transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}
.btn-brand {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
    box-shadow: 0 14px 28px rgba(43, 107, 255, 0.22);
}
.btn-brand:hover { background: var(--brand-blue-dark); border-color: var(--brand-blue-dark); color: #fff; }
.btn i {
    line-height: 1;
}
.btn:hover {
    transform: translateY(-1px);
}
.btn:focus-visible,
.nav-link:focus-visible,
.lang-pill-btn:focus-visible,
.stories-nav:focus-visible,
.faq-pill:focus-visible,
.testimonial-link:focus-visible,
.form-control:focus,
.form-select:focus {
    outline: 3px solid rgba(55, 109, 255, 0.22);
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(55, 109, 255, 0.08);
}
.form-control:focus,
.form-select:focus {
    border-color: rgba(55, 109, 255, 0.48);
}
.btn-outline-brand {
    border: 1px solid rgba(55, 109, 255, 0.45);
    color: var(--brand-blue);
    background: #fff;
    box-shadow: 0 8px 18px rgba(41, 58, 108, 0.05);
}

main { overflow: hidden; }

.section-space { padding: 3rem 0 0; }
.hero-section { padding-top: 0.85rem; }
.home-hero-section,
.home-about-section,
.home-wellness-section,
.home-expertise-section,
.home-services-section,
.home-pricing-section,
.home-journey-section,
.home-reviews-section,
.home-support-section,
.home-faq-section {
    position: relative;
}
.home-expertise-section::before,
.home-pricing-section::before,
.home-reviews-section::before,
.home-faq-section::before {
    content: "";
    position: absolute;
    inset: 1.4rem 0 auto;
    height: 70%;
    pointer-events: none;
    z-index: -1;
}
.home-expertise-section::before {
    background: radial-gradient(circle at 12% 18%, rgba(81, 198, 245, 0.08), transparent 30%);
}
.home-pricing-section::before {
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(239, 246, 255, 0.52), rgba(255,255,255,0));
}
.home-reviews-section::before {
    background: radial-gradient(circle at 50% 12%, rgba(255, 156, 76, 0.1), transparent 34%);
}
.home-faq-section::before {
    background: radial-gradient(circle at 88% 12%, rgba(55, 109, 255, 0.08), transparent 34%);
}
.section-title { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; font-weight: 600; letter-spacing: 0; }
.eyebrow {
    color: #65c6f4;
    text-transform: none;
    font-weight: 500;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.75rem;
}
.text-soft { color: var(--brand-muted); }

.hero-card,
.page-hero {
    background:
        radial-gradient(circle at 18% 8%, rgba(255,255,255,0.82), transparent 34%),
        linear-gradient(135deg, #fbf3e7 0%, #f8f0e3 58%, #f5ecde 100%);
    border-radius: 42px;
    padding: 1.45rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.78), 0 24px 70px rgba(43, 52, 76, 0.06);
    position: relative;
    overflow: hidden;
}

.hero-card .row { align-items: center; }
.home-hero-section .hero-card {
    min-height: clamp(585px, 39.8vw, 606px);
    padding: 0;
    border-radius: 38px;
    background:
        linear-gradient(90deg, #fbf3e7 0%, #f8f1e5 44%, #f4eadc 100%);
    isolation: isolate;
}
.hero-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(255,255,255,0.65), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(81, 198, 245, 0.08), transparent 24%);
    pointer-events: none;
}
.hero-card::after {
    content: "";
    position: absolute;
    right: -8%;
    bottom: -34%;
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(55,109,255,0.08), transparent 66%);
    pointer-events: none;
}
.hero-artwork {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 77.5%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    z-index: 0;
}
.home-hero-section .hero-card::before {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(248, 241, 229, 1) 0%, rgba(248, 241, 229, 0.99) 27%, rgba(248, 241, 229, 0.78) 41%, rgba(248, 241, 229, 0.22) 56%, transparent 72%),
        linear-gradient(180deg, rgba(248, 241, 229, 0.08) 0%, transparent 34%);
}
.home-hero-section .hero-card::after {
    z-index: 1;
    right: auto;
    left: -14%;
    bottom: 4.8rem;
    width: 42%;
    background: radial-gradient(circle, rgba(255,255,255,0.34), transparent 66%);
}
.hero-content-panel {
    position: relative;
    z-index: 2;
    width: min(52%, 720px);
    padding: clamp(2.95rem, 3.55vw, 3.35rem) 0 120px clamp(3rem, 3.45vw, 3.35rem);
}
.hero-copy {
    padding: clamp(0.85rem, 1.7vw, 1.35rem) clamp(0.4rem, 1.2vw, 1.05rem);
    position: relative;
    z-index: 1;
}
.hero-content-panel .section-title {
    max-width: 675px;
    font-size: clamp(2.42rem, 2.68vw, 3.05rem);
    line-height: 1.15;
    letter-spacing: -0.04em;
    font-weight: 400;
    margin-bottom: 1.35rem;
}
.hero-highlight {
    color: #00aeea;
    font-weight: 400;
}
.hero-content-panel .section-title br {
    display: block;
}
.hero-content-panel p {
    max-width: 575px;
    color: #262626;
    font-size: clamp(1rem, 1.04vw, 1.13rem);
    line-height: 1.52;
    margin-bottom: 0;
}
.hero-content-panel p strong {
    font-weight: 800;
}
.hero-content-panel .hero-actions {
    margin: 1.9rem 0 1.75rem;
}
.hero-content-panel .hero-actions .btn {
    min-height: 50px;
    border-radius: 9px;
    font-size: 1.04rem;
    padding-inline: 1.18rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}
.hero-content-panel .hero-actions .btn i {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}
.hero-content-panel .hero-actions .btn-brand i {
    background: rgba(255,255,255,0.15);
}
.hero-content-panel .hero-actions .btn-light i {
    color: #262626;
    font-size: 1.1rem;
}
.hero-content-panel .hero-badges {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1.65fr;
    gap: 1.45rem;
    max-width: 790px;
    align-items: start;
}
.hero-content-panel .hero-badges div {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 0.68rem;
    align-items: center;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.hero-content-panel .hero-badges div:hover {
    transform: none;
    box-shadow: none;
}
.hero-content-panel .hero-badges i {
    grid-row: 1 / span 2;
    color: #0097d7;
    font-size: 1.52rem;
    line-height: 1;
    -webkit-text-stroke: 0.45px currentColor;
    filter: drop-shadow(0 5px 9px rgba(0, 151, 215, 0.12));
}
.hero-content-panel .hero-badges strong {
    color: #262626;
    font-size: 1rem;
    font-weight: 750;
    margin: 0;
}
.hero-content-panel .hero-badges span {
    color: #262626;
    font-size: 0.92rem;
    line-height: 1.25;
}
.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #62bfe9;
    font-weight: 600;
    font-size: 0.92rem;
    margin-bottom: 0.7rem;
}
.hero-kicker::before {
    content: '';
    width: 28px;
    height: 1px;
    background: currentColor;
    opacity: 0.7;
}
.hero-copy .section-title {
    max-width: 520px;
    letter-spacing: 0;
    margin-bottom: 0.9rem;
    font-size: clamp(2.65rem, 3.75vw, 3.95rem);
    line-height: 1;
}
.hero-copy p {
    max-width: 500px;
    color: #5d636e;
    font-size: 0.98rem;
    line-height: 1.64;
    margin-bottom: 0;
}
.hero-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin: 1.15rem 0 1rem;
}
.hero-actions .btn {
    min-width: 195px;
    justify-content: center;
}
.hero-badges {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}
.hero-badges div {
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(255,255,255,0.86);
    border-radius: 20px;
    padding: 0.86rem 0.95rem;
    min-height: 78px;
    box-shadow: 0 12px 24px rgba(58, 67, 94, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.hero-badges div:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(58, 67, 94, 0.09);
}
.hero-badges strong {
    display: block;
    font-size: 0.92rem;
    color: #30343d;
    margin-bottom: 0.28rem;
}
.hero-badges span {
    display: block;
    color: var(--brand-muted);
    font-size: 0.84rem;
    line-height: 1.38;
}
.hero-media {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    background: #f8f1e5;
    box-shadow: 0 26px 54px rgba(62, 70, 97, 0.14);
    width: 100%;
    transform: translateY(2px);
}
.hero-media::after {
    display: none;
}
.hero-photo-frame {
    position: relative;
    aspect-ratio: 1486 / 725;
    min-height: 0;
    border-radius: 34px;
    overflow: hidden;
}
.hero-media img,
.hero-photo-frame img { width: 100%; height: 100%; object-fit: contain; }

@media (min-width: 1200px) {
    .home-hero-section .container {
        max-width: min(1504px, calc(100% - 112px));
    }
    .home-hero-section .hero-card {
        max-width: 1504px;
        margin-inline: auto;
    }
}

.value-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    background: rgba(116, 107, 102, 0.84);
    color: #fff;
    border-radius: 0 0 38px 38px;
    min-height: 104px;
    padding: 1rem 3.15rem;
    box-shadow: none;
    overflow: hidden;
    backdrop-filter: blur(10px);
}
.value-strip::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    transform: translateX(-100%);
    animation: valueSheen 8s ease-in-out infinite;
    pointer-events: none;
}
.value-strip .item {
    display: flex;
    gap: 0.88rem;
    align-items: center;
    padding: 0.15rem 1.15rem;
}
.value-strip .icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    color: #008fcb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.42rem;
    -webkit-text-stroke: 0.35px currentColor;
    flex: 0 0 auto;
    box-shadow: 0 10px 20px rgba(26, 27, 31, 0.12);
}
.value-strip strong { display: block; font-size: 1.05rem; line-height: 1.08; font-weight: 750; letter-spacing: -0.018em; }
.value-strip span { font-size: 0.96rem; color: rgba(255,255,255,0.92); line-height: 1.2; letter-spacing: -0.01em; }

@media (max-width: 1199px) {
    .home-hero-section .hero-card {
        min-height: auto;
        display: grid;
        padding: 1rem;
        gap: 1rem;
    }
    .hero-artwork {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 1486 / 725;
        border-radius: 30px;
        object-fit: cover;
        object-position: right top;
        order: 2;
    }
    .hero-content-panel {
        order: 1;
        width: 100%;
        padding: 1.45rem 1rem 0.25rem;
    }
    .home-hero-section .hero-card::before {
        display: none;
    }
    .home-hero-section .hero-card::after {
        opacity: 0.45;
    }
    .value-strip {
        order: 3;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 28px;
        padding: 1.1rem;
        min-height: auto;
    }
    .wellness-copy {
        padding-left: 0;
    }
    .wellness-panel .image-block {
        border-radius: 28px;
        aspect-ratio: 1.48;
    }
    .home-expertise-section .expertise-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.95rem;
    }
    .home-expertise-section .expertise-grid .service-column {
        min-height: 0;
        padding: 1.3rem 1.05rem 1.05rem;
        border-radius: 22px;
    }
    .home-expertise-section .expertise-grid .service-column-icon,
    .home-expertise-section .expertise-grid .service-column-icon img {
        width: 50px;
        height: 50px;
    }
    .home-expertise-section .expertise-grid .service-column h4 {
        min-height: 50px;
        margin: -50px 0 0.95rem 62px;
        font-size: 1.18rem;
        line-height: 1.12;
    }
    .home-expertise-section .expertise-grid .service-column li {
        min-height: 50px;
        font-size: 0.95rem;
    }
    .home-expertise-section .expertise-grid .service-note {
        gap: 0.7rem;
        font-size: 0.9rem;
        line-height: 1.2;
    }
    .home-expertise-section .expertise-grid .service-note i {
        width: 34px;
        min-width: 34px;
        font-size: 1.9rem;
    }
    .services-offered-panel {
        padding: 2rem 1.6rem;
    }
    .services-offered-grid {
        padding-right: 1.15rem;
    }
    .service-offered-card {
        min-height: 238px;
        padding: 1rem;
    }
    .service-offered-card img {
        width: 56px;
        height: 56px;
    }
    .service-offered-card h4 {
        font-size: 1.18rem;
    }
    .service-offered-card p {
        font-size: 0.94rem;
        line-height: 1.34;
    }
    .services-offered-image {
        min-height: 475px;
        border-radius: 28px;
    }
}

.about-panel, .split-card, .grid-card, .pricing-panel, .journey-panel, .faq-panel, .contact-panel, .white-card {
    background: rgba(255,255,255,0.78);
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
}

.about-panel,
.split-card,
.pricing-panel,
.journey-panel,
.faq-panel {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
}
.about-panel::before,
.split-card::before,
.pricing-panel::before,
.journey-panel::before,
.faq-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(81, 198, 245, 0.06), transparent 24%);
    pointer-events: none;
}
.about-panel > *,
.split-card > *,
.pricing-panel > *,
.journey-panel > *,
.faq-panel > * {
    position: relative;
    z-index: 1;
}
.about-panel { padding: 2.15rem 2.25rem; }
.about-panel .eyebrow {
    margin-bottom: 0.55rem;
}
.about-panel h2 {
    max-width: 700px;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: 0;
}
.about-panel p {
    max-width: 760px;
    margin-bottom: 1rem;
}
.doctor-quote {
    background: linear-gradient(180deg, #f6e7da 0%, #f8ecdf 100%);
    border-radius: 26px;
    padding: 1.7rem 1.45rem;
    height: 100%;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
    border: 1px solid rgba(255,255,255,0.58);
    position: relative;
    overflow: hidden;
}
.doctor-quote::before {
    content: "\F6B0";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 1.1rem;
    top: 0.8rem;
    color: rgba(255, 156, 76, 0.18);
    font-size: 3rem;
}
.doctor-quote img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.pill-row { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.2rem; }
.pill-row span {
    padding: 0.68rem 1rem;
    border-radius: 999px;
    background: #f7efe5;
    color: #4d525e;
    font-size: 0.95rem;
}

.home-about-section {
    padding-top: clamp(2.3rem, 4vw, 3.55rem);
    padding-bottom: clamp(1rem, 2vw, 1.5rem);
}
.home-about-section .about-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    backdrop-filter: none;
}
.home-about-section .about-panel::before {
    display: none;
}
.home-about-section .about-panel .eyebrow {
    display: block;
    margin-bottom: 1.05rem;
    color: #00aeea;
    font-size: clamp(1.45rem, 1.62vw, 1.72rem);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-transform: none;
}
.home-about-section .about-panel h2 {
    max-width: 880px;
    font-size: clamp(2.05rem, 2.45vw, 2.62rem);
    line-height: 1.22;
    letter-spacing: -0.038em;
    font-weight: 400;
    color: #101010;
    margin-bottom: clamp(1.55rem, 2vw, 1.9rem) !important;
}
.home-about-section .about-panel p {
    max-width: 945px;
    margin-bottom: 1rem;
    color: #262626;
    font-size: clamp(1.04rem, 1.18vw, 1.22rem);
    line-height: 1.44;
    letter-spacing: -0.014em;
}
.home-about-section .about-panel p strong {
    font-weight: 800;
}
.home-about-section .doctor-quote {
    background: linear-gradient(180deg, #f7ebe6 0%, #f5e5df 100%);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 24px;
    padding: clamp(1.9rem, 2.35vw, 2.6rem) clamp(1.5rem, 2vw, 2.05rem);
    min-height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 22px 52px rgba(80, 65, 55, 0.055);
}
.home-about-section .doctor-quote::before {
    right: 1.15rem;
    top: 0.8rem;
    color: rgba(255, 156, 76, 0.12);
    font-size: 3rem;
}
.home-about-section .doctor-quote img {
    width: clamp(150px, 10.2vw, 178px);
    height: clamp(150px, 10.2vw, 178px);
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    margin: 0 auto clamp(1.35rem, 2vw, 2rem);
    box-shadow: 0 18px 34px rgba(66, 47, 36, 0.08);
}
.home-about-section .doctor-quote p {
    max-width: 350px !important;
    color: #262626 !important;
    font-size: clamp(1.18rem, 1.32vw, 1.48rem) !important;
    line-height: 1.26 !important;
    letter-spacing: -0.028em !important;
}
.home-about-section .doctor-quote strong {
    color: #262626;
    font-size: clamp(1.04rem, 1.1vw, 1.28rem);
    font-weight: 750;
    letter-spacing: -0.026em;
}
.home-about-section .pill-row {
    gap: 0.75rem;
    margin-top: 1.35rem;
}
.home-about-section .pill-row span {
    padding: 0.72rem 1.35rem;
    background: #fbf0e5;
    color: #191919;
    font-size: clamp(1rem, 1vw, 1.15rem);
    font-weight: 400;
    line-height: 1.1;
}

.split-card { padding: 1.55rem; }
.home-wellness-section .split-card {
    background:
        radial-gradient(circle at 18% 12%, rgba(178, 239, 219, 0.16), transparent 32%),
        rgba(255,255,255,0.82);
}
.split-card ul {
    padding-left: 1.15rem;
    margin: 0;
}
.split-card ul li + li {
    margin-top: 0.45rem;
}
.split-card .image-block {
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}
.split-card .image-block img { width: 100%; height: 100%; object-fit: cover; }
.split-card h2 {
    font-size: clamp(1.8rem, 2.7vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: 0;
}

.home-wellness-section {
    padding-top: clamp(2.8rem, 4.2vw, 4.2rem);
    padding-bottom: clamp(2.8rem, 4.2vw, 4.2rem);
    background: #fffdfa;
}
.wellness-panel {
    max-width: 1280px;
    margin: 0 auto;
}
.wellness-panel .image-block {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    aspect-ratio: 1.28;
    height: auto;
    box-shadow: none;
    background: #f8f1e5;
}
.wellness-panel .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.wellness-copy {
    max-width: 720px;
    padding-left: clamp(0.5rem, 1.2vw, 1rem);
}
.wellness-heading {
    display: grid;
    grid-template-columns: clamp(58px, 5vw, 78px) minmax(0, 1fr);
    align-items: center;
    gap: clamp(1.15rem, 1.7vw, 1.55rem);
    margin-bottom: clamp(1.2rem, 1.8vw, 1.65rem);
}
.wellness-heading img {
    width: clamp(58px, 5vw, 78px);
    height: auto;
}
.wellness-heading h2 {
    margin: 0;
    max-width: 680px;
    color: #262626;
    font-size: clamp(2.05rem, 2.45vw, 2.72rem);
    line-height: 1.18;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.wellness-copy p {
    max-width: 690px;
    margin: 0 0 1.28rem;
    color: #262626;
    font-size: clamp(1.04rem, 1.2vw, 1.24rem);
    line-height: 1.45;
    letter-spacing: -0.014em;
}
.wellness-copy p strong {
    font-weight: 800;
}
.wellness-copy ul {
    margin: 0;
    padding-left: 1.25rem;
    color: #111;
    font-size: clamp(1.02rem, 1.18vw, 1.2rem);
    line-height: 1.48;
    letter-spacing: -0.012em;
}
.wellness-copy li + li {
    margin-top: 0.48rem;
}
.wellness-copy li::marker {
    font-size: 0.72em;
    color: #111;
}

.section-heading { text-align: center; margin-bottom: 2.35rem; }
.section-heading h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); font-weight: 600; line-height: 1.12; letter-spacing: 0; }
.section-heading p { color: var(--brand-muted); max-width: 760px; margin: 0.6rem auto 0; }
.section-heading-left { text-align: left; }
.section-heading-left p { margin-left: 0; margin-right: 0; }
.review-heading {
    margin-bottom: 1.35rem;
}
.review-heading .eyebrow {
    margin-bottom: 0.45rem;
}
.review-heading h2 {
    font-size: clamp(1.65rem, 2.2vw, 2.15rem);
}

.service-grid, .info-grid, .doctor-grid { display: grid; gap: 1.35rem; }
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.doctor-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.services-offered-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.service-column,
.info-card,
.doctor-card,
.pricing-card,
.resource-card,
.location-card,
.insurance-card {
    background: rgba(255,255,255,0.92);
    border-radius: 26px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
}

.service-column {
    display: flex;
    flex-direction: column;
    padding: 1.65rem;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 0%, rgba(81, 198, 245, 0.09), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94));
}
.service-column::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 156, 76, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 50%);
    pointer-events: none;
}
.service-column::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1.65rem;
    right: 1.65rem;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-cyan), rgba(55, 109, 255, 0.18), transparent);
}
.service-column > * {
    position: relative;
    z-index: 1;
}
.service-column,
.info-card,
.doctor-card,
.pricing-card,
.resource-card {
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.service-column:hover,
.info-card:hover,
.doctor-card:hover,
.pricing-card:hover,
.resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 46px rgba(41, 53, 83, 0.12);
    border-color: rgba(55, 109, 255, 0.16);
}
.service-column-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.05rem;
    background: linear-gradient(180deg, #fff3ec 0%, #ffe7d8 100%);
    color: #f08c45;
    box-shadow: 0 10px 22px rgba(240, 140, 69, 0.12);
    font-size: 1.35rem;
}
.service-column h4 {
    font-size: 1.28rem;
    color: #30afe6;
    margin-bottom: 1rem;
    font-weight: 650;
    letter-spacing: 0;
}
.service-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
}
.service-column li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.78rem 0.82rem;
    border: 1px solid #eef3fb;
    border-radius: 16px;
    background: rgba(255,255,255,0.7);
    color: #4e5664;
    line-height: 1.45;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.service-column li:hover {
    transform: translateX(2px);
    border-color: rgba(55, 109, 255, 0.18);
    background: #fff;
}
.service-column li:last-child { border-bottom: 1px solid #eef3fb; }
.service-column li i {
    color: var(--brand-blue);
    flex: 0 0 auto;
}
.service-note {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin-top: auto;
    padding: 1rem 0.95rem;
    border-top: 0;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fcff 0%, #f5f9ff 100%);
    border: 1px solid #edf4fb;
    color: var(--brand-muted);
    font-size: 0.92rem;
    line-height: 1.55;
    min-height: 94px;
}
.service-note i {
    color: #7cc8ee;
    font-size: 1.05rem;
    margin-top: 0.08rem;
    flex: 0 0 auto;
}

.home-expertise-section {
    padding-top: clamp(3.4rem, 5vw, 4.85rem);
    padding-bottom: clamp(3.45rem, 5vw, 4.75rem);
    background: #fff5eb;
}
.home-expertise-section .section-heading {
    margin-bottom: clamp(2.15rem, 3.2vw, 2.75rem);
}
.home-expertise-section .section-heading .eyebrow {
    color: #00aeea;
    font-size: clamp(1.55rem, 1.72vw, 1.86rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    text-transform: none;
    margin-bottom: 1.7rem;
}
.home-expertise-section .section-heading h2 {
    color: #262626;
    font-size: clamp(2.02rem, 2.55vw, 2.95rem);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.047em;
    margin-bottom: 0.78rem;
}
.home-expertise-section .section-heading p {
    max-width: 790px;
    color: #262626;
    font-size: clamp(1.04rem, 1.17vw, 1.25rem);
    line-height: 1.32;
    letter-spacing: -0.016em;
}
.home-expertise-section .expertise-grid {
    max-width: 1325px;
    margin: 0 auto;
    gap: clamp(1.55rem, 2vw, 2.05rem);
}
.home-expertise-section .expertise-grid .service-column {
    padding: clamp(1.55rem, 1.9vw, 1.82rem) clamp(1.55rem, 2vw, 1.92rem) 1.38rem;
    min-height: 516px;
    background: #fff;
    border-radius: 27px;
    border: 1px solid rgba(43, 107, 255, 0.055);
    box-shadow: 0 18px 45px rgba(80, 63, 40, 0.045);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.home-expertise-section .expertise-grid .service-column::before,
.home-expertise-section .expertise-grid .service-column::after {
    display: none;
}
.home-expertise-section .expertise-grid .service-column-icon {
    width: 70px;
    height: 70px;
    margin: 0 1.1rem 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.home-expertise-section .expertise-grid .service-column-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.home-expertise-section .expertise-grid .service-column h4 {
    min-height: 70px;
    display: flex;
    align-items: center;
    margin: -70px 0 1.28rem 88px;
    color: #009bd6;
    font-size: clamp(1.28rem, 1.45vw, 1.58rem);
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.035em;
}
.home-expertise-section .expertise-grid .service-column:hover {
    transform: translateY(-4px);
    border-color: rgba(43, 107, 255, 0.12);
    box-shadow: 0 24px 58px rgba(80, 63, 40, 0.07);
}
.home-expertise-section .expertise-grid .service-column ul {
    gap: 0;
}
.home-expertise-section .expertise-grid .service-column li {
    min-height: 58px;
    padding: 0.68rem 0;
    border: 0;
    border-bottom: 1px solid #e8e4df;
    border-radius: 0;
    background: transparent;
    color: #262626;
    font-size: clamp(1.02rem, 1.13vw, 1.22rem);
    line-height: 1.15;
    letter-spacing: -0.021em;
}
.home-expertise-section .expertise-grid .service-column li span:first-child {
    max-width: calc(100% - 42px);
}
.home-expertise-section .expertise-grid .service-column li:hover {
    background: transparent;
    border-color: #dcd7d1;
}
.home-expertise-section .expertise-grid .service-column li i {
    color: var(--brand-blue);
    font-size: 1.58rem;
    -webkit-text-stroke: 0.42px currentColor;
    transition: transform 0.2s ease;
}
.home-expertise-section .expertise-grid .service-column li:hover > i:last-child {
    transform: translateX(5px);
}
.condition-star {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.28rem;
    color: #fff;
    background: linear-gradient(135deg, #55cf9b, #21a7ec);
    font-size: 0.66rem;
    vertical-align: middle;
}
.condition-star i {
    color: #fff !important;
    font-size: 0.62rem !important;
    -webkit-text-stroke: 0 !important;
}
.home-expertise-section .expertise-grid .service-note {
    gap: 0.92rem;
    align-items: center;
    margin-top: 1.18rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #262626;
    font-size: clamp(0.98rem, 1.08vw, 1.13rem);
    line-height: 1.16;
    letter-spacing: -0.018em;
    min-height: 56px;
}
.home-expertise-section .expertise-grid .service-note i {
    width: 46px;
    min-width: 46px;
    color: #009bd6;
    font-size: 2.48rem;
    line-height: 1;
    -webkit-text-stroke: 0.45px currentColor;
}

.info-card { padding: 1.25rem; }
.info-card img { width: 48px; height: 48px; margin-bottom: 1rem; }
.info-card h4 { font-size: 1.05rem; margin-bottom: 0.65rem; }
.info-card p { margin: 0; color: var(--brand-muted); font-size: 0.94rem; line-height: 1.55; }

.home-services-section {
    padding-top: clamp(3.35rem, 4.8vw, 4.85rem);
    padding-bottom: clamp(3.25rem, 4.6vw, 4.65rem);
    background: #fff5eb;
}
.services-offered-panel {
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(2.35rem, 3vw, 3.15rem) clamp(2.1rem, 3.1vw, 3.05rem) clamp(2rem, 2.65vw, 2.65rem);
    border-radius: 34px;
    background: #fff;
    border: 0;
    box-shadow: 0 18px 48px rgba(84, 69, 48, 0.045);
}
.services-offered-panel::before {
    display: none;
}
.services-offered-panel h2 {
    margin: 0 0 clamp(1.85rem, 2.7vw, 2.55rem);
    color: #262626;
    font-size: clamp(1.85rem, 2.2vw, 2.45rem);
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -0.045em;
}
.services-offered-panel .row {
    --bs-gutter-x: 0;
}
.services-offered-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-right: clamp(1.2rem, 2.2vw, 2.1rem);
}
.service-offered-card {
    min-height: 268px;
    padding: clamp(1.05rem, 1.5vw, 1.42rem) clamp(1.05rem, 1.45vw, 1.35rem);
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
.service-offered-card:nth-child(-n+3) {
    border-bottom: 1px solid #dfdfdf;
}
.service-offered-card:not(:nth-child(3n)) {
    border-right: 1px solid #dfdfdf;
}
.service-offered-card:hover {
    transform: none;
    box-shadow: none;
    background: linear-gradient(180deg, rgba(43, 107, 255, 0.025), transparent 58%);
}
.service-offered-card img {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
    object-fit: contain;
}
.service-offered-card h4 {
    margin: 0 0 0.62rem;
    color: #009bd6;
    font-size: clamp(1.25rem, 1.42vw, 1.55rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.036em;
}
.service-offered-card p {
    margin: 0;
    color: #262626;
    font-size: clamp(1rem, 1.12vw, 1.18rem);
    line-height: 1.32;
    letter-spacing: -0.019em;
}
.services-offered-image {
    width: 100%;
    min-height: clamp(500px, 42vw, 592px);
    border-radius: 30px;
    overflow: hidden;
    background: #f8f1e5;
}
.services-offered-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
}
.info-card-featured {
    padding: 1.45rem;
    position: relative;
    overflow: hidden;
}
.info-card-featured::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(81, 198, 245, 0.08), transparent 26%);
    pointer-events: none;
}
.info-card-featured > * {
    position: relative;
    z-index: 1;
}
.info-card-featured h3 {
    margin-bottom: 0.7rem;
    font-size: 1.28rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #252a34;
}
.info-card-featured p {
    color: #626b79;
    line-height: 1.65;
}
.department-icon {
    margin-bottom: 1.1rem;
}
.card-link-row {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 1rem;
    color: var(--brand-blue);
    font-weight: 600;
    font-size: 0.92rem;
}
.service-library-grid .info-card-featured,
.department-library-grid .info-card-featured {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.service-library-grid .info-card-featured img {
    width: 56px;
    height: 56px;
    margin-bottom: 1.15rem;
    filter: drop-shadow(0 10px 18px rgba(65, 92, 164, 0.12));
}
.department-library-grid .info-card-featured .btn {
    margin-top: auto !important;
}
.service-library-grid .card-link-row {
    margin-top: auto;
    padding-top: 1rem;
}

.doctor-card {
    overflow: hidden;
    background: #fff;
    position: relative;
}
.doctor-card img {
    width: 100%;
    aspect-ratio: 1.42 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-bottom: 1px solid #eef2f8;
}
.doctor-card:nth-child(1) img { object-position: center 26%; }
.doctor-card:nth-child(2) img { object-position: center 34%; }
.doctor-card:nth-child(3) img { object-position: center 40%; }
.doctor-card .body {
    padding: 1.5rem;
    background:
        radial-gradient(circle at 92% 0%, rgba(81, 198, 245, 0.08), transparent 28%),
        #fff;
}
.doctor-card .specialty {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    color: #37b9ec;
    font-weight: 650;
    font-size: 0.92rem;
    margin-bottom: 0.35rem;
}
.doctor-card .specialty::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.45;
}
.doctor-card .body h3 {
    margin-bottom: 0.55rem;
    font-size: 1.42rem;
    letter-spacing: 0;
}
.doctor-card-extended .body {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.doctor-card-extended .btn {
    margin-top: auto;
}
.doctor-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: -0.1rem;
}
.doctor-meta-row span {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.8rem;
    border-radius: 999px;
    background: #f6f9ff;
    color: #56606f;
    font-size: 0.86rem;
    font-weight: 500;
}

.pricing-panel {
    padding: 1.8rem;
    background:
        radial-gradient(circle at 12% 8%, rgba(55, 109, 255, 0.08), transparent 34%),
        rgba(255,255,255,0.84);
}
.pricing-lead {
    background:
        radial-gradient(circle at top left, rgba(81, 198, 245, 0.13), transparent 34%),
        linear-gradient(180deg, #fbfcff 0%, #f6f9ff 100%);
    border-radius: 26px;
    padding: 1.65rem;
    height: 100%;
    border: 1px solid #edf3ff;
}
.pricing-card {
    padding: 1.55rem 1.2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pricing-card::after {
    content: "";
    position: absolute;
    inset: auto 20% 0;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, transparent, var(--brand-blue), transparent);
    opacity: 0;
    transition: opacity 0.24s ease;
}
.pricing-card:hover::after {
    opacity: 1;
}
.pricing-card .icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: var(--brand-blue);
    margin-bottom: 0.9rem;
    font-size: 1.3rem;
}
.pricing-card .price { font-size: 2rem; font-weight: 700; color: var(--brand-blue); }
.pricing-card h4 {
    margin-bottom: 0.5rem;
}
.pricing-assurances {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}
.assurance-item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #fbfcff;
    color: var(--brand-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}
.assurance-item i {
    color: #57be83;
    margin-top: 0.12rem;
}

.home-pricing-section {
    padding-top: clamp(3.35rem, 4.7vw, 4.8rem);
    padding-bottom: clamp(3.15rem, 4.4vw, 4.45rem);
    background: #fff5eb;
}
.home-pricing-section .pricing-panel {
    max-width: 1380px;
    margin: 0 auto;
    padding: clamp(2.35rem, 3vw, 3.1rem);
    border-radius: 34px;
    background:
        radial-gradient(circle at 10% 8%, rgba(43, 107, 255, 0.06), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid rgba(43, 107, 255, 0.055);
    box-shadow: 0 24px 68px rgba(76, 61, 42, 0.06);
}
.home-pricing-section .pricing-panel::before {
    display: none;
}
.home-pricing-section .pricing-lead {
    min-height: 100%;
    padding: clamp(1.7rem, 2.3vw, 2.2rem);
    border-radius: 28px;
    background:
        radial-gradient(circle at 14% 12%, rgba(43, 107, 255, 0.08), transparent 34%),
        linear-gradient(180deg, #f9fbff 0%, #f6f9ff 100%);
    border: 1px solid rgba(43, 107, 255, 0.08);
}
.home-pricing-section .pricing-lead .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    padding: 0.55rem 1.05rem;
    margin-bottom: 1.35rem;
    border-radius: 999px;
    background: #eaf2ff;
    color: #2382ff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}
.home-pricing-section .pricing-lead .eyebrow::before {
    content: "\F52F";
    font-family: "bootstrap-icons";
    font-size: 1rem;
}
.home-pricing-section .pricing-lead h2 {
    max-width: 360px;
    color: #09245b;
    font-size: clamp(2.1rem, 3.2vw, 3.45rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.06em;
    margin-bottom: 1.2rem;
}
.home-pricing-section .pricing-lead h2::after {
    content: "";
    display: block;
    width: 58px;
    height: 3px;
    margin-top: 1.15rem;
    border-radius: 999px;
    background: #2382ff;
}
.home-pricing-section .pricing-lead > p {
    max-width: 330px;
    margin-bottom: 1.45rem;
    color: #5f6b7d !important;
    font-size: clamp(1rem, 1.15vw, 1.18rem);
    line-height: 1.3;
}
.pricing-lead-list {
    display: grid;
    gap: 0.7rem;
}
.pricing-lead-list span {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    min-height: 70px;
    padding: 0.75rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    color: #173264;
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 600;
    box-shadow: 0 12px 28px rgba(35, 77, 142, 0.055);
}
.pricing-lead-list span:nth-child(1) {
    background: linear-gradient(135deg, rgba(43, 107, 255, 0.12), rgba(255, 255, 255, 0.76));
}
.pricing-lead-list span:nth-child(2) {
    background: linear-gradient(135deg, rgba(60, 199, 126, 0.13), rgba(255, 255, 255, 0.78));
    color: #07856c;
}
.pricing-lead-list span:nth-child(3) {
    background: linear-gradient(135deg, rgba(126, 65, 231, 0.12), rgba(255, 255, 255, 0.78));
    color: #6239d2;
}
.pricing-lead-list i {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--brand-blue);
    color: #fff;
    font-size: 1.18rem;
}
.pricing-lead-list span:nth-child(2) i {
    background: #ccf6dc;
    color: #0b9b70;
}
.pricing-lead-list span:nth-child(3) i {
    background: #f0e9ff;
    color: #7042d9;
}
.pricing-lead-list small {
    display: block;
    margin-top: 0.18rem;
    color: #536074;
    font-size: 0.88rem;
    font-weight: 500;
}
.home-pricing-section .pricing-card {
    min-height: 372px;
    padding: clamp(1.75rem, 2.4vw, 2.45rem) 1.55rem;
    border-radius: 25px;
    background: #fff;
    border: 1px solid rgba(43, 107, 255, 0.055);
    box-shadow: 0 18px 42px rgba(22, 40, 74, 0.07);
}
.home-pricing-section .pricing-card::after {
    inset: auto 42% 41%;
    height: 3px;
    opacity: 1;
    background: currentColor;
}
.home-pricing-section .pricing-card:hover {
    transform: translateY(-4px);
}
.home-pricing-section .pricing-card .icon {
    width: 104px;
    height: 104px;
    margin-bottom: 2rem;
    border-radius: 50%;
    background: #eaf3ff;
    color: #2382ff;
    font-size: 3rem;
}
.home-pricing-section .pricing-card .icon img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}
.home-pricing-section .pricing-card h4 {
    margin-bottom: 2.95rem;
    color: #090909;
    font-size: clamp(1.42rem, 1.62vw, 1.82rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.045em;
}
.home-pricing-section .pricing-card .price {
    margin-bottom: 0.25rem;
    color: #2382ff;
    font-size: clamp(2.8rem, 3.1vw, 3.75rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.055em;
}
.home-pricing-section .pricing-card p {
    color: #5f6b7d !important;
    font-size: 1.12rem;
    font-weight: 500;
}
.home-pricing-section .pricing-card-green {
    color: #12a98f;
}
.home-pricing-section .pricing-card-green .icon {
    background: #e7f8ef;
}
.home-pricing-section .pricing-card-green .price {
    color: #12a98f;
}
.home-pricing-section .pricing-card-purple {
    color: #7042d9;
}
.home-pricing-section .pricing-card-purple .icon {
    background: #f0e9ff;
}
.home-pricing-section .pricing-card-purple .price {
    color: #7042d9;
}
.home-pricing-section .pricing-assurances {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: clamp(1.45rem, 2vw, 2rem) 0 0;
    max-width: none;
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at 10% 50%, rgba(43, 107, 255, 0.08), transparent 30%),
        linear-gradient(90deg, #f9fbff 0%, #ffffff 100%);
    box-shadow: 0 14px 34px rgba(22, 40, 74, 0.055);
}
.home-pricing-section .assurance-item {
    gap: 0.78rem;
    padding: 0.62rem 1rem;
    border-radius: 0;
    background: transparent;
    color: #536074;
    font-size: 0.92rem;
    line-height: 1.22;
}
.home-pricing-section .assurance-item:not(:last-child) {
    border-right: 1px solid rgba(33, 52, 84, 0.12);
}
.home-pricing-section .assurance-item i {
    width: 43px;
    min-width: 43px;
    height: 43px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e7f1ff;
    color: #2382ff;
    font-size: 1.25rem;
}
.home-pricing-section .assurance-item:nth-child(2) i {
    background: #ddf8e9;
    color: #12a176;
}
.home-pricing-section .assurance-item:nth-child(3) i {
    background: #f0e9ff;
    color: #7042d9;
}
.home-pricing-section .assurance-item strong {
    display: block;
    margin-bottom: 0.12rem;
    color: #0f4da8;
    font-size: 0.98rem;
    font-weight: 800;
}
.home-pricing-section .assurance-item:nth-child(2) strong {
    color: #087f6c;
}
.home-pricing-section .assurance-item:nth-child(3) strong {
    color: #6239d2;
}

.journey-panel {
    padding: 1.7rem;
    text-align: center;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.76)),
        radial-gradient(circle at 50% 0%, rgba(55, 109, 255, 0.08), transparent 34%);
}
.journey-panel .cover {
    border-radius: 24px;
    overflow: hidden;
    max-height: 240px;
    margin-bottom: 1.4rem;
}
.journey-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 1.8rem;
    position: relative;
}
.journey-steps::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 11%;
    right: 11%;
    height: 1px;
    background: linear-gradient(90deg, rgba(137, 192, 255, 0.1), rgba(137, 192, 255, 0.7), rgba(137, 192, 255, 0.1));
    z-index: 0;
}
.journey-step {
    position: relative;
    z-index: 1;
    padding: 0.85rem 0.75rem;
    border-radius: 22px;
    transition: background-color 0.22s ease, transform 0.22s ease;
}
.journey-step:hover {
    background: rgba(255,255,255,0.68);
    transform: translateY(-2px);
}
.journey-step .number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eaf1ff;
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 0.8rem;
    box-shadow: 0 0 0 8px #fff;
}
.journey-step h5 {
    font-size: 1rem;
    margin-bottom: 0.55rem;
}
.journey-step p { color: var(--brand-muted); font-size: 0.95rem; }

.rating-line {
    color: var(--brand-muted);
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}
.stories-shell {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    gap: 0.55rem;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
}
.home-reviews-section .stories-shell {
    padding: 1rem 0.4rem;
    border-radius: 36px;
    background: rgba(255,255,255,0.32);
}
.stories-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #f0ece6;
    background: #fffefa;
    color: #98a2b4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(43, 54, 82, 0.06);
    font-size: 1.15rem;
    transition: transform 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.stories-nav:hover {
    color: var(--brand-blue);
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(43, 54, 82, 0.09);
}
.stories-nav:disabled {
    opacity: 0.35;
    cursor: default;
}
.testimonial-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: stretch;
}
.testimonial-card {
    min-height: 0;
    border: 1px solid #f6f1e8;
    border-radius: 30px;
    padding: 1.55rem 1.65rem 1.35rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,1)),
        radial-gradient(circle at top right, rgba(66, 133, 244, 0.06), transparent 34%);
    box-shadow: 0 20px 44px rgba(40, 53, 89, 0.065);
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
}
.testimonial-card:hover,
.testimonial-card:focus-within {
    transform: translateY(-3px);
    border-color: rgba(55, 109, 255, 0.13);
    box-shadow: 0 26px 56px rgba(40, 53, 89, 0.1);
}
.testimonial-card.is-hidden {
    display: none;
}
.testimonial-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 1rem;
}
.testimonial-person {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    padding-right: 0.3rem;
}
.testimonial-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(180deg, #b08f7f, #8d6f62);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    flex: 0 0 auto;
}
.testimonial-photo {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    box-shadow: 0 8px 18px rgba(31, 44, 76, 0.12);
}
.testimonial-person h4 {
    margin: 0 0 0.12rem;
    font-size: 0.97rem;
    line-height: 1.2;
    font-weight: 600;
}
.testimonial-person span {
    display: block;
    color: #3b414b;
    font-size: 0.8rem;
    font-weight: 400;
}
.testimonial-source {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 34px;
    border-radius: 50%;
    background: transparent;
    color: #f4a11a;
    font-weight: 800;
    font-size: 0.92rem;
    flex: 0 0 auto;
}
.testimonial-source.is-google {
    min-width: 32px;
    min-height: 32px;
    border-radius: 50%;
    padding: 0;
    filter: drop-shadow(0 5px 10px rgba(66, 133, 244, 0.13));
}
.google-g {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.google-g-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(#4285f4 0deg 44deg, #34a853 44deg 152deg, #fbbc05 152deg 238deg, #ea4335 238deg 360deg);
}
.google-g-cut {
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #fff;
}
.google-g-bar {
    position: absolute;
    top: 11px;
    right: 2px;
    width: 10px;
    height: 4px;
    border-radius: 4px;
    background: #4285f4;
}
.google-g::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 9px;
    height: 9px;
    background: #fff;
}
.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    font-size: 0.95rem;
}
.testimonial-verified {
    color: var(--brand-blue);
    font-size: 0.9rem;
}
.testimonial-card p,
.testimonial-copy {
    color: #15181f;
    font-size: 0.97rem;
    line-height: 1.5;
    margin-bottom: 0.85rem;
}
.testimonial-copy {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 0;
}
.testimonial-copy.is-expanded {
    display: block;
    -webkit-line-clamp: initial;
    overflow: visible;
    margin-bottom: 0.9rem;
}
.testimonial-link {
    color: #8d929d;
    font-size: 0.9rem;
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    font-weight: 500;
    margin-top: auto;
    align-self: flex-start;
}
.testimonial-link:hover {
    color: var(--brand-blue);
}
.testimonial-toggle {
    cursor: pointer;
}
.reviews-footer {
    text-align: center;
    margin-top: 1.25rem;
}
.reviews-footer p {
    margin: 0;
    color: #161920;
    font-size: 1rem;
}
.reviews-footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.85rem;
    padding: 0.6rem 1.05rem;
    border-radius: 10px;
    background: #dff4df;
    color: #213d23;
    font-weight: 600;
    font-size: 0.92rem;
}
.reviews-footer-link:hover {
    color: #1d351f;
    background: #d3edd3;
}
.reviews-footer-link.is-static {
    cursor: default;
}
.reviews-footer-link.is-static:hover {
    color: #213d23;
    background: #dff4df;
}

.resource-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}
.resource-card {
    padding: 1.55rem;
    position: relative;
    overflow: hidden;
}
.resource-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 88% 12%, rgba(81, 198, 245, 0.1), transparent 28%);
    pointer-events: none;
}
.resource-card > * {
    position: relative;
    z-index: 1;
}
.resource-kicker {
    display: inline-flex;
    margin-bottom: 0.7rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #73c7ea;
    font-weight: 700;
}
.resource-card h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}
.resource-card .btn {
    margin-top: 1rem;
}
.resource-card.cta {
    background: var(--brand-blue);
    color: #fff;
}
.resource-card.cta p { color: rgba(255,255,255,0.78); }
.resource-card.cta .resource-kicker {
    color: rgba(255,255,255,0.75);
}

.resource-library {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.patient-forms-shell {
    position: relative;
    overflow: hidden;
}
.patient-forms-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(81, 198, 245, 0.06), transparent 24%);
    pointer-events: none;
}
.patient-forms-shell > * {
    position: relative;
    z-index: 1;
}
.patient-forms-header,
.patient-intake-intro-card {
    position: relative;
    overflow: hidden;
}
.patient-forms-header::before,
.patient-intake-intro-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0));
    pointer-events: none;
}
.patient-forms-header > *,
.patient-intake-intro-card > * {
    position: relative;
    z-index: 1;
}
.patient-resource-grid {
    gap: 1.15rem;
}
.patient-resource-card {
    padding: 1.35rem;
    min-height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(250, 252, 255, 0.95));
}
.patient-resource-card strong {
    font-size: 1.05rem;
    line-height: 1.35;
    color: #262b35;
}
.patient-resource-card .small {
    font-size: 0.9rem;
    line-height: 1.55;
}
.booking-success-card .section-title {
    font-size: clamp(2.1rem, 3vw, 3rem);
}
.booking-success-card .hero-actions {
    justify-content: center;
}
.booking-success-card .info-card {
    min-height: 100%;
}
.booking-success-card .info-card strong {
    display: block;
    margin-bottom: 0.45rem;
    color: #4b5666;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-care-section,
.about-proof-section,
.about-process-section {
    position: relative;
}
.about-hero-section .page-hero {
    background:
        radial-gradient(circle at 78% 12%, rgba(81, 198, 245, 0.12), transparent 30%),
        radial-gradient(circle at 10% 84%, rgba(255, 156, 76, 0.12), transparent 30%),
        linear-gradient(135deg, #fbf3e7 0%, #fffaf2 100%);
}
.about-profile-card {
    background:
        radial-gradient(circle at 88% 10%, rgba(55, 109, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.9), rgba(255,255,255,0.78));
}
.about-profile-image {
    min-height: 430px;
    box-shadow: 0 24px 52px rgba(41, 53, 83, 0.12);
}
.about-profile-image img {
    object-position: center 22%;
}
.about-profile-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin: 1.2rem 0 1.35rem;
}
.about-profile-meta div {
    padding: 0.95rem;
    border-radius: 18px;
    background: #fbfcff;
    border: 1px solid #eef3fb;
}
.about-profile-meta span {
    display: block;
    margin-bottom: 0.35rem;
    color: #6d7686;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}
.about-profile-meta strong {
    color: #29303b;
    font-size: 0.96rem;
    line-height: 1.35;
}
.about-care-section::before,
.about-process-section::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 72%;
    pointer-events: none;
    z-index: -1;
}
.about-care-section::before {
    background: radial-gradient(circle at 16% 16%, rgba(81, 198, 245, 0.08), transparent 34%);
}
.about-process-section::before {
    background: radial-gradient(circle at 86% 18%, rgba(255, 156, 76, 0.1), transparent 32%);
}
.about-pillar-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.35fr);
    gap: 1.25rem;
    align-items: stretch;
}
.about-pillar-intro {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border-radius: 34px;
    border: 1px solid var(--card-border);
    background: #fff;
    box-shadow: 0 26px 54px rgba(41, 53, 83, 0.1);
}
.about-pillar-photo {
    height: 100%;
    min-height: 430px;
    position: relative;
}
.about-pillar-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 38%, rgba(28, 33, 44, 0.68) 100%),
        linear-gradient(90deg, rgba(248, 241, 229, 0.62), transparent 46%);
}
.about-pillar-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-pillar-intro-copy {
    position: absolute;
    left: 1.35rem;
    right: 1.35rem;
    bottom: 1.35rem;
    z-index: 1;
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 36px rgba(20, 28, 46, 0.14);
}
.about-pillar-intro-copy span {
    display: inline-flex;
    margin-bottom: 0.55rem;
    color: var(--brand-blue);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}
.about-pillar-intro-copy h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.12;
    letter-spacing: 0;
}
.about-pillar-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    grid-auto-rows: 1fr;
}
.about-pillar-card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 30px;
    border: 1px solid var(--card-border);
    background:
        radial-gradient(circle at 92% 10%, rgba(81, 198, 245, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.9));
    box-shadow: var(--shadow-soft);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    min-height: 215px;
}
.about-pillar-card::before {
    content: "";
    position: absolute;
    right: -54px;
    bottom: -54px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(55,109,255,0.08), transparent 68%);
    pointer-events: none;
}
.about-pillar-card::after {
    content: "";
    position: absolute;
    left: 1.55rem;
    right: 1.55rem;
    top: 0;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-cyan), rgba(55, 109, 255, 0.16), transparent);
}
.about-pillar-card:hover {
    transform: translateY(-4px);
    border-color: rgba(55, 109, 255, 0.16);
    box-shadow: 0 24px 46px rgba(41, 53, 83, 0.12);
}
.about-pillar-featured {
    grid-column: span 2;
    min-height: 230px;
    background:
        radial-gradient(circle at 90% 12%, rgba(55, 109, 255, 0.12), transparent 32%),
        linear-gradient(135deg, #fff, #fff7ef);
}
.about-pillar-card span {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    background: linear-gradient(180deg, #fff3ec, #ffe7d8);
    color: #f08c45;
    font-size: 1.35rem;
    box-shadow: 0 10px 22px rgba(240, 140, 69, 0.12);
}
.about-pillar-card h3 {
    font-size: 1.28rem;
    line-height: 1.18;
    margin-bottom: 0.75rem;
    font-weight: 650;
    letter-spacing: 0;
}
.about-pillar-card p {
    margin: 0;
    color: var(--brand-muted);
    line-height: 1.66;
}
.about-proof-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
    gap: 1.6rem;
    align-items: center;
    padding: 1.8rem;
    border-radius: 38px;
    border: 1px solid var(--card-border);
    background:
        radial-gradient(circle at 88% 12%, rgba(55, 109, 255, 0.14), transparent 34%),
        radial-gradient(circle at 12% 82%, rgba(255, 156, 76, 0.12), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,0.95), rgba(248, 241, 229, 0.84));
    box-shadow: 0 28px 68px rgba(41, 53, 83, 0.1);
}
.about-proof-copy h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    line-height: 1.08;
    letter-spacing: 0;
}
.about-proof-copy {
    padding: 0.4rem 0.6rem;
}
.about-proof-copy p {
    margin: 0;
    color: var(--brand-muted);
    line-height: 1.68;
}
.about-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}
.about-proof-grid div {
    position: relative;
    overflow: hidden;
    padding: 1.25rem;
    border-radius: 26px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.84), rgba(255,255,255,0.68));
    border: 1px solid rgba(255,255,255,0.82);
    box-shadow: 0 14px 28px rgba(41, 53, 83, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.about-proof-grid div::after {
    content: "";
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue), rgba(81,198,245,0.18), transparent);
    opacity: 0.7;
}
.about-proof-grid div:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(41, 53, 83, 0.1);
}
.about-proof-grid i {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: rgba(55, 109, 255, 0.16);
    font-size: 1.9rem;
}
.about-proof-grid strong {
    display: block;
    color: var(--brand-blue);
    font-size: clamp(1.55rem, 2.5vw, 2.15rem);
    line-height: 1;
    margin-bottom: 0.45rem;
}
.about-proof-grid span {
    color: #5d6674;
    line-height: 1.45;
}
.about-timeline {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.35rem;
    position: relative;
}
.about-timeline::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg, rgba(55,109,255,0.06), rgba(55,109,255,0.32), rgba(55,109,255,0.06));
}
.about-timeline div {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0.25rem 1rem;
    padding: 1.05rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at 96% 8%, rgba(81, 198, 245, 0.09), transparent 30%),
        #fbfcff;
    border: 1px solid #eef3fb;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.about-timeline div:hover {
    transform: translateX(3px);
    border-color: rgba(55, 109, 255, 0.18);
    box-shadow: 0 14px 28px rgba(41, 53, 83, 0.07);
}
.about-timeline span {
    grid-column: 1;
    grid-row: 1 / span 3;
    width: 46px;
    height: 46px;
    border-radius: 17px;
    background: linear-gradient(180deg, #eef4ff, #e5efff);
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    box-shadow: 0 0 0 6px #fff;
}
.about-timeline strong {
    grid-column: 2;
    grid-row: 1;
    color: #252a34;
    font-size: 1.06rem;
    line-height: 1.25;
}
.about-timeline p {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    color: var(--brand-muted);
    line-height: 1.58;
}
.about-timeline em {
    grid-column: 2;
    grid-row: 3;
    justify-self: flex-start;
    align-self: start;
    font-style: normal;
    color: #f08c45;
    background: #fff3ec;
    border: 1px solid #ffe4d2;
    border-radius: 999px;
    padding: 0.5rem 0.75rem;
    font-size: 0.84rem;
    font-weight: 650;
}
.about-process-section .split-card {
    background:
        radial-gradient(circle at 12% 18%, rgba(81, 198, 245, 0.1), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82));
}
.about-process-section .image-block {
    min-height: 430px;
    box-shadow: 0 24px 52px rgba(41, 53, 83, 0.12);
}
.about-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.2rem;
    padding: 1.9rem;
    border-radius: 38px;
    background:
        radial-gradient(circle at 14% 12%, rgba(255,255,255,0.86), transparent 30%),
        radial-gradient(circle at 90% 20%, rgba(55, 109, 255, 0.08), transparent 30%),
        linear-gradient(135deg, #f8f1e5, #fffaf2);
    border: 1px solid var(--card-border);
    box-shadow: 0 28px 68px rgba(41, 53, 83, 0.1);
    position: relative;
    overflow: hidden;
}
.about-cta-panel::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle, rgba(81,198,245,0.16), transparent 68%);
    pointer-events: none;
}
.about-cta-panel h2 {
    margin-bottom: 0.65rem;
    font-size: clamp(1.9rem, 3vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: 0;
}
.about-cta-panel > * {
    position: relative;
    z-index: 1;
}
.about-cta-panel p {
    margin: 0;
    color: var(--brand-muted);
}
.about-cta-panel .hero-actions {
    margin: 0;
    justify-content: flex-end;
}
.about-cta-section {
    padding-bottom: 0.5rem;
}

.faq-panel { padding: 1.7rem; }
.home-faq-section .faq-panel {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.82)),
        radial-gradient(circle at top right, rgba(55, 109, 255, 0.08), transparent 30%);
}
.faq-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}
.faq-pill {
    border: 1px solid #dbe6ff;
    background: #fff;
    color: #687181;
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    font-size: 0.88rem;
    font-weight: 500;
}
.faq-pill.active {
    background: var(--brand-blue);
    border-color: var(--brand-blue);
    color: #fff;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #edf0f4;
}
.accordion-button {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
}
.accordion-button:not(.collapsed) { background: transparent; color: var(--brand-blue); }
.accordion-body { padding-left: 0; color: var(--brand-muted); }

.footer-contact-section {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 4%, rgba(255,255,255,0.24), transparent 24%),
        radial-gradient(circle at 82% 14%, rgba(81, 198, 245, 0.22), transparent 30%),
        linear-gradient(135deg, #2B6BFF 0%, #2B6BFF 52%, #1d56df 100%);
    margin-top: 4rem;
    padding: 2.9rem 0 1.8rem;
    color: #fff;
    overflow: hidden;
}
.footer-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.55), transparent 80%);
}
.footer-cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: 1.55rem 1.7rem;
    border: 1px solid rgba(255,255,255,0.17);
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08)),
        rgba(255,255,255,0.08);
    box-shadow: 0 22px 48px rgba(20, 55, 157, 0.2);
    backdrop-filter: blur(10px);
}
.footer-cta-band .footer-section-label {
    background: rgba(255,255,255,0.18);
    color: #fff;
    margin-bottom: 0.55rem;
}
.footer-cta-band h2 {
    margin: 0;
    font-size: clamp(1.55rem, 2.8vw, 2.35rem);
    line-height: 1.06;
    font-weight: 650;
    letter-spacing: 0;
}
.footer-cta-band p {
    margin: 0.55rem 0 0;
    max-width: 720px;
    color: rgba(255,255,255,0.82);
    line-height: 1.65;
}
.footer-cta-actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.btn-footer-outline {
    border: 1px solid rgba(255,255,255,0.42);
    color: #fff;
    background: rgba(255,255,255,0.08);
}
.btn-footer-outline:hover {
    border-color: rgba(255,255,255,0.75);
    color: #fff;
    background: rgba(255,255,255,0.14);
}
.footer-contact-panel {
    background:
        radial-gradient(circle at 18% 0%, rgba(255,255,255,0.22), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.07));
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 36px;
    padding: 1.15rem;
    box-shadow: 0 26px 54px rgba(27, 61, 162, 0.22);
}
.footer-contact-panel > .row {
    align-items: flex-start;
}
.footer-studio-panel {
    padding: clamp(0.85rem, 1.8vw, 1.15rem);
}
.footer-studio-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
    gap: 1rem;
    align-items: stretch;
}
.footer-visit-card,
.footer-message-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 10% 0%, rgba(81, 198, 245, 0.08), transparent 35%),
        linear-gradient(180deg, #ffffff, #fbfdff);
    border: 1px solid rgba(235, 241, 250, 0.94);
    box-shadow: 0 20px 42px rgba(29, 43, 79, 0.09);
}
.footer-visit-card {
    padding: 0.9rem;
    display: grid;
    grid-template-rows: 245px minmax(0, 1fr);
    gap: 0.9rem;
}
.footer-message-card {
    padding: clamp(1.05rem, 2vw, 1.25rem);
    color: var(--brand-ink);
    display: grid;
    align-content: start;
}
.footer-map-feature {
    position: relative;
    margin: 0;
    border-radius: 24px;
    border: 1px solid #e7eef8;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}
.footer-map-feature iframe {
    height: 100%;
}
.footer-map-badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: min(260px, calc(100% - 2rem));
    padding: 0.95rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.94);
    border: 1px solid #e8eef7;
    box-shadow: 0 18px 34px rgba(41, 53, 83, 0.14);
    backdrop-filter: blur(10px);
}
.footer-map-badge span,
.footer-map-badge strong,
.footer-map-badge a {
    display: block;
}
.footer-map-badge span {
    color: var(--brand-blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.footer-map-badge strong {
    color: #252a34;
    font-size: 1.16rem;
    line-height: 1.2;
    margin: 0.22rem 0 0.45rem;
}
.footer-map-badge a {
    color: var(--brand-blue);
    font-size: 0.88rem;
    font-weight: 700;
}
.footer-visit-content {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(250px, 1.1fr);
    gap: 0.85rem;
    margin-top: 0;
    align-items: stretch;
}
.footer-hours-card,
.footer-office-stack {
    border-radius: 22px;
    background: #fbfcff;
    border: 1px solid #edf2fa;
    padding: 0.95rem;
    height: 100%;
}
.footer-office-stack {
    display: grid;
    gap: 0.65rem;
}
.footer-office-stack article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.68rem;
    align-items: start;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #ebf0f7;
}
.footer-office-stack article:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.footer-office-stack article > i {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: var(--brand-blue);
}
.footer-office-stack strong,
.footer-office-stack span {
    display: block;
}
.footer-office-stack strong {
    color: #252a34;
    margin-bottom: 0.15rem;
}
.footer-office-stack span {
    color: #637083;
    font-size: 0.88rem;
    line-height: 1.45;
}
.footer-message-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    gap: 1rem;
    align-items: start;
}
.footer-message-card .footer-section-label {
    background: #eef4ff;
    color: var(--brand-blue);
}
.footer-message-card h3 {
    color: #242832;
    font-size: clamp(1.85rem, 2.7vw, 2.35rem);
    line-height: 1.04;
    letter-spacing: -0.025em;
    margin: 0.15rem 0 0.5rem;
}
.footer-message-card p {
    max-width: 560px;
    color: #5f6878;
    font-size: 0.98rem;
    line-height: 1.58;
    margin: 0 0 0.95rem;
}
.footer-message-icon {
    width: 56px;
    height: 56px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    background: #eef4ff;
    font-size: 1.4rem;
}
.footer-contact-form {
    margin-top: 0.2rem;
}
.footer-contact-form .row {
    --bs-gutter-y: 0.8rem;
}
.footer-map-card,
.footer-form-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), #fff),
        radial-gradient(circle at top right, rgba(55, 109, 255, 0.05), transparent 36%);
    border-radius: 28px;
    padding: 1rem;
    color: var(--brand-ink);
    box-shadow: 0 16px 32px rgba(29, 43, 79, 0.08);
}
.footer-map { border-radius: 22px; overflow: hidden; margin-bottom: 1rem; border: 1px solid #eef2f8; background: #eef4ff; }
.footer-map iframe { width: 100%; height: 210px; display: block; border: 0; }
.footer-map.footer-map-feature iframe { height: 100%; }
.footer-location-meta { display: grid; gap: 0.85rem; }
.footer-section-label {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: #eef4ff;
    color: var(--brand-blue);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}
.footer-location-meta h5 {
    margin: 0 0 0.5rem;
    font-size: 1.32rem;
    line-height: 1.1;
    letter-spacing: 0;
}
.hours-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.34rem; }
.hours-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.84rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #edf1f6;
}
.hours-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.hours-list li span:first-child {
    font-weight: 600;
    color: #3f4652;
}
.hours-list li span:last-child {
    color: #6c7482;
    text-align: right;
}
.location-mini-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.72rem; }
.location-mini-cards article {
    position: relative;
    border: 1px solid #eef1f5;
    border-radius: 18px;
    padding: 0.82rem;
    background:
        radial-gradient(circle at top left, rgba(81, 198, 245, 0.09), transparent 38%),
        #fbfcff;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.location-mini-cards article:hover {
    transform: translateY(-2px);
    border-color: rgba(55, 109, 255, 0.18);
    box-shadow: 0 16px 28px rgba(41, 53, 83, 0.07);
}
.location-icon {
    width: 30px;
    height: 30px;
    border-radius: 11px;
    background: #eef4ff;
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.48rem;
}
.location-mini-cards h6 {
    margin: 0 0 0.32rem;
    font-size: 0.98rem;
    font-weight: 650;
}
.location-mini-cards p {
    margin: 0;
    color: #5f6776;
    line-height: 1.45;
    font-size: 0.86rem;
}
.location-mini-cards a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.58rem;
    color: var(--brand-blue);
    font-weight: 600;
    font-size: 0.84rem;
}
.location-mini-cards a::after {
    content: "\F138";
    font-family: "bootstrap-icons";
    font-size: 0.86rem;
    transition: transform 0.2s ease;
}
.location-mini-cards a:hover::after {
    transform: translateX(3px);
}
.location-contacts {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
    font-size: 0.84rem;
    padding-top: 0.2rem;
}
.location-contacts span,
.location-contacts a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.48rem 0.68rem;
    border-radius: 999px;
    background: #f7f9fd;
    color: inherit;
}
.location-contacts strong {
    color: #30343d;
}
.location-contacts em {
    font-style: normal;
    color: #647082;
}
.footer-form-card h3 {
    font-size: clamp(1.72rem, 2.45vw, 2.12rem);
    margin-bottom: 0.4rem;
    line-height: 1.05;
    letter-spacing: 0;
}
.footer-form-card p {
    color: #666e7c;
    font-size: 0.92rem;
    margin-bottom: 0.9rem;
}
.footer-form-card .form-control {
    min-height: 48px;
}
.footer-form-card textarea.form-control {
    min-height: 100px;
}
.form-control,
.form-select {
    border-radius: 14px;
    min-height: 52px;
    border-color: #e7ebf2;
    padding: 0.85rem 1rem;
    font-size: 0.96rem;
    color: #29303b;
    background-color: #fff;
}
.form-control::placeholder,
.form-select::placeholder {
    color: #9ca6b5;
}
textarea.form-control { min-height: 132px; }

.footer-main-grid {
    display: grid;
    grid-template-columns: minmax(390px, 1.3fr) minmax(150px, 0.42fr) minmax(180px, 0.5fr) minmax(250px, 0.72fr);
    gap: 1.15rem;
    align-items: start;
    padding: 1.8rem 0 1.15rem;
}
.footer-brand-card,
.footer-column,
.footer-connect-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.footer-brand-card {
    padding: 0;
    display: grid;
    gap: 0.9rem;
    align-content: start;
}
.footer-brand-head {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer-brand-mark {
    width: 82px;
    height: 82px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 8%, rgba(81, 198, 245, 0.1), transparent 38%),
        #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 36px rgba(18, 49, 138, 0.18);
}
.footer-brand-card img {
    width: 66px;
    flex: 0 0 auto;
    filter: none;
    opacity: 1;
}
.footer-brand-card h5 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.12;
    letter-spacing: 0;
    font-weight: 600;
    max-width: 430px;
}
.footer-brand-card p {
    max-width: 610px;
    margin: 0;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    font-size: 0.98rem;
}
.footer-column {
    padding: 0.35rem 0 0;
    display: grid;
    align-content: start;
    gap: 0.72rem;
}
.footer-column span,
.footer-connect-card > span {
    display: block;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
.footer-column a {
    color: rgba(255,255,255,0.78);
    font-size: 0.96rem;
    line-height: 1.25;
    transition: color 0.2s ease, transform 0.2s ease;
}
.footer-column a:hover {
    color: #fff;
    transform: translateX(3px);
}
.footer-connect-card {
    padding: 0.35rem 0 0;
    display: grid;
    align-content: start;
    gap: 0.72rem;
}
.footer-call-link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
    padding: 0.68rem 0.8rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.13);
    border: 1px solid rgba(255,255,255,0.14);
}
.footer-call-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.18);
}
.footer-call-link i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--brand-blue);
}
.social-links { display: flex; gap: 0.7rem; justify-content: flex-start; flex-wrap: wrap; }
.social-links a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    color: var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 12px 24px rgba(22, 49, 132, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.social-links a:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(22, 49, 132, 0.24);
}
.footer-mini-actions {
    display: grid;
    gap: 0.5rem;
}
.footer-mini-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #fff;
    padding: 0.68rem 0.8rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.12);
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.footer-mini-actions a:hover {
    color: #fff;
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.22);
}
.footer-mini-actions i {
    order: 2;
    font-size: 1rem;
}
.footer-legal {
    text-align: center;
    font-size: 0.84rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
    padding-top: 1rem;
    max-width: 980px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.14);
}
.footer-legal a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-legal p {
    margin-bottom: 0.65rem;
}
.footer-copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem 1.2rem;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.9);
    font-size: 0.86rem;
    font-weight: 500;
}
.footer-copyright span + span {
    color: rgba(255,255,255,0.66);
}

.site-floating-appointment,
.site-floating-top {
    position: fixed;
    bottom: 1.35rem;
    z-index: 1030;
    pointer-events: none;
}
.site-floating-appointment {
    left: 1.35rem;
}
.site-floating-top {
    right: 1.35rem;
}
.floating-appointment,
.back-to-top {
    pointer-events: auto;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 42px rgba(28, 61, 160, 0.24);
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease, visibility 0.22s ease;
}
.floating-appointment {
    position: relative;
    gap: 0.78rem;
    min-height: 68px;
    padding: 0.72rem 1.1rem 0.72rem 0.82rem;
    border: 1px solid rgba(255,255,255,0.42);
    border-radius: 24px;
    background:
        radial-gradient(circle at 14% 0%, rgba(255,255,255,0.32), transparent 34%),
        linear-gradient(135deg, #2B6BFF 0%, #2B6BFF 54%, #1d56df 100%);
    color: #fff;
    font-weight: 700;
    overflow: hidden;
}
.floating-appointment::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.18) 48%, transparent 70%);
    transform: translateX(-120%);
    animation: floatingCtaSheen 4.8s ease-in-out infinite;
    pointer-events: none;
}
.floating-appointment:hover {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 24px 52px rgba(28, 61, 160, 0.3);
}
.floating-appointment i {
    width: 44px;
    height: 44px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
    font-size: 1.18rem;
}
.floating-appointment span {
    display: grid;
    gap: 0.08rem;
    text-align: left;
}
.floating-appointment strong {
    font-size: 1rem;
    line-height: 1.05;
}
.floating-appointment small {
    color: rgba(255,255,255,0.78);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.15;
}
.back-to-top {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(55,109,255,0.16);
    background:
        radial-gradient(circle at 30% 20%, #fff, rgba(255,255,255,0.86)),
        linear-gradient(180deg, #ffffff, #eef4ff);
    color: var(--brand-blue);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.96);
    backdrop-filter: blur(10px);
}
.back-to-top i {
    font-size: 1.25rem;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(28, 61, 160, 0.24);
}
@keyframes floatingCtaSheen {
    0%, 58% { transform: translateX(-120%); opacity: 0; }
    68% { opacity: 1; }
    100% { transform: translateX(120%); opacity: 0; }
}

.page-hero {
    padding: 4.2rem 2.4rem;
    text-align: center;
}
.page-hero.page-hero-left {
    text-align: left;
}
.page-hero .section-title {
    max-width: 900px;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}
.page-hero p {
    max-width: 760px;
    font-size: 1.02rem;
    line-height: 1.72;
}
.page-hero-left p {
    margin-left: 0;
}

.breadcrumb-soft {
    display: inline-flex;
    gap: 0.6rem;
    color: var(--brand-muted);
    background: rgba(255,255,255,0.75);
    padding: 0.6rem 1rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 500;
    box-shadow: 0 10px 20px rgba(58, 68, 97, 0.05);
}
.hero-mini-card-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
    margin-top: 1.5rem;
    max-width: 980px;
}
.hero-mini-card {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 20px;
    padding: 1rem 1.05rem;
    box-shadow: 0 12px 26px rgba(45, 57, 89, 0.06);
}
.hero-mini-card strong {
    display: block;
    font-size: 1rem;
    color: #313642;
    margin-bottom: 0.25rem;
}
.hero-mini-card span {
    color: var(--brand-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.table-shell {
    background: #fff;
    border-radius: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}
.table thead th {
    text-transform: uppercase;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    color: #94a0b3;
    padding: 1rem;
}
.table tbody td { padding: 1rem; color: #4d5360; }
.alphabet-filter { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.alphabet-filter span {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f7fb;
    color: #97a0ae;
    font-size: 0.8rem;
}
.alphabet-filter span.active { background: #20253a; color: #fff; }

.form-shell {
    background: #fff;
    border-radius: 40px;
    box-shadow: var(--shadow-soft);
    padding: 1.3rem;
}
.form-toolbar {
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}
.intake-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.25rem 0.2rem 1rem;
}
.intake-topbar-note {
    color: #5f6673;
    font-weight: 500;
    font-size: 0.96rem;
}
.toolbar-back,
.toolbar-select {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(55, 109, 255, 0.35);
    border-radius: 14px;
    padding: 0.8rem 1rem;
    color: var(--brand-blue);
    background: #fff;
    font-weight: 500;
}
.toolbar-note {
    text-align: right;
    color: #5f6673;
    font-weight: 500;
}
.form-header {
    background: var(--brand-soft);
    border-radius: 28px;
    padding: 1.8rem;
}
.stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 1.25rem;
    margin: 2rem 0 2.5rem;
}
.stepper .step {
    text-align: center;
    color: #7e899b;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid #e5ecf7;
    border-radius: 24px;
    padding: 1.35rem 1rem 1.15rem;
    min-height: 156px;
    box-shadow: 0 14px 32px rgba(63, 86, 132, 0.08);
}
.stepper .step::after {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(50% + 42px);
    width: calc(100% - 84px);
    height: 1px;
    background: linear-gradient(90deg, #d8e4f8 0%, #edf2fb 100%);
    z-index: 0;
}
.stepper .step:last-child::after { display: none; }
.stepper .bubble {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #eef4ff 0%, #e0eaff 100%);
    color: #7d8aa0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.05rem;
    position: relative;
    z-index: 1;
    margin-bottom: 0.95rem;
    box-shadow: 0 10px 20px rgba(55, 109, 255, 0.14);
}
.stepper .step strong {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.02rem;
    line-height: 1.25;
    font-weight: 600;
    color: #2f3440;
}
.stepper .step div:last-child {
    max-width: 180px;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #6d7789;
}
.stepper .active {
    color: var(--brand-blue);
    border-color: rgba(55, 109, 255, 0.18);
}
.stepper .active .bubble {
    background: linear-gradient(180deg, #5f8bff 0%, #2B6BFF 100%);
    color: #fff;
}
.stepper .active strong { color: var(--brand-blue); }
.section-divider {
    text-align: center;
    color: #acb6c8;
    font-weight: 700;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 2rem 0 1rem;
    position: relative;
}
.section-divider::before,
.section-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 38%;
    height: 1px;
    background: #ecf0f5;
}
.section-divider::before { left: 0; }
.section-divider::after { right: 0; }

.notice-box {
    background: #fff9eb;
    border: 1px solid #f2ddb0;
    border-radius: 18px;
    padding: 1rem 1.15rem;
    color: #b0762c;
}

.page-enhance-section {
    padding-top: 0;
}
.page-insight-panel,
.care-route-panel,
.next-step-panel,
.secure-flow-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--card-border);
    background:
        radial-gradient(circle at 9% 10%, rgba(81, 198, 245, 0.12), transparent 28%),
        radial-gradient(circle at 92% 14%, rgba(55, 109, 255, 0.1), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,250,242,0.88));
    box-shadow: 0 28px 70px rgba(41, 53, 83, 0.1);
}
.page-insight-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 1.5rem;
    align-items: center;
    border-radius: 38px;
    padding: clamp(1.35rem, 3vw, 2.25rem);
}
.page-insight-panel h2,
.care-route-panel h2,
.next-step-panel h2,
.secure-flow-panel h2 {
    font-size: clamp(1.85rem, 3vw, 2.8rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
    margin-bottom: 0.75rem;
}
.page-insight-panel p,
.care-route-panel p {
    color: var(--brand-muted);
    line-height: 1.7;
    max-width: 780px;
    margin: 0;
}
.insight-stats,
.support-bento-grid,
.pathway-grid,
.secure-flow-steps {
    display: grid;
    gap: 1rem;
}
.insight-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.insight-stats article {
    min-height: 142px;
    padding: 1.15rem;
    border-radius: 26px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(221, 229, 243, 0.88);
    box-shadow: 0 15px 35px rgba(41, 53, 83, 0.06);
}
.insight-stats strong {
    display: block;
    color: var(--brand-blue);
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1;
    margin-bottom: 0.55rem;
}
.insight-stats span {
    color: #5b6574;
    font-size: 0.94rem;
    line-height: 1.45;
}
.support-bento-grid,
.pathway-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.support-bento-card,
.pathway-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    border-radius: 32px;
    border: 1px solid var(--card-border);
    background:
        radial-gradient(circle at 12% 0%, rgba(81, 198, 245, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.86));
    box-shadow: 0 24px 54px rgba(41, 53, 83, 0.08);
    padding: 1.55rem;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.support-bento-card::after,
.pathway-card::after {
    content: "";
    position: absolute;
    inset: auto 1.35rem 0;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan), rgba(255, 148, 72, 0.45));
    opacity: 0.75;
}
.support-bento-card:hover,
.pathway-card:hover {
    transform: translateY(-4px);
    border-color: rgba(55, 109, 255, 0.2);
    box-shadow: 0 30px 72px rgba(41, 53, 83, 0.12);
}
.support-bento-card i,
.pathway-card i {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #eef5ff;
    color: var(--brand-blue);
    font-size: 1.22rem;
    margin-bottom: 1.15rem;
}
.support-bento-card strong,
.pathway-card h3 {
    display: block;
    font-size: 1.24rem;
    color: #252a34;
    margin-bottom: 0.55rem;
    line-height: 1.2;
}
.support-bento-card span,
.pathway-card p {
    color: var(--brand-muted);
    line-height: 1.62;
    margin: 0;
}
.pathway-card span:first-child {
    position: absolute;
    top: 1.2rem;
    right: 1.25rem;
    color: rgba(55, 109, 255, 0.14);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}
.care-route-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 1.35rem;
    border-radius: 38px;
    padding: clamp(1.4rem, 3vw, 2.35rem);
}
.care-route-copy {
    align-self: center;
}
.care-route-steps {
    display: grid;
    gap: 0.9rem;
}
.care-route-steps article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 0.18rem 0.95rem;
    align-items: start;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(224, 232, 246, 0.92);
}
.care-route-steps i {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f08c45;
    background: #fff1e8;
}
.care-route-steps strong {
    color: #252a34;
    font-size: 1.04rem;
}
.care-route-steps span {
    color: var(--brand-muted);
    line-height: 1.5;
}
.next-step-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    border-radius: 34px;
    padding: clamp(1.25rem, 2.5vw, 1.9rem);
}
.next-step-panel .hero-actions {
    margin: 0;
    justify-content: flex-end;
}
.secure-flow-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: 1.25rem;
    align-items: center;
    border-radius: 32px;
    padding: 1.45rem;
    margin-bottom: 1.5rem;
}
.secure-flow-panel h2 {
    margin-bottom: 0;
}
.secure-flow-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.secure-flow-steps article {
    padding: 1rem;
    min-height: 130px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #eaf0fa;
    box-shadow: 0 12px 28px rgba(41, 53, 83, 0.05);
}
.secure-flow-steps span {
    display: inline-flex;
    color: var(--brand-blue);
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}
.secure-flow-steps strong {
    display: block;
    color: #252a34;
    line-height: 1.3;
}
.referral-icon {
    width: 44px;
    height: 44px;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f08c45;
    background: #fff1e8;
    margin-bottom: 1rem;
}

.appointment-card {
    background: #fff;
    border-radius: 30px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    padding: 1.5rem;
}
.page-surface {
    padding: 1.6rem !important;
}
.directory-filter-card,
.contact-sidebar-card,
.contact-form-surface,
.booking-form-card,
.booking-success-card,
.doctor-profile-panel {
    position: relative;
    overflow: hidden;
}
.directory-filter-card::before,
.contact-sidebar-card::before,
.contact-form-surface::before,
.booking-form-card::before,
.booking-success-card::before,
.doctor-profile-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(81, 198, 245, 0.06), transparent 26%);
    pointer-events: none;
}
.directory-filter-card > *,
.contact-sidebar-card > *,
.contact-form-surface > *,
.booking-form-card > *,
.booking-success-card > *,
.doctor-profile-panel > * {
    position: relative;
    z-index: 1;
}
.booking-sidebar-card {
    padding: 1.6rem;
}
.booking-sidebar-card .section-title {
    font-size: clamp(2.1rem, 3.2vw, 3.1rem);
}
.booking-form-card {
    padding: 1.75rem;
}
.booking-form-card .form-label,
.directory-filter-card .form-label,
.contact-form-surface .form-label {
    font-size: 0.84rem;
    font-weight: 600;
    color: #6a7281;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.booking-form-card .btn,
.contact-form-surface .btn {
    min-width: 220px;
}
.directory-filter-card {
    box-shadow: 0 18px 34px rgba(44, 58, 93, 0.07);
}
.directory-filter-card .form-select {
    background-color: #fbfcff;
}
.booking-form-card form .row,
.contact-form-surface form .row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}
.booking-form-card .slot-grid {
    padding: 0.35rem;
    border-radius: 20px;
    background: #fbfcff;
    border: 1px solid #ebf0f8;
}
.booking-form-card .alert {
    border-radius: 18px;
    padding: 0.95rem 1rem;
    margin-bottom: 1.15rem;
}
.booking-form-card .btn[type="submit"] {
    min-width: 260px;
}
.success-card-narrow {
    max-width: 860px;
}
.success-card-wide {
    max-width: 900px;
}
.contact-sidebar-card h2,
.contact-form-surface h2,
.booking-form-card h2,
.page-surface h2 {
    font-size: clamp(1.6rem, 2.1vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 0.6rem;
}
.contact-method-list {
    display: grid;
    gap: 0.95rem;
    margin: 1.2rem 0 1.45rem;
}
.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: #fbfcff;
    border: 1px solid #edf2fb;
}
.contact-method i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: var(--brand-blue);
    font-size: 1rem;
    flex: 0 0 auto;
}
.contact-method strong,
.contact-method span {
    display: block;
}
.contact-method strong {
    font-size: 0.98rem;
    margin-bottom: 0.18rem;
}
.contact-method span {
    color: var(--brand-muted);
    line-height: 1.6;
}
.contact-form-surface textarea.form-control {
    min-height: 148px;
}
.contact-form-surface .btn {
    min-width: 240px;
}
.detail-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 1.4rem 0 0.4rem;
}
.doctor-profile-panel .image-block {
    box-shadow: 0 22px 42px rgba(44, 58, 92, 0.12);
}
.detail-stat {
    padding: 1rem 1.05rem;
    border-radius: 22px;
    background: #fbfcff;
    border: 1px solid #edf2fb;
    box-shadow: 0 12px 24px rgba(48, 62, 96, 0.04);
}
.detail-stat strong,
.detail-stat span {
    display: block;
}
.detail-stat strong {
    font-size: 1rem;
    color: #252933;
    margin-bottom: 0.24rem;
}
.detail-stat span {
    color: var(--brand-muted);
    font-size: 0.88rem;
    line-height: 1.45;
}
.schedule-card {
    padding: 1.3rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248, 251, 255, 0.96));
    border: 1px solid #e8eef8;
}
.schedule-card h4 {
    font-size: 1.12rem;
    margin-bottom: 0.55rem;
    color: #253041;
}
.schedule-card p + p {
    margin-top: 0.45rem;
}
.page-subhero-strip {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.page-subhero-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.72rem 0.95rem;
    border-radius: 999px;
    background: #fbfcff;
    border: 1px solid #e8eef9;
    color: #57606f;
    font-size: 0.9rem;
    font-weight: 500;
}
.page-subhero-chip i {
    color: var(--brand-blue);
}
.insurance-hero .section-title {
    font-size: clamp(2.4rem, 4vw, 4rem);
}
.insurance-stat-row {
    margin-top: 1.35rem;
}
.insurance-directory-heading {
    max-width: 1180px;
    margin-inline: auto;
    margin-bottom: clamp(1.4rem, 2vw, 2rem);
}
.insurance-directory-heading h2 {
    margin: 0;
    color: #262626;
    font-size: clamp(2.15rem, 3vw, 3.15rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
    font-weight: 620;
}
.insurance-directory-heading p {
    max-width: 860px;
    margin: 0.75rem 0 0;
    color: #596477;
    font-size: clamp(1rem, 1.05vw, 1.12rem);
    line-height: 1.55;
}
.insurance-notice-card {
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    margin-inline: auto;
    padding: clamp(1.25rem, 2vw, 1.65rem) clamp(1.35rem, 2.4vw, 2rem) clamp(1.25rem, 2vw, 1.65rem) clamp(4.4rem, 5vw, 5rem) !important;
    border-radius: 32px !important;
    box-shadow: 0 22px 56px rgba(41, 53, 83, 0.08);
}
.insurance-notice-card::before {
    content: "";
    position: absolute;
    left: 1.55rem;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg, #e9f0ff 0%, #d8e6ff 100%);
}
.insurance-notice-card strong,
.insurance-notice-card p {
    position: relative;
    z-index: 1;
}
.insurance-notice-card strong {
    display: block;
    color: #00aeea !important;
    font-size: 1.02rem;
    line-height: 1.25;
    margin-bottom: 0.45rem;
}
.insurance-notice-card p {
    color: #596477 !important;
    font-size: clamp(0.98rem, 1.02vw, 1.08rem);
    line-height: 1.55;
    margin-top: 0 !important;
}
.insurance-directory-table {
    border-radius: 30px;
}
.insurance-directory-table .border-bottom {
    background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
}
.insurance-directory-table tbody tr {
    transition: background-color 0.2s ease;
}
.insurance-directory-table tbody tr:hover {
    background: #fbfdff;
}
.insurance-directory-table .badge {
    font-weight: 600;
    padding: 0.5rem 0.7rem;
}
.insurance-directory-table td strong {
    color: #2a3240;
}
.insurance-directory-table .small {
    margin-top: 0.18rem;
}

@media (max-width: 767.98px) {
    .insurance-directory-heading {
        margin-bottom: 1rem;
    }
    .insurance-directory-heading h2 {
        font-size: clamp(1.85rem, 9vw, 2.35rem);
    }
    .insurance-directory-heading p {
        font-size: 0.98rem;
    }
    .insurance-notice-card {
        padding: 1.15rem 1.15rem 1.15rem 3.8rem !important;
        border-radius: 24px !important;
    }
    .insurance-notice-card::before {
        left: 1.05rem;
        width: 30px;
        height: 30px;
    }
}

/* Footer two-location map overlay */
.site-footer .footer-map.footer-map-feature {
    position: relative !important;
    isolation: isolate;
}

.site-footer .footer-map-open {
    position: absolute;
    left: clamp(1rem, 1.8vw, 1.7rem);
    top: clamp(0.9rem, 1.4vw, 1.25rem);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.78rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    color: #2B6BFF;
    border: 1px solid rgba(43, 107, 255, 0.18);
    box-shadow: 0 10px 24px rgba(16, 40, 94, 0.12);
    font-size: 0.86rem;
    font-weight: 720;
    text-decoration: none;
}

.site-footer .footer-map-office {
    position: absolute;
    z-index: 6;
    width: min(255px, 36%);
    padding: 0.72rem 0.86rem 0.78rem 2.35rem;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(158, 170, 194, 0.55);
    box-shadow: 0 14px 30px rgba(21, 31, 55, 0.18);
    color: #262626;
}

.site-footer .footer-map-office::after {
    content: "";
    position: absolute;
    left: 2.15rem;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.97);
    border-right: 1px solid rgba(158, 170, 194, 0.55);
    border-bottom: 1px solid rgba(158, 170, 194, 0.55);
    transform: rotate(45deg);
}

.site-footer .footer-map-office strong,
.site-footer .footer-map-office span:not(.footer-map-pin) {
    display: block;
}

.site-footer .footer-map-office strong {
    color: #262626;
    font-size: clamp(0.9rem, 0.9vw, 1.02rem);
    line-height: 1.08;
    font-weight: 760;
    letter-spacing: -0.012em;
}

.site-footer .footer-map-office span:not(.footer-map-pin) {
    margin-top: 0.16rem;
    color: #3d4656;
    font-size: clamp(0.78rem, 0.8vw, 0.9rem);
    line-height: 1.22;
    font-weight: 500;
}

.site-footer .footer-map-pin {
    position: absolute;
    left: 0.82rem;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50% 50% 50% 0;
    background: #e63a32;
    box-shadow: 0 0 0 6px rgba(230, 58, 50, 0.14), 0 8px 18px rgba(94, 16, 11, 0.22);
    transform: translateY(-50%) rotate(-45deg);
}

.site-footer .footer-map-pin::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: #fff;
}

.site-footer .footer-map-office-denton {
    left: 18%;
    top: 15%;
}

.site-footer .footer-map-office-lewisville {
    right: 12%;
    top: 28%;
}

@media (max-width: 991.98px) {
    .site-footer .footer-map-office {
        width: min(235px, 42%);
    }

    .site-footer .footer-map-office-denton {
        left: 10%;
        top: 17%;
    }

    .site-footer .footer-map-office-lewisville {
        right: 7%;
        top: 38%;
    }
}

@media (max-width: 575.98px) {
    .site-footer .footer-map-open {
        left: 0.85rem;
        top: 0.85rem;
        padding: 0.45rem 0.65rem;
        font-size: 0.78rem;
    }

    .site-footer .footer-map-office {
        width: min(220px, calc(100% - 2rem));
        padding: 0.58rem 0.72rem 0.62rem 2rem;
        border-radius: 11px;
    }

    .site-footer .footer-map-office strong {
        font-size: 0.82rem;
    }

    .site-footer .footer-map-office span:not(.footer-map-pin) {
        font-size: 0.72rem;
    }

    .site-footer .footer-map-pin {
        left: 0.68rem;
        width: 18px;
        height: 18px;
    }

    .site-footer .footer-map-pin::after {
        inset: 5px;
    }

    .site-footer .footer-map-office-denton {
        left: 0.9rem;
        top: 3.45rem;
    }

    .site-footer .footer-map-office-lewisville {
        left: 0.9rem;
        right: auto;
        top: 8.3rem;
    }
}

.insurance-referral-card .rounded-circle {
    width: 40px !important;
    height: 40px !important;
    background: linear-gradient(180deg, #ffe6e8 0%, #ffdce0 100%) !important;
}
.insurance-help-cta {
    padding: 2rem 1.4rem 0;
}
.intake-form-shell {
    position: relative;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 1.6rem);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(252,249,244,0.92) 100%);
}
.patient-intake-page,
.appointment-page {
    background:
        radial-gradient(circle at 4% 12%, rgba(255,154,69,0.08), transparent 24%),
        radial-gradient(circle at 96% 8%, rgba(81,198,245,0.09), transparent 26%),
        linear-gradient(180deg, #fffdfa 0%, #f9fbff 45%, #fffaf2 100%);
}
.intake-form-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(55, 109, 255, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(81, 198, 245, 0.08), transparent 28%);
    pointer-events: none;
}
.intake-form-shell > * {
    position: relative;
    z-index: 1;
}
.intake-form-header {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 18px 42px rgba(53, 67, 104, 0.08);
    border: 1px solid rgba(255,255,255,0.82);
    background:
        radial-gradient(circle at 88% 10%, rgba(55,109,255,0.08), transparent 28%),
        linear-gradient(135deg, #fff8ee 0%, #f8fbff 100%);
}
.intake-header-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
}
.intake-header-main {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.intake-header-logo {
    width: 94px;
    flex: 0 0 auto;
    background: rgba(255,255,255,0.72);
    border-radius: 24px;
    padding: 0.8rem;
    box-shadow: 0 14px 32px rgba(35, 57, 105, 0.08);
}
.patient-intake-page .eyebrow,
.appointment-page .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #37b5ee;
    letter-spacing: 0.04em;
}
.intake-download-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--brand-blue);
    font-weight: 700;
    border: 1px solid rgba(55, 109, 255, 0.22);
    border-radius: 999px;
    padding: 0.85rem 1.1rem;
    background: rgba(255,255,255,0.78);
    box-shadow: 0 14px 30px rgba(55, 109, 255, 0.08);
}
.intake-download-link:hover {
    color: #174ef0;
    transform: translateY(-2px);
}
.intake-main-form h2 {
    font-size: clamp(2rem, 2.6vw, 2.55rem);
    letter-spacing: 0;
    margin-bottom: 0.45rem;
}
.intake-overview-card {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 1.5rem;
    align-items: stretch;
    border: 1px solid #e6edf8;
    border-radius: 30px;
    padding: clamp(1.25rem, 2vw, 1.8rem);
    background:
        radial-gradient(circle at top right, rgba(81, 198, 245, 0.12), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 18px 45px rgba(45, 65, 105, 0.07);
    margin-bottom: 1.2rem;
}
.intake-main-form {
    display: grid;
    gap: 0.2rem;
}
.patient-intake-page .stepper {
    position: relative;
    gap: 0;
    padding: 1rem;
    border: 1px solid #e5edf8;
    border-radius: 30px;
    background: rgba(255,255,255,0.82);
    box-shadow: 0 18px 45px rgba(34, 47, 79, 0.06);
}
.patient-intake-page .stepper .step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 0.85rem;
    align-items: center;
    text-align: left;
    min-height: 104px;
    padding: 1rem;
    border: 0;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
}
.patient-intake-page .stepper .step::after {
    top: 50%;
    left: calc(100% - 18px);
    width: 36px;
    background: linear-gradient(90deg, rgba(55,109,255,0.22), rgba(81,198,245,0.22));
}
.patient-intake-page .stepper .bubble {
    grid-row: 1 / span 2;
    width: 52px;
    height: 52px;
    margin: 0;
    border: 6px solid #f5f8ff;
}
.patient-intake-page .stepper .step strong {
    margin: 0 0 0.18rem;
}
.patient-intake-page .stepper .step div:last-child {
    max-width: none;
    margin: 0;
    font-size: 0.9rem;
}
.patient-intake-page .stepper .step:not(.active) .bubble {
    background: #f2f6ff;
    color: #7e8ba0;
    box-shadow: none;
}
.intake-prep-list {
    display: grid;
    gap: 0.7rem;
    align-content: center;
}
.intake-prep-list span {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    border: 1px solid rgba(55, 109, 255, 0.12);
    border-radius: 18px;
    padding: 0.85rem 1rem;
    background: rgba(255,255,255,0.7);
    color: #465269;
    font-weight: 600;
}
.intake-prep-list i {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef4ff;
    color: var(--brand-blue);
}
.intake-section-card {
    position: relative;
    border: 1px solid #e4ecf7;
    border-radius: 30px;
    padding: clamp(1.1rem, 2vw, 1.75rem);
    margin-top: 1.25rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.9));
    box-shadow: 0 18px 45px rgba(34, 47, 79, 0.06);
}
.intake-section-card:hover {
    box-shadow: 0 24px 58px rgba(34, 47, 79, 0.085);
}
.intake-section-card::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(55,109,255,0.06);
    border: 1px solid rgba(55,109,255,0.08);
    pointer-events: none;
}
.intake-section-card:nth-of-type(2)::after { background: rgba(255,154,69,0.08); }
.intake-section-card:nth-of-type(3)::after { background: rgba(81,198,245,0.08); }
.intake-section-card:nth-of-type(4)::after { background: rgba(55,109,255,0.06); }
.patient-intake-page .section-divider {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    text-align: left;
    margin: 0.35rem 0 1.15rem;
    padding: 1rem 0;
    color: #7f8da4;
    white-space: nowrap;
}
.patient-intake-page .section-divider::before,
.patient-intake-page .section-divider::after {
    position: static;
    flex: 1 1 auto;
    width: auto;
    background: linear-gradient(90deg, rgba(55,109,255,0.18), rgba(230,237,248,0.8));
}
.patient-intake-page .section-divider::before {
    flex: 0 0 42px;
}
.patient-intake-page .section-divider::after {
    background: linear-gradient(90deg, rgba(230,237,248,0.8), rgba(255,154,69,0.16));
}
.intake-section-accent {
    background:
        radial-gradient(circle at 0% 0%, rgba(255,154,69,0.08), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,0.99), rgba(251,253,255,0.94));
}
.intake-consent-card {
    background:
        radial-gradient(circle at 100% 0%, rgba(255,154,69,0.12), transparent 30%),
        linear-gradient(180deg, #ffffff, #fffaf2);
}
.intake-main-form .form-label {
    font-size: 0.88rem;
    font-weight: 600;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.intake-main-form .form-control,
.intake-main-form .form-select {
    min-height: 54px;
    border-radius: 17px;
    border-color: #dfe7f3;
    background-color: rgba(255,255,255,0.94);
    color: #283040;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.intake-main-form textarea.form-control {
    min-height: 112px;
}
.intake-main-form .form-control:focus,
.intake-main-form .form-select:focus {
    border-color: rgba(55, 109, 255, 0.62);
    box-shadow: 0 0 0 4px rgba(55, 109, 255, 0.1);
    transform: translateY(-1px);
}
.intake-main-form .form-check {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid #e8eef8;
    border-radius: 18px;
    padding: 0.88rem 0.9rem 0.88rem 2.55rem;
    min-height: 100%;
    box-shadow: 0 8px 20px rgba(45, 65, 105, 0.04);
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.intake-main-form .form-check:hover {
    border-color: rgba(55, 109, 255, 0.26);
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(45, 65, 105, 0.07);
}
.intake-main-form .form-check-input {
    margin-top: 0.28rem;
    border-color: #b8c7dd;
}
.intake-main-form .form-check-input:checked {
    background-color: var(--brand-blue);
    border-color: var(--brand-blue);
}
.intake-main-form .form-check-label {
    color: #404755;
    line-height: 1.5;
}
.patient-intake-page .row.g-3 {
    --bs-gutter-x: 1.05rem;
    --bs-gutter-y: 1.05rem;
}
.patient-intake-page .notice-box {
    border-radius: 22px;
    padding: 1.15rem 1.25rem;
    background:
        linear-gradient(135deg, #fff8eb 0%, #fffdf8 100%);
    color: #936126;
    font-weight: 500;
}
.patient-intake-page .form-control::placeholder,
.appointment-page .form-control::placeholder {
    color: #9aa7ba;
}
.intake-submit-bar {
    position: sticky;
    bottom: 1rem;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid rgba(223, 231, 243, 0.92);
    border-radius: 24px;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 18px 45px rgba(32, 48, 80, 0.14);
    backdrop-filter: blur(14px);
}
.appointment-page .booking-sidebar-card {
    position: sticky;
    top: 118px;
    overflow: hidden;
    align-self: start;
    padding: clamp(1.25rem, 2vw, 1.7rem);
    background:
        radial-gradient(circle at 15% 12%, rgba(81,198,245,0.14), transparent 28%),
        linear-gradient(145deg, #fff8ee 0%, #ffffff 56%, #f4f9ff 100%);
}
.appointment-page .booking-sidebar-card .breadcrumb-soft {
    margin-bottom: 1.15rem !important;
}
.appointment-page .booking-sidebar-card .section-title {
    font-size: clamp(2rem, 3vw, 2.72rem);
    line-height: 1.04;
    margin-bottom: 1rem;
}
.appointment-page .booking-sidebar-card p {
    color: #586478;
    line-height: 1.72;
}
.appointment-page .booking-sidebar-card::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -72px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(55,109,255,0.12), transparent 68%);
    pointer-events: none;
}
.booking-help-card {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-top: 1.1rem;
    padding: 1rem;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(55,109,255,0.08), rgba(255,255,255,0.76));
    border: 1px solid rgba(55,109,255,0.12);
}
.booking-help-card i {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    background: #fff;
    box-shadow: 0 12px 24px rgba(55,109,255,0.12);
    flex: 0 0 auto;
}
.booking-help-card strong,
.booking-help-card span {
    display: block;
}
.booking-help-card strong {
    color: #252b37;
    margin-bottom: 0.25rem;
}
.booking-help-card span {
    color: var(--brand-muted);
    line-height: 1.45;
}
.booking-mini-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.9rem;
}
.booking-mini-locations span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.65rem 0.85rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e4ecf8;
    color: #4a5568;
    font-weight: 700;
    box-shadow: 0 10px 22px rgba(38, 55, 88, 0.045);
}
.booking-mini-locations i {
    color: var(--brand-blue);
}
.appointment-page .booking-form-card {
    border-radius: 34px;
    padding: clamp(1.2rem, 2vw, 1.8rem);
    background:
        radial-gradient(circle at 100% 0%, rgba(81,198,245,0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 24px 58px rgba(35, 51, 84, 0.095);
    margin-bottom: clamp(2.4rem, 4vw, 4.25rem);
}

.appointment-confidence-section {
    padding-top: clamp(2.6rem, 4vw, 4.75rem);
}

.appointment-confidence-section .support-bento-grid {
    margin-top: 0;
}
.appointment-form-title {
    position: relative;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1.25rem 1.15rem;
    border: 1px solid #e6edf8;
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 10%, rgba(81,198,245,0.14), transparent 26%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 14px 34px rgba(45,65,105,0.055);
}
.appointment-form-title::after {
    content: "\F1F2";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 1.15rem;
    top: 1.15rem;
    width: 54px;
    height: 54px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-blue);
    background: #eef4ff;
    font-size: 1.35rem;
}
.appointment-form-title h2 {
    font-size: clamp(1.75rem, 2.5vw, 2.4rem);
    max-width: calc(100% - 76px);
    margin: 0.45rem 0 0.4rem;
    letter-spacing: -0.03em;
}
.appointment-form-title p {
    max-width: calc(100% - 76px);
    color: var(--brand-muted);
    margin: 0;
}
.appointment-page .booking-form-card .form-control,
.appointment-page .booking-form-card .form-select {
    min-height: 56px;
    border-radius: 18px;
    border-color: #dfe7f3;
    background-color: rgba(255,255,255,0.96);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.appointment-page .booking-form-card form .row {
    --bs-gutter-x: 1.05rem;
    --bs-gutter-y: 1.05rem;
}
.appointment-page .booking-form-card .form-label {
    color: #596579;
}
.appointment-page .booking-form-card textarea.form-control {
    min-height: 124px;
}

.weekend-appointment-note {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(43, 107, 255, 0.16);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(43, 107, 255, 0.1), rgba(0, 168, 224, 0.06)),
        #fff;
    box-shadow: 0 18px 38px rgba(43, 107, 255, 0.12);
}

.weekend-appointment-note i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 16px;
    color: #fff;
    background: var(--brand-blue);
    box-shadow: 0 12px 24px rgba(43, 107, 255, 0.25);
}

.weekend-appointment-note strong,
.weekend-appointment-note span {
    display: block;
}

.weekend-appointment-note strong {
    color: #262626;
    font-size: 1.02rem;
    margin-bottom: 0.16rem;
}

.weekend-appointment-note span {
    color: var(--brand-muted);
    line-height: 1.45;
}

/* Appointment form screenshot alignment pass. */
.appointment-page .booking-form-card .form-label {
    text-transform: uppercase;
    letter-spacing: 0.095em;
    font-size: 0.86rem;
    font-weight: 800;
    color: #657187;
    margin-bottom: 0.62rem;
}

.appointment-page .booking-form-card .form-control,
.appointment-page .booking-form-card .form-select {
    min-height: 58px;
    border-radius: 20px;
    font-size: 1rem;
    color: #262626;
}

.appointment-page .booking-form-card textarea.form-control {
    min-height: 118px;
    line-height: 1.55;
}

.appointment-page .booking-form-card form .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

.weekend-appointment-note {
    display: block;
    padding: 0.05rem 0 0.12rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    max-width: 100%;
}

.weekend-appointment-note i {
    width: auto;
    height: auto;
    justify-content: flex-start;
    border-radius: 0;
    color: #262626;
    background: transparent;
    box-shadow: none;
    font-size: 1.12rem;
    line-height: 1;
}

.weekend-appointment-note div {
    color: #262626;
    font-size: 1.02rem;
    line-height: 1.55;
    white-space: normal;
}

.weekend-appointment-note strong,
.weekend-appointment-note span {
    display: inline;
}

.weekend-appointment-note strong {
    margin: 0 0.25rem 0 0;
    color: var(--brand-blue);
    font-size: inherit;
    font-weight: 800;
}

.weekend-appointment-note div:has(strong:only-child) {
    display: inline-flex;
    align-items: center;
    color: var(--brand-blue);
    font-weight: 800;
    line-height: 1.25;
}

.weekend-appointment-note div:has(strong:only-child) strong {
    margin: 0;
}

.weekend-appointment-note span {
    color: #262626;
}

@media (max-width: 991px) {
    .weekend-appointment-note div {
        white-space: normal;
    }
}
.appointment-page .booking-form-card .form-control:focus,
.appointment-page .booking-form-card .form-select:focus {
    border-color: rgba(55,109,255,0.62);
    box-shadow: 0 0 0 4px rgba(55,109,255,0.1);
    transform: translateY(-1px);
}
.appointment-submit-btn {
    width: 100%;
    min-height: 58px;
    margin-top: 0.25rem;
    justify-content: center;
    box-shadow: 0 18px 38px rgba(55,109,255,0.24);
}
.booking-steps {
    display: grid;
    gap: 0.8rem;
}
.booking-steps div {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    background: rgba(255,255,255,0.72);
    padding: 0.92rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(55,109,255,0.08);
    box-shadow: 0 10px 26px rgba(38, 55, 88, 0.055);
}
.booking-steps strong {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-blue);
    color: #fff;
    flex: 0 0 auto;
    box-shadow: 0 10px 20px rgba(55,109,255,0.18);
}
.slot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
}
.slot-grid > p {
    grid-column: 1 / -1;
    padding: 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px dashed #d9e3f3;
}
.slot-option input { display: none; }
.slot-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    text-align: center;
    border: 1px solid #dfe7f4;
    border-radius: 16px;
    padding: 0.78rem 0.9rem;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 8px 18px rgba(45,65,105,0.045);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.slot-option input:checked + label,
.slot-option label:hover {
    border-color: var(--brand-blue);
    background: linear-gradient(180deg, #eef4ff, #ffffff);
    color: var(--brand-blue);
    transform: translateY(-2px);
    box-shadow: 0 14px 26px rgba(55,109,255,0.14);
}

.admin-shell {
    min-height: 100vh;
    background:
        linear-gradient(180deg, #f8fbff 0%, #f3f6fb 100%);
    color: #263041;
}
.admin-sidebar {
    width: 280px;
    background: linear-gradient(180deg, #172238 0%, #223251 100%);
    color: #fff;
    position: fixed;
    inset: 0 auto 0 0;
    padding: 1.35rem 1.2rem;
    box-shadow: 20px 0 45px rgba(24, 36, 62, 0.16);
}
.admin-sidebar a { color: rgba(255,255,255,0.86); }
.admin-sidebar .brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 92px;
    border-radius: 24px;
    background: rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.14);
}
.admin-sidebar .brand img {
    width: 112px;
    filter: brightness(0) invert(1);
    opacity: 0.96;
}
.admin-nav { display: grid; gap: 0.5rem; margin-top: 2rem; }
.admin-nav a {
    padding: 0.9rem 0.95rem;
    border-radius: 14px;
    display: flex;
    gap: 0.8rem;
    align-items: center;
    font-weight: 500;
    transition: background-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.admin-nav a i {
    width: 22px;
    text-align: center;
    color: #8fb0ff;
}
.admin-nav a.active,
.admin-nav a:hover {
    background: rgba(255,255,255,0.11);
    color: #fff;
    transform: translateX(2px);
}
.admin-content {
    margin-left: 280px;
    padding: 1.9rem;
}
.admin-topbar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.6rem;
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 24px;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 16px 34px rgba(41, 53, 83, 0.06);
}
.admin-topbar h1 {
    letter-spacing: 0;
    color: #202838;
}
.admin-content .white-card {
    background: #fff;
    border-color: #e8eef7;
    box-shadow: 0 16px 34px rgba(41, 53, 83, 0.06);
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}
.stat-card {
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 22px;
    padding: 1.15rem;
    box-shadow: 0 16px 34px rgba(41, 53, 83, 0.06);
    position: relative;
    overflow: hidden;
}
.stat-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan));
    opacity: 0.8;
}
.stat-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef4ff;
    color: var(--brand-blue);
    margin-bottom: 0.9rem;
    font-size: 1.05rem;
}
.stat-card h3 {
    font-size: 2.15rem;
    margin: 0.4rem 0 0;
    line-height: 1;
    color: #202838;
}
.admin-content .table {
    margin-bottom: 0;
}
.admin-content .table thead th {
    background: #f8fafd;
    border-bottom: 1px solid #e8eef7;
}
.admin-content .table tbody td {
    border-color: #eef2f8;
    vertical-align: middle;
}
.admin-content .table tbody tr {
    transition: background-color 0.18s ease;
}
.admin-content .table tbody tr:hover {
    background: #fbfdff;
}
.admin-content .badge {
    padding: 0.5rem 0.7rem;
    border-radius: 999px;
    font-weight: 600;
}
.admin-actionbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 22px;
    padding: 1.1rem 1.2rem;
    box-shadow: 0 16px 34px rgba(41, 53, 83, 0.05);
}
.admin-actionbar h2 {
    margin: 0 0 0.22rem;
    font-size: 1.35rem;
    line-height: 1.15;
    color: #202838;
}
.admin-actionbar p {
    margin: 0;
    color: #6d7583;
}
.admin-filter-card {
    border-radius: 22px;
}

.filter-bar {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at top left, rgba(81, 198, 245, 0.12), transparent 24%),
        linear-gradient(135deg, #fffaf4, #edf3ff);
    padding: 2rem;
}
.login-card {
    width: min(100%, 460px);
    background: #fff;
    border: 1px solid #e8eef7;
    border-radius: 30px;
    padding: 2.1rem;
    box-shadow: 0 24px 54px rgba(41, 53, 83, 0.12);
}
.login-card img {
    margin-inline: auto;
}
.login-logo {
    width: 118px;
}
.login-card h1,
.login-card p {
    text-align: center;
}

.locations-hero {
    min-height: 260px;
    display: grid;
    place-items: center;
}
.location-page-card {
    max-width: 540px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 12% 0%, rgba(81, 198, 245, 0.09), transparent 32%),
        rgba(255,255,255,0.92);
    border: 1px solid var(--card-border);
    border-radius: 34px;
    padding: 1.35rem 1.35rem 1.5rem;
    box-shadow: var(--shadow-soft);
}
.location-page-card::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -48px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(55,109,255,0.1), transparent 68%);
    pointer-events: none;
}
.location-page-media {
    background: linear-gradient(135deg, #fff3ea, #eaf5ff);
    border-radius: 34px;
    overflow: hidden;
    height: clamp(220px, 17vw, 270px);
    margin-bottom: 1.75rem;
    flex: 0 0 auto;
    position: relative;
}
.location-page-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.92;
}
.location-page-media-denton img {
    object-position: center 42%;
    opacity: 1;
}
.location-page-media-lewisville img {
    object-position: center 46%;
    opacity: 1;
}
.location-page-card h3 {
    font-size: clamp(1.7rem, 2.2vw, 2.2rem);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}
.location-page-card p {
    font-size: 1.02rem;
    line-height: 1.65;
    color: #4d5663;
}
.location-links {
    display: grid;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 1rem;
}
.location-links a {
    color: var(--brand-blue);
    font-size: 1.02rem;
    font-weight: 600;
}
.location-links a:hover {
    color: #174fe0;
}
.location-note {
    max-width: 1120px;
    margin: 3rem auto 0;
    font-size: 1.08rem;
    color: #404550;
    line-height: 1.65;
    background: rgba(255,255,255,0.72);
    border: 1px solid var(--card-border);
    border-radius: 28px;
    padding: 1.35rem 1.5rem;
    box-shadow: var(--shadow-soft);
}
.service-library-grid .info-card-featured,
.department-library-grid .info-card-featured {
    min-height: 330px;
}
.insurance-referral-card {
    min-height: 260px;
}

.fade-up {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.65s cubic-bezier(.22,1,.36,1), transform 0.65s cubic-bezier(.22,1,.36,1);
    will-change: opacity, transform;
}
.fade-up.reveal-pending { opacity: 0; transform: translateY(22px); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
@keyframes valueSheen {
    0%, 62% { transform: translateX(-110%); opacity: 0; }
    72% { opacity: 1; }
    100% { transform: translateX(110%); opacity: 0; }
}
.service-grid .fade-up:nth-child(2),
.doctor-grid .fade-up:nth-child(2),
.resource-row .fade-up:nth-child(2),
.pricing-assurances .assurance-item:nth-child(2) { transition-delay: 0.06s; }
.service-grid .fade-up:nth-child(3),
.doctor-grid .fade-up:nth-child(3),
.resource-row .fade-up:nth-child(3),
.pricing-assurances .assurance-item:nth-child(3) { transition-delay: 0.12s; }
.pricing-assurances .assurance-item:nth-child(4) { transition-delay: 0.18s; }
.hero-media img,
.image-block img,
.footer-map img {
    transition: transform 0.55s cubic-bezier(.22,1,.36,1), filter 0.55s ease;
}
.hero-media:hover .hero-photo-frame > img,
.image-block:hover img,
.footer-map:hover img {
    transform: scale(1.018);
    filter: saturate(1.03);
}
.card,
.white-card,
.about-panel,
.split-card,
.pricing-panel,
.journey-panel,
.faq-panel,
.page-surface,
.booking-form-card,
.info-card,
.service-column,
.department-card,
.doctor-card {
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.info-card:hover,
.service-column:hover,
.department-card:hover,
.doctor-card:hover,
.resource-card:hover,
.pricing-card:hover {
    transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
    .fade-up,
    .fade-up.reveal-pending,
    .fade-up.visible {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 1199px) {
    .page-insight-panel,
    .care-route-panel,
    .secure-flow-panel {
        grid-template-columns: 1fr;
    }
    .insight-stats,
    .secure-flow-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .navbar {
        gap: 0.75rem;
    }
    .navbar-collapse {
        gap: 1rem;
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 28px;
        background: rgba(255,255,255,0.96);
        border: 1px solid #e9eef7;
        box-shadow: 0 22px 48px rgba(41, 53, 83, 0.1);
    }
    .navbar-nav {
        flex-wrap: nowrap;
        align-items: stretch;
    }
    .site-nav-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        justify-content: stretch;
        margin: 0;
        background: #f8faff;
    }
    .nav-link {
        text-align: left;
        padding: 0.82rem 0.95rem !important;
    }
    .nav-link-label { max-width: none; }
    .header-actions {
        margin-top: 1rem;
        flex-wrap: wrap;
        width: 100%;
    }
    .header-actions .btn {
        flex: 1 1 220px;
        min-width: 0;
    }
    .footer-main-grid {
        grid-template-columns: minmax(0, 1fr) minmax(180px, 0.5fr);
        gap: 1.35rem 2rem;
    }
    .footer-studio-grid,
    .footer-visit-content {
        grid-template-columns: 1fr;
    }
    .footer-visit-card {
        grid-template-rows: 260px auto;
    }
    .hero-badges {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-copy .section-title {
        font-size: clamp(2.5rem, 4vw, 3.5rem);
    }
    .hero-photo-frame {
        min-height: 0;
    }
    .hero-mini-card-row,
    .detail-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-library-grid,
    .department-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-actions .btn {
        min-width: 0;
    }
    .service-grid, .info-grid, .doctor-grid, .resource-row, .testimonial-track, .stats-grid, .resource-library, .pricing-assurances { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-pillar-layout,
    .about-pillar-grid {
        grid-template-columns: 1fr;
    }
    .about-pillar-featured {
        grid-column: auto;
    }
    .about-pillar-photo {
        min-height: 360px;
    }
    .about-proof-panel {
        grid-template-columns: 1fr;
    }
    .about-profile-meta {
        grid-template-columns: 1fr;
    }
    .journey-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stories-shell { grid-template-columns: 40px minmax(0, 1fr) 40px; gap: 0.75rem; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-brand img {
        width: 118px;
    }
    .nav-link {
        font-size: 0.9rem;
        padding-inline: 0 !important;
    }
    .header-actions .btn {
        min-width: 142px;
        padding-inline: 0.82rem;
        font-size: 0.88rem;
    }
    .site-nav-list {
        gap: 0.9rem;
    }
    .hero-content-panel {
        width: min(52%, 640px);
        padding-left: 3.05rem;
    }
    .hero-content-panel .section-title {
        font-size: clamp(2.55rem, 3.35vw, 2.95rem);
        max-width: 600px;
    }
    .hero-content-panel p {
        max-width: 535px;
    }
    .value-strip {
        padding-inline: 2.2rem;
    }
    .value-strip .item {
        padding-inline: 0.8rem;
    }
    .value-strip strong {
        font-size: 0.96rem;
    }
    .value-strip span {
        font-size: 0.86rem;
    }
}

@media (max-width: 991px) {
    .topbar { text-align: center; }
    .topbar .container { justify-content: center !important; }
    .support-bento-grid,
    .pathway-grid {
        grid-template-columns: 1fr;
    }
    .support-bento-card,
    .pathway-card {
        min-height: auto;
    }
    .next-step-panel {
        grid-template-columns: 1fr;
    }
    .next-step-panel .hero-actions {
        justify-content: flex-start;
    }
    .hero-copy {
        padding: 0.75rem 0.25rem 0 0.25rem;
    }
    .hero-media { margin-top: 1rem; }
    .hero-photo-frame { min-height: 0; }
    .value-strip .row { gap: 1rem 0; }
    .service-grid, .doctor-grid, .resource-row, .resource-library, .pricing-assurances { grid-template-columns: 1fr; }
    .info-grid, .testimonial-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .services-offered-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-library-grid,
    .department-library-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-mini-card-row,
    .detail-stat-grid {
        grid-template-columns: 1fr;
    }
    .stepper { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .stepper .step::after { display: none; }
    .form-toolbar { grid-template-columns: 1fr; }
    .intake-topbar { flex-direction: column; align-items: flex-start; }
    .intake-header-grid,
    .intake-overview-card {
        grid-template-columns: 1fr;
    }
    .appointment-page .booking-sidebar-card {
        position: relative;
        top: auto;
    }
    .appointment-form-title h2,
    .appointment-form-title p {
        max-width: none;
    }
    .appointment-form-title::after {
        display: none;
    }
    .intake-download-link {
        justify-content: center;
        width: 100%;
    }
    .toolbar-note { text-align: left; }
    .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
    .footer-brand-card {
        max-width: 720px;
    }
    .footer-cta-band {
        grid-template-columns: 1fr;
    }
    .footer-cta-actions {
        justify-content: flex-start;
    }
    .social-links {
        align-self: flex-start;
        justify-content: flex-start;
    }
    .footer-brand-mark {
        width: 88px;
        height: 88px;
    }
    .location-mini-cards { grid-template-columns: 1fr; }
    .footer-map-feature iframe {
        height: 100%;
    }
    .admin-sidebar {
        position: static;
        width: 100%;
        border-radius: 0 0 24px 24px;
        box-shadow: 0 18px 38px rgba(24, 36, 62, 0.14);
    }
    .admin-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 1.25rem;
    }
    .admin-content {
        margin-left: 0;
        padding: 1.2rem;
    }
    .admin-topbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .admin-actionbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .about-cta-panel {
        grid-template-columns: 1fr;
    }
    .about-cta-panel .hero-actions {
        justify-content: flex-start;
    }
  }

@media (max-width: 767px) {
    .page-insight-panel,
    .care-route-panel,
    .next-step-panel,
    .secure-flow-panel {
        border-radius: 26px;
        padding: 1.15rem;
    }
    .insight-stats,
    .secure-flow-steps {
        grid-template-columns: 1fr;
    }
    .care-route-steps article {
        grid-template-columns: 46px minmax(0, 1fr);
    }
    .care-route-steps i {
        width: 42px;
        height: 42px;
        border-radius: 15px;
    }
    .support-bento-card,
    .pathway-card {
        border-radius: 24px;
        padding: 1.2rem;
    }
    .hero-card, .page-hero, .about-panel, .split-card, .pricing-panel, .journey-panel, .faq-panel, .form-shell { border-radius: 26px; }
    .home-hero-section {
        padding-top: 1.1rem;
    }
    .home-hero-section .hero-card {
        border-radius: 28px;
        padding: 0.9rem;
        gap: 0.85rem;
    }
    .hero-content-panel {
        padding: 1.1rem 0.65rem 0.15rem;
    }
    .hero-content-panel .section-title {
        max-width: 100%;
        font-size: clamp(2.08rem, 9.4vw, 2.86rem);
        line-height: 1.04;
        margin-bottom: 1rem;
    }
    .hero-content-panel p {
        max-width: 100%;
        font-size: 1rem;
        line-height: 1.56;
    }
    .hero-content-panel .hero-actions {
        margin: 1.25rem 0 1.15rem;
        gap: 0.65rem;
    }
    .hero-content-panel .hero-actions .btn {
        width: 100%;
        min-height: 52px;
        justify-content: center;
        font-size: 1rem;
    }
    .hero-content-panel .hero-badges {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }
    .hero-content-panel .hero-badges div {
        min-width: 0;
        grid-template-columns: 32px minmax(0, 1fr);
        padding: 0.78rem 0.85rem;
        border-radius: 18px;
        background: rgba(255,255,255,0.72);
        border: 1px solid rgba(255,255,255,0.82);
    }
    .hero-artwork {
        border-radius: 24px;
        aspect-ratio: 1486 / 725;
        object-fit: contain;
        object-position: center top;
        background: #f8f1e5;
    }
    .value-strip {
        grid-template-columns: 1fr;
        border-radius: 24px;
        padding: 0.7rem;
        background: rgba(98, 88, 83, 0.9);
        backdrop-filter: blur(12px);
    }
    .value-strip .item {
        gap: 0.75rem;
        padding: 0.75rem 0.65rem;
        border-bottom: 1px solid rgba(255,255,255,0.16);
    }
    .value-strip .item:last-child {
        border-bottom: 0;
    }
    .value-strip .icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }
    .value-strip strong {
        font-size: 0.98rem;
    }
    .value-strip span {
        font-size: 0.88rem;
    }
    .hero-copy { padding: 0.4rem; }
    .page-hero {
        padding: 2.8rem 1.25rem;
    }
    .hero-actions .btn {
        width: 100%;
    }
    .header-actions {
        width: 100%;
    }
    .site-nav-list {
        grid-template-columns: 1fr;
    }
    .nav-link {
        text-align: center;
    }
    .header-actions .btn {
        width: 100%;
        min-height: 54px;
    }
    .hero-badges {
        grid-template-columns: 1fr;
    }
    .hero-badges div { min-width: 100%; }
    .hero-media { border-radius: 26px; }
    .hero-media::after {
        width: 42%;
        bottom: 0;
    }
    .hero-photo-frame { min-height: 0; border-radius: 26px; }
    .journey-steps::before { display: none; }
    .about-panel,
    .split-card,
    .pricing-panel,
    .journey-panel,
    .faq-panel {
        padding: 1.2rem;
    }
    .home-about-section {
        padding-top: 2.15rem;
    }
    .home-about-section .about-panel {
        padding: 0;
    }
    .home-about-section .about-panel .eyebrow {
        font-size: 1.18rem;
        margin-bottom: 0.7rem;
        letter-spacing: -0.018em;
    }
    .home-about-section .about-panel h2 {
        font-size: clamp(1.75rem, 7.2vw, 2.18rem);
        line-height: 1.16;
        letter-spacing: -0.034em;
        margin-bottom: 1.1rem !important;
    }
    .home-about-section .about-panel p {
        font-size: 0.98rem;
        line-height: 1.54;
        letter-spacing: -0.008em;
    }
    .home-about-section .doctor-quote {
        min-height: auto;
        padding: 1.45rem 1.15rem;
        border-radius: 24px;
    }
    .home-about-section .doctor-quote img {
        width: 122px;
        height: 122px;
        margin-bottom: 0.95rem;
    }
    .home-about-section .doctor-quote p {
        font-size: 1.08rem !important;
        line-height: 1.32 !important;
        letter-spacing: -0.018em !important;
    }
    .home-about-section .doctor-quote strong {
        font-size: 1.02rem;
    }
    .home-about-section .pill-row {
        gap: 0.55rem;
    }
    .home-about-section .pill-row span {
        flex: 1 1 calc(50% - 0.55rem);
        text-align: center;
        padding: 0.68rem 0.78rem;
        font-size: 0.92rem;
    }
    .home-wellness-section {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }
    .wellness-panel .row {
        --bs-gutter-y: 1.25rem;
    }
    .wellness-panel .image-block {
        border-radius: 24px;
        aspect-ratio: 1.28;
    }
    .wellness-heading {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 0.9rem;
        margin-bottom: 1rem;
    }
    .wellness-heading img {
        width: 54px;
    }
    .wellness-heading h2 {
        font-size: clamp(1.7rem, 7vw, 2.12rem);
        line-height: 1.16;
    }
    .wellness-copy p {
        font-size: 0.98rem;
        line-height: 1.54;
        margin-bottom: 1rem;
    }
    .wellness-copy ul {
        font-size: 0.98rem;
        line-height: 1.5;
        padding-left: 1.1rem;
    }
    .wellness-copy li + li {
        margin-top: 0.42rem;
    }
    .home-expertise-section {
        padding-top: 2.55rem;
        padding-bottom: 2.65rem;
    }
    .home-expertise-section .section-heading {
        margin-bottom: 1.45rem;
    }
    .home-expertise-section .section-heading .eyebrow {
        font-size: 1.22rem;
        margin-bottom: 0.85rem;
    }
    .home-expertise-section .section-heading h2 {
        font-size: clamp(1.75rem, 7vw, 2.2rem);
        line-height: 1.15;
    }
    .home-expertise-section .section-heading p {
        font-size: 0.98rem;
        line-height: 1.48;
    }
    .home-expertise-section .expertise-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .home-expertise-section .expertise-grid .service-column {
        border-radius: 24px;
        padding: 1.18rem 1.15rem 1.08rem;
        box-shadow: 0 14px 34px rgba(80, 63, 40, 0.04);
    }
    .home-expertise-section .expertise-grid .service-column:hover {
        transform: none;
    }
    .home-expertise-section .expertise-grid .service-column-icon,
    .home-expertise-section .expertise-grid .service-column-icon img {
        width: 56px;
        height: 56px;
    }
    .home-expertise-section .expertise-grid .service-column h4 {
        min-height: 56px;
        margin: -56px 0 1.05rem 70px;
        font-size: 1.28rem;
        line-height: 1.12;
    }
    .home-expertise-section .expertise-grid .service-column li {
        min-height: 50px;
        font-size: 1rem;
        line-height: 1.16;
    }
    .home-expertise-section .expertise-grid .service-column li span:first-child {
        max-width: calc(100% - 34px);
    }
    .home-expertise-section .expertise-grid .service-column li i {
        font-size: 1.38rem;
    }
    .home-expertise-section .expertise-grid .service-note {
        margin-top: 0.9rem;
        min-height: auto;
        font-size: 0.96rem;
        line-height: 1.2;
    }
    .home-expertise-section .expertise-grid .service-note i {
        width: 38px;
        min-width: 38px;
        font-size: 2rem;
    }
    .page-surface,
    .booking-form-card {
        padding: 1.2rem !important;
    }
    .testimonial-card { min-height: 0; }
    .stories-shell {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }
    .stories-nav {
        display: none;
    }
    .info-grid,
    .services-offered-grid,
    .testimonial-track {
        grid-template-columns: 1fr;
    }
    .service-library-grid,
    .department-library-grid {
        grid-template-columns: 1fr;
    }
    .journey-steps, .stats-grid, .filter-bar { grid-template-columns: 1fr; }
    .about-pillar-grid,
    .about-proof-grid {
        grid-template-columns: 1fr;
    }
    .stepper { grid-template-columns: 1fr; }
    .stepper .step { min-height: auto; padding: 1.15rem 1rem; }
    .patient-intake-page .stepper {
        padding: 0.75rem;
    }
    .patient-intake-page .stepper .step {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: auto;
        padding: 0.9rem;
    }
    .patient-intake-page .stepper .bubble {
        width: 44px;
        height: 44px;
        border-width: 5px;
    }
    .intake-header-main {
        align-items: flex-start;
        flex-direction: column;
    }
    .intake-header-logo {
        width: 82px;
        border-radius: 20px;
    }
    .intake-overview-card,
    .intake-section-card {
        border-radius: 24px;
    }
    .intake-prep-list span {
        align-items: flex-start;
    }
    .intake-submit-bar {
        position: static;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
    .intake-submit-bar .btn {
        width: 100%;
    }
    .appointment-page .booking-form-card .form-control,
    .appointment-page .booking-form-card .form-select,
    .intake-main-form .form-control,
    .intake-main-form .form-select {
        min-height: 52px;
        border-radius: 16px;
    }
    .patient-intake-page .section-divider {
        white-space: normal;
        align-items: flex-start;
        line-height: 1.35;
    }
    .patient-intake-page .section-divider::before {
        flex-basis: 24px;
        margin-top: 0.55rem;
    }
    .patient-intake-page .section-divider::after {
        margin-top: 0.55rem;
    }
    .hero-mini-card-row,
    .detail-stat-grid {
        grid-template-columns: 1fr;
    }
    .section-divider::before, .section-divider::after { width: 28%; }
    .hours-list li { flex-direction: column; gap: 0.2rem; }
    .hours-list li span:last-child { text-align: left; }
    .location-contacts { flex-direction: column; align-items: flex-start; }
    .location-contacts span,
    .location-contacts a {
        width: 100%;
        justify-content: flex-start;
    }
    .contact-method {
        padding: 0.9rem;
    }
    .admin-nav {
        grid-template-columns: 1fr;
    }
    .admin-content {
        padding: 1rem;
    }
    .admin-topbar,
    .admin-actionbar,
    .admin-content .white-card,
    .stat-card,
    .login-card {
        border-radius: 20px;
    }
    .filter-bar {
        grid-template-columns: 1fr;
    }
    .footer-brand-card {
        gap: 0.8rem;
    }
    .footer-brand-head {
        align-items: flex-start;
    }
    .footer-cta-band {
        padding: 1.2rem;
        border-radius: 26px;
    }
    .footer-cta-actions .btn {
        width: 100%;
    }
    .footer-contact-section {
        padding-top: 2.2rem;
    }
    .footer-main-grid {
        gap: 0.8rem;
    }
    .footer-studio-panel,
    .footer-visit-card,
    .footer-message-card {
        border-radius: 24px;
    }
    .footer-visit-card {
        grid-template-rows: 230px auto;
    }
    .footer-message-head {
        grid-template-columns: 1fr;
    }
    .footer-message-icon {
        display: none;
    }
    .footer-map-badge {
        position: static;
        width: auto;
        margin: 0.75rem;
    }
    .footer-brand-mark {
        width: 78px;
        height: 78px;
        border-radius: 20px;
    }
    .footer-brand-card img {
        width: 60px;
    }
    .footer-brand-card h5 {
        font-size: 1.55rem;
    }
    .about-timeline div {
        grid-template-columns: 1fr;
    }
    .about-timeline span {
        grid-column: auto;
        grid-row: auto;
    }
    .about-timeline::before {
        display: none;
    }
    .about-timeline em {
        grid-column: auto;
        grid-row: auto;
        justify-self: flex-start;
    }
    .about-timeline strong,
    .about-timeline p {
        grid-column: auto;
        grid-row: auto;
    }
    .about-cta-panel .hero-actions .btn {
        width: 100%;
    }
    .site-floating-appointment {
        left: 1rem;
        bottom: 1rem;
    }
    .site-floating-top {
        right: 1rem;
        bottom: 1rem;
    }
    .floating-appointment {
        min-height: 56px;
        border-radius: 20px;
        padding: 0.58rem 0.86rem 0.58rem 0.68rem;
    }
    .floating-appointment i {
        width: 38px;
        height: 38px;
        border-radius: 15px;
    }
    .floating-appointment small {
        display: none;
    }
  }

@media (max-width: 430px) {
    .container {
        padding-inline: 1rem;
    }
    .topbar {
        font-size: 0.84rem;
    }
    .topbar-message,
    .topbar-links {
        justify-content: center;
        width: 100%;
    }
    .topbar-links {
        gap: 0.75rem;
    }
    .navbar-brand img {
        width: 94px;
    }
    .header-nav-shell {
        min-height: 74px;
    }
    .navbar {
        padding: 0.5rem 0;
    }
    .section-space {
        padding-top: 2.25rem;
    }
    .section-title,
    .section-heading h2,
    .page-hero h1 {
        line-height: 1.08;
    }
    .home-hero-section .container {
        padding-inline: 0.9rem;
    }
    .home-hero-section .hero-card {
        padding: 0.72rem;
        border-radius: 24px;
    }
    .hero-content-panel {
        padding: 0.95rem 0.55rem 0.1rem;
    }
    .hero-content-panel .section-title {
        font-size: clamp(1.95rem, 9.6vw, 2.36rem);
        line-height: 1.08;
        letter-spacing: -0.05em;
    }
    .hero-content-panel .section-title br {
        display: none;
    }
    .hero-content-panel p {
        font-size: 0.95rem;
    }
    .hero-content-panel .hero-badges div {
        padding: 0.7rem 0.75rem;
    }
    .hero-artwork {
        aspect-ratio: 1486 / 725;
        border-radius: 21px;
    }
    .value-strip {
        border-radius: 21px;
    }
    .value-strip .item {
        padding: 0.68rem 0.55rem;
    }
    .home-about-section .about-panel h2 {
        font-size: clamp(1.62rem, 8vw, 1.95rem);
    }
    .home-about-section .about-panel p {
        font-size: 0.94rem;
        line-height: 1.55;
    }
    .home-about-section .doctor-quote {
        padding: 1.35rem 1rem;
    }
    .home-about-section .doctor-quote img {
        width: 108px;
        height: 108px;
    }
    .home-about-section .doctor-quote p {
        font-size: 1.02rem !important;
    }
    .home-about-section .pill-row span {
        flex-basis: 100%;
        font-size: 0.95rem;
    }
    .home-wellness-section {
        padding-top: 2.1rem;
        padding-bottom: 2.1rem;
    }
    .wellness-panel .image-block {
        border-radius: 21px;
        aspect-ratio: 1.08;
    }
    .wellness-heading {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 0.75rem;
    }
    .wellness-heading img {
        width: 48px;
    }
    .wellness-heading h2 {
        font-size: clamp(1.5rem, 7.4vw, 1.85rem);
        letter-spacing: -0.035em;
    }
    .wellness-copy p,
    .wellness-copy ul {
        font-size: 0.94rem;
    }
    .home-expertise-section .expertise-grid .service-column {
        padding: 1.05rem;
        border-radius: 21px;
    }
    .home-expertise-section .expertise-grid .service-column-icon,
    .home-expertise-section .expertise-grid .service-column-icon img {
        width: 48px;
        height: 48px;
    }
    .home-expertise-section .expertise-grid .service-column h4 {
        min-height: 48px;
        margin: -48px 0 0.85rem 60px;
        font-size: 1.13rem;
    }
    .home-expertise-section .expertise-grid .service-column li {
        min-height: 46px;
        font-size: 0.93rem;
    }
    .condition-star {
        width: 19px;
        height: 19px;
        font-size: 0.58rem;
    }
    .home-expertise-section .expertise-grid .service-note {
        gap: 0.75rem;
        font-size: 0.92rem;
    }
    .footer-contact-panel,
    .footer-map-card,
    .footer-form-card {
        border-radius: 24px;
        padding: 1rem;
    }
    .footer-map iframe {
        height: 180px;
    }
    .footer-map-feature iframe {
        height: 100%;
    }
    .footer-visit-card {
        grid-template-rows: 190px auto;
    }
    .footer-hours-card,
    .footer-office-stack {
        padding: 0.8rem;
        border-radius: 18px;
    }
    .footer-brand-card,
    .footer-column,
    .footer-connect-card {
        padding: 0;
    }
    .social-links a {
        width: 42px;
        height: 42px;
    }
    .floating-appointment span {
        max-width: 112px;
        line-height: 1.1;
    }
    .floating-appointment strong {
        font-size: 0.9rem;
    }
    .back-to-top {
        width: 46px;
        height: 46px;
    }
}

/* Patient forms inline form loader: PDF is download-only, selected form renders in-page. */
.patient-online-form-stage {
    margin-top: 1.25rem;
}

.patient-online-form {
    display: none;
}

.patient-online-form.is-active {
    display: block;
}

.patient-online-form iframe {
    width: 100%;
    min-height: 980px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    display: block;
    overflow: hidden;
}

.patient-intake-embedded {
    padding: 0 !important;
    background: transparent !important;
}

body.embedded-intake-document {
    min-height: 0 !important;
}

.patient-intake-embedded .container {
    max-width: none !important;
    padding: 0 !important;
}

.patient-intake-embedded .intake-form-shell {
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 26px !important;
    padding: clamp(1rem, 2vw, 1.45rem) !important;
}

.patient-intake-embedded .intake-form-header {
    display: none !important;
}

.patient-intake-embedded .page-subhero-strip {
    margin-top: 0 !important;
}

.support-document-form {
    border: 1px solid rgba(207, 218, 236, 0.9);
    border-radius: 28px;
    padding: clamp(1.25rem, 2.4vw, 2rem);
    background:
        radial-gradient(circle at 88% 0%, rgba(43, 107, 255, 0.08), transparent 34%),
        linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 18px 48px rgba(30, 54, 96, 0.08);
}

.support-form-head {
    max-width: 780px;
    margin-bottom: 1.35rem;
}

.support-form-head h3 {
    margin: 0.35rem 0 0.4rem;
    color: #262626;
    font-size: clamp(1.6rem, 2.5vw, 2.3rem);
    letter-spacing: -0.04em;
}

.support-form-head p {
    margin: 0;
    color: #5d687a;
    font-size: 1rem;
    line-height: 1.6;
}

.support-document-form .form-label {
    color: #5a6578;
    font-size: 0.83rem;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.support-document-form .form-control,
.support-document-form .form-select {
    min-height: 54px;
    border-radius: 16px;
}

.support-document-form textarea.form-control {
    min-height: 132px;
}

@media (max-width: 767px) {
    .patient-forms-hero-actions,
    .selected-form-actions {
        width: 100%;
    }

    .patient-forms-hero-actions .btn,
    .selected-form-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .patient-online-form iframe {
        min-height: 1050px;
        border-radius: 22px;
    }
}

@media (max-width: 991px) {
    .home-services-section .services-offered-panel {
        padding: 1.65rem;
    }
    .home-services-section .services-offered-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-right: 0;
        margin-bottom: 1.2rem;
    }
    .home-services-section .service-offered-card {
        min-height: 220px;
    }
    .home-services-section .service-offered-card:nth-child(-n+3),
    .home-services-section .service-offered-card:not(:nth-child(3n)) {
        border: 0;
    }
    .home-services-section .service-offered-card:nth-child(odd) {
        border-right: 1px solid #dfdfdf;
    }
    .home-services-section .service-offered-card:nth-child(-n+4) {
        border-bottom: 1px solid #dfdfdf;
    }
    .home-services-section .services-offered-image {
        min-height: 420px;
    }
    .home-pricing-section .pricing-panel {
        padding: 1.65rem;
    }
    .home-pricing-section .pricing-lead {
        margin-bottom: 1rem;
    }
    .home-pricing-section .pricing-card {
        min-height: 315px;
    }
    .home-pricing-section .pricing-card .icon {
        width: 86px;
        height: 86px;
        margin-bottom: 1.45rem;
        font-size: 2.45rem;
    }
    .home-pricing-section .pricing-card .icon img {
        width: 54px;
        height: 54px;
    }
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 2.2rem;
    }
    .home-pricing-section .pricing-assurances {
        max-width: none;
        grid-template-columns: 1fr;
    }
    .home-pricing-section .assurance-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(33, 52, 84, 0.1);
    }
}

@media (max-width: 767px) {
    .home-services-section {
        padding-top: 2.45rem;
        padding-bottom: 2.55rem;
    }
    .home-services-section .services-offered-panel {
        padding: 1.2rem;
        border-radius: 26px;
    }
    .home-services-section .services-offered-panel h2 {
        margin-bottom: 1rem;
        font-size: clamp(1.65rem, 7vw, 2.1rem);
    }
    .home-services-section .services-offered-grid {
        grid-template-columns: 1fr;
        gap: 0;
        margin-bottom: 1rem;
    }
    .home-services-section .service-offered-card,
    .home-services-section .service-offered-card:nth-child(odd),
    .home-services-section .service-offered-card:nth-child(-n+4) {
        min-height: auto;
        padding: 1rem 0.15rem;
        border-right: 0;
        border-bottom: 1px solid #e5e2dd;
    }
    .home-services-section .service-offered-card:last-child {
        border-bottom: 0;
    }
    .home-services-section .service-offered-card img {
        width: 54px;
        height: 54px;
        margin-bottom: 0.75rem;
    }
    .home-services-section .service-offered-card h4 {
        font-size: 1.2rem;
    }
    .home-services-section .service-offered-card p {
        font-size: 0.98rem;
        line-height: 1.42;
    }
    .home-services-section .services-offered-image {
        min-height: 300px;
        border-radius: 24px;
    }
    .home-pricing-section {
        padding-top: 2.45rem;
        padding-bottom: 2.45rem;
    }
    .home-pricing-section .pricing-panel {
        padding: 1.2rem;
        border-radius: 26px;
    }
    .home-pricing-section .pricing-lead {
        padding: 1.25rem;
        border-radius: 22px;
    }
    .home-pricing-section .pricing-lead .eyebrow {
        font-size: 0.82rem;
        margin-bottom: 1rem;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: clamp(2rem, 9vw, 2.65rem);
        margin-bottom: 1rem;
    }
    .home-pricing-section .pricing-lead > p {
        font-size: 1rem;
    }
    .pricing-lead-list span {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 62px;
        padding: 0.7rem 0.78rem;
        font-size: 0.95rem;
    }
    .pricing-lead-list i {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }
    .home-pricing-section .pricing-card {
        min-height: 260px;
        padding: 1.45rem 1rem;
        border-radius: 22px;
    }
    .home-pricing-section .pricing-card:hover {
        transform: none;
    }
    .home-pricing-section .pricing-card .icon {
        width: 78px;
        height: 78px;
        margin-bottom: 1.05rem;
        font-size: 2.12rem;
    }
    .home-pricing-section .pricing-card .icon img {
        width: 48px;
        height: 48px;
    }
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 1.8rem;
        font-size: 1.35rem;
    }
    .home-pricing-section .pricing-card .price {
        font-size: 2.65rem;
    }
    .home-pricing-section .pricing-card p {
        font-size: 1rem;
    }
    .home-pricing-section .pricing-assurances {
        padding: 0.8rem;
        border-radius: 20px;
    }
    .home-pricing-section .assurance-item {
        padding: 0.78rem 0.5rem;
    }
}

@media (max-width: 430px) {
    .home-services-section .services-offered-panel {
        padding: 1rem;
        border-radius: 23px;
    }
    .home-services-section .service-offered-card {
        padding: 0.92rem 0;
    }
    .home-services-section .service-offered-card h4 {
        font-size: 1.12rem;
    }
    .home-services-section .service-offered-card p {
        font-size: 0.94rem;
    }
    .home-services-section .services-offered-image {
        min-height: 235px;
        border-radius: 20px;
    }
    .home-pricing-section .pricing-panel {
        padding: 1rem;
        border-radius: 23px;
    }
    .home-pricing-section .pricing-card {
        min-height: 238px;
    }
    .home-pricing-section .pricing-card::after {
        inset-inline: 38%;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: 2.05rem;
    }
    .pricing-lead-list span {
        font-size: 0.9rem;
    }
}

@media (max-width: 1199px) {
    .home-services-section .services-offered-panel > .row,
    .home-pricing-section .pricing-panel > .row {
        --bs-gutter-y: 1.2rem;
    }
    .home-services-section .services-offered-panel > .row > [class*="col-lg-"],
    .home-pricing-section .pricing-panel > .row > [class*="col-lg-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .home-services-section .services-offered-panel {
        padding: clamp(1.65rem, 2.4vw, 2.25rem);
    }
    .home-services-section .services-offered-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-right: 0;
        margin-bottom: 1.25rem;
    }
    .home-services-section .service-offered-card {
        min-height: 235px;
    }
    .home-services-section .services-offered-image {
        min-height: 390px;
        max-height: 430px;
    }
    .home-services-section .services-offered-image img {
        object-position: center 42%;
    }
    .home-pricing-section .pricing-lead {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    .home-pricing-section .pricing-card {
        min-height: 300px;
    }
    .home-pricing-section .pricing-assurances {
        max-width: none;
    }
}

@media (max-width: 860px) {
    .home-services-section .services-offered-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-services-section .service-offered-card:nth-child(-n+3),
    .home-services-section .service-offered-card:not(:nth-child(3n)) {
        border: 0;
    }
    .home-services-section .service-offered-card:nth-child(odd) {
        border-right: 1px solid #dfdfdf;
    }
    .home-services-section .service-offered-card:nth-child(-n+4) {
        border-bottom: 1px solid #dfdfdf;
    }
    .home-pricing-section .pricing-lead {
        display: flex;
    }
}

@media (max-width: 767px) {
    .home-services-section .services-offered-grid {
        grid-template-columns: 1fr;
    }
    .home-services-section .service-offered-card,
    .home-services-section .service-offered-card:nth-child(odd),
    .home-services-section .service-offered-card:nth-child(-n+3),
    .home-services-section .service-offered-card:nth-child(-n+4),
    .home-services-section .service-offered-card:not(:nth-child(3n)) {
        min-height: auto;
        padding: 1rem 0.15rem;
        border-right: 0;
        border-bottom: 1px solid #e5e2dd;
    }
    .home-services-section .service-offered-card:last-child {
        border-bottom: 0;
    }
    .home-services-section .services-offered-image {
        min-height: 300px;
        max-height: none;
    }
    .home-pricing-section .pricing-panel > .row .row {
        --bs-gutter-y: 0.9rem;
    }
    .home-pricing-section .pricing-card {
        min-height: 250px;
    }
    .home-pricing-section .pricing-assurances {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .assurance-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid rgba(33, 52, 84, 0.1);
    }
}

@media (max-width: 430px) {
    .home-services-section .services-offered-image {
        min-height: 235px;
    }
    .home-pricing-section .pricing-card {
        min-height: 238px;
    }
}

/* Final pricing composition: mirrors the prototype layout and neutralizes earlier Bootstrap breakpoint compression. */
.home-pricing-section .pricing-panel {
    max-width: 1290px;
    padding: clamp(2.1rem, 3vw, 2.8rem) clamp(2.1rem, 3.2vw, 3rem);
}
.home-pricing-section .pricing-panel > .row {
    display: grid;
    grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
    gap: clamp(1.8rem, 3vw, 3rem);
    align-items: stretch;
}
.home-pricing-section .pricing-panel > .row > [class*="col-lg-"] {
    width: auto;
    max-width: none;
    flex: initial;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1rem, 1.65vw, 1.55rem);
    height: auto;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row > [class*="col-md-"] {
    width: auto;
    max-width: none;
    flex: initial;
}
.home-pricing-section .pricing-lead {
    display: flex;
    flex-direction: column;
    padding: clamp(1.55rem, 2.3vw, 2.15rem);
}
.home-pricing-section .pricing-lead .eyebrow {
    width: fit-content;
}
.home-pricing-section .pricing-lead h2 {
    max-width: 340px;
    margin-bottom: 1.05rem;
    font-size: clamp(2rem, 3.2vw, 3.2rem);
}
.home-pricing-section .pricing-lead > p {
    max-width: 330px;
    margin-bottom: 1.25rem;
}
.home-pricing-section .pricing-lead-list {
    margin-top: auto;
}
.home-pricing-section .pricing-lead-list span {
    min-height: 78px;
}
.home-pricing-section .pricing-card {
    min-height: clamp(310px, 28vw, 390px);
    padding: clamp(1.45rem, 2.35vw, 2.35rem) clamp(1rem, 1.8vw, 1.55rem);
}
.home-pricing-section .pricing-card .icon {
    width: clamp(78px, 7.8vw, 104px);
    height: clamp(78px, 7.8vw, 104px);
    margin-bottom: clamp(1.45rem, 2.4vw, 2.1rem);
}
.home-pricing-section .pricing-card h4 {
    min-height: 46px;
    margin-bottom: clamp(2rem, 3.2vw, 3rem);
}
.home-pricing-section .pricing-assurances {
    margin-top: clamp(1.35rem, 2.2vw, 1.85rem);
}

@media (max-width: 1040px) {
    .home-pricing-section .pricing-panel {
        padding: 1.65rem;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 1rem;
    }
    .home-pricing-section .pricing-lead {
        padding: 1.35rem;
    }
    .home-pricing-section .pricing-lead .eyebrow {
        font-size: 0.78rem;
        padding: 0.46rem 0.74rem;
        letter-spacing: 0.055em;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: 2.25rem;
    }
    .home-pricing-section .pricing-lead > p {
        font-size: 0.96rem;
    }
    .home-pricing-section .pricing-lead-list span {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 68px;
        padding: 0.68rem 0.72rem;
        font-size: 0.84rem;
    }
    .home-pricing-section .pricing-lead-list i {
        width: 38px;
        height: 38px;
    }
    .home-pricing-section .pricing-card {
        min-height: 262px;
        border-radius: 20px;
    }
    .home-pricing-section .pricing-card .icon {
        width: 72px;
        height: 72px;
        margin-bottom: 1.1rem;
        font-size: 2rem;
    }
    .home-pricing-section .pricing-card .icon img {
        width: 46px;
        height: 46px;
    }
    .home-pricing-section .pricing-card h4 {
        min-height: 42px;
        margin-bottom: 1.65rem;
        font-size: 1.18rem;
    }
    .home-pricing-section .pricing-card .price {
        font-size: 2.55rem;
    }
    .home-pricing-section .pricing-card p {
        font-size: 0.9rem;
    }
    .home-pricing-section .pricing-assurances {
        padding: 0.75rem;
    }
    .home-pricing-section .assurance-item {
        gap: 0.55rem;
        padding: 0.5rem 0.65rem;
        font-size: 0.78rem;
    }
    .home-pricing-section .assurance-item i {
        width: 34px;
        min-width: 34px;
        height: 34px;
        font-size: 1rem;
    }
    .home-pricing-section .assurance-item strong {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-panel {
        padding: 1.05rem;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .pricing-lead {
        padding: 1.2rem;
    }
    .home-pricing-section .pricing-lead h2,
    .home-pricing-section .pricing-lead > p {
        max-width: none;
    }
    .home-pricing-section .pricing-lead-list span {
        font-size: 0.95rem;
    }
    .home-pricing-section .pricing-card {
        min-height: 232px;
    }
    .home-pricing-section .pricing-card h4 {
        min-height: auto;
    }
    .home-pricing-section .pricing-assurances {
        max-width: none;
        margin-left: 0;
        grid-template-columns: 1fr;
    }
}

/* Final pricing density polish: keep support text horizontal and remove excess panel dead space. */
.home-pricing-section .pricing-panel {
    padding-bottom: clamp(1.65rem, 2.3vw, 2.25rem);
}
.home-pricing-section .pricing-panel > .row {
    align-items: start;
}
.home-pricing-section .pricing-lead {
    height: auto !important;
}
.home-pricing-section .pricing-lead-list {
    margin-top: 0.4rem;
}
.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    min-height: 66px;
    padding: 0.72rem 0.9rem;
}
.pricing-lead-copy {
    display: block;
    min-width: 0;
    max-width: 100%;
    color: inherit;
}
.pricing-lead-copy strong {
    display: block;
    margin-bottom: 0.16rem;
    color: inherit;
    font-size: 0.98rem;
    line-height: 1.12;
    font-weight: 800;
}
.pricing-lead-copy small {
    display: block;
    margin: 0;
    color: #536074;
    font-size: 0.86rem;
    line-height: 1.22;
    font-weight: 500;
}
.home-pricing-section .pricing-card {
    min-height: 292px;
}
.home-pricing-section .pricing-card h4 {
    margin-bottom: 1.55rem;
}
.home-pricing-section .pricing-card::after {
    inset: auto 41% 38%;
}
.home-pricing-section .pricing-assurances {
    width: 100%;
    margin-top: 1.18rem;
}

@media (min-width: 1041px) {
    .home-pricing-section .pricing-card {
        min-height: 360px;
    }
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 2.45rem;
    }
    .home-pricing-section .pricing-card::after {
        inset: auto 42% 40%;
    }
}

@media (max-width: 1040px) {
    .home-pricing-section .pricing-panel {
        max-width: 760px;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(225px, 0.42fr) minmax(0, 1fr);
        gap: 0.85rem;
    }
    .home-pricing-section .pricing-lead {
        padding: 1rem;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: 1.75rem;
        letter-spacing: -0.055em;
    }
    .home-pricing-section .pricing-lead h2::after {
        margin-top: 0.72rem;
    }
    .home-pricing-section .pricing-lead > p {
        margin-bottom: 0.8rem;
        font-size: 0.82rem;
        line-height: 1.3;
    }
    .home-pricing-section .pricing-lead-list {
        gap: 0.55rem;
    }
    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 58px;
        padding: 0.58rem 0.68rem;
        font-size: 0.78rem;
    }
    .home-pricing-section .pricing-lead-list i {
        width: 34px;
        height: 34px;
        border-radius: 13px;
        font-size: 1rem;
    }
    .pricing-lead-copy strong {
        font-size: 0.82rem;
        line-height: 1.1;
    }
    .pricing-lead-copy small {
        font-size: 0.72rem;
        line-height: 1.15;
    }
    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        gap: 0.7rem;
    }
    .home-pricing-section .pricing-card {
        min-height: 218px;
        padding: 1rem 0.75rem;
    }
    .home-pricing-section .pricing-card .icon {
        width: 62px;
        height: 62px;
        margin-bottom: 0.78rem;
        font-size: 1.8rem;
    }
    .home-pricing-section .pricing-card .icon img {
        width: 38px;
        height: 38px;
    }
    .home-pricing-section .pricing-card h4 {
        min-height: 38px;
        margin-bottom: 0.9rem;
        font-size: 0.98rem;
        line-height: 1.05;
    }
    .home-pricing-section .pricing-card .price {
        font-size: 2.2rem;
    }
    .home-pricing-section .pricing-card p {
        font-size: 0.78rem;
    }
    .home-pricing-section .pricing-card::after {
        inset: auto 39% 36%;
    }
    .home-pricing-section .pricing-assurances {
        margin-top: 0.85rem;
        padding: 0.62rem 0.7rem;
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-panel {
        max-width: 100%;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .pricing-card {
        min-height: 0;
    }
}

/* Keep pricing cards compact; Bootstrap h-100 was stretching them to the left rail height. */
.home-pricing-section .pricing-panel > .row {
    align-items: start;
}
.home-pricing-section .pricing-card.h-100 {
    height: auto !important;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    align-items: start;
    height: auto;
}
.home-pricing-section .pricing-card {
    min-height: 365px;
}

@media (max-width: 1040px) {
    .home-pricing-section .pricing-card {
        min-height: 246px;
        padding-top: 1.28rem;
        padding-bottom: 1.28rem;
    }
    .home-pricing-section .pricing-card .icon {
        margin-bottom: 0.95rem;
    }
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 1.15rem;
    }
    .home-pricing-section .pricing-card::after {
        inset: auto 39% 39%;
    }
    .home-pricing-section .pricing-assurances {
        margin-top: 1.05rem;
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-card {
        min-height: 0;
        padding: 1.25rem 1rem;
    }
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 1rem;
    }
    .home-pricing-section .pricing-card::after {
        position: static;
        display: block;
        width: 46px;
        margin: 0.75rem auto 0.85rem;
    }
}

/* Final winning pricing correction: prevents older overrides from recreating tall empty cards. */
.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    height: auto !important;
    min-height: 292px;
}
.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 44px minmax(0, 1fr);
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    justify-content: flex-start;
}
.home-pricing-section .pricing-assurances {
    margin-top: 1.1rem;
}

@media (min-width: 1041px) {
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 360px;
    }
}

@media (max-width: 1040px) {
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 218px;
    }
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 0.9rem;
    }
    .home-pricing-section .pricing-card::after {
        inset: auto 39% 36%;
    }
    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 34px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 0;
    }
}

/* Final left pricing rail correction: only outer support cards are grids, never the nested copy. */
.home-pricing-section .pricing-lead-list > span {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.95rem;
    align-items: center;
    min-height: 78px;
    padding: 0.9rem 1.05rem;
    border-radius: 18px;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy,
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong,
.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    display: block !important;
    min-width: 0;
    max-width: none;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy {
    font-size: 1.05rem;
    line-height: 1.22;
    font-weight: 650;
    letter-spacing: -0.025em;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    margin: 0 0 0.18rem;
    color: inherit;
    font-size: 1.03rem;
    line-height: 1.13;
    font-weight: 800;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    margin: 0;
    color: #536074;
    font-size: 0.92rem;
    line-height: 1.25;
    font-weight: 500;
}
.home-pricing-section .pricing-lead-list > span > i {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    font-size: 1.35rem;
}
.home-pricing-section .pricing-lead .eyebrow {
    padding: 0.58rem 1.1rem;
    font-size: 1rem;
}
.home-pricing-section .pricing-lead h2 {
    font-size: clamp(2.65rem, 3.45vw, 3.5rem);
    line-height: 1.02;
}
.home-pricing-section .pricing-lead > p {
    font-size: 1.22rem;
    line-height: 1.28;
}

@media (max-width: 1040px) {
    .home-pricing-section .pricing-panel {
        max-width: 900px;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr);
    }
    .home-pricing-section .pricing-lead .eyebrow {
        font-size: 0.86rem;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: 2.25rem;
    }
    .home-pricing-section .pricing-lead > p {
        font-size: 0.98rem;
    }
    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 68px;
        padding: 0.72rem 0.82rem;
    }
    .home-pricing-section .pricing-lead-list > span > i {
        width: 42px;
        height: 42px;
        font-size: 1.12rem;
    }
    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: 0.88rem;
        line-height: 1.16;
    }
    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: 0.78rem;
        line-height: 1.18;
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: clamp(2.1rem, 9vw, 2.85rem);
    }
    .home-pricing-section .pricing-lead > p {
        font-size: 1rem;
    }
}

/* Final pricing scale sync: balanced typography and compact proportions across the full section. */
.home-pricing-section .pricing-panel {
    max-width: 1280px;
    padding: clamp(1.75rem, 2.6vw, 2.45rem);
    border-radius: 30px;
}
.home-pricing-section .pricing-panel > .row {
    grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr);
    gap: clamp(1.45rem, 2.4vw, 2.45rem);
}
.home-pricing-section .pricing-lead {
    padding: clamp(1.35rem, 2vw, 1.75rem);
    border-radius: 24px;
}
.home-pricing-section .pricing-lead .eyebrow {
    padding: 0.48rem 0.92rem;
    margin-bottom: 1rem;
    font-size: 0.86rem;
    letter-spacing: 0.075em;
}
.home-pricing-section .pricing-lead .eyebrow::before {
    font-size: 0.9rem;
}
.home-pricing-section .pricing-lead h2 {
    max-width: 295px;
    margin-bottom: 0.82rem;
    font-size: clamp(2rem, 2.75vw, 2.8rem);
    line-height: 1.03;
    letter-spacing: -0.055em;
}
.home-pricing-section .pricing-lead h2::after {
    width: 48px;
    height: 2px;
    margin-top: 0.8rem;
}
.home-pricing-section .pricing-lead > p {
    max-width: 280px;
    margin-bottom: 1rem;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    line-height: 1.28;
}
.home-pricing-section .pricing-lead-list {
    gap: 0.58rem;
}
.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 0.78rem;
    min-height: 64px;
    padding: 0.68rem 0.8rem;
    border-radius: 16px;
}
.home-pricing-section .pricing-lead-list > span > i {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 1.08rem;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy {
    font-size: 0.9rem;
    line-height: 1.2;
    letter-spacing: -0.018em;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    font-size: 0.9rem;
    line-height: 1.14;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    font-size: 0.8rem;
    line-height: 1.2;
}
.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    min-height: 286px;
    padding: clamp(1.25rem, 2vw, 1.8rem) 1rem;
    border-radius: 22px;
}
.home-pricing-section .pricing-card .icon {
    width: clamp(68px, 6.3vw, 86px);
    height: clamp(68px, 6.3vw, 86px);
    margin-bottom: 1.18rem;
    font-size: 2.2rem;
}
.home-pricing-section .pricing-card .icon img {
    width: clamp(42px, 4vw, 54px);
    height: clamp(42px, 4vw, 54px);
}
.home-pricing-section .pricing-card h4 {
    min-height: 42px;
    margin-bottom: 1.25rem;
    font-size: clamp(1.08rem, 1.35vw, 1.38rem);
    line-height: 1.08;
}
.home-pricing-section .pricing-card::after {
    inset: auto 41% 37%;
}
.home-pricing-section .pricing-card .price {
    font-size: clamp(2.35rem, 2.75vw, 3rem);
}
.home-pricing-section .pricing-card p {
    font-size: 0.98rem;
}
.home-pricing-section .pricing-assurances {
    margin-top: 1rem;
    padding: 0.75rem 0.85rem;
    border-radius: 18px;
}
.home-pricing-section .assurance-item {
    gap: 0.62rem;
    padding: 0.48rem 0.75rem;
    font-size: 0.82rem;
    line-height: 1.18;
}
.home-pricing-section .assurance-item i {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 1rem;
}
.home-pricing-section .assurance-item strong {
    font-size: 0.86rem;
}

@media (max-width: 1040px) {
    .home-pricing-section .pricing-panel {
        max-width: 860px;
        padding: 1.35rem;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(270px, 0.4fr) minmax(0, 1fr);
        gap: 0.9rem;
    }
    .home-pricing-section .pricing-lead {
        padding: 1rem;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: 1.9rem;
    }
    .home-pricing-section .pricing-lead > p {
        font-size: 0.86rem;
    }
    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 34px minmax(0, 1fr);
        min-height: 56px;
        padding: 0.56rem 0.62rem;
    }
    .home-pricing-section .pricing-lead-list > span > i {
        width: 34px;
        height: 34px;
        font-size: 0.94rem;
    }
    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: 0.78rem;
        line-height: 1.12;
    }
    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: 0.7rem;
        line-height: 1.15;
    }
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 205px;
        padding: 0.92rem 0.62rem;
    }
    .home-pricing-section .pricing-card .icon {
        width: 56px;
        height: 56px;
        margin-bottom: 0.7rem;
        font-size: 1.58rem;
    }
    .home-pricing-section .pricing-card .icon img {
        width: 34px;
        height: 34px;
    }
    .home-pricing-section .pricing-card h4 {
        min-height: 34px;
        margin-bottom: 0.78rem;
        font-size: 0.88rem;
    }
    .home-pricing-section .pricing-card .price {
        font-size: 2rem;
    }
    .home-pricing-section .pricing-card p {
        font-size: 0.72rem;
    }
    .home-pricing-section .pricing-assurances {
        padding: 0.58rem 0.62rem;
    }
    .home-pricing-section .assurance-item {
        padding: 0.42rem 0.55rem;
        font-size: 0.7rem;
    }
    .home-pricing-section .assurance-item i {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 0.82rem;
    }
    .home-pricing-section .assurance-item strong {
        font-size: 0.72rem;
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-panel {
        max-width: 100%;
        padding: 1rem;
        border-radius: 24px;
    }
    .home-pricing-section .pricing-panel > .row,
    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .pricing-lead h2 {
        max-width: none;
        font-size: clamp(2rem, 8.5vw, 2.55rem);
    }
    .home-pricing-section .pricing-lead > p {
        max-width: none;
        font-size: 0.98rem;
    }
    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: 0.9rem;
    }
    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: 0.8rem;
    }
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 0;
        padding: 1.15rem 0.9rem;
    }
    .home-pricing-section .pricing-assurances {
        grid-template-columns: 1fr;
    }
}

/* QA-final pricing layout: wider left rail, reduced left typography, no empty right-column gap. */
.home-pricing-section .pricing-panel {
    max-width: 1320px;
    padding: clamp(1.9rem, 2.7vw, 2.55rem);
}
.home-pricing-section .pricing-panel > .row {
    display: grid;
    grid-template-columns: minmax(350px, 0.4fr) minmax(0, 1fr);
    gap: clamp(1.75rem, 2.8vw, 2.65rem);
    align-items: stretch;
}
.home-pricing-section .pricing-panel > .row > [class*="col-lg-"] {
    width: auto;
    max-width: none;
    flex: initial;
}
.home-pricing-section .pricing-lead {
    height: 100% !important;
    padding: clamp(1.45rem, 2.1vw, 1.95rem);
}
.home-pricing-section .pricing-lead .eyebrow {
    padding: 0.46rem 0.92rem;
    margin-bottom: 1.05rem;
    font-size: 0.84rem;
    letter-spacing: 0.075em;
}
.home-pricing-section .pricing-lead h2 {
    max-width: 315px;
    margin-bottom: 0.85rem;
    font-size: clamp(2.15rem, 2.8vw, 2.95rem);
    line-height: 1.02;
}
.home-pricing-section .pricing-lead h2::after {
    width: 52px;
    margin-top: 0.85rem;
}
.home-pricing-section .pricing-lead > p {
    max-width: 310px;
    margin-bottom: 1.05rem;
    font-size: 1.02rem;
    line-height: 1.28;
}
.home-pricing-section .pricing-lead-list {
    gap: 0.7rem;
}
.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.78rem;
    min-height: 70px;
    padding: 0.72rem 0.86rem;
}
.home-pricing-section .pricing-lead-list > span > i {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    font-size: 1.08rem;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy {
    font-size: 0.94rem;
    line-height: 1.2;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    font-size: 0.95rem;
    line-height: 1.14;
}
.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    font-size: 0.82rem;
    line-height: 1.22;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.05rem, 1.9vw, 1.55rem);
    align-items: start;
    height: auto;
}
.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row > [class*="col-md-"] {
    width: auto;
    max-width: none;
    flex: initial;
}
.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    height: auto !important;
    min-height: clamp(322px, 25vw, 374px);
}
.home-pricing-section .pricing-card .icon {
    width: clamp(76px, 6.8vw, 94px);
    height: clamp(76px, 6.8vw, 94px);
    margin-bottom: 1.35rem;
}
.home-pricing-section .pricing-card h4 {
    min-height: 42px;
    margin-bottom: 1.65rem;
    font-size: clamp(1.18rem, 1.38vw, 1.48rem);
}
.home-pricing-section .pricing-card .price {
    font-size: clamp(2.6rem, 3vw, 3.25rem);
}
.home-pricing-section .pricing-card p {
    font-size: 1rem;
}
.home-pricing-section .pricing-card::after {
    inset: auto 42% 38%;
}
.home-pricing-section .pricing-assurances {
    margin-top: clamp(1.25rem, 2vw, 1.55rem);
    padding: 0.84rem 0.9rem;
}

@media (max-width: 1199px) {
    .home-pricing-section .pricing-panel {
        max-width: 980px;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
        gap: 1.15rem;
    }
    .home-pricing-section .pricing-lead h2 {
        font-size: 2.18rem;
    }
    .home-pricing-section .pricing-lead > p {
        font-size: 0.92rem;
    }
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 245px;
    }
    .home-pricing-section .pricing-card .icon {
        width: 62px;
        height: 62px;
        margin-bottom: 0.8rem;
    }
    .home-pricing-section .pricing-card .icon img {
        width: 38px;
        height: 38px;
    }
    .home-pricing-section .pricing-card h4 {
        min-height: 36px;
        margin-bottom: 0.95rem;
        font-size: 0.98rem;
    }
    .home-pricing-section .pricing-card .price {
        font-size: 2.18rem;
    }
    .home-pricing-section .pricing-card p {
        font-size: 0.76rem;
    }
}

@media (max-width: 900px) {
    .home-pricing-section .pricing-panel {
        max-width: 760px;
    }
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .pricing-lead {
        height: auto !important;
    }
    .home-pricing-section .pricing-lead h2,
    .home-pricing-section .pricing-lead > p {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row,
    .home-pricing-section .pricing-assurances {
        grid-template-columns: 1fr;
    }
    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 0;
    }
}

/* Final QA pricing fit: match the reference proportions without stretched empty cards. */
.home-pricing-section {
    padding-top: clamp(2.4rem, 4vw, 4.25rem);
    padding-bottom: clamp(2.4rem, 4vw, 4.25rem);
}

.home-pricing-section .pricing-panel {
    max-width: 1310px;
    padding: clamp(2rem, 2.65vw, 2.65rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at 26% 18%, rgba(43, 107, 255, 0.075), transparent 34%),
        linear-gradient(135deg, #fbfdff 0%, #ffffff 58%, #fbfdff 100%);
    box-shadow: 0 30px 80px rgba(26, 52, 103, 0.08);
}

.home-pricing-section .pricing-panel > .row {
    display: grid;
    grid-template-columns: minmax(410px, 0.44fr) minmax(0, 1fr);
    gap: clamp(2rem, 3.1vw, 3.35rem);
    align-items: start;
}

.home-pricing-section .pricing-lead {
    height: auto !important;
    min-height: 0;
    padding: clamp(1.7rem, 2vw, 2rem);
    border-radius: 25px;
}

.home-pricing-section .pricing-lead .eyebrow {
    width: fit-content;
    padding: 0.42rem 0.9rem;
    margin-bottom: 1rem;
    font-size: 0.82rem;
    letter-spacing: 0.075em;
}

.home-pricing-section .pricing-lead h2 {
    max-width: 355px;
    margin-bottom: 0.82rem;
    font-size: clamp(2.12rem, 2.65vw, 2.78rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.home-pricing-section .pricing-lead h2::after {
    width: 56px;
    height: 3px;
    margin-top: 0.9rem;
}

.home-pricing-section .pricing-lead > p {
    max-width: 355px;
    margin-bottom: 1.1rem;
    font-size: 0.98rem;
    line-height: 1.32;
}

.home-pricing-section .pricing-lead-list {
    gap: 0.72rem;
}

.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.82rem;
    min-height: 72px;
    padding: 0.74rem 0.88rem;
    border-radius: 17px;
}

.home-pricing-section .pricing-lead-list > span > i {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 1.13rem;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy,
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    font-size: 0.88rem;
    line-height: 1.16;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    margin-top: 0.16rem;
    font-size: 0.78rem;
    line-height: 1.25;
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: clamp(1rem, 2.1vw, 1.85rem);
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.2rem, 1.9vw, 1.7rem);
}

.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    min-height: clamp(315px, 24vw, 372px);
    padding: clamp(1.55rem, 2.2vw, 2rem) 1.1rem;
    border-radius: 23px;
}

.home-pricing-section .pricing-card .icon {
    width: clamp(74px, 6.2vw, 92px);
    height: clamp(74px, 6.2vw, 92px);
    margin-bottom: 1.25rem;
}

.home-pricing-section .pricing-card h4 {
    min-height: 46px;
    margin-bottom: 1.35rem;
    font-size: clamp(1.2rem, 1.45vw, 1.52rem);
    line-height: 1.08;
}

.home-pricing-section .pricing-card::after {
    width: 36px;
    height: 3px;
    margin: 0.18rem auto 1.15rem;
    position: static;
    display: block;
}

.home-pricing-section .pricing-card .price {
    margin-bottom: 0.18rem;
    font-size: clamp(2.65rem, 3.1vw, 3.35rem);
    line-height: 0.95;
}

.home-pricing-section .pricing-card p {
    font-size: 0.95rem;
    line-height: 1.2;
}

.home-pricing-section .pricing-assurances {
    margin-top: 1.45rem;
    padding: 0.95rem 1.05rem;
    border-radius: 19px;
    box-shadow: 0 18px 48px rgba(35, 72, 139, 0.08);
}

.home-pricing-section .assurance-item {
    min-height: 58px;
    padding: 0.4rem 0.95rem;
    gap: 0.88rem;
}

.home-pricing-section .assurance-item i {
    width: 42px;
    min-width: 42px;
    height: 42px;
    font-size: 1.02rem;
}

.home-pricing-section .assurance-item strong {
    font-size: 0.9rem;
    line-height: 1.05;
}

.home-pricing-section .assurance-item span {
    font-size: 0.86rem;
    line-height: 1.2;
}

@media (max-width: 1199px) and (min-width: 901px) {
    .home-pricing-section .pricing-panel {
        max-width: 1060px;
        padding: 1.55rem;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(350px, 0.45fr) minmax(0, 1fr);
        gap: 1.45rem;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 {
        padding-top: 0.55rem;
    }

    .home-pricing-section .pricing-lead {
        padding: 1.4rem;
    }

    .home-pricing-section .pricing-lead h2 {
        max-width: 305px;
        font-size: 1.92rem;
    }

    .home-pricing-section .pricing-lead > p {
        max-width: 305px;
        font-size: 0.84rem;
    }

    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 40px minmax(0, 1fr);
        min-height: 66px;
        padding: 0.68rem;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 238px;
        padding: 1rem 0.68rem;
    }

    .home-pricing-section .pricing-card .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0.72rem;
    }

    .home-pricing-section .pricing-card .icon img {
        width: 38px;
        height: 38px;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 34px;
        margin-bottom: 0.82rem;
        font-size: 0.98rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 2.15rem;
    }

    .home-pricing-section .pricing-card p {
        font-size: 0.74rem;
    }

    .home-pricing-section .pricing-assurances {
        margin-top: 1rem;
        padding: 0.62rem;
    }

    .home-pricing-section .assurance-item {
        padding: 0.35rem 0.5rem;
        gap: 0.55rem;
    }

    .home-pricing-section .assurance-item i {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 0.84rem;
    }

    .home-pricing-section .assurance-item strong,
    .home-pricing-section .assurance-item span {
        font-size: 0.7rem;
    }
}

@media (max-width: 900px) {
    .home-pricing-section .pricing-panel {
        max-width: 760px;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 {
        padding-top: 0;
    }

    .home-pricing-section .pricing-lead h2,
    .home-pricing-section .pricing-lead > p {
        max-width: none;
    }
}

@media (max-width: 640px) {
    .home-pricing-section .pricing-panel {
        padding: 1rem;
        border-radius: 24px;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row,
    .home-pricing-section .pricing-assurances {
        grid-template-columns: 1fr;
    }

    .home-pricing-section .pricing-lead h2 {
        font-size: clamp(2rem, 10vw, 2.55rem);
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 0;
    }
}

/* Typography polish for pricing: closer Google Sans Flex rhythm and reference divider placement. */
.home-pricing-section,
.home-pricing-section * {
    font-family: 'Google Sans Flex', 'Google Sans', sans-serif;
    font-optical-sizing: auto;
}

.home-pricing-section .pricing-lead .eyebrow {
    color: #247cff;
    font-weight: 760;
    letter-spacing: 0.085em;
}

.home-pricing-section .pricing-lead h2 {
    color: #082661;
    font-weight: 780;
    letter-spacing: -0.065em;
}

.home-pricing-section .pricing-lead > p {
    color: #526075;
    font-weight: 390;
    letter-spacing: -0.018em;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy,
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    color: #007e72;
    font-weight: 720;
    letter-spacing: -0.025em;
}

.home-pricing-section .pricing-lead-list > span:first-child .pricing-lead-copy {
    color: #006eab;
}

.home-pricing-section .pricing-lead-list > span:last-child .pricing-lead-copy,
.home-pricing-section .pricing-lead-list > span:last-child .pricing-lead-copy strong {
    color: #6b36dc;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    color: #435066;
    font-weight: 430;
    letter-spacing: -0.018em;
}

.home-pricing-section .pricing-card::after {
    display: none !important;
}

.home-pricing-section .pricing-card h4 {
    margin-bottom: 1.15rem;
    color: #080808;
    font-weight: 760;
    letter-spacing: -0.055em;
}

.home-pricing-section .pricing-card h4::after {
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    margin: 1.15rem auto 0;
    border-radius: 999px;
    background: currentColor;
}

.home-pricing-section .pricing-card-blue h4::after {
    background: #2b6bff;
}

.home-pricing-section .pricing-card-green h4::after {
    background: #12a98d;
}

.home-pricing-section .pricing-card-purple h4::after {
    background: #7440e8;
}

.home-pricing-section .pricing-card .price {
    margin-top: 0;
    font-weight: 780;
    letter-spacing: -0.065em;
}

.home-pricing-section .pricing-card p {
    color: #566174;
    font-weight: 470;
    letter-spacing: -0.022em;
}

.home-pricing-section .assurance-item strong {
    font-weight: 760;
    letter-spacing: -0.028em;
}

.home-pricing-section .assurance-item span {
    color: #4d596e;
    font-weight: 430;
    letter-spacing: -0.02em;
}

@media (max-width: 1199px) and (min-width: 901px) {
    .home-pricing-section .pricing-card h4 {
        margin-bottom: 0.78rem;
        letter-spacing: -0.045em;
    }

    .home-pricing-section .pricing-card h4::after {
        width: 28px;
        height: 2px;
        margin-top: 0.78rem;
    }

    .home-pricing-section .pricing-card .price {
        letter-spacing: -0.052em;
    }
}

@media (max-width: 640px) {
    .home-pricing-section .pricing-lead h2 {
        letter-spacing: -0.052em;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: auto;
    }
}

/* Reference-match pricing typography: calmer weights, exact breathing room, stronger small copy. */
.home-pricing-section .pricing-panel {
    max-width: 1368px;
    padding: clamp(2.15rem, 2.8vw, 2.85rem);
}

.home-pricing-section .pricing-panel > .row {
    grid-template-columns: minmax(390px, 0.405fr) minmax(0, 1fr);
    gap: clamp(3rem, 5vw, 5.35rem);
}

.home-pricing-section .pricing-lead {
    padding: clamp(1.65rem, 2.05vw, 2.05rem);
    border-radius: 25px;
}

.home-pricing-section .pricing-lead .eyebrow {
    padding: 0.48rem 1.05rem;
    margin-bottom: 1.15rem;
    font-size: clamp(0.86rem, 0.88vw, 1rem);
    line-height: 1;
}

.home-pricing-section .pricing-lead h2 {
    max-width: 345px;
    margin-bottom: 0.92rem;
    font-size: clamp(2.44rem, 3.1vw, 3.32rem);
    line-height: 1.01;
    font-weight: 760;
    letter-spacing: -0.058em;
}

.home-pricing-section .pricing-lead h2::after {
    width: 60px;
    margin-top: 1rem;
}

.home-pricing-section .pricing-lead > p {
    max-width: 340px;
    margin-bottom: 1.22rem;
    font-size: clamp(1rem, 1.06vw, 1.16rem);
    line-height: 1.22;
}

.home-pricing-section .pricing-lead-list {
    gap: 0;
}

.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 0;
    padding: 0.98rem 0.88rem;
    border-radius: 18px;
}

.home-pricing-section .pricing-lead-list > span + span {
    margin-top: 0.82rem;
}

.home-pricing-section .pricing-lead-list > span > i {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 1.16rem;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy,
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    font-size: clamp(0.96rem, 0.94vw, 1.06rem);
    line-height: 1.12;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    margin-top: 0.22rem;
    font-size: clamp(0.82rem, 0.82vw, 0.92rem);
    line-height: 1.16;
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    padding-top: clamp(0.6rem, 1.35vw, 1.5rem);
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    gap: clamp(1.4rem, 2.25vw, 2.1rem);
}

.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    min-height: clamp(318px, 23.4vw, 386px);
    padding: clamp(1.7rem, 2.45vw, 2.28rem) 1.25rem;
}

.home-pricing-section .pricing-card .icon {
    width: clamp(84px, 6.2vw, 104px);
    height: clamp(84px, 6.2vw, 104px);
    margin-bottom: clamp(1.45rem, 2vw, 2rem);
}

.home-pricing-section .pricing-card .icon i {
    font-size: clamp(2.2rem, 2.4vw, 2.75rem);
}

.home-pricing-section .pricing-card .icon img {
    width: clamp(55px, 4.2vw, 67px);
    height: clamp(55px, 4.2vw, 67px);
}

.home-pricing-section .pricing-card h4 {
    min-height: 54px;
    margin-bottom: 1.36rem;
    font-size: clamp(1.24rem, 1.52vw, 1.58rem);
    line-height: 1.02;
    font-weight: 760;
}

.home-pricing-section .pricing-card h4::after {
    width: 42px;
    height: 3px;
    margin-top: 1.15rem;
}

.home-pricing-section .pricing-card .price {
    font-size: clamp(3rem, 3.35vw, 3.85rem);
    line-height: 0.92;
    font-weight: 760;
}

.home-pricing-section .pricing-card p {
    margin-top: 0.45rem;
    font-size: clamp(0.98rem, 1.08vw, 1.14rem);
    line-height: 1.1;
}

.home-pricing-section .pricing-assurances {
    margin-top: clamp(1.45rem, 2.15vw, 2rem);
    padding: 1.05rem 1.2rem;
    border-radius: 20px;
}

.home-pricing-section .assurance-item {
    min-height: 64px;
    gap: 1rem;
}

.home-pricing-section .assurance-item i {
    width: 46px;
    min-width: 46px;
    height: 46px;
    font-size: 1.08rem;
}

.home-pricing-section .assurance-item strong {
    font-size: clamp(0.92rem, 0.96vw, 1.04rem);
}

.home-pricing-section .assurance-item span {
    font-size: clamp(0.86rem, 0.9vw, 0.98rem);
    line-height: 1.16;
}

@media (max-width: 1199px) and (min-width: 901px) {
    .home-pricing-section .pricing-panel {
        max-width: 1080px;
        padding: 1.65rem;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(355px, 0.43fr) minmax(0, 1fr);
        gap: 1.85rem;
    }

    .home-pricing-section .pricing-lead h2 {
        font-size: 2.1rem;
    }

    .home-pricing-section .pricing-lead > p {
        font-size: 0.88rem;
    }

    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 0.72rem 0.7rem;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 42px;
        height: 42px;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 250px;
        padding: 1.1rem 0.75rem;
    }

    .home-pricing-section .pricing-card .icon {
        width: 66px;
        height: 66px;
        margin-bottom: 0.95rem;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 38px;
        font-size: 1.03rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 2.35rem;
    }

    .home-pricing-section .pricing-card p {
        font-size: 0.82rem;
    }
}

/* Pricing correction: remove over-stretched rail and restore prototype-like compact proportions. */
.home-pricing-section .pricing-panel {
    max-width: 1370px;
    padding: clamp(1.9rem, 2.45vw, 2.45rem);
    border-radius: 31px;
}

.home-pricing-section .pricing-panel > .row {
    grid-template-columns: minmax(408px, 0.37fr) minmax(0, 1fr);
    gap: clamp(2.25rem, 3.4vw, 3.75rem);
    align-items: start;
}

.home-pricing-section .pricing-lead {
    padding: clamp(1.45rem, 1.9vw, 1.85rem);
    align-self: start;
}

.home-pricing-section .pricing-lead .eyebrow {
    padding: 0.42rem 0.95rem;
    margin-bottom: 1.02rem;
    font-size: clamp(0.78rem, 0.76vw, 0.9rem);
}

.home-pricing-section .pricing-lead h2 {
    max-width: 330px;
    margin-bottom: 0.82rem;
    font-size: clamp(2.2rem, 2.7vw, 2.92rem);
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.home-pricing-section .pricing-lead h2::after {
    width: 58px;
    margin-top: 0.88rem;
}

.home-pricing-section .pricing-lead > p {
    max-width: 332px;
    margin-bottom: 1.02rem;
    font-size: clamp(0.94rem, 0.95vw, 1.04rem);
    line-height: 1.24;
}

.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 0.82rem;
    padding: 0.72rem 0.82rem;
    min-height: 74px;
    border-radius: 17px;
}

.home-pricing-section .pricing-lead-list > span + span {
    margin-top: 0.72rem;
}

.home-pricing-section .pricing-lead-list > span > i {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    font-size: 1.08rem;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy,
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    font-size: clamp(0.84rem, 0.78vw, 0.94rem);
    line-height: 1.08;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    margin-top: 0.15rem;
    font-size: clamp(0.74rem, 0.72vw, 0.82rem);
    line-height: 1.14;
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    padding-top: clamp(0.35rem, 1vw, 0.95rem);
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    gap: clamp(1.35rem, 2.15vw, 2rem);
}

.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    min-height: clamp(292px, 22vw, 362px);
    padding: clamp(1.35rem, 2.05vw, 2rem) 1rem;
}

.home-pricing-section .pricing-card .icon {
    width: clamp(76px, 5.6vw, 96px);
    height: clamp(76px, 5.6vw, 96px);
    margin-bottom: clamp(1.18rem, 1.55vw, 1.58rem);
}

.home-pricing-section .pricing-card .icon img {
    width: clamp(49px, 3.8vw, 62px);
    height: clamp(49px, 3.8vw, 62px);
}

.home-pricing-section .pricing-card h4 {
    min-height: 48px;
    margin-bottom: 1rem;
    font-size: clamp(1.12rem, 1.26vw, 1.38rem);
    line-height: 1.05;
}

.home-pricing-section .pricing-card h4::after {
    width: 39px;
    height: 3px;
    margin-top: 0.92rem;
}

.home-pricing-section .pricing-card .price {
    font-size: clamp(2.6rem, 2.85vw, 3.28rem);
    line-height: 0.95;
}

.home-pricing-section .pricing-card p {
    margin-top: 0.35rem;
    font-size: clamp(0.9rem, 0.9vw, 1rem);
}

.home-pricing-section .pricing-assurances {
    margin-top: clamp(1.08rem, 1.5vw, 1.45rem);
    padding: 0.82rem 0.95rem;
    max-width: 100%;
}

.home-pricing-section .assurance-item {
    min-height: 58px;
    gap: 0.8rem;
    padding: 0.35rem 0.85rem;
}

.home-pricing-section .assurance-item i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 0.98rem;
}

.home-pricing-section .assurance-item strong {
    font-size: clamp(0.78rem, 0.78vw, 0.9rem);
    line-height: 1.06;
}

.home-pricing-section .assurance-item span {
    font-size: clamp(0.74rem, 0.76vw, 0.86rem);
    line-height: 1.18;
}

@media (max-width: 1199px) and (min-width: 901px) {
    .home-pricing-section .pricing-panel {
        max-width: 1080px;
        padding: 1.45rem;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(350px, 0.39fr) minmax(0, 1fr);
        gap: 1.45rem;
    }

    .home-pricing-section .pricing-lead h2 {
        max-width: 300px;
        font-size: 1.94rem;
    }

    .home-pricing-section .pricing-lead > p {
        max-width: 300px;
        font-size: 0.82rem;
    }

    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 62px;
        padding: 0.58rem 0.62rem;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 38px;
        height: 38px;
        font-size: 0.92rem;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: 0.76rem;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: 0.68rem;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 226px;
        padding: 0.95rem 0.64rem;
    }

    .home-pricing-section .pricing-card .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 0.7rem;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 34px;
        margin-bottom: 0.65rem;
        font-size: 0.92rem;
    }

    .home-pricing-section .pricing-card h4::after {
        width: 27px;
        height: 2px;
        margin-top: 0.62rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 2rem;
    }

    .home-pricing-section .pricing-card p {
        font-size: 0.7rem;
    }

    .home-pricing-section .pricing-assurances {
        margin-top: 0.86rem;
        padding: 0.54rem;
    }

    .home-pricing-section .assurance-item {
        min-height: 46px;
        padding: 0.28rem 0.46rem;
        gap: 0.46rem;
    }

    .home-pricing-section .assurance-item i {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 0.78rem;
    }
}

/* Final mobile pricing guard: keep the prototype feel without desktop overflow. */
@media (max-width: 900px) {
    .home-pricing-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .home-pricing-section .pricing-panel {
        max-width: min(720px, calc(100vw - 1.5rem));
        padding: clamp(1rem, 4vw, 1.45rem);
        border-radius: 26px;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .home-pricing-section .pricing-lead {
        width: 100%;
        padding: clamp(1.2rem, 4vw, 1.55rem);
    }

    .home-pricing-section .pricing-lead h2,
    .home-pricing-section .pricing-lead > p {
        max-width: none;
    }

    .home-pricing-section .pricing-lead h2 {
        font-size: clamp(2.05rem, 8.4vw, 2.75rem);
        line-height: 1.02;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 {
        padding-top: 0;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 210px;
        padding: 1rem 0.6rem;
    }

    .home-pricing-section .pricing-card .icon {
        width: 58px;
        height: 58px;
        margin-bottom: 0.7rem;
    }

    .home-pricing-section .pricing-card .icon img {
        width: 36px;
        height: 36px;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 34px;
        margin-bottom: 0.62rem;
        font-size: 0.88rem;
    }

    .home-pricing-section .pricing-card h4::after {
        width: 26px;
        height: 2px;
        margin-top: 0.55rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 1.9rem;
    }

    .home-pricing-section .pricing-card p {
        font-size: 0.68rem;
    }

    .home-pricing-section .pricing-assurances {
        grid-template-columns: 1fr;
        margin-top: 0.95rem;
        padding: 0.72rem;
    }
}

@media (max-width: 640px) {
    .home-pricing-section .pricing-panel {
        max-width: calc(100vw - 1rem);
        padding: 0.9rem;
        border-radius: 22px;
    }

    .home-pricing-section .pricing-lead .eyebrow {
        font-size: 0.68rem;
    }

    .home-pricing-section .pricing-lead h2 {
        font-size: clamp(1.92rem, 10vw, 2.45rem);
    }

    .home-pricing-section .pricing-lead > p {
        font-size: 0.9rem;
    }

    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 0.65rem;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 40px;
        height: 40px;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        grid-template-columns: 1fr;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 0;
        padding: 1.15rem 1rem;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 0;
        font-size: 1.12rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 2.4rem;
    }

    .home-pricing-section .pricing-card p {
        font-size: 0.86rem;
    }

    .home-pricing-section .assurance-item {
        min-height: 0;
        padding: 0.58rem;
    }
}

@media (max-width: 430px) {
    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: 0.78rem;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: 0.7rem;
    }
}

/* Patient Journey prototype match: calm banner, centered narrative, precise timeline rhythm. */
.home-journey-section {
    padding-top: clamp(2rem, 3.5vw, 3.5rem);
    padding-bottom: clamp(2.6rem, 4.2vw, 4.5rem);
}

.home-journey-section .container {
    max-width: 1440px;
}

.journey-panel {
    padding: clamp(1rem, 1.8vw, 1.45rem) clamp(1rem, 1.65vw, 1.35rem) clamp(1.4rem, 2.2vw, 2rem);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(226, 232, 243, 0.9);
    box-shadow: 0 24px 70px rgba(35, 48, 84, 0.055);
    text-align: center;
}

.journey-panel::before {
    background:
        radial-gradient(circle at 50% 28%, rgba(43, 107, 255, 0.035), transparent 35%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.96));
}

.journey-panel .cover {
    max-height: none;
    height: clamp(180px, 19vw, 275px);
    margin: 0 0 clamp(1.55rem, 2.25vw, 2.1rem);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: none;
}

.journey-panel .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(0.82) contrast(1.02) brightness(1.03);
}

.journey-panel > .eyebrow {
    display: block;
    margin-bottom: 0.85rem;
    color: #05a3d6;
    font-size: clamp(1.4rem, 1.8vw, 2rem);
    font-weight: 430;
    letter-spacing: -0.035em;
    text-transform: none;
}

.journey-panel > h2 {
    max-width: 920px;
    margin: 0 auto 0.8rem;
    color: #262626;
    font-size: clamp(2rem, 2.65vw, 2.8rem);
    line-height: 1.1;
    font-weight: 520;
    letter-spacing: -0.045em;
}

.journey-panel > p {
    max-width: 640px;
    margin: 0 auto;
    color: #121212;
    font-size: clamp(1.08rem, 1.32vw, 1.38rem);
    line-height: 1.28;
    font-weight: 390;
    letter-spacing: -0.02em;
}

.journey-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.55rem, 2.9vw, 3.1rem);
    margin-top: clamp(2.8rem, 4.2vw, 4.2rem);
    padding-top: 0;
}

.journey-steps::before {
    top: 36px;
    left: 10.5%;
    right: 10.5%;
    height: 2px;
    background: #dde8ea;
    opacity: 1;
}

.journey-step {
    padding: 0;
    border-radius: 0;
    background: transparent;
    transition: transform 0.22s ease;
}

.journey-step:hover {
    background: transparent;
    transform: translateY(-3px);
}

.journey-step .number {
    width: 72px;
    height: 72px;
    margin: 0 auto 1.05rem;
    background: #f0f4ff;
    color: #05a3d6;
    border: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    font-size: 1.25rem;
    font-weight: 430;
}

.journey-step h5 {
    margin: 0 auto 0.62rem;
    color: #05a3d6;
    font-size: clamp(1.04rem, 1.28vw, 1.32rem);
    line-height: 1.15;
    font-weight: 650;
    letter-spacing: -0.03em;
}

.journey-step p {
    max-width: 270px;
    margin: 0 auto;
    color: #262626;
    font-size: clamp(0.98rem, 1.18vw, 1.24rem);
    line-height: 1.22;
    font-weight: 390;
    letter-spacing: -0.02em;
}

@media (max-width: 991px) {
    .journey-panel {
        border-radius: 28px;
    }

    .journey-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem 1.5rem;
        margin-top: 2.4rem;
    }

    .journey-steps::before {
        display: none;
    }
}

@media (max-width: 640px) {
    .journey-panel {
        padding: 0.9rem 0.9rem 1.35rem;
        border-radius: 24px;
    }

    .journey-panel .cover {
        height: 170px;
        border-radius: 22px;
        margin-bottom: 1.25rem;
    }

    .journey-panel > .eyebrow {
        font-size: 1.25rem;
        margin-bottom: 0.55rem;
    }

    .journey-panel > h2 {
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .journey-panel > p {
        font-size: 0.98rem;
    }

    .journey-steps {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        margin-top: 1.75rem;
    }

    .journey-step {
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 0.25rem 0.85rem;
        text-align: left;
        padding: 0.85rem;
        border: 1px solid rgba(220, 229, 243, 0.9);
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.72);
    }

    .journey-step .number {
        grid-row: 1 / span 2;
        width: 52px;
        height: 52px;
        margin: 0;
        font-size: 1rem;
    }

    .journey-step h5,
    .journey-step p {
        max-width: none;
        margin-inline: 0;
    }

    .journey-step h5 {
        margin-bottom: 0.15rem;
        font-size: 1.05rem;
    }

    .journey-step p {
        font-size: 0.9rem;
    }
}

/* Full homepage responsive QA layer: stabilizes all sections after prototype-specific overrides. */
@media (max-width: 1399px) {
    .home-hero-section .container,
    .home-journey-section .container,
    .home-pricing-section .container {
        max-width: min(100% - 3rem, 1280px);
    }

    .site-nav-list {
        gap: clamp(0.55rem, 1vw, 1.05rem);
    }
}

@media (max-width: 1199px) {
    .header-nav-shell {
        min-height: 76px;
    }

    .navbar {
        padding: 0.55rem 0;
    }

    .navbar-brand img,
    body[data-locale="es"] .navbar-brand img {
        width: 92px;
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.9rem;
        border: 1px solid rgba(43, 107, 255, 0.1);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 18px 42px rgba(35, 48, 84, 0.1);
    }

    .site-nav-list {
        gap: 0.25rem;
        align-items: stretch;
    }

    .nav-link {
        padding: 0.72rem 0.95rem !important;
        text-align: left;
        border-radius: 14px;
    }

    .nav-link-label {
        white-space: normal;
    }

    .header-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.75rem;
        width: 100%;
        margin-top: 0.75rem;
    }

    .header-actions .btn {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }

    .home-about-section .about-panel,
    .wellness-panel,
    .services-offered-panel,
    .home-pricing-section .pricing-panel,
    .journey-panel,
    .faq-panel {
        border-radius: 28px;
    }

    .home-services-section .services-offered-panel {
        padding: 1.6rem;
    }

    .services-offered-panel > .row {
        row-gap: 1.5rem;
    }

    .services-offered-visual {
        min-height: 360px;
    }

    .reviews-track {
        gap: 1rem;
    }
}

@media (max-width: 991px) {
    .section-space {
        padding-top: 2.4rem;
    }

    .home-hero-section .container,
    .home-journey-section .container,
    .home-pricing-section .container,
    .container {
        padding-inline: 1rem;
    }

    .home-hero-section .hero-card {
        min-height: 0;
        border-radius: 28px;
    }

    .hero-content-panel {
        max-width: 100%;
    }

    .hero-content-panel .section-title {
        font-size: clamp(2.2rem, 7.6vw, 3.5rem);
    }

    .hero-badges {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .value-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-about-section .about-panel .row,
    .wellness-panel .row,
    .services-offered-panel > .row {
        --bs-gutter-y: 1.5rem;
    }

    .doctor-quote {
        max-width: 520px;
        margin-inline: auto;
    }

    .wellness-heading {
        align-items: flex-start;
    }

    .home-expertise-section .expertise-grid,
    .services-offered-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-offered-grid {
        border: 0;
        gap: 1rem;
    }

    .service-offered-card {
        border: 1px solid rgba(219, 228, 242, 0.9) !important;
        border-radius: 20px;
    }

    .services-offered-visual {
        min-height: 300px;
    }

    .reviews-shell,
    .stories-shell {
        overflow: hidden;
    }

    .testimonial-card {
        min-height: 280px;
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .faq-pills {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scrollbar-width: none;
    }

    .faq-pills::-webkit-scrollbar {
        display: none;
    }

    .faq-pill {
        flex: 0 0 auto;
    }

    .footer-studio-grid,
    .footer-visit-content,
    .footer-main-grid {
        grid-template-columns: 1fr;
    }

    .footer-cta-band {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    body {
        background: linear-gradient(180deg, #fffdf9 0%, #fff7ed 100%);
    }

    .topbar {
        font-size: 0.76rem;
        padding: 0.38rem 0;
    }

    .topbar-inner {
        justify-content: center;
        text-align: center;
        gap: 0.5rem;
    }

    .topbar-message {
        justify-content: center;
    }

    .topbar-links {
        gap: 0.65rem;
    }

    .header-nav-shell {
        min-height: 62px;
    }

    .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .navbar-brand img {
        width: 82px;
    }

    .custom-toggler {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .header-actions {
        grid-template-columns: 1fr;
    }

    .section-heading {
        margin-bottom: 1.35rem;
    }

    .section-heading h2 {
        font-size: clamp(1.7rem, 8vw, 2.25rem);
        line-height: 1.08;
    }

    .hero-actions {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-badges,
    .value-strip {
        grid-template-columns: 1fr;
    }

    .home-about-section .about-panel,
    .wellness-panel,
    .services-offered-panel,
    .journey-panel,
    .faq-panel {
        padding: 1.1rem;
        border-radius: 24px;
    }

    .home-about-section h2,
    .wellness-heading h2 {
        font-size: clamp(1.7rem, 8vw, 2.18rem);
        line-height: 1.12;
    }

    .pill-row {
        gap: 0.5rem;
    }

    .pill-row span {
        font-size: 0.86rem;
        padding: 0.48rem 0.75rem;
    }

    .image-block,
    .services-offered-visual {
        min-height: 240px;
        border-radius: 22px;
    }

    .wellness-heading {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 0.75rem;
    }

    .wellness-heading img {
        width: 54px;
    }

    .home-expertise-section .expertise-grid,
    .services-offered-grid {
        grid-template-columns: 1fr;
    }

    .expertise-card,
    .service-offered-card {
        padding: 1.1rem;
    }

    .service-offered-card img,
    .expertise-card .icon img {
        width: 48px;
        height: 48px;
    }

    .testimonial-card {
        min-height: 0;
        padding: 1.1rem;
    }

    .stories-shell {
        grid-template-columns: 1fr;
        gap: 0.9rem;
        padding: 0.35rem 0 !important;
        background: transparent !important;
        overflow: visible;
    }

    .testimonial-track {
        grid-template-columns: 1fr !important;
        width: 100%;
        max-width: 420px;
        margin-inline: auto;
    }

    .testimonial-card {
        width: 100%;
        min-height: 0;
        padding: 1.3rem 1.25rem 1.2rem;
        border-radius: 26px;
        box-shadow: 0 18px 38px rgba(40, 53, 89, 0.08);
    }

    .testimonial-top {
        align-items: flex-start;
        gap: 0.65rem;
        margin-bottom: 1rem;
    }

    .testimonial-person {
        gap: 0.72rem;
        flex: 1 1 auto;
        min-width: 0;
    }

    .testimonial-avatar,
    .testimonial-photo {
        width: 54px;
        height: 54px;
    }

    .testimonial-person h4 {
        font-size: 1rem;
        line-height: 1.18;
    }

    .testimonial-person span {
        font-size: 0.88rem;
        line-height: 1.32;
    }

    .testimonial-source.is-google {
        min-width: 30px;
        min-height: 30px;
    }

    .google-g {
        width: 24px;
        height: 24px;
    }

    .testimonial-stars {
        gap: 0.38rem;
        margin-bottom: 0.95rem;
        font-size: 0.9rem;
    }

    .testimonial-copy {
        font-size: 1rem;
        line-height: 1.48;
        min-height: 0;
        margin-bottom: 1.25rem;
    }

    .testimonial-link {
        align-self: flex-start;
        font-size: 0.92rem;
    }

    .stories-nav,
    .story-nav {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 50%;
        z-index: 2;
        background: rgba(255, 255, 255, 0.94);
        transform: translateY(-50%);
    }

    .stories-shell {
        position: relative;
    }

    .stories-nav[data-testimonial-nav="prev"] {
        left: -0.25rem;
    }

    .stories-nav[data-testimonial-nav="next"] {
        right: -0.25rem;
    }

    .reviews-footer p {
        font-size: 0.9rem;
    }

    .support-card {
        padding: 1.1rem;
    }

    .accordion-button {
        font-size: 0.92rem;
        line-height: 1.25;
        padding: 1rem 0.85rem;
    }

    .footer-contact-section {
        padding-top: 2rem;
    }

    .footer-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .footer-visit-card {
        grid-template-rows: 220px auto;
    }

    .footer-message-head {
        grid-template-columns: 1fr;
    }

    .footer-message-icon {
        display: none;
    }

    .footer-brand-head {
        align-items: flex-start;
    }

    .footer-copyright {
        flex-direction: column;
        gap: 0.35rem;
    }
}

@media (max-width: 430px) {
    .container,
    .home-hero-section .container,
    .home-journey-section .container,
    .home-pricing-section .container {
        padding-inline: 0.75rem;
    }

    .section-space {
        padding-top: 2rem;
    }

    .hero-content-panel .section-title {
        font-size: clamp(1.95rem, 11vw, 2.55rem);
    }

    .hero-content-panel p {
        font-size: 0.92rem;
    }

    .home-about-section .about-panel,
    .wellness-panel,
    .services-offered-panel,
    .home-pricing-section .pricing-panel,
    .journey-panel,
    .faq-panel,
    .footer-contact-panel,
    .footer-visit-card,
    .footer-message-card {
        border-radius: 20px;
    }

    .image-block,
    .services-offered-visual,
    .journey-panel .cover {
        min-height: 0;
        height: 165px;
    }

    .wellness-heading {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .journey-step {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 0.72rem;
    }

    .journey-step .number {
        width: 46px;
        height: 46px;
    }

    .stories-shell {
        grid-template-columns: 1fr;
    }

    .story-nav {
        display: none;
    }

    .footer-visit-card {
        grid-template-rows: 190px auto;
    }

    .footer-hours-card,
    .footer-office-stack,
    .footer-message-card {
        padding: 0.85rem;
    }

    .hours-list li {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }

    .site-floating-appointment {
        left: 0.65rem;
        bottom: 0.65rem;
        max-width: calc(100vw - 5rem);
    }

    .floating-appointment {
        padding: 0.64rem 0.75rem;
    }

    .floating-appointment small {
        display: none;
    }

    .site-floating-top {
        right: 0.65rem;
        bottom: 0.65rem;
    }
}

/* Mobile overflow QA: remove fixed-width pressure points across public pages. */
@media (max-width: 991px) {
    .booking-form-card .btn,
    .booking-form-card .btn[type="submit"],
    .contact-form-surface .btn,
    .header-actions .btn,
    body[data-locale="es"] .header-actions .btn {
        min-width: 0;
        white-space: normal;
    }

    .secure-flow-panel,
    .next-step-panel {
        grid-template-columns: 1fr;
    }

    .secure-flow-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .directory-filter-card,
    .contact-form-surface,
    .booking-form-card,
    .page-surface {
        padding: 1.15rem !important;
        border-radius: 24px;
    }

    .table-responsive {
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .nav-link-label,
    body[data-locale="es"] .nav-link-label {
        white-space: normal;
    }

    .booking-form-card .btn,
    .booking-form-card .btn[type="submit"],
    .contact-form-surface .btn {
        width: 100%;
    }

    .detail-stat-grid,
    .secure-flow-steps {
        grid-template-columns: 1fr;
    }

    .patient-intake-page .section-divider {
        white-space: normal;
        gap: 0.55rem;
        font-size: 0.72rem;
        line-height: 1.2;
    }

    .patient-intake-page .section-divider::before,
    .patient-intake-page .section-divider::after {
        flex-basis: 24px;
    }

    .form-control,
    .form-select {
        min-height: 46px;
        font-size: 0.94rem;
    }
}

@media (max-width: 360px) {
    .topbar-message .dot {
        display: none;
    }

    .topbar-message {
        gap: 0.25rem;
    }

    .hero-actions .btn,
    .footer-cta-actions .btn,
    .header-actions .btn {
        font-size: 0.88rem;
        padding-inline: 0.7rem;
    }

    .pricing-lead-list > span,
    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        margin-bottom: 0.1rem;
    }
}

/* Services offered final prototype match: compact grid, full-height image, no beige dead area. */
.home-services-section {
    padding-top: clamp(2.3rem, 3.3vw, 3.8rem);
}

.home-services-section .container {
    max-width: 1420px;
}

.home-services-section .services-offered-panel {
    padding: clamp(2.25rem, 2.9vw, 3rem) clamp(2.1rem, 2.9vw, 2.85rem) clamp(1.85rem, 2.4vw, 2.45rem);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(226, 232, 243, 0.74);
    box-shadow: 0 22px 64px rgba(35, 48, 84, 0.055);
}

.home-services-section .services-offered-panel h2 {
    display: block;
    margin: 0 0 clamp(1.65rem, 2.3vw, 2.28rem);
    color: #262626;
    font-size: clamp(1.82rem, 2.05vw, 2.28rem);
    line-height: 1.08;
    font-weight: 560;
    letter-spacing: -0.035em;
}

.home-services-section .services-offered-panel > .row {
    align-items: stretch !important;
    --bs-gutter-x: 0;
}

.home-services-section .services-offered-panel > .row > [class*="col-"] {
    display: flex;
}

.home-services-section .services-offered-grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding-right: clamp(1.6rem, 2.45vw, 2.55rem);
    margin: 0;
}

.home-services-section .service-offered-card {
    display: flex;
    flex-direction: column;
    min-height: clamp(248px, 17.5vw, 286px);
    padding: clamp(1rem, 1.35vw, 1.38rem) clamp(1.05rem, 1.45vw, 1.42rem);
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    box-shadow: none !important;
}

.home-services-section .service-offered-card:nth-child(-n+3) {
    border-bottom: 1px solid #dedede !important;
}

.home-services-section .service-offered-card:not(:nth-child(3n)) {
    border-right: 1px solid #dedede !important;
}

.home-services-section .service-offered-card img {
    width: clamp(58px, 4.7vw, 74px);
    height: clamp(58px, 4.7vw, 74px);
    margin: 0 0 0.82rem;
    object-fit: contain;
}

.home-services-section .service-offered-card h4 {
    margin: 0 0 0.58rem;
    color: #009bd6;
    font-size: clamp(1.14rem, 1.32vw, 1.48rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.home-services-section .service-offered-card p {
    margin: 0;
    color: #262626;
    font-size: clamp(0.98rem, 1.04vw, 1.14rem);
    line-height: 1.3;
    font-weight: 390;
    letter-spacing: -0.018em;
}

.home-services-section .services-offered-image {
    width: 100%;
    height: 100%;
    min-height: clamp(520px, 36vw, 592px);
    border-radius: 30px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.home-services-section .services-offered-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (min-width: 1200px) {
    .home-services-section .services-offered-panel > .row > .col-lg-7 {
        flex: 0 0 59%;
        max-width: 59%;
    }

    .home-services-section .services-offered-panel > .row > .col-lg-5 {
        flex: 0 0 41%;
        max-width: 41%;
    }
}

@media (max-width: 1199px) {
    .home-services-section .services-offered-panel {
        padding: 1.65rem;
    }

    .home-services-section .services-offered-panel > .row > [class*="col-"] {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .home-services-section .services-offered-grid {
        padding-right: 0;
        margin-bottom: 1.35rem;
    }

    .home-services-section .service-offered-card {
        min-height: 230px;
    }

    .home-services-section .services-offered-image {
        height: clamp(320px, 38vw, 430px);
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .home-services-section .services-offered-panel {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .home-services-section .services-offered-panel h2 {
        margin-bottom: 1.1rem;
        font-size: clamp(1.55rem, 7vw, 2rem);
    }

    .home-services-section .services-offered-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-services-section .service-offered-card,
    .home-services-section .service-offered-card:nth-child(-n+3),
    .home-services-section .service-offered-card:not(:nth-child(3n)) {
        min-height: 0;
        padding: 1rem 0.35rem;
        border-right: 0 !important;
        border-bottom: 1px solid #e4e4e4 !important;
    }

    .home-services-section .service-offered-card:last-child {
        border-bottom: 0 !important;
    }

    .home-services-section .service-offered-card img {
        width: 54px;
        height: 54px;
        margin-bottom: 0.65rem;
    }

    .home-services-section .service-offered-card h4 {
        font-size: 1.18rem;
    }

    .home-services-section .service-offered-card p {
        font-size: 0.94rem;
        line-height: 1.36;
    }

    .home-services-section .services-offered-image {
        height: 250px;
        border-radius: 22px;
    }

    .site-floating-appointment {
        display: none;
    }
}

@media (min-width: 768px) {
    .site-floating-appointment {
        opacity: 0.94;
    }

    .floating-appointment {
        min-height: 58px;
        padding: 0.62rem 0.92rem 0.62rem 0.7rem;
    }

    .floating-appointment i {
        width: 38px;
        height: 38px;
        border-radius: 15px;
    }

    .floating-appointment strong {
        font-size: 0.92rem;
    }

    .floating-appointment small {
        font-size: 0.72rem;
    }
}

/* Services offered exacting pass: prototype-style 3x2 matrix with image locked to the grid height. */
.home-services-section .services-offered-panel {
    overflow: hidden;
}

.home-services-section .services-offered-panel > .row {
    display: grid;
    grid-template-columns: minmax(0, 1.48fr) minmax(390px, 0.92fr);
    gap: clamp(1.5rem, 2.4vw, 2.6rem);
    align-items: stretch !important;
}

.home-services-section .services-offered-panel > .row > [class*="col-"] {
    display: flex;
    width: auto;
    max-width: none;
    flex: initial;
}

.home-services-section .services-offered-grid {
    align-self: stretch;
    padding-right: 0;
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.home-services-section .service-offered-card {
    justify-content: flex-start;
    min-height: 0;
    aspect-ratio: auto;
}

.home-services-section .services-offered-image {
    align-self: stretch;
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 0.94 / 1;
    border-radius: 0 30px 30px 0;
}

.home-services-section .services-offered-image img {
    object-position: 50% 50%;
}

@media (min-width: 1200px) {
    .home-services-section .services-offered-panel > .row > .col-lg-7,
    .home-services-section .services-offered-panel > .row > .col-lg-5 {
        flex: initial;
        max-width: none;
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .home-services-section .services-offered-panel {
        padding: 2rem;
    }

    .home-services-section .services-offered-panel > .row {
        grid-template-columns: minmax(0, 1.34fr) minmax(350px, 0.9fr);
        gap: 1.65rem;
    }

    .home-services-section .service-offered-card {
        aspect-ratio: auto;
        min-height: 230px;
    }

    .home-services-section .service-offered-card img {
        width: 58px;
        height: 58px;
    }

    .home-services-section .service-offered-card h4 {
        font-size: 1.18rem;
    }

    .home-services-section .service-offered-card p {
        font-size: 0.96rem;
        line-height: 1.31;
    }
}

@media (max-width: 1199px) {
    .home-services-section .services-offered-panel > .row {
        display: block;
    }

    .home-services-section .services-offered-grid {
        margin-bottom: 1.35rem;
    }

    .home-services-section .service-offered-card {
        aspect-ratio: auto;
    }

    .home-services-section .services-offered-image {
        height: auto;
        aspect-ratio: 1.75 / 1;
        border-radius: 28px;
    }
}

@media (max-width: 575px) {
    .home-services-section .services-offered-panel {
        padding: 1rem;
    }

    .home-services-section .service-offered-card {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        column-gap: 0.85rem;
        align-items: start;
    }

    .home-services-section .service-offered-card img {
        grid-row: span 2;
    }

    .home-services-section .service-offered-card h4 {
        margin-top: 0.1rem;
    }

    .home-services-section .services-offered-image {
        aspect-ratio: 1.32 / 1;
    }
}

/* Pricing section prototype lock: compact premium panel, balanced cards, no accidental dead space. */
.home-pricing-section {
    padding: clamp(2.4rem, 3.6vw, 4.2rem) 0 clamp(2.2rem, 3.2vw, 3.8rem);
}

.home-pricing-section .container {
    max-width: 1500px;
}

.home-pricing-section .pricing-panel {
    position: relative;
    overflow: hidden;
    padding: clamp(2.45rem, 3.35vw, 3.65rem) clamp(2.65rem, 4vw, 4.2rem);
    min-height: 0;
    border-radius: 34px;
    background:
        radial-gradient(circle at 20% 18%, rgba(43, 107, 255, 0.075), transparent 32%),
        radial-gradient(circle at 77% 20%, rgba(25, 183, 139, 0.05), transparent 30%),
        #fff;
    border: 1px solid rgba(219, 229, 246, 0.9);
    box-shadow: 0 24px 72px rgba(20, 38, 78, 0.055);
}

.home-pricing-section .pricing-panel > .row {
    display: grid;
    grid-template-columns: minmax(360px, 0.44fr) minmax(0, 1fr);
    gap: clamp(3rem, 5vw, 5.2rem);
    align-items: start;
}

.home-pricing-section .pricing-panel > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: initial;
}

.home-pricing-section .pricing-lead {
    height: auto;
    min-height: 0;
    padding: clamp(1.75rem, 2.5vw, 2.45rem);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.98) 58%),
        #f8fbff;
    border: 1px solid rgba(201, 218, 246, 0.9);
    box-shadow: 0 22px 54px rgba(43, 107, 255, 0.065);
}

.home-pricing-section .pricing-lead .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    width: auto;
    margin-bottom: 1.08rem;
    padding: 0.52rem 1.1rem;
    border-radius: 999px;
    color: #2385f5;
    background: linear-gradient(90deg, rgba(225, 239, 255, 0.98), rgba(235, 243, 255, 0.86));
    font-size: clamp(0.86rem, 0.96vw, 1.05rem);
    line-height: 1;
    font-weight: 760;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-pricing-section .pricing-lead .eyebrow::before {
    content: "\F53E";
    font-family: "bootstrap-icons";
    font-size: 1.02em;
    line-height: 1;
}

.home-pricing-section .pricing-lead h2 {
    max-width: 9.6em;
    margin: 0;
    color: #06265d;
    font-size: clamp(2.18rem, 3.15vw, 3.85rem);
    line-height: 0.98;
    font-weight: 820;
    letter-spacing: -0.072em;
}

.home-pricing-section .pricing-lead h2::after {
    width: 58px;
    height: 3px;
    margin: 1.25rem 0 1.1rem;
    border-radius: 999px;
    background: #2B6BFF;
}

.home-pricing-section .pricing-lead > p {
    max-width: 22rem;
    margin: 0 0 1.15rem;
    color: #506078;
    font-size: clamp(1rem, 1.16vw, 1.18rem);
    line-height: 1.34;
    font-weight: 410;
}

.home-pricing-section .pricing-lead-list {
    display: grid;
    gap: 0;
}

.home-pricing-section .pricing-lead-list > span {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 0.95rem;
    min-height: 78px;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background:
        linear-gradient(100deg, rgba(236, 243, 255, 0.92), rgba(255, 255, 255, 0.96));
    box-shadow: 0 16px 42px rgba(43, 107, 255, 0.075);
}

.home-pricing-section .pricing-lead-list > span + span {
    margin-top: 0.82rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(210, 220, 235, 0.8);
}

.home-pricing-section .pricing-lead-list > span:nth-child(2) {
    background: linear-gradient(100deg, rgba(223, 252, 237, 0.92), rgba(255, 255, 255, 0.96));
}

.home-pricing-section .pricing-lead-list > span:nth-child(3) {
    background: linear-gradient(100deg, rgba(243, 235, 255, 0.92), rgba(255, 255, 255, 0.96));
}

.home-pricing-section .pricing-lead-list > span > i {
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 14px;
    background: #2B6BFF;
    color: #fff;
    font-size: 1.22rem;
    box-shadow: 0 12px 26px rgba(43, 107, 255, 0.24);
}

.home-pricing-section .pricing-lead-list > span:nth-child(2) > i {
    background: #bff6d4;
    color: #07886f;
    box-shadow: none;
}

.home-pricing-section .pricing-lead-list > span:nth-child(3) > i {
    background: #f1e7ff;
    color: #6838e8;
    box-shadow: none;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy,
.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    color: #052764;
    font-size: clamp(0.98rem, 1.03vw, 1.08rem);
    line-height: 1.16;
    font-weight: 690;
    letter-spacing: -0.028em;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy small {
    display: block;
    margin-top: 0.18rem;
    color: #4d5c73;
    font-size: clamp(0.86rem, 0.94vw, 0.98rem);
    line-height: 1.22;
    font-weight: 410;
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 {
    display: grid;
    grid-template-rows: auto auto;
    gap: clamp(1.35rem, 2.2vw, 2.05rem);
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(1.45rem, 2.15vw, 2.15rem);
}

.home-pricing-section .pricing-panel > .row > .col-lg-8 > .row > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: initial;
}

.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    min-height: clamp(360px, 28vw, 438px);
    padding: clamp(2.1rem, 3.05vw, 3rem) clamp(1.2rem, 1.6vw, 1.55rem);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(224, 231, 242, 0.98);
    box-shadow: 0 18px 44px rgba(29, 42, 76, 0.08);
}

.home-pricing-section .pricing-card .icon {
    width: clamp(84px, 7vw, 108px);
    height: clamp(84px, 7vw, 108px);
    margin: 0 auto clamp(1.52rem, 2.3vw, 2.18rem);
    border-radius: 999px;
    background: #eaf3ff;
}

.home-pricing-section .pricing-card-green .icon {
    background: #e0f8ec;
}

.home-pricing-section .pricing-card-purple .icon {
    background: #f1e6ff;
}

.home-pricing-section .pricing-card .icon i {
    color: #2385f5;
    font-size: clamp(2.55rem, 3.1vw, 3.45rem);
    -webkit-text-stroke: 0.5px currentColor;
}

.home-pricing-section .pricing-card .icon img {
    width: clamp(58px, 4.7vw, 76px);
    height: clamp(58px, 4.7vw, 76px);
}

.home-pricing-section .pricing-card h4 {
    min-height: 2.45em;
    margin: 0;
    color: #050505;
    font-size: clamp(1.32rem, 1.68vw, 1.92rem);
    line-height: 1.04;
    font-weight: 760;
    letter-spacing: -0.055em;
}

.home-pricing-section .pricing-card h4::after {
    width: 48px;
    height: 3px;
    margin: clamp(1.1rem, 1.55vw, 1.55rem) auto clamp(1rem, 1.35vw, 1.28rem);
    border-radius: 999px;
}

.home-pricing-section .pricing-card .price {
    margin: 0 0 0.25rem;
    font-size: clamp(2.95rem, 4.1vw, 4.52rem);
    line-height: 0.92;
    font-weight: 820;
    letter-spacing: -0.07em;
}

.home-pricing-section .pricing-card p {
    color: #4a596f;
    font-size: clamp(1rem, 1.15vw, 1.22rem);
    line-height: 1.2;
    font-weight: 420;
}

.home-pricing-section .pricing-assurances {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 1.05rem 1.15rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 48px rgba(36, 62, 112, 0.07);
}

.home-pricing-section .assurance-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 0.86rem;
    padding: 0.12rem clamp(1rem, 1.35vw, 1.35rem);
    border-right: 1px solid rgba(203, 214, 231, 0.95);
}

.home-pricing-section .assurance-item:last-child {
    border-right: 0;
}

.home-pricing-section .assurance-item i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.18rem;
}

.home-pricing-section .assurance-item strong {
    margin-bottom: 0.12rem;
    font-size: clamp(0.95rem, 1vw, 1.06rem);
    line-height: 1.05;
    font-weight: 760;
    letter-spacing: -0.03em;
}

.home-pricing-section .assurance-item span {
    font-size: clamp(0.86rem, 0.94vw, 0.98rem);
    line-height: 1.2;
    color: #4d5c73;
}

@media (min-width: 1200px) {
    .home-pricing-section + .home-journey-section {
        padding-top: clamp(2.2rem, 3vw, 3.25rem);
    }

    .site-floating-appointment {
        bottom: 5.3rem;
        transform: scale(0.9);
        transform-origin: left bottom;
    }
}

@media (min-width: 1200px) and (max-width: 1530px) {
    .site-floating-appointment {
        left: 0.72rem;
        bottom: 4.85rem;
        transform: scale(0.76);
    }
}

@media (max-width: 1399px) and (min-width: 992px) {
    .home-pricing-section .pricing-panel {
        padding: 2.35rem;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: minmax(330px, 0.42fr) minmax(0, 1fr);
        gap: 3rem;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 360px;
    }
}

@media (max-width: 1199px) {
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .home-pricing-section .pricing-lead {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .home-pricing-section {
        padding: 2rem 0;
    }

    .home-pricing-section .pricing-panel {
        padding: 1rem;
        border-radius: 24px;
    }

    .home-pricing-section .pricing-lead {
        padding: 1.25rem;
        border-radius: 22px;
    }

    .home-pricing-section .pricing-lead h2 {
        max-width: 100%;
        font-size: clamp(2rem, 11vw, 3rem);
        letter-spacing: -0.06em;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row,
    .home-pricing-section .pricing-assurances {
        grid-template-columns: 1fr;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 0;
        padding: 1.5rem 1rem;
    }

    .home-pricing-section .pricing-card .icon {
        width: 78px;
        height: 78px;
        margin-bottom: 1rem;
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 0;
        font-size: 1.42rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 3.2rem;
    }

    .home-pricing-section .assurance-item {
        border-right: 0;
        border-bottom: 1px solid rgba(203, 214, 231, 0.9);
        padding: 0.8rem 0.4rem;
    }

    .home-pricing-section .assurance-item:last-child {
        border-bottom: 0;
    }
}

/* Pricing spacing correction: keep the prototype proportions when the viewport is not ultra-wide. */
.home-pricing-section .pricing-panel {
    max-width: 1420px;
    margin-inline: auto;
}

@media (min-width: 992px) {
    .home-pricing-section .pricing-panel {
        padding: clamp(2rem, 2.7vw, 3rem) clamp(2rem, 3.1vw, 3.5rem);
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: clamp(315px, 28vw, 380px) minmax(0, 1fr);
        gap: clamp(2rem, 3.35vw, 4.1rem);
    }

    .home-pricing-section .pricing-lead {
        padding: clamp(1.55rem, 2.1vw, 2.1rem);
        border-radius: 24px;
    }

    .home-pricing-section .pricing-lead h2 {
        font-size: clamp(2.22rem, 3.35vw, 3.7rem);
    }

    .home-pricing-section .pricing-lead-list > span {
        min-height: 72px;
        grid-template-columns: 50px minmax(0, 1fr);
        padding: 0.78rem 0.88rem;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 {
        gap: clamp(1.15rem, 1.65vw, 1.75rem);
        align-self: start;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        gap: clamp(1.1rem, 1.75vw, 1.9rem);
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: clamp(286px, 24vw, 400px);
        padding: clamp(1.55rem, 2.35vw, 2.55rem) clamp(1rem, 1.45vw, 1.45rem);
    }

    .home-pricing-section .pricing-card .icon {
        width: clamp(74px, 6.1vw, 102px);
        height: clamp(74px, 6.1vw, 102px);
        margin-bottom: clamp(1rem, 1.65vw, 1.75rem);
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 2.15em;
        font-size: clamp(1.2rem, 1.48vw, 1.72rem);
    }

    .home-pricing-section .pricing-card h4::after {
        margin: clamp(0.78rem, 1.1vw, 1.22rem) auto clamp(0.72rem, 1vw, 1.08rem);
    }

    .home-pricing-section .pricing-card .price {
        font-size: clamp(2.75rem, 3.55vw, 4.08rem);
    }

    .home-pricing-section .pricing-assurances {
        padding: 0.82rem 0.92rem;
        align-self: start;
    }

    .home-pricing-section .assurance-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0.72rem;
        padding-inline: clamp(0.75rem, 1vw, 1.1rem);
    }
}

@media (min-width: 992px) and (max-width: 1240px) {
    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 1.55rem;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        gap: 0.9rem;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: 280px;
    }

    .home-pricing-section .pricing-card h4 {
        font-size: 1.18rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: 2.8rem;
    }

    .home-pricing-section .pricing-assurances {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-pricing-section .assurance-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 0.55rem;
        padding-inline: 0.6rem;
    }

    .home-pricing-section .assurance-item i {
        width: 32px;
        height: 32px;
        font-size: 0.95rem;
    }

    .home-pricing-section .assurance-item strong {
        font-size: 0.82rem;
    }

    .home-pricing-section .assurance-item span {
        font-size: 0.76rem;
    }
}

/* Pricing left-panel cleanup: remove nested-looking frames and keep each feature as one clean row. */
.home-pricing-section .pricing-lead-list > span {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1rem;
    overflow: hidden;
    border: 0;
    box-shadow: 0 16px 34px rgba(32, 61, 112, 0.055);
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy {
    display: block;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
}

.home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
    display: block;
    background: transparent !important;
    box-shadow: none !important;
}

.home-pricing-section .pricing-lead-list > span::before,
.home-pricing-section .pricing-lead-list > span::after,
.home-pricing-section .pricing-lead-list .pricing-lead-copy::before,
.home-pricing-section .pricing-lead-list .pricing-lead-copy::after {
    display: none !important;
    content: none !important;
}

@media (min-width: 992px) {
    .home-pricing-section .pricing-lead-list > span {
        min-height: 76px;
        padding: 0.95rem 1rem;
    }
}

@media (max-width: 575px) {
    .home-pricing-section .pricing-lead-list > span {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 0.85rem;
        min-height: 0;
        padding: 0.82rem;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: 0.95rem;
        line-height: 1.14;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: 0.86rem;
        line-height: 1.2;
    }
}

/* Pricing final fit: equalize left and right visual heights at common laptop/desktop widths. */
@media (min-width: 992px) and (max-width: 1530px) {
    .home-pricing-section {
        padding-block: clamp(1.8rem, 2.6vw, 3rem);
    }

    .home-pricing-section .pricing-panel {
        padding: clamp(1.45rem, 2vw, 2.15rem) clamp(1.55rem, 2.35vw, 2.65rem);
        border-radius: 28px;
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: clamp(280px, 26vw, 340px) minmax(0, 1fr);
        gap: clamp(1.8rem, 3vw, 3.4rem);
        align-items: start;
    }

    .home-pricing-section .pricing-lead {
        padding: clamp(1.05rem, 1.5vw, 1.45rem);
        border-radius: 22px;
    }

    .home-pricing-section .pricing-lead .eyebrow {
        margin-bottom: 0.82rem;
        padding: 0.42rem 0.9rem;
        font-size: clamp(0.72rem, 0.78vw, 0.86rem);
        letter-spacing: 0.09em;
    }

    .home-pricing-section .pricing-lead h2 {
        max-width: 8.4em;
        font-size: clamp(1.58rem, 2.15vw, 2.45rem);
        line-height: 0.96;
        letter-spacing: -0.075em;
    }

    .home-pricing-section .pricing-lead h2::after {
        width: 54px;
        height: 3px;
        margin: 0.9rem 0 0.78rem;
    }

    .home-pricing-section .pricing-lead > p {
        max-width: 18rem;
        margin-bottom: 0.82rem;
        font-size: clamp(0.86rem, 0.94vw, 1rem);
        line-height: 1.25;
    }

    .home-pricing-section .pricing-lead-list > span {
        min-height: 58px;
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0.72rem;
        padding: 0.58rem 0.72rem;
        border-radius: 15px;
    }

    .home-pricing-section .pricing-lead-list > span + span {
        margin-top: 0.58rem;
        padding-top: 0.58rem;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 36px;
        height: 36px;
        border-radius: 12px;
        font-size: 1rem;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: clamp(0.8rem, 0.88vw, 0.96rem);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        margin-top: 0.1rem;
        font-size: clamp(0.72rem, 0.78vw, 0.86rem);
        line-height: 1.14;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 {
        gap: clamp(0.9rem, 1.35vw, 1.35rem);
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: clamp(300px, 22vw, 372px);
        padding: clamp(1.35rem, 2vw, 2.05rem) clamp(0.9rem, 1.25vw, 1.25rem);
    }

    .home-pricing-section .pricing-card .icon {
        width: clamp(70px, 5.6vw, 92px);
        height: clamp(70px, 5.6vw, 92px);
        margin-bottom: clamp(0.9rem, 1.25vw, 1.35rem);
    }

    .home-pricing-section .pricing-card h4 {
        min-height: 2em;
        font-size: clamp(1.1rem, 1.34vw, 1.55rem);
    }

    .home-pricing-section .pricing-card h4::after {
        width: 46px;
        margin: 0.72rem auto 0.68rem;
    }

    .home-pricing-section .pricing-card .price {
        font-size: clamp(2.45rem, 3.35vw, 3.7rem);
    }

    .home-pricing-section .pricing-card p {
        font-size: clamp(0.86rem, 0.96vw, 1.04rem);
    }

    .home-pricing-section .pricing-assurances {
        padding: 0.72rem 0.78rem;
        border-radius: 16px;
    }
}

/* Pricing desktop final correction: smaller left copy and matched visual height on all desktop widths. */
@media (min-width: 992px) {
    .home-pricing-section .pricing-panel {
        padding-top: clamp(1.55rem, 2.15vw, 2.75rem);
        padding-bottom: clamp(1.55rem, 2.15vw, 2.75rem);
    }

    .home-pricing-section .pricing-panel > .row {
        grid-template-columns: clamp(300px, 24vw, 390px) minmax(0, 1fr);
        gap: clamp(1.75rem, 3.2vw, 4.4rem);
    }

    .home-pricing-section .pricing-lead {
        align-self: start;
        padding: clamp(1rem, 1.35vw, 1.55rem);
    }

    .home-pricing-section .pricing-lead .eyebrow {
        margin-bottom: clamp(0.7rem, 0.85vw, 0.95rem);
        padding: 0.4rem 0.88rem;
        font-size: clamp(0.72rem, 0.78vw, 0.9rem);
    }

    .home-pricing-section .pricing-lead h2 {
        max-width: 9.2em;
        font-size: clamp(1.45rem, 2vw, 2.35rem);
        line-height: 0.98;
        letter-spacing: -0.068em;
    }

    .home-pricing-section .pricing-lead h2::after {
        width: 50px;
        margin: 0.78rem 0 0.68rem;
    }

    .home-pricing-section .pricing-lead > p {
        margin-bottom: 0.7rem;
        font-size: clamp(0.84rem, 0.92vw, 1rem);
        line-height: 1.25;
    }

    .home-pricing-section .pricing-lead-list > span {
        min-height: 52px;
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 0.62rem;
        padding: 0.52rem 0.66rem;
        border-radius: 14px;
    }

    .home-pricing-section .pricing-lead-list > span + span {
        margin-top: 0.52rem;
        padding-top: 0.52rem;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 32px;
        height: 32px;
        border-radius: 11px;
        font-size: 0.9rem;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list .pricing-lead-copy strong {
        font-size: clamp(0.76rem, 0.82vw, 0.95rem);
        line-height: 1.1;
        letter-spacing: -0.032em;
    }

    .home-pricing-section .pricing-lead-list .pricing-lead-copy small {
        font-size: clamp(0.68rem, 0.74vw, 0.84rem);
        line-height: 1.12;
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        min-height: clamp(255px, 18vw, 330px);
        padding-top: clamp(1.15rem, 1.55vw, 1.75rem);
        padding-bottom: clamp(1.15rem, 1.55vw, 1.75rem);
    }

    .home-pricing-section .pricing-assurances {
        margin-top: 0;
    }
}

/* Pricing card height and price weight polish. */
.home-pricing-section .pricing-card,
.home-pricing-section .pricing-card.h-100 {
    min-height: clamp(255px, 18vw, 330px) !important;
}

.home-pricing-section .pricing-card .price {
    font-weight: 620 !important;
    letter-spacing: -0.04em !important;
}

/* Patient support prototype match: centered intro, compact resource cards, stronger next-step CTA. */
.home-support-section {
    padding: clamp(2.5rem, 4vw, 4.8rem) 0 clamp(2.7rem, 4vw, 4.6rem);
}

.home-support-section .container {
    max-width: 1320px;
}

.home-support-section .section-heading {
    max-width: 820px;
    margin: 0 auto clamp(2.1rem, 3.1vw, 3rem);
    text-align: center;
}

.home-support-section .section-heading .eyebrow {
    color: #009bd6;
    font-size: clamp(1.2rem, 1.55vw, 1.7rem);
    line-height: 1.1;
    font-weight: 520;
    letter-spacing: -0.035em;
    text-transform: none;
}

.home-support-section .section-heading h2 {
    margin: 0.55rem auto 0;
    max-width: 760px;
    color: #262626;
    font-size: clamp(1.65rem, 2.2vw, 2.45rem);
    line-height: 1.12;
    font-weight: 520;
    letter-spacing: -0.045em;
}

.home-support-section .section-heading p {
    max-width: 680px;
    margin: 1rem auto 0;
    color: #262626;
    font-size: clamp(0.98rem, 1.1vw, 1.18rem);
    line-height: 1.42;
    font-weight: 390;
}

.home-support-section .resource-row {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.92fr) minmax(340px, 1.1fr);
    gap: clamp(1.25rem, 2vw, 1.8rem);
    align-items: stretch;
}

.home-support-section .resource-card {
    min-height: clamp(230px, 17vw, 270px);
    padding: clamp(1.65rem, 2.2vw, 2.25rem);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(229, 232, 238, 0.9);
    box-shadow: 0 18px 46px rgba(37, 45, 70, 0.055);
}

.home-support-section .resource-card::before {
    background: radial-gradient(circle at 88% 12%, rgba(77, 191, 239, 0.08), transparent 32%);
}

.home-support-section .resource-kicker {
    margin-bottom: 1.05rem;
    color: #59bfe9;
    font-size: 0.78rem;
    line-height: 1;
    font-weight: 760;
    letter-spacing: 0.14em;
}

.home-support-section .resource-card h4 {
    margin: 0 0 0.85rem;
    color: #262626;
    font-size: clamp(1.45rem, 1.7vw, 1.85rem);
    line-height: 1.1;
    font-weight: 520;
    letter-spacing: -0.045em;
}

.home-support-section .resource-card p {
    max-width: 360px;
    margin: 0;
    color: #4d5669;
    font-size: clamp(0.98rem, 1.04vw, 1.12rem);
    line-height: 1.38;
    font-weight: 390;
}

.home-support-section .resource-card .btn {
    min-width: 210px;
    margin-top: clamp(1.45rem, 2vw, 2rem);
    padding: 0.86rem 1.25rem;
    border-radius: 12px;
    font-size: clamp(1rem, 1.06vw, 1.15rem);
    font-weight: 520;
}

.home-support-section .resource-card.cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: clamp(2rem, 3vw, 2.9rem);
    background: #2B6BFF;
    border-color: #2B6BFF;
    box-shadow: 0 22px 54px rgba(43, 107, 255, 0.16);
}

.home-support-section .resource-card.cta .resource-kicker {
    color: rgba(255, 255, 255, 0.76);
}

.home-support-section .resource-card.cta h4 {
    max-width: 430px;
    color: #fff;
    font-size: clamp(1.65rem, 2vw, 2.15rem);
    font-weight: 560;
}

.home-support-section .resource-card.cta p {
    max-width: 420px;
    color: rgba(255, 255, 255, 0.92);
}

.home-support-section .resource-card.cta .btn {
    align-self: flex-start;
    min-width: 240px;
    color: #262626;
    background: #fff;
    border-color: #fff;
}

@media (max-width: 991px) {
    .home-support-section .resource-row {
        grid-template-columns: 1fr;
    }

    .home-support-section .resource-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .home-support-section {
        padding-block: 2.1rem;
    }

    .home-support-section .section-heading {
        margin-bottom: 1.45rem;
    }

    .home-support-section .section-heading h2 {
        font-size: clamp(1.45rem, 8vw, 2rem);
    }

    .home-support-section .resource-card {
        padding: 1.25rem;
        border-radius: 20px;
    }

    .home-support-section .resource-card .btn,
    .home-support-section .resource-card.cta .btn {
        width: 100%;
        min-width: 0;
    }
}

/* FAQ prototype match: compact intro, left-start filters, clean table-like accordion rows. */
.home-faq-section {
    padding: clamp(2.7rem, 4vw, 4.8rem) 0 clamp(2.4rem, 3.8vw, 4.4rem);
}

.home-faq-section .container {
    max-width: 1320px;
}

.home-faq-section::before {
    opacity: 0.42;
}

.home-faq-section .section-heading {
    max-width: 780px;
    margin: 0 auto clamp(2.35rem, 3.3vw, 3.2rem);
    text-align: center;
}

.home-faq-section .section-heading .eyebrow {
    color: #009bd6;
    font-size: clamp(1.25rem, 1.55vw, 1.72rem);
    line-height: 1.1;
    font-weight: 520;
    text-transform: none;
    letter-spacing: -0.035em;
}

.home-faq-section .section-heading h2 {
    margin: 0.72rem 0 0;
    color: #262626;
    font-size: clamp(1.7rem, 2.25vw, 2.45rem);
    line-height: 1.12;
    font-weight: 520;
    letter-spacing: -0.045em;
}

.home-faq-section .section-heading p {
    max-width: 660px;
    margin: 1rem auto 0;
    color: #262626;
    font-size: clamp(0.98rem, 1.05vw, 1.12rem);
    line-height: 1.48;
    font-weight: 390;
}

.home-faq-section .section-heading p a {
    color: #2B6BFF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-faq-section .faq-pills {
    justify-content: flex-start;
    max-width: 1180px;
    margin: 0 auto 1.2rem;
    gap: 0.62rem;
}

.home-faq-section .faq-pill {
    min-height: 48px;
    padding: 0.64rem 1.35rem;
    border-radius: 999px;
    color: #262626;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(203, 208, 218, 0.96);
    font-size: clamp(0.98rem, 1.04vw, 1.14rem);
    line-height: 1;
    font-weight: 420;
    letter-spacing: -0.02em;
    box-shadow: none;
}

.home-faq-section .faq-pill.active {
    color: #fff;
    background: #2B6BFF;
    border-color: #2B6BFF;
    box-shadow: 0 12px 26px rgba(43, 107, 255, 0.18);
}

.home-faq-section .faq-panel {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.home-faq-section .accordion {
    overflow: hidden;
    border: 1px solid rgba(215, 215, 215, 0.95);
    border-radius: 0;
    background: #fff;
}

.home-faq-section .accordion-item {
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(218, 218, 218, 0.95);
    border-radius: 0;
    background: #fff;
}

.home-faq-section .accordion-item:last-child {
    border-bottom: 0;
}

.home-faq-section .accordion-button {
    min-height: 68px;
    padding: 1.05rem 1.35rem;
    color: #050505;
    background: #fff;
    box-shadow: none !important;
    font-size: clamp(1.04rem, 1.18vw, 1.32rem);
    line-height: 1.22;
    font-weight: 520;
    letter-spacing: -0.025em;
}

.home-faq-section .accordion-button:not(.collapsed) {
    color: #050505;
    background: #fff;
}

.home-faq-section .accordion-button::after {
    width: 24px;
    height: 24px;
    margin-left: 1rem;
    background-image: none;
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    font-size: 2rem;
    line-height: 1;
    font-weight: 300;
    transform: none;
}

.home-faq-section .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: none;
}

.home-faq-section .accordion-body {
    padding: 0 1.35rem 1.15rem;
    color: #566176;
    font-size: clamp(0.98rem, 1.04vw, 1.12rem);
    line-height: 1.5;
    font-weight: 390;
}

@media (max-width: 767px) {
    .home-faq-section {
        padding-block: 2.25rem;
    }

    .home-faq-section .section-heading {
        margin-bottom: 1.6rem;
    }

    .home-faq-section .faq-pills {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 0 0.35rem;
        margin-bottom: 0.85rem;
        scroll-snap-type: x proximity;
    }

    .home-faq-section .faq-pill {
        flex: 0 0 auto;
        min-height: 42px;
        padding: 0.58rem 1rem;
        font-size: 0.95rem;
        scroll-snap-align: start;
    }

    .home-faq-section .accordion-button {
        min-height: 60px;
        padding: 0.95rem 1rem;
        font-size: 1rem;
    }

    .home-faq-section .accordion-button::after {
        font-size: 1.65rem;
    }

    .home-faq-section .accordion-body {
        padding: 0 1rem 1rem;
        font-size: 0.94rem;
    }
}

/* FAQ collapsed-list correction: match the simple previous/prototype row treatment. */
.home-faq-section .accordion-button {
    justify-content: flex-start;
}

.home-faq-section .accordion-button::after {
    flex: 0 0 auto;
    margin-left: 1.35rem;
    margin-right: 0;
}

.home-faq-section .accordion-button:not(.collapsed) {
    color: #2B6BFF;
}

.home-faq-section .accordion-button:not(.collapsed)::after {
    color: #262626;
}

/* FAQ final shape: centered rounded list matching the preferred clean row reference. */
.home-faq-section .faq-panel {
    max-width: min(1180px, calc(100vw - 2rem));
    margin-inline: auto;
}

.home-faq-section .accordion {
    border-radius: 18px;
    border: 1px solid rgba(208, 213, 222, 0.95);
    background: #fff;
    box-shadow: 0 18px 44px rgba(35, 45, 70, 0.045);
}

.home-faq-section .accordion-item:first-child,
.home-faq-section .accordion-item:first-child .accordion-button {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.home-faq-section .accordion-item:last-child,
.home-faq-section .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.home-faq-section .accordion-button {
    min-height: 66px;
    padding: 1rem 1.35rem;
    color: #111;
    font-size: clamp(1.05rem, 1.14vw, 1.28rem);
    font-weight: 520;
}

.home-faq-section .accordion-button::after {
    margin-left: 1.2rem;
    font-size: 1.62rem;
    color: #111;
}

.home-faq-section .accordion-body {
    padding: 0 1.35rem 1.15rem;
}

@media (max-width: 575px) {
    .home-faq-section .faq-panel {
        max-width: 100%;
    }

    .home-faq-section .accordion {
        border-radius: 14px;
    }

    .home-faq-section .accordion-item:first-child,
    .home-faq-section .accordion-item:first-child .accordion-button {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .home-faq-section .accordion-item:last-child,
    .home-faq-section .accordion-item:last-child .accordion-button.collapsed {
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }
}

/* Footer contact/map prototype match: map-first clinic card with clean hours and office details. */
.site-footer .footer-contact-section {
    padding-top: clamp(2rem, 3vw, 3.25rem);
}

.site-footer .footer-contact-panel.footer-studio-panel {
    max-width: 1480px;
    margin-inline: auto;
    padding: clamp(0.9rem, 1.25vw, 1.35rem);
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07)),
        rgba(255, 255, 255, 0.08);
}

.site-footer .footer-studio-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: clamp(1rem, 1.5vw, 1.45rem);
    align-items: stretch;
}

.site-footer .footer-visit-card,
.site-footer .footer-message-card {
    border-radius: 24px;
    background: #fff;
    border: 0;
    box-shadow: 0 22px 54px rgba(14, 54, 156, 0.18);
}

.site-footer .footer-visit-card {
    padding: clamp(1rem, 1.3vw, 1.25rem);
    grid-template-rows: clamp(260px, 19vw, 315px) auto;
    gap: clamp(1.15rem, 1.45vw, 1.55rem);
}

.site-footer .footer-map.footer-map-feature {
    margin: 0;
    border: 0;
    border-radius: 22px;
    background: #eef4ff;
    box-shadow: none;
}

.site-footer .footer-map.footer-map-feature iframe {
    height: 100%;
    filter: saturate(0.94) contrast(0.98);
}

.site-footer .footer-map-badge {
    left: clamp(1rem, 2vw, 2rem);
    top: clamp(1rem, 1.5vw, 1.35rem);
    bottom: auto;
    width: min(285px, calc(100% - 2rem));
    padding: 0.72rem 0.88rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(181, 181, 181, 0.9);
    box-shadow: 0 10px 24px rgba(38, 38, 38, 0.14);
    backdrop-filter: blur(6px);
}

.site-footer .footer-map-badge strong {
    margin: 0 0 0.12rem;
    color: #262626;
    font-size: 1rem;
    line-height: 1.05;
    font-weight: 760;
    letter-spacing: -0.015em;
}

.site-footer .footer-map-badge span {
    color: #262626;
    font-size: 0.91rem;
    line-height: 1.2;
    font-weight: 420;
    letter-spacing: -0.01em;
    text-transform: none;
}

.site-footer .footer-map-badge a {
    display: none;
}

.site-footer .footer-visit-content {
    grid-template-columns: minmax(0, 1.22fr) minmax(250px, 0.78fr);
    gap: clamp(1rem, 1.6vw, 1.65rem);
    align-items: start;
}

.site-footer .footer-hours-card,
.site-footer .footer-office-stack {
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-footer .footer-hours-card .footer-section-label {
    display: none;
}

.site-footer .footer-hours-card h5 {
    margin: 0 0 0.72rem;
    color: #262626;
    font-size: clamp(1.35rem, 1.45vw, 1.62rem);
    line-height: 1.12;
    font-weight: 760;
    letter-spacing: -0.035em;
}

.site-footer .hours-list {
    display: grid;
    gap: 0.44rem;
    margin: 0;
}

.site-footer .hours-list li {
    display: grid;
    grid-template-columns: 125px minmax(0, 1fr);
    gap: 0.9rem;
    align-items: baseline;
    padding: 0;
    border: 0;
    color: #262626;
    font-size: clamp(0.92rem, 0.96vw, 1.04rem);
    line-height: 1.25;
}

.site-footer .hours-list li span:first-child {
    color: #262626;
    font-weight: 760;
}

.site-footer .hours-list li span:last-child {
    color: #262626;
    font-weight: 420;
}

.site-footer .footer-office-stack {
    display: grid;
    gap: 0.42rem;
}

.site-footer .footer-office-stack article {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1rem 1.08rem;
    border: 1px solid rgba(215, 215, 215, 0.95);
    border-radius: 10px;
    background: #fff;
}

.site-footer .footer-office-stack article > i {
    display: none;
}

.site-footer .footer-office-stack strong {
    margin: 0 0 0.18rem;
    color: #009bd6;
    font-size: 1.06rem;
    line-height: 1.1;
    font-weight: 760;
    letter-spacing: -0.025em;
}

.site-footer .footer-office-stack span {
    color: #262626;
    font-size: clamp(0.94rem, 0.98vw, 1.05rem);
    line-height: 1.22;
    font-weight: 420;
}

.site-footer .location-contacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 0.72rem;
    padding: 0;
}

.site-footer .location-contacts a,
.site-footer .location-contacts span {
    display: block;
    padding: 0;
    min-height: 0;
    color: #262626;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.site-footer .location-contacts i {
    display: none;
}

.site-footer .location-contacts strong,
.site-footer .location-contacts em {
    display: block;
    color: #262626;
    font-style: normal;
    line-height: 1.18;
}

.site-footer .location-contacts strong {
    margin-bottom: 0.18rem;
    font-size: 0.92rem;
    font-weight: 820;
    text-transform: uppercase;
}

.site-footer .location-contacts em {
    font-size: clamp(0.92rem, 0.98vw, 1.04rem);
    font-weight: 420;
}

.site-footer .footer-message-card {
    padding: clamp(1.55rem, 2.2vw, 2.2rem);
}

.site-footer .footer-message-card h3,
.site-footer .footer-message-card p {
    color: #262626;
}

@media (max-width: 1199px) {
    .site-footer .footer-studio-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .site-footer .footer-contact-panel.footer-studio-panel {
        padding: 0.7rem;
        border-radius: 24px;
    }

    .site-footer .footer-visit-card {
        grid-template-rows: 220px auto;
        border-radius: 20px;
    }

    .site-footer .footer-visit-content {
        grid-template-columns: 1fr;
    }

    .site-footer .hours-list li {
        grid-template-columns: 105px minmax(0, 1fr);
        gap: 0.7rem;
        font-size: 0.92rem;
    }

    .site-footer .footer-office-stack article {
        padding: 0.9rem;
    }
}

@media (max-width: 430px) {
    .site-footer .footer-visit-card {
        grid-template-rows: 185px auto;
        padding: 0.78rem;
    }

    .site-footer .footer-map-badge {
        left: 0.75rem;
        top: 0.75rem;
        width: min(245px, calc(100% - 1.5rem));
        padding: 0.58rem 0.68rem;
    }

    .site-footer .footer-map-badge span {
        font-size: 0.78rem;
    }

    .site-footer .hours-list li {
        grid-template-columns: 1fr;
        gap: 0.08rem;
    }

    .site-footer .location-contacts {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
}

/* Footer social replacement: remove bulky quick-actions block and match the compact social pill reference. */
.site-footer .footer-main-grid {
    grid-template-columns: minmax(360px, 1.45fr) minmax(145px, 0.46fr) minmax(185px, 0.54fr) auto;
    gap: clamp(1.25rem, 2.2vw, 2.4rem);
    align-items: center;
    padding-top: clamp(1.65rem, 2.2vw, 2.25rem);
}

.site-footer .footer-social-pill {
    justify-self: end;
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.72rem;
    padding: 0.72rem 1rem;
    min-width: 178px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(15, 48, 140, 0.18);
}

.site-footer .footer-social-pill a {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2B6BFF;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.site-footer .footer-social-pill a:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
}

.site-footer .footer-social-pill a[aria-label="LinkedIn"] {
    color: #0a66c2;
}

.site-footer .footer-social-pill a[aria-label="Instagram"] {
    color: #e4405f;
}

.site-footer .footer-social-pill a[aria-label="Facebook"] {
    color: #1877f2;
}

.site-footer .footer-connect-card,
.site-footer .footer-mini-actions,
.site-footer .footer-call-link {
    display: none !important;
}

@media (max-width: 991px) {
    .site-footer .footer-main-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .site-footer .footer-brand-card,
    .site-footer .footer-social-pill {
        grid-column: 1 / -1;
    }

    .site-footer .footer-social-pill {
        justify-self: start;
    }
}

@media (max-width: 575px) {
    .site-footer .footer-main-grid {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        text-align: left;
    }

    .site-footer .footer-brand-head {
        align-items: center;
    }

    .site-footer .footer-social-pill {
        justify-self: center;
        min-width: 166px;
        padding: 0.62rem 0.85rem;
    }

    .site-footer .footer-social-pill a {
        width: 40px;
        height: 40px;
        font-size: 1.75rem;
    }
}

/* Header desktop no-overlap lock: reserve space for CTAs and let navigation compress gracefully. */
@media (min-width: 1200px) {
    .site-header .header-nav-shell {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: clamp(1rem, 1.8vw, 2rem);
        align-items: center;
    }

    .site-header .navbar-brand {
        margin-right: 0;
    }

    .site-header .navbar-collapse {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: clamp(0.9rem, 1.5vw, 1.65rem);
        min-width: 0;
        align-items: center;
    }

    .site-header .site-nav-list {
        justify-content: end;
        gap: clamp(0.78rem, 1vw, 1.32rem);
        min-width: 0;
        overflow: visible;
    }

    .site-header .nav-item,
    .site-header .nav-link {
        min-width: 0;
    }

    .site-header .nav-link {
        padding-inline: 0 !important;
        font-size: clamp(0.82rem, 0.78vw, 0.98rem);
        letter-spacing: -0.012em;
    }

    .site-header .header-actions {
        justify-self: end;
        gap: 0.72rem;
        min-width: max-content;
    }

    .site-header .header-actions .btn {
        min-width: 142px;
        min-height: 48px;
        padding: 0.72rem 0.9rem;
        border-radius: 16px;
        font-size: clamp(0.86rem, 0.78vw, 0.98rem);
        flex: 0 0 auto;
    }

    .site-header .header-actions .btn i {
        width: 20px;
        height: 20px;
        font-size: 0.94rem;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .navbar-brand img,
    body[data-locale="es"] .navbar-brand img {
        width: 96px;
    }

    .site-header .header-nav-shell {
        column-gap: 0.9rem;
    }

    .site-header .navbar-collapse {
        gap: 0.75rem;
    }

    .site-header .site-nav-list,
    body[data-locale="es"] .site-nav-list {
        gap: clamp(0.48rem, 0.72vw, 0.75rem);
    }

    .site-header .nav-link,
    body[data-locale="es"] .nav-link {
        font-size: clamp(0.76rem, 0.7vw, 0.86rem);
    }

    .site-header .header-actions,
    body[data-locale="es"] .header-actions {
        gap: 0.45rem;
    }

    .site-header .header-actions .btn,
    body[data-locale="es"] .header-actions .btn {
        min-width: 128px;
        min-height: 44px;
        padding: 0.62rem 0.72rem;
        font-size: 0.8rem;
    }
}

/* Footer office card final match: wider map card, compact address column, and no phone/fax wrapping. */
.site-footer .footer-contact-panel.footer-studio-panel {
    padding: clamp(0.75rem, 1vw, 1rem);
}

.site-footer .footer-studio-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.site-footer .footer-visit-card {
    padding: clamp(0.85rem, 1.05vw, 1.05rem);
    grid-template-rows: clamp(245px, 18vw, 300px) auto;
    gap: clamp(1.1rem, 1.35vw, 1.45rem);
}

.site-footer .footer-map.footer-map-feature {
    border-radius: 19px;
}

.site-footer .footer-map-badge {
    left: clamp(1.35rem, 2.6vw, 2.85rem);
    top: clamp(0.72rem, 1.1vw, 1.05rem);
    width: min(245px, calc(100% - 2rem));
    padding: 0.62rem 0.78rem;
    border-radius: 8px;
}

.site-footer .footer-map-badge strong {
    font-size: 0.94rem;
    line-height: 1.05;
}

.site-footer .footer-map-badge span {
    font-size: 0.86rem;
    line-height: 1.15;
}

.site-footer .footer-visit-content {
    grid-template-columns: minmax(330px, 1fr) minmax(260px, 0.74fr);
    gap: clamp(1.25rem, 2.1vw, 2.1rem);
}

.site-footer .footer-hours-card h5 {
    margin-bottom: 0.78rem;
    font-size: clamp(1.22rem, 1.28vw, 1.45rem);
}

.site-footer .hours-list {
    gap: 0.46rem;
}

.site-footer .hours-list li {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 1rem;
    font-size: clamp(0.88rem, 0.92vw, 1rem);
    line-height: 1.2;
}

.site-footer .hours-list li span:last-child {
    text-align: left;
}

.site-footer .footer-office-stack {
    gap: 0.36rem;
}

.site-footer .footer-office-stack article {
    padding: 0.76rem 0.92rem;
    border-radius: 9px;
}

.site-footer .footer-office-stack strong {
    font-size: 0.98rem;
}

.site-footer .footer-office-stack span {
    font-size: clamp(0.86rem, 0.92vw, 0.98rem);
}

.site-footer .location-contacts {
    gap: clamp(0.75rem, 1.6vw, 1.35rem);
    margin-top: 0.78rem;
}

.site-footer .location-contacts strong {
    font-size: 0.84rem;
}

.site-footer .location-contacts em {
    white-space: nowrap;
    font-size: clamp(0.86rem, 0.92vw, 0.98rem);
    letter-spacing: -0.02em;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .site-footer .footer-contact-panel.footer-studio-panel {
        max-width: 960px;
    }

    .site-footer .footer-visit-content {
        grid-template-columns: minmax(350px, 1fr) minmax(280px, 0.72fr);
    }

    .site-footer .hours-list li {
        grid-template-columns: 128px minmax(0, 1fr);
    }
}

@media (max-width: 767px) {
    .site-footer .footer-visit-card {
        grid-template-rows: 230px auto;
    }

    .site-footer .footer-visit-content {
        grid-template-columns: 1fr;
        gap: 1.15rem;
    }

    .site-footer .footer-office-stack {
        grid-template-columns: 1fr;
    }

    .site-footer .location-contacts {
        grid-template-columns: repeat(2, minmax(0, max-content));
        justify-content: start;
    }
}

@media (max-width: 430px) {
    .site-footer .footer-visit-card {
        grid-template-rows: 190px auto;
    }

    .site-footer .footer-map-badge {
        left: 0.65rem;
        top: 0.65rem;
        width: min(235px, calc(100% - 1.3rem));
    }

    .site-footer .location-contacts {
        grid-template-columns: 1fr;
    }

    .site-footer .location-contacts em {
        white-space: normal;
    }
}

/* Top appointment strip highlight: premium soft flash without harsh blinking. */
.topbar {
    position: relative;
    overflow: hidden;
}

.topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(110deg, transparent 0%, rgba(81, 198, 245, 0.18) 18%, transparent 34%),
        radial-gradient(circle at 35% 50%, rgba(43, 107, 255, 0.1), transparent 30%);
    transform: translateX(-115%);
    animation: topbarSheen 4.8s ease-in-out infinite;
}

.topbar-inner {
    position: relative;
    z-index: 1;
}

.topbar-message {
    position: relative;
    font-weight: 650;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.06);
}

.topbar-message > i {
    width: 21px;
    height: 21px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(81, 198, 245, 0.12);
    box-shadow: 0 0 0 0 rgba(81, 198, 245, 0.35);
    animation: topbarIconPulse 2.4s ease-out infinite;
}

.topbar-message a {
    color: #34c7ff;
    font-weight: 800;
    position: relative;
    isolation: isolate;
}

.topbar-message a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 1.15rem;
    bottom: -0.14rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0.8;
    animation: topbarLinkUnderline 3.2s ease-in-out infinite;
}

.topbar-message a .bi-arrow-right {
    animation: topbarArrowNudge 1.55s ease-in-out infinite;
}

@keyframes topbarSheen {
    0%, 42% {
        transform: translateX(-115%);
        opacity: 0;
    }
    54% {
        opacity: 1;
    }
    76%, 100% {
        transform: translateX(115%);
        opacity: 0;
    }
}

@keyframes topbarIconPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(81, 198, 245, 0.34);
        transform: translateY(0);
    }
    58% {
        box-shadow: 0 0 0 8px rgba(81, 198, 245, 0);
        transform: translateY(-1px);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(81, 198, 245, 0);
        transform: translateY(0);
    }
}

@keyframes topbarLinkUnderline {
    0%, 32% {
        transform: scaleX(0);
        opacity: 0;
    }
    48%, 72% {
        transform: scaleX(1);
        opacity: 0.9;
    }
    100% {
        transform: scaleX(0);
        opacity: 0;
    }
}

@keyframes topbarArrowNudge {
    0%, 100% {
        transform: translateX(0);
    }
    48% {
        transform: translateX(4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar::before,
    .topbar-message > i,
    .topbar-message a::after,
    .topbar-message a .bi-arrow-right {
        animation: none !important;
    }
}

/* Topbar full-message flash: highlight the entire appointment announcement, not only the CTA. */
.topbar-message {
    padding: 0.08rem 0.18rem;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.075), rgba(255,255,255,0));
    background-size: 220% 100%;
    animation: topbarTextGlow 3.8s ease-in-out infinite, topbarMessageSweep 5.2s ease-in-out infinite;
}

.topbar-message::after {
    content: "";
    position: absolute;
    left: 1.95rem;
    right: 0.1rem;
    bottom: -0.18rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, #51c6f5 18%, #2B6BFF 50%, #51c6f5 82%, transparent);
    transform: scaleX(0.12);
    transform-origin: left;
    opacity: 0;
    animation: topbarFullUnderline 3.8s ease-in-out infinite;
}

.topbar-message .dot {
    color: rgba(255, 255, 255, 0.88);
    text-shadow: 0 0 10px rgba(81, 198, 245, 0.3);
}

@keyframes topbarTextGlow {
    0%, 100% {
        color: #fff;
        text-shadow: 0 0 0 rgba(81, 198, 245, 0);
    }
    42%, 62% {
        color: #ffffff;
        text-shadow:
            0 0 10px rgba(81, 198, 245, 0.32),
            0 0 22px rgba(43, 107, 255, 0.22);
    }
}

@keyframes topbarMessageSweep {
    0%, 36% {
        background-position: 120% 0;
    }
    68%, 100% {
        background-position: -120% 0;
    }
}

@keyframes topbarFullUnderline {
    0%, 28% {
        transform: scaleX(0.08);
        opacity: 0;
    }
    48% {
        transform: scaleX(1);
        opacity: 0.95;
    }
    82%, 100% {
        transform: scaleX(1);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar-message,
    .topbar-message::after {
        animation: none !important;
    }
}

/* Topbar stronger attention pass: visibly highlights the full appointment message. */
.topbar .topbar-message {
    isolation: isolate;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background:
        linear-gradient(90deg, rgba(43, 107, 255, 0.04), rgba(81, 198, 245, 0.22), rgba(43, 107, 255, 0.04));
    background-size: 240% 100%;
    box-shadow:
        0 0 0 1px rgba(81, 198, 245, 0.12),
        0 0 24px rgba(81, 198, 245, 0.08);
    animation:
        topbarStrongSweep 2.75s ease-in-out infinite,
        topbarStrongGlow 1.85s ease-in-out infinite;
}

.topbar .topbar-message::before {
    content: "";
    position: absolute;
    inset: -3px -8px;
    z-index: -1;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(81, 198, 245, 0.32), transparent);
    filter: blur(10px);
    opacity: 0;
    transform: translateX(-35%);
    animation: topbarGlowRunner 2.8s ease-in-out infinite;
}

.topbar .topbar-message::after {
    left: 0.55rem;
    right: 0.55rem;
    bottom: -0.22rem;
    height: 3px;
    background: linear-gradient(90deg, #51c6f5, #2B6BFF, #51c6f5);
    box-shadow: 0 0 14px rgba(81, 198, 245, 0.7);
    transform-origin: center;
    animation: topbarStrongUnderline 2.15s ease-in-out infinite;
}

.topbar .topbar-message > i {
    color: #ffffff;
    background: linear-gradient(135deg, #2B6BFF, #04bdf5);
    box-shadow:
        0 0 0 0 rgba(81, 198, 245, 0.65),
        0 0 16px rgba(81, 198, 245, 0.36);
    animation: topbarIconStrongPulse 1.65s ease-out infinite;
}

.topbar .topbar-message a {
    color: #51d7ff;
    text-shadow: 0 0 14px rgba(81, 198, 245, 0.42);
}

.topbar .topbar-message a .bi-arrow-right {
    display: inline-flex;
    animation: topbarArrowStrong 0.95s ease-in-out infinite;
}

@keyframes topbarStrongSweep {
    0% {
        background-position: 115% 0;
    }
    50% {
        background-position: 0% 0;
    }
    100% {
        background-position: -115% 0;
    }
}

@keyframes topbarStrongGlow {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(81, 198, 245, 0.08),
            0 0 18px rgba(81, 198, 245, 0.08);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(81, 198, 245, 0.28),
            0 0 34px rgba(81, 198, 245, 0.32);
    }
}

@keyframes topbarGlowRunner {
    0%, 100% {
        opacity: 0;
        transform: translateX(-38%);
    }
    45%, 58% {
        opacity: 1;
    }
    78% {
        opacity: 0;
        transform: translateX(38%);
    }
}

@keyframes topbarStrongUnderline {
    0%, 100% {
        opacity: 0.2;
        transform: scaleX(0.35);
    }
    50% {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes topbarIconStrongPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(81, 198, 245, 0.62), 0 0 16px rgba(81, 198, 245, 0.36);
    }
    58% {
        transform: scale(1.08);
        box-shadow: 0 0 0 9px rgba(81, 198, 245, 0), 0 0 22px rgba(81, 198, 245, 0.55);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(81, 198, 245, 0), 0 0 16px rgba(81, 198, 245, 0.36);
    }
}

@keyframes topbarArrowStrong {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(7px);
    }
}

@media (max-width: 575px) {
    .topbar .topbar-message {
        border-radius: 14px;
        padding: 0.35rem 0.55rem;
    }

    .topbar .topbar-message::after {
        bottom: -0.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar .topbar-message,
    .topbar .topbar-message::before,
    .topbar .topbar-message::after,
    .topbar .topbar-message > i,
    .topbar .topbar-message a .bi-arrow-right {
        animation: none !important;
    }
}

/* Topbar text animation mode: animate the words themselves, not a background block. */
.topbar .topbar-message {
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none;
    animation: topbarTextBreath 2.7s ease-in-out infinite !important;
}

.topbar .topbar-message::before,
.topbar .topbar-message::after {
    display: none !important;
    content: none !important;
}

.topbar .topbar-message,
.topbar .topbar-message .dot {
    color: #fff;
}

.topbar .topbar-message > i {
    background: transparent;
    color: #51c6f5;
    box-shadow: none;
    animation: topbarIconTinyBeat 1.8s ease-in-out infinite !important;
}

.topbar .topbar-message a {
    background: linear-gradient(90deg, #51c6f5, #ffffff, #2B6BFF, #51c6f5);
    background-size: 260% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    text-shadow: none;
    animation: topbarCtaTextRun 1.85s linear infinite !important;
}

.topbar .topbar-message a .bi-arrow-right {
    color: #51c6f5;
    -webkit-text-fill-color: #51c6f5;
    animation: topbarArrowStrong 0.95s ease-in-out infinite !important;
}

@keyframes topbarTextBreath {
    0%, 100% {
        letter-spacing: 0.005em;
        filter: brightness(1);
    }
    48% {
        letter-spacing: 0.026em;
        filter: brightness(1.35) drop-shadow(0 0 8px rgba(81, 198, 245, 0.42));
    }
}

@keyframes topbarCtaTextRun {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 260% 50%;
    }
}

@keyframes topbarIconTinyBeat {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(81, 198, 245, 0));
    }
    50% {
        transform: scale(1.14);
        filter: drop-shadow(0 0 8px rgba(81, 198, 245, 0.72));
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar .topbar-message,
    .topbar .topbar-message > i,
    .topbar .topbar-message a,
    .topbar .topbar-message a .bi-arrow-right {
        animation: none !important;
    }
}

/* Patient forms page: dropdown-driven document loader matching the prototype flow. */
.patient-forms-page {
    padding-top: clamp(1.4rem, 2.2vw, 2.6rem);
}

.patient-forms-shell {
    padding: clamp(1.15rem, 2vw, 1.65rem);
    border-radius: 34px;
    background:
        radial-gradient(circle at 88% 10%, rgba(81, 198, 245, 0.08), transparent 28%),
        #fff;
    box-shadow: 0 24px 70px rgba(36, 48, 84, 0.08);
}

.patient-forms-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

.patient-form-select-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(43, 107, 255, 0.46);
    border-radius: 14px;
    background: #fff;
    color: #2B6BFF;
    box-shadow: 0 14px 28px rgba(43, 107, 255, 0.06);
}

.patient-form-select {
    width: 100%;
    min-height: 56px;
    padding: 0 2.8rem 0 1.12rem;
    border: 0;
    border-radius: inherit;
    appearance: none;
    background: transparent;
    color: #2B6BFF;
    font: inherit;
    font-size: 1.02rem;
    font-weight: 650;
    letter-spacing: -0.025em;
    cursor: pointer;
}

.patient-form-select:focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(43, 107, 255, 0.13);
}

.patient-form-select-wrap > i {
    position: absolute;
    right: 1rem;
    pointer-events: none;
    color: #2B6BFF;
    font-size: 1rem;
}

.patient-forms-hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
}

.patient-forms-hero-title {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 1.5vw, 1.4rem);
}

.patient-forms-hero-title img {
    width: clamp(78px, 7vw, 102px);
    flex: 0 0 auto;
}

.patient-forms-header h1 {
    margin: 0.22rem 0 0.25rem;
    color: #262626;
    font-size: clamp(2.1rem, 3vw, 3.65rem);
    line-height: 1;
    font-weight: 520;
    letter-spacing: -0.055em;
}

.patient-forms-header p {
    max-width: 720px;
    margin: 0;
    color: #697386;
    font-size: clamp(1rem, 1.1vw, 1.2rem);
    line-height: 1.35;
}

.patient-forms-hero-actions,
.selected-form-actions {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.selected-form-panel {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.selected-form-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    padding: clamp(1.15rem, 2vw, 1.65rem);
    border-bottom: 1px solid rgba(220, 228, 241, 0.95);
}

.selected-form-summary h2 {
    margin: 0.25rem 0 0.32rem;
    color: #262626;
    font-size: clamp(1.55rem, 2vw, 2.25rem);
    line-height: 1.08;
    font-weight: 560;
    letter-spacing: -0.045em;
}

.selected-form-summary p {
    max-width: 720px;
    margin: 0;
    color: #657185;
    font-size: 1rem;
    line-height: 1.45;
}

.patient-form-preview {
    height: min(78vh, 860px);
    min-height: 620px;
    background: #eef3fb;
}

.patient-form-preview iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #fff;
}

@media (max-width: 991px) {
    .patient-forms-toolbar {
        grid-template-columns: 1fr;
    }

    .patient-forms-toolbar .toolbar-note {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .patient-forms-hero-content,
    .selected-form-summary {
        grid-template-columns: 1fr;
    }

    .patient-forms-hero-actions,
    .selected-form-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .patient-forms-shell {
        padding: 0.85rem;
        border-radius: 24px;
    }

    .patient-forms-toolbar {
        grid-template-columns: 1fr;
        gap: 0.7rem;
    }

    .patient-forms-toolbar .toolbar-back,
    .patient-form-select-wrap {
        width: 100%;
    }

    .patient-forms-hero-title {
        align-items: flex-start;
    }

    .patient-forms-hero-title img {
        width: 64px;
    }

    .patient-forms-hero-actions .btn,
    .selected-form-actions .btn {
        width: 100%;
    }

    .patient-form-preview {
        height: 72vh;
        min-height: 520px;
    }
}

/* Header nav polish: clearer active page state with safe desktop spacing. */
@media (min-width: 1200px) {
    .site-header .site-nav-list {
        justify-content: center;
        gap: clamp(0.42rem, 0.66vw, 0.9rem);
        padding: 0.32rem;
        border-radius: 999px;
        background: rgba(248, 250, 255, 0.8);
        border: 1px solid rgba(43, 107, 255, 0.08);
    }

    .site-header .nav-link {
        padding: 0.48rem 0.66rem !important;
        border-radius: 999px;
        color: #384050;
        font-size: clamp(0.9rem, 0.84vw, 1.04rem);
        font-weight: 640;
        letter-spacing: -0.018em;
        transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .site-header .nav-link:hover {
        color: #2B6BFF;
        background: rgba(43, 107, 255, 0.07);
        transform: translateY(-1px);
    }

    .site-header .nav-link.active {
        color: #2B6BFF;
        background: #fff;
        box-shadow: 0 10px 24px rgba(43, 107, 255, 0.11);
    }

    .site-header .nav-link.active::after {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .site-nav-list,
    body[data-locale="es"] .site-nav-list {
        gap: 0.18rem;
        padding: 0.25rem;
    }

    .site-header .nav-link,
    body[data-locale="es"] .nav-link {
        padding: 0.42rem 0.48rem !important;
        font-size: clamp(0.8rem, 0.74vw, 0.9rem);
    }
}

/* Header final anti-overlap and visual variation pass. Keep nav readable while reserving CTA space. */
@media (min-width: 1200px) {
    .site-header .container {
        max-width: min(1480px, calc(100vw - 64px));
    }

    .site-header .header-nav-shell {
        grid-template-columns: clamp(78px, 7.2vw, 118px) minmax(0, 1fr);
        column-gap: clamp(1rem, 1.7vw, 1.9rem);
    }

    .site-header .navbar-brand img {
        width: clamp(78px, 7.2vw, 118px);
    }

    .site-header .navbar-collapse {
        grid-template-columns: minmax(0, 1fr) minmax(250px, max-content);
        gap: clamp(1.15rem, 1.8vw, 2rem);
    }

    .site-header .site-nav-list,
    body[data-locale="es"] .site-nav-list {
        justify-self: end;
        max-width: 100%;
        justify-content: end;
        gap: clamp(0.28rem, 0.58vw, 0.7rem);
        padding: 0.28rem;
        overflow: hidden;
    }

    .site-header .nav-link,
    body[data-locale="es"] .nav-link {
        padding: 0.48rem clamp(0.5rem, 0.58vw, 0.72rem) !important;
        font-size: clamp(0.88rem, 0.82vw, 1rem);
        font-weight: 680;
    }

    .site-header .nav-link.active {
        color: #2B6BFF;
        background:
            linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.94));
        box-shadow:
            0 10px 24px rgba(43, 107, 255, 0.12),
            inset 0 -2px 0 rgba(43, 107, 255, 0.26);
    }

    .site-header .nav-link:hover:not(.active) {
        background: rgba(43, 107, 255, 0.075);
        box-shadow: inset 0 -2px 0 rgba(43, 107, 255, 0.16);
    }

    .site-header .header-actions,
    body[data-locale="es"] .header-actions {
        justify-self: end;
        gap: clamp(0.52rem, 0.75vw, 0.78rem);
        min-width: max-content;
        position: relative;
        z-index: 2;
    }

    .site-header .header-actions .btn,
    body[data-locale="es"] .header-actions .btn {
        min-width: clamp(126px, 9.4vw, 154px);
        min-height: 48px;
        padding: 0.68rem clamp(0.72rem, 0.86vw, 0.95rem);
        font-size: clamp(0.86rem, 0.78vw, 0.96rem);
    }
}

@media (min-width: 1200px) and (max-width: 1325px) {
    .site-header .container {
        max-width: calc(100vw - 34px);
    }

    .site-header .header-nav-shell {
        grid-template-columns: 72px minmax(0, 1fr);
        column-gap: 0.62rem;
    }

    .site-header .navbar-brand img,
    body[data-locale="es"] .navbar-brand img {
        width: 72px;
    }

    .site-header .navbar-collapse {
        grid-template-columns: minmax(0, 1fr) minmax(222px, max-content);
        gap: 0.66rem;
    }

    .site-header .site-nav-list,
    body[data-locale="es"] .site-nav-list {
        gap: 0.08rem;
        padding: 0.18rem;
    }

    .site-header .nav-link,
    body[data-locale="es"] .nav-link {
        padding: 0.4rem 0.38rem !important;
        font-size: 0.78rem;
        letter-spacing: -0.026em;
    }

    .site-header .header-actions .btn,
    body[data-locale="es"] .header-actions .btn {
        min-width: 108px;
        min-height: 42px;
        padding: 0.56rem 0.58rem;
        border-radius: 14px;
        font-size: 0.76rem;
    }
}

/* Final sticky header cleanup: flat menu, readable spacing, no cramped pill overlap. */
@media (min-width: 1200px) {
    .site-header,
    .site-header.is-scrolled {
        background: #fff !important;
        border-bottom: 1px solid rgba(222, 229, 241, 0.92) !important;
        box-shadow: 0 12px 34px rgba(29, 52, 93, 0.07) !important;
        backdrop-filter: none !important;
    }

    .site-header .container,
    .site-header.is-scrolled .container {
        max-width: min(1580px, calc(100vw - 84px)) !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        display: grid !important;
        grid-template-columns: clamp(96px, 8vw, 132px) minmax(0, 1fr) !important;
        column-gap: clamp(1.45rem, 2.4vw, 3rem) !important;
        min-height: 86px !important;
        padding: 0 !important;
        align-items: center !important;
    }

    .site-header.is-scrolled .header-nav-shell {
        min-height: 74px !important;
    }

    .site-header .navbar-brand,
    .site-header.is-scrolled .navbar-brand {
        margin: 0 !important;
        justify-self: start !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img {
        width: clamp(94px, 7.2vw, 126px) !important;
        max-width: 100% !important;
    }

    .site-header.is-scrolled .navbar-brand img {
        width: clamp(82px, 6.4vw, 108px) !important;
    }

    .site-header .navbar-collapse,
    .site-header.is-scrolled .navbar-collapse {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) max-content !important;
        gap: clamp(1.35rem, 2vw, 2.5rem) !important;
        align-items: center !important;
        min-width: 0 !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: clamp(0.9rem, 1.28vw, 1.65rem) !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
        min-width: 0 !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        position: relative !important;
        padding: 0.58rem 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #394150 !important;
        font-size: clamp(0.94rem, 0.9vw, 1.04rem) !important;
        font-weight: 650 !important;
        letter-spacing: -0.012em !important;
        line-height: 1.15 !important;
        white-space: nowrap !important;
    }

    .site-header .nav-link:hover,
    .site-header.is-scrolled .nav-link:hover,
    .site-header .nav-link.active,
    .site-header.is-scrolled .nav-link.active {
        color: #2B6BFF !important;
        background: transparent !important;
    }

    .site-header .nav-link::after,
    .site-header.is-scrolled .nav-link::after {
        content: "" !important;
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        bottom: 0.1rem !important;
        width: 0 !important;
        height: 3px !important;
        border-radius: 999px !important;
        background: #2B6BFF !important;
        transform: translateX(-50%) !important;
        opacity: 0 !important;
        transition: width 180ms ease, opacity 180ms ease !important;
        display: block !important;
    }

    .site-header .nav-link:hover::after,
    .site-header.is-scrolled .nav-link:hover::after,
    .site-header .nav-link.active::after,
    .site-header.is-scrolled .nav-link.active::after {
        width: 100% !important;
        opacity: 1 !important;
    }

    .site-header .header-actions,
    .site-header.is-scrolled .header-actions,
    body[data-locale="es"] .site-header .header-actions,
    body[data-locale="es"] .site-header.is-scrolled .header-actions {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: clamp(0.78rem, 1vw, 1rem) !important;
        margin: 0 !important;
        min-width: max-content !important;
        flex-shrink: 0 !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: clamp(146px, 10vw, 172px) !important;
        min-height: 52px !important;
        padding: 0.72rem clamp(0.95rem, 1.15vw, 1.24rem) !important;
        border-radius: 16px !important;
        font-size: clamp(0.94rem, 0.88vw, 1.02rem) !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }

    .site-header.is-scrolled .header-actions .btn {
        min-height: 46px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .container,
    .site-header.is-scrolled .container {
        max-width: min(100%, calc(100vw - 44px)) !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        grid-template-columns: 86px minmax(0, 1fr) !important;
        column-gap: 1rem !important;
        min-height: 80px !important;
    }

    .site-header.is-scrolled .header-nav-shell {
        min-height: 70px !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img {
        width: 86px !important;
    }

    .site-header.is-scrolled .navbar-brand img {
        width: 76px !important;
    }

    .site-header .navbar-collapse,
    .site-header.is-scrolled .navbar-collapse {
        gap: 0.95rem !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        gap: clamp(0.5rem, 0.78vw, 0.92rem) !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        font-size: clamp(0.86rem, 0.82vw, 0.94rem) !important;
        letter-spacing: -0.02em !important;
    }

    .site-header .header-actions,
    .site-header.is-scrolled .header-actions,
    body[data-locale="es"] .site-header .header-actions,
    body[data-locale="es"] .site-header.is-scrolled .header-actions {
        gap: 0.56rem !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: 128px !important;
        min-height: 46px !important;
        padding-inline: 0.72rem !important;
        font-size: 0.84rem !important;
    }

    .site-header.is-scrolled .header-actions .btn {
        min-height: 42px !important;
    }
}

@media (max-width: 1199.98px) {
    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list {
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }
}

/* Final mobile footer anti-overlap pass. */
@media (max-width: 767px) {
    .site-footer .footer-contact-section {
        padding-top: 2.1rem !important;
        overflow: hidden !important;
    }

    .site-footer .footer-contact-panel.footer-studio-panel {
        width: min(100%, calc(100vw - 24px)) !important;
        margin-inline: auto !important;
        padding: 0.82rem !important;
        border-radius: 26px !important;
        overflow: visible !important;
    }

    .site-footer .footer-studio-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.45rem !important;
        align-items: start !important;
    }

    .site-footer .footer-visit-card,
    .site-footer .footer-message-card {
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        transform: none !important;
        position: relative !important;
        inset: auto !important;
        overflow: hidden !important;
        box-shadow: 0 18px 44px rgba(18, 60, 155, 0.16) !important;
    }

    .site-footer .footer-visit-card {
        display: grid !important;
        grid-template-rows: 210px auto !important;
        gap: 1rem !important;
        padding: 0.75rem !important;
        border-radius: 22px !important;
        z-index: 1 !important;
    }

    .site-footer .footer-map.footer-map-feature {
        min-height: 210px !important;
        margin: 0 !important;
    }

    .site-footer .footer-visit-content {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.95rem !important;
    }

    .site-footer .footer-hours-card,
    .site-footer .footer-office-stack {
        padding: 1rem !important;
        border-radius: 18px !important;
        background: #fbfcff !important;
    }

    .site-footer .hours-list li {
        grid-template-columns: 104px minmax(0, 1fr) !important;
        gap: 0.7rem !important;
        font-size: 0.9rem !important;
    }

    .site-footer .footer-office-stack {
        gap: 0.7rem !important;
    }

    .site-footer .footer-office-stack article {
        align-items: flex-start !important;
        border: 1px solid rgba(15, 39, 80, 0.12) !important;
        border-radius: 14px !important;
        gap: 0.7rem !important;
        padding: 0.95rem 1rem !important;
    }

    .site-footer .location-contacts {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.58rem !important;
        margin-top: 0.8rem !important;
    }

    .site-footer .location-contacts a,
    .site-footer .location-contacts span {
        padding: 0.78rem 0.95rem !important;
        border-radius: 999px !important;
        background: #f6f9ff !important;
        border: 1px solid #e8eef8 !important;
    }

    .site-footer .footer-message-card {
        padding: 1.35rem !important;
        border-radius: 24px !important;
        z-index: 2 !important;
    }

    .site-footer .footer-message-head {
        display: block !important;
        margin-bottom: 1rem !important;
    }

    .site-footer .footer-message-icon {
        display: none !important;
    }

    .site-footer .footer-message-card h3 {
        margin: 0.58rem 0 0.55rem !important;
        color: #262626 !important;
        font-size: clamp(1.55rem, 8vw, 2rem) !important;
        line-height: 1.08 !important;
        letter-spacing: -0.04em !important;
    }

    .site-footer .footer-message-card p {
        color: #4f5b70 !important;
        font-size: 0.98rem !important;
        line-height: 1.58 !important;
        margin-bottom: 0 !important;
    }

    .site-footer .footer-contact-form {
        margin-top: 1rem !important;
    }
}

@media (max-width: 430px) {
    .site-footer .footer-contact-panel.footer-studio-panel {
        width: min(100%, calc(100vw - 16px)) !important;
        padding: 0.66rem !important;
    }

    .site-footer .footer-studio-grid {
        gap: 1.25rem !important;
    }

    .site-footer .footer-visit-card {
        grid-template-rows: 185px auto !important;
        padding: 0.62rem !important;
    }

    .site-footer .footer-map.footer-map-feature {
        min-height: 185px !important;
    }

    .site-footer .hours-list li {
        grid-template-columns: 1fr !important;
        gap: 0.12rem !important;
    }

    .site-footer .footer-message-card {
        padding: 1.1rem !important;
    }
}

/* Final pricing lead alignment: keep icon and copy as one clean, centered row. */
.home-pricing-section .pricing-lead-list {
    gap: 0.86rem !important;
}

.home-pricing-section .pricing-lead-list > span {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 0.9rem !important;
    min-height: 82px !important;
    padding: 0.88rem 1rem !important;
    border-radius: 18px !important;
    overflow: hidden !important;
}

.home-pricing-section .pricing-lead-list > span > i {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.home-pricing-section .pricing-lead-list > span > .pricing-lead-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    color: inherit !important;
    line-height: 1.16 !important;
}

.home-pricing-section .pricing-lead-list > span:first-child > .pricing-lead-copy {
    color: #0072bd !important;
    font-weight: 700 !important;
}

.home-pricing-section .pricing-lead-list > span > .pricing-lead-copy strong {
    display: block !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 0.96rem !important;
    line-height: 1.12 !important;
    font-weight: 780 !important;
    letter-spacing: -0.03em !important;
}

.home-pricing-section .pricing-lead-list > span > .pricing-lead-copy small {
    display: block !important;
    margin-top: 0.18rem !important;
    color: #566276 !important;
    font-size: 0.82rem !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    letter-spacing: -0.015em !important;
}

@media (max-width: 991.98px) {
    .home-pricing-section .pricing-lead-list > span {
        min-height: 74px !important;
        grid-template-columns: 44px minmax(0, 1fr) !important;
        padding: 0.78rem 0.9rem !important;
    }
}

@media (max-width: 430px) {
    .home-pricing-section .pricing-lead-list > span {
        min-height: 70px !important;
        grid-template-columns: 40px minmax(0, 1fr) !important;
        gap: 0.72rem !important;
        padding: 0.74rem 0.78rem !important;
    }

    .home-pricing-section .pricing-lead-list > span > i {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
    }

    .home-pricing-section .pricing-lead-list > span > .pricing-lead-copy,
    .home-pricing-section .pricing-lead-list > span > .pricing-lead-copy strong {
        font-size: 0.88rem !important;
    }

    .home-pricing-section .pricing-lead-list > span > .pricing-lead-copy small {
        font-size: 0.78rem !important;
    }
}

/* Final pricing card balance: equal-height cards with intentional top/bottom breathing room. */
.home-pricing-section .pricing-selfpay-note {
    max-width: 720px;
    margin: 0 auto clamp(1.2rem, 1.55vw, 1.7rem);
    text-align: center;
}

.home-pricing-section .pricing-selfpay-note span {
    display: block;
    color: #09245b;
    font-size: clamp(1.38rem, 1.75vw, 2.05rem);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 680;
}

.home-pricing-section .pricing-selfpay-note p {
    max-width: 520px;
    margin: 0.4rem auto 0;
    color: #5f6b7d;
    font-size: clamp(0.95rem, 1vw, 1.08rem);
    line-height: 1.45;
}

@media (min-width: 992px) {
    .home-pricing-section .pricing-panel > .row {
        align-items: stretch !important;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: clamp(1rem, 1.25vw, 1.45rem) !important;
    }

    .home-pricing-section .pricing-panel > .row > .col-lg-8 > .row {
        align-items: stretch !important;
        --bs-gutter-x: clamp(1.4rem, 2.25vw, 2.5rem);
    }

    .home-pricing-section .pricing-card,
    .home-pricing-section .pricing-card.h-100 {
        height: clamp(278px, 18vw, 326px) !important;
        min-height: clamp(278px, 18vw, 326px) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: clamp(1.55rem, 1.9vw, 2.15rem) clamp(1rem, 1.25vw, 1.35rem) !important;
    }

    .home-pricing-section .pricing-card .icon {
        margin-bottom: clamp(0.95rem, 1.15vw, 1.35rem) !important;
    }

    .home-pricing-section .pricing-card h4 {
        margin: 0 0 clamp(0.75rem, 0.95vw, 1.05rem) !important;
        min-height: 2.15em !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .home-pricing-section .pricing-card h4::after {
        display: none !important;
    }

    .home-pricing-section .pricing-card::after {
        top: calc(50% + clamp(1.1rem, 1.45vw, 1.55rem)) !important;
        bottom: auto !important;
        inset-inline: auto !important;
        left: 50% !important;
        width: 42px !important;
        height: 3px !important;
        transform: translateX(-50%) !important;
        border-radius: 99px !important;
    }

    .home-pricing-section .pricing-card .price {
        margin-top: clamp(0.72rem, 0.85vw, 1rem) !important;
        margin-bottom: 0.16rem !important;
        line-height: 0.95 !important;
    }

    .home-pricing-section .pricing-card p {
        margin-bottom: 0 !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 991.98px) {
    .home-pricing-section .pricing-selfpay-note {
        margin-top: 0.6rem;
        margin-bottom: 1.15rem;
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .home-pricing-section .pricing-selfpay-note span {
        font-size: 1.45rem;
    }

    .home-pricing-section .pricing-selfpay-note p {
        margin-left: 0;
        font-size: 0.95rem;
    }
}

/* Self-pay note: intentional section title above the pricing cards. */
.home-pricing-section .pricing-selfpay-note {
    position: relative;
    max-width: 780px !important;
    margin: 0 auto clamp(1.35rem, 1.75vw, 1.95rem) !important;
    padding: 0.15rem 1rem 0 !important;
    text-align: center !important;
}

.home-pricing-section .pricing-selfpay-note::before {
    content: '';
    display: block;
    width: 54px;
    height: 3px;
    margin: 0 auto 0.78rem;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand-blue), #00a9dc);
    box-shadow: 0 8px 18px rgba(43, 107, 255, 0.18);
}

.home-pricing-section .pricing-selfpay-note h3 {
    margin: 0 !important;
    color: #08245b !important;
    font-size: clamp(1.38rem, 1.9vw, 2.05rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    font-weight: 720 !important;
}

.home-pricing-section .pricing-selfpay-note p {
    max-width: 640px !important;
    margin: 0.42rem auto 0 !important;
    color: #566276 !important;
    font-size: clamp(0.98rem, 1.05vw, 1.12rem) !important;
    line-height: 1.5 !important;
    letter-spacing: -0.01em !important;
}

@media (max-width: 991.98px) {
    .home-pricing-section .pricing-selfpay-note {
        max-width: 620px !important;
        margin: 0.35rem auto 1.2rem !important;
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .home-pricing-section .pricing-selfpay-note {
        padding-inline: 0 !important;
        margin-bottom: 1rem !important;
    }

    .home-pricing-section .pricing-selfpay-note::before {
        margin-bottom: 0.62rem;
    }

    .home-pricing-section .pricing-selfpay-note h3 {
        font-size: 1.28rem !important;
    }

    .home-pricing-section .pricing-selfpay-note p {
        max-width: 310px !important;
        font-size: 0.92rem !important;
    }
}

/* Final header alignment: menu starts from the logo, actions stay right. */
@media (min-width: 1200px) {
    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        grid-template-columns: clamp(112px, 8.2vw, 138px) minmax(0, 1fr) !important;
        column-gap: clamp(1.1rem, 1.8vw, 2.2rem) !important;
    }

    .site-header .navbar-collapse,
    .site-header.is-scrolled .navbar-collapse {
        grid-template-columns: minmax(0, 1fr) max-content !important;
        justify-content: stretch !important;
        gap: clamp(1rem, 1.4vw, 1.75rem) !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        justify-content: flex-start !important;
        margin: 0 !important;
        width: 100% !important;
        gap: clamp(0.92rem, 1.12vw, 1.38rem) !important;
    }

    .site-header .header-actions,
    .site-header.is-scrolled .header-actions,
    body[data-locale="es"] .site-header .header-actions,
    body[data-locale="es"] .site-header.is-scrolled .header-actions {
        justify-self: end !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1470px) {
    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        grid-template-columns: 104px minmax(0, 1fr) !important;
        column-gap: 0.9rem !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        gap: clamp(0.52rem, 0.74vw, 0.9rem) !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        font-size: clamp(0.83rem, 0.78vw, 0.92rem) !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: 126px !important;
        padding-inline: 0.74rem !important;
    }
}

/* Master page-grid alignment: topbar, header and hero share the same visual rails. */
@media (min-width: 1200px) {
    :root {
        --site-rail-width: min(1504px, calc(100vw - 88px));
    }

    .topbar .container,
    .site-header .container,
    .site-header.is-scrolled .container,
    .home-hero-section .container {
        width: var(--site-rail-width) !important;
        max-width: var(--site-rail-width) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        width: 100% !important;
        grid-template-columns: 128px minmax(0, 1fr) !important;
        column-gap: clamp(1.35rem, 1.8vw, 2.05rem) !important;
        min-height: 82px !important;
    }

    .site-header.is-scrolled .header-nav-shell {
        min-height: 66px !important;
    }

    .site-header .navbar-brand,
    .site-header.is-scrolled .navbar-brand {
        width: 128px !important;
        margin: 0 !important;
        justify-self: start !important;
        overflow: visible !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 112px !important;
        max-width: 112px !important;
        transform: none !important;
    }

    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 88px !important;
        max-width: 88px !important;
    }

    .site-header .navbar-collapse,
    .site-header.is-scrolled .navbar-collapse {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) max-content !important;
        align-items: center !important;
        gap: clamp(1.05rem, 1.45vw, 1.65rem) !important;
        min-width: 0 !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        justify-self: start !important;
        justify-content: flex-start !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: clamp(0.95rem, 1.08vw, 1.28rem) !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        padding: 0.48rem 0 !important;
        font-size: clamp(0.9rem, 0.83vw, 1rem) !important;
        line-height: 1.1 !important;
        letter-spacing: -0.012em !important;
    }

    .site-header .header-actions,
    .site-header.is-scrolled .header-actions,
    body[data-locale="es"] .site-header .header-actions,
    body[data-locale="es"] .site-header.is-scrolled .header-actions {
        justify-self: end !important;
        gap: 0.72rem !important;
        margin: 0 !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: 148px !important;
        min-height: 48px !important;
        padding: 0.68rem 0.95rem !important;
        font-size: 0.92rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1420px) {
    :root {
        --site-rail-width: calc(100vw - 88px);
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        column-gap: 1rem !important;
    }

    .site-header .navbar-brand,
    .site-header.is-scrolled .navbar-brand {
        width: 112px !important;
    }

    .site-header .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img {
        width: 96px !important;
        max-width: 96px !important;
    }

    .site-header .navbar-collapse,
    .site-header.is-scrolled .navbar-collapse {
        gap: 0.85rem !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        gap: clamp(0.48rem, 0.65vw, 0.72rem) !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        font-size: clamp(0.8rem, 0.72vw, 0.88rem) !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: 122px !important;
        min-height: 42px !important;
        padding-inline: 0.68rem !important;
        font-size: 0.8rem !important;
        border-radius: 14px !important;
    }
}

/* Insurance referrals hero polish */
.insurance-hero {
    padding: clamp(1.6rem, 2.7vw, 3.15rem) !important;
    border-radius: 34px !important;
    background:
        radial-gradient(circle at 82% 20%, rgba(230, 248, 255, 0.9), transparent 30%),
        linear-gradient(112deg, #fbf2e7 0%, #fbf7ee 48%, #f8efe4 100%) !important;
}

.insurance-hero .row {
    --bs-gutter-x: clamp(1.7rem, 3.2vw, 4rem);
}

.insurance-hero .section-title {
    max-width: 560px;
    color: #262626;
    font-size: clamp(2.75rem, 4.2vw, 5.1rem) !important;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.insurance-hero p {
    max-width: 650px;
    color: #4d5869;
    font-size: clamp(1rem, 1.08vw, 1.2rem);
    line-height: 1.58;
}

.insurance-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.8rem, 1.15vw, 1.1rem);
    margin-top: clamp(1.55rem, 2vw, 2rem) !important;
}

.insurance-stat-card {
    position: relative;
    overflow: hidden;
    min-height: 136px;
    padding: 1.1rem 1.15rem 1.05rem;
    border: 1px solid rgba(43, 107, 255, 0.12);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 246, 0.78)),
        radial-gradient(circle at 92% 10%, rgba(43, 107, 255, 0.12), transparent 34%);
    box-shadow: 0 18px 42px rgba(30, 43, 74, 0.1);
    display: grid;
    align-content: center;
    gap: 0.28rem;
}

.insurance-stat-card::after {
    content: "";
    position: absolute;
    inset: auto 1rem 0.75rem 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(43, 107, 255, 0.28), transparent);
}

.insurance-stat-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.35rem;
    border-radius: 12px;
    color: #2B6BFF;
    background: #edf4ff;
    font-size: 1.05rem;
}

.insurance-stat-card strong {
    color: #262626;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 680;
}

.insurance-stat-card span:not(.insurance-stat-icon) {
    color: #5b6575;
    font-size: clamp(0.9rem, 0.96vw, 1rem);
    line-height: 1.28;
    font-weight: 560;
}

.insurance-hero-media {
    border-radius: 0 30px 30px 0 !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

.insurance-hero-media .hero-photo-frame {
    border-radius: 0 30px 30px 0 !important;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(38, 38, 38, 0.12);
    background: #efe5d9;
}

.insurance-hero-media .hero-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.insurance-selfpay-ribbon {
    position: absolute;
    right: clamp(1.1rem, 3vw, 2.75rem);
    bottom: clamp(-1.55rem, -1.6vw, -0.9rem);
    z-index: 3;
    min-width: min(330px, 58%);
    padding: 0.92rem 1.35rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #ff9b48 0%, #ff7b24 100%);
    color: #fff;
    box-shadow: 0 20px 38px rgba(255, 125, 38, 0.32);
}

.insurance-selfpay-ribbon span,
.insurance-selfpay-ribbon strong {
    display: block;
    color: #fff;
    text-shadow: 0 1px 1px rgba(92, 42, 5, 0.12);
}

.insurance-selfpay-ribbon span {
    font-size: clamp(0.9rem, 0.95vw, 1rem);
    line-height: 1.1;
    font-weight: 650;
}

.insurance-selfpay-ribbon strong {
    margin-top: 0.15rem;
    font-size: clamp(1rem, 1.16vw, 1.22rem);
    line-height: 1.18;
    font-weight: 760;
}

@media (max-width: 991.98px) {
    .insurance-hero .section-title,
    .insurance-hero p {
        max-width: none;
    }

    .insurance-hero-media,
    .insurance-hero-media .hero-photo-frame {
        border-radius: 28px !important;
    }
}

@media (max-width: 767.98px) {
    .insurance-stat-row {
        grid-template-columns: 1fr;
    }

    .insurance-stat-card {
        min-height: 104px;
        grid-template-columns: 42px 1fr;
        align-content: center;
        column-gap: 0.85rem;
    }

    .insurance-stat-card .insurance-stat-icon {
        grid-row: span 2;
        margin-bottom: 0;
    }

    .insurance-selfpay-ribbon {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 2rem);
        min-width: 0;
        margin: -1.2rem auto 0;
        border-radius: 18px;
    }
}

/* Final launch header and hero alignment polish */
.topbar {
    min-height: 34px !important;
    padding: 0 !important;
    background: #202020 !important;
}

.topbar-inner {
    min-height: 34px !important;
    align-items: center !important;
}

.topbar-message {
    gap: 0.62rem !important;
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    animation: topbarTextBreath 3.8s ease-in-out infinite !important;
}

.topbar-message > i {
    display: none !important;
}

.topbar-highlight {
    color: #fff !important;
    font-weight: 700 !important;
    text-shadow: 0 0 14px rgba(0, 178, 229, 0.36);
}

.topbar-links a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 500 !important;
}

.topbar-links a:hover {
    color: #fff !important;
}

@media (min-width: 1200px) {
    .site-header {
        background: #fff !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        display: grid !important;
        grid-template-columns: 124px minmax(0, 1fr) !important;
        column-gap: clamp(1rem, 1.8vw, 2rem) !important;
        align-items: center !important;
        min-height: 82px !important;
        padding-block: 0.55rem !important;
    }

    .site-header .navbar-brand,
    .site-header.is-scrolled .navbar-brand {
        width: 124px !important;
        min-width: 124px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 116px !important;
        max-width: 116px !important;
        height: auto !important;
        max-height: 78px !important;
        object-fit: contain !important;
    }

    .site-header .navbar-collapse,
    .site-header.is-scrolled .navbar-collapse {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 1.15rem !important;
        min-width: 0 !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        flex: 1 1 auto !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: clamp(0.62rem, 0.95vw, 1.15rem) !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        padding: 0.45rem 0.2rem !important;
        font-size: clamp(0.88rem, 0.82vw, 1rem) !important;
        line-height: 1.1 !important;
        font-weight: 500 !important;
        color: #303846 !important;
        letter-spacing: -0.01em !important;
        white-space: nowrap !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .site-header .nav-link.active,
    .site-header .nav-link:hover {
        color: #2B6BFF !important;
        font-weight: 600 !important;
    }

    .site-header .nav-link.active::after {
        opacity: 1 !important;
        transform: scaleX(1) !important;
    }

    .site-header .header-actions,
    .site-header.is-scrolled .header-actions,
    body[data-locale="es"] .site-header .header-actions,
    body[data-locale="es"] .site-header.is-scrolled .header-actions {
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0.8rem !important;
        margin-left: 0 !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: 142px !important;
        min-height: 46px !important;
        padding: 0.68rem 1rem !important;
        border-radius: 14px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.52rem !important;
        font-size: 0.9rem !important;
        font-weight: 650 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .site-header .header-actions .btn i {
        display: inline-flex !important;
        width: 1.05rem !important;
        height: 1.05rem !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        font-size: 1rem !important;
        line-height: 1 !important;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        grid-template-columns: 112px minmax(0, 1fr) !important;
        column-gap: 1.1rem !important;
    }

    .site-header .navbar-brand,
    .site-header.is-scrolled .navbar-brand {
        width: 112px !important;
        min-width: 112px !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 104px !important;
        max-width: 104px !important;
        max-height: 72px !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        gap: clamp(0.45rem, 0.62vw, 0.72rem) !important;
    }

    .site-header .nav-link,
    .site-header.is-scrolled .nav-link,
    body[data-locale="es"] .site-header .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .nav-link {
        padding-inline: 0.12rem !important;
        font-size: clamp(0.76rem, 0.72vw, 0.86rem) !important;
    }

    .site-header .header-actions,
    .site-header.is-scrolled .header-actions,
    body[data-locale="es"] .site-header .header-actions,
    body[data-locale="es"] .site-header.is-scrolled .header-actions {
        gap: 0.55rem !important;
    }

    .site-header .header-actions .btn,
    .site-header.is-scrolled .header-actions .btn,
    body[data-locale="es"] .site-header .header-actions .btn,
    body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
        min-width: 118px !important;
        min-height: 42px !important;
        padding-inline: 0.72rem !important;
        font-size: 0.78rem !important;
    }
}

.hero-content-panel .hero-badges {
    display: flex !important;
    align-items: stretch !important;
    gap: clamp(0.7rem, 1vw, 1.15rem) !important;
    flex-wrap: wrap !important;
}

.hero-content-panel .hero-badges div {
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 0.58rem !important;
    row-gap: 0.05rem !important;
    align-items: center !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.hero-content-panel .hero-badges i {
    grid-row: 1 / 3 !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #009ed1 !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
}

.hero-content-panel .hero-badges strong {
    color: #262626 !important;
    font-size: 0.98rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
}

.hero-content-panel .hero-badges span {
    color: #262626 !important;
    font-size: 0.9rem !important;
    line-height: 1.22 !important;
}

/* Screenshot QA refinements: simple active state, no menu underline, stable hero stats row */
.site-header .nav-link::after,
.site-header .nav-link.active::after,
.site-header .nav-link:hover::after,
.site-header.is-scrolled .nav-link::after,
.site-header.is-scrolled .nav-link.active::after,
.site-header.is-scrolled .nav-link:hover::after {
    content: none !important;
    display: none !important;
}

.site-header .nav-link.active,
.site-header.is-scrolled .nav-link.active {
    color: #2B6BFF !important;
    font-weight: 500 !important;
}

@media (min-width: 992px) {
    .hero-content-panel .hero-badges {
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 767.98px) {
    .home-hero-section .section-title {
        letter-spacing: -0.035em !important;
        word-spacing: 0.04em !important;
    }

    .home-hero-section .hero-highlight {
        display: inline !important;
        margin-inline: 0.03em !important;
        letter-spacing: -0.025em !important;
    }
}

/* About memberships modal */
.about-membership-link {
    color: #2B6BFF;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(43, 107, 255, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.about-membership-link:hover,
.about-membership-link:focus {
    color: #005bd4;
    border-bottom-color: #2B6BFF;
}

.membership-modal .modal-dialog {
    max-width: 540px;
}

.membership-modal-content {
    border: 1px solid rgba(43, 107, 255, 0.16);
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #fff7ee 100%);
    box-shadow: 0 28px 80px rgba(15, 39, 80, 0.22);
}

.membership-modal .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(43, 107, 255, 0.12);
    padding: 1.55rem 1.65rem 1.05rem;
}

.membership-modal .modal-title {
    color: #262626;
    font-size: clamp(1.55rem, 2.25vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    margin: 0;
    line-height: 1.08;
}

.membership-modal .btn-close {
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(43, 107, 255, 0.12);
}

.membership-modal .modal-body {
    padding: 1.35rem 1.65rem 1.75rem;
}

.membership-modal-intro {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(43, 107, 255, 0.1);
    border-radius: 18px;
    color: #536078;
    font-size: 1rem;
    line-height: 1.55;
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
}

.membership-modal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.membership-list-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(43, 107, 255, 0.12);
    border-radius: 22px;
    padding: 1.1rem;
    box-shadow: 0 18px 45px rgba(15, 39, 80, 0.08);
}

.membership-list-card h3 {
    align-items: center;
    color: #15233b;
    display: flex;
    gap: 0.55rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 0.85rem;
}

.membership-list-card h3 i {
    align-items: center;
    background: rgba(43, 107, 255, 0.1);
    border-radius: 12px;
    color: #2B6BFF;
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.membership-list-card.hospital h3 i {
    background: rgba(0, 168, 132, 0.1);
    color: #00a884;
}

.membership-list-card ul {
    display: grid;
    gap: 0.65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Strong modal QA overrides for production cache/order safety */
#membershipsModal.membership-modal .modal-content.membership-modal-content {
    border: 1px solid rgba(43, 107, 255, 0.16) !important;
    border-radius: 30px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f7fbff 58%, #fff7ee 100%) !important;
    box-shadow: 0 28px 80px rgba(15, 39, 80, 0.22) !important;
}

#membershipsModal .modal-header {
    padding: 1.25rem 1.35rem 0.85rem !important;
}

#membershipsModal .modal-title {
    color: #262626 !important;
    font-size: clamp(1.35rem, 2vw, 1.78rem) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
    margin: 0 !important;
}

#membershipsModal .modal-body {
    padding: 1rem 1.35rem 1.35rem !important;
}

#membershipsModal .membership-modal-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}

#membershipsModal .membership-list-card {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(43, 107, 255, 0.12) !important;
    border-radius: 20px !important;
    padding: 1rem 1.05rem !important;
}

#membershipsModal .membership-list-card li {
    font-size: 0.95rem !important;
}

#membershipsModal .membership-list-card ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 575.98px) {
    #membershipsModal .membership-modal-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Service detail pages */
.service-column li a,
.service-offered-link,
.service-card-link {
    color: inherit;
    display: contents;
    text-decoration: none;
}

.service-column li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.service-card-link {
    display: block;
    height: 100%;
}

.service-offered-link {
    display: block;
    height: 100%;
}

.service-detail-hero {
    padding-top: clamp(2.25rem, 4vw, 4rem);
}

.service-detail-panel {
    background:
        radial-gradient(circle at 74% 20%, rgba(81, 198, 245, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 248, 237, 0.95), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(43, 107, 255, 0.12);
    border-radius: 38px;
    box-shadow: 0 30px 90px rgba(24, 44, 86, 0.12);
    overflow: hidden;
    padding: clamp(1.25rem, 3.2vw, 3rem);
}

.service-detail-panel .section-title {
    color: #262626;
    font-size: clamp(2.65rem, 6vw, 5.4rem);
    letter-spacing: -0.06em;
    line-height: 0.92;
    margin: 0.65rem 0 1rem;
}

.service-detail-summary {
    color: #536078;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
    max-width: 640px;
}

.service-detail-visual {
    border-radius: 34px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 24px 60px rgba(24, 44, 86, 0.13);
}

.service-detail-visual::after {
    background: linear-gradient(180deg, transparent 50%, rgba(38, 38, 38, 0.34));
    content: "";
    inset: 0;
    position: absolute;
}

.service-detail-visual > img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.service-detail-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 28px;
    bottom: 1.35rem;
    box-shadow: 0 18px 42px rgba(24, 44, 86, 0.18);
    display: inline-flex;
    height: 104px;
    justify-content: center;
    position: absolute;
    right: 1.35rem;
    width: 104px;
    z-index: 2;
}

.service-detail-icon img {
    height: 66px;
    object-fit: contain;
    width: 66px;
}

.service-content-card,
.service-side-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(43, 107, 255, 0.12);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(24, 44, 86, 0.08);
    padding: clamp(1.25rem, 2.4vw, 2rem);
}

.service-content-card h2,
.service-content-card h3,
.service-side-card h3 {
    color: #262626;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.service-content-card p,
.service-side-card p {
    color: #536078;
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 0;
}

.service-section-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card-number {
    align-items: center;
    background: #eef5ff;
    border-radius: 16px;
    color: #2B6BFF;
    display: inline-flex;
    font-weight: 800;
    height: 44px;
    justify-content: center;
    margin-bottom: 1rem;
    width: 44px;
}

.service-check-list {
    display: grid;
    gap: 0.75rem;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
}

.service-check-list li {
    align-items: flex-start;
    color: #3f4a5f;
    display: flex;
    font-size: 1rem;
    gap: 0.65rem;
    line-height: 1.45;
}

.service-check-list i {
    color: #2B6BFF;
    font-size: 1.15rem;
    margin-top: 0.05rem;
}

.service-prep-card {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
}

.service-prep-card > i {
    align-items: center;
    background: #eaf2ff;
    border-radius: 24px;
    color: #2B6BFF;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 2rem;
    height: 86px;
    justify-content: center;
    width: 86px;
}

.service-side-card {
    position: sticky;
    top: 128px;
}

.related-service-list {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
}

.related-service-list a {
    align-items: center;
    background: #f7faff;
    border: 1px solid rgba(43, 107, 255, 0.12);
    border-radius: 16px;
    color: #262626;
    display: flex;
    font-weight: 650;
    justify-content: space-between;
    padding: 0.9rem 1rem;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.related-service-list a:hover {
    border-color: rgba(43, 107, 255, 0.35);
    color: #2B6BFF;
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .service-detail-visual {
        min-height: 320px;
    }

    .service-side-card {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .service-detail-panel {
        border-radius: 28px;
        padding: 1.1rem;
    }

    .service-detail-panel .section-title {
        font-size: clamp(2.25rem, 15vw, 3.6rem);
        line-height: 0.95;
    }

    .service-detail-visual {
        border-radius: 24px;
        min-height: 245px;
    }

    .service-detail-icon {
        border-radius: 20px;
        height: 76px;
        width: 76px;
    }

    .service-detail-icon img {
        height: 48px;
        width: 48px;
    }

    .service-section-grid,
    .service-prep-card {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.membership-list-card li {
    color: #4a5568;
    font-size: 0.96rem;
    line-height: 1.4;
    padding-left: 1.25rem;
    position: relative;
}

.membership-list-card li::before {
    background: #2B6BFF;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(43, 107, 255, 0.1);
    content: "";
    height: 0.42rem;
    left: 0;
    position: absolute;
    top: 0.48rem;
    width: 0.42rem;
}

.membership-list-card.hospital li::before {
    background: #00a884;
    box-shadow: 0 0 0 5px rgba(0, 168, 132, 0.1);
}

@media (max-width: 575.98px) {
    .membership-modal .modal-dialog {
        margin: 1rem;
    }

    .membership-modal-content {
        border-radius: 22px;
    }

    .membership-modal .modal-header,
    .membership-modal .modal-body {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .membership-modal-grid {
        grid-template-columns: 1fr;
    }
}

/* Mobile QA repair: keep the home services list readable on real phones. */
@media (max-width: 767.98px) {
    .home-services-section .services-offered-panel {
        border-radius: 26px !important;
        margin-inline: auto !important;
        overflow: hidden !important;
        padding: 1.35rem !important;
        width: min(100%, calc(100vw - 28px)) !important;
    }

    .home-services-section .services-offered-panel > .row {
        display: block !important;
    }

    .home-services-section .services-offered-panel h2 {
        font-size: clamp(1.95rem, 9vw, 2.55rem) !important;
        letter-spacing: -0.055em !important;
        line-height: 1.02 !important;
        margin: 0 0 1.35rem !important;
    }

    .home-services-section .services-offered-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .home-services-section .service-offered-card,
    .home-services-section .service-offered-card:nth-child(-n+3),
    .home-services-section .service-offered-card:not(:nth-child(3n)),
    .home-services-section .service-offered-card:nth-child(odd),
    .home-services-section .service-offered-card:nth-child(-n+4) {
        aspect-ratio: auto !important;
        border: 0 !important;
        border-bottom: 1px solid rgba(15, 39, 80, 0.12) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: block !important;
        min-height: 0 !important;
        padding: 1.25rem 0 !important;
        width: 100% !important;
    }

    .home-services-section .service-offered-card:first-child {
        padding-top: 0 !important;
    }

    .home-services-section .service-offered-card:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .home-services-section .service-offered-card img {
        display: block !important;
        height: 64px !important;
        margin: 0 0 0.75rem !important;
        object-fit: contain !important;
        width: 64px !important;
    }

    .home-services-section .service-offered-card h4 {
        color: var(--accent) !important;
        font-size: 1.45rem !important;
        letter-spacing: -0.035em !important;
        line-height: 1.05 !important;
        margin: 0 0 0.65rem !important;
        max-width: 100% !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .home-services-section .service-offered-card p {
        color: #262626 !important;
        font-size: 1.05rem !important;
        line-height: 1.42 !important;
        margin: 0 !important;
        max-width: 100% !important;
        white-space: normal !important;
        word-break: normal !important;
    }

    .home-services-section .services-offered-image {
        display: none !important;
    }
}

@media (max-width: 430px) {
    .site-footer .footer-office-stack {
        gap: 0.85rem !important;
    }

    .site-footer .footer-office-stack article {
        border-radius: 16px !important;
        padding: 1rem 1.05rem !important;
    }

    .site-footer .footer-office-stack strong {
        display: block !important;
        font-size: 1rem !important;
        line-height: 1.1 !important;
        margin-bottom: 0.32rem !important;
    }

    .site-footer .footer-office-stack span {
        display: block !important;
        font-size: 0.94rem !important;
        line-height: 1.35 !important;
    }
}

/* Mobile header polish: compact announcement, flag-style language chips, and quick actions. */
.topbar-mobile-actions {
    display: none;
}

.lang-flag {
    display: none;
}

@media (max-width: 767.98px) {
    .topbar {
        padding: 0.62rem 0 0.72rem !important;
    }

    .topbar .container,
    .topbar-inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 0.58rem !important;
        max-width: 100% !important;
        padding-inline: 0.8rem !important;
        text-align: center !important;
    }

    .topbar-message {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-content: center !important;
        justify-items: center !important;
        align-items: center !important;
        row-gap: 0.32rem !important;
        width: 100% !important;
        max-width: 360px !important;
        color: #fff !important;
        font-size: clamp(0.82rem, 3.5vw, 0.96rem) !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        letter-spacing: -0.01em !important;
    }

    .topbar-message .topbar-line,
    .topbar-message .topbar-highlight {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .topbar-message .dot {
        display: none !important;
    }

    .topbar-highlight {
        color: #fff !important;
        margin-top: 0 !important;
        font-size: 0.95em !important;
        text-shadow: 0 0 14px rgba(81, 198, 245, 0.26) !important;
    }

    .topbar-links {
        align-items: center !important;
        display: flex !important;
        gap: 0.7rem !important;
        justify-content: center !important;
        margin-top: 0.1rem !important;
        order: 2 !important;
    }

    .topbar-links a {
        color: rgba(255, 255, 255, 0.92) !important;
        font-size: 0.9rem !important;
        font-weight: 650 !important;
        line-height: 1 !important;
    }

    .lang-pill {
        background: rgba(255, 255, 255, 0.98) !important;
        border: 1px solid rgba(255, 255, 255, 0.55) !important;
        border-radius: 999px !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
        gap: 0.16rem !important;
        padding: 0.18rem !important;
    }

    .lang-pill-btn {
        gap: 0.22rem !important;
        min-width: 42px !important;
        padding: 0.22rem 0.42rem !important;
        font-size: 0.78rem !important;
        font-weight: 700 !important;
    }

    .lang-pill-btn.active {
        background: #edf4ff !important;
        color: #2B6BFF !important;
    }

    .lang-flag {
        align-items: center !important;
        border-radius: 999px !important;
        color: transparent !important;
        display: inline-flex !important;
        height: 14px !important;
        overflow: hidden !important;
        position: relative !important;
        width: 20px !important;
    }

    .lang-pill-btn[data-lang-toggle="en"] .lang-flag {
        background:
            linear-gradient(180deg, #b22234 0 14%, #fff 14% 28%, #b22234 28% 42%, #fff 42% 56%, #b22234 56% 70%, #fff 70% 84%, #b22234 84% 100%) !important;
    }

    .lang-pill-btn[data-lang-toggle="en"] .lang-flag::before {
        background: #3c3b6e;
        content: "";
        height: 8px;
        left: 0;
        position: absolute;
        top: 0;
        width: 9px;
    }

    .lang-pill-btn[data-lang-toggle="es"] .lang-flag {
        background: linear-gradient(180deg, #c60b1e 0 25%, #ffc400 25% 75%, #c60b1e 75% 100%) !important;
    }

    .topbar-message .topbar-line::before,
    .topbar-message .topbar-highlight::before {
        display: none !important;
        content: none !important;
    }

    .topbar-mobile-actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.42rem !important;
        margin-top: 0.12rem !important;
        order: 3 !important;
        width: min(100%, 340px) !important;
    }

    .topbar-mobile-actions a {
        align-items: center !important;
        background: linear-gradient(180deg, #16bde3 0%, #079ec8 100%) !important;
        border: 1px solid rgba(116, 218, 246, 0.7) !important;
        border-radius: 4px !important;
        box-shadow: 0 9px 20px rgba(4, 141, 191, 0.22) !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: 0.68rem !important;
        font-weight: 700 !important;
        justify-content: center !important;
        letter-spacing: 0.02em !important;
        min-height: 28px !important;
        padding: 0.35rem 0.38rem !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
    }

    .site-header,
    .site-header.is-scrolled {
        background: #fff !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1020 !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        align-items: center !important;
        display: flex !important;
        min-height: 116px !important;
        padding: 0.82rem 0 !important;
    }

    .site-header .navbar-brand,
    .site-header.is-scrolled .navbar-brand {
        margin: 0 !important;
        width: auto !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        max-height: none !important;
        width: 130px !important;
    }

    .custom-toggler,
    .site-header.is-scrolled .custom-toggler {
        align-items: center !important;
        background: transparent !important;
        border: 0 !important;
        color: #2B6BFF !important;
        display: inline-flex !important;
        font-size: 2rem !important;
        height: 48px !important;
        justify-content: center !important;
        margin-left: auto !important;
        padding: 0 !important;
        width: 48px !important;
    }
}

@media (max-width: 390px) {
    .topbar-message {
        max-width: 330px !important;
    }

    .topbar-mobile-actions {
        width: min(100%, 318px) !important;
    }

    .topbar-mobile-actions a {
        font-size: 0.63rem !important;
        min-height: 27px !important;
        padding-inline: 0.24rem !important;
    }
}

/* Final mobile review QA: keep the testimonial carousel centered on every narrow viewport. */
@media (max-width: 767.98px) {
    .home-reviews-section {
        overflow: hidden !important;
    }

    .home-reviews-section .container {
        padding-inline: clamp(1.05rem, 5vw, 1.45rem) !important;
    }

    .review-heading {
        max-width: 100% !important;
        margin-inline: auto !important;
        text-align: center !important;
    }

    .review-heading h2 {
        max-width: 10.6em !important;
        margin-inline: auto !important;
        font-size: clamp(2rem, 10vw, 2.72rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.052em !important;
    }

    .review-heading .rating-line {
        align-items: center !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0.42rem !important;
        justify-content: center !important;
        max-width: 19rem !important;
        margin-inline: auto !important;
        font-size: clamp(0.94rem, 4vw, 1.05rem) !important;
        line-height: 1.35 !important;
    }

    .home-reviews-section .stories-shell {
        background: transparent !important;
        border-radius: 0 !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        max-width: 100% !important;
        overflow: visible !important;
        padding: 0.2rem 0 0 !important;
        position: relative !important;
    }

    .home-reviews-section .testimonial-track {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
        width: min(100%, 23.5rem) !important;
        max-width: 100% !important;
        margin-inline: auto !important;
        justify-items: stretch !important;
    }

    .home-reviews-section .testimonial-card {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        margin-inline: auto !important;
        padding: clamp(1.12rem, 4.6vw, 1.45rem) !important;
        border-radius: 27px !important;
    }

    .home-reviews-section .testimonial-top {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: start !important;
        gap: 0.7rem !important;
    }

    .home-reviews-section .testimonial-person {
        align-items: center !important;
        display: grid !important;
        grid-template-columns: 58px minmax(0, 1fr) !important;
        gap: 0.78rem !important;
        min-width: 0 !important;
        padding-right: 0 !important;
    }

    .home-reviews-section .testimonial-avatar,
    .home-reviews-section .testimonial-photo {
        width: 58px !important;
        height: 58px !important;
    }

    .home-reviews-section .testimonial-person h4 {
        font-size: 1.05rem !important;
        line-height: 1.15 !important;
    }

    .home-reviews-section .testimonial-person span {
        font-size: 0.9rem !important;
        line-height: 1.35 !important;
    }

    .home-reviews-section .testimonial-source.is-google {
        min-width: 28px !important;
        min-height: 28px !important;
        margin-top: 0.08rem !important;
    }

    .home-reviews-section .google-g {
        width: 25px !important;
        height: 25px !important;
    }

    .home-reviews-section .testimonial-copy {
        font-size: clamp(1rem, 4.35vw, 1.18rem) !important;
        line-height: 1.48 !important;
        margin-bottom: 1.15rem !important;
        min-height: 0 !important;
    }

    .home-reviews-section .testimonial-link {
        margin-top: 0.15rem !important;
        font-size: 0.96rem !important;
    }

    .home-reviews-section .stories-nav {
        align-items: center !important;
        background: rgba(255, 255, 255, 0.96) !important;
        border: 1px solid rgba(226, 232, 243, 0.95) !important;
        border-radius: 999px !important;
        box-shadow: 0 12px 28px rgba(31, 44, 76, 0.12) !important;
        display: inline-flex !important;
        height: 38px !important;
        justify-content: center !important;
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 38px !important;
        z-index: 4 !important;
    }

    .home-reviews-section .stories-nav[data-testimonial-nav="prev"] {
        left: -0.1rem !important;
    }

    .home-reviews-section .stories-nav[data-testimonial-nav="next"] {
        right: -0.1rem !important;
    }
}

@media (max-width: 390px) {
    .home-reviews-section .testimonial-track {
        width: min(100%, 21.25rem) !important;
    }

    .home-reviews-section .testimonial-person {
        grid-template-columns: 52px minmax(0, 1fr) !important;
    }

    .home-reviews-section .testimonial-avatar,
    .home-reviews-section .testimonial-photo {
        width: 52px !important;
        height: 52px !important;
    }
}

/* Mobile FAQ QA: keep every plus icon locked to the right edge. */
@media (max-width: 767.98px) {
    .home-faq-section .accordion-button {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 26px !important;
        align-items: center !important;
        column-gap: 1rem !important;
        width: 100% !important;
        padding: 1.15rem 1.05rem !important;
        text-align: left !important;
    }

    .home-faq-section .accordion-button::after {
        align-self: center !important;
        grid-column: 2 !important;
        justify-self: end !important;
        margin-left: 0 !important;
        position: static !important;
        transform-origin: center !important;
    }

    .home-faq-section .accordion-button:not(.collapsed)::after {
        transform: rotate(45deg) !important;
    }
}

/* Footer bottom QA: avoid blank page color after the blue footer on mobile browsers. */
html,
body {
    min-height: 100%;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
}

.site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-shell > main {
    flex: 1 0 auto;
}

.site-footer {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    html {
        min-height: -webkit-fill-available;
    }

    body,
    .site-shell {
        min-height: 100svh;
    }

    .site-footer {
        background-color: #2B6BFF !important;
        box-shadow: 0 50vh 0 50vh #2B6BFF !important;
    }

    .site-footer .footer-contact-section {
        margin-bottom: 0 !important;
        padding-bottom: max(1.75rem, env(safe-area-inset-bottom)) !important;
    }
}

/* Final header QA: match the approved desktop header and keep mobile organized. */
.topbar {
    background: #202020 !important;
    min-height: 34px !important;
    padding: 0 !important;
}

.topbar-inner {
    min-height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.25rem !important;
}

.topbar-message {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.62rem !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: clamp(0.78rem, 0.84vw, 0.92rem) !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
}

.topbar .dot {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.78rem !important;
    line-height: 1 !important;
    margin: 0 0.1rem !important;
    opacity: 1 !important;
}

.topbar .topbar-message > i {
    display: none !important;
}

.topbar-highlight {
    color: rgba(255, 255, 255, 0.94) !important;
    font-weight: 500 !important;
    text-shadow: none !important;
}

.topbar-links {
    display: flex !important;
    align-items: center !important;
    gap: 1.05rem !important;
    flex: 0 0 auto !important;
}

.topbar-links a {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.86rem !important;
    font-weight: 500 !important;
}

.site-header .header-nav-shell {
    display: flex !important;
    align-items: center !important;
    gap: clamp(1.2rem, 2vw, 2rem) !important;
    min-height: 92px !important;
    padding: 0.8rem 0 !important;
}

.site-header.is-scrolled .header-nav-shell {
    min-height: 72px !important;
    padding: 0.42rem 0 !important;
}

.site-header .navbar-brand {
    width: 124px !important;
    min-width: 124px !important;
    margin: 0 !important;
}

.site-header .navbar-brand img,
.site-header.is-scrolled .navbar-brand img,
body[data-locale="es"] .site-header .navbar-brand img,
body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
    width: 112px !important;
    max-width: 112px !important;
    max-height: 76px !important;
    transform: none !important;
}

.site-header.is-scrolled .navbar-brand img,
body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
    width: 94px !important;
    max-width: 94px !important;
}

.site-header .navbar-collapse {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(1rem, 1.7vw, 2rem) !important;
}

.site-header .site-nav-list {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(0.65rem, 1.05vw, 1.25rem) !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.site-header .nav-link,
.site-header.is-scrolled .nav-link,
body[data-locale="es"] .site-header .nav-link,
body[data-locale="es"] .site-header.is-scrolled .nav-link {
    padding: 0.45rem 0 !important;
    color: #374151 !important;
    font-size: clamp(0.88rem, 0.82vw, 0.98rem) !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.01em !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.site-header .nav-link.active,
.site-header .nav-link:hover,
.site-header.is-scrolled .nav-link.active,
.site-header.is-scrolled .nav-link:hover {
    color: #2B6BFF !important;
    font-weight: 500 !important;
}

.site-header .header-actions,
.site-header.is-scrolled .header-actions,
body[data-locale="es"] .site-header .header-actions,
body[data-locale="es"] .site-header.is-scrolled .header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.62rem !important;
    flex: 0 0 auto !important;
}

.site-header .header-actions .btn,
.site-header.is-scrolled .header-actions .btn,
body[data-locale="es"] .site-header .header-actions .btn,
body[data-locale="es"] .site-header.is-scrolled .header-actions .btn {
    min-width: auto !important;
    min-height: 48px !important;
    padding: 0.72rem 1.05rem !important;
    border-radius: 10px !important;
    font-size: clamp(0.82rem, 0.82vw, 0.96rem) !important;
    font-weight: 600 !important;
    gap: 0.48rem !important;
    white-space: nowrap !important;
}

.site-header .header-action-appointment {
    min-width: 205px !important;
}

.site-header .header-action-secondary {
    color: #2B6BFF !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-color: rgba(43, 107, 255, 0.65) !important;
    box-shadow: none !important;
}

.site-header .header-action-pay {
    min-width: 132px !important;
}

.site-header .header-actions .btn i {
    width: 1.15rem !important;
    height: 1.15rem !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 1rem !important;
}

.mobile-nav-tools {
    display: none;
}

@media (max-width: 1399.98px) and (min-width: 1200px) {
    .site-header .header-nav-shell {
        gap: 1rem !important;
    }

    .site-header .navbar-brand {
        width: 104px !important;
        min-width: 104px !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img {
        width: 96px !important;
        max-width: 96px !important;
    }

    .site-header .site-nav-list {
        gap: 0.72rem !important;
    }

    .site-header .nav-link,
    body[data-locale="es"] .site-header .nav-link {
        font-size: 0.82rem !important;
    }

    .site-header .header-actions .btn {
        min-height: 44px !important;
        padding-inline: 0.78rem !important;
        font-size: 0.8rem !important;
    }

    .site-header .header-action-appointment {
        min-width: 170px !important;
    }
}

@media (max-width: 1199.98px) {
    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        min-height: 98px !important;
        padding: 0.9rem 0 !important;
    }

    .site-header .navbar-collapse {
        display: none !important;
    }

    .site-header .navbar-collapse.show,
    .site-header .navbar-collapse.collapsing {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    .topbar {
        padding: 0.72rem 0 0.82rem !important;
    }

    .topbar-inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 0.58rem !important;
    }

    .topbar-message {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: center !important;
        gap: 0.34rem !important;
        width: min(100%, 390px) !important;
        font-size: 0.84rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    .topbar-message > i,
    .topbar-message .dot {
        display: none !important;
    }

    .topbar-message .topbar-line,
    .topbar-message .topbar-highlight {
        display: block !important;
        width: 100% !important;
        color: #fff !important;
        font-weight: 600 !important;
        letter-spacing: -0.01em !important;
    }

    .topbar-links {
        display: none !important;
    }

    .topbar-message .topbar-line::before,
    .topbar-message .topbar-highlight::before {
        content: "•";
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.9rem;
        line-height: 1;
        transform: translateY(0.04rem);
    }

    .topbar-mobile-actions {
        width: min(100%, 398px) !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 0.48rem !important;
    }

    .topbar-mobile-actions a {
        min-height: 34px !important;
        border-radius: 5px !important;
        background: linear-gradient(180deg, #18b9dc 0%, #079bc4 100%) !important;
        color: #fff !important;
        font-size: 0.68rem !important;
        font-weight: 800 !important;
        letter-spacing: 0.035em !important;
        text-transform: uppercase !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 142px !important;
        max-width: 142px !important;
    }

    .site-header .mobile-nav-tools {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.75rem !important;
        width: 100% !important;
        margin: 0.9rem 0 0.4rem !important;
        padding: 0.82rem !important;
        border: 1px solid rgba(43, 107, 255, 0.14) !important;
        border-radius: 18px !important;
        background: rgba(248, 251, 255, 0.9) !important;
    }

    .site-header .mobile-nav-tools > a {
        color: #262626 !important;
        font-size: 0.95rem !important;
        font-weight: 650 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    .site-header .mobile-nav-tools .lang-pill {
        margin-left: auto !important;
        flex: 0 0 auto !important;
    }
}

/* Final mobile hero and floating CTA cleanup. */
.site-floating-appointment {
    display: none !important;
}

@media (max-width: 991.98px) {
    .home-hero-section .hero-card {
        display: grid !important;
        gap: 0 !important;
    }

    .home-hero-section .hero-artwork {
        order: 1 !important;
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1486 / 725 !important;
        border-radius: 24px !important;
        object-fit: cover !important;
        object-position: center top !important;
        background: #f8f1e5 !important;
        margin: 0 0 1rem !important;
    }

    .home-hero-section .hero-content-panel {
        order: 2 !important;
        width: 100% !important;
    }

    .home-hero-section .value-strip {
        order: 3 !important;
    }
}

/* Keep announcements light, with a clear bullet list on mobile. */
.topbar .topbar-message .topbar-line,
.topbar .topbar-message .topbar-highlight {
    font-weight: 400 !important;
}

@media (max-width: 767.98px) {
    .topbar .topbar-message {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-items: stretch !important;
        gap: 0.16rem !important;
        width: min(100%, 390px) !important;
        padding: 0 !important;
        text-align: left !important;
        font-size: 0.84rem !important;
        line-height: 1.4 !important;
    }

    .topbar .topbar-message .topbar-line,
    .topbar .topbar-message .topbar-highlight {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        padding-left: 0.95rem !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.92) !important;
        font-weight: 400 !important;
    }

    .topbar .topbar-message .topbar-line::before,
    .topbar .topbar-message .topbar-highlight::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        top: 0.7em !important;
        width: 5px !important;
        height: 5px !important;
        border-radius: 50% !important;
        background: #fff !important;
        transform: translateY(-50%) !important;
    }

    .topbar .topbar-message .dot,
    .topbar .topbar-message > i {
        display: none !important;
        content: none !important;
    }

    .topbar .topbar-links {
        display: none !important;
    }
}

/* Final mobile navigation correction: menu items should read as a left-aligned list. */
@media (max-width: 1199.98px) {
    .site-header .navbar-collapse.show,
    .site-header .navbar-collapse.collapsing {
        text-align: left !important;
    }

    .site-header .site-nav-list,
    .site-header.is-scrolled .site-nav-list,
    body[data-locale="es"] .site-header .site-nav-list,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        justify-content: stretch !important;
        justify-items: stretch !important;
        align-items: stretch !important;
        gap: 0.28rem !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-header .site-nav-list .nav-item {
        width: 100% !important;
    }

    .site-header .site-nav-list .nav-link,
    .site-header.is-scrolled .site-nav-list .nav-link,
    body[data-locale="es"] .site-header .site-nav-list .nav-link,
    body[data-locale="es"] .site-header.is-scrolled .site-nav-list .nav-link {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 46px !important;
        padding: 0.82rem 1.05rem !important;
        text-align: left !important;
        border-radius: 14px !important;
        color: #2f3747 !important;
        font-size: 1rem !important;
        font-weight: 650 !important;
    }

    .site-header .site-nav-list .nav-link.active {
        color: var(--brand-blue) !important;
        background: rgba(43, 107, 255, 0.08) !important;
    }

    .site-header .site-nav-list .nav-link-label {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }

    .site-header .mobile-nav-tools {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 0.9rem !important;
        flex-wrap: wrap !important;
    }
}

/* Final mobile sticky actions: keep core patient actions visible without crowding the announcement bar. */
.site-mobile-action-strip {
    display: none;
}

@media (max-width: 767.98px) {
    .topbar .topbar-mobile-actions {
        display: none !important;
    }

    .site-mobile-action-strip {
        display: block !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1045 !important;
        background: rgba(255, 255, 255, 0.97) !important;
        border-bottom: 1px solid rgba(43, 107, 255, 0.12) !important;
        box-shadow: 0 12px 28px rgba(29, 52, 93, 0.08) !important;
        backdrop-filter: blur(14px) !important;
    }

    .site-mobile-action-inner {
        display: grid !important;
        grid-template-columns: 1fr 1.2fr 1fr !important;
        gap: 0.42rem !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .site-mobile-action-strip .mobile-action-btn {
        min-height: 40px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0.32rem !important;
        padding: 0.5rem 0.35rem !important;
        border: 1px solid rgba(43, 107, 255, 0.45) !important;
        border-radius: 10px !important;
        color: #2B6BFF !important;
        background: #fff !important;
        font-size: 0.75rem !important;
        font-weight: 750 !important;
        line-height: 1.05 !important;
        letter-spacing: -0.01em !important;
        text-align: center !important;
        text-decoration: none !important;
        box-shadow: 0 8px 18px rgba(43, 107, 255, 0.08) !important;
    }

    .site-mobile-action-strip .mobile-action-primary {
        color: #fff !important;
        background: linear-gradient(180deg, #2B6BFF 0%, #1758ef 100%) !important;
        border-color: rgba(43, 107, 255, 0.8) !important;
        box-shadow: 0 10px 22px rgba(43, 107, 255, 0.22) !important;
    }

    .site-mobile-action-strip .mobile-action-btn i {
        font-size: 0.95rem !important;
        line-height: 1 !important;
        flex: 0 0 auto !important;
    }

    .site-header,
    .site-header.is-scrolled {
        top: 56px !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        min-height: 104px !important;
    }
}

@media (max-width: 374.98px) {
    .site-mobile-action-strip .mobile-action-btn {
        font-size: 0.68rem !important;
        gap: 0.24rem !important;
        padding-inline: 0.2rem !important;
    }
}

/* Match the mobile hero container to the full-width section containers below it. */
@media (max-width: 767.98px) {
    .home-hero-section > .container {
        width: 100%;
        max-width: 100%;
    }

    .home-hero-section .value-strip {
        margin-top: 1rem !important;
    }
}

/* Keep FAQ expand/collapse controls at the far-right edge at every viewport. */
.home-faq-section .accordion-button {
    position: relative !important;
    width: 100% !important;
    padding-right: 4rem !important;
    text-align: left !important;
}

.home-faq-section .accordion-button::after {
    position: absolute !important;
    top: 50% !important;
    right: 1.35rem !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
}

.home-faq-section .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) !important;
}

@media (max-width: 575px) {
    .home-faq-section .accordion-button {
        padding-right: 3.4rem !important;
    }

    .home-faq-section .accordion-button::after {
        right: 1rem !important;
    }
}

/* Keep the booking overview on laptop/desktop only. */
@media (max-width: 991.98px) {
    .appointment-page .booking-sidebar-column {
        display: none !important;
    }

    .appointment-page .booking-form-card {
        width: 100%;
    }
}

/* Homepage hero: soft clinical blue behind the headline and copy. */
.home-hero-section .hero-card {
    background: linear-gradient(90deg, #eaf7ff 0%, #eef9ff 44%, #f4eadc 100%) !important;
}

.home-hero-section .hero-card::before {
    background:
        linear-gradient(90deg, rgba(234, 247, 255, 1) 0%, rgba(234, 247, 255, 0.99) 27%, rgba(234, 247, 255, 0.8) 41%, rgba(234, 247, 255, 0.24) 56%, transparent 72%),
        linear-gradient(180deg, rgba(238, 249, 255, 0.16) 0%, transparent 34%) !important;
}

@media (max-width: 1199px) {
    .home-hero-section .hero-card {
        background: linear-gradient(180deg, #eaf7ff 0%, #eef9ff 62%, #f6efe5 100%) !important;
    }
}

/* Location-specific appointment availability. */
.appointment-location-schedule {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.appointment-location-schedule article {
    display: grid;
    gap: 0.3rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(43, 107, 255, 0.16);
    border-radius: 16px;
    background: #f8fbff;
}

.appointment-location-schedule strong {
    color: #2B6BFF;
    font-size: 1rem;
}

.appointment-location-schedule span {
    color: #262626;
    font-weight: 650;
}

.appointment-location-schedule ul,
.footer-location-hours ul {
    display: grid;
    gap: 0.3rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.appointment-location-schedule li,
.footer-location-hours li {
    display: grid;
    grid-template-columns: minmax(82px, 0.65fr) minmax(0, 1.35fr);
    gap: 0.65rem;
    align-items: baseline;
}

.appointment-location-schedule li span,
.footer-location-hours li span {
    font-weight: 650;
}

.appointment-location-schedule time,
.footer-location-hours time {
    color: #596579;
    font-size: 0.86rem;
    line-height: 1.35;
}

.appointment-location-schedule small {
    color: #657185;
    line-height: 1.35;
}

.appointment-slot-duration {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    color: #4f5b70;
    font-size: 0.9rem;
}

.appointment-slot-duration i {
    color: #00a5df;
}

.footer-location-hours {
    display: grid;
    gap: 0.65rem;
}

.footer-location-hours article {
    display: grid;
    gap: 0.12rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid #e8edf5;
}

.footer-location-hours article strong {
    color: #2B6BFF;
    font-size: 0.98rem;
}

.footer-location-hours article span {
    color: #262626;
    font-size: 0.92rem;
    font-weight: 650;
}

.footer-location-hours article small,
.footer-location-hours > div {
    color: #657185;
    font-size: 0.84rem;
    line-height: 1.35;
}

.footer-location-hours > div {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

@media (max-width: 575px) {
    .appointment-location-schedule {
        grid-template-columns: 1fr;
    }

    .appointment-slot-duration {
        grid-column: auto;
    }

    .appointment-location-schedule li,
    .footer-location-hours li {
        grid-template-columns: 1fr;
        gap: 0.05rem;
    }
}

.patient-form-buttons {
    display: flex;
    gap: 0.55rem;
    width: 100%;
    overflow-x: auto;
    padding: 0.15rem 0 0.45rem;
    scrollbar-width: thin;
}

.patient-form-button {
    flex: 1 0 160px;
    min-height: 52px;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(43, 107, 255, 0.45);
    border-radius: 13px;
    background: #fff;
    color: #2B6BFF;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.patient-form-button:hover,
.patient-form-button:focus-visible {
    border-color: #2B6BFF;
    outline: 0;
    box-shadow: 0 8px 18px rgba(43, 107, 255, 0.13);
}

.patient-form-button.is-active {
    border-color: #2B6BFF;
    background: #2B6BFF;
    color: #fff;
    box-shadow: 0 10px 22px rgba(43, 107, 255, 0.22);
}

.patient-forms-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.35rem;
}

.patient-forms-page-head h1 {
    margin: 0.35rem 0 0;
    color: #262626;
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    font-weight: 620;
    letter-spacing: -0.045em;
}

.patient-forms-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.42rem;
    color: #6d7688;
    font-size: 0.9rem;
}

.patient-forms-breadcrumb a {
    color: #2B6BFF;
    text-decoration: none;
}

.patient-forms-breadcrumb i {
    font-size: 0.68rem;
}

.patient-forms-secure {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #3f4b60;
    font-size: 0.95rem;
    font-weight: 650;
    white-space: nowrap;
}

.patient-forms-secure i {
    color: #00a5df;
    font-size: 1.15rem;
}

.patient-form-content-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 0.4rem 0 1rem;
}

.patient-form-content-head h2 {
    margin: 0.28rem 0 0.2rem;
    color: #262626;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    font-weight: 680;
    letter-spacing: -0.03em;
}

.patient-form-content-head p {
    margin: 0;
    color: #6d7688;
}

.patient-form-display {
    overflow: hidden;
    min-height: 620px;
    padding: clamp(0.7rem, 1.5vw, 1.15rem);
    border: 2px solid rgba(0, 158, 209, 0.72);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(36, 48, 84, 0.07);
}

.patient-form-display .patient-online-form-stage {
    margin-top: 0;
}

.patient-form-display .patient-online-form iframe {
    min-height: 760px;
    border-radius: 12px;
}

@media (max-width: 575px) {
    .patient-form-buttons {
        margin-inline: -0.1rem;
        padding-inline: 0.1rem;
    }

    .patient-form-button {
        flex-basis: 145px;
        min-height: 48px;
        font-size: 0.82rem;
    }

    .patient-forms-page-head,
    .patient-form-content-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
    }

    .patient-form-content-head .btn {
        width: 100%;
        justify-content: center;
    }

    .patient-form-display {
        min-height: 560px;
        padding: 0.4rem;
        border-radius: 16px;
    }
}

/* Final mobile compact header: reduce the logo row height under the sticky actions. */
@media (max-width: 767.98px) {
    .site-mobile-action-inner {
        padding-top: 0.38rem !important;
        padding-bottom: 0.38rem !important;
    }

    .site-mobile-action-strip .mobile-action-btn {
        min-height: 36px !important;
        padding-top: 0.42rem !important;
        padding-bottom: 0.42rem !important;
    }

    .site-header,
    .site-header.is-scrolled {
        top: 48px !important;
    }

    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        min-height: 78px !important;
        padding: 0.42rem 0 !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 112px !important;
        max-width: 112px !important;
        max-height: 64px !important;
    }

    .site-header .custom-toggler,
    .site-header.is-scrolled .custom-toggler {
        width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        padding: 0 !important;
        font-size: 1.9rem !important;
    }
}

@media (max-width: 374.98px) {
    .site-header .header-nav-shell,
    .site-header.is-scrolled .header-nav-shell {
        min-height: 72px !important;
    }

    .site-header .navbar-brand img,
    .site-header.is-scrolled .navbar-brand img,
    body[data-locale="es"] .site-header .navbar-brand img,
    body[data-locale="es"] .site-header.is-scrolled .navbar-brand img {
        width: 104px !important;
        max-width: 104px !important;
    }
}
