/* ============================================================
   about-dr-cuong.css — HCMC Dental About Dr. Cuong Landing v1.0
   Scope: .hcmc-about-wrapper + .hcmc-cert-lightbox
   Mobile-first, brand blue #016299 / accent #f29221
   ============================================================ */

/* ── Reset for page ────────────────────────────────────────── */
.page-template-page-about-dr-cuong .site-content > .ast-container {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}
.page-template-page-about-dr-cuong #content.site-content {
    padding: 0 !important;
    margin: 0 !important;
}
.page-template-page-about-dr-cuong {
    overflow-x: clip;
}
.page-template-page-about-dr-cuong #primary.site-main,
.page-template-page-about-dr-cuong #primary.content-area {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
}

/* ── CSS variables ─────────────────────────────────────────── */
.hcmc-about-wrapper,
.hcmc-cert-lightbox {
    --ab-brand:       #016299;
    --ab-brand-dk:    #014f7d;
    --ab-accent:      #f29221;
    --ab-wa:          #25D366;
    --ab-wa-hover:    #1EBE5C;
    --ab-ms:          #0084FF;
    --ab-ms-hover:    #006BD6;
    --ab-text:        #334155;
    --ab-text-light:  #64748b;
    --ab-heading:     #0f172a;
    --ab-bg:          #ffffff;
    --ab-bg-alt:      #f8fafc;
    --ab-border:      #e2e8f0;
    font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, sans-serif;
}

/* ── Container & fullbleed ────────────────────────────────── */
.hcmc-ab-fullbleed { width: 100%; }
.hcmc-about-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: clip;
}
.hcmc-ab-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
    width: 100%;
    box-sizing: border-box;
}

