
/* =====================================================
   PREMIUM DOCTOR ARTICLE — Editorial Layout
   ===================================================== */
:root {
    --da-primary: #1a6eb5;
    --da-primary-dark: #0f4d80;
    --da-accent: #c89b3c;
    --da-ink: #1a1f2e;
    --da-muted: #5a6577;
    --da-line: #e7ebf2;
    --da-bg-soft: #f7f9fc;
    --da-bg-cream: #faf7f1;
}

.doctor-article {

    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    color: var(--da-ink);
    background: #fff;
    line-height: 1.75;
    font-size: 17px;
    margin-top: 5%;
}

@media only screen and (max-width: 760px) {
.doctor-article {
    margin-top: 35%;
}
}

.doctor-article h2,
.doctor-article h3,
.doctor-article .da-headline {
    font-family: 'Cormorant Garamond', Georgia, serif;
    color: var(--da-ink);
    letter-spacing: -0.01em;
    font-weight: 600;
}

.watch-reel{
    text-decoration: none;
    background-color: #1d3f6f;
    color: white;
    padding: 5px 10px;
}

/* ----- Hero ----- */
.da-hero {
    position: relative;
    padding: 90px 0 60px;
    background: linear-gradient(180deg, #fbfbf8 0%, #ffffff 100%);
    border-bottom: 1px solid var(--da-line);
}

.da-hero .da-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--da-accent);
    font-weight: 600;
    margin-bottom: 18px;
}

.da-hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    font-weight: 600;
    color: var(--da-ink);
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.da-hero .da-dek {
    font-size: 20px;
    line-height: 1.55;
    color: var(--da-muted);
    max-width: 760px;
    font-weight: 300;
}

/* ----- Author Byline Card ----- */
.da-byline {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid var(--da-line);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(26, 110, 181, 0.06);
    max-width: 620px;
}

.da-byline .da-author-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e7ebf2 0%, #d4dde9 100%);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--da-muted);
    font-size: 11px;
    text-align: center;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--da-line);
}

.da-byline .da-author-info {
    flex: 1;
    min-width: 0;
}

.da-byline .da-author-name {
    font-weight: 600;
    font-size: 16px;
    color: var(--da-ink);
    margin: 0;
}

.da-byline .da-author-role {
    font-size: 13px;
    color: var(--da-muted);
    margin: 2px 0 0;
}

.da-byline .da-meta {
    display: flex;
    gap: 14px;
    font-size: 13px;
    color: var(--da-muted);
    border-left: 1px solid var(--da-line);
    padding-left: 18px;
}

.da-byline .da-meta span i {
    margin-right: 5px;
    color: var(--da-primary);
}

/* ----- Image Placeholder ----- */
.da-img-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background:
        repeating-linear-gradient(45deg, #f6f8fb 0 12px, #eef2f7 12px 24px);
    border: 1px dashed #c6d0df;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a96aa;
    font-size: 14px;
    font-weight: 500;
    margin: 28px 0 12px;
    position: relative;
}

.da-img-placeholder::before {
    content: "✦ IMAGE PLACEHOLDER";
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 11px;
    letter-spacing: 0.15em;
    color: var(--da-accent);
    font-weight: 700;
}

.da-img-placeholder span {
    text-align: center;
    padding: 10px 24px;
    font-style: italic;
}

.da-figcaption {
    font-size: 13px;
    color: var(--da-muted);
    font-style: italic;
    text-align: center;
    margin: 0 0 36px;
}

/* ----- Article Body ----- */
.da-body {
    padding: 70px 0 40px;
}

.da-body p {
    font-size: 17.5px;
    line-height: 1.85;
    color: #2c3344;
    margin-bottom: 22px;
}

.da-body .da-lead::first-letter {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 68px;
    line-height: 0.85;
    float: left;
    padding: 8px 14px 0 0;
    color: var(--da-primary);
    font-weight: 600;
}

.da-body h2 {
    font-size: clamp(26px, 3.2vw, 36px);
    margin: 60px 0 18px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 14px;
}

.da-body h2::after {
    content: "";
    display: block;
    width: 52px;
    height: 3px;
    background: var(--da-accent);
    margin-top: 14px;
    border-radius: 2px;
}

.da-body h3 {
    font-size: clamp(20px, 2.4vw, 26px);
    margin: 40px 0 12px;
    color: var(--da-primary-dark);
    font-weight: 600;
}

.da-body ul {
    list-style: none;
    padding-left: 0;
    margin: 16px 0 28px;
}

