/* ═══════════════════════════════════════════════════════
   MERGED OUTPUT: materailstyle_merged_common_unique.css
   Source 1: materailstyle.css
   Source 2: materailstyle (10).css

   Merge method:
   - Kept Source 1 as the base cascade.
   - Added non-duplicate rules from Source 2 after Source 1.
   - Exact duplicate rule blocks were skipped.
   - Differing rules with the same selector were kept after Source 1 so updates from Source 2 can apply.

   Class comparison:
   - Common classes: 446
   - Unique to Source 1: 0
   - Unique to Source 2 added/available: 55
   - Exact duplicate rule blocks skipped from Source 2: 977
   ═══════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════
   MERGED CSS — materailstyle.css + style.css + style-c.css
   Conflict resolution strategy:
     • Shared global selectors (body, :root, .m3-ripple, etc.)
       → materailstyle.css wins (base file)
     • Classes unique to style.css  → scoped under #pageNew
     • Classes unique to style-c.css → scoped under #pageContact
     • Classes that exist in ALL THREE files but differ
       → materailstyle.css base wins; page-specific
         overrides live under their respective ID scopes
   ═══════════════════════════════════════════════════════ */


/* ════════════════════════════════════════════════════════
   1. DESIGN TOKENS — :root (merged, no duplicates)
   ════════════════════════════════════════════════════════ */
:root {
    /* ── Legacy brand tokens (materailstyle.css) ── */
    --primary-color: #c6161d;
    --secondary-color: #005b98;
    --background-color: #fff;
    --text-color: #292929;
    --card-background: #F5F5F5;
    --shadow-color: rgba(0, 0, 0, 0.1);
    --footer-background: #121212;
    --footer-text-color: #f5f5f5;
    --link-color: #03DAC6;
    --third-color: #ffd800;
    --white-text: #fff;
    --line-height-base: 1.6;
    --font-size-heading-1: 2.5rem;
    --font-size-heading-2: 2rem;
    --font-size-heading-3: 1.75rem;
    --font-size-heading-4: 1.5rem;
    --font-size-heading-5: 1.25rem;
    --font-size-heading-6: 1rem;
    /* ── M3 Semantic color tokens (style.css / style-c.css — unified) ── */
    --md-primary: #c6161d;
    --md-on-primary: #ffffff;
    --md-primary-container: #ffd800;
    --md-on-primary-cont: #005b98;
    --md-on-primary-container: #005b98; /* style-c alias */

    --md-secondary: #005b98;
    --md-on-secondary: #ffffff;
    --md-secondary-container: #b3dffc;
    --md-on-secondary-cont: #c6161d;
    --md-on-secondary-container: #c6161d; /* style-c alias */

    --md-tertiary: #ffd800;
    --md-on-tertiary: #ffffff;
    --md-tertiary-container: #c1e9fb;
    --md-on-tertiary-cont: #001f2a;
    --md-on-tertiary-container: #001f2a; /* style-c alias */

    --md-error: #ba1a1a;
    --md-on-error: #ffffff;
    --md-error-container: #ffdad6;
    --md-on-error-cont: #410002;
    --md-on-error-container: #410002; /* style-c alias */
    /* Surface */
    --md-surface: #f8faf8;
    --md-surface-variant: #dce5dc;
    --md-on-surface: #191c19;
    --md-on-surface-variant: #404943;
    --md-outline: #707973;
    --md-outline-variant: #c0c9c0;
    /* Background (style-c uses these) */
    --md-background: #f8faf8;
    --md-on-background: #191c19;
    /* Inverse (style-c) */
    --md-inverse-surface: #2E312F;
    --md-inverse-on-surface: #EFF1EE;
    --md-inverse-primary: #8CD5B3;
    /* Elevation tints — style.css names kept; style-c aliases added */
    --md-elev1: rgba(26,92,58,0.05);
    --md-elev2: rgba(26,92,58,0.08);
    --md-elev3: rgba(26,92,58,0.11);
    --md-elevation-1: rgba(11,110,79,0.05); /* style-c */
    --md-elevation-2: rgba(11,110,79,0.08);
    --md-elevation-3: rgba(11,110,79,0.11);
    --md-sys-elevation-1: 0px 1px 2px rgba(0,0,0,.3), 0px 1px 3px 1px rgba(0,0,0,.15);
    /* ── M3 Shape tokens ── */
    --shape-none: 0px;
    --shape-xs: 4px;
    --shape-sm: 8px;
    --shape-md: 12px;
    --shape-lg: 16px;
    --shape-xl: 28px;
    --shape-full: 9999px;
    /* style-c aliases */
    --md-shape-xs: 4px;
    --md-shape-sm: 8px;
    --md-shape-md: 12px;
    --md-shape-lg: 16px;
    --md-shape-xl: 28px;
    --md-shape-full: 9999px;
    /* ── M3 Motion ── */
    --ease-std: cubic-bezier(0.2, 0, 0, 1);
    --ease-std-decel: cubic-bezier(0, 0, 0, 1);
    --ease-std-accel: cubic-bezier(0.3, 0, 1, 1);
    --ease-emp: cubic-bezier(0.2, 0, 0, 1);
    --ease-emp-decel: cubic-bezier(0.05, 0.7, 0.1, 1);
    --ease-emp-accel: cubic-bezier(0.3, 0, 0.8, 0.15);
    --dur-s1: 50ms;
    --dur-s2: 100ms;
    --dur-s3: 150ms;
    --dur-s4: 200ms;
    --dur-m1: 250ms;
    --dur-m2: 300ms;
    --dur-m3: 350ms;
    --dur-m4: 400ms;
    --dur-l1: 450ms;
    --dur-l2: 500ms;
    /* ── M3 Typescale — style.css names (ts-*) ── */
    --ts-display-lg: 57px;
    --ts-display-md: 45px;
    --ts-display-sm: 36px;
    --ts-headline-lg: 32px;
    --ts-headline-md: 28px;
    --ts-headline-sm: 24px;
    --ts-title-lg: 22px;
    --ts-title-md: 16px;
    --ts-title-sm: 14px;
    --ts-label-lg: 14px;
    --ts-label-md: 12px;
    --ts-label-sm: 11px;
    --ts-body-lg: 16px;
    --ts-body-md: 14px;
    --ts-body-sm: 12px;
    /* style-c aliases (md-display-*, md-headline-*, etc.) */
    --md-display-large: 57px;
    --md-display-medium: 45px;
    --md-display-small: 36px;
    --md-headline-large: 32px;
    --md-headline-medium: 28px;
    --md-headline-small: 24px;
    --md-title-large: 22px;
    --md-title-medium: 16px;
    --md-title-small: 14px;
    --md-body-large: 16px;
    --md-body-medium: 14px;
    --md-body-small: 12px;
    --md-label-large: 14px;
    --md-label-medium: 12px;
    --md-label-small: 11px;
    /* App bar height */
    --app-bar-h: 64px;
}


/* ════════════════════════════════════════════════════════
   2. RESET & BASE GLOBALS
   ════════════════════════════════════════════════════════ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

/* body — materailstyle.css base font (Roboto) wins globally */
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
    color: var(--text-color);
    font-size: var(--md-body-large);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

a {
    color: var(--md-primary);
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:focus-visible, button:focus-visible {
        outline: 3px solid var(--md-primary);
        outline-offset: 3px;
        border-radius: var(--shape-xs);
    }

ul {
    list-style: none;
}

h1, h2, h3, h4 {
    line-height: 1.4;
    color: var(--primary-color);
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 32px;
}

    p.center {
        text-align: center;
    }

.content-box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* ════════════════════════════════════════════════════════
   3. ACCESSIBILITY HELPERS (shared across all pages)
   ════════════════════════════════════════════════════════ */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

:focus-visible {
    outline: 3px solid var(--md-primary);
    outline-offset: 3px;
}

/* Skip link (style.css) */
/*.skip-link {
    position: absolute; top: -100%; left: 1rem;
    background: var(--md-primary); color: var(--md-on-primary);
    padding: .5rem 1.2rem; border-radius: var(--shape-sm);
    font-size: 14px; font-weight: 600; z-index: 9999;
    transition: top var(--dur-s4) var(--ease-std);
}
.skip-link:focus { top: 0.5rem; }*/


/* ════════════════════════════════════════════════════════
   4. M3 RIPPLE  (unified — materailstyle base + style-c overlay approach)
   ════════════════════════════════════════════════════════ */

/* Injected <span> ripple (materailstyle.css) */
.m3-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    animation: m3-ripple-grow 500ms cubic-bezier(0.2, 0, 0, 1) forwards;
    pointer-events: none;
}

@keyframes m3-ripple-grow {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
/* Dark-surface variant */
.m3-ripple--dark {
    background: rgba(8, 145, 178, 0.12);
}

/* CSS-only hover ripple used in style-c.css — lives on .m3-ripple-host */
.m3-ripple-host {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

    .m3-ripple-host::after {
        content: '';
        position: absolute;
        inset: 0;
        background: currentColor;
        opacity: 0;
        border-radius: inherit;
        pointer-events: none;
        transition: opacity 0.2s;
    }

    .m3-ripple-host:hover::after {
        opacity: 0.08;
    }

    .m3-ripple-host:active::after {
        opacity: 0.16;
    }

/* ripple-circle (style-c.css) */
.ripple-circle {
    position: absolute;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.18;
    transform: scale(0);
    animation: ripple-out 0.55s linear;
    pointer-events: none;
}

@keyframes ripple-out {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* ripple-wave host (style.css) */
.ripple-host {
    position: relative;
    overflow: hidden;
}

.ripple-wave {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    background: rgba(255,255,255,.35);
    pointer-events: none;
    animation: ripple-anim var(--dur-l2) var(--ease-emp-decel) forwards;
}

@keyframes ripple-anim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Elements that must clip ripples */
.cta-button1st,
.cta-button2nd,
.cta-button,
.cta-button3rd,
.service-card,
.faq-row,
.carousel-btn,
.insurance-card {
    position: relative;
    overflow: hidden;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .m3-ripple {
        animation: none;
        display: none;
    }

    .ripple-wave {
        animation: none;
    }

    .ripple-circle {
        animation: none;
        display: none;
    }
}


/* ════════════════════════════════════════════════════════
   5. CTA BUTTONS — materailstyle.css originals
   ════════════════════════════════════════════════════════ */
.cta-button1st,
.cta-button2nd,
.cta-button,
.cta-button3rd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: inherit;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
    transition: box-shadow 200ms cubic-bezier(0.2,0,0,1);
    -webkit-tap-highlight-color: transparent;
}

    /* State layer */
    .cta-button1st::before,
    .cta-button2nd::before,
    .cta-button::before,
    .cta-button3rd::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: #ffffff;
        opacity: 0;
        transition: opacity 200ms cubic-bezier(0.2,0,0,1);
        pointer-events: none;
    }

    .cta-button1st:hover::before,
    .cta-button2nd:hover::before,
    .cta-button:hover::before,
    .cta-button3rd:hover::before {
        opacity: 0.08;
    }

    .cta-button1st:hover,
    .cta-button2nd:hover,
    .cta-button:hover,
    .cta-button3rd:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 2px 6px 2px rgba(0,0,0,0.15);
    }

    .cta-button1st:focus-visible::before,
    .cta-button2nd:focus-visible::before,
    .cta-button:focus-visible::before,
    .cta-button3rd:focus-visible::before {
        opacity: 0.12;
    }

    .cta-button1st:focus-visible,
    .cta-button2nd:focus-visible,
    .cta-button:focus-visible,
    .cta-button3rd:focus-visible {
        outline: 3px solid var(--secondary-color);
        outline-offset: 2px;
    }

    .cta-button1st:active::before,
    .cta-button2nd:active::before,
    .cta-button:active::before,
    .cta-button3rd:active::before {
        opacity: 0.12;
    }

    .cta-button1st:active,
    .cta-button2nd:active,
    .cta-button:active,
    .cta-button3rd:active {
        box-shadow: none;
    }

    .cta-button1st:disabled,
    .cta-button2nd:disabled,
    .cta-button:disabled,
    .cta-button3rd:disabled {
        background: rgba(0,0,0,0.12) !important;
        color: rgba(0,0,0,0.38) !important;
        cursor: not-allowed;
        pointer-events: none;
        box-shadow: none;
    }

        .cta-button1st:disabled::before,
        .cta-button2nd:disabled::before,
        .cta-button:disabled::before,
        .cta-button3rd:disabled::before {
            display: none;
        }

.cta-button1st {
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    background-color: var(--secondary-color);
    color: var(--background-color);
}

.cta-button2nd {
    height: 48px;
    padding: 0 32px;
    font-size: 16px;
    background-color: var(--primary-color);
    color: var(--background-color);
}

.cta-button {
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--background-color);
}

.cta-button3rd {
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    background-color: var(--primary-color);
    color: var(--background-color);
}

.btn-touch-target {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

/* Reduced motion for CTA buttons */
@media (prefers-reduced-motion: reduce) {
    .cta-button1st, .cta-button2nd, .cta-button, .cta-button3rd,
    .cta-button1st::before, .cta-button2nd::before,
    .cta-button::before, .cta-button3rd::before {
        transition-duration: 0.01ms;
        animation-duration: 0.01ms;
    }
}

.cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}


/* ════════════════════════════════════════════════════════
   6. M3 BUTTON SYSTEM — style.css (.btn-*) + style-c.css (.btn)
   These are ADDITIVE — no overlap with .cta-button* above.
   ════════════════════════════════════════════════════════ */

/* Base .btn (style-c.css) */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 24px;
    height: 40px;
    border-radius: var(--md-shape-full);
    font-family: 'Roboto', sans-serif;
    font-size: var(--md-label-large);
    font-weight: 500;
    letter-spacing: 0.1px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    transition: box-shadow 0.2s;
    position: relative;
    overflow: hidden;
}

/* .btn-filled — merged: style.css (DM Sans, richer transitions) is primary;
   style-c.css specifics kept as fallback via --md-* vars */
.btn-filled {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 600;
    letter-spacing: .1px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow var(--dur-s4) var(--ease-std), background var(--dur-s4) var(--ease-std), transform var(--dur-s3) var(--ease-std);
}

    .btn-filled:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.25);
        background: var(--md-on-primary-cont);
        text-decoration: none;
        color: white;
    }

    .btn-filled:active {
        transform: scale(.98);
        transition-duration: var(--dur-s2);
    }

.btn-tonal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: var(--md-secondary-container);
    color: var(--md-on-secondary-cont);
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 600;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow var(--dur-s4) var(--ease-std), background var(--dur-s4) var(--ease-std), transform var(--dur-s3) var(--ease-std);
}

    .btn-tonal:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        text-decoration: none;
    }

    .btn-tonal:active {
        transform: scale(.98);
    }

    .btn-tonal .ripple-wave {
        background: rgba(0,33,14,.2);
    }

.btn-outlined {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: transparent;
    color: var(--md-primary);
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 600;
    border: 1.5px solid var(--md-primary);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: background var(--dur-s4) var(--ease-std), transform var(--dur-s3) var(--ease-std);
}

    .btn-outlined:hover {
        background: var(--md-primary-container);
        text-decoration: none;
        color: var(--md-primary)
    }

    .btn-outlined:active {
        transform: scale(.98);
    }

    .btn-outlined .ripple-wave {
        background: rgba(26,92,58,.2);
    }

.btn-outlined-white {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.55);
}

    .btn-outlined-white:hover {
        background: rgba(255,255,255,.1);
        text-decoration: none;
        color: #fff;
    }

.btn-elevated {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: var(--md-surface);
    color: var(--md-primary);
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.15);
    font-size: var(--md-label-large);
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.2s;
    text-transform: uppercase;
}

    .btn-elevated:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 2px 6px rgba(0,0,0,0.2);
    }

.btn-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 12px;
    border-radius: var(--shape-full);
    background: transparent;
    color: var(--md-primary);
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 600;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: background var(--dur-s4) var(--ease-std);
    text-transform: uppercase;
}

    .btn-text:hover {
        background: var(--md-primary-container);
        text-decoration: none;
    }

.btn-tel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: var(--md-tertiary-container);
    color: var(--md-on-tertiary-cont);
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 600;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow var(--dur-s4) var(--ease-std), background var(--dur-s4) var(--ease-std), transform var(--dur-s3) var(--ease-std);
}

    .btn-tel:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.12);
        background: #a9d9ef;
        text-decoration: none;
    }

    .btn-tel:active {
        transform: scale(.98);
    }

    .btn-tel .ripple-wave {
        background: rgba(0,31,42,.2);
    }

.icon-btn {
    width: 48px;
    height: 48px;
    border-radius: var(--shape-full);
    border: none;
    background: transparent;
    color: var(--md-on-surface-variant);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--dur-s4) var(--ease-std);
    position: relative;
    overflow: hidden;
}

    .icon-btn:hover {
        background: rgba(26,92,58,.08);
    }

    .icon-btn svg {
        width: 24px;
        height: 24px;
    }

.btn .material-icons-round {
    font-size: 18px;
}

/* ════════════════════════════════════════════════════════
   7. HEADER (materailstyle.css) — the main site header
   ════════════════════════════════════════════════════════ */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 32px;
    color: var(--background-color);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: width 0.5s;
    background: hsla(358, 89%, 56%, 1);
    background: linear-gradient(90deg, hsla(358, 89%, 56%, 1) 0%, hsla(358, 80%, 43%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(358, 89%, 56%, 1) 0%, hsla(358, 80%, 43%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(358, 89%, 56%, 1) 0%, hsla(358, 80%, 43%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F32931", endColorstr="#C6161D", GradientType=1 );
}

    header.sticky {
        position: fixed;
        left: 0;
        top: 34px;
        z-index: 40;
    }

    header .logo img {
        width: 100%;
        max-width: 186px;
    }

    header nav {
        display: flex;
        gap: 32px;
    }

        header nav a {
            text-decoration: none;
            color: var(--background-color);
            font-weight: 500;
            font-size: 1rem;
            padding: 8px 0;
        }

            header nav a:hover {
                text-decoration: underline;
            }

    header .leftside {
        display: flex;
        align-items: center;
        gap: 16px;
    }

        header .leftside .logo {
            width: 90px;
        }

/* Hamburger (materailstyle.css base) */
.deskhamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    cursor: pointer;
    margin-right: 0;
}

    .deskhamburger div {
        width: 25px;
        height: 3px;
        background-color: var(--background-color);
        border-radius: 999px;
        transition: all 0.3s ease;
    }

    .deskhamburger.active div:nth-child(1) {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .deskhamburger.active div:nth-child(2) {
        opacity: 0;
    }

    .deskhamburger.active div:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

#sideMenu {
    width: 350px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    background: hsla(204, 100%, 30%, 1);
    background: linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005B98", endColorstr="#0078C8", GradientType=1 );
    padding: 2rem;
    transform: translateX(-100%);
    transition: transform 280ms cubic-bezier(0.2, 0, 0, 1);
    z-index: 1200;
    overflow-y: auto;
}

    #sideMenu.active {
        transform: translateX(0);
    }

    #sideMenu .close-btn2nd {
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 0.25rem;
        background: var(--third-color);
        font-size: 32px;
        line-height: 1;
        color: var(--primary-color);
        cursor: pointer;
        margin: 0 0 1rem;
    }

        #sideMenu .close-btn2nd:hover {
            background: var(--footer-text-color);
        }

    #sideMenu nav {
        display: block;
    }

    #sideMenu a {
        font-family: 'Roboto' sans-serif;
        display: block;
        font-size: 1rem;
        font-weight: 400;
    }

.nav-group {
    display: flex;
    flex-direction: column;
}

.dropdown-toggle span {
    font-size: 20px;
    font-weight: 500;
    transition: transform 180ms ease;
}

.nav-group.active .dropdown-toggle span {
    transform: rotate(45deg);
}

#sideMenu .dropdown-toggle2nd {
    width: 100%;
    min-height: 48px;
    padding: 13px 16px 13px 0;
    border-radius: var(--radius-large);
    border: none;
    background: transparent;
    color: var(--on-surface);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sideMenu .dropdown-toggle2nd {
    padding: 4px 0 8px 0;
}

#sideMenu .nav-group.active .dropdown-toggle2nd {
    display: flex;
    /*flex-direction: column;*/
    gap: 4px;
}

#sideMenu .dropdown-toggle2nd a {
    color: var(--white-text);
    min-height: 42px;
}

#sideMenu .dropdown-menu2nd {
    display: none;
    padding: 4px 0 8px 18px;
}

#sideMenu .nav-group.active .dropdown-menu2nd {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#sideMenu .dropdown-menu2nd a {
    font-size: 15px;
    font-weight: 500;
    color: var(--white-text);
    min-height: 42px;
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
    z-index: 1100;
}

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }

/* Mobile menu (materailstyle.css) */
.mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    right: 16px;
    background-color: var(--primary-color);
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 16px;
    z-index: 10;
}

    .mobile-menu a {
        text-decoration: none;
        color: var(--background-color);
        font-weight: 500;
    }

        .mobile-menu a:hover {
            text-decoration: underline;
        }

/* Main nav */
.main-nav {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .main-nav a,
    .dropdown-toggle {
        color: var(--text-color);
        text-decoration: none;
        font-size: 15px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px 0;
        color: #fff;
        font-weight: 700;
    }

        .main-nav a:hover,
        .dropdown-toggle:hover {
            color: var(--third-color);
        }

.main-nav a.phone {
    display: inline-flex; align-items: center; gap: 8px;
    height: 40px; padding: 0 16px;
    border-radius: var(--shape-full);
    background: var(--md-on-primary);
    color: var(--md-primary);
    font-family: 'Roboto', 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg); font-weight: 600;
    letter-spacing: .1px; border: none; cursor: pointer;
    position: relative; overflow: hidden; text-decoration: none;
    text-transform: uppercase;
    transition:
        box-shadow var(--dur-s4) var(--ease-std),
        background var(--dur-s4) var(--ease-std),
        transform var(--dur-s3) var(--ease-std);
}
.main-nav a.phone:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    background: var(--md-on-primary-cont);
    text-decoration: none; color: white;
}
.main-nav a.phone:active { transform: scale(.98); transition-duration: var(--dur-s2); }

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-icon {
    font-size: 12px;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    min-width: 200px;
    background: var(--third-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 8px 0;
    display: none;
    flex-direction: column;
    z-index: 1001;
}

    .dropdown-menu a {
        padding: 12px 16px;
        display: block;
        color: var(--primary-color);
    }

        .dropdown-menu a:hover {
            background: var(--white-text);
            color: var(--primary-color);
        }

.dropdown.open .dropdown-menu {
    display: flex;
}

.phone {
    white-space: nowrap;
}

.icon {
    margin-right: 6px;
}

.phone .icon {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}

.showMob {
    display: none;
}

.phoneIcon {
    background: url("https://www.gastrodoxs.com/images/icon-call-nav.png") no-repeat var(--secondary-color) center;
    background-size: 25px auto;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-indent: -9999px;
}

/* ════════════════════════════════════════════════════════
   8. M3 APP BAR (style.css — #pageNew pages only)
      Scoped to avoid conflict with <header> above
   ════════════════════════════════════════════════════════ */
#pageNew .m3-app-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--app-bar-h);
    background: var(--md-surface);
    z-index: 200;
    isolation: isolate;
    transition: box-shadow var(--dur-m2) var(--ease-std), background-color var(--dur-m2) var(--ease-std);
}

    #pageNew .m3-app-bar::before {
        content: '';
        position: absolute;
        inset: 0;
        background: var(--md-elev1);
        pointer-events: none;
        z-index: -1;
        transition: background var(--dur-m2) var(--ease-std);
    }

    #pageNew .m3-app-bar.scrolled {
        box-shadow: 0 1px 2px rgba(0,0,0,.10), 0 2px 6px rgba(0,0,0,.08);
    }

        #pageNew .m3-app-bar.scrolled::before {
            background: var(--md-elev2);
        }

#pageNew .app-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
}

#pageNew .app-bar-logo {
    font-family: 'Roboto', serif;
    font-size: var(--ts-title-lg);
    color: var(--md-on-surface);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: opacity var(--dur-s4) var(--ease-std);
}

    #pageNew .app-bar-logo:hover {
        opacity: .85;
        text-decoration: none;
    }

#pageNew .logo-badge {
    width: 36px;
    height: 36px;
    background: var(--md-primary);
    border-radius: var(--shape-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

    #pageNew .logo-badge svg {
        width: 20px;
        height: 20px;
    }

#pageNew .app-bar-spacer {
    flex: 1;
}

#pageNew .app-bar-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

    #pageNew .app-bar-nav a {
        height: 32px;
        padding: 0 16px;
        border-radius: var(--shape-full);
        font-size: var(--ts-label-lg);
        font-weight: 500;
        color: var(--md-on-surface-variant);
        display: flex;
        align-items: center;
        transition: background var(--dur-s4) var(--ease-std), color var(--dur-s4) var(--ease-std);
    }

        #pageNew .app-bar-nav a:hover {
            background: rgba(26,92,58,.08);
            color: var(--md-on-surface);
            text-decoration: none;
        }

        #pageNew .app-bar-nav a[aria-current="page"] {
            background: var(--md-primary-container);
            color: var(--md-primary);
            font-weight: 600;
        }

#pageNew .app-bar-cta {
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-family: 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow var(--dur-s4) var(--ease-std), background var(--dur-s4) var(--ease-std);
}

    #pageNew .app-bar-cta:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.2);
        background: var(--md-on-primary-cont);
        text-decoration: none;
        color: white;
    }

#pageNew .mobile-menu-btn {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: var(--shape-full);
    border: none;
    background: transparent;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: var(--md-on-surface-variant);
    transition: background var(--dur-s4) var(--ease-std);
}

    #pageNew .mobile-menu-btn:hover {
        background: rgba(26,92,58,.08);
    }


/* ════════════════════════════════════════════════════════
   9. NAV BAR (style-c.css — #pageContact pages only)
   ════════════════════════════════════════════════════════ */
#pageContact .nav-bar {
    background: var(--md-primary);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#pageContact .nav-brand {
    color: var(--md-on-primary);
    font-size: var(--md-title-large);
    font-weight: 700;
    letter-spacing: -0.3px;
}

    #pageContact .nav-brand span {
        font-weight: 300;
        opacity: 0.85;
    }

#pageContact .nav-cta {
    display: flex;
    gap: 12px;
    align-items: center;
}

#pageContact .nav-phone {
    color: var(--md-on-primary);
    font-weight: 500;
    font-size: var(--md-body-medium);
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 8px;
}


/* ════════════════════════════════════════════════════════
   10. TOP STRIPE  (materailstyle.css)
   ════════════════════════════════════════════════════════ */
.location-topstripe {
    width: 100%;
    padding: 4px 0;
    text-align: center;
    z-index: 40;
    background: var(--secondary-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    border-bottom: solid 1px #fff;
}

    .location-topstripe span,
    .location-topstripe a {
        display: inline-block;
        line-height: 1.4;
        background: url(https://staginggastro.azurewebsites.net/images/icon-loca-pin.png) left center / auto 100% no-repeat;
        font-size: 1rem;
        width: auto;
        color: var(--background-color);
        ;
        padding: 0 0 0 24px;
        margin: 0 16px;
    }

        .location-topstripe span a:hover {
            text-decoration: underline;
        }

.topstripe {
    width: 100%;
    padding: 4px 0;
    text-align: center;
    background: var(--white-text);
    z-index: 40;
    margin: 35px 0 0;
}

    .topstripe span {
        display: inline-block;
        line-height: 1.4;
        background: url(https://www.gastrodoxs.com/images/google-rating-image4.png) left center / auto 100% no-repeat;
        padding: 0 0 0 60px;
        text-align: center;
        font-size: 1rem;
        font-weight: 700;
        color: var(--primary-color);
    }

    .topstripe .rating {
        font-size: 1rem;
        width: auto;
        display: contents;
        color: var(--primary-color); /*--third-color*/
    }

        .topstripe .rating span {
            padding: 0;
            background: none;
            font-size: inherit;
            color: var(--primary-color);
        }


/* ════════════════════════════════════════════════════════
   11. TRUST BAR
       — materailstyle has none; style.css and style-c.css
         both define .trust-bar but for different page types.
         Scoped accordingly.
   ════════════════════════════════════════════════════════ */

/* style.css trust bar (used in #pageNew) */
#pageNew .trust-bar {
    margin-top: var(--app-bar-h);
    background: var(--md-primary-container);
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

#pageNew .trust-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--ts-label-md);
    font-weight: 500;
    color: var(--md-on-primary-cont);
}

    #pageNew .trust-bar-item svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

/* style-c.css trust bar (used in #pageContact) */
#pageContact .trust-bar {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    padding: 12px 24px;
    text-align: center;
    font-size: var(--md-body-small);
    font-weight: 500;
    letter-spacing: 0.3px;
}

#pageContact .trust-bar-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    justify-content: center;
    align-items: center;
}

#pageContact .trust-sep {
    opacity: 0.4;
}


/* ════════════════════════════════════════════════════════
   12. BREADCRUMBS
       style.css = .breadcrumb-nav  (scoped under #pageNew)
       style-c.css = .breadcrumb    (scoped under #pageContact)
   ════════════════════════════════════════════════════════ */
#pageNew .breadcrumb-nav {
    background: var(--md-surface);
    border-bottom: 1px solid var(--md-outline-variant);
    padding: 12px 16px;
}