/* ── Shared tokens ────────────────────────────────────────── */
.hcmc-ab-label {
    display: inline-block;
    background: rgba(1,98,153,.08);
    color: var(--ab-brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .9px;
    text-transform: uppercase;
    padding: 4px 14px;
    border-radius: 100px;
    margin-bottom: 12px;
}
.hcmc-ab-label--light { background: rgba(255,255,255,.18); color: #fff; }
.hcmc-ab-h2 {
    font-size: clamp(24px, 2.8vw, 36px);
    font-weight: 800;
    color: var(--ab-heading);
    margin: 0 0 14px;
    line-height: 1.2;
}
.hcmc-ab-h2--light { color: #fff; }
.hcmc-ab-desc { font-size: 17px; color: var(--ab-text-light); max-width: 680px; line-height: 1.65; margin: 0 auto; }
.hcmc-ab-section-head { text-align: center; margin-bottom: 40px; }

.hcmc-ab-text-link {
    font-size: 14px;
    font-weight: 700;
    color: var(--ab-brand);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.hcmc-ab-text-link:hover { color: var(--ab-brand-dk); }

/* ── Buttons ─────────────────────────────────────────────── */
.hcmc-ab-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid transparent;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.07);
}
.hcmc-ab-btn:hover { transform: translateY(-2px); }
.hcmc-ab-btn:focus-visible {
    outline: 2px solid var(--ab-brand);
    outline-offset: 2px;
}
.hcmc-ab-btn--lg { padding: 16px 30px; font-size: 16px; }

.hcmc-ab-btn--wa {
    background: var(--ab-wa);
    color: #fff !important;
    border-color: #188848;
    box-shadow: 0 4px 14px rgba(37,211,102,.35);
}
.hcmc-ab-btn--wa:hover,
.hcmc-ab-btn--wa:focus-visible {
    background: #15753d !important;
    color: #fff !important;
    border-color: #116233;
    box-shadow: 0 6px 20px rgba(37,211,102,.45);
}

.hcmc-ab-btn--messenger {
    background: linear-gradient(135deg, #0084FF 0%, #00C6FF 100%);
    color: #fff !important;
    border-color: #006bd6;
    box-shadow: 0 4px 14px rgba(0,132,255,.3);
}
.hcmc-ab-btn--messenger:hover,
.hcmc-ab-btn--messenger:focus-visible {
    background: linear-gradient(135deg, #0062c2 0%, #0084ff 100%) !important;
    color: #fff !important;
    border-color: #0454a2;
    box-shadow: 0 6px 20px rgba(0,132,255,.42);
}

.hcmc-ab-btn--outline {
    background: transparent;
    color: var(--ab-brand) !important;
    border-color: var(--ab-brand);
}
.hcmc-ab-btn--outline:hover { background: var(--ab-brand); color: #fff !important; }

.hcmc-ab-btn:visited { color: inherit; }
.hcmc-ab-btn--wa:visited,
.hcmc-ab-btn--wa:active,
.hcmc-ab-btn--wa:hover { color: #fff !important; }
.hcmc-ab-btn--messenger:visited,
.hcmc-ab-btn--messenger:active,
.hcmc-ab-btn--messenger:hover { color: #fff !important; }
.hcmc-ab-btn--outline:active,
.hcmc-ab-btn--outline:hover { color: #fff !important; }

.hcmc-ab-btn--outline-sm {
    padding: 9px 18px;
    font-size: 14px;
    border-radius: 7px;
    background: transparent;
    color: var(--ab-brand) !important;
    border: 1.5px solid var(--ab-brand);
    text-decoration: none !important;
    transition: all .2s;
    font-weight: 600;
}
.hcmc-ab-btn--outline-sm:hover { 
    background: var(--ab-brand); 
    color: #fff !important; 
}

/* ── Section alternates ─────────────────────────────────── */
.hcmc-ab-section--gray { background: var(--ab-bg-alt); }
.hcmc-ab-section--brand {
    background: linear-gradient(135deg, var(--ab-brand-dk) 0%, var(--ab-brand) 60%, #014f7d 100%);
    position: relative;
    overflow: hidden;
}

/* ════════════════════════════════════════════════════════════
   S1 · HERO
════════════════════════════════════════════════════════════ */
.hcmc-about-hero {
    background: linear-gradient(135deg, #e8f4f8 0%, #f0f9ff 50%, #fff 100%);
    padding: 56px 0 52px;
    overflow: hidden;
}
.hcmc-about-hero__inner {
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 52px;
    align-items: center;
}
.hcmc-about-hero__eyebrow {
    font-size: 13px;
    font-weight: 600;
    color: var(--ab-brand);
    letter-spacing: .4px;
    margin: 0 0 12px;
    text-transform: uppercase;
}
.hcmc-about-hero__h1 {
    font-size: clamp(28px, 3.4vw, 46px);
    font-weight: 900;
    color: var(--ab-heading);
    line-height: 1.1;
    margin: 0 0 8px;
}
.hcmc-about-hero__h1-alias {
    color: var(--ab-brand);
    font-weight: 700;
    font-size: .8em;
}
.hcmc-about-hero__tagline {
    font-size: 17px;
    color: var(--ab-text);
    line-height: 1.55;
    margin: 0 0 24px;
}
.hcmc-about-hero__chips {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.hcmc-about-hero__chip {
    background: #fff;
    border: 1px solid var(--ab-border);
    border-radius: 100px;
    padding: 5px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ab-heading);
    white-space: nowrap;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.hcmc-about-hero__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.hcmc-about-hero__actions-sub {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.hcmc-about-hero__hours {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--ab-text-light);
    margin: 0;
}

/* Hero photo */
.hcmc-about-hero__photo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcmc-about-hero__photo-ring {
    position: absolute;
    inset: -16px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(1,98,153,.12) 0%, rgba(242,146,33,.1) 100%);
    z-index: 0;
}
.hcmc-about-hero__photo {
    position: relative;
    z-index: 1;
    width: 100%;
    height: clamp(320px, 40vw, 440px);
    object-fit: cover;
    object-position: center top;
    border-radius: 20px;
    box-shadow: 0 24px 48px rgba(1,98,153,.18);
    display: block;
}
.hcmc-about-hero__photo-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 210px;
}
.hcmc-about-hero__photo-badge strong { font-size: 15px; font-weight: 800; color: var(--ab-brand); }
.hcmc-about-hero__photo-badge span { font-size: 12px; color: var(--ab-text-light); }
.hcmc-about-hero__photo-badge-dot {
    display: inline-block;
    width: 8px; height: 8px;
    background: #22c55e;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    animation: hcmc-pulse 2.4s ease-in-out infinite;
}
@keyframes hcmc-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: .6; transform: scale(1.3); }
}

/* ════════════════════════════════════════════════════════════
   S2 · PROOF BAR
════════════════════════════════════════════════════════════ */
.hcmc-about-proof {
    background: var(--ab-brand);
    padding: 22px 0;
}
.hcmc-about-proof__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.hcmc-about-proof__item {
    text-align: center;
    padding: 16px 18px;
    border-right: 1px solid rgba(255,255,255,.15);
}
.hcmc-about-proof__item:last-child { border-right: none; }
.hcmc-about-proof__icon { display: flex; justify-content: center; margin-bottom: 10px; color: rgba(255,255,255,.85); }
.hcmc-about-proof__title { display: block; font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.hcmc-about-proof__desc { display: block; font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.45; }

/* ════════════════════════════════════════════════════════════
   S3 · ABOUT BIO
════════════════════════════════════════════════════════════ */
.hcmc-about-bio { padding: 64px 0; background: #fff; }
.hcmc-about-bio__inner {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 360px);
    gap: 48px;
    align-items: start;
}
.hcmc-about-bio__text { color: var(--ab-text); }
.hcmc-about-bio__text .hcmc-ab-h2 { margin-bottom: 18px; }
.hcmc-about-bio__text p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
    max-width: 68ch;
}
.hcmc-about-bio__text a { color: var(--ab-brand); font-weight: 600; }
.hcmc-about-bio__text .hcmc-ab-text-link { display: inline-block; margin-top: 6px; }

/* Quote block */
.hcmc-about-bio__quote {
    background: var(--ab-bg-alt);
    border-left: 4px solid var(--ab-accent);
    border-radius: 14px;
    padding: 24px 22px 20px;
    margin-bottom: 24px;
    position: relative;
}
.hcmc-about-bio__quote-mark { color: var(--ab-accent); opacity: .35; margin-bottom: 10px; display: block; }
.hcmc-about-bio__quote-mark {
    width: 48px;
    height: auto;
    max-width: 100%;
}
.hcmc-about-bio__quote p { font-size: 15px; font-style: italic; color: var(--ab-heading); line-height: 1.65; margin: 0; }
.hcmc-about-bio__quote-attr { display: block; margin-top: 14px; font-size: 13px; font-weight: 700; color: var(--ab-brand); }

/* Fast facts */
.hcmc-about-bio__fast-facts {
    background: var(--ab-bg-alt);
    border-radius: 14px;
    padding: 20px 20px 16px;
    border: 1px solid var(--ab-border);
}
.hcmc-about-bio__fast-facts-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ab-brand);
    margin: 0 0 14px;
}
.hcmc-about-bio__fast-facts dl { margin: 0; }
.hcmc-about-bio__fast-facts dl > div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 4px 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--ab-border);
    font-size: 14px;
}
.hcmc-about-bio__fast-facts dl > div:last-child { border-bottom: none; }
.hcmc-about-bio__fast-facts dt { font-weight: 700; color: var(--ab-text-light); margin: 0; }
.hcmc-about-bio__fast-facts dd { margin: 0; color: var(--ab-heading); }
.hcmc-about-bio__fast-facts a { color: var(--ab-brand); font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   S4 · CREDENTIALS + SLIDER
════════════════════════════════════════════════════════════ */
.hcmc-about-creds { padding: 60px 0; }
.hcmc-about-creds__inner {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 440px);
    gap: 52px;
    align-items: start;
}
.hcmc-about-creds__slider-wrap {
    margin-top: 18px;
}
.hcmc-about-creds__list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hcmc-about-creds__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--ab-text);
    line-height: 1.5;
}
.hcmc-about-creds__list li svg { flex-shrink: 0; margin-top: 3px; color: var(--ab-brand); }

/* Certificate Slider */
.hcmc-cert-slider {
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}
.hcmc-cert-slider__track {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(0,0,0,.1);
    background: #f1f5f9;
    aspect-ratio: 3/2;
    position: relative;
}
.hcmc-cert-slider__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .4s ease;
    display: flex;
    flex-direction: column;
}
.hcmc-cert-slider__slide--active { opacity: 1; position: relative; }
@media (prefers-reduced-motion: reduce) {
    .hcmc-cert-slider__slide { transition: none; }
}
.hcmc-cert-slider__zoom-btn {
    position: relative;
    display: block;
    border: none;
    background: none;
    padding: 0;
    cursor: zoom-in;
    width: 100%;
    flex: 1;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}