.da-body ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: #2c3344;
}

.da-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 2px;
    background: var(--da-accent);
    border-radius: 2px;
}

.da-body a {
    color: var(--da-primary);
    border-bottom: 1px solid rgba(26, 110, 181, 0.35);
    text-decoration: none;
    transition: all 0.2s ease;
}

.da-body a:hover {
    color: var(--da-primary-dark);
    border-bottom-color: var(--da-primary-dark);
}

/* ----- Pull Quote ----- */
.da-pullquote {
    margin: 40px 0;
    padding: 30px 36px;
    border-left: 4px solid var(--da-accent);
    background: var(--da-bg-cream);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    line-height: 1.45;
    color: var(--da-ink);
    font-style: italic;
    border-radius: 0 12px 12px 0;
}

.da-pullquote::before {
    content: "“";
    display: block;
    font-size: 60px;
    line-height: 0.3;
    color: var(--da-accent);
    margin-bottom: 14px;
    font-style: normal;
}

/* ----- Doctor's Note Callout ----- */
.da-callout {
    margin: 36px 0;
    padding: 26px 30px 28px;
    background: linear-gradient(135deg, #0f4d80 0%, #1a6eb5 100%);
    color: #fff;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 77, 128, 0.18);
}

.da-callout::before {
    content: "✚";
    position: absolute;
    top: -20px;
    right: -10px;
    font-size: 180px;
    color: rgba(255, 255, 255, 0.06);
    line-height: 1;
    font-weight: 700;
}

.da-callout .da-callout-label {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--da-accent);
    font-weight: 700;
    margin-bottom: 10px;
}

.da-callout h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px;
}

.da-callout p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ----- Stat Highlight ----- */
.da-stat {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 36px 0;
    padding: 24px 30px;
    background: var(--da-bg-soft);
    border-radius: 14px;
    border: 1px solid var(--da-line);
}

.da-stat .da-stat-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: var(--da-primary);
    flex-shrink: 0;
}

.da-stat .da-stat-text {
    font-size: 16px;
    line-height: 1.55;
    color: var(--da-ink);
    margin: 0;
}

/* ----- Symptom Grid ----- */
.da-symptom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin: 24px 0 36px;
}

.da-symptom-card {
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--da-line);
    border-radius: 12px;
    transition: all 0.25s ease;
    position: relative;
}

.da-symptom-card:hover {
    border-color: var(--da-primary);
    box-shadow: 0 10px 25px rgba(26, 110, 181, 0.08);
    transform: translateY(-2px);
}

.da-symptom-card .da-sc-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(26, 110, 181, 0.08);
    color: var(--da-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 15px;
}

.da-symptom-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--da-ink);
    margin: 0 0 8px;
}

.da-symptom-card p {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--da-muted);
    margin: 0;
}

/* ----- Step Card ----- */
.da-step {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    margin: 24px 0;
    padding: 28px 30px 28px 26px;
    background: #fff;
    border: 1px solid var(--da-line);
    border-left: 4px solid var(--da-primary);
    border-radius: 12px;
    align-items: start;
}

.da-step .da-step-num {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: var(--da-accent);
}

.da-step h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--da-ink);
    margin: 0 0 10px;
}

.da-step p,
.da-step ul {
    margin-bottom: 10px;
}

/* ----- Procedure Card ----- */
.da-procedures {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin: 28px 0 40px;
}

.da-proc {
    background: #fff;
    border: 1px solid var(--da-line);
    border-radius: 14px;
    padding: 26px 26px 24px;
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

.da-proc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--da-primary), var(--da-accent));
    opacity: 0;
    transition: opacity 0.25s ease;
}

.da-proc:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(26, 110, 181, 0.1);
}

.da-proc:hover::before {
    opacity: 1;
}

.da-proc .da-proc-tag {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--da-accent);
    font-weight: 700;
    margin-bottom: 12px;
}

.da-proc h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--da-ink);
    margin: 0 0 12px;
    line-height: 1.25;
}

.da-proc p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--da-muted);
    margin: 0;
}

/* ----- TOC ----- */
.da-toc {
    position: sticky;
    top: 100px;
    padding: 26px 26px 22px;
    background: var(--da-bg-soft);
    border-radius: 14px;
    border: 1px solid var(--da-line);
}

.da-toc h6 {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--da-muted);
    font-weight: 700;
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--da-line);
}

.da-toc ol {
    list-style: none;
    counter-reset: toc;
    padding: 0;
    margin: 0;
}