#pageNew .breadcrumb-inner {
    max-width: 1200px;
    margin: 0 auto;
}

#pageNew .breadcrumb-nav ol {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    font-size: var(--ts-label-md);
    color: var(--md-on-surface-variant);
}

#pageNew .breadcrumb-nav li {
    display: flex;
    align-items: center;
    gap: 4px;
}

    #pageNew .breadcrumb-nav li + li::before {
        content: '>';
        opacity: .5;
    }

#pageNew .breadcrumb-nav a {
    color: var(--md-primary);
}

#pageNew .breadcrumb-nav [aria-current="page"] {
    color: var(--md-on-surface);
    font-weight: 500;
}

.breadcrumb {
    padding: 4px 24px;
    background: var(--md-surface-variant);
    font-size: var(--md-body-small);
    color: var(--md-on-surface-variant);
    display: block;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

    .breadcrumb a {
        color: var(--md-primary);
        font-weight: 500;
    }

.breadcrumb-sep {
    opacity: 0.5;
    font-size: 12px;
}

.breadcrumb .section-inner {
    max-width: 1100px;
    margin: 0 auto;
}


/* ════════════════════════════════════════════════════════
   13. PAGE LAYOUT HELPERS (style.css — #pageNew)
   ════════════════════════════════════════════════════════ */
#pageNew .page-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

#pageNew .section-gap {
    padding: 48px 0;
}

#pageNew .section-gap-sm {
    padding: 40px 0;
}

/* style-c section wrapper */
#pageContact section {
    padding: 48px 24px;
}

#pageContact .section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

/* ════════════════════════════════════════════════════════
   14. TYPOGRAPHY HELPERS
   ════════════════════════════════════════════════════════ */

/* style.css M3 display helpers */
.md-display-sm {
    font-family: 'Roboto', serif;
    font-size: clamp(28px, 5vw, var(--ts-display-sm));
    line-height: 1.15;
    font-weight: 400;
    color: var(--md-on-surface);
}

.md-headline-lg {
    font-family: 'Roboto', serif;
    font-size: clamp(24px, 3.5vw, var(--ts-headline-lg));
    line-height: 1.2;
    font-weight: 700;
    color: var(--primary-color);
}

.md-headline-md {
    font-family: 'Roboto', serif;
    font-size: clamp(20px, 2.5vw, var(--ts-headline-md));
    line-height: 1.25;
    font-weight: 700;
    color: var(--md-on-surface);
}

.md-title-lg {
    font-size: var(--ts-title-lg);
    font-weight: 600;
    color: var(--md-on-surface);
    line-height: 1.3;
}

.md-title-md {
    font-size: var(--ts-title-md);
    font-weight: 600;
    color: var(--md-on-surface);
    line-height: 1.4;
}

.md-body-lg {
    font-size: var(--ts-body-lg);
    line-height: 1.7;
    color: var(--md-on-surface-variant);
}

.md-label-lg {
    font-size: var(--ts-label-lg);
    font-weight: 500;
}

.color-primary {
    color: var(--md-primary);
}

.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 4px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-40 {
    margin-top: 40px;
}

/* style-c.css section label / title */
.section-label {
    font-size: var(--md-label-large);
    font-weight: 500;
    color: var(--md-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .section-label::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: var(--md-primary);
        border-radius: 2px;
    }

.section-title {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    line-height: 1.25;
    color: var(--primary-color);
    margin-bottom: 16px;
    font-family: 'Roboto', serif;
}

.section-body {
    font-size: var(--md-body-large);
    color: var(--md-on-surface-variant);
    max-width: 640px;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* section eyebrow (style.css) */
.section-header {
    margin-bottom: 40px;
}

    .section-header.centered {
        text-align: center;
    }

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--md-primary);
    font-size: var(--ts-label-md);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 8px;
}

    .section-eyebrow::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 2px;
        background: var(--md-primary);
        border-radius: 1px;
    }

/* Section titles used in materailstyle.css */
.services-title, .about-text h2, .location-title,
.insurance-title, .faq-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0;
}


/* ════════════════════════════════════════════════════════
   15. HERO SECTION
       .hero is defined in all 3 files.
       materailstyle.css (image bg) = base global
       #pageNew  scopes style.css version
       #pageContact scopes style-c.css version
   ════════════════════════════════════════════════════════ */

/* Base hero — materailstyle.css */
.hero {
    position: relative;
    height: 60vh;
    background-image: url('https://www.gastrodoxs.com/images/img-heroImg.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .hero.base {
        height: 70vh;
    }

    .hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 91, 152, 0.9);
        z-index: 1;
    }

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--background-color);
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}

    .hero-content h1 {
        color: var(--white-text);
    }

    .hero-content p {
        font-size: 1.5rem;
        line-height: 1.4;
    }

/*SLIDER*/
.teamTopSlider {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

    .teamTopSlider .slide {
        float: left;
        margin: 0 10px;
        padding: 0;
        text-align: center;
    }

        .teamTopSlider .slide a {
            display: inline-block;
        }

    .teamTopSlider figure {
        width: 150px;
        height: 150px;
        object-fit: cover;
        object-position: top;
        display: block;
        border-radius: 8px;
        display: inline-block;
        overflow: hidden;
    }

        .teamTopSlider figure img {
            width: 100%;
            height: auto;
        }

    .teamTopSlider figcaption {
        background: var(--md-primary);
        padding: 4px 6px;
        line-height: 1.4;
        font-size: 0.8rem;
        color: var(--white-text);
        margin-top: 5px;
        border-radius: 4px;
        display: inline-block;
        white-space: nowrap;
    }


/* style.css hero (pageNew) — overrides base inside #pageNew */
#pageNew .hero {
    background: linear-gradient(135deg, #f7fbff 0%, #eef5fb 100%);
    padding: 32px 0 48px;
    height: auto;
    border-bottom: 1px solid var(--md-outline-variant);
    display: block;
}

    #pageNew .hero::before {
        display: none;
    }

#pageNew .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 48px;
    align-items: center;
    text-align: left;
}

#pageNew .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--md-primary-container);
    color: var(--md-primary);
    border-radius: var(--shape-full);
    padding: 4px 16px;
    font-size: var(--ts-label-md);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 16px;
}

#pageNew .hero h1 {
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--primary-color);
}

#pageNew .hero-subtitle {
    font-size: var(--ts-title-md);
    font-weight: 500;
    color: var(--md-primary);
    margin-bottom: 16px;
}

#pageNew .hero-body {
    margin-bottom: 32px;
}

#pageNew .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    width: 100%;
}

#pageNew .hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-full);
    padding: 4px 16px;
    font-size: var(--ts-label-lg);
    font-weight: 500;
    color: var(--md-on-surface-variant);
}

#pageNew .hero-card {
    background: white;
    border-radius: var(--shape-xl);
    border: 1px solid var(--md-outline-variant);
    box-shadow: 0 2px 12px rgba(0,0,0,.06), 0 8px 32px rgba(26,92,58,.06);
    overflow: hidden;
}

#pageNew .hero-card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

#pageNew .hero-card-body {
    padding: 20px 24px 24px;
}

#pageNew .hero-card-title {
    font-family: 'Roboto', serif;
    font-size: var(--ts-title-lg);
    font-weight: 400;
    color: var(--md-on-surface);
    margin-bottom: 4px;
}

#pageNew .hero-card-sub {
    font-size: var(--ts-body-md);
    color: var(--md-on-surface-variant);
    margin-bottom: 16px;
}

#pageNew .hero-content {
    width: 100%;
    max-width: 100%;
}

#pageNew p, #pageContact p {
    font-size: inherit;
    margin-bottom: inherit;
}

#pageNew .md-headline-lg {
    font-weight: 700;
}

/* style-c.css hero (pageContact) */
#pageContact .hero {
    background: linear-gradient(135deg, var(--md-primary) 0%, #9a080e 100%);
    color: var(--md-on-primary);
    padding: 64px 24px;
    height: auto;
    display: block;
}

    #pageContact .hero::before {
        display: none;
    }

#pageContact .hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
    text-align: left;
}

#pageContact .hero-eyebrow {
    font-size: var(--md-label-large);
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    #pageContact .hero-eyebrow::before {
        content: '';
        display: block;
        width: 24px;
        height: 2px;
        background: var(--md-primary-container);
        border-radius: 2px;
    }

#pageContact .hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    font-family: 'Roboto', serif;
    color: var(--white-text);
}

#pageContact .hero-sub {
    font-size: var(--md-body-large);
    opacity: 0.9;
    max-width: 560px;
    line-height: 1.65;
    margin-bottom: 32px;
}

#pageContact .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    #pageContact .hero-actions .btn-filled {
        background: var(--md-on-primary);
        color: var(--md-primary);
        font-size: 15px;
        height: 48px;
        padding: 0 24px;
    }

#pageProc .btn-filled,
#pageProc .btn-filled {
    background: var(--md-on-primary);
    color: var(--md-primary);
    font-size: 15px;
    height: 48px;
    padding: 0 24px;
}

#pageContact .hero-actions .btn-outlined,
#pageProc .btn-outlined {
    border-color: rgba(255,255,255,0.6);
    color: var(--md-on-primary);
    font-size: 15px;
    height: 48px;
    padding: 0 24px;
}

    #pageContact .hero-actions .btn-outlined:hover,
    #pageProc .btn-outlined:hover {
        color: var(--md-primary);
    }

#pageContact .hero-img {
    width: 220px;
    height: 280px;
    border-radius: var(--md-shape-xl);
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    border: 3px solid rgba(255,255,255,0.2);
}

    #pageContact .hero-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-badge {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--md-shape-full);
    padding: 8px 16px;
    font-size: var(--md-body-small);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .hero-badge .material-icons-round {
        font-size: 14px;
        color: var(--md-primary-container);
    }

#pageNew .hero-badge .material-icons-round {
    color: var(--md-primary);
}

#pageContact .section-title, #pageContact .section-body, #pageContact .insurance-card h3 {
    text-align: left;
}


/* ════════════════════════════════════════════════════════
   16. SERVICES SECTION (materailstyle.css)
   ════════════════════════════════════════════════════════ */
.services {
    padding: 40px;
    font-family: 'Roboto', sans-serif;
}

.services-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 12px;
    transition: transform 0.3s ease-in-out;
}

.service-card {
    background: hsla(204, 100%, 30%, 1);
    background: linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005B98", endColorstr="#0078C8", GradientType=1 );
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    }

    .service-card .imgb {
        width: 100%;
        padding: 0 0 12px;
    }

        .service-card .imgb img {
            width: auto;
            height: 110px;
            margin: 0 auto;
        }

    .service-card h3 {
        font-weight: 500;
        color: var(--white-text);
        margin: 1.2rem;
    }

    .service-card p {
        color: var(--white-text);
    }


/* ════════════════════════════════════════════════════════
   17. ABOUT SECTION (materailstyle.css)
   ════════════════════════════════════════════════════════ */
.about {
    padding: 40px 0;
    background: var(--md-tertiary-container);
}

.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.about-text {
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.6;
}

    .about-text h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .about-text h3 {
        margin: 1.2rem 0;
    }

    .about-text p {
        margin-bottom: 20px;
    }

.about-image {
    flex: 1;
    max-width: 100%;
    position: relative;
    text-align: right;
}

    .about-image img {
        width: 90%;
        height: auto;
        border-radius: 16px;
        box-shadow: 0 4px 8px var(--shadow-color);
        display: inline;
    }


/* ════════════════════════════════════════════════════════
   18. TEAM SECTION
       Both files define .team-section, .team-card etc.
       materailstyle.css = global base
       #pageNew / #pageContact override card styling
   ════════════════════════════════════════════════════════ */
.team-section {
    background: #f5f5f5;
    text-align: center;
    padding: 40px 20px;
}

.team-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.team-container {
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
}

    .team-container .slide {
        float: left;
        margin: 0 10px 10px;
    }

.team-member {
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 8px var(--shadow-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: hsla(204, 100%, 30%, 1);
    background: linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005B98", endColorstr="#0078C8", GradientType=1 );
}

    .team-member:hover {
        transform: translateY(-8px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    }

    .team-member img {
        width: 240px;
        border-radius: 16px;
        margin-bottom: 15px;
        margin: 0 auto;
        border: solid 3px var(--white-text);
    }

    .team-member h4 {
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .team-member h3 {
        color: var(--white-text);
        margin: 1.2rem 0;
    }

    .team-member p {
        font-size: 0.9rem;
        font-weight: 400;
        margin-bottom: 15px;
        color: var(--white-text);
    }

/* M3 team grid (style.css — #pageNew) */
#pageNew .team-section {
    background: transparent;
}

#pageNew .team-grid, #pageContact .team-grid {
    display: block;
    position: relative;
    overflow: hidden;
}

    #pageNew .team-grid .slide, #pageContact .team-grid .slide {
        float: left;
        margin: 0 20px;
        padding: 0;
    }

#pageNew .team-card {
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel);
}

    #pageNew .team-card:hover {
        box-shadow: 0 6px 24px rgba(26,92,58,.14);
        transform: translateY(-3px);
        text-decoration: none;
    }

    #pageNew .team-card img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

#pageNew .team-card-body {
    padding: 16px 20px 20px;
}

#pageNew .team-card h3 {
    font-size: var(--ts-title-sm);
    margin-bottom: 4px;
    color: var(--md-on-surface);
}

#pageNew .team-card p {
    font-size: var(--ts-body-md);
    color: var(--md-on-surface-variant);
}

/* style-c.css team card (pageContact) */
#pageContact .team-section {
    background: var(--md-background);
}
/*#pageContact .team-grid {
    display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px; margin-top: 40px;
}*/
#pageContact .team-card {
    background: var(--md-surface);
    border-radius: var(--md-shape-xl);
    overflow: hidden;
    border: 1px solid var(--md-outline-variant);
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
    color: var(--md-on-surface);
    display: block;
}

    #pageContact .team-card:hover {
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
        transform: translateY(-4px);
    }

#pageContact .team-img {
    width: 100%;
    aspect-ratio: 0;
    overflow: hidden;
    background: var(--md-surface-variant);
}

    #pageContact .team-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

#pageContact .team-info {
    padding: 16px;
}

    #pageContact .team-info h3 {
        font-size: var(--md-title-small);
        font-weight: 500;
        margin-bottom: 4px;
    }

    #pageContact .team-info p {
        font-size: var(--md-body-small);
        color: var(--md-on-surface-variant);
    }


/* ════════════════════════════════════════════════════════
   19. CONDITIONS SECTION (materailstyle.css)
   ════════════════════════════════════════════════════════ */
.condition-section {
    text-align: center;
    padding: 40px 20px;
    background: hsla(204, 100%, 30%, 1);
    background: linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005B98", endColorstr="#0078C8", GradientType=1 );
}

    .condition-section h2,
    .condition-section p {
        color: var(--white-text);
    }

    .condition-section .chip {
        display: inline-block;
        align-items: center;
        gap: 8px;
        height: auto;
        padding: 8px 16px;
        background-color: var(--primary-color);
        color: var(--background-color);
        border-radius: 8px;
        margin: 2px 0;
        cursor: pointer;
        text-decoration: none;
        font-weight: 500;
    }

        .condition-section .chip:hover {
            background-color: var(--third-color);
            color: var(--primary-color);
        }


/* ════════════════════════════════════════════════════════
   20. TESTIMONIALS
   ════════════════════════════════════════════════════════ */
/* materailstyle.css */
.testimonials {
    padding: 40px 24px;
}

.testimonials-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 40px 0;
}

.testimonials-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: var(--card-background);
    border-radius: 16px;
    box-shadow: 0 4px 8px var(--shadow-color);
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .testimonial-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    }

.testimonial-text {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 24px;
    position: relative;
}

    .testimonial-text::before {
        content: '\201C';
        font-size: 2.5rem;
        font-weight: 700;
        position: absolute;
        top: -10px;
        left: -20px;
        color: var(--primary-color);
    }

    .testimonial-text::after {
        content: '\201D';
        font-size: 2.5rem;
        font-weight: 700;
        position: absolute;
        bottom: -10px;
        right: -20px;
        color: var(--primary-color);
    }

.testimonial-author {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
}

    .testimonial-author span {
        display: block;
        font-size: 0.9rem;
        font-weight: 400;
        color: #666;
    }

    .testimonial-author img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 10px;
        object-fit: cover;
    }

/* style-c.css review card (scoped) */
.reviews-section {
    padding: 48px 0;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.review-card {
    background: var(--md-background);
    border-radius: var(--md-shape-xl);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
}

.stars {
    color: #F4A261;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.review-text {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface);
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}

.review-author {
    font-size: var(--md-body-small);
    font-weight: 500;
    color: var(--md-on-surface-variant);
    margin-top: 10px;
}

/* Ratings (materailstyle.css) */
.rating {
    font-size: 2rem;
    padding-bottom: 16px;
}

.star {
    color: var(--third-color);
    margin-right: 2px;
}
/*--third-color*/


/* ════════════════════════════════════════════════════════
   21. LOCATION SECTION
       .location-card exists in all 3 — resolve with ID scope
   ════════════════════════════════════════════════════════ */
/* materailstyle.css base */
.location-section {
    padding: 40px 24px;
    background-color: var(--md-tertiary-container);
}

.location-title {
    text-align: center;
    font-weight: 700;
}

.location-cards {
    /*display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px; max-width: 1200px; margin: 0 auto;*/
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .location-cards .slide {
        float: left;
        margin: 0 10px 10px;
    }

.location-card {
    border-radius: 16px;
    box-shadow: 0 4px 8px var(--shadow-color);
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: hsla(51, 100%, 50%, 1);
    background: linear-gradient(90deg, hsla(51, 100%, 50%, 1) 0%, hsla(51, 100%, 45%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(51, 100%, 50%, 1) 0%, hsla(51, 100%, 45%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(51, 100%, 50%, 1) 0%, hsla(51, 100%, 45%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFD800", endColorstr="#E7C400", GradientType=1 );
}

    .location-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    }

    .location-card h3 {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 15px;
    }

.location-details p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.location-icons {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

    .location-icons i {
        font-size: 1.5rem;
        color: var(--primary-color);
        transition: color 0.3s ease;
    }

        .location-icons i:hover {
            color: #3700B3;
        }

.map-container {
    margin-top: 30px;
    text-align: center;
}

/* style.css locations (pageNew) */
#pageNew .locations-section {
    background: var(--md-tertiary-container);
    border-radius: var(--shape-xl);
    padding: 48px;
}

#pageNew .location-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

#pageNew .loc-tab {
    height: 40px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    border: 1.5px solid var(--md-outline-variant);
    background: white;
    color: var(--md-on-surface-variant);
    font-family: 'DM Sans', sans-serif;
    font-size: var(--ts-label-lg);
    font-weight: 500;
    cursor: pointer;
    transition: background var(--dur-s4) var(--ease-std), border-color var(--dur-s4) var(--ease-std), color var(--dur-s4) var(--ease-std);
    position: relative;
    overflow: hidden;
}

    #pageNew .loc-tab.active, #pageNew .loc-tab:hover {
        background: var(--md-primary);
        color: white;
        border-color: var(--md-primary);
    }

    #pageNew .loc-tab .ripple-wave {
        background: rgba(255,255,255,.3);
    }

#pageNew .locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#pageNew .location-card {
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 24px;
    transition: box-shadow var(--dur-m2) var(--ease-std);
    /* override gradient from base */
    filter: none;
}

    #pageNew .location-card:hover {
        box-shadow: 0 4px 16px rgba(26,92,58,.1);
        transform: none;
    }

    #pageNew .location-card[data-active="true"] {
        border-color: var(--md-primary);
        box-shadow: 0 0 0 2px var(--md-primary-container), 0 4px 16px rgba(26,92,58,.1);
    }

#pageNew .loc-office-name {
    font-size: var(--ts-label-md);
    font-weight: 600;
    color: var(--md-primary);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 4px;
}

#pageNew .location-card h3 {
    margin-bottom: 12px;
    font-size: var(--ts-title-sm);
}

#pageNew .loc-detail {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: var(--ts-body-md);
    color: var(--md-on-surface-variant);
    margin-bottom: 8px;
    line-height: 1.5;
}

    #pageNew .loc-detail svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-top: 2px;
        color: var(--md-primary);
    }

#pageNew .loc-ctas {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

    #pageNew .loc-ctas a {
        justify-content: center;
        text-align: center;
    }

#pageNew .map-embed {
    width: 100%;
    height: 200px;
    border-radius: var(--shape-md);
    background: var(--md-surface-variant);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
    border: 1px solid var(--md-outline-variant);
}

    #pageNew .map-embed iframe {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: var(--shape-md);
    }

#pageNew .locations-footer {
    text-align: center;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--md-outline-variant);
}

/* style-c.css locations (pageContact) */
#pageContact .locations-section {
    background: var(--md-secondary-container);
    border-radius: 16px;
}

#pageContact .location-tabs {
    display: flex;
    gap: 8px;
    margin: 32px 0;
    flex-wrap: wrap;
}

#pageContact .loc-tab {
    padding: 12px 24px;
    border-radius: var(--md-shape-full);
    border: 1px solid var(--md-outline-variant);
    background: transparent;
    font-size: var(--md-body-medium);
    font-weight: 500;
    color: var(--md-on-surface-variant);
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Roboto', sans-serif;
}

    #pageContact .loc-tab:hover {
        border-color: var(--md-primary);
        color: var(--md-primary);
    }

    #pageContact .loc-tab.active {
        background: var(--md-primary);
        color: var(--md-on-primary);
        border-color: var(--md-primary);
    }

#pageContact .location-panel {
    display: none;
}

    #pageContact .location-panel.active {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

#pageContact .loc-card {
    background: var(--md-background);
    border-radius: var(--md-shape-xl);
    border: 1px solid var(--md-outline-variant);
    padding: 28px;
}

#pageContact .loc-card-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

#pageContact .loc-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--md-shape-md);
    background: var(--md-primary-container);
    color: var(--md-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    #pageContact .loc-icon .material-icons-round {
        font-size: 24px;
    }

#pageContact .loc-card h3 {
    font-size: var(--md-title-medium);
    font-weight: 500;
    margin-bottom: 4px;
}

#pageContact .loc-address {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.5;
}

#pageContact .loc-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

#pageContact .loc-detail-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--md-body-medium);
}

    #pageContact .loc-detail-item .material-icons-round {
        font-size: 18px;
        color: var(--md-primary);
    }

#pageContact .loc-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    #pageContact .loc-actions .btn {
        width: 100%;
    }

#pageContact .map-placeholder {
    border-radius: var(--md-shape-xl);
    overflow: hidden;
    background: var(--md-surface-variant);
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid var(--md-outline-variant);
    position: relative;
}

    #pageContact .map-placeholder iframe {
        width: 100%;
        height: 320px;
        border: 0;
        border-radius: var(--md-shape-xl);
    }

.map-ins-note {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    border-radius: var(--md-shape-lg);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--md-body-medium);
    font-weight: 500;
    margin-top: 16px;
}


/* ════════════════════════════════════════════════════════
   22. INSURANCE SECTION
       .insurance-card conflicts across all 3 files.
       Base = materailstyle.css; page-specific overrides below.
   ════════════════════════════════════════════════════════ */
.insurance {
    padding: 40px 24px;
}

.insurance-title {
    text-align: center;
    font-weight: 700;
}

.insurance-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 0 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.insurance-card {
    background-color: var(--card-background);
    border-radius: 16px;
    box-shadow: 0 4px 8px var(--shadow-color);
    padding: 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .insurance-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    }

    .insurance-card img {
        object-fit: contain;
        margin: 0 auto;
    }

    .insurance-card h4 {
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .insurance-card p {
        font-size: 1rem;
        margin-bottom: 20px;
    }

.insurance-scrollable {
    max-height: 200px;
    overflow-x: auto;
    display: flex;
    gap: 16px;
    padding-bottom: 15px;
}

    .insurance-scrollable img {
        max-width: 150px;
        height: auto;
        object-fit: contain;
    }

/* style.css insurance card (pageNew) */
#pageNew .insurance-card {
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 24px;
    position: sticky;
    top: calc(var(--app-bar-h) + 16px);
    box-shadow: none;
    transform: none;
    cursor: default;
    text-align: left;
}

    #pageNew .insurance-card:hover {
        transform: none;
        box-shadow: none;
    }

    #pageNew .insurance-card h3 {
        margin-bottom: 8px;
    }

#pageNew .insurance-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0;
}

#pageNew .insurance-tag {
    background: var(--md-secondary-container);
    color: var(--md-on-secondary-cont);
    border-radius: var(--shape-full);
    padding: 4px 12px;
    font-size: var(--ts-label-md);
    font-weight: 500;
}

#pageNew .ins-bullets {
    margin: 12px 0 20px;
}

    #pageNew .ins-bullets li {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: var(--ts-body-md);
        color: var(--md-on-surface-variant);
        padding: 4px 0;
    }

        #pageNew .ins-bullets li::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--md-primary);
            flex-shrink: 0;
        }

/* style-c.css insurance card (pageContact) */
#pageContact .insurance-card {
    background: var(--md-tertiary-container);
    border-radius: var(--md-shape-xl);
    padding: 32px;
    color: var(--md-on-tertiary-container);
    box-shadow: none;
    transform: none;
    cursor: default;
}

    #pageContact .insurance-card:hover {
        transform: none;
        box-shadow: none;
    }

    #pageContact .insurance-card h3 {
        font-size: var(--md-title-large);
        font-weight: 400;
        margin-bottom: 16px;
        font-family: 'Roboto', serif;
    }

#pageContact .ins-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

#pageContact .ins-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--md-body-medium);
    font-weight: 500;
    text-align: left;
}

    #pageContact .ins-list-item .material-icons-round {
        font-size: 18px;
    }

/* style-c.css insurance strip */
.insurance-strip {
    background: var(--md-secondary-container);
    border-radius: var(--md-shape-md);
    padding: 20px 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}

.insurance-label {
    font-size: var(--md-body-medium);
    font-weight: 500;
    color: var(--md-on-secondary-container);
    flex-shrink: 0;
}

.insurance-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ins-badge {
    background: var(--md-surface);
    border-radius: var(--md-shape-full);
    padding: 4px 16px;
    font-size: var(--md-body-small);
    font-weight: 500;
    color: var(--md-on-surface);
    border: 1px solid var(--md-outline-variant);
}

.insurance-strip .btn {
    margin-left: auto;
}


/* ════════════════════════════════════════════════════════
   23. WHY CHOOSE / SYMPTOMS / STEPS — style.css + style-c.css
       Both have .why-card, .step-card; scoped to page IDs.
   ════════════════════════════════════════════════════════ */

/* style.css why-grid (pageNew) */
#pageNew .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

#pageNew .why-card {
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 24px;
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
}

    #pageNew .why-card:hover {
        box-shadow: 0 4px 16px rgba(26,92,58,.12);
        transform: translateY(-2px);
        border-color: var(--md-primary);
    }

#pageNew .why-icon {
    width: 48px;
    height: 48px;
    background: var(--md-primary-container);
    border-radius: var(--shape-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    #pageNew .why-icon svg {
        width: 24px;
        height: 24px;
        color: var(--md-primary);
    }

#pageNew .why-card h3 {
    margin-bottom: 8px;
}

/* style-c.css why-grid (pageContact) */
#pageContact .why-section {
    background: var(--md-surface);
}

#pageContact .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 16px;
    margin-top: 40px;
}

#pageContact .why-card {
    background: var(--md-background);
    border-radius: var(--md-shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    #pageContact .why-card:hover {
        border-color: var(--md-primary);
        box-shadow: 0 2px 8px rgba(11,110,79,0.12);
    }

#pageContact .why-icon {
    width: 48px;
    height: 48px;
    border-radius: var(--md-shape-md);
    background: var(--md-primary-container);
    color: var(--md-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}

    #pageContact .why-icon .material-icons-round {
        font-size: 24px;
    }

#pageContact .why-card h3 {
    font-size: var(--md-title-medium);
    font-weight: 500;
    color: var(--md-on-surface);
    margin-bottom: 8px;
}

#pageContact .why-card p {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.65;
}

/* Shared M3 cards (style-c.css — generic, no conflict) */
.card {
    background: var(--md-surface);
    border-radius: var(--md-shape-lg);
    padding: 24px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.card-elevated {
    box-shadow: 0 1px 2px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.08);
}

    .card-elevated:hover {
        box-shadow: 0 2px 4px rgba(0,0,0,0.15), 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(-2px);
    }

.card-filled {
    background: var(--md-surface-variant);
}

.card-outlined {
    border: 1px solid var(--md-outline-variant);
    box-shadow: none;
}

/* Symptoms (style.css — pageNew only) */
#pageNew .symptoms-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: start;
}

#pageNew .symptoms-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
}

#pageNew .symptom-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-md);
    padding: 12px 16px;
    font-size: var(--ts-body-md);
    font-weight: 500;
    transition: background var(--dur-s4) var(--ease-std), border-color var(--dur-s4) var(--ease-std);
}

    #pageNew .symptom-item:hover {
        background: var(--md-primary-container);
        border-color: var(--md-primary);
    }

#pageNew .symptom-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--md-primary);
    flex-shrink: 0;
}

/* Steps — style.css (pageNew) */
#pageNew .steps-section {
    background: var(--md-primary-container);
    border-radius: var(--shape-xl);
    padding: 48px;
}