.hcmc-cert-slider__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform .3s ease;
}
.hcmc-cert-slider__zoom-btn:hover .hcmc-cert-slider__img { transform: scale(1.03); }
.hcmc-cert-slider__zoom-icon {
    position: absolute;
    top: 10px; right: 10px;
    background: rgba(0,0,0,.45);
    color: #fff;
    border-radius: 8px;
    padding: 5px 7px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}
.hcmc-cert-slider__zoom-btn:hover .hcmc-cert-slider__zoom-icon { opacity: 1; }
.hcmc-cert-slider__caption {
    background: #fff;
    padding: 10px 14px;
    font-size: 12.5px;
    color: var(--ab-text-light);
    line-height: 1.45;
    text-align: center;
    border-top: 1px solid var(--ab-border);
    border-radius: 0 0 16px 16px;
    margin: 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Slider nav arrows */
.hcmc-cert-slider__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 10;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    border: 1px solid var(--ab-border);
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    color: var(--ab-brand);
    transition: background .2s, transform .2s;
    padding: 0;
}
.hcmc-cert-slider__nav:hover { background: #fff; transform: translateY(-60%) scale(1.08); }
.hcmc-cert-slider__nav--prev { left: 10px; }
.hcmc-cert-slider__nav--next { right: 10px; }

/* Slider dots */
.hcmc-cert-slider__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 12px;
}
.hcmc-cert-slider__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--ab-border);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s;
}
.hcmc-cert-slider__dot--active,
.hcmc-cert-slider__dot:hover { background: var(--ab-brand); transform: scale(1.2); }