.da-toc ol li {
    counter-increment: toc;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}

.da-toc ol li::before {
    content: counter(toc, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--da-accent);
}

.da-toc ol li a {
    color: var(--da-ink);
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s ease;
}

.da-toc ol li a:hover {
    color: var(--da-primary);
}

/* ----- Premium FAQ ----- */
.da-faq {
    margin-top: 24px;
}

.da-faq-item {
    background: #fff;
    border: 1px solid var(--da-line);
    border-radius: 12px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.da-faq-item:hover {
    border-color: rgba(26, 110, 181, 0.4);
}

.da-faq-q {
    padding: 22px 26px;
    cursor: pointer;
    font-weight: 600;
    font-size: 17px;
    color: var(--da-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    list-style: none;
}

.da-faq-q::-webkit-details-marker {
    display: none;
}

.da-faq-q::after {
    content: "+";
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 500;
    color: var(--da-primary);
    flex-shrink: 0;
    transition: transform 0.25s ease;
    line-height: 1;
}

.da-faq-item[open] .da-faq-q::after {
    transform: rotate(45deg);
}

.da-faq-item[open] .da-faq-q {
    border-bottom: 1px solid var(--da-line);
    color: var(--da-primary);
}

.da-faq-a {
    padding: 18px 26px 24px;
    font-size: 15.5px;
    line-height: 1.7;
    color: var(--da-muted);
}

/* ----- CTA Banner ----- */
.da-cta {
    margin: 70px 0 40px;
    padding: 56px 50px;
    background: linear-gradient(135deg, #0f4d80 0%, #1a6eb5 60%, #2785cf 100%);
    border-radius: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.da-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(200, 155, 60, 0.18), transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.08), transparent 40%);
    pointer-events: none;
}

.da-cta .da-cta-kicker {
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--da-accent);
    font-weight: 700;
    margin-bottom: 14px;
}

.da-cta h3 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(26px, 3.4vw, 38px);
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.2;
    position: relative;
}

.da-cta p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 28px;
    max-width: 640px;
    position: relative;
}

.da-cta-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #fff;
    color: var(--da-primary-dark);
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    margin: 6px;
    transition: all 0.25s ease;
    position: relative;
}

.da-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    color: var(--da-primary-dark);
}

.da-cta-btn.outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
}

.da-cta-btn.outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

/* ----- Author Bio Card ----- */
.da-author-bio {
    margin: 50px 0 30px;
    padding: 36px 36px 34px;
    background: var(--da-bg-cream);
    border-radius: 16px;
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 28px;
    align-items: center;
}

.da-author-bio .da-bio-photo img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ede5d4 0%, #e3d8c0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0916e;
    font-size: 12px;
    text-align: center;
    /* padding: 14px; */
    border: 4px solid #fff;
    box-shadow: 0 8px 22px rgba(200, 155, 60, 0.18);
}

.da-author-bio .da-bio-kicker {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--da-accent);
    font-weight: 700;
    margin-bottom: 8px;
}

.da-author-bio h4 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--da-ink);
    margin: 0 0 6px;
}

.da-author-bio .da-bio-role {
    font-size: 14px;
    color: var(--da-muted);
    margin: 0 0 12px;
    font-weight: 500;
}

.da-author-bio p {
    font-size: 15px;
    line-height: 1.65;
    color: #44516a;
    margin: 0;
}

/* ----- Disclaimer ----- */
.da-disclaimer {
    margin-top: 40px;
    padding: 20px 24px;
    background: #f7f9fc;
    border-radius: 10px;
    font-size: 13.5px;
    font-style: italic;
    color: var(--da-muted);
    line-height: 1.6;
    text-align: center;
}

/* ----- Responsive ----- */
@media (max-width: 991px) {
    .da-toc {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .da-hero {
        padding: 60px 0 40px;
    }

    .da-byline {
        flex-wrap: wrap;
    }

    .da-byline .da-meta {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid var(--da-line);
        padding-top: 12px;
        margin-top: 4px;
        width: 100%;
    }

    .da-body p {
        font-size: 16.5px;
    }

    .da-callout,
    .da-pullquote {
        padding: 22px 22px;
    }

    .da-step {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .da-step .da-step-num {
        font-size: 42px;
    }

    .da-cta {
        padding: 40px 26px;
    }

    .da-author-bio {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px 22px;
    }

    .da-author-bio .da-bio-photo {
        margin: 0 auto;
    }
}