#pageNew .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    margin-top: 32px;
    position: relative;
    list-style: none;
}

#pageNew .step-item {
    text-align: center;
    position: relative;
}

#pageNew .step-number {
    width: 56px;
    height: 56px;
    background: var(--md-primary);
    color: var(--md-on-primary);
    border-radius: var(--shape-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(26,92,58,.3);
}

#pageNew .step-item h3 {
    font-size: var(--ts-title-sm);
    margin-bottom: 8px;
}

#pageNew .step-item p {
    font-size: var(--ts-body-md);
    color: var(--md-on-surface);
}

/* Steps — style-c.css (pageContact) */
#pageContact .steps-section {
    background: var(--md-background);
}

#pageContact .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    margin-top: 40px;
    position: relative;
}

    #pageContact .steps-grid::before {
        content: '';
        position: absolute;
        top: 36px;
        left: 10%;
        right: 10%;
        height: 2px;
        background: var(--md-outline-variant);
        z-index: 0;
    }

#pageContact .step-card {
    background: var(--md-surface);
    border-radius: var(--md-shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0 8px;
    transition: border-color 0.2s;
}

#pageContact .step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-size: var(--md-title-large);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 2px 8px rgba(11,110,79,0.3);
}

#pageContact .step-card h3 {
    font-size: var(--md-title-small);
    font-weight: 500;
    margin-bottom: 8px;
}

#pageContact .step-card p {
    font-size: var(--md-body-small);
    color: var(--md-on-surface-variant);
    line-height: 1.6;
}

/* Who benefits (style-c.css — pageContact) */
#pageContact .who-section {
    background: var(--md-surface);
}

#pageContact .who-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-top: 40px;
}

#pageContact .checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#pageContact .checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    border-radius: var(--md-shape-md);
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    font-size: var(--md-body-medium);
    color: var(--md-on-surface);
    transition: border-color 0.2s;
}

    #pageContact .checklist-item:hover {
        border-color: var(--md-primary);
    }

#pageContact .check-icon {
    color: var(--md-primary);
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}


/* ════════════════════════════════════════════════════════
   24. FAQ SECTION
       All 3 files define .faq-item, .faq-answer.
       Base = materailstyle.css; scoped overrides below.
   ════════════════════════════════════════════════════════ */
.faq-box {
    padding: 40px 12px;
    background: var(--md-error-container);
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 30px 0;
}

.faq-search {
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

    .faq-search input {
        width: 100%;
        padding: 12px;
        font-size: 1rem;
        border-radius: 16px;
        border: 1px solid #ccc;
        transition: all 0.3s;
    }

        .faq-search input:focus {
            outline: none;
            border-color: var(--primary-color);
        }

.faq-accordion {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Base faq-item (materailstyle.css) */
.faq-item {
    background-color: var(--card-background);
    border-radius: 16px;
    box-shadow: 0 4px 8px var(--shadow-color);
    margin-bottom: 15px;
    padding: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .faq-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 12px var(--shadow-color);
    }

    .faq-item .faq-question {
        font-size: 1.2rem;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .faq-item .faq-answer {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 10px;
        display: none;
        padding: 12px 0;
    }

#pageContact .faq-item .faq-answer {
    margin-top: 0;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-item .material-icons {
    font-size: 1.5rem;
    color: var(--primary-color);
}

/* style.css faq (pageNew) */
#pageNew .faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

#pageNew .faq-item {
    background: white;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    overflow: hidden;
    transition: border-color var(--dur-s4) var(--ease-std);
    box-shadow: none;
    padding: 0;
    transform: none;
}

    #pageNew .faq-item:hover {
        transform: none;
        box-shadow: none;
    }

    #pageNew .faq-item.open {
        border-color: var(--md-primary);
    }

#pageNew .faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: background var(--dur-s4) var(--ease-std);
}

    #pageNew .faq-trigger:hover {
        background: var(--md-primary-container);
    }

    #pageNew .faq-trigger[aria-expanded="true"] {
        background: var(--md-primary-container);
    }

#pageNew .faq-question {
    font-size: var(--ts-title-sm);
    font-weight: 500;
    color: var(--md-on-surface);
    line-height: 1.4;
    flex: 1;
}

#pageNew .faq-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--md-primary);
    transition: transform var(--dur-m2) var(--ease-emp-decel);
}

#pageNew .faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

#pageNew .faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur-m4) var(--ease-emp-decel);
}

    #pageNew .faq-panel.open {
        max-height: 600px;
    }

#pageNew .faq-answer {
    padding: 0 20px 20px;
    font-size: 0.8rem;
    color: var(--md-on-surface-variant);
    line-height: 1.7;
    padding-top: 16px;
    margin: 0 10px;
    display: block; /* override base 'display:none' */
}

/* style-c.css faq (pageContact) */
#pageContact .faq-section {
    background: var(--md-background);
}

#pageContact .faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
}

#pageContact .faq-item {
    background: var(--md-surface);
    border-radius: var(--md-shape-lg);
    border: 1px solid var(--md-outline-variant);
    overflow: hidden;
    box-shadow: none;
    padding: 0;
    transform: none;
}

    #pageContact .faq-item:hover {
        transform: none;
        box-shadow: none;
    }

#pageContact .faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: var(--md-title-small);
    font-weight: 500;
    color: var(--md-on-surface);
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
}

    #pageContact .faq-question:hover {
        background: var(--md-elevation-1);
    }

    #pageContact .faq-question[aria-expanded="true"] {
        color: var(--md-primary);
    }

#pageContact .faq-chevron {
    font-size: 20px;
    color: var(--md-primary);
    flex-shrink: 0;
    transition: transform 0.3s;
    font-family: 'Material Icons Round';
}

#pageContact .faq-question[aria-expanded="true"] .faq-chevron {
    transform: rotate(180deg);
}

#pageContact .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.3s;
    padding: 0 24px;
    display: block; /* override base */
}

    #pageContact .faq-answer.open {
        max-height: 400px;
        padding: 0 24px 20px;
    }

    #pageContact .faq-answer p {
        font-size: var(--md-body-medium);
        color: var(--md-on-surface-variant);
        line-height: 1.7;
    }


/* ════════════════════════════════════════════════════════
   25. FINAL CTA SECTION
       style.css and style-c.css both have .final-cta.
       Scoped to avoid conflict.
   ════════════════════════════════════════════════════════ */
.ctaB {
    text-align: center;
    padding: 20px 0;
}

#pageNew .final-cta {
    background: var(--md-primary);
    border-radius: var(--shape-xl);
    padding: 56px 48px;
    text-align: center;
    margin: 0 0 64px;
}

    #pageNew .final-cta h2 {
        color: white;
        margin-bottom: 12px;
    }

    #pageNew .final-cta p {
        color: rgba(255,255,255,.85);
        font-size: var(--ts-body-lg);
        margin-bottom: 32px;
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

    #pageNew .final-cta .cta-group {
        justify-content: center;
    }

    #pageNew .final-cta .btn-filled {
        background: white;
        color: var(--md-primary);
    }

        #pageNew .final-cta .btn-filled:hover {
            background: var(--md-primary-container);
        }

        #pageNew .final-cta .btn-filled .ripple-wave {
            background: rgba(26,92,58,.2);
        }

    #pageNew .final-cta .btn-tel {
        background: rgba(255,255,255,.15);
        color: white;
        border: 1.5px solid rgba(255,255,255,.4);
    }

        #pageNew .final-cta .btn-tel:hover {
            background: rgba(255,255,255,.25);
        }

#pageContact .final-cta {
    background: var(--md-secondary);
    color: var(--md-on-primary);
    padding: 80px 24px;
    text-align: center;
}

    #pageContact .final-cta h2 {
        font-family: 'Roboto', serif;
        font-size: clamp(26px, 4vw, 40px);
        font-weight: 700;
        margin-bottom: 16px;
        line-height: 1.2;
        color: var(--white-text);
    }

    #pageContact .final-cta p {
        font-size: var(--md-body-large);
        opacity: 0.9;
        max-width: 560px;
        margin: 0 auto 36px;
        line-height: 1.65;
    }

#pageContact .final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

#pageContact .final-cta .btn-filled {
    background: var(--md-on-primary);
    color: var(--md-primary);
    height: 52px;
    padding: 0 32px;
    font-size: 16px;
}

#pageContact .final-cta .btn-outlined {
    border-color: rgba(255,255,255,0.6);
    color: var(--md-on-primary);
    height: 52px;
    padding: 0 32px;
    font-size: 16px;
}

    #pageContact .final-cta .btn-outlined:hover {
        color: var(--md-primary);
    }


/* ════════════════════════════════════════════════════════
   AFFILATION SLIDER
   ════════════════════════════════════════════════════════ */
.partnerColumn {
    width: 100%;
    display: block;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .partnerColumn .slide {
        float: left;
        margin: 0;
        padding: 40px;
    }

.comSoonBox {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    width: 420px;
    font-weight: 500;
    height: auto;
    padding: 40px 48px;
    border-radius: 1rem;
    color: var(--white-text);
    font-size: 2.5rem;
    line-height: 1.4;
    text-align: center;
    position: fixed;
    right: calc(50% - 210px);
    top: 50px;
    z-index: 45;
    transition: opacity 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1), transform 0.45s cubic-bezier(0.2, 0.9, 0.3, 1.2);
    display: none;
    /* Slide animation */
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.3s ease-out;
}
    /* When div is shown */
    .comSoonBox.show {
        display: block;
        transform: translateX(0);
        opacity: 1;
    }
    /* When div is hiding (slide out) */
    .comSoonBox.hide {
        transform: translateX(100%);
        opacity: 0;
        transition: transform 0.4s ease-in, opacity 0.3s ease-in;
    }

/* ════════════════════════════════════════════════════════
   PROCEDURE
   ════════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════
       HERO
    ══════════════════════════════════════════ */
#pageProc .hero {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    padding: 56px 24px 48px;
    position: relative;
    overflow: hidden;
}

    #pageProc .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.06'/%3E%3C/svg%3E") repeat;
        pointer-events: none;
    }

#pageProc .hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    position: relative;
}

#pageProc .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--md-primary-container);
    margin-bottom: 14px;
    text-align: left;
}

    #pageProc .hero-eyebrow::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: var(--md-primary-container);
        border-radius: 2px;
    }

#pageProc .hero h1 {
    font-family: 'Roboto', serif;
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -.4px;
    color: #fff;
    margin-bottom: 16px;
    text-align: left;
}

#pageProc .hero-sub {
    font-size: 16px;
    color: rgba(255,255,255,.85);
    line-height: 1.7;
    margin-bottom: 32px;
    text-align: left;
}

#pageProc .hero-reviewed {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,.7);
    margin-bottom: 28px;
}

    #pageProc .hero-reviewed img {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid rgba(255,255,255,.3);
    }

    #pageProc .hero-reviewed a {
        color: var(--md-primary-container);
        font-weight: 500;
    }

#pageProc .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#pageProc .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

#pageProc .hero-badge {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-full);
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    gap: 4px;
}

    #pageProc .hero-badge .material-icons-round {
        font-size: 14px;
        color: var(--md-primary-container);
    }

/* Hero doctor card */
#pageProc .hero-card {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-xl);
    padding: 24px 20px;
    text-align: center;
    min-width: 180px;
}

    #pageProc .hero-card img {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 auto 12px;
        border: 3px solid rgba(255,255,255,.3);
    }

    #pageProc .hero-card h3 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 2px;
    }

    #pageProc .hero-card p {
        font-size: 12px;
        color: rgba(255,255,255,.7);
    }

    #pageProc .hero-card .star-row {
        font-size: 18px;
        color: var(--md-primary-container);
        letter-spacing: 2px;
        margin: 10px 0 4px;
    }

    #pageProc .hero-card .star-caption {
        font-size: 11px;
        color: rgba(255,255,255,.6);
    }

/* ══════════════════════════════════════════
       LAYOUT HELPERS
    ══════════════════════════════════════════ */
.page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

#pageProc .section-gap {
    padding: 48px 0;
}

#pageProc .section-gap-sm {
    padding: 40px 0;
}

#pageProc .section-header {
    margin-bottom: 36px;
}

#pageProc .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--md-primary);
    margin-bottom: 8px;
}

    #pageProc .section-label::before {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background: var(--md-primary);
        border-radius: 2px;
    }

#pageProc .section-body {
    font-size: 16px;
    color: var(--md-on-surface-variant);
    max-width: 640px;
    line-height: 1.7;
}

#pageProc .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

#pageProc .three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ══════════════════════════════════════════
       CARDS
    ══════════════════════════════════════════ */
#pageProc .card {
    background: var(--md-surface);
    border-radius: var(--shape-xl);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    transition: box-shadow .2s var(--ease), transform .2s var(--ease);
}

    #pageProc .card:hover {
        box-shadow: var(--elevation-2);
        transform: translateY(-2px);
    }

/* ══════════════════════════════════════════
       WHEN SECTION — symptom list
    ══════════════════════════════════════════ */
#pageProc .when-section {
    background: var(--md-surface);
}

#pageProc .symptom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 28px;
}

#pageProc .symptom-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 16px;
    transition: border-color .15s, background .15s;
}

    #pageProc .symptom-item:hover {
        border-color: var(--md-primary);
        background: #fff8f8;
    }

#pageProc .symptom-icon {
    width: 36px;
    height: 36px;
    border-radius: var(--shape-sm);
    background: #fff0f0;
    color: var(--md-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    #pageProc .symptom-icon .material-icons-round {
        font-size: 20px;
    }

#pageProc .symptom-item h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin-bottom: 4px;
}

#pageProc .symptom-item p {
    font-size: 13px;
    color: var(--md-on-surface-variant);
    line-height: 1.55;
}

/* ══════════════════════════════════════════
       WHEN TO BOOK banner
    ══════════════════════════════════════════ */
#pageProc .when-book-banner {
    background: var(--md-secondary-container);
    border-radius: var(--shape-xl);
    border: 1px solid rgba(0,91,152,.15);
    padding: 32px 36px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

    #pageProc .when-book-banner .wb-icon {
        width: 52px;
        height: 52px;
        border-radius: var(--shape-md);
        background: var(--md-secondary);
        color: var(--md-on-secondary);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

        #pageProc .when-book-banner .wb-icon .material-icons-round {
            font-size: 28px;
        }

    #pageProc .when-book-banner h2 {
        font-family: 'Roboto', serif;
        font-size: 22px;
        font-weight: 400;
        color: var(--md-on-secondary-container);
        margin-bottom: 8px;
    }

    #pageProc .when-book-banner p {
        font-size: 15px;
        color: var(--md-on-surface-variant);
        line-height: 1.65;
    }

/* ══════════════════════════════════════════
       STEPS SECTION
    ══════════════════════════════════════════ */
#pageProc .steps-section {
    background: var(--md-background);
}

#pageProc .steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

#pageProc .steps-grid {
    list-style: none;
}

#pageProc .step-card {
    background: var(--md-surface);
    border-radius: var(--shape-xl);
    border: 1px solid var(--md-outline-variant);
    padding: 24px 20px;
    text-align: center;
    position: relative;
    transition: box-shadow .2s var(--ease), border-color .2s;
}

#pageProc li.step-card:marker, #pageProc li.step-card:after {
    display: none;
}

#pageProc .step-card:hover {
    box-shadow: var(--elevation-2);
    border-color: var(--md-primary);
}

#pageProc .step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-family: 'Roboto', serif;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 12px rgba(198,22,29,.3);
}

#pageProc .step-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin-bottom: 8px;
}

#pageProc .step-card p {
    font-size: 13px;
    color: var(--md-on-surface-variant);
    line-height: 1.6;
    margin-bottom: 8px;
}

/* connector line */
#pageProc .steps-grid .step-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 44px;
    right: -11px;
    width: 20px;
    height: 2px;
    background: var(--md-outline-variant);
    z-index: 1;
    display: none;
}

/* ══════════════════════════════════════════
       INSURANCE SECTION
    ══════════════════════════════════════════ */
#pageProc .ins-section {
    background: var(--md-surface);
}

#pageProc .ins-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
}

#pageProc .ins-card {
    background: var(--md-background);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    #pageProc .ins-card .ins-icon {
        width: 44px;
        height: 44px;
        border-radius: var(--shape-sm);
        background: var(--md-primary-container);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--md-on-primary-container);
    }

        #pageProc .ins-card .ins-icon .material-icons-round {
            font-size: 22px;
        }

    #pageProc .ins-card h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--md-on-surface);
    }

    #pageProc .ins-card p {
        font-size: 14px;
        color: var(--md-on-surface-variant);
        line-height: 1.6;
    }

#pageProc .ins-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    background: var(--md-tertiary-container);
    border-radius: var(--shape-lg);
    padding: 16px 24px;
    margin-top: 24px;
}

#pageProc .ins-strip-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--md-on-tertiary-container);
    flex-shrink: 0;
}

#pageProc .ins-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#pageProc .ins-badge {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-full);
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 500;
    color: var(--md-on-surface);
}

/* ══════════════════════════════════════════
       WHY CHOOSE
    ══════════════════════════════════════════ */
#pageProc .why-section {
    background: var(--md-background);
}

#pageProc .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
}

#pageProc .why-card {
    background: var(--md-surface);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    transition: border-color .15s, box-shadow .15s;
}

    #pageProc .why-card:hover {
        border-color: var(--md-primary);
        box-shadow: var(--elevation-1);
    }

    #pageProc .why-card .check {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: var(--md-primary);
        color: var(--md-on-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
        font-size: 18px;
    }

        #pageProc .why-card .check .material-icons-round {
            font-size: 20px;
        }

    #pageProc .why-card h3 {
        font-size: 15px;
        font-weight: 600;
        color: var(--md-on-surface);
    }


/* ════════════════════════════════════════════════════════
   MOFU SYMPTOM
   ════════════════════════════════════════════════════════ */
/* ─────────────────────────────────
       STEPS SECTION
    ───────────────────────────────── */
#pageProc .steps-grid.new1 p {
    margin-bottom: 10px;
}

#pageProc .steps-grid.new1 {
    grid-template-columns: repeat(3, 1fr);
}
/* pain pattern cards */
.pattern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.pattern-card {
    background: var(--md-surface);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 16px;
    transition: border-color .15s, box-shadow .15s;
}

    .pattern-card:hover {
        border-color: var(--md-primary);
        box-shadow: var(--elev-1);
    }

.p-icon {
    width: 38px;
    height: 38px;
    border-radius: var(--shape-sm);
    background: #fff0f0;
    color: var(--md-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    .p-icon .mi {
        font-size: 20px;
    }

.pattern-card h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin-bottom: 5px;
}

.pattern-card p {
    font-size: 13px;
    color: var(--md-on-surface-variant);
    line-height: 1.55;
    margin-bottom: 10px;
}

/* ─────────────────────────────────
       TESTS SECTION
    ───────────────────────────────── */
.tests-sec { /*background: var(--md-secondary-container);*/
}

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

.test-card {
    background: var(--md-surface);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    transition: box-shadow .2s var(--ease), border-color .15s;
}

    .test-card:hover {
        box-shadow: var(--elev-2);
        border-color: var(--md-secondary);
    }

.t-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--shape-sm);
    background: var(--md-secondary-container);
    color: var(--md-on-secondary-container);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

    .t-icon .mi {
        font-size: 22px;
    }

.test-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin-bottom: 6px;
}

.test-card p {
    font-size: 13px;
    color: var(--md-on-surface-variant);
    line-height: 1.6;
    margin-bottom: 10px;
}

ul.testlist {
    margin: 0;
    padding: 0;
}

    ul.testlist li {
        font-size: 0.9rem;
        color: var(--md-on-surface-variant);
        line-height: 1.6;
        list-style: disc;
        margin-left: 18px;
    }

        ul.testlist li a {
            color: var(--primary-color);
        }

            ul.testlist li a:hover {
                color: var(--secondary-color);
                text-decoration: underline;
            }

.tests-grid.newT, .prepare-grid.newT {
    grid-template-columns: repeat(2, 1fr);
}

.tests-grid.newT2, .prepare-grid.newT2 {
    grid-template-columns: repeat(4, 1fr);
}

ul.testlist2 {
    margin: 0 0 30px;
    padding: 0;
}

    ul.testlist2 li {
        font-size: 0.9rem;
        color: var(--white-text);
        line-height: 1.6;
        list-style: disc;
        margin-left: 18px;
    }

        ul.testlist2 li a {
            color: var(--primary-color);
        }

            ul.testlist2 li a:hover {
                color: var(--secondary-color);
                text-decoration: underline;
            }

/* ─────────────────────────────────
       CONDITION MATRIX TABLE
    ───────────────────────────────── */
.matrix-sec {
    background: var(--md-surface);
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    margin-top: 36px;
}

    .table-wrap table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-wrap thead {
        background: var(--md-secondary);
    }

        .table-wrap thead th {
            padding: 16px;
            text-align: left;
            font-size: 13px;
            font-weight: 600;
            color: #fff;
            letter-spacing: .3px;
            white-space: nowrap;
        }

            .table-wrap thead th:first-child {
                border-radius: var(--shape-md) 0 0 0;
            }

            .table-wrap thead th:last-child {
                border-radius: 0 var(--shape-md) 0 0;
            }

    .table-wrap tbody tr {
        border-bottom: 1px solid var(--md-outline-variant);
    }

        .table-wrap tbody tr:last-child {
            border-bottom: none;
        }

        .table-wrap tbody tr:nth-child(odd) {
            background: var(--md-background);
        }

        .table-wrap tbody tr:hover {
            background: var(--md-secondary-container);
        }

    .table-wrap tbody td {
        padding: 16px;
        font-size: 14px;
        color: var(--md-on-surface);
        vertical-align: top;
    }

        .table-wrap tbody td:first-child {
            font-weight: 600;
            color: var(--md-primary);
        }

    .table-wrap .badge-urgent {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: var(--md-error-container);
        color: var(--md-error);
        border-radius: var(--shape-full);
        padding: 4px 12px;
        font-size: 11px;
        font-weight: 600;
    }

/* ─────────────────────────────────
       PROCEDURE CARDS
    ───────────────────────────────── */
.proc-sec {
    background: var(--md-background);
}

.proc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
}

.proc-card {
    background: var(--md-surface);
    border-radius: var(--shape-xl);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    display: block;
    text-decoration: none;
    color: var(--md-on-surface);
    position: relative;
    overflow: hidden;
    transition: box-shadow .2s var(--ease), transform .2s var(--ease);
}

    .proc-card:hover {
        box-shadow: var(--elev-3);
        transform: translateY(-3px);
        text-decoration: none;
    }

    .proc-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: var(--md-primary);
    }

    .proc-card h3 {
        font-family: 'Roboto', serif;
        font-size: 18px;
        font-weight: 400;
        color: var(--md-on-surface);
        margin-bottom: 10px;
    }

    .proc-card p {
        font-size: 14px;
        color: var(--md-on-surface-variant);
        line-height: 1.65;
        margin-bottom: 16px;
    }

.proc-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: var(--md-primary);
}

    .proc-link .mi {
        font-size: 16px;
    }

/* ─────────────────────────────────
       SYMPTOM CHECKER BANNER
    ───────────────────────────────── */
.checker-banner {
    background: linear-gradient(135deg, var(--md-secondary) 0%, #003d6b 100%);
    border-radius: var(--shape-xl);
    padding: 40px 36px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}

    .checker-banner::before {
        display: none;
    }

    .checker-banner h3 {
        color: var(--third-color);
        padding-bottom: 10px;
    }

.cb-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--shape-lg);
    background: rgba(255,255,255,.12);
    color: var(--md-primary-container);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .cb-icon .mi {
        font-size: 32px;
    }

.cb-text h2 {
    font-family: 'Roboto', serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.cb-text p {
    font-size: 14px;
    color: rgba(255,255,255,.8);
    line-height: 1.6;
    margin-bottom: 18px;
}

.healthGuideForm {
    width: 100%;
    display: flex;
    gap: 16px;
}

    .healthGuideForm input[type=text], .healthGuideForm input[type=email], .healthGuideForm input[type=number] {
        font-size: 1rem;
        font-weight: 400;
        padding: 12px 16px;
        border: 1px solid #c2c7d0;
        border-radius: 50px;
        background-color: #fefefe;
        outline: none;
        transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        color: #292929;
        line-height: 1.4;
        letter-spacing: 0.15px;
    }

/* ─────────────────────────────────
       COMPARISON TABLE
    ───────────────────────────────── */
.compare-sec {
    background: var(--md-surface);
}

/* ─────────────────────────────────
       PREPARE SECTION
    ───────────────────────────────── */
.prepare-sec { /*background: var(--md-secondary-container); */
}

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

.prep-card {
    background: var(--md-surface);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
}

.prep-num {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.prep-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin-bottom: 6px;
}

.prep-card p {
    font-size: 13px;
    color: var(--md-on-surface-variant);
    line-height: 1.6;
    margin-bottom: 10px;
}

.tests-sec, .prepare-sec {
    background: var(--md-secondary-container);
}

    .tests-sec .test-card, .prepare-sec .prep-card {
        background: var(--secondary-color);
        border-color: var(--secondary-color);
    }

        .tests-sec .test-card h3, .prepare-sec .prep-card h3 {
            color: var(--third-color);
        }

        .tests-sec .test-card li, .tests-sec .test-card ul.testlist li a, .tests-sec .test-card p,
        .prepare-sec .prep-card li, .prepare-sec .prep-card ul.testlist li a, .prepare-sec .prep-card p {
            color: var(--white-text);
        }

/* ─────────────────────────────────
       WHY CHOOSE
    ───────────────────────────────── */
.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 36px;
}

.why-card {
    background: var(--md-background);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 24px;
    transition: border-color .15s, box-shadow .15s;
}

    .why-card:hover {
        border-color: var(--md-primary);
        box-shadow: var(--elev-1);
    }

.why-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--shape-sm);
    background: #fff0f0;
    color: var(--md-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    .why-icon .mi {
        font-size: 22px;
    }

.why-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: var(--md-on-surface);
    margin-bottom: 6px;
}

.why-card p {
    font-size: 13px;
    color: var(--md-on-surface-variant);
    line-height: 1.6;
    margin-bottom: 10px;
}

.newmain-grid {
    display: flex;
    gap: 16px;
}

    .newmain-grid .leftSide {
        width: 65%;
    }

        .newmain-grid .leftSide .prepare-grid {
            grid-template-columns: repeat(2, 1fr);
            margin-top: 0;
        }

    .newmain-grid .sgs {
        width: 35%;
    }

        .newmain-grid .sgs .checker-banner {
            display: block;
        }

        .newmain-grid .sgs .healthGuideForm {
            display: block;
        }

        .newmain-grid .sgs .cb-text h2 {
            text-align: center;
            font-size: 1.6rem;
        }

        .newmain-grid .sgs .healthGuideForm input {
            margin-top: 10px;
            width: 100%;
            padding: 12px 16px;
        }

        .newmain-grid .sgs .healthGuideForm button {
            margin-top: 10px;
        }


/* ============================================================
   27. SEARCH BAR (M3 Search)
============================================================ */
#searchBox {
    width: 200px;
    position: relative;
}

    #searchBox .search-box {
        min-height: 40px;
        padding: 4px 16px;
        border: none;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 1rem;
        transition: border-color 180ms ease, box-shadow 180ms ease;
        background: var(--white-text);
        border-radius: 50px;
        padding: 4px 8px;
        color: #292929;
    }

        #searchBox .search-box:focus-within {
            border-color: var(--primary);
            box-shadow: var(--shadow-2);
        }

    #searchBox .search-icon {
        color: var(--white-text);
        font-size: 28px;
    }

    #searchBox .search-box input {
        flex: 1;
        min-width: 0;
        border: 0;
        outline: 0;
        background: transparent;
        font-size: 16px;
        color: var(--on-surface);
    }

    #searchBox .btn-search {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 34px;
        padding: 0 5px;
        border-radius: 32px;
        border: 0;
     /*   background: var(--primary-color);*/
        color: var(--white-text);
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        cursor: pointer;
    }

        #searchBox .btn-search:hover {
          /*  background: #004b7d;*/
        }

    #searchBox .suggestions-panel {
        position: absolute;
        top: calc(100% + 5px);
        left: 0;
        right: 0;
        z-index: 20;
        background: var(--white-text);
        border: 1px solid var(--text-color);
        border-radius: 22px;
        box-shadow: var(--shadow-2);
        overflow: hidden;
        text-align: left;
    }

    #searchBox .suggestion-item {
        display: flex;
        gap: 12px;
        padding: 14px 18px;
        text-decoration: none;
        border-bottom: 1px solid #edf1f5;
    }

        #searchBox .suggestion-item:last-child {
            border-bottom: 0;
        }

        #searchBox .suggestion-item:hover {
            background: #eef6ff;
        }

    #searchBox .suggestion-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: grid;
        place-items: center;
        background: var(--primary-container);
        color: var(--primary);
        flex: 0 0 auto;
    }

    #searchBox .suggestion-body {
        min-width: 0;
    }

    #searchBox .suggestion-label {
        display: block;
        color: var(--primary);
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    #searchBox .suggestion-title {
        display: block;
        margin: 3px 0;
        color: var(--on-surface);
        font-size: 15px;
        font-weight: 700;
    }

    #searchBox .suggestion-desc {
        display: block;
        color: var(--on-surface-variant);
        font-size: 13px;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #searchBox .quick-section {
        max-width: 1040px;
        margin: 0 auto;
        padding: 42px 20px;
    }

    #searchBox .quick-card {
        background: var(--surface);
        border: 1px solid var(--outline-variant);
        border-radius: var(--radius-xl);
        padding: 28px;
        box-shadow: var(--shadow-1);
    }

        #searchBox .quick-card h2 {
            margin: 0 0 14px;
            font-size: 24px;
        }