/* Lightbox */
.hcmc-cert-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcmc-cert-lightbox[hidden] { display: none; }
.hcmc-cert-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.82);
    cursor: zoom-out;
}
.hcmc-cert-lightbox__content {
    position: relative;
    z-index: 1;
    max-width: min(90vw, 900px);
    max-height: 90vh;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.hcmc-cert-lightbox__close {
    position: absolute;
    top: 10px; right: 10px;
    z-index: 2;
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 36px; height: 36px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: background .2s;
}
.hcmc-cert-lightbox__close:hover { background: rgba(0,0,0,.8); }
.hcmc-cert-lightbox__img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    background: #fff;
}

/* ════════════════════════════════════════════════════════════
   S5 · CLINICAL FOCUS
════════════════════════════════════════════════════════════ */
.hcmc-about-focus { padding: 64px 0; background: #fff; }
.hcmc-about-focus__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.hcmc-about-focus__card {
    background: #fff;
    border: 1.5px solid var(--ab-border);
    border-radius: 16px;
    padding: 24px 20px 20px;
    text-decoration: none !important;
    transition: border-color .2s, box-shadow .2s, transform .2s;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hcmc-about-focus__card:hover {
    border-color: var(--ab-brand);
    box-shadow: 0 10px 28px rgba(1,98,153,.11);
    transform: translateY(-4px);
}
.hcmc-about-focus__card-icon {
    width: 48px; height: 48px;
    background: rgba(1,98,153,.07);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: var(--ab-brand);
    flex-shrink: 0;
}
.hcmc-about-focus__card-icon svg { width: 28px; height: 28px; }
.hcmc-about-focus__card-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--ab-heading);
    margin: 0;
}
.hcmc-about-focus__card-for { font-size: 13px; color: var(--ab-text-light); margin: 0; flex: 1; line-height: 1.5; }
.hcmc-about-focus__card-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--ab-accent);
    display: inline-block;
    margin-top: auto;
}
.hcmc-about-focus__all-link { text-align: center; margin: 32px 0 0; font-size: 15px; }
.hcmc-about-focus__all-link a { color: var(--ab-brand); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

/* ════════════════════════════════════════════════════════════
   S6 · PHILOSOPHY
════════════════════════════════════════════════════════════ */
.hcmc-about-philo { padding: 60px 0; }
.hcmc-about-philo__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.hcmc-about-philo__col {
    padding: 0 28px;
    border-right: 1px solid var(--ab-border);
    position: relative;
}
.hcmc-about-philo__col:first-child { padding-left: 0; }
.hcmc-about-philo__col:last-child { border-right: none; }
.hcmc-about-philo__num {
    font-size: 48px;
    font-weight: 900;
    color: rgba(1,98,153,.1);
    line-height: 1;
    margin-bottom: 10px;
}
.hcmc-about-philo__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--ab-brand);
    margin: 0 0 10px;
}
.hcmc-about-philo__col p { font-size: 14px; color: var(--ab-text); line-height: 1.65; margin: 0; }

/* ════════════════════════════════════════════════════════════
   S7 · WORKFLOW
════════════════════════════════════════════════════════════ */
.hcmc-about-workflow { padding: 64px 0; background: #fff; }
.hcmc-about-workflow__steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    counter-reset: step;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.hcmc-about-workflow__steps::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--ab-brand), rgba(1,98,153,.1));
    z-index: 0;
}
.hcmc-about-workflow__step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 0 0 32px;
    position: relative;
    z-index: 1;
}
.hcmc-about-workflow__step:last-child { padding-bottom: 0; }
.hcmc-about-workflow__step-num {
    width: 48px; height: 48px;
    background: var(--ab-brand);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(1,98,153,.3);
    border: 3px solid #fff;
    outline: 2px solid rgba(1,98,153,.2);
}
.hcmc-about-workflow__step-body { flex: 1; padding-top: 8px; }
.hcmc-about-workflow__step-body h3 { font-size: 17px; font-weight: 800; color: var(--ab-heading); margin: 0 0 6px; }
.hcmc-about-workflow__step-body p { font-size: 15px; color: var(--ab-text); margin: 0; line-height: 1.6; }
.hcmc-about-workflow__step-body a { color: var(--ab-brand); font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   S8 · SAFETY
════════════════════════════════════════════════════════════ */
.hcmc-about-safety { padding: 60px 0; }
.hcmc-about-safety__inner {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 320px);
    gap: 48px;
    align-items: start;
}
.hcmc-about-safety__text .hcmc-ab-h2 { margin-bottom: 14px; }
.hcmc-about-safety__text p { font-size: 15px; color: var(--ab-text); line-height: 1.65; margin: 0 0 14px; }
.hcmc-about-safety__list {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hcmc-about-safety__list li { font-size: 14px; color: var(--ab-text); line-height: 1.5; padding-left: 16px; position: relative; }
.hcmc-about-safety__list li::before { content: '✓'; position: absolute; left: 0; color: var(--ab-brand); font-weight: 700; }
.hcmc-about-safety__links { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.hcmc-about-safety__disclaimer { font-size: 12px; color: var(--ab-text-light); font-style: italic; margin: 0; }

.hcmc-about-safety__brands {
    background: #fff;
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid var(--ab-border);
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.hcmc-about-safety__brands-title {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--ab-brand);
    margin: 0 0 16px;
}
.hcmc-about-safety__brand-list { list-style: none; margin: 0; padding: 0; }
.hcmc-about-safety__brand-item {
    padding: 10px 0;
    border-bottom: 1px solid var(--ab-border);
    font-size: 14px;
    font-weight: 600;
    color: var(--ab-heading);
    display: flex;
    align-items: center;
    gap: 8px;
}
.hcmc-about-safety__brand-item:last-child { border-bottom: none; }
.hcmc-about-safety__brand-item::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--ab-brand); flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════
   S9 · PATIENT VOICES
════════════════════════════════════════════════════════════ */
.hcmc-about-voices { padding: 60px 0; background: #fff; }
.hcmc-about-voices__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.hcmc-about-voices__card {
    background: var(--ab-bg-alt);
    border: 1px solid var(--ab-border);
    border-radius: 16px;
    padding: 24px 22px;
    position: relative;
    margin: 0;
    transition: box-shadow .2s;
}
.hcmc-about-voices__card:hover { box-shadow: 0 8px 24px rgba(1,98,153,.08); }
.hcmc-about-voices__card::before {
    content: '"';
    position: absolute;
    top: -8px; left: 20px;
    font-size: 64px;
    line-height: 1;
    color: var(--ab-brand);
    opacity: .12;
    font-family: Georgia, serif;
}
.hcmc-about-voices__card > p { font-size: 14px; color: var(--ab-heading); line-height: 1.65; font-style: italic; margin: 0 0 16px; }
.hcmc-about-voices__card footer { display: flex; flex-direction: column; gap: 2px; }
.hcmc-about-voices__card cite { font-size: 14px; font-weight: 700; color: var(--ab-heading); font-style: normal; }
.hcmc-about-voices__flag { font-size: 15px; margin-left: 5px; }
.hcmc-about-voices__treatment { font-size: 12px; color: var(--ab-brand); font-weight: 600; }
.hcmc-about-voices__links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: center;
}

/* ════════════════════════════════════════════════════════════
   S10 · TOURISM
════════════════════════════════════════════════════════════ */
.hcmc-about-tourism { padding: 52px 0; }
.hcmc-about-tourism__inner {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 360px);
    gap: 48px;
    align-items: center;
}
.hcmc-about-tourism__desc { font-size: 15px; color: rgba(255,255,255,.82); line-height: 1.6; margin: 0 0 20px; }
.hcmc-about-tourism__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hcmc-about-tourism__links li::before { content: '→ '; color: rgba(255,255,255,.55); }
.hcmc-about-tourism__links a {
    color: rgba(255,255,255,.88);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}