#search-page-hero h1 {
}

#search-page-hero .chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#search-page-hero .chip {
    min-height: 38px;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: var(--secondary-color);
    color: var(--white-text);
    font-weight: 700;
    cursor: pointer;
}

    #search-page-hero .chip:hover, #search-page-hero .chip.active {
        background: var(--primary-color);
        color: var(--white-text);
        border-color: transparent;
    }

.search-page-hero {
    padding: 24px 20px 32px 20px;
    background: var(--third-color);
    border-bottom: 1px solid var(--outline-variant);
}

#search-page-hero .search-page-inner {
    max-width: 1000px;
    margin: 0 auto;
}

#search-page-hero .search-page-hero h1 {
    font-size: clamp(30px, 4vw, 44px);
}

.home-search-wrap .search-box {
    width: 80%;
    padding: 10px 0;
}

    .home-search-wrap .search-box #searchInput {
        width: 70%;
        height: 40px;
        background: var(--white-text);
        border: solid 1px #666;
        border-radius: 32px;
        padding: 8px 16px;
        font-size: 1rem;
    }

#search-page-hero .filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.results-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 24px 20px 64px;
}

#results-wrap .results-summary {
    margin: 0 0 20px;
    color: var(--on-surface-variant);
}

#results-wrap .result-section {
    margin-bottom: 28px;
}

#results-wrap .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    font-size: 22px;
}

    #results-wrap .section-title .material-icons-round {
        width: 46px;
        height: 46px;
        display: grid;
        place-items: center;
        border-radius: 14px;
        background: var(--primary-color);
        color: var(--white-text);
    }

#results-wrap .results-card {
    background: var(--surface);
    border: 1px solid var(--text-color);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow-1);
}

#results-wrap .result-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    text-decoration: none;
    border-bottom: 1px solid #edf1f5;
}

    #results-wrap .result-item:last-child {
        border-bottom: 0;
    }

    #results-wrap .result-item:hover {
        background: #f2f8ff;
    }

#results-wrap .result-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--md-error-container);
    color: var(--primary-color);
    flex: 0 0 auto;
}

#results-wrap .result-label {
    margin: 0 0 4px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

#results-wrap .result-title {
    margin: 0 0 5px;
    color: var(--on-surface);
    font-size: 17px;
    font-weight: 800;
}

#results-wrap .result-desc {
    margin: 0;
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.55;
}

#results-wrap .empty-state {
    padding: 42px 20px;
    text-align: center;
    background: var(--md-error-container);
    border: 1px dashed var(--primary-color);
    border-radius: 22px;
    color: var(--primary-color);
}

#results-wrap mark {
    background: transparent;
    color: var(--secondary);
    font-weight: 800;
}


/* ════════════════════════════════════════════════════════
   ABOUT US PAGE
   ════════════════════════════════════════════════════════ */
.section-inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.first-hero-section {
    background: var(--third-color);
    width: 100%;
    padding: 32px 20px;
    margin: 0 0 16px;
}

    .first-hero-section p {
        margin: 0 0 8px;
    }

.containArea {
    width: 100%;
    padding: 32px 0;
}
/* TRUST BAR */
.about-trust-bar {
    background: var(--secondary-color);
    color: var(--white-text);
    padding: 18px 0;
}

#pageContact .why-grid.au {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

    #pageContact .why-grid.au figure img {
        border-radius: 16px;
        margin-bottom: 24px;
    }

.aboutUS {
    padding: 0 0 20px;
}

    .aboutUS p {
        padding: 0 0 30px;
    }

#pageContact .locations-section.au {
    border-radius: 0;
}

/* ════════════════════════════════════════════════════════
   INSURANCE PAGE
   ════════════════════════════════════════════════════════ */
.instList {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 16px;
}

    .instList div {
        float: left;
        text-align: center;
        padding: 0;
        display: flex;
        background: var(--secondary-color);
        border-radius: 32px;
        transition: .5s linear
    }

        .instList div:hover {
            scale: 1.03;
        }

            .instList div:hover a:hover {
                text-decoration: none;
            }

    .instList figure {
        width: 100%;
        height: auto;
        text-align: center;
        border: 2px solid var(--secondary-color);
        padding: 10px;
        border-radius: 32px 32px 0 0;
        background: var(--white-text);
    }

        .instList figure img {
            width: auto;
            height: auto;
            margin: 0 auto;
        }

    .instList article {
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 0;
        background: var(--secondary-color);
        border-radius: 0 0 32px 32px;
        padding: 15px;
        display: flex;
    }

        .instList article p {
            font-size: 0.8rem;
            text-align: center;
            color: var(--white-text);
        }

/* ════════════════════════════════════════════════════════
   FIRST VISIT PAGE
   ════════════════════════════════════════════════════════ */
.newgrid-col2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    margin-bottom: 28px;
}

    .newgrid-col2 .newgrid-item {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        background: var(--md-background);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-lg);
        padding: 16px;
        transition: border-color .15s, background .15s;
    }

        .newgrid-col2 .newgrid-item:hover {
            border-color: var(--md-primary);
            background: #fff8f8;
        }

        .newgrid-col2 .newgrid-item figure {
            width: 30%;
        }

        .newgrid-col2 .newgrid-item article {
            width: 70%;
        }

        .newgrid-col2 .newgrid-item img {
            border-radius: var(--shape-lg);
        }

        .newgrid-col2 .newgrid-item h2 {
            margin: 0 0 16px;
        }

        .newgrid-col2 .newgrid-item ul {
            margin: 16px 0 0 20px;
        }

            .newgrid-col2 .newgrid-item ul li {
                list-style: disc;
                font-size: 1rem;
                margin: 0 0 16px;
            }

.fvgSec2nd {
    width: 100%;
    background: var(--secondary-color);
    padding: 32px;
    border-radius: var(--shape-lg);
    margin: 48px 0 0;
}

    .fvgSec2nd h2 {
        color: var(--third-color);
        padding: 0 0 16px;
    }

    .fvgSec2nd p {
        color: var(--white-text);
        padding: 0 0 24px;
    }

    .fvgSec2nd h3 {
        color: var(--third-color);
    }

    .fvgSec2nd div {
        background: var(--white-text);
    }

/* ════════════════════════════════════════════════════════
   LOCATION PAGE
   ════════════════════════════════════════════════════════ */
/* SURGERY */
#pageLocations .surgery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

#pageLocations .surgery-card {
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 24px;
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel);
}

    #pageLocations .surgery-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0,0,0,.12);
    }

    #pageLocations .surgery-card h3 {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

    #pageLocations .surgery-card p, #pageLocations .why-card p {
        font-size: 0.8rem;
        padding-bottom: 0.5rem;
    }

#pageLocations .surgery-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--shape-md);
    display: grid;
    place-items: center;
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    margin-bottom: 16px;
}

#pageLocations .surgery-card p {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.55;
    margin-bottom: 10px;
}
/* LOCATION */
#pageLocations .jv-location-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: stretch;
}

#pageLocations .jv-map-card {
    background: var(--md-surface-variant);
    border-radius: var(--shape-xl);
    overflow: hidden;
    border: 1px solid var(--md-outline-variant);
    min-height: 460px;
}

    #pageLocations .jv-map-card iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

#pageLocations .jv-info-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 28px;
}

    #pageLocations .jv-info-card h2 {
        font-size: var(--md-headline-small);
        color: var(--md-on-surface);
        margin-bottom: 18px;
    }

#pageLocations .jv-detail {
    display: flex;
    gap: 8px;
    color: var(--md-on-surface-variant);
    font-size: var(--md-body-medium);
    line-height: 1.55;
    margin-bottom: 10px;
}

    #pageLocations .jv-detail .material-icons-round {
        font-size: 19px;
        color: var(--md-primary);
        flex-shrink: 0;
    }

#pageLocations .jv-hours {
    background: var(--md-background);
    border-radius: var(--shape-lg);
    border: 1px solid var(--md-outline-variant);
    padding: 18px;
    margin: 22px 0;
}

    #pageLocations .jv-hours h3 {
        font-size: var(--md-title-medium);
        color: var(--md-on-surface);
        margin-bottom: 12px;
    }

    #pageLocations .jv-hours div {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 8px 0;
        border-bottom: 1px solid var(--md-outline-variant);
        font-size: var(--md-body-medium);
    }

        #pageLocations .jv-hours div:last-child {
            border-bottom: 0;
        }

    #pageLocations .jv-hours strong {
        color: var(--md-on-surface);
    }
/* INTRO */
#pageLocations .jv-intro {
    background: var(--md-tertiary-container);
    padding: 48px 24px;
    border-radius: var(--shape-lg);
    margin: 24px 0;
}

#pageLocations .jv-two-col {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 36px;
}

#pageLocations .jv-intro h2 {
    font-size: clamp(24px, 3vw, 32px);
    color: var(--md-on-tertiary-container);
    margin-bottom: 16px;
}

#pageLocations .jv-intro p {
    font-size: var(--md-body-large);
    line-height: 1.7;
    color: var(--md-on-surface-variant);
    margin-bottom: 16px;
}

#pageLocations .jv-highlight-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 28px;
}

    #pageLocations .jv-highlight-card .material-icons-round {
        width: 52px;
        height: 52px;
        display: grid;
        place-items: center;
        border-radius: var(--shape-md);
        background: var(--md-primary-container);
        color: var(--md-on-primary-container);
        font-size: 26px;
        margin-bottom: 16px;
    }
/* SERVICES */
#pageLocations .jv-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

    #pageLocations .jv-service-grid article {
        background: var(--md-surface);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-xl);
        padding: 24px;
        transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel);
    }

        #pageLocations .jv-service-grid article:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0,0,0,.12);
        }

    #pageLocations .jv-service-grid .material-icons-round {
        width: 48px;
        height: 48px;
        display: grid;
        place-items: center;
        border-radius: var(--shape-md);
        background: var(--md-primary-container);
        color: var(--md-on-primary-container);
        font-size: 24px;
        margin-bottom: 16px;
    }

    #pageLocations .jv-service-grid h3 {
        font-size: var(--md-title-medium);
        color: var(--md-on-surface);
        margin-bottom: 8px;
    }

    #pageLocations .jv-service-grid p {
        font-size: var(--md-body-medium);
        color: var(--md-on-surface-variant);
        line-height: 1.65;
    }
/* ════════════════════════════════════════════════════════
   CAREERS PAGE
   ════════════════════════════════════════════════════════ */
.topSection {
    padding: 0 20px;
}

    .topSection h2 {
        margin-bottom: 16px;
    }

#pageNew .topSection p {
    margin-bottom: 32px;
}
/* POSITIONS */
.our-position-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.our-position-card {
    background-color: var(--secondary-color);
    border-radius: var(--shape-lg);
    padding: 24px;
    text-align: center;
}

    .our-position-card .position-icon {
        padding: 0 0 24px;
    }

        .our-position-card .position-icon img {
            border-radius: var(--shape-lg);
        }

    .our-position-card h3 {
        font-size: var(--md-title-medium);
        color: var(--white-text);
        margin-bottom: 18px;
    }

    .our-position-card .btn-filled {
        width: 100%;
        justify-content: center;
    }
/* INTERNSHIP */
.internship-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 32px;
    align-items: start;
}

.internship-card {
    padding: 28px;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
}

    .internship-card .material-icons-round {
        width: 52px;
        height: 52px;
        border-radius: var(--shape-md);
        background: var(--md-primary-container);
        color: var(--md-on-primary-container);
        display: grid;
        place-items: center;
        font-size: 26px;
        margin-bottom: 16px;
    }

    .internship-card h3 {
        font-size: var(--md-title-large);
        color: var(--md-on-surface);
        margin-bottom: 18px;
    }
/* LOCAL INFO */
#pageCareersMofu .local-info-section {
    background: var(--md-secondary-container);
}

#pageCareersMofu .local-info-grid {
    display: grid;
    grid-template-columns: 1.4fr .9fr .7fr 1fr;
    gap: 18px;
}

#pageCareersMofu .local-card,
#pageCareersMofu .area-card {
    padding: 24px;
    background: var(--md-surface);
}

    #pageCareersMofu .local-card h3,
    #pageCareersMofu .area-card h3 {
        color: var(--md-on-surface);
        font-size: var(--md-title-medium);
        margin-bottom: 12px;
    }

    #pageCareersMofu .local-card p,
    #pageCareersMofu .local-card li,
    #pageCareersMofu .area-card p {
        font-size: var(--md-body-medium);
        line-height: 1.7;
        color: var(--md-on-surface-variant);
        margin-bottom: 8px;
    }

    #pageCareersMofu .local-card ul {
        padding-left: 18px;
    }

    #pageCareersMofu .local-card li {
        list-style: disc;
    }
/* AREA INFO */
#pageCareersMofu .area-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
/* LOCATIONS */
#pageCareersMofu .locations-section-career {
    background: var(--md-background);
}

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

#pageCareersMofu .location-card-career {
    overflow: hidden;
}

#pageCareersMofu .location-media {
    aspect-ratio: 16 / 9;
    background: var(--md-surface-variant);
    overflow: hidden;
}

    #pageCareersMofu .location-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#pageCareersMofu .location-body {
    padding: 24px;
}

    #pageCareersMofu .location-body h4 {
        font-size: var(--md-label-large);
        color: var(--md-primary);
        letter-spacing: .7px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    #pageCareersMofu .location-body p {
        font-size: var(--md-body-medium);
        color: var(--md-on-surface-variant);
        line-height: 1.45;
        margin-bottom: 6px;
    }

    #pageCareersMofu .location-body .btn-filled {
        width: 100%;
        justify-content: center;
        margin-top: 16px;
    }
/* FACILITIES */
#pageCareersMofu .surgery-section-career {
    background: var(--md-surface);
}

#pageCareersMofu .facility-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

#pageCareersMofu .facility-card {
    padding: 24px;
    background: var(--md-background);
}

#pageCareersMofu .facility-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--shape-md);
    display: grid;
    place-items: center;
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    margin-bottom: 16px;
}

    #pageCareersMofu .facility-icon .material-icons-round {
        font-size: 26px;
    }

#pageCareersMofu .facility-card h4 {
    font-size: var(--md-title-medium);
    color: var(--md-on-surface);
    line-height: 1.35;
    margin-bottom: 10px;
}

#pageCareersMofu .facility-card h5 {
    font-size: var(--md-title-small);
    color: var(--md-primary);
    margin-bottom: 8px;
}

#pageCareersMofu .facility-card p {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.55;
    margin-bottom: 8px;
}

#pageCareersMofu .facility-card .btn-outlined {
    width: 100%;
    justify-content: center;
    margin-top: 12px;
}

#pageCareersMofu .mofu-card,
#pageCareersMofu .position-card,
#pageCareersMofu .doctor-card,
#pageCareersMofu .team-spirit-card,
#pageCareersMofu .internship-card,
#pageCareersMofu .local-card,
#pageCareersMofu .area-card,
#pageCareersMofu .location-card-career,
#pageCareersMofu .facility-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
}

    #pageCareersMofu .mofu-card:hover,
    #pageCareersMofu .position-card:hover,
    #pageCareersMofu .doctor-card:hover,
    #pageCareersMofu .team-spirit-card:hover,
    #pageCareersMofu .internship-card:hover,
    #pageCareersMofu .local-card:hover,
    #pageCareersMofu .area-card:hover,
    #pageCareersMofu .location-card-career:hover,
    #pageCareersMofu .facility-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,.12);
        border-color: rgba(198,22,29,.32);
    }
/* ════════════════════════════════════════════════════════
   CHARITIES PAGE
   ════════════════════════════════════════════════════════ */
.charity-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

    .charity-grid .charity-card {
        background: var(--md-surface);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-xl);
        overflow: hidden;
        transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
    }

        .charity-grid .charity-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,.12);
            border-color: rgba(198,22,29,.32);
        }

    .charity-grid .charity-img {
        aspect-ratio: 16 / 9;
        background: var(--md-surface-variant);
        overflow: hidden;
    }

        .charity-grid .charity-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .charity-grid .charity-body {
        padding: 24px;
    }

        .charity-grid .charity-body h2 {
            font-size: var(--md-title-large);
            color: var(--md-on-surface);
            margin-bottom: 8px;
        }

        .charity-grid .charity-body h3 {
            font-size: var(--md-title-small);
            color: var(--md-primary);
            margin-bottom: 8px;
        }

        .charity-grid .charity-body h4 {
            font-size: var(--md-body-medium);
            color: var(--md-on-surface-variant);
            line-height: 1.5;
            min-height: 42px;
            margin-bottom: 18px;
        }

    .charity-grid .charity-actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .charity-grid .charity-actions a {
            justify-content: center;
        }
/**/
.about-cyhope-grid,
.location-cyhope-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 28px;
    align-items: stretch;
}

    .about-cyhope-grid .content-card,
    .about-cyhope-grid .image-card,
    .about-cyhope-grid .detail-card,
    .location-cyhope-grid .location-card-cyhope,
    .location-cyhope-grid .map-card {
        background: var(--md-surface);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-xl);
        overflow: hidden;
        transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel);
    }

    .about-cyhope-grid .content-card,
    .location-cyhope-grid .location-card-cyhope {
        padding: 32px;
    }

        .about-cyhope-grid .content-card:hover,
        .about-cyhope-grid .detail-card:hover,
        .location-cyhope-grid .location-card-cyhope:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,.12);
        }

        .about-cyhope-grid .content-card h2,
        .location-cyhope-grid .location-card-cyhope h2 {
            font-size: var(--md-headline-small);
            color: var(--md-on-surface);
            margin-bottom: 16px;
        }

        .about-cyhope-grid .content-card p {
            font-size: var(--md-body-large);
            color: var(--md-on-surface-variant);
            line-height: 1.7;
        }

    .about-cyhope-grid .image-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prepare-sec .detail-icon,
    .location-cyhope-grid .location-icon {
        width: 52px;
        height: 52px;
        border-radius: var(--shape-md);
        display: grid;
        place-items: center;
        background: var(--md-primary-container);
        color: var(--md-on-primary-container);
        margin-bottom: 16px;
    }

    .location-cyhope-grid .map-card {
        min-height: 360px;
    }

        .location-cyhope-grid .map-card iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

    .location-cyhope-grid h3 {
        font-size: var(--md-title-medium);
        color: var(--md-on-surface);
        margin-bottom: 10px;
    }

    .location-cyhope-grid h4 {
        font-size: var(--md-body-medium);
        color: var(--md-on-surface-variant);
        line-height: 1.6;
        margin-bottom: 18px;
    }

#charInt {
    margin: 48px 0 0;
}

    #charInt h3, .location-card-cyhope h3 {
        font-size: 1.1rem;
    }

    #charInt p, .location-card-cyhope p {
        font-size: 0.9rem;
    }

    #charInt .prepare-grid.newT2 {
        grid-template-columns: repeat(5, 1fr);
    }

/* ════════════════════════════════════════════════════════
   CONTACT PAGE
   ════════════════════════════════════════════════════════ */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

    .contact-info-grid .contact-info-card, .contact-info-grid .contact-form-card, .contact-info-grid .contact-location-card {
        background: var(--md-surface);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-xl);
        padding: 28px;
        transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel);
    }

        .contact-info-grid .contact-info-card:hover,
        .contact-info-grid .contact-location-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,.12);
        }

    .contact-info-grid .contact-info-icon,
    .contact-info-grid .location-icon {
        width: 52px;
        height: 52px;
        border-radius: var(--shape-md);
        display: grid;
        place-items: center;
        background: var(--md-primary-container);
        color: var(--md-on-primary-container);
        margin-bottom: 16px;
    }

        .contact-info-grid .contact-info-icon .material-icons-round,
        .contact-info-grid .location-icon .material-icons-round {
            font-size: 26px;
        }

    .contact-info-grid .contact-info-card h3 {
        font-size: var(--md-title-medium);
        color: var(--md-on-surface);
        margin-bottom: 8px;
    }

    .contact-info-grid .contact-info-card h4 {
        font-size: var(--md-title-large);
        color: var(--md-primary);
    }

.contact-form-section {
    background: var(--md-secondary-container);
}

.contact-form-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 32px;
    align-items: start;
    padding: 64px 0 40px;
}

    .contact-form-grid .contact-form-grid h2 {
        font-size: var(--md-headline-small);
        color: var(--md-on-surface);
        margin-bottom: 16px;
    }

    .contact-form-grid p {
        font-size: var(--md-body-large);
        color: var(--md-on-surface-variant);
        line-height: 1.7;
    }

    .contact-form-grid .contact-form-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

        .contact-form-grid .contact-form-card label {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

            .contact-form-grid .contact-form-card label.radio {
                display: inline-block;
                width: 48%;
                float: left;
            }

                .contact-form-grid .contact-form-card label.radio input {
                    width: 20%;
                    float: left;
                    margin-top: 5px;
                }

            .contact-form-grid .contact-form-card label.full {
                grid-column: 1 / -1;
            }

        .contact-form-grid .contact-form-card span {
            font-size: var(--md-label-large);
            color: var(--md-on-surface);
            font-weight: 600;
        }

        .contact-form-grid .contact-form-card input,
        .contact-form-grid .contact-form-card select,
        .contact-form-grid .contact-form-card textarea {
            width: 100%;
            border: 1px solid var(--md-outline-variant);
            border-radius: var(--shape-md);
            background: var(--md-background);
            color: var(--md-on-surface);
            padding: 12px 14px;
            font-size: var(--md-body-medium);
            font-family: inherit;
        }

            .contact-form-grid .contact-form-card input:focus,
            .contact-form-grid .contact-form-card select:focus,
            .contact-form-grid .contact-form-card textarea:focus {
                outline: 3px solid var(--md-primary-container);
                border-color: var(--md-primary);
            }

        .contact-form-grid .contact-form-card button {
            grid-column: 1 / -1;
            justify-content: center;
            height: 48px;
        }

    .contact-form-grid ul {
        margin: 16px 0 32px 20px;
        list-style: disc;
    }

        .contact-form-grid ul li {
            list-style: disc;
            font-size: 1rem;
            line-height: 1.6;
            padding: 0 0 5px;
        }

/* ════════════════════════════════════════════════════════
   CONTACT PAGE
   ════════════════════════════════════════════════════════ */
.team-anchor-nav {
    background: var(--md-surface);
    border-bottom: 1px solid var(--md-outline-variant);
    position: sticky;
    top: 0;
    z-index: 20;
}

    .team-anchor-nav .page-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .team-anchor-nav a {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        padding: 0 16px;
        border-radius: var(--shape-full);
        background: var(--md-background);
        color: var(--md-primary);
        border: 1px solid var(--md-outline-variant);
        font-size: var(--md-label-large);
        font-weight: 600;
        text-decoration: none;
    }

        .team-anchor-nav a:hover {
            background: var(--md-primary-container);
            color: var(--md-on-primary-container);
        }

#pageTeamMofu .team-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

#pageTeamMofu .team-card-grid-three {
    grid-template-columns: repeat(3, 1fr);
}

#pageTeamMofu .team-card-grid-two {
    grid-template-columns: repeat(2, 1fr);
}

#pageTeamMofu .team-member-card,
#pageTeamMofu .defenders-card,
#pageTeamMofu .defenders-image {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
}

#pageTeamMofu .team-member-card {
    padding: 24px;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

    #pageTeamMofu .team-member-card:hover,
    #pageTeamMofu .defenders-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0,0,0,.12);
        border-color: rgba(198,22,29,.32);
        text-decoration: none;
    }

#pageTeamMofu .team-card-grid figure {
    width: 100%;
    padding: 0 0 32px
}

    #pageTeamMofu .team-card-grid figure img {
        width: 100%;
        border-radius: var(--shape-lg);
    }

#pageTeamMofu .location-team-block > h3 {
    font-size: var(--md-title-large);
    color: var(--md-primary);
    margin: 1rem 0;
    padding-left: 14px;
    border-left: 4px solid var(--md-secondary);
}


/* ════════════════════════════════════════════════════════
   26. FOOTER
   ════════════════════════════════════════════════════════ */
.footer {
    background-color: var(--footer-background);
    color: var(--footer-text-color);
    padding: 40px 20px;
    text-align: center;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    text-align: center;
    margin-bottom: 30px;
}

    .footer-logo img {
        width: 150px;
        height: auto;
    }

.footer-section {
    padding: 12px 0;
}

    .footer-section h4 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

.footer-links a {
    color: var(--footer-text-color);
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
    font-size: 1rem;
    transition: color 0.3s ease;
}

    .footer-links a:hover {
        color: var(--link-color);
        text-decoration: underline;
    }

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

    .social-icons a {
        color: var(--footer-text-color);
        font-size: 1.5rem;
        transition: color 0.3s ease;
    }

        .social-icons a:hover {
            color: var(--link-color);
        }

/* #footer legacy block */
.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
    clear: both;
}

#footerWrapper {    
    background: #c6161d;
    width: 100%;
    padding: 0;
}

#footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

    #footer .footer-nav {
        width: 25%;
        float: left;
        padding: 16px 0 0;
    }

        #footer .footer-nav h6, #footer .footer-full h6 {
            font-size: 16px;
            color: #fff;
            line-height: 1.4;
            padding: 20px 0;
            margin: 0;
        }

    #footer .footer-full {
        width: 100%;
        padding: 16px 0 0;
    }

        #footer .footer-full div {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }

            #footer .footer-full div address {
                width: 32%;
            }

    #footer ul {
        margin: 0;
        padding: 0;
    }
    #footer ul.some { display: flex; gap: 32px; }   
    #footer li {
        display: block;
        line-height: 1.2;
        font-weight: 400;
        color: #fff;
        font-size: 14px;
        padding: 0 0 12px;
        margin: 0;
    }

    #footer .fg li:first-child {
        padding-top: 62px;
    }

    #footer a:hover, #footer a:hover strong {
        color: rgba(255, 255, 255, .6);
    }

    #footer a {
        color: #fff;
        text-decoration: none;
    }

    #footer li span {
        width: 18px;
        float: left;
    }

    #footer li span, .landingPage1st ul.socialMedia li span {
        background: url(https://www.gastrodoxs.com/images/sprite-social-media.png) 0 0 / 100% auto no-repeat;
        height: 18px;
        margin-right: 10px;
    }

    #footer li.fb span {
        background-position: 0 0;
    }

    #footer li.tw span {
        background-position: 0 -18px;
    }

    #footer li.yt span {
        background-position: 0 -36px;
    }

    #footer li.yl span {
        background-position: 0 -54px;
    }

    #footer li.ph span {
        background-position: 0 -72px;
    }

    #footer li.ml span {
        background-position: 0 -90px;
    }

    #footer li.fx span {
        background-position: 0 -108px;
    }

    #footer li.it span {
        background-position: 0 -126px;
    }

    #footer li.in span {
        background-position: 0 -144px;
    }

    #footer address {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        font-style: normal;
        line-height: 1.4;
        margin: 0 0 12px;
        padding: 0 0 0 36px;
    }

        #footer address strong {
            font-weight: 700;
            font-size: 13px;
            color: #fff;
            background: url("https://www.gastrodoxs.com/images/icon-loca-pin.png") left 4px/26px auto no-repeat;
            padding: 2px 0 2px 36px;
            margin: 0 0 5px -36px;
            display: block;
            transition: .2s linear;
        }

    #footer .copyright-text {
        text-align: center;
        padding: 20px 0;
        font-size: 14px;
        color: #fff;
        border-top: solid 1px #fff;
        margin: 20px 0 0;
    }


/* ════════════════════════════════════════════════════════
   27. MISC SHARED UTILITIES
   ════════════════════════════════════════════════════════ */
.icon {
    margin-right: 6px;
}

    .icon i {
        font-size: 2rem;
        color: #ff6f61;
    }

    .icon.services-icon {
        font-size: 3rem;
        color: #005b98;
        margin-bottom: 15px;
    }

ul.slick-dots {
    text-align: center;
    list-style: none;
    padding: 12px;
    margin: 0;
}

    ul.slick-dots li:marker {
        display: none;
    }

    ul.slick-dots li {
        padding: 4px;
        display: inline-block;
    }

        ul.slick-dots li button {
            width: 10px;
            height: 15px;
            border-radius: 50px;
            background: rgba(0, 0, 0, 0.4);
            border: solid 1px #000;
            text-indent: -9999px;
        }

        ul.slick-dots li.slick-active button {
            background: rgba(0, 0, 0, 1);
        }

.slick-prev, .slick-next {
    width: 30px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    top: calc(50% - 30px);
    background-position: center;
    background-size: 40px auto;
    background-repeat: no-repeat;
    border-radius: 5px;
}

    .slick-prev:hover, .slick-next:hover {
        background-color: rgba(0, 0, 0, 1);
    }

.slick-prev {
    left: 0;
    background-image: url("https://www.gastrodoxs.com/images/arrow-left.png");
}

.slick-next {
    right: 0;
    background-image: url("https://www.gastrodoxs.com/images/arrow-right.png");
}

.internalNav {
    background: linear-gradient(135deg, var(--md-secondary) 0%, #003d6b 100%);
    width: 100%;
    padding: 12px;
    text-align: center;
}

    .internalNav .btn-filled, #pageProc .internalNav .btn-filled {
        padding: 0 16px;
        height: 32px;
    }

#pageNew .hero-card-img.newOne {
    width: auto;
    height: 160px;
    object-fit: inherit;
    margin: 24px auto 0;
    border-radius: 20px;
}

/* ════════════════════════════════════════════════════════
   27. QUIZ
   ════════════════════════════════════════════════════════ */
.abmQuizOptions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .abmQuizOptions label {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 16px;
        border: 2px solid #dce8f4;
        border-radius: 8px;
        cursor: pointer;
        font-size: 15px;
        color: #1a2b3c;
        transition: all 0.18s;
        line-height: 1.4;
    }

        .abmQuizOptions label:hover {
            border-color: #003A70;
            background: #f0f6ff;
        }

    .abmQuizOptions input[type="radio"] {
        accent-color: #003A70;
        width: 17px;
        height: 17px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .abmQuizOptions label:has(input:checked) {
        border-color: #003A70;
        background: #e4eef9;
        font-weight: 600;
        color: #003A70;
    }

.abmQuizError {
    color: #C8102E;
    font-size: 13px;
    margin-top: 8px;
    display: none;
    font-weight: 500;
}

/* ════════════════════════════════════════════════════════
   28. AMAOTOMYBOX
   ════════════════════════════════════════════════════════ */
#anatomyBox {
    background: var(--md-error-container);
    padding: 48px 0 0;
}

    #anatomyBox .pm-wrap {
        padding: 3rem 1.25rem;
        max-width: 1040px;
        margin: 0 auto;
    }

    #anatomyBox .pm-label {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--brand-mid);
        margin-bottom: .5rem;
    }

    #anatomyBox .pm-heading {
        font-family: var(--ff-head);
        font-size: clamp(20px, 3vw, 26px);
        font-weight: 600;
        color: var(--text-dark);
        letter-spacing: -.02em;
        margin-bottom: .4rem;
        line-height: 1.25;
    }

    #anatomyBox .pm-sub {
        font-size: 15px;
        color: var(--text-muted);
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    #anatomyBox .pm-layout {
        display: grid;
        grid-template-columns: 260px 1fr;
        gap: 2rem;
        align-items: start;
    }

    #anatomyBox .body-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    #anatomyBox .body-svg-wrap {
        width: 100%;
        max-width: 260px;
    }

        #anatomyBox .body-svg-wrap svg {
            width: 100%;
            height: auto;
            display: block;
        }

    #anatomyBox .zone {
        cursor: pointer;
    }

        #anatomyBox .zone .zf {
            transition: fill-opacity .18s;
            fill-opacity: 0;
        }

        #anatomyBox .zone:hover .zf, .zone.active .zf {
            fill-opacity: .22;
        }

        #anatomyBox .zone .zout {
            transition: stroke-opacity .18s;
            stroke-opacity: 0;
            fill: none;
            stroke-dasharray: 4 3;
            stroke-width: 1.8;
        }

        #anatomyBox .zone:hover .zout, .zone.active .zout {
            stroke-opacity: 1;
        }

        #anatomyBox .zone .zlbl {
            transition: opacity .18s;
            font-family: 'DM Sans', sans-serif;
            font-size: 10.5px;
            fill: #5A6A7A;
            opacity: .7;
            pointer-events: none;
            font-weight: 500;
        }

    #anatomyBox .rpills {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }

    #anatomyBox .rpill {
        font-size: 11.5px;
        font-weight: 500;
        padding: 4px 12px;
        border-radius: 20px;
        border: 1.5px solid var(--border);
        background: var(--primary-color);
        color: var(--white-text);
        cursor: pointer;
        transition: all .16s;
        font-family: var(--ff-body);
        line-height: 1.4;
    }

        #anatomyBox .rpill:hover {
            border-color: var(--brand-mid);
            color: var(--brand);
        }

        #anatomyBox .rpill.active {
            border-color: transparent;
            color: #fff;
            background: var(--secondary-color) !important
        }

    #anatomyBox .info-col {
        min-height: 400px;
    }

    #anatomyBox .info-panel {
        background: var(--bg);
        border: 1px solid var(--border);
        border-radius: var(--r-lg);
        padding: 1.5rem;
    }

    #anatomyBox .info-prompt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 360px;
        gap: 1rem;
        padding: 2rem;
    }

    #anatomyBox .prompt-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: var(--brand-light);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #anatomyBox .prompt-strong {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-dark);
        display: block;
        margin-bottom: .3rem;
        font-family: var(--ff-head);
    }

    #anatomyBox .prompt-p {
        font-size: 14px;
        color: var(--text-muted);
        max-width: 230px;
        line-height: 1.6;
    }

    #anatomyBox .info-active {
        display: none;
    }

        #anatomyBox .info-active.vis {
            display: block;
        }

    #anatomyBox .z-header {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
        border-bottom: 1px solid var(--border);
    }

    #anatomyBox .z-dot {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        flex-shrink: 0;
        margin-top: 5px;
    }

    #anatomyBox .z-title {
        font-family: var(--ff-head);
        font-size: 19px;
        font-weight: 600;
        color: var(--text-dark);
        line-height: 1.2;
    }

    #anatomyBox .z-sub {
        font-size: 12px;
        color: var(--text-muted);
        margin-top: 3px;
        line-height: 1.4;
    }

    #anatomyBox .blk {
        margin-bottom: 1rem;
    }

    #anatomyBox .blk-lbl {
        font-size: 10.5px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--text-muted);
        margin-bottom: .5rem;
    }

    #anatomyBox .tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #anatomyBox .tag {
        font-size: 12.5px;
        padding: 4px 12px;
        border-radius: 20px;
        background: var(--bg-soft);
        border: 1px solid var(--border);
        color: var(--text-mid);
    }

        #anatomyBox .tag.cond {
            background: var(--brand-light);
            border-color: #B5D4F4;
            color: var(--brand);
            font-weight: 500;
        }

    #anatomyBox .pats {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    #anatomyBox .pat {
        font-size: 13px;
        color: var(--text-mid);
        padding-left: 14px;
        position: relative;
        line-height: 1.55;
    }

        #anatomyBox .pat::before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--brand-mid);
        }

    #anatomyBox .warn-blk {
        border: 1px solid #F5C4B3;
        border-radius: var(--r);
        padding: .9rem 1rem;
        margin-bottom: 1rem;
    }

    #anatomyBox .warn-ttl {
        font-size: 10.5px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #712B13;
        margin-bottom: .5rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    #anatomyBox .warn-dot-sm {
        width: 6px;
        height: 6px;
        background: #C0391B;
        border-radius: 50%;
        flex-shrink: 0;
    }

    #anatomyBox .warn-item {
        font-size: 12.5px;
        color: #712B13;
        padding-left: 14px;
        position: relative;
        line-height: 1.55;
        margin-bottom: 3px;
    }

        #anatomyBox .warn-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #C0391B;
            opacity: .5;
        }

    #anatomyBox .guide-lnk {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 13px;
        font-weight: 500;
        color: var(--brand-mid);
        text-decoration: none;
        margin-bottom: 1rem;
        transition: gap .15s;
    }

        #anatomyBox .guide-lnk:hover {
            gap: 8px;
        }

    #anatomyBox .cta-row {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
        padding-top: 1.25rem;
        border-top: 1px solid var(--border);
    }

    #anatomyBox .btn-p {
        flex: 1;
        min-width: 130px;
        background: var(--brand);
        color: #fff;
        font-family: var(--ff-body);
        font-size: 13px;
        font-weight: 600;
        padding: 12px 16px;
        border-radius: 40px;
        border: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: background .15s;
        line-height: 1;
    }

        #anatomyBox .btn-p:hover {
            background: var(--brand-mid);
        }

    #anatomyBox .btn-s {
        flex: 1;
        min-width: 130px;
        background: transparent;
        color: var(--brand);
        font-family: var(--ff-body);
        font-size: 13px;
        font-weight: 500;
        padding: 12px 16px;
        border-radius: 40px;
        border: 1.5px solid var(--brand-mid);
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: all .15s;
        line-height: 1;
    }

        #anatomyBox .btn-s:hover {
            background: var(--brand-light);
        }

@media (max-width: 767px) {
    #anatomyBox .pm-layout {
        grid-template-columns: 1fr;
    }

    #anatomyBox .body-col {
        flex-direction: row;
        align-items: flex-start;
    }

    #anatomyBox .body-svg-wrap {
        max-width: 160px;
        flex-shrink: 0;
    }

    #anatomyBox .rpills {
        justify-content: flex-start;
    }

    #anatomyBox .info-prompt {
        min-height: 220px;
    }
}



/* ════════════════════════════════════════════════════════
   28. DESKTOP LAYOUT RULES
   ════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
    .slider-nav {
        display: none;
    }

    .main-nav {
        display: flex;
        gap: 16px;
    }

    .hamburger {
        display: none;
    }

    .showMob {
        display: none;
    }

    #sideMenu a.desk, .nav-group.desk { display: none; }
}
@media (max-width: 1100px) {
    #footer ul.some { gap: 12px; }
}
/* style.css desktop breakpoint */
@media (max-width: 960px) {
    #pageNew .hero-inner {
        grid-template-columns: 1fr;
    }

    #pageNew .hero-card {
        max-width: 480px;
    }

    #pageNew .symptoms-layout {
        grid-template-columns: 1fr;
    }

    #pageNew .insurance-card {
        position: static;
    }

    #pageNew .locations-grid {
        grid-template-columns: 1fr;
    }

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

    .instList {
        grid-template-columns: repeat(3, 1fr);
    }

    #pageLocations .jv-hero-grid,
    #pageLocations .jv-location-grid,
    #pageLocations .jv-two-col {
        grid-template-columns: 1fr;
    }

    #pageLocations .jv-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageLocations .jv-provider-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageLocations .jv-map-card {
        min-height: 360px;
    }
    #footer ul.some { gap: 12px; display: block; }
}

/* ════════════════════════════════════════════════════════
   29. MOBILE RESPONSIVE  ≤768px
   ════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* ── Global ── */
    p, h1, h2, h3, h4 {
        line-height: 1.2;
    }

    .topstripe, .location-topstripe {
        display: none;
    }

    header {
        padding: 8px 20px;
        width: 100%;
    }

        header.sticky {
            top: 0;
        }

        header nav {
            display: none;
        }

    .showMob {
        display: flex;
        gap: 8px;
        padding-right: 10px;
    }

    .main-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background: hsla(204, 100%, 30%, 1);
        background: linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005B98", endColorstr="#0078C8", GradientType=1 );
        padding: 16px 0;
        z-index: 999;
        border-top: 1px solid #eee;
    }

        .main-nav.active {
            display: flex;
        }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

        .hamburger div {
            width: 26px;
            height: 3px;
            background-color: var(--white-text);
            border-radius: 999px;
            transition: all 0.3s ease;
        }

        .hamburger.active div:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .hamburger.active div:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active div:nth-child(3) {
            transform: rotate(-45deg) translate(4px, -4px);
        }

    .dropdown-menu {
        position: relative;
    }

    .dropdown-toggle {
        margin: 0 auto;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    .services {
        padding: 40px 20px;
    }

    .services-container {
        gap: 16px;
        scroll-snap-type: x mandatory;
        transform: translateX(0);
    }

    .service-card {
        min-width: 250px;
        scroll-snap-align: start;
    }

        .service-card:hover {
            transform: none;
        }

    .slider-nav {
        text-align: center;
        margin-top: 10px;
        display: none;
    }

    .nav-button {
        background-color: #005b98;
        color: white;
        font-size: 2rem;
        border: none;
        padding: 0;
        margin: 0 10px;
        border-radius: 100px;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 52px;
        height: 52px;
        line-height: 46px;
    }

        .nav-button:hover {
            background-color: #c6161d;
        }

    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-image {
        margin-bottom: 20px;
        display: none;
    }

    .about h3 {
        display: none;
    }

    .team-member {
        min-width: auto;
        scroll-snap-align: start;
    }

        .team-member img {
            width: 140px;
            height: auto;
        }

    .testimonials-container {
        display: flex;
        gap: 16px;
        transition: transform 0.3s ease-in-out;
        scroll-snap-type: x mandatory;
        transform: translateX(0);
    }

    .testimonial-card {
        min-width: auto;
        scroll-snap-align: start;
    }

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

    .location-cards {
        grid-template-columns: 1fr;
    }

    .insurance-cards {
        display: flex;
        gap: 16px;
        transition: transform 0.3s ease-in-out;
        scroll-snap-type: x mandatory;
        transform: translateX(0);
        grid-template-columns: 1fr;
    }

    .insurance-card {
        min-width: auto;
        scroll-snap-align: start;
    }

    .faq-accordion {
        padding: 0 12px;
    }

    .faq-item .faq-question {
        font-size: 1.1rem;
    }

    .faq-search {
        max-width: 300px;
        margin: 0 auto 20px;
    }

        .faq-search input {
            width: 80%;
        }

    #footerWrapper {
        width: 100%;
    }

    #footer .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    #footer .footer-nav {
        width: 100%;
    }

    #footer address {
        width: 100%;
        margin-left: 0;
        padding-left: 36px;
    }

    #footer {
        width: 100%;
        padding: 20px;
    }

        #footer .footer-nav:nth-child(1), #footer .footer-nav:nth-child(2) {
            width: 50%;
        }

        #footer .copyright-text {
            padding-bottom: 45px;
        }

        #footer .footer-full div address {
            width: 100%;
        }

    .sliderBoxM {
        overflow: hidden;
        width: 100%;
    }

    .cta-button2nd {
        font-size: 1rem;
        font-weight: 500;
    }

    .services-title, .about-text h2, .location-title,
    .insurance-title, .faq-title {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .about {
        padding-top: 30px;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

    .services-container,
    .team-container,
    .testimonials-container,
    .insurance-cards,
    #pageNew .team-grid, #pageContact .team-grid,
    #pageNew .reviews-grid, #pageContact .reviews-grid {
        width: 100%;
        display: block;
        padding: 0;
    }

        .services-container .slide,
        .team-container .slide,
        .testimonials-container .slide,
        .insurance-cards .slide,
        #pageNew .team-grid .slide, #pageContact .team-grid .slide,
        #pageNew .reviews-grid .slide, #pageContact .reviews-grid .slide {
            float: left;
            margin: 0 10px 10px;
        }

    /* style.css pageNew mobile */
    #pageNew .app-bar-nav, #pageNew .app-bar-cta {
        display: none;
    }

    #pageNew .mobile-menu-btn {
        display: flex;
    }

    #pageNew .symptoms-list {
        grid-template-columns: 1fr;
    }

    #pageNew .steps-section {
        padding: 32px 20px;
    }

    #pageNew .review-card, #pageNew .final-cta {
        padding: 32px 24px;
    }

    #pageNew .locations-section {
        padding: 32px 20px;
    }

    #pageNew .footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #pageNew .section-gap {
        padding: 40px 0;
    }

    #pageNew .hero {
        padding-top: 0;
    }

    #pageNew .hero-content {
        padding: 20px 0;
    }

    /* style-c.css pageContact mobile */
    #pageContact .hero-inner {
        grid-template-columns: 1fr;
    }

    #pageContact .hero-img {
        display: none;
    }

    #pageContact .who-layout {
        grid-template-columns: 1fr;
    }

    #pageContact .location-panel.active {
        grid-template-columns: 1fr;
    }

    #pageContact .steps-grid::before {
        display: none;
    }

    #pageContact .steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #pageContact .step-card {
        margin: 0;
    }

    #pageContact .nav-phone span {
        display: none;
    }

    .map-ins-note {
        display: block;
    }

        .map-ins-note .btn-filled {
            margin-top: 15px;
        }

    .insurance-strip ul li {
        font-size: 14px;
    }

    #pageNew .team-card-body {
        text-align: center;
    }


    #pageProc .app-bar-nav, #pageProc .app-bar-cta {
        display: none;
    }

    #pageProc .mobile-menu-btn {
        display: flex;
    }

    #pageProc .hero {
        height: auto;
        padding: 48px 0px;
    }

    #pageProc .hero-inner {
        grid-template-columns: 1fr;
    }

    #pageProc .hero-reviewed {
        text-align: left;
    }

    #pageProc .hero-card {
        display: none;
    }

    #pageProc .symptom-grid {
        grid-template-columns: 1fr;
    }

    #pageProc .why-grid {
        grid-template-columns: 1fr;
    }

    #pageProc .ins-grid {
        grid-template-columns: 1fr;
    }

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

    #pageProc .three-col {
        grid-template-columns: 1fr;
    }

    #pageProc .two-col {
        grid-template-columns: 1fr;
    }

    #pageProc .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageProc .location-grid {
        grid-template-columns: 1fr;
    }

    #pageProc .when-book-banner {
        flex-direction: column;
    }

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

    #pageProc .trust-bar {
        display: none;
    }

    #pageProc .final-cta {
        padding: 48px 20px;
    }

    #pageProc .section-gap {
        padding: 32px 0;
    }

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

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

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

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

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

    .checker-banner {
        flex-direction: column;
        text-align: center;
    }

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

    .healthGuideForm {
        display: block;
    }

        .healthGuideForm input[type=text], .healthGuideForm input[type=email], .healthGuideForm input[type=number] {
            margin-bottom: 10px;
        }

    .cb-text h2 {
        font-size: 24px;
    }

    .newmain-grid {
        display: block;
    }

        .newmain-grid .leftSide, .newmain-grid .sgs {
            width: 100%;
        }

            .newmain-grid .leftSide .prepare-grid,
            .tests-grid.newT, .prepare-grid.newT, .tests-grid.newT2, .prepare-grid.newT2 {
                grid-template-columns: repeat(1, 1fr);
            }

        .newmain-grid .sgs {
            margin-top: 30px;
        }

    .internalNav {
        display: none;
    }

    ul.testlist2 {
        margin-top: 15px;
    }

        ul.testlist2 li {
            text-align: left;
        }

    #searchBox.mob {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        background: var(--primary-color);
        padding: 8px;
        width: 100%;
    }

        #searchBox.mob .search-box {
            background: var(--md-error-container);
        }

    .top-app-bar {
        padding: 0 8px;
    }

    .search-hero {
        padding: 24px 16px 20px;
    }

    .page-body {
        padding: 12px;
    }

    .home-search-wrap .search-box {
        width: 100%;
    }

        .home-search-wrap .search-box #searchInput {
            width: 65%;
        }

    #search-page-hero .filter-row {
        gap: 2px;
    }

    #searchBox .suggestions-panel {
        top: inherit;
        bottom: 100%;
        width: 94%;
        margin: 0 3%;
    }

    .search-page-hero {
        border-radius: 16px;
    }

    .instList {
        grid-template-columns: repeat(2, 1fr);
    }

        .instList article {
            padding: 16px 8px 24px;
        }

            .instList article p {
                font-size: 0.8rem !important;
            }

    #pageContact .final-cta {
        padding: 48px 24px;
    }

    #pageLocations .surgery-grid {
        grid-template-columns: 1fr;
    }

    .section-inner.mob {
        max-width: 1100px;
        width: 100%;
        padding: 0 20px;
    }

    #pageNew .final-cta .btn-filled {
        margin: 10px 0;
    }

    #pageLocations .jv-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageLocations .jv-service-grid, #pageLocations .jv-provider-grid {
        grid-template-columns: 1fr;
    }

    #pageLocations .jv-booking-card, #pageLocations .jv-info-card {
        padding: 24px;
    }

    #pageLocations .jv-hours div {
        flex-direction: column;
        gap: 4px;
    }

    #pageLocations .jv-map-card {
        min-height: 300px;
    }

    .topSection {
        padding: 0;
    }

    .our-position-grid,
    .facility-grid,
    #pageCareersMofu .local-info-grid,
    #pageCareersMofu .team-spirit-grid, .internship-grid, #pageCareersMofu .area-grid, #pageCareersMofu .location-grid-career,
    #pageCareersMofu .facility-grid {
        grid-template-columns: 1fr;
    }

    #pageCareersMofu .team-spirit-card {
        grid-template-columns: 1fr;
    }

    #pageCareersMofu .team-image {
        aspect-ratio: 16 / 9;
    }

    #pageCareersMofu .mofu-card,
    #pageCareersMofu .position-card,
    #pageCareersMofu .doctor-body,
    #pageCareersMofu .team-body,
    #pageCareersMofu .internship-card,
    #pageCareersMofu .local-card,
    #pageCareersMofu .area-card,
    #pageCareersMofu .location-body,
    #pageCareersMofu .facility-card {
        padding: 22px;
    }

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

    .contact-info-grid, .contact-location-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-grid {
        padding: 32px 0;
        grid-template-columns: 1fr;
    }

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

    .cyhope-hero-inner,
    .about-cyhope-grid,
    .location-cyhope-grid, #charInt .prepare-grid.newT2 {
        grid-template-columns: 1fr;
    }

        .location-cyhope-grid.page-wrap {
            padding: 0;
        }

    #pageTeamMofu .team-card-grid,
    #pageTeamMofu .team-card-grid-three,
    #pageTeamMofu .team-card-grid-two {
        grid-template-columns: 1fr;
    }

    #pageTeamMofu section {
        padding: 32px 0;
    }
}

/* ════════════════════════════════════════════════════════
   30. SMALL MOBILE  ≤480px
   ════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    /* style.css */
    #pageNew .trust-bar {
        gap: 12px;
    }

    #pageNew .hero-badges {
        display: none;
    }

    #pageNew .why-grid {
        grid-template-columns: 1fr;
    }

    #pageNew .team-grid {
        grid-template-columns: 1fr;
    }

    /* style-c.css */
    #pageContact section {
        padding: 40px 16px;
    }

    #pageContact .hero {
        padding: 40px 16px;
    }

    #pageTeamMofu section {
        padding: 32px 0;
    }

    #pageTeamMofu .page-wrap {
        padding: 0;
    }
}


/* ═══════════════════════════════════════════════════════
   ADDITIONS / OVERRIDES FROM materailstyle (10).css
   Non-duplicate blocks only.
   ═══════════════════════════════════════════════════════ */

.contact-form-grid .contact-form-card label.radioRow {
    display: block;
}

    .contact-form-grid .contact-form-card label.radioRow span {
        display: block;
        padding: 0 0 16px;
    }

.doctor-hero {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}

    .doctor-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.06'/%3E%3C/svg%3E") repeat;
        pointer-events: none;
    }

    .doctor-hero .doctor-hero-inner {
        display: grid;
        grid-template-columns: 1fr 300px;
        gap: 48px;
        align-items: center;
        position: relative;
    }

    .doctor-hero h1 {
        font-size: clamp(28px, 4vw, 44px);
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 10px;
    }

    .doctor-hero .hero-role {
        font-size: 18px;
        line-height: 1.5;
        color: var(--third-color);
        font-weight: 700;
        margin-bottom: 14px;
    }

    .doctor-hero .hero-sub {
        font-size: 0.8rem;
        line-height: 1.7;
        color: rgba(255,255,255,.88);
        max-width: 780px;
        margin-bottom: 32px;
    }

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

        .doctor-hero .hero-actions .btn-filled {
            background: var(--md-on-primary);
            color: var(--md-primary);
            height: 48px;
        }

            .doctor-hero .hero-actions .btn-filled:hover {
                background: var(--md-primary-container);
                color: var(--md-on-primary-container);
            }

        .doctor-hero .hero-actions .btn-outlined {
            border-color: rgba(255,255,255,.6);
            color: var(--md-on-primary);
            height: 48px;
        }

    .doctor-hero .doctor-hero-card {
        background: rgba(255,255,255,.1);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255,255,255,.2);
        border-radius: var(--shape-xl);
        padding: 22px;
        text-align: center;
    }

    .doctor-hero .doctor-photo {
        width: 170px;
        height: 170px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 18px;
        border: 4px solid rgba(255,255,255,.28);
        background: rgba(255,255,255,.12);
    }

        .doctor-hero .doctor-photo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .doctor-hero .doctor-hero-card h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 6px;
    }

    .doctor-hero .doctor-hero-card p {
        color: rgba(255,255,255,.76);
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .doctor-hero .rating {
        font-size: 1.4rem;
        padding-bottom: 0;
    }

    .doctor-hero .star-caption {
        font-size: 11px;
        color: rgba(255,255,255,.72);
    }

.doctor-profile-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
}

    .doctor-profile-grid .doctor-content-card,
    .doctor-profile-grid .profile-card {
        background: var(--md-surface);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-xl);
        transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
        padding: 32px;
    }

        .doctor-profile-grid .doctor-content-card:hover,
        .doctor-profile-grid .profile-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,.12);
            border-color: rgba(198,22,29,.32);
        }

        .doctor-profile-grid .doctor-content-card h2,
        .doctor-profile-grid .profile-card h2, .doctor-profile-grid .doctor-content-card h3 {
            margin-bottom: 16px;
        }

        .doctor-profile-grid .profile-card dl {
            display: grid;
            gap: 12px;
            margin-bottom: 24px;
        }

            .doctor-profile-grid .profile-card dl div {
                padding-bottom: 12px;
                border-bottom: 1px solid var(--md-outline-variant);
            }

        .doctor-profile-grid .profile-card dt {
            font-size: var(--md-label-large);
            color: var(--md-primary);
            font-weight: 700;
            margin-bottom: 4px;
        }

        .doctor-profile-grid .profile-card dd {
            font-size: var(--md-body-medium);
            color: var(--md-on-surface-variant);
            line-height: 1.55;
            margin: 0;
        }

.care-copy-section {
    background: var(--md-secondary-container);
    padding: 48px 0;
    margin: 40px 0 0;
}

    .care-copy-section .care-copy-card {
        padding: 32px;
        background: var(--md-surface);
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-xl);
        transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
    }

        .care-copy-section .care-copy-card P {
            padding: 16px 0;
            margin: 0;
        }