.hcmc-about-tourism__links a:hover { color: #fff; }
.hcmc-about-tourism__cta {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
}
.hcmc-about-tourism__cta p { color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.55; margin: 0 0 20px; }
.hcmc-about-tourism__cta .hcmc-ab-btn {
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
}

/* ════════════════════════════════════════════════════════════
   S11 · FAQ
════════════════════════════════════════════════════════════ */
.hcmc-about-faq { padding: 60px 0; background: #fff; }
.hcmc-about-faq__list { max-width: 820px; margin: 0 auto; }
.hcmc-about-faq__item {
    border: 1px solid var(--ab-border);
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: border-color .2s;
}
.hcmc-about-faq__item.ab-open { border-color: var(--ab-brand); }
.hcmc-about-faq__q {
    width: 100%;
    text-align: left;
    background: #fff;
    border: none;
    padding: 18px 22px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ab-heading);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-family: inherit;
    transition: color .2s, background-color .2s;
}
.hcmc-about-faq__q:hover,
.hcmc-about-faq__q:focus-visible {
    background: #f8fafc !important;
    color: var(--ab-heading) !important;
    outline: none;
}
.hcmc-about-faq__item.ab-open .hcmc-about-faq__q {
    background: #eff6ff !important;
    color: #0f172a !important;
}
.hcmc-about-faq__chevron {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background: var(--ab-bg-alt);
    border-radius: 50%;
    width: 28px; height: 28px;
    justify-content: center;
    color: var(--ab-heading);
    transition: transform .3s ease;
}
.hcmc-about-faq__item.ab-open .hcmc-about-faq__chevron {
    transform: rotate(180deg);
    background: rgba(1,98,153,.08);
    color: var(--ab-brand);
}
.hcmc-about-faq__a {
    padding: 0 22px 18px;
    font-size: 15px;
    color: var(--ab-text);
    line-height: 1.7;
    background: #fff;
    border-top: 1px solid #e2e8f0;
}
.hcmc-about-faq__a[hidden] { display: none; }
.hcmc-about-faq__a p { margin: 0; }
.hcmc-about-faq__a a { color: var(--ab-brand); font-weight: 600; }

/* ════════════════════════════════════════════════════════════
   S12 · FINAL CTA
════════════════════════════════════════════════════════════ */
.hcmc-about-finalcta {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--ab-brand-dk) 0%, var(--ab-brand) 60%, #014f7d 100%);
    overflow: hidden;
    position: relative;
}
.hcmc-about-finalcta::before {
    content: '';
    position: absolute;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: rgba(255,255,255,.04);
    top: -120px; right: -80px;
}
.hcmc-about-finalcta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr minmax(260px, 380px);
    gap: 48px;
    align-items: center;
}
.hcmc-about-finalcta__title {
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}
.hcmc-about-finalcta__desc { font-size: 15px; color: rgba(255,255,255,.82); margin: 0 0 24px; line-height: 1.55; max-width: 600px; }
.hcmc-about-finalcta__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.hcmc-about-finalcta__sub {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}
.hcmc-about-finalcta__sub a {
    color: rgba(255,255,255,.65);
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.hcmc-about-finalcta__sub a:hover { color: #fff; }

/* CTA photo */
.hcmc-about-finalcta__img-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcmc-about-finalcta__img-ring {
    position: absolute;
    inset: -12px;
    border-radius: 20px;
    background: rgba(255,255,255,.07);
}
.hcmc-about-finalcta__img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    display: block;
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
    .hcmc-about-hero__inner { display: flex !important; flex-direction: column; gap: 32px; text-align: center; }
    .hcmc-about-hero__content { order: 1; width: 100%; }
    .hcmc-about-hero__photo-wrap { order: 2; max-width: min(500px, 100%); margin: 0 auto; width: 100%; }
    .hcmc-about-hero__chips { justify-content: center; }
    .hcmc-about-hero__actions { justify-content: center; }
    .hcmc-about-hero__actions-sub { justify-content: center; }
    .hcmc-about-hero__hours { justify-content: center; }
    .hcmc-about-bio__inner { grid-template-columns: 1fr; }
    .hcmc-about-creds__inner { grid-template-columns: 1fr; }
    .hcmc-about-creds__slider-wrap { margin-top: 0; }
    .hcmc-about-safety__inner { grid-template-columns: 1fr; }
    .hcmc-about-finalcta__inner { grid-template-columns: 1fr; }
    .hcmc-about-finalcta__img-wrap { max-width: 420px; margin: 0 auto; }
    .hcmc-about-tourism__inner { grid-template-columns: 1fr; }
    .hcmc-about-tourism__cta {
        max-width: 520px;
        margin: 0 auto;
    }
}
@media (max-width: 900px) {
    .hcmc-about-proof__inner { grid-template-columns: repeat(2, 1fr); }
    .hcmc-about-proof__item:nth-child(2) { border-right: none; }
    .hcmc-about-focus__grid { grid-template-columns: repeat(2, 1fr); }
    .hcmc-about-philo__grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .hcmc-about-philo__col { border-right: none; padding: 0; }
    .hcmc-about-voices__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hcmc-about-hero { padding: 40px 0 36px; }
    .hcmc-about-focus__grid { grid-template-columns: 1fr; }
    .hcmc-about-voices__grid { grid-template-columns: 1fr; }
    .hcmc-about-hero__photo { height: min(320px, 60vw); }
    .hcmc-ab-section-head { margin-bottom: 28px; }
    .hcmc-about-workflow__steps::before { left: 19px; }
    .hcmc-about-workflow__step-num { width: 40px; height: 40px; font-size: 16px; }
    .hcmc-cert-slider__nav--prev { left: 8px; }
    .hcmc-cert-slider__nav--next { right: 8px; }
}
@media (max-width: 480px) {
    .hcmc-ab-container { padding: 0 16px; }
    .hcmc-about-philo__grid { grid-template-columns: 1fr; }
    .hcmc-about-proof__inner { grid-template-columns: 1fr; }
    .hcmc-about-proof__item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); }
    .hcmc-about-proof__item:last-child { border-bottom: none; }
    .hcmc-about-hero__actions .hcmc-ab-btn { width: 100%; justify-content: center; }
    .hcmc-about-finalcta__actions .hcmc-ab-btn { width: 100%; justify-content: center; }
    .hcmc-about-hero__h1 { font-size: clamp(26px, 9vw, 36px); }
    .hcmc-cert-slider__track { aspect-ratio: 4/3; }
}