@media (min-width: 769px) {
    .slider-nav {
        display: none;
    }

    .main-nav {
        display: flex;
        gap: 16px;
    }

    .hamburger {
        display: none;
    }

    .showMob {
        display: none;
    }

    #pageNew .section-gap.ntg {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    /* ── Global ── */
    p, h1, h2, h3, h4 {
        line-height: 1.2;
    }

    .topstripe, .location-topstripe {
        display: none;
    }

    header {
        padding: 8px 20px;
        width: 100%;
    }

        header.sticky {
            top: 0;
        }

        header nav {
            display: none;
        }

    .showMob {
        display: flex;
        gap: 8px;
        padding-right: 10px;
    }

    .main-nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background: hsla(204, 100%, 30%, 1);
        background: linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
        background: -moz-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
        background: -webkit-linear-gradient(90deg, hsla(204, 100%, 30%, 1) 0%, hsla(204, 100%, 39%, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005B98", endColorstr="#0078C8", GradientType=1 );
        padding: 16px 0;
        z-index: 999;
        border-top: 1px solid #eee;
    }

        .main-nav.active {
            display: flex;
        }

    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 4px;
        cursor: pointer;
    }

        .hamburger div {
            width: 26px;
            height: 3px;
            background-color: var(--white-text);
            border-radius: 999px;
            transition: all 0.3s ease;
        }

        .hamburger.active div:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .hamburger.active div:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active div:nth-child(3) {
            transform: rotate(-45deg) translate(4px, -4px);
        }

    .dropdown-menu {
        position: relative;
    }

    .dropdown-toggle {
        margin: 0 auto;
    }

    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1rem;
    }

    .services {
        padding: 40px 20px;
    }

    .services-container {
        gap: 16px;
        scroll-snap-type: x mandatory;
        transform: translateX(0);
    }

    .service-card {
        min-width: 250px;
        scroll-snap-align: start;
    }

        .service-card:hover {
            transform: none;
        }

    .slider-nav {
        text-align: center;
        margin-top: 10px;
        display: none;
    }

    .nav-button {
        background-color: #005b98;
        color: white;
        font-size: 2rem;
        border: none;
        padding: 0;
        margin: 0 10px;
        border-radius: 100px;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 52px;
        height: 52px;
        line-height: 46px;
    }

        .nav-button:hover {
            background-color: #c6161d;
        }

    .about-content {
        flex-direction: column;
        text-align: center;
    }

    .about-image {
        margin-bottom: 20px;
        display: none;
    }

    .about h3 {
        display: none;
    }

    .team-member {
        min-width: auto;
        scroll-snap-align: start;
    }

        .team-member img {
            width: 140px;
            height: auto;
        }

    .testimonials-container {
        display: flex;
        gap: 16px;
        transition: transform 0.3s ease-in-out;
        scroll-snap-type: x mandatory;
        transform: translateX(0);
    }

    .testimonial-card {
        min-width: auto;
        scroll-snap-align: start;
    }

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

    .location-cards {
        grid-template-columns: 1fr;
    }

    .insurance-cards {
        display: flex;
        gap: 16px;
        transition: transform 0.3s ease-in-out;
        scroll-snap-type: x mandatory;
        transform: translateX(0);
        grid-template-columns: 1fr;
    }

    .insurance-card {
        min-width: auto;
        scroll-snap-align: start;
    }

    .faq-accordion {
        padding: 0 12px;
    }

    .faq-item .faq-question {
        font-size: 1.1rem;
    }

    .faq-search {
        max-width: 300px;
        margin: 0 auto 20px;
    }

        .faq-search input {
            width: 80%;
        }

    #footerWrapper {
        width: 100%;
    }

    #footer .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }

    #footer .footer-nav {
        width: 100%;
    }

    #footer address {
        width: 100%;
        margin-left: 0;
        padding-left: 36px;
    }

    #footer {
        width: 100%;
        padding: 20px;
    }

        #footer .footer-nav:nth-child(1), #footer .footer-nav:nth-child(2) {
            width: 50%;
        }

        #footer .copyright-text {
            padding-bottom: 45px;
        }

        #footer .footer-full div address {
            width: 100%;
        }

    .sliderBoxM {
        overflow: hidden;
        width: 100%;
    }

    .cta-button2nd {
        font-size: 1rem;
        font-weight: 500;
    }

    .services-title, .about-text h2, .location-title,
    .insurance-title, .faq-title {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .about {
        padding-top: 30px;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
    }

        .hero-content p {
            font-size: 1.2rem;
            margin-bottom: 20px;
        }

    .services-container,
    .team-container,
    .testimonials-container,
    .insurance-cards,
    #pageNew .team-grid, #pageContact .team-grid,
    #pageNew .reviews-grid, #pageContact .reviews-grid {
        width: 100%;
        display: block;
        padding: 0;
    }

        .services-container .slide,
        .team-container .slide,
        .testimonials-container .slide,
        .insurance-cards .slide,
        #pageNew .team-grid .slide, #pageContact .team-grid .slide,
        #pageNew .reviews-grid .slide, #pageContact .reviews-grid .slide {
            float: left;
            margin: 0 10px 10px;
        }

    /* style.css pageNew mobile */
    #pageNew .app-bar-nav, #pageNew .app-bar-cta {
        display: none;
    }

    #pageNew .mobile-menu-btn {
        display: flex;
    }

    #pageNew .symptoms-list {
        grid-template-columns: 1fr;
    }

    #pageNew .steps-section {
        padding: 32px 20px;
    }

    #pageNew .review-card, #pageNew .final-cta {
        padding: 32px 24px;
    }

    #pageNew .locations-section {
        padding: 32px 20px;
    }

    #pageNew .footer-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #pageNew .section-gap {
        padding: 40px 0;
    }

    #pageNew .hero {
        padding-top: 0;
    }

    #pageNew .hero-content {
        padding: 20px 0;
    }

    /* style-c.css pageContact mobile */
    #pageContact .hero-inner {
        grid-template-columns: 1fr;
    }

    #pageContact .hero-img {
        display: none;
    }

    #pageContact .who-layout {
        grid-template-columns: 1fr;
    }

    #pageContact .location-panel.active {
        grid-template-columns: 1fr;
    }

    #pageContact .steps-grid::before {
        display: none;
    }

    #pageContact .steps-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #pageContact .step-card {
        margin: 0;
    }

    #pageContact .nav-phone span {
        display: none;
    }

    .map-ins-note {
        display: block;
    }

        .map-ins-note .btn-filled {
            margin-top: 15px;
        }

    .insurance-strip ul li {
        font-size: 14px;
    }

    #pageNew .team-card-body {
        text-align: center;
    }


    #pageProc .app-bar-nav, #pageProc .app-bar-cta {
        display: none;
    }

    #pageProc .mobile-menu-btn {
        display: flex;
    }

    #pageProc .hero {
        height: auto;
        padding: 48px 0px;
    }

    #pageProc .hero-inner {
        grid-template-columns: 1fr;
    }

    #pageProc .hero-reviewed {
        text-align: left;
    }

    #pageProc .hero-card {
        display: none;
    }

    #pageProc .symptom-grid {
        grid-template-columns: 1fr;
    }

    #pageProc .why-grid {
        grid-template-columns: 1fr;
    }

    #pageProc .ins-grid {
        grid-template-columns: 1fr;
    }

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

    #pageProc .three-col {
        grid-template-columns: 1fr;
    }

    #pageProc .two-col {
        grid-template-columns: 1fr;
    }

    #pageProc .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageProc .location-grid {
        grid-template-columns: 1fr;
    }

    #pageProc .when-book-banner {
        flex-direction: column;
    }

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

    #pageProc .trust-bar {
        display: none;
    }

    #pageProc .final-cta {
        padding: 48px 20px;
    }

    #pageProc .section-gap {
        padding: 32px 0;
    }

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

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

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

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

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

    .checker-banner {
        flex-direction: column;
        text-align: center;
    }

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

    .healthGuideForm {
        display: block;
    }

        .healthGuideForm input[type=text], .healthGuideForm input[type=email], .healthGuideForm input[type=number] {
            margin-bottom: 10px;
        }

    .cb-text h2 {
        font-size: 24px;
    }

    .newmain-grid {
        display: block;
    }

        .newmain-grid .leftSide, .newmain-grid .sgs {
            width: 100%;
        }

            .newmain-grid .leftSide .prepare-grid,
            .tests-grid.newT, .prepare-grid.newT, .tests-grid.newT2, .prepare-grid.newT2 {
                grid-template-columns: repeat(1, 1fr);
            }

        .newmain-grid .sgs {
            margin-top: 30px;
        }

    .internalNav {
        display: none;
    }

    ul.testlist2 {
        margin-top: 15px;
    }

        ul.testlist2 li {
            text-align: left;
        }

    #searchBox.mob {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        background: var(--primary-color);
        padding: 8px;
        width: 100%;
    }

        #searchBox.mob .search-box {
            background: var(--md-error-container);
        }

    .top-app-bar {
        padding: 0 8px;
    }

    .search-hero {
        padding: 24px 16px 20px;
    }

    .page-body {
        padding: 12px;
    }

    .home-search-wrap .search-box {
        width: 100%;
    }

        .home-search-wrap .search-box #searchInput {
            width: 65%;
        }

    #search-page-hero .filter-row {
        gap: 2px;
    }

    #searchBox .suggestions-panel {
        top: inherit;
        bottom: 100%;
        width: 94%;
        margin: 0 3%;
    }

    .search-page-hero {
        border-radius: 16px;
    }

    .instList {
        grid-template-columns: repeat(2, 1fr);
    }

        .instList article {
            padding: 16px 8px 24px;
        }

            .instList article p {
                font-size: 0.8rem !important;
            }

    #pageContact .final-cta {
        padding: 48px 24px;
    }

    #pageLocations .surgery-grid {
        grid-template-columns: 1fr;
    }

    .section-inner.mob {
        max-width: 1100px;
        width: 100%;
        padding: 0 20px;
    }

    #pageNew .final-cta .btn-filled {
        margin: 10px 0;
    }

    #pageLocations .jv-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageLocations .jv-service-grid, #pageLocations .jv-provider-grid {
        grid-template-columns: 1fr;
    }

    #pageLocations .jv-booking-card, #pageLocations .jv-info-card {
        padding: 24px;
    }

    #pageLocations .jv-hours div {
        flex-direction: column;
        gap: 4px;
    }

    #pageLocations .jv-map-card {
        min-height: 300px;
    }

    .topSection {
        padding: 0;
    }

    .our-position-grid,
    .facility-grid,
    #pageCareersMofu .local-info-grid,
    #pageCareersMofu .team-spirit-grid, .internship-grid, #pageCareersMofu .area-grid, #pageCareersMofu .location-grid-career,
    #pageCareersMofu .facility-grid {
        grid-template-columns: 1fr;
    }

    #pageCareersMofu .team-spirit-card {
        grid-template-columns: 1fr;
    }

    #pageCareersMofu .team-image {
        aspect-ratio: 16 / 9;
    }

    #pageCareersMofu .mofu-card,
    #pageCareersMofu .position-card,
    #pageCareersMofu .doctor-body,
    #pageCareersMofu .team-body,
    #pageCareersMofu .internship-card,
    #pageCareersMofu .local-card,
    #pageCareersMofu .area-card,
    #pageCareersMofu .location-body,
    #pageCareersMofu .facility-card {
        padding: 22px;
    }

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

    .contact-info-grid, .contact-location-grid {
        grid-template-columns: 1fr;
    }

    .contact-form-grid {
        padding: 32px 0;
        grid-template-columns: 1fr;
    }

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

    .cyhope-hero-inner,
    .about-cyhope-grid,
    .location-cyhope-grid, #charInt .prepare-grid.newT2 {
        grid-template-columns: 1fr;
    }

        .location-cyhope-grid.page-wrap {
            padding: 0;
        }

    #pageTeamMofu .team-card-grid,
    #pageTeamMofu .team-card-grid-three,
    #pageTeamMofu .team-card-grid-two {
        grid-template-columns: 1fr;
    }

    #pageTeamMofu section {
        padding: 32px 0;
    }

    .breadcrumb .page-wrap {
        padding: 0;
    }

    .first-hero-section .page-wrap {
        padding: 0 4px;
    }
}

#pageProc.condition-detail-page {
    --sc-blue-900: #003d6b;
    --sc-blue-800: #005b98;
    --sc-blue-700: #006fb8;
    --sc-blue-100: #d8edfb;
    --sc-blue-075: #eaf6ff;
    --sc-blue-050: #f6fbff;
    --sc-blue-border: #b8d7ec;
    background: var(--sc-blue-050) !important;
}

    #pageProc.condition-detail-page .page-wrap {
        width: 100% !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    #pageProc.condition-detail-page .condition-tonal-section {
        width: 100% !important;
        background: var(--sc-blue-050) !important;
        padding: 48px 0 !important;
    }

        #pageProc.condition-detail-page .condition-tonal-section:nth-of-type(even) {
            background: #ffffff !important;
        }

    #pageProc.condition-detail-page .condition-full-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: none !important;
        gap: 18px !important;
    }

    #pageProc.condition-detail-page .condition-blue-tonal-card,
    #pageProc.condition-detail-page .condition-content-card,
    #pageProc.condition-detail-page .condition-experience-card,
    #pageProc.condition-detail-page .condition-author-card,
    #pageProc.condition-detail-page .condition-faq-item,
    #pageProc.condition-detail-page .condition-related-card {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        background: linear-gradient(135deg, var(--sc-blue-075) 0%, var(--sc-blue-100) 100%) !important;
        border: 1px solid var(--sc-blue-border) !important;
        border-radius: var(--shape-xl) !important;
        box-shadow: 0 4px 18px rgba(0, 91, 152, 0.08) !important;
        color: var(--md-on-surface) !important;
        filter: none !important;
    }

    #pageProc.condition-detail-page .condition-blue-tonal-card,
    #pageProc.condition-detail-page .condition-content-card,
    #pageProc.condition-detail-page .condition-experience-card,
    #pageProc.condition-detail-page .condition-author-card {
        padding: 32px !important;
    }

    #pageProc.condition-detail-page .condition-overview-card {
        background: linear-gradient(135deg, #eaf6ff 0%, #f6fbff 100%) !important;
    }

    #pageProc.condition-detail-page .section-title,
    #pageProc.condition-detail-page .condition-content-card h1,
    #pageProc.condition-detail-page .condition-content-card h2,
    #pageProc.condition-detail-page .condition-content-card h3,
    #pageProc.condition-detail-page .condition-content-card h4,
    #pageProc.condition-detail-page .condition-experience-card h2,
    #pageProc.condition-detail-page .condition-experience-card h3,
    #pageProc.condition-detail-page .condition-author-card h2,
    #pageProc.condition-detail-page .condition-related-card h3,
    #pageProc.condition-detail-page .condition-faq-item summary {
        color: var(--sc-blue-900) !important;
    }

    #pageProc.condition-detail-page .section-header {
        margin-bottom: 24px !important;
    }

    #pageProc.condition-detail-page .condition-content-card p,
    #pageProc.condition-detail-page .condition-content-card li,
    #pageProc.condition-detail-page .condition-blue-tonal-card p,
    #pageProc.condition-detail-page .condition-experience-card p,
    #pageProc.condition-detail-page .condition-author-card p,
    #pageProc.condition-detail-page .condition-related-card p,
    #pageProc.condition-detail-page .condition-faq-answer p {
        color: var(--md-on-surface-variant) !important;
        font-size: var(--md-body-large) !important;
        line-height: 1.7 !important;
    }

    #pageProc.condition-detail-page .condition-content-card p,
    #pageProc.condition-detail-page .condition-blue-tonal-card p,
    #pageProc.condition-detail-page .condition-author-card p {
        max-width: none !important;
        margin-bottom: 16px !important;
    }

    #pageProc.condition-detail-page .condition-content-card ul,
    #pageProc.condition-detail-page .condition-content-card ol,
    #pageProc.condition-detail-page .condition-blue-tonal-card ul,
    #pageProc.condition-detail-page .condition-blue-tonal-card ol {
        list-style-position: outside !important;
        padding-left: 22px !important;
        margin: 14px 0 0 !important;
    }

    #pageProc.condition-detail-page .condition-content-card ul,
    #pageProc.condition-detail-page .condition-blue-tonal-card ul {
        list-style-type: disc !important;
    }

    #pageProc.condition-detail-page .condition-content-card ol,
    #pageProc.condition-detail-page .condition-blue-tonal-card ol {
        list-style-type: decimal !important;
    }

    #pageProc.condition-detail-page .condition-content-card li,
    #pageProc.condition-detail-page .condition-blue-tonal-card li {
        display: list-item !important;
        list-style: inherit !important;
        margin: 0 0 10px !important;
    }

    #pageProc.condition-detail-page .condition-stat-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px !important;
        width: 100% !important;
        margin: 24px 0 !important;
    }

    #pageProc.condition-detail-page .condition-stat-card {
        background: var(--sc-blue-050) !important;
        border: 1px solid var(--sc-blue-border) !important;
        border-radius: var(--shape-lg) !important;
        padding: 24px !important;
    }

    #pageProc.condition-detail-page .condition-stat-chip {
        width: fit-content !important;
        min-width: 44px !important;
        height: 44px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 10px !important;
        border-radius: var(--shape-full) !important;
        background: var(--sc-blue-100) !important;
        color: var(--sc-blue-800) !important;
        border: 1px solid var(--sc-blue-border) !important;
        font-weight: 800 !important;
        margin-bottom: 14px !important;
    }

    #pageProc.condition-detail-page .condition-author-card {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        gap: 20px !important;
        align-items: start !important;
    }

    #pageProc.condition-detail-page .condition-author-icon {
        width: 52px !important;
        height: 52px !important;
        border-radius: var(--shape-md) !important;
        display: grid !important;
        place-items: center !important;
        background: var(--sc-blue-100) !important;
        color: var(--sc-blue-800) !important;
    }

        #pageProc.condition-detail-page .condition-author-icon .material-icons-round {
            font-size: 26px !important;
        }

    #pageProc.condition-detail-page .condition-faq-list {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
    }

    #pageProc.condition-detail-page .condition-faq-item {
        overflow: hidden !important;
    }

        #pageProc.condition-detail-page .condition-faq-item summary {
            cursor: pointer !important;
            list-style: none !important;
            position: relative !important;
            padding: 18px 58px 18px 24px !important;
            font-size: var(--md-title-medium) !important;
            font-weight: 700 !important;
        }

            #pageProc.condition-detail-page .condition-faq-item summary::-webkit-details-marker {
                display: none !important;
            }

            #pageProc.condition-detail-page .condition-faq-item summary::after {
                content: "expand_more" !important;
                font-family: "Material Icons Round" !important;
                position: absolute !important;
                right: 24px !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
                color: var(--sc-blue-800) !important;
                transition: transform var(--dur-m2) var(--ease-emp-decel) !important;
            }

        #pageProc.condition-detail-page .condition-faq-item[open] summary::after {
            transform: translateY(-50%) rotate(180deg) !important;
        }

    #pageProc.condition-detail-page .condition-faq-answer {
        padding: 0 24px 22px !important;
    }

        #pageProc.condition-detail-page .condition-faq-answer p {
            margin: 0 !important;
        }

    #pageProc.condition-detail-page .condition-faq-fallback {
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
    }

    #pageProc.condition-detail-page .condition-related-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    #pageProc.condition-detail-page .condition-related-card::before {
        background: var(--sc-blue-800) !important;
    }

    #pageProc.condition-detail-page .hero-actions .btn-outlined {
        border-color: var(--sc-blue-800) !important;
        color: var(--sc-blue-800) !important;
    }

        #pageProc.condition-detail-page .hero-actions .btn-outlined:hover {
            background: var(--sc-blue-100) !important;
            color: var(--sc-blue-900) !important;
        }

@media (max-width: 960px) {
    #pageProc.condition-detail-page .condition-related-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    #pageProc.condition-detail-page .page-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #pageProc.condition-detail-page .condition-tonal-section {
        padding: 36px 0 !important;
    }

    #pageProc.condition-detail-page .condition-blue-tonal-card,
    #pageProc.condition-detail-page .condition-content-card,
    #pageProc.condition-detail-page .condition-experience-card,
    #pageProc.condition-detail-page .condition-author-card {
        padding: 22px !important;
    }

    #pageProc.condition-detail-page .condition-stat-grid,
    #pageProc.condition-detail-page .condition-author-card {
        grid-template-columns: 1fr !important;
    }
}

#pageProc.condition-detail-page > .hero .hero-actions .btn-outlined {
    border-color: rgba(255,255,255,0.72) !important;
    color: #ffffff !important;
    background: rgba(255,255,255,0.08) !important;
}

    #pageProc.condition-detail-page > .hero .hero-actions .btn-outlined .material-icons-round {
        color: #ffffff !important;
    }

    #pageProc.condition-detail-page > .hero .hero-actions .btn-outlined:hover,
    #pageProc.condition-detail-page > .hero .hero-actions .btn-outlined:focus-visible {
        background: rgba(255,255,255,0.18) !important;
        border-color: #ffffff !important;
        color: #ffffff !important;
        text-decoration: none !important;
    }

#pageProc.condition-detail-page .condition-experience .hero-actions .btn-outlined {
    border-color: var(--sc-blue-800) !important;
    color: var(--sc-blue-800) !important;
    background: transparent !important;
}

    #pageProc.condition-detail-page .condition-experience .hero-actions .btn-outlined .material-icons-round {
        color: var(--sc-blue-800) !important;
    }

    #pageProc.condition-detail-page .condition-experience .hero-actions .btn-outlined:hover,
    #pageProc.condition-detail-page .condition-experience .hero-actions .btn-outlined:focus-visible {
        background: var(--sc-blue-100) !important;
        color: var(--sc-blue-900) !important;
        border-color: var(--sc-blue-900) !important;
    }

#pageProc.condition-detail-page .condition-related-card {
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
}

#pageProc.condition-detail-page .condition-related-media {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: var(--sc-blue-100) !important;
    border-bottom: 1px solid var(--sc-blue-border) !important;
}

    #pageProc.condition-detail-page .condition-related-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
        transition: transform var(--dur-m2) var(--ease-std) !important;
    }

#pageProc.condition-detail-page .condition-related-card:hover .condition-related-media img {
    transform: scale(1.035) !important;
}

#pageProc.condition-detail-page .condition-related-body {
    padding: 22px 24px 24px !important;
}

    #pageProc.condition-detail-page .condition-related-body h3 {
        margin-bottom: 16px !important;
    }

#pageProc.recipe-page {
    background: #f7fbff;
}

    #pageProc.recipe-page .recipe-hero-card-img {
        width: 220px;
        height: 220px;
        object-fit: cover;
        border-radius: var(--shape-xl);
        border: 3px solid rgba(255,255,255,.28);
        box-shadow: 0 8px 28px rgba(0,0,0,.18);
        margin: 0 auto 16px;
    }

    #pageProc.recipe-page .recipe-hero-card-title {
        color: #fff;
        font-size: var(--md-title-medium);
        font-weight: 700;
        margin-bottom: 6px;
    }

    #pageProc.recipe-page .recipe-hero-card-copy {
        color: rgba(255,255,255,.78);
        font-size: var(--md-body-small);
        line-height: 1.5;
        margin: 0;
    }

    #pageProc.recipe-page .recipe-section-tonal {
        background: #eaf6ff;
        border-top: 1px solid #b8d7ec;
        border-bottom: 1px solid #b8d7ec;
    }

    #pageProc.recipe-page .recipe-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 32px;
    }

    #pageProc.recipe-page .recipe-card {
        background: #ffffff;
        border: 1px solid #b8d7ec;
        border-radius: var(--shape-xl);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        box-shadow: 0 2px 10px rgba(0,91,152,.08);
        transition: transform var(--dur-m2) var(--ease-std), box-shadow var(--dur-m2) var(--ease-std), border-color var(--dur-s4) var(--ease-std);
    }

        #pageProc.recipe-page .recipe-card:hover {
            transform: translateY(-3px);
            border-color: #005b98;
            box-shadow: 0 8px 24px rgba(0,91,152,.14);
        }

        #pageProc.recipe-page .recipe-card figure {
            aspect-ratio: 16 / 9;
            overflow: hidden;
            background: #d8edfb;
        }

            #pageProc.recipe-page .recipe-card figure img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

    #pageProc.recipe-page .recipe-card-body {
        padding: 22px;
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    #pageProc.recipe-page .recipe-card h3 {
        color: var(--md-on-surface);
        font-size: var(--md-title-medium);
        margin-bottom: 10px;
        line-height: 1.35;
    }

    #pageProc.recipe-page .recipe-card p {
        color: var(--md-on-surface-variant);
        font-size: var(--md-body-medium);
        line-height: 1.65;
        margin-bottom: 18px;
    }

    #pageProc.recipe-page .recipe-card .btn-filled {
        margin-top: auto;
        align-self: flex-start;
    }

    #pageProc.recipe-page .recipe-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin: 36px 0 0;
        flex-wrap: wrap;
    }

        #pageProc.recipe-page .recipe-pagination span {
            color: var(--md-on-surface-variant);
            font-size: var(--md-body-medium);
            font-weight: 600;
        }

    #pageProc.recipe-page .recipe-content-layout {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 28px;
        align-items: start;
    }

    #pageProc.recipe-page .recipe-content-card,
    #pageProc.recipe-page .recipe-side-card,
    #pageProc.recipe-page .recipe-faq-card,
    #pageProc.recipe-page .recipe-related-card {
        background: #ffffff;
        border: 1px solid #b8d7ec;
        border-radius: var(--shape-xl);
        padding: 28px;
        box-shadow: 0 2px 10px rgba(0,91,152,.08);
    }

        #pageProc.recipe-page .recipe-content-card h2,
        #pageProc.recipe-page .recipe-content-card h3,
        #pageProc.recipe-page .recipe-content-card h4 {
            color: var(--md-primary);
            margin: 24px 0 12px;
        }

        #pageProc.recipe-page .recipe-content-card p,
        #pageProc.recipe-page .recipe-content-card li {
            color: var(--md-on-surface-variant);
            font-size: var(--md-body-large);
            line-height: 1.75;
        }

        #pageProc.recipe-page .recipe-content-card ul,
        #pageProc.recipe-page .recipe-content-card ol {
            margin: 12px 0 20px 24px;
        }

        #pageProc.recipe-page .recipe-content-card li {
            list-style: disc;
            margin-bottom: 8px;
        }

    #pageProc.recipe-page .recipe-side-card {
        position: sticky;
        top: 96px;
        background: #eaf6ff;
    }

        #pageProc.recipe-page .recipe-side-card img {
            width: 100%;
            border-radius: var(--shape-lg);
            object-fit: cover;
            margin-bottom: 16px;
        }

        #pageProc.recipe-page .recipe-side-card h3 {
            color: #003d6b;
            font-size: var(--md-title-medium);
            margin-bottom: 10px;
        }

        #pageProc.recipe-page .recipe-side-card p {
            color: var(--md-on-surface-variant);
            font-size: var(--md-body-medium);
            line-height: 1.6;
        }

    #pageProc.recipe-page .recipe-cta-strip {
        background: #d8edfb;
        border: 1px solid #b8d7ec;
        border-radius: var(--shape-xl);
        padding: 24px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        justify-content: center;
        margin-top: 28px;
    }

    #pageProc.recipe-page .recipe-faq-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 28px;
    }

    #pageProc.recipe-page .m3-faq-item {
        background: #ffffff;
        border: 1px solid #b8d7ec;
        border-radius: var(--shape-lg);
        overflow: hidden;
    }

        #pageProc.recipe-page .m3-faq-item summary {
            cursor: pointer;
            padding: 18px 22px;
            color: #003d6b;
            font-weight: 700;
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }

            #pageProc.recipe-page .m3-faq-item summary::-webkit-details-marker {
                display: none;
            }

            #pageProc.recipe-page .m3-faq-item summary::after {
                content: "expand_more";
                font-family: "Material Icons Round";
                color: var(--md-primary);
                font-size: 22px;
                transition: transform var(--dur-m2) var(--ease-std);
            }

        #pageProc.recipe-page .m3-faq-item[open] summary::after {
            transform: rotate(180deg);
        }

        #pageProc.recipe-page .m3-faq-item p {
            padding: 0 22px 20px;
            margin: 0;
            color: var(--md-on-surface-variant);
            font-size: var(--md-body-medium);
            line-height: 1.7;
        }

    #pageProc.recipe-page .recipe-related-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 28px;
    }

    #pageProc.recipe-page .recipe-related-item {
        display: block;
        background: #ffffff;
        border: 1px solid #b8d7ec;
        border-radius: var(--shape-lg);
        overflow: hidden;
        color: var(--md-on-surface);
        text-decoration: none;
        transition: transform var(--dur-m2) var(--ease-std), box-shadow var(--dur-m2) var(--ease-std);
    }

        #pageProc.recipe-page .recipe-related-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 18px rgba(0,91,152,.14);
            text-decoration: none;
        }

        #pageProc.recipe-page .recipe-related-item figure {
            aspect-ratio: 16 / 9;
            background: #d8edfb;
            overflow: hidden;
        }

        #pageProc.recipe-page .recipe-related-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        #pageProc.recipe-page .recipe-related-item h3 {
            color: #003d6b;
            font-size: var(--md-title-small);
            line-height: 1.4;
            padding: 16px;
        }

    #pageProc.recipe-page .recipe-faq-dynamic h3 {
        color: #003d6b;
        font-size: var(--md-title-medium);
        margin: 18px 0 8px;
    }

    #pageProc.recipe-page .recipe-faq-dynamic p {
        color: var(--md-on-surface-variant);
        font-size: var(--md-body-medium);
        line-height: 1.7;
    }

    #pageProc.recipe-page .recipe-faq-dynamic.is-accordion h3,
    #pageProc.recipe-page .recipe-faq-dynamic.is-accordion p {
        display: none;
    }

@media (max-width: 960px) {
    #pageProc.recipe-page .recipe-grid,
    #pageProc.recipe-page .recipe-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageProc.recipe-page .recipe-content-layout {
        grid-template-columns: 1fr;
    }

    #pageProc.recipe-page .recipe-side-card {
        position: static;
    }
}

@media (max-width: 768px) {
    #pageProc.recipe-page .recipe-grid,
    #pageProc.recipe-page .recipe-related-grid {
        grid-template-columns: 1fr;
    }

    #pageProc.recipe-page .recipe-content-card,
    #pageProc.recipe-page .recipe-side-card,
    #pageProc.recipe-page .recipe-faq-card,
    #pageProc.recipe-page .recipe-related-card {
        padding: 22px;
    }
}

#pageProc.recipe-page .recipe-section-tonal {
    background: #eaf6ff !important;
    border-top: 1px solid #b8d7ec !important;
    border-bottom: 1px solid #b8d7ec !important;
}

#pageProc.recipe-page .recipe-grid.recipe-related-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px !important;
    margin-top: 32px !important;
}

#pageProc.recipe-page .recipe-card.recipe-related-item,
#pageProc.recipe-page .recipe-related-item {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    background: #ffffff !important;
    border: 1px solid #b8d7ec !important;
    border-radius: var(--shape-xl) !important;
    overflow: hidden !important;
    color: var(--md-on-surface) !important;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(0,91,152,.08) !important;
    transition: transform var(--dur-m2) var(--ease-std), box-shadow var(--dur-m2) var(--ease-std), border-color var(--dur-s4) var(--ease-std) !important;
}

    #pageProc.recipe-page .recipe-card.recipe-related-item:hover,
    #pageProc.recipe-page .recipe-related-item:hover {
        transform: translateY(-3px) !important;
        border-color: #005b98 !important;
        box-shadow: 0 8px 24px rgba(0,91,152,.14) !important;
        text-decoration: none !important;
    }

    #pageProc.recipe-page .recipe-card figure,
    #pageProc.recipe-page .recipe-related-item figure,
    #pageProc.recipe-page .recipe-card-media {
        width: 100% !important;
        aspect-ratio: 16 / 9 !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: #d8edfb !important;
    }

        #pageProc.recipe-page .recipe-card figure img,
        #pageProc.recipe-page .recipe-related-item figure img,
        #pageProc.recipe-page .recipe-card-media img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover !important;
            display: block !important;
        }

#pageProc.recipe-page .recipe-card-body,
#pageProc.recipe-page .recipe-related-body {
    padding: 22px 24px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

    #pageProc.recipe-page .recipe-card-body h3,
    #pageProc.recipe-page .recipe-related-body h3,
    #pageProc.recipe-page .recipe-related-item h3 {
        color: #003d6b !important;
        font-size: var(--md-title-medium) !important;
        line-height: 1.35 !important;
        margin: 0 0 10px !important;
        padding: 0 !important;
    }

    #pageProc.recipe-page .recipe-card-body p {
        color: var(--md-on-surface-variant) !important;
        font-size: var(--md-body-medium) !important;
        line-height: 1.65 !important;
        margin: 0 0 16px !important;
    }

#pageProc.recipe-page .recipe-read-more {
    margin-top: auto !important;
    color: var(--md-primary) !important;
    font-size: var(--md-label-large) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .3px !important;
}

#pageProc.recipe-page .recipe-guidance-card,
#pageProc.recipe-page .recipe-cta-strip {
    background: #d8edfb !important;
    border: 1px solid #b8d7ec !important;
    border-radius: var(--shape-xl) !important;
    padding: 28px 32px !important;
    margin-top: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    box-shadow: 0 2px 10px rgba(0,91,152,.08) !important;
}

#pageProc.recipe-page .recipe-guidance-copy {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    max-width: 680px !important;
}

    #pageProc.recipe-page .recipe-guidance-copy span {
        color: var(--md-primary) !important;
        font-size: var(--md-label-large) !important;
        font-weight: 700 !important;
        letter-spacing: .5px !important;
        text-transform: uppercase !important;
    }

    #pageProc.recipe-page .recipe-guidance-copy strong {
        color: #003d6b !important;
        font-size: var(--md-title-large) !important;
        line-height: 1.3 !important;
    }

    #pageProc.recipe-page .recipe-guidance-copy p {
        color: var(--md-on-surface-variant) !important;
        font-size: var(--md-body-medium) !important;
        line-height: 1.6 !important;
        margin: 0 !important;
    }

#pageProc.recipe-page .recipe-guidance-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

#pageProc.recipe-page .recipe-guidance-card .btn-outlined,
#pageProc.recipe-page .recipe-cta-strip .btn-outlined {
    color: #003d6b !important;
    border-color: #005b98 !important;
    background: transparent !important;
}

    #pageProc.recipe-page .recipe-guidance-card .btn-outlined:hover,
    #pageProc.recipe-page .recipe-cta-strip .btn-outlined:hover {
        background: #eaf6ff !important;
        color: #003d6b !important;
    }

@media (max-width: 960px) {
    #pageProc.recipe-page .recipe-grid.recipe-related-grid,
    #pageProc.recipe-page .recipe-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    #pageProc.recipe-page .recipe-guidance-card,
    #pageProc.recipe-page .recipe-cta-strip {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    #pageProc.recipe-page .recipe-guidance-actions {
        justify-content: flex-start !important;
    }
}

@media (max-width: 768px) {
    #pageProc.recipe-page .recipe-grid.recipe-related-grid,
    #pageProc.recipe-page .recipe-related-grid {
        grid-template-columns: 1fr !important;
    }
}


/* ═══════════════════════════════════════════════════════
   ADDED: MEDICAL WEIGHT MANAGEMENT PAGE STYLES
   Required for mwm.cshtml / mwm.es.cshtml / mwm.vi.cshtml
   Scoped under #pageProc.mwm-detail-page to avoid global conflicts.
   ═══════════════════════════════════════════════════════ */
#pageProc.mwm-detail-page {
    --mwm-blue-900: #003d6b;
    --mwm-blue-800: #005b98;
    --mwm-blue-700: #006fb8;
    --mwm-blue-100: #d8edfb;
    --mwm-blue-075: #eaf6ff;
    --mwm-blue-050: #f6fbff;
    --mwm-blue-border: #b8d7ec;
    background: var(--mwm-blue-050);
}

    #pageProc.mwm-detail-page .hero .btn-outlined,
    #pageProc.mwm-detail-page .hero .btn-tel {
        border-color: rgba(255,255,255,.72) !important;
        color: #ffffff !important;
        background: rgba(255,255,255,.08) !important;
    }

        #pageProc.mwm-detail-page .hero .btn-outlined:hover,
        #pageProc.mwm-detail-page .hero .btn-tel:hover {
            background: rgba(255,255,255,.18) !important;
            border-color: #ffffff !important;
            color: #ffffff !important;
            text-decoration: none !important;
        }

    #pageProc.mwm-detail-page .hero-card ul {
        list-style: none;
        padding: 0;
        margin: 18px 0 0;
    }

    #pageProc.mwm-detail-page .hero-card li {
        display: flex;
        align-items: center;
        gap: 8px;
        color: rgba(255,255,255,.9);
        font-size: 13px;
        margin-bottom: 10px;
    }

        #pageProc.mwm-detail-page .hero-card li::before {
            content: 'check_circle';
            font-family: 'Material Icons Round';
            color: var(--md-primary-container);
            font-size: 18px;
        }

    #pageProc.mwm-detail-page .mwm-intro-section,
    #pageProc.mwm-detail-page .mwm-content-section,
    #pageProc.mwm-detail-page .mwm-faq-section {
        width: 100%;
        padding: 48px 0;
    }

    #pageProc.mwm-detail-page .mwm-intro-section,
    #pageProc.mwm-detail-page .mwm-faq-section {
        background: #ffffff;
    }

    #pageProc.mwm-detail-page .mwm-content-section {
        background: var(--mwm-blue-050);
    }

    #pageProc.mwm-detail-page .mwm-overview-card,
    #pageProc.mwm-detail-page .mwm-category-card,
    #pageProc.mwm-detail-page .mwm-faq-item {
        background: linear-gradient(135deg, var(--mwm-blue-075) 0%, var(--mwm-blue-100) 100%);
        border: 1px solid var(--mwm-blue-border);
        border-radius: var(--shape-xl);
        box-shadow: 0 4px 18px rgba(0, 91, 152, 0.08);
        color: var(--md-on-surface);
    }

    #pageProc.mwm-detail-page .mwm-overview-card {
        padding: 32px;
    }

    #pageProc.mwm-detail-page .mwm-overview-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-top: 24px;
    }

    #pageProc.mwm-detail-page .mwm-overview-item {
        background: var(--mwm-blue-050);
        border: 1px solid var(--mwm-blue-border);
        border-radius: var(--shape-lg);
        padding: 22px;
    }

        #pageProc.mwm-detail-page .mwm-overview-item .material-icons-round {
            width: 46px;
            height: 46px;
            display: grid;
            place-items: center;
            border-radius: var(--shape-md);
            background: var(--mwm-blue-100);
            color: var(--mwm-blue-800);
            margin-bottom: 14px;
        }

    #pageProc.mwm-detail-page .faqSContent,
    #pageProc.mwm-detail-page .wrapperSection {
        width: 100% !important;
        max-width: none !important;
        background: transparent !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }

    #pageProc.mwm-detail-page .faqStabNav {
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto 24px !important;
        background: transparent !important;
        border: 0 !important;
        position: static !important;
        float: none !important;
    }

        #pageProc.mwm-detail-page .faqStabNav ul {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 0 !important;
            list-style: none !important;
            justify-content: flex-start !important;
        }

        #pageProc.mwm-detail-page .faqStabNav li,
        #pageProc.mwm-detail-page .tablinks {
            display: inline-flex !important;
            align-items: center !important;
            min-height: 40px !important;
            padding: 0 18px !important;
            border-radius: var(--shape-full) !important;
            border: 1px solid var(--mwm-blue-border) !important;
            background: #ffffff !important;
            color: var(--mwm-blue-800) !important;
            font-size: var(--md-label-large) !important;
            font-weight: 700 !important;
            cursor: pointer !important;
            transition: background var(--dur-s4) var(--ease-std), color var(--dur-s4) var(--ease-std), border-color var(--dur-s4) var(--ease-std) !important;
        }

            #pageProc.mwm-detail-page .faqStabNav li:hover,
            #pageProc.mwm-detail-page .faqStabNav li.active,
            #pageProc.mwm-detail-page .tablinks.active {
                background: var(--mwm-blue-800) !important;
                border-color: var(--mwm-blue-800) !important;
                color: #ffffff !important;
            }

    #pageProc.mwm-detail-page .faqTabContent2nd,
    #pageProc.mwm-detail-page .mwmcontent {
        width: 100% !important;
        max-width: 1200px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        float: none !important;
        background: transparent !important;
    }

    #pageProc.mwm-detail-page .accordionBox {
        width: 100% !important;
        margin: 0 0 18px !important;
        background: transparent !important;
        border: 0 !important;
    }

    #pageProc.mwm-detail-page .accordion2 {
        width: 100% !important;
        min-height: 54px !important;
        border-radius: var(--shape-lg) !important;
        border: 1px solid var(--mwm-blue-border) !important;
        background: linear-gradient(135deg, var(--mwm-blue-075) 0%, var(--mwm-blue-100) 100%) !important;
        color: var(--mwm-blue-900) !important;
        font-size: var(--md-title-medium) !important;
        font-weight: 800 !important;
        text-align: left !important;
        padding: 16px 22px !important;
        cursor: pointer !important;
    }

    #pageProc.mwm-detail-page .faqsTab1st {
        display: none;
        width: 100% !important;
        padding: 24px 0 0 !important;
        background: transparent !important;
    }

        #pageProc.mwm-detail-page .faqsTab1st.active {
            display: block !important;
        }

    #pageProc.mwm-detail-page .containIntent {
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 18px !important;
        padding: 28px 32px !important;
        background: linear-gradient(135deg, var(--mwm-blue-075) 0%, var(--mwm-blue-100) 100%) !important;
        border: 1px solid var(--mwm-blue-border) !important;
        border-radius: var(--shape-xl) !important;
        box-shadow: 0 4px 18px rgba(0, 91, 152, 0.08) !important;
        color: var(--md-on-surface) !important;
    }

        #pageProc.mwm-detail-page .containIntent h3,
        #pageProc.mwm-detail-page .mwm-overview-card h2,
        #pageProc.mwm-detail-page .mwm-overview-item h3,
        #pageProc.mwm-detail-page .mwm-section-title,
        #pageProc.mwm-detail-page .mwm-faq-item summary {
            color: var(--mwm-blue-900) !important;
        }

        #pageProc.mwm-detail-page .containIntent p,
        #pageProc.mwm-detail-page .mwm-overview-card p,
        #pageProc.mwm-detail-page .mwm-overview-item p,
        #pageProc.mwm-detail-page .mwm-faq-answer p {
            color: var(--md-on-surface-variant) !important;
            font-size: var(--md-body-large) !important;
            line-height: 1.7 !important;
            margin-bottom: 14px !important;
        }

        #pageProc.mwm-detail-page .containIntent ul {
            display: grid !important;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
            gap: 10px !important;
            padding: 0 !important;
            margin: 18px 0 0 !important;
            list-style: none !important;
        }

        #pageProc.mwm-detail-page .containIntent li {
            list-style: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

            #pageProc.mwm-detail-page .containIntent li a {
                display: flex !important;
                align-items: center !important;
                min-height: 42px !important;
                padding: 10px 14px !important;
                border-radius: var(--shape-full) !important;
                background: #ffffff !important;
                border: 1px solid var(--mwm-blue-border) !important;
                color: var(--mwm-blue-800) !important;
                font-size: var(--md-label-large) !important;
                font-weight: 700 !important;
                text-decoration: none !important;
            }

                #pageProc.mwm-detail-page .containIntent li a::before {
                    content: 'download' !important;
                    font-family: 'Material Icons Round' !important;
                    font-size: 18px !important;
                    margin-right: 8px !important;
                    color: var(--mwm-blue-800) !important;
                }

                #pageProc.mwm-detail-page .containIntent li a:hover {
                    background: var(--mwm-blue-800) !important;
                    color: #ffffff !important;
                    border-color: var(--mwm-blue-800) !important;
                }

                    #pageProc.mwm-detail-page .containIntent li a:hover::before {
                        color: #ffffff !important;
                    }

    #pageProc.mwm-detail-page .mwm-final-actions {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        justify-content: center !important;
        margin: 32px auto 0 !important;
        max-width: 1200px !important;
    }

        #pageProc.mwm-detail-page .mwm-final-actions .btnCta3rd {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            min-height: 48px !important;
            padding: 0 24px !important;
            border-radius: var(--shape-full) !important;
            background: var(--md-primary) !important;
            color: #ffffff !important;
            border: 1px solid var(--md-primary) !important;
            font-weight: 800 !important;
            text-decoration: none !important;
        }

            #pageProc.mwm-detail-page .mwm-final-actions .btnCta3rd.call,
            #pageProc.mwm-detail-page .mwm-final-actions .btnCta3rd.chat {
                background: transparent !important;
                color: var(--mwm-blue-800) !important;
                border-color: var(--mwm-blue-800) !important;
            }

            #pageProc.mwm-detail-page .mwm-final-actions .btnCta3rd span {
                margin-right: 6px !important;
            }

    #pageProc.mwm-detail-page .mwm-faq-list {
        max-width: 1200px !important;
        margin: 0 auto !important;
        display: grid !important;
        gap: 10px !important;
    }

    #pageProc.mwm-detail-page .mwm-faq-item {
        overflow: hidden !important;
    }

        #pageProc.mwm-detail-page .mwm-faq-item summary {
            cursor: pointer !important;
            list-style: none !important;
            position: relative !important;
            padding: 18px 58px 18px 24px !important;
            font-size: var(--md-title-medium) !important;
            font-weight: 800 !important;
        }

            #pageProc.mwm-detail-page .mwm-faq-item summary::-webkit-details-marker {
                display: none !important;
            }

            #pageProc.mwm-detail-page .mwm-faq-item summary::after {
                content: 'expand_more' !important;
                font-family: 'Material Icons Round' !important;
                position: absolute !important;
                right: 24px !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
                color: var(--mwm-blue-800) !important;
                transition: transform var(--dur-m2) var(--ease-emp-decel) !important;
            }

        #pageProc.mwm-detail-page .mwm-faq-item[open] summary::after {
            transform: translateY(-50%) rotate(180deg) !important;
        }

    #pageProc.mwm-detail-page .mwm-faq-answer {
        padding: 0 24px 22px !important;
    }

@media (max-width: 960px) {
    #pageProc.mwm-detail-page .mwm-overview-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    #pageProc.mwm-detail-page .mwm-intro-section,
    #pageProc.mwm-detail-page .mwm-content-section,
    #pageProc.mwm-detail-page .mwm-faq-section {
        padding: 36px 0 !important;
    }

    #pageProc.mwm-detail-page .mwm-overview-card,
    #pageProc.mwm-detail-page .containIntent {
        padding: 22px !important;
    }

    #pageProc.mwm-detail-page .faqStabNav ul {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        padding-bottom: 8px !important;
    }

    #pageProc.mwm-detail-page .faqStabNav li {
        flex: 0 0 auto !important;
    }
}
/* END MEDICAL WEIGHT MANAGEMENT */


/* ═══════════════════════════════════════════════════════
   ADDED: PREPARATION PAGE STYLES
   Required for preparation pages such as Clenpiq.cshtml.
   Scoped under #pageProc to match Colonoscopy-style page structure.
   ═══════════════════════════════════════════════════════ 
PROCEDURE/PREPARATION CONTENT OVERRIDES - MOVED FROM CSHTML
════════════════════════════════════════════════════════ */
#pageProc .m3-procedure-copy {
    background: var(--md-background);
}

#pageProc .hero .location-context {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 0;
    font-size: 13px;
    color: rgba(255,255,255,.82);
}

#pageProc .hero-card ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

#pageProc .hero-card li {
    color: rgba(255,255,255,.86);
    font-size: 13px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

    #pageProc .hero-card li::before {
        content: 'check_circle';
        font-family: 'Material Icons Round';
        color: var(--md-primary-container);
        font-size: 18px;
        line-height: 1;
    }

#pageProc .video-instruction-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 24px;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    margin-bottom: 24px;
}

    #pageProc .video-instruction-card h2 {
        margin-bottom: 16px;
    }

#pageProc .videoBox {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: var(--shape-lg);
    background: var(--md-surface-variant);
    border: 1px solid var(--md-outline-variant);
}

    #pageProc .videoBox iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#pageProc .middleArticle {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 24px;
}

    #pageProc .middleArticle h2.newt, #pageProc .middleArticle h2 {
        color: var(--md-primary);
        margin: 18px 0 14px;
    }

    #pageProc .middleArticle table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin: 18px 0;
        border: 1px solid var(--md-outline-variant);
        border-radius: var(--shape-lg);
        overflow: hidden;
        background: var(--md-surface);
    }

    #pageProc .middleArticle td {
        padding: 14px 16px;
        border-bottom: 1px solid var(--md-outline-variant);
        vertical-align: top;
        font-size: 14px;
        color: var(--md-on-surface);
        line-height: 1.6;
    }

    #pageProc .middleArticle tr:last-child td {
        border-bottom: 0;
    }

    #pageProc .middleArticle td:first-child:not([colspan]) {
        width: 28%;
        font-weight: 700;
        color: var(--md-primary);
        background: var(--md-error-container);
    }

    #pageProc .middleArticle .cols4, #pageProc .middleArticle .cols3 {
        background: var(--md-secondary-container);
        color: var(--md-on-secondary-container);
    }

    #pageProc .middleArticle ul {
        list-style: disc;
        padding-left: 20px;
        margin: 0;
    }

    #pageProc .middleArticle li {
        margin: 4px 0;
    }

    #pageProc .middleArticle .tac {
        text-align: center;
        margin: 28px 0 8px;
    }

#pageProc .btnCta6, #pageProc .btnCta5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary) !important;
    font-weight: 700;
    text-decoration: none;
}

#pageProc .commonFAQs {
    margin-top: 24px;
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 24px;
}

    #pageProc .commonFAQs h2 {
        color: var(--md-primary);
        margin-bottom: 18px;
    }

    #pageProc .commonFAQs h3 {
        color: var(--md-on-surface);
        font-size: 18px;
        margin: 18px 0 8px;
    }

    #pageProc .commonFAQs p {
        color: var(--md-on-surface-variant);
        line-height: 1.7;
        margin-bottom: 10px;
    }

#pageProc .funnel-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-top: 28px;
}

#pageProc .funnel-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 24px;
    transition: box-shadow .2s var(--ease-std), border-color .2s var(--ease-std), transform .2s var(--ease-std);
}

    #pageProc .funnel-card:hover {
        border-color: var(--md-primary);
        box-shadow: 0 4px 16px rgba(198,22,29,.12);
        transform: translateY(-2px);
    }

#pageProc .funnel-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--shape-md);
    background: var(--md-error-container);
    color: var(--md-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

#pageProc .funnel-card h3 {
    font-size: 17px;
    color: var(--md-on-surface);
    margin-bottom: 8px;
}

#pageProc .funnel-card p {
    font-size: 14px;
    color: var(--md-on-surface-variant);
    line-height: 1.65;
    margin: 0;
}

#pageProc .schedule-panel {
    background: linear-gradient(135deg,var(--md-secondary) 0%,#003d6b 100%);
    color: white;
    border-radius: var(--shape-xl);
    padding: 32px;
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 24px;
    align-items: center;
}

    #pageProc .schedule-panel h2 {
        color: white;
        margin-bottom: 10px;
    }

    #pageProc .schedule-panel p {
        color: rgba(255,255,255,.86);
        margin-bottom: 0;
    }

    #pageProc .schedule-panel .btn-filled {
        background: white;
        color: var(--md-primary);
        justify-content: center;
    }

#pageProc .no-slider-grid {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    overflow: visible !important;
}

@media(max-width:768px) {
    #pageProc .funnel-grid, #pageProc .no-slider-grid, #pageProc .schedule-panel {
        grid-template-columns: 1fr;
    }

    #pageProc .middleArticle td, #pageProc .middleArticle td:first-child:not([colspan]) {
        display: block;
        width: 100%;
    }
}


/* Blue-only tonal palette overrides for procedure content tables/cards */
#pageProc {
    --proc-blue-900: #003d6b;
    --proc-blue-800: #005b98;
    --proc-blue-700: #006fb8;
    --proc-blue-100: #d8edfb;
    --proc-blue-075: #eaf6ff;
    --proc-blue-050: #f6fbff;
    --proc-blue-border: #b8d7ec;
}

    #pageProc .m3-procedure-copy {
        background: var(--proc-blue-050);
    }

    #pageProc .video-instruction-card,
    #pageProc .middleArticle,
    #pageProc .commonFAQs {
        background: #ffffff;
        border-color: var(--proc-blue-border);
    }

        #pageProc .middleArticle h2.newt,
        #pageProc .middleArticle h2,
        #pageProc .commonFAQs h2,
        #pageProc .commonFAQs h3 {
            color: var(--proc-blue-800);
        }

        #pageProc .middleArticle table {
            background: #ffffff;
            border-color: var(--proc-blue-border);
        }

        #pageProc .middleArticle td {
            border-color: var(--proc-blue-border);
            color: #16232f;
        }

            #pageProc .middleArticle .cols4,
            #pageProc .middleArticle .cols3,
            #pageProc .middleArticle td[colspan="2"],
            #pageProc .middleArticle td[colspan="3"],
            #pageProc .middleArticle td[colspan="4"] {
                background: var(--proc-blue-100) !important;
                color: var(--proc-blue-900) !important;
            }

                #pageProc .middleArticle .cols4 h2,
                #pageProc .middleArticle .cols3 h2,
                #pageProc .middleArticle td[colspan] h2,
                #pageProc .middleArticle td[colspan] h3 {
                    color: var(--proc-blue-800) !important;
                }

            #pageProc .middleArticle td:first-child:not([colspan]) {
                background: var(--proc-blue-075) !important;
                color: var(--proc-blue-800) !important;
            }

        #pageProc .middleArticle tr:nth-child(even) td:not(:first-child) {
            background: var(--proc-blue-050);
        }

        #pageProc .middleArticle ul li::marker {
            color: var(--proc-blue-800);
        }

    #pageProc .funnel-icon,
    #pageProc .t-icon,
    #pageProc .p-icon,
    #pageProc .symptom-icon,
    #pageProc .prep-num {
        background: var(--proc-blue-100) !important;
        color: var(--proc-blue-800) !important;
    }

    #pageProc .funnel-card:hover,
    #pageProc .test-card:hover,
    #pageProc .pattern-card:hover,
    #pageProc .prep-card:hover,
    #pageProc .why-card:hover {
        border-color: var(--proc-blue-800) !important;
        box-shadow: 0 4px 16px rgba(0, 91, 152, .14) !important;
    }

    #pageProc .hero-actions {
        margin-top: 24px;
    }

/* END PROCEDURE/PREPARATION CONTENT OVERRIDES */


   /* FIND DOCTOR PAGE — MOFU CONDITION STYLE + MATERIAL 3 */
#pageFindDoctorMofu {
    background: var(--md-background);
    color: var(--md-on-surface);
}

#pageFindDoctorMofu .page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

#pageFindDoctorMofu .section-gap {
    padding: 48px 0;
}

#pageFindDoctorMofu .section-gap-sm {
    padding: 40px 0;
}

/* HERO */
#pageFindDoctorMofu .finddoctor-hero {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}

#pageFindDoctorMofu .finddoctor-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.06'/%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

#pageFindDoctorMofu .finddoctor-hero-inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: center;
    position: relative;
}

#pageFindDoctorMofu .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--md-primary-container);
    margin-bottom: 14px;
}

#pageFindDoctorMofu .hero-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--md-primary-container);
    border-radius: 2px;
}

#pageFindDoctorMofu .finddoctor-hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

#pageFindDoctorMofu .hero-sub {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,.88);
    max-width: 760px;
    margin-bottom: 32px;
}

#pageFindDoctorMofu .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#pageFindDoctorMofu .hero-actions .btn-filled {
    background: var(--md-on-primary);
    color: var(--md-primary);
    height: 48px;
}

#pageFindDoctorMofu .hero-actions .btn-filled:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}

#pageFindDoctorMofu .hero-actions .btn-outlined {
    border-color: rgba(255,255,255,.6);
    color: var(--md-on-primary);
    height: 48px;
}

#pageFindDoctorMofu .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

#pageFindDoctorMofu .hero-badges span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-full);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    gap: 4px;
}

#pageFindDoctorMofu .hero-badges .material-icons-round {
    font-size: 14px;
    color: var(--md-primary-container);
}

#pageFindDoctorMofu .hero-card-finddoctor {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-xl);
    padding: 28px 22px;
    text-align: center;
}

#pageFindDoctorMofu .hero-card-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.14);
    color: var(--md-primary-container);
    margin: 0 auto 14px;
    border: 2px solid rgba(255,255,255,.22);
}

#pageFindDoctorMofu .hero-card-icon .material-icons-round {
    font-size: 38px;
}

#pageFindDoctorMofu .hero-card-finddoctor h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

#pageFindDoctorMofu .hero-card-finddoctor p {
    font-size: 12px;
    color: rgba(255,255,255,.76);
    line-height: 1.6;
}

#pageFindDoctorMofu .star-row {
    font-size: 18px;
    color: var(--md-primary-container);
    letter-spacing: 2px;
    margin: 12px 0 4px;
}

#pageFindDoctorMofu .star-caption {
    font-size: 11px;
    color: rgba(255,255,255,.72);
}

/* ANCHOR NAV */
#pageFindDoctorMofu .finddoctor-anchor-nav {
    background: var(--md-surface);
    border-bottom: 1px solid var(--md-outline-variant);
    position: sticky;
    top: 0;
    z-index: 20;
}

#pageFindDoctorMofu .finddoctor-anchor-nav .page-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#pageFindDoctorMofu .finddoctor-anchor-nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: var(--shape-full);
    background: var(--md-background);
    color: var(--md-primary);
    border: 1px solid var(--md-outline-variant);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageFindDoctorMofu .finddoctor-anchor-nav a:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}

/* CONDITION CHIPS */
#pageFindDoctorMofu .condition-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pageFindDoctorMofu .condition-chip-grid a {
    padding: 9px 16px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageFindDoctorMofu .condition-chip-grid a:hover {
    background: var(--md-secondary);
    color: var(--white-text);
}

/* AFFILIATIONS */
#pageFindDoctorMofu .affiliation-section {
    background: var(--md-surface);
    border-top: 1px solid var(--md-outline-variant);
    border-bottom: 1px solid var(--md-outline-variant);
    padding: 28px 0;
}

#pageFindDoctorMofu .affiliation-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    align-items: center;
}

#pageFindDoctorMofu .affiliation-grid figure {
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 14px;
}

#pageFindDoctorMofu .affiliation-grid img {
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

/* FILTER */
#pageFindDoctorMofu .finddoctor-filter-section {
    background: var(--md-secondary-container);
}

#pageFindDoctorMofu .doctor-filter-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: end;
}

#pageFindDoctorMofu .doctor-filter-card label {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#pageFindDoctorMofu .doctor-filter-card span {
    font-size: var(--md-label-large);
    color: var(--md-on-surface);
    font-weight: 700;
}

#pageFindDoctorMofu .doctor-filter-card select {
    width: 100%;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-md);
    background: var(--md-background);
    color: var(--md-on-surface);
    padding: 12px 14px;
    font-size: var(--md-body-medium);
    font-family: inherit;
    min-height: 48px;
}

#pageFindDoctorMofu .doctor-filter-card select:focus {
    outline: 3px solid var(--md-primary-container);
    border-color: var(--md-primary);
}

#pageFindDoctorMofu .doctor-filter-card .btn-filled {
    height: 48px;
    justify-content: center;
}

/* DOCTOR CARDS */
#pageFindDoctorMofu .doctor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

#pageFindDoctorMofu .doctor-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    overflow: hidden;
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
}

#pageFindDoctorMofu .doctor-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    border-color: rgba(198,22,29,.32);
}

#pageFindDoctorMofu .doctor-img {
    aspect-ratio: 4 / 3;
    background: var(--md-surface-variant);
    overflow: hidden;
}

#pageFindDoctorMofu .doctor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pageFindDoctorMofu .doctor-body {
    padding: 24px;
}

#pageFindDoctorMofu .doctor-body h2 {
    font-size: var(--md-title-large);
    color: var(--md-on-surface);
    margin-bottom: 8px;
    line-height: 1.3;
}

#pageFindDoctorMofu .doctor-body h3 {
    font-size: var(--md-title-small);
    color: var(--md-primary);
    margin-bottom: 10px;
}

#pageFindDoctorMofu .doctor-body h4 {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.55;
    min-height: 48px;
    margin-bottom: 18px;
}

#pageFindDoctorMofu .doctor-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pageFindDoctorMofu .doctor-actions a {
    justify-content: center;
}

#pageFindDoctorMofu .pagination-row {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

#pageFindDoctorMofu .pagination-row span {
    color: var(--md-on-surface-variant);
    font-size: var(--md-body-medium);
    font-weight: 600;
}

/* MID CTA */
#pageFindDoctorMofu .finddoctor-mid-cta {
    background: var(--md-secondary);
    padding: 28px 0;
}

#pageFindDoctorMofu .finddoctor-mid-cta .cta-group {
    justify-content: center;
}

#pageFindDoctorMofu .finddoctor-mid-cta .btn-filled {
    background: var(--third-color);
    color: var(--md-on-primary-container);
}

/* FAQ */
#pageFindDoctorMofu .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pageFindDoctorMofu .faq-item {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

#pageFindDoctorMofu .faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

#pageFindDoctorMofu .faq-question {
    color: var(--md-on-surface);
    font-size: var(--md-title-small);
    font-weight: 600;
}

#pageFindDoctorMofu .faq-icon {
    color: var(--md-primary);
    transition: transform var(--dur-m2) var(--ease-emp-decel);
}

#pageFindDoctorMofu .faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

#pageFindDoctorMofu .faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur-m4) var(--ease-emp-decel);
}

#pageFindDoctorMofu .faq-panel.open {
    max-height: 420px;
}

#pageFindDoctorMofu .faq-answer {
    padding: 0 22px 22px;
    font-size: var(--md-body-medium);
    line-height: 1.7;
    color: var(--md-on-surface-variant);
    display: block;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    #pageFindDoctorMofu .finddoctor-hero-inner {
        grid-template-columns: 1fr;
    }

    #pageFindDoctorMofu .hero-card-finddoctor {
        max-width: 360px;
    }

    #pageFindDoctorMofu .doctor-filter-card {
        grid-template-columns: 1fr 1fr;
    }

    #pageFindDoctorMofu .doctor-filter-card .btn-filled {
        grid-column: 1 / -1;
    }

    #pageFindDoctorMofu .doctor-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #pageFindDoctorMofu .affiliation-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    #pageFindDoctorMofu .page-wrap {
        padding: 0 16px;
    }

    #pageFindDoctorMofu .section-gap {
        padding: 40px 0;
    }

    #pageFindDoctorMofu .finddoctor-hero {
        padding: 44px 0;
    }

    #pageFindDoctorMofu .hero-actions .btn-filled,
    #pageFindDoctorMofu .hero-actions .btn-outlined,
    #pageFindDoctorMofu .finddoctor-mid-cta .btn-filled,
    #pageFindDoctorMofu .finddoctor-mid-cta .btn-outlined {
        width: 100%;
        justify-content: center;
    }

    #pageFindDoctorMofu .finddoctor-anchor-nav {
        position: relative;
    }

    #pageFindDoctorMofu .finddoctor-anchor-nav .page-wrap {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }

    #pageFindDoctorMofu .finddoctor-anchor-nav a {
        white-space: nowrap;
    }

    #pageFindDoctorMofu .doctor-filter-card,
    #pageFindDoctorMofu .doctor-grid,
    #pageFindDoctorMofu .affiliation-grid {
        grid-template-columns: 1fr;
    }

    #pageFindDoctorMofu .doctor-filter-card,
    #pageFindDoctorMofu .doctor-body {
        padding: 22px;
    }
}

/* DR RAMA FIND DOCTOR PAGE — MOFU CONDITION STYLE + MATERIAL 3 */
#pageDrRamaMofu {
    background: var(--md-background);
    color: var(--md-on-surface);
}

#pageDrRamaMofu .page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

#pageDrRamaMofu .section-gap {
    padding: 48px 0;
}

#pageDrRamaMofu .section-gap-sm {
    padding: 40px 0;
}

/* HERO */
#pageDrRamaMofu .doctor-hero {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}

#pageDrRamaMofu .doctor-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.06'/%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

#pageDrRamaMofu .doctor-hero-inner {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 48px;
    align-items: center;
    position: relative;
}

#pageDrRamaMofu .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--md-primary-container);
    margin-bottom: 14px;
}

#pageDrRamaMofu .hero-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--md-primary-container);
    border-radius: 2px;
}

#pageDrRamaMofu .doctor-hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

#pageDrRamaMofu .hero-role {
    font-size: 18px;
    color: var(--md-primary-container);
    font-weight: 700;
    margin-bottom: 28px;
}

#pageDrRamaMofu .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#pageDrRamaMofu .hero-actions .btn-filled {
    background: var(--md-on-primary);
    color: var(--md-primary);
    height: 48px;
}

#pageDrRamaMofu .hero-actions .btn-filled:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}

#pageDrRamaMofu .hero-actions .btn-outlined {
    border-color: rgba(255,255,255,.6);
    color: var(--md-on-primary);
    height: 48px;
}

#pageDrRamaMofu .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

#pageDrRamaMofu .hero-badges span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-full);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    gap: 4px;
}

#pageDrRamaMofu .hero-badges .material-icons-round {
    font-size: 14px;
    color: var(--md-primary-container);
}

/* HERO CARD */
#pageDrRamaMofu .doctor-hero-card {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-xl);
    padding: 22px;
    text-align: center;
}

#pageDrRamaMofu .doctor-photo {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
    border: 4px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
}

#pageDrRamaMofu .doctor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pageDrRamaMofu .doctor-hero-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

#pageDrRamaMofu .doctor-hero-card p {
    font-size: 13px;
    color: rgba(255,255,255,.76);
}

#pageDrRamaMofu .star-row {
    font-size: 18px;
    color: var(--md-primary-container);
    letter-spacing: 2px;
    margin: 12px 0 4px;
}

#pageDrRamaMofu .star-caption {
    font-size: 11px;
    color: rgba(255,255,255,.72);
}

/* ANCHOR NAV */
#pageDrRamaMofu .doctor-anchor-nav {
    background: var(--md-surface);
    border-bottom: 1px solid var(--md-outline-variant);
    position: sticky;
    top: 0;
    z-index: 20;
}

#pageDrRamaMofu .doctor-anchor-nav .page-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#pageDrRamaMofu .doctor-anchor-nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: var(--shape-full);
    background: var(--md-background);
    color: var(--md-primary);
    border: 1px solid var(--md-outline-variant);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageDrRamaMofu .doctor-anchor-nav a:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}

/* CHIPS */
#pageDrRamaMofu .condition-nav-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
}

#pageDrRamaMofu .condition-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pageDrRamaMofu .condition-chip-grid a {
    padding: 9px 16px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageDrRamaMofu .condition-chip-grid a:hover {
    background: var(--md-secondary);
    color: var(--white-text);
}

/* AFFILIATIONS */
#pageDrRamaMofu .affiliation-section {
    background: var(--md-surface);
    border-top: 1px solid var(--md-outline-variant);
    border-bottom: 1px solid var(--md-outline-variant);
    padding: 28px 0;
}

#pageDrRamaMofu .affiliation-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    align-items: center;
}

#pageDrRamaMofu .affiliation-grid figure {
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 14px;
}

#pageDrRamaMofu .affiliation-grid img {
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

/* CONTENT */
#pageDrRamaMofu .doctor-main-grid,
#pageDrRamaMofu .location-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
}

#pageDrRamaMofu .content-card,
#pageDrRamaMofu .services-card,
#pageDrRamaMofu .location-card,
#pageDrRamaMofu .map-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
}

#pageDrRamaMofu .content-card:hover,
#pageDrRamaMofu .services-card:hover,
#pageDrRamaMofu .location-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    border-color: rgba(198,22,29,.32);
}

#pageDrRamaMofu .content-card,
#pageDrRamaMofu .services-card,
#pageDrRamaMofu .location-card {
    padding: 32px;
}

#pageDrRamaMofu .content-card h2,
#pageDrRamaMofu .services-card h2,
#pageDrRamaMofu .location-card h2 {
    font-size: var(--md-headline-small);
    color: var(--md-on-surface);
    margin-bottom: 16px;
}

#pageDrRamaMofu .content-card p {
    font-size: var(--md-body-large);
    color: var(--md-on-surface-variant);
    line-height: 1.7;
}

#pageDrRamaMofu .services-card ul {
    padding-left: 18px;
    display: grid;
    gap: 12px;
}

#pageDrRamaMofu .services-card li {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.6;
}

/* LOCATION */
#pageDrRamaMofu .location-section {
    background: var(--md-secondary-container);
}

#pageDrRamaMofu .location-icon {
    width: 52px;
    height: 52px;
    border-radius: var(--shape-md);
    display: grid;
    place-items: center;
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    margin-bottom: 16px;
}

#pageDrRamaMofu .location-icon .material-icons-round {
    font-size: 26px;
}

#pageDrRamaMofu .location-card h3 {
    font-size: var(--md-title-large);
    color: var(--md-on-surface);
    line-height: 1.35;
    margin-bottom: 22px;
}

#pageDrRamaMofu .map-card {
    height: 275px;
    overflow: hidden;
}

#pageDrRamaMofu .map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* FAQ */
#pageDrRamaMofu .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pageDrRamaMofu .faq-item {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

#pageDrRamaMofu .faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

#pageDrRamaMofu .faq-question {
    color: var(--md-on-surface);
    font-size: var(--md-title-small);
    font-weight: 600;
}

#pageDrRamaMofu .faq-icon {
    color: var(--md-primary);
    transition: transform var(--dur-m2) var(--ease-emp-decel);
}

#pageDrRamaMofu .faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

#pageDrRamaMofu .faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur-m4) var(--ease-emp-decel);
}

#pageDrRamaMofu .faq-panel.open {
    max-height: 420px;
}

#pageDrRamaMofu .faq-answer {
    padding: 0 22px 22px;
    font-size: var(--md-body-medium);
    line-height: 1.7;
    color: var(--md-on-surface-variant);
    display: block;
}

/* FINAL CTA */
#pageDrRamaMofu .doctor-final-cta {
    background: var(--md-secondary);
    color: var(--md-on-secondary);
    padding: 72px 0;
    text-align: center;
}

#pageDrRamaMofu .doctor-final-cta h2 {
    color: var(--white-text);
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1.2;
    margin-bottom: 8px;
}

#pageDrRamaMofu .doctor-final-cta p {
    max-width: 720px;
    margin: 0 auto 28px;
    color: rgba(255,255,255,.9);
    line-height: 1.7;
}

#pageDrRamaMofu .doctor-final-cta .cta-group {
    justify-content: center;
}

#pageDrRamaMofu .doctor-final-cta .btn-filled {
    background: var(--third-color);
    color: var(--md-on-primary-container);
}

#pageDrRamaMofu .doctor-final-cta .btn-filled:hover {
    background: var(--md-primary);
    color: var(--white-text);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    #pageDrRamaMofu .doctor-hero-inner,
    #pageDrRamaMofu .doctor-main-grid,
    #pageDrRamaMofu .location-grid {
        grid-template-columns: 1fr;
    }

    #pageDrRamaMofu .doctor-hero-card {
        max-width: 360px;
    }

    #pageDrRamaMofu .condition-nav-row {
        grid-template-columns: 1fr;
    }

    #pageDrRamaMofu .affiliation-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    #pageDrRamaMofu .map-card {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    #pageDrRamaMofu .page-wrap {
        padding: 0 16px;
    }

    #pageDrRamaMofu .section-gap {
        padding: 40px 0;
    }

    #pageDrRamaMofu .doctor-hero {
        padding: 44px 0;
    }

    #pageDrRamaMofu .hero-actions .btn-filled,
    #pageDrRamaMofu .hero-actions .btn-outlined,
    #pageDrRamaMofu .doctor-final-cta .btn-filled,
    #pageDrRamaMofu .doctor-final-cta .btn-outlined {
        width: 100%;
        justify-content: center;
    }

    #pageDrRamaMofu .doctor-anchor-nav {
        position: relative;
    }

    #pageDrRamaMofu .doctor-anchor-nav .page-wrap {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }

    #pageDrRamaMofu .doctor-anchor-nav a {
        white-space: nowrap;
    }

    #pageDrRamaMofu .affiliation-grid {
        grid-template-columns: 1fr;
    }

    #pageDrRamaMofu .content-card,
    #pageDrRamaMofu .services-card,
    #pageDrRamaMofu .location-card {
        padding: 22px;
    }

    #pageDrRamaMofu .doctor-photo {
        width: 150px;
        height: 150px;
    }

    #pageDrRamaMofu .map-card {
        min-height: 280px;
    }
}



/* MEDICATIONS PAGE — MOFU CONDITION STYLE + MATERIAL 3 */
#pageMedicationsMofu {
    background: var(--md-background);
    color: var(--md-on-surface);
}
#pageMedicationsMofu .page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
#pageMedicationsMofu .section-gap {
    padding: 48px 0;
}
#pageMedicationsMofu .section-gap-sm {
    padding: 40px 0;
}
/* HERO */
#pageMedicationsMofu .medications-hero {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}
#pageMedicationsMofu .medications-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.06'/%3E%3C/svg%3E") repeat;
    pointer-events: none;
}
#pageMedicationsMofu .medications-hero-inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: center;
    position: relative;
}
#pageMedicationsMofu .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--md-primary-container);
    margin-bottom: 14px;
}
#pageMedicationsMofu .hero-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--md-primary-container);
    border-radius: 2px;
}
#pageMedicationsMofu .medications-hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}
#pageMedicationsMofu .hero-sub {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255,255,255,.88);
    max-width: 760px;
    margin-bottom: 32px;
}
#pageMedicationsMofu .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#pageMedicationsMofu .hero-actions .btn-filled {
    background: var(--md-on-primary);
    color: var(--md-primary);
    height: 48px;
}
#pageMedicationsMofu .hero-actions .btn-filled:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}
#pageMedicationsMofu .hero-actions .btn-outlined {
    border-color: rgba(255,255,255,.6);
    color: var(--md-on-primary);
    height: 48px;
}
#pageMedicationsMofu .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
#pageMedicationsMofu .hero-badges span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-full);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    gap: 4px;
}
#pageMedicationsMofu .hero-badges .material-icons-round {
    font-size: 14px;
    color: var(--md-primary-container);
}
#pageMedicationsMofu .hero-card-medications {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-xl);
    padding: 28px 22px;
    text-align: center;
}
#pageMedicationsMofu .hero-card-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.14);
    color: var(--md-primary-container);
    margin: 0 auto 14px;
    border: 2px solid rgba(255,255,255,.22);
}
#pageMedicationsMofu .hero-card-icon .material-icons-round {
    font-size: 38px;
}
#pageMedicationsMofu .hero-card-medications h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
#pageMedicationsMofu .hero-card-medications p {
    font-size: 12px;
    color: rgba(255,255,255,.76);
    line-height: 1.6;
}
#pageMedicationsMofu .star-row {
    font-size: 18px;
    color: var(--md-primary-container);
    letter-spacing: 2px;
    margin: 12px 0 4px;
}
#pageMedicationsMofu .star-caption {
    font-size: 11px;
    color: rgba(255,255,255,.72);
}
/* ANCHOR NAV */
#pageMedicationsMofu .medications-anchor-nav {
    background: var(--md-surface);
    border-bottom: 1px solid var(--md-outline-variant);
    position: sticky;
    top: 0;
    z-index: 20;
}
#pageMedicationsMofu .medications-anchor-nav .page-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#pageMedicationsMofu .medications-anchor-nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: var(--shape-full);
    background: var(--md-background);
    color: var(--md-primary);
    border: 1px solid var(--md-outline-variant);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}
#pageMedicationsMofu .medications-anchor-nav a:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}
/* CHIPS */
#pageMedicationsMofu .condition-nav-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
}

#pageMedicationsMofu .condition-chip-grid,
#pageMedicationsMofu .indication-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pageMedicationsMofu .condition-chip-grid a,
#pageMedicationsMofu .indication-chip-grid span {
    padding: 9px 16px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageMedicationsMofu .condition-chip-grid a:hover {
    background: var(--md-secondary);
    color: var(--white-text);
}

/* AFFILIATIONS */
#pageMedicationsMofu .affiliation-section {
    background: var(--md-surface);
    border-top: 1px solid var(--md-outline-variant);
    border-bottom: 1px solid var(--md-outline-variant);
    padding: 28px 0;
}

#pageMedicationsMofu .affiliation-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    align-items: center;
}

#pageMedicationsMofu .affiliation-grid figure {
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 14px;
}

#pageMedicationsMofu .affiliation-grid img {
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

/* MEDICATION LIST */
#pageMedicationsMofu .medications-list-section {
    background: var(--md-background);
}

#pageMedicationsMofu .indication-card,
#pageMedicationsMofu .medication-table-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
}

#pageMedicationsMofu .indication-card {
    padding: 24px;
    margin-bottom: 18px;
}

#pageMedicationsMofu .medication-table-card {
    overflow: hidden;
}

#pageMedicationsMofu .medication-table-wrap {
    overflow-x: auto;
}

#pageMedicationsMofu .medication-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

#pageMedicationsMofu .medication-table th {
    background: var(--md-primary);
    color: var(--md-on-primary);
    text-align: left;
    font-size: var(--md-label-large);
    font-weight: 700;
    padding: 16px;
}

#pageMedicationsMofu .medication-table td {
    padding: 16px;
    border-bottom: 1px solid var(--md-outline-variant);
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    vertical-align: middle;
}

#pageMedicationsMofu .medication-table tr:last-child td {
    border-bottom: 0;
}

#pageMedicationsMofu .medication-table td:first-child {
    color: var(--md-on-surface);
    font-weight: 700;
}

#pageMedicationsMofu .medication-table .btn-outlined {
    min-height: 36px;
    padding: 0 14px;
    justify-content: center;
    white-space: nowrap;
}

#pageMedicationsMofu .pagination-row {
    padding: 18px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-top: 1px solid var(--md-outline-variant);
}

#pageMedicationsMofu .pagination-row span {
    color: var(--md-on-surface-variant);
    font-size: var(--md-body-medium);
    font-weight: 600;
}

/* MID CTA */
#pageMedicationsMofu .medications-mid-cta {
    background: var(--md-secondary);
    padding: 28px 0;
}

#pageMedicationsMofu .medications-mid-cta .cta-group {
    justify-content: center;
}

#pageMedicationsMofu .medications-mid-cta .btn-filled {
    background: var(--third-color);
    color: var(--md-on-primary-container);
}

/* FAQ */
#pageMedicationsMofu .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pageMedicationsMofu .faq-item {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

#pageMedicationsMofu .faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

#pageMedicationsMofu .faq-question {
    color: var(--md-on-surface);
    font-size: var(--md-title-small);
    font-weight: 600;
}

#pageMedicationsMofu .faq-icon {
    color: var(--md-primary);
    transition: transform var(--dur-m2) var(--ease-emp-decel);
}

#pageMedicationsMofu .faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

#pageMedicationsMofu .faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur-m4) var(--ease-emp-decel);
}

#pageMedicationsMofu .faq-panel.open {
    max-height: 420px;
}

#pageMedicationsMofu .faq-answer {
    padding: 0 22px 22px;
    font-size: var(--md-body-medium);
    line-height: 1.7;
    color: var(--md-on-surface-variant);
    display: block;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    #pageMedicationsMofu .medications-hero-inner {
        grid-template-columns: 1fr;
    }

    #pageMedicationsMofu .hero-card-medications {
        max-width: 360px;
    }

    #pageMedicationsMofu .condition-nav-row {
        grid-template-columns: 1fr;
    }

    #pageMedicationsMofu .affiliation-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    #pageMedicationsMofu .page-wrap {
        padding: 0 16px;
    }

    #pageMedicationsMofu .section-gap {
        padding: 40px 0;
    }

    #pageMedicationsMofu .medications-hero {
        padding: 44px 0;
    }

    #pageMedicationsMofu .hero-actions .btn-filled,
    #pageMedicationsMofu .hero-actions .btn-outlined,
    #pageMedicationsMofu .medications-mid-cta .btn-filled,
    #pageMedicationsMofu .medications-mid-cta .btn-outlined {
        width: 100%;
        justify-content: center;
    }

    #pageMedicationsMofu .medications-anchor-nav {
        position: relative;
    }

    #pageMedicationsMofu .medications-anchor-nav .page-wrap {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }

    #pageMedicationsMofu .medications-anchor-nav a {
        white-space: nowrap;
    }

    #pageMedicationsMofu .affiliation-grid {
        grid-template-columns: 1fr;
    }

    #pageMedicationsMofu .indication-card {
        padding: 22px;
    }

    #pageMedicationsMofu .pagination-row {
        flex-direction: column;
    }
}

/* ACIPHEX MEDICATION DETAIL PAGE — MOFU CONDITION STYLE + MATERIAL 3 */
#pageAciphexMofu {
    background: var(--md-background);
    color: var(--md-on-surface);
}

#pageAciphexMofu .page-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

#pageAciphexMofu .section-gap {
    padding: 48px 0;
}

#pageAciphexMofu .section-gap-sm {
    padding: 40px 0;
}

/* HERO */
#pageAciphexMofu .med-hero {
    background: linear-gradient(135deg, #b30f15 0%, #c6161d 45%, #9a080e 100%);
    padding: 56px 0 48px;
    position: relative;
    overflow: hidden;
}

#pageAciphexMofu .med-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='30' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.06'/%3E%3C/svg%3E") repeat;
    pointer-events: none;
}

#pageAciphexMofu .med-hero-inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: center;
    position: relative;
}

#pageAciphexMofu .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--md-primary-container);
    margin-bottom: 14px;
}

#pageAciphexMofu .hero-eyebrow::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--md-primary-container);
    border-radius: 2px;
}

#pageAciphexMofu .med-hero h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

#pageAciphexMofu .hero-role {
    font-size: 18px;
    color: var(--md-primary-container);
    font-weight: 700;
    margin-bottom: 28px;
}

#pageAciphexMofu .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#pageAciphexMofu .hero-actions .btn-filled {
    background: var(--md-on-primary);
    color: var(--md-primary);
    height: 48px;
}

#pageAciphexMofu .hero-actions .btn-filled:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}

#pageAciphexMofu .hero-actions .btn-outlined {
    border-color: rgba(255,255,255,.6);
    color: var(--md-on-primary);
    height: 48px;
}

#pageAciphexMofu .hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

#pageAciphexMofu .hero-badges span {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-full);
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    gap: 4px;
}

#pageAciphexMofu .hero-badges .material-icons-round {
    font-size: 14px;
    color: var(--md-primary-container);
}

#pageAciphexMofu .hero-card-med {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--shape-xl);
    padding: 28px 22px;
    text-align: center;
}

#pageAciphexMofu .hero-card-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.14);
    color: var(--md-primary-container);
    margin: 0 auto 14px;
    border: 2px solid rgba(255,255,255,.22);
}

#pageAciphexMofu .hero-card-icon .material-icons-round {
    font-size: 38px;
}

#pageAciphexMofu .hero-card-med h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

#pageAciphexMofu .hero-card-med p {
    font-size: 12px;
    color: rgba(255,255,255,.76);
    line-height: 1.6;
}

#pageAciphexMofu .star-row {
    font-size: 18px;
    color: var(--md-primary-container);
    letter-spacing: 2px;
    margin: 12px 0 4px;
}

#pageAciphexMofu .star-caption {
    font-size: 11px;
    color: rgba(255,255,255,.72);
}

/* NAV */
#pageAciphexMofu .med-anchor-nav {
    background: var(--md-surface);
    border-bottom: 1px solid var(--md-outline-variant);
    position: sticky;
    top: 0;
    z-index: 20;
}

#pageAciphexMofu .med-anchor-nav .page-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#pageAciphexMofu .med-anchor-nav a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border-radius: var(--shape-full);
    background: var(--md-background);
    color: var(--md-primary);
    border: 1px solid var(--md-outline-variant);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageAciphexMofu .med-anchor-nav a:hover {
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
}

/* CHIPS */
#pageAciphexMofu .condition-nav-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
}

#pageAciphexMofu .condition-chip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#pageAciphexMofu .condition-chip-grid a {
    padding: 9px 16px;
    border-radius: var(--shape-full);
    background: var(--md-primary);
    color: var(--md-on-primary);
    font-size: var(--md-label-large);
    font-weight: 600;
    text-decoration: none;
}

#pageAciphexMofu .condition-chip-grid a:hover {
    background: var(--md-secondary);
    color: var(--white-text);
}

/* AFFILIATIONS */
#pageAciphexMofu .affiliation-section {
    background: var(--md-surface);
    border-top: 1px solid var(--md-outline-variant);
    border-bottom: 1px solid var(--md-outline-variant);
    padding: 28px 0;
}

#pageAciphexMofu .affiliation-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
    align-items: center;
}

#pageAciphexMofu .affiliation-grid figure {
    background: var(--md-background);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    min-height: 92px;
    display: grid;
    place-items: center;
    padding: 14px;
}

#pageAciphexMofu .affiliation-grid img {
    max-height: 58px;
    width: auto;
    object-fit: contain;
}

/* DETAILS */
#pageAciphexMofu .med-detail-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

#pageAciphexMofu .med-detail-card,
#pageAciphexMofu .expert-card,
#pageAciphexMofu .related-card {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-xl);
    transition: box-shadow var(--dur-m2) var(--ease-std), transform var(--dur-m2) var(--ease-emp-decel), border-color var(--dur-s4) var(--ease-std);
}

#pageAciphexMofu .med-detail-card,
#pageAciphexMofu .expert-card,
#pageAciphexMofu .related-card {
    padding: 28px;
}

#pageAciphexMofu .med-detail-card:hover,
#pageAciphexMofu .expert-card:hover,
#pageAciphexMofu .related-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    border-color: rgba(198,22,29,.32);
}

#pageAciphexMofu .med-detail-card h2 {
    font-size: var(--md-headline-small);
    color: var(--md-on-surface);
    margin-bottom: 16px;
}

#pageAciphexMofu .reviewed-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--md-primary-container);
    color: var(--md-on-primary-container);
    border-radius: var(--shape-lg);
    padding: 12px;
    margin-bottom: 22px;
    font-size: var(--md-body-medium);
    font-weight: 600;
}

#pageAciphexMofu .reviewed-row img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

#pageAciphexMofu .med-data-list {
    display: grid;
    gap: 10px;
}

#pageAciphexMofu .med-data-list div {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 14px;
    padding: 14px;
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-md);
    background: var(--md-background);
}

#pageAciphexMofu .med-data-list dt {
    color: var(--md-primary);
    font-size: var(--md-label-large);
    font-weight: 700;
}

#pageAciphexMofu .med-data-list dd {
    margin: 0;
    color: var(--md-on-surface-variant);
    font-size: var(--md-body-medium);
    line-height: 1.55;
}

#pageAciphexMofu .expert-card {
    position: sticky;
    top: 72px;
}

#pageAciphexMofu .expert-card img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
}

#pageAciphexMofu .expert-card h4 {
    font-size: var(--md-title-large);
    color: var(--md-on-surface);
    margin-bottom: 12px;
}

#pageAciphexMofu .expert-card p {
    font-size: var(--md-body-medium);
    color: var(--md-on-surface-variant);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* FAQ */
#pageAciphexMofu .faq-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#pageAciphexMofu .faq-item {
    background: var(--md-surface);
    border: 1px solid var(--md-outline-variant);
    border-radius: var(--shape-lg);
    padding: 0;
    box-shadow: none;
    overflow: hidden;
}

#pageAciphexMofu .faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 18px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

#pageAciphexMofu .faq-question {
    color: var(--md-on-surface);
    font-size: var(--md-title-small);
    font-weight: 600;
}

#pageAciphexMofu .faq-icon {
    color: var(--md-primary);
    transition: transform var(--dur-m2) var(--ease-emp-decel);
}

#pageAciphexMofu .faq-trigger[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

#pageAciphexMofu .faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--dur-m4) var(--ease-emp-decel);
}

#pageAciphexMofu .faq-panel.open {
    max-height: 460px;
}

#pageAciphexMofu .faq-answer {
    padding: 0 22px 22px;
    font-size: var(--md-body-medium);
    line-height: 1.7;
    color: var(--md-on-surface-variant);
    display: block;
}

/* RELATED */
#pageAciphexMofu .related-section {
    background: var(--md-secondary-container);
}

#pageAciphexMofu .related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

#pageAciphexMofu .related-card h4 {
    font-size: var(--md-title-large);
    color: var(--md-on-surface);
    margin-bottom: 14px;
}

#pageAciphexMofu .related-card ul {
    display: grid;
    gap: 10px;
    padding-left: 18px;
}

#pageAciphexMofu .related-card li {
    color: var(--md-on-surface-variant);
    font-size: var(--md-body-medium);
    line-height: 1.55;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    #pageAciphexMofu .med-hero-inner,
    #pageAciphexMofu .med-detail-grid {
        grid-template-columns: 1fr;
    }

    #pageAciphexMofu .hero-card-med {
        max-width: 360px;
    }

    #pageAciphexMofu .expert-card {
        position: static;
    }

    #pageAciphexMofu .condition-nav-row {
        grid-template-columns: 1fr;
    }

    #pageAciphexMofu .affiliation-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    #pageAciphexMofu .page-wrap {
        padding: 0 16px;
    }

    #pageAciphexMofu .section-gap {
        padding: 40px 0;
    }

    #pageAciphexMofu .med-hero {
        padding: 44px 0;
    }

    #pageAciphexMofu .hero-actions .btn-filled,
    #pageAciphexMofu .hero-actions .btn-outlined {
        width: 100%;
        justify-content: center;
    }

    #pageAciphexMofu .med-anchor-nav {
        position: relative;
    }

    #pageAciphexMofu .med-anchor-nav .page-wrap {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 12px;
    }

    #pageAciphexMofu .med-anchor-nav a {
        white-space: nowrap;
    }

    #pageAciphexMofu .affiliation-grid,
    #pageAciphexMofu .related-grid {
        grid-template-columns: 1fr;
    }

    #pageAciphexMofu .med-data-list div {
        grid-template-columns: 1fr;
    }

    #pageAciphexMofu .med-detail-card,
    #pageAciphexMofu .expert-card,
    #pageAciphexMofu .related-card {
        padding: 22px;
    }
}