html,
body {
    background:
        radial-gradient(circle at 12% 8%, rgba(13,110,253,.07), transparent 26%),
        radial-gradient(circle at 88% 24%, rgba(22,131,255,.06), transparent 24%),
        #f8fbff;
    color: #1f2a37;
}

/* =========================================================
   GLOBAL CONTAINER
========================================================= */

.doctors-container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

/* =========================================================
   HERO
========================================================= */

.doctors-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 112px;
    background:
        radial-gradient(circle at 16% 30%, rgba(22,131,255,.16), transparent 34%),
        radial-gradient(circle at 86% 8%, rgba(8,102,216,.10), transparent 26%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 62%);
    border-bottom: 1px solid rgba(8,42,101,.08);
}

.doctors-hero::before {
    content: "";
    position: absolute;
    right: 8%;
    top: 34px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(13,110,253,.12), rgba(255,255,255,.12));
    filter: blur(2px);
    opacity: .8;
    pointer-events: none;
}

.doctors-hero::after {
    content: "";
    position: absolute;
    right: -150px;
    top: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(8,102,216,.075);
    pointer-events: none;
}

.doctors-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.breadcrumb-clean {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(234,244,255,.92);
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.breadcrumb-clean a {
    color: #075bbb;
    text-decoration: none;
}

.breadcrumb-clean a:hover {
    text-decoration: underline;
}

.breadcrumb-clean span {
    color: #4775aa;
}

.doctors-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 850;
    font-size: 13px;
    box-shadow: 0 8px 24px rgba(8,41,77,.04);
}

.doctors-kicker {
    margin-bottom: 18px;
}

.doctors-hero h1 {
    font-size: clamp(38px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.06em;
    color: #071b46;
    margin-bottom: 20px;
    max-width: 1160px;
}

.doctors-hero p {
    font-size: 18px;
    line-height: 1.72;
    color: #59667d;
    margin-bottom: 0;
    max-width: 100%;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.hero-primary-btn,
.hero-secondary-btn {
    border-radius: 999px;
    padding: 15px 24px;
    font-weight: 850;
}

.hero-primary-btn {
    box-shadow: 0 16px 38px rgba(13,110,253,.26);
}

.hero-primary-btn span {
    margin-left: 6px;
}

.hero-secondary-btn {
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(8,42,101,.12);
    color: #08294d;
    box-shadow: 0 12px 30px rgba(8,41,77,.07);
}

.hero-secondary-btn:hover {
    color: #0d6efd;
    background: #fff;
    border-color: rgba(13,110,253,.28);
}

/* =========================================================
   COMMON BACKGROUND
========================================================= */

.doctors-intro-section,
.clinical-pathway-section,
.guidelines-section,
.scores-section,
.practice-section,
.doctors-note-section,
.doctors-cta-section {
    background: transparent !important;
    border: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

/* =========================================================
   INTRO PANEL
========================================================= */

.doctors-intro-section {
    margin-top: -34px;
    padding-top: 24px;
    padding-bottom: 64px;
    z-index: 3;
}

.doctors-intro-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 94% 14%, rgba(13,110,253,.08), transparent 26%),
        rgba(255,255,255,.94);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 46px;
    box-shadow:
        0 24px 70px rgba(8,42,101,.10),
        inset 0 1px 0 rgba(255,255,255,.75);
    backdrop-filter: blur(18px);
}

.doctors-intro-panel h2,
.section-header h2,
.guidelines-copy h2,
.practice-copy h2,
.clinical-note-card h2,
.doctors-cta-card h2 {
    color: #08294d;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.doctors-intro-panel h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    margin-top: 18px;
    margin-bottom: 18px;
}

.doctors-intro-panel p {
    color: #667085;
    font-size: 18px;
    line-height: 1.78;
    margin: 0;
    max-width: 100%;
}

.intro-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.intro-metrics div {
    min-height: 132px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13,110,253,.09);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 36px rgba(8,41,77,.055);
}

.intro-metrics strong {
    display: block;
    color: #075bbb;
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.intro-metrics span {
    color: #667085;
    font-weight: 750;
    line-height: 1.42;
}

/* =========================================================
   SECTION HEADER
========================================================= */

.section-header {
    margin-bottom: 32px;
}

.section-header h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    margin-top: 18px;
    margin-bottom: 14px;
}

.section-header p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin: 0;
    max-width: 100%;
}

/* =========================================================
   CLINICAL PATHWAY
========================================================= */

.clinical-pathway-section {
    padding: 0 0 70px;
}

.pathway-panel {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 100%);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 38px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.pathway-panel::before {
    content: "";
    position: absolute;
    left: 70px;
    top: 68px;
    bottom: 68px;
    width: 2px;
    background: linear-gradient(180deg, rgba(13,110,253,.28), rgba(13,110,253,.04));
    pointer-events: none;
}

.pathway-step {
    position: relative;
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 24px;
    align-items: start;
}

.step-number {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, #eef8ff, #dcefff);
    border: 1px solid rgba(13,110,253,.10);
    color: #075bbb;
    font-weight: 950;
    font-size: 18px;
    box-shadow: 0 12px 30px rgba(13,110,253,.12);
}

.pathway-step h3 {
    color: #08294d;
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 8px;
    letter-spacing: -0.025em;
}

.pathway-step p {
    color: #667085;
    font-size: 17px;
    line-height: 1.72;
    margin: 0;
    max-width: 100%;
}

.pathway-divider {
    height: 1px;
    background: rgba(8,42,101,.075);
    margin: 26px 0;
}

/* =========================================================
   GUIDELINES
========================================================= */

.guidelines-section {
    padding: 0 0 70px;
}

.guidelines-feature-card {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    background:
        radial-gradient(circle at 92% 10%, rgba(13,110,253,.09), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 44px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.guidelines-copy h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.06;
    margin-top: 18px;
    margin-bottom: 18px;
}

.guidelines-copy p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin-bottom: 24px;
    max-width: 100%;
}

.guideline-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guideline-tags span {
    display: inline-flex;
    padding: 9px 13px;
    border-radius: 999px;
    background: #eef6ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 850;
    font-size: 13px;
}

.guidelines-list {
    display: grid;
    gap: 16px;
}

.guideline-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    background: rgba(248,251,255,.9);
    border: 1px solid rgba(13,110,253,.08);
    border-radius: 24px;
    padding: 22px;
    transition: all .22s ease;
}

.guideline-row:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 16px 38px rgba(8,41,77,.075);
}

.guideline-row strong {
    display: block;
    color: #08294d;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 6px;
}

.guideline-row span {
    display: block;
    color: #667085;
    line-height: 1.58;
}

.guideline-row a {
    color: #0d6efd;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.guideline-row a:hover {
    text-decoration: underline;
}

/* =========================================================
   SCORES / CALCULATORS
========================================================= */

.scores-section {
    padding: 0 0 70px;
}

.calculators-shell {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 100%);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 26px 78px rgba(8,41,77,.09);
}

.calculators-shell::before {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(13,110,253,.055);
    pointer-events: none;
}

.calculator-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
    margin-bottom: 28px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
}

.calculator-tab {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: transparent;
    color: #526173;
    font-weight: 900;
    cursor: pointer;
    transition: all .2s ease;
}

.calculator-tab:hover {
    background: #fff;
    color: #0d6efd;
}

.calculator-tab.active {
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 12px 30px rgba(13,110,253,.26);
}

.calculator-panels {
    position: relative;
    z-index: 2;
}

.calculator-panel {
    display: none;
}

.calculator-panel.active {
    display: block;
}

.calculator-grid {
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    gap: 30px;
    align-items: stretch;
}

.calculator-copy {
    border-radius: 30px;
    padding: 34px;
    background:
        radial-gradient(circle at 90% 12%, rgba(13,110,253,.10), transparent 26%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid rgba(13,110,253,.08);
}

.calculator-label {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: #eaf4ff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.calculator-copy h3 {
    color: #08294d;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin-bottom: 16px;
}

.calculator-copy p {
    color: #667085;
    font-size: 17px;
    line-height: 1.76;
    margin-bottom: 24px;
    max-width: 100%;
}

.calculator-note {
    padding: 18px 20px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(8,42,101,.08);
    box-shadow: 0 12px 30px rgba(8,41,77,.04);
}

.calculator-note strong {
    display: block;
    color: #08294d;
    font-weight: 900;
    margin-bottom: 6px;
}

.calculator-note span {
    display: block;
    color: #667085;
    line-height: 1.58;
}

.calculator-form-card {
    border-radius: 30px;
    padding: 34px;
    background: #fff;
    border: 1px solid rgba(8,42,101,.10);
    box-shadow: 0 14px 36px rgba(8,41,77,.05);
}

.calculator-form-card label {
    display: block;
    color: #071b46;
    font-weight: 900;
    margin-bottom: 8px;
}

.calculator-form-card .form-control,
.calculator-form-card .form-select {
    border-radius: 18px;
    border: 1px solid rgba(8,42,101,.14);
    padding: 14px 16px;
    box-shadow: none;
    color: #26364a;
    background-color: #fff;
}

.calculator-form-card .form-control:focus,
.calculator-form-card .form-select:focus {
    border-color: #0866d8;
    box-shadow: 0 0 0 .24rem rgba(8,102,216,.12);
}

.calculator-result {
    margin-top: 26px;
    border-radius: 26px;
    padding: 26px;
    background: #f8fbff;
    border: 1px solid rgba(8,42,101,.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

.calculator-result span {
    display: inline-flex;
    color: #667085;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 8px;
}

.calculator-result strong {
    display: block;
    color: #08294d;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -0.045em;
    margin-bottom: 8px;
}

.calculator-result p {
    color: #667085;
    line-height: 1.66;
    margin: 0;
}

.calculator-result.result-low {
    background: linear-gradient(180deg, #ecfdf3 0%, #f6fef9 100%);
    border-color: rgba(18,183,106,.22);
}

.calculator-result.result-low strong {
    color: #087443;
}

.calculator-result.result-intermediate,
.calculator-result.result-intermediate-low,
.calculator-result.result-intermediate-high {
    background: linear-gradient(180deg, #fffaeb 0%, #fffdf5 100%);
    border-color: rgba(247,144,9,.24);
}

.calculator-result.result-intermediate strong,
.calculator-result.result-intermediate-low strong,
.calculator-result.result-intermediate-high strong {
    color: #b54708;
}

.calculator-result.result-high {
    background: linear-gradient(180deg, #fff1f3 0%, #fff8f8 100%);
    border-color: rgba(240,68,56,.24);
}

.calculator-result.result-high strong {
    color: #b42318;
}

.calculator-disclaimer {
    position: relative;
    z-index: 2;
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 24px;
    background: #f8fbff;
    border: 1px solid rgba(8,42,101,.08);
    color: #667085;
    line-height: 1.65;
}

.calculator-disclaimer strong {
    color: #08294d;
}

.emphasis-grid {
    grid-template-columns: .72fr 1.28fr;
}

.emphasis-instruction {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 22px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
}

.emphasis-instruction strong {
    display: block;
    color: #08294d;
    font-weight: 900;
    margin-bottom: 6px;
}

.emphasis-instruction p {
    color: #667085;
    line-height: 1.65;
    margin: 0;
    font-size: 14.5px;
}

.emphasis-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.emphasis-item {
    padding: 16px;
    border-radius: 20px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
}

.emphasis-item label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    line-height: 1.4;
    color: #071b46;
    font-weight: 900;
    margin-bottom: 10px;
}

.emphasis-number {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    display: inline-grid;
    place-items: center;
    border-radius: 9px;
    background: #eaf4ff;
    color: #075bbb;
    font-size: 13px;
    font-weight: 950;
}

/* =========================================================
   PRACTICE
========================================================= */

.practice-section {
    padding: 0 0 70px;
}

.practice-panel {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 36px;
    background:
        radial-gradient(circle at 12% 18%, rgba(13,110,253,.07), transparent 25%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 44px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.practice-copy h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.06;
    margin-top: 18px;
    margin-bottom: 18px;
}

.practice-copy p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin: 0;
    max-width: 100%;
}

.practice-list {
    display: grid;
    gap: 15px;
}

.practice-item {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 17px;
    padding: 20px;
    border-radius: 24px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    color: inherit;
    text-decoration: none;
    transition: all .22s ease;
}

.practice-item:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,77,.08);
}

.practice-item > span {
    width: 46px;
    height: 46px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    color: #075bbb;
    font-weight: 950;
}

.practice-item strong {
    display: block;
    color: #08294d;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 5px;
}

.practice-item p {
    color: #667085;
    line-height: 1.62;
    margin: 0;
}

/* =========================================================
   CLINICAL NOTE
========================================================= */

.doctors-note-section {
    padding: 0 0 70px;
}

.clinical-note-card {
    background:
        radial-gradient(circle at 20% 20%, rgba(13,110,253,.10), transparent 32%),
        linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 40px 44px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.clinical-note-card h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    margin-top: 18px;
    margin-bottom: 12px;
}

.clinical-note-card p {
    color: #667085;
    font-size: 17px;
    line-height: 1.76;
    margin: 0;
    max-width: 100%;
}

/* =========================================================
   CTA
========================================================= */

.doctors-cta-section {
    padding: 0 0 78px;
}

.doctors-cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background:
        radial-gradient(circle at 20% 20%, rgba(13,110,253,.10), transparent 32%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 34px;
    padding: 40px 44px;
    box-shadow: 0 24px 70px rgba(8,41,77,.08);
}

.doctors-cta-card h2 {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.12;
    margin-top: 18px;
    margin-bottom: 10px;
}

.doctors-cta-card p {
    color: #667085;
    font-size: 17px;
    line-height: 1.66;
    margin: 0;
    max-width: 100%;
}

.doctors-cta-btn {
    border-radius: 999px;
    padding: 15px 25px;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 16px 38px rgba(13,110,253,.26);
}

.doctors-cta-btn span {
    margin-left: 6px;
}

/* =========================================================
   FINAL WIDTH OVERRIDES
========================================================= */

.doctors-hero p,
.section-header p,
.guidelines-copy p,
.practice-copy p,
.clinical-note-card p,
.doctors-cta-card p,
.calculator-copy p,
.pathway-step p {
    max-width: 100% !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {
    .guidelines-feature-card,
    .practice-panel,
    .calculator-grid,
    .emphasis-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .doctors-hero {
        padding: 78px 0 86px;
    }

    .doctors-intro-section {
        margin-top: -22px;
        padding-top: 22px;
        padding-bottom: 54px;
    }

    .doctors-intro-panel,
    .pathway-panel,
    .guidelines-feature-card,
    .practice-panel,
    .clinical-note-card,
    .doctors-cta-card,
    .calculators-shell,
    .calculator-copy,
    .calculator-form-card {
        border-radius: 28px;
    }

    .doctors-intro-panel,
    .guidelines-feature-card,
    .practice-panel,
    .clinical-note-card,
    .doctors-cta-card {
        padding: 34px;
    }

    .doctors-cta-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .pathway-panel::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .doctors-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .doctors-hero {
        padding: 74px 0 76px;
    }

    .doctors-hero h1 {
        font-size: 44px;
    }

    .doctors-hero p {
        font-size: 16.5px;
    }

    .hero-actions {
        display: block;
    }

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

    .hero-actions .btn + .btn {
        margin-top: 10px;
    }

    .intro-metrics {
        grid-template-columns: 1fr;
    }

    .pathway-step {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .guideline-row {
        display: block;
    }

    .guideline-row a {
        display: inline-flex;
        margin-top: 12px;
        white-space: normal;
    }

    .doctors-intro-panel,
    .pathway-panel,
    .guidelines-feature-card,
    .practice-panel,
    .clinical-note-card,
    .doctors-cta-card,
    .calculators-shell,
    .calculator-copy,
    .calculator-form-card {
        border-radius: 24px;
    }

    .doctors-intro-panel,
    .pathway-panel,
    .guidelines-feature-card,
    .practice-panel,
    .clinical-note-card,
    .doctors-cta-card {
        padding: 26px;
    }

    .section-header h2,
    .guidelines-copy h2,
    .practice-copy h2 {
        font-size: 34px;
    }

    .section-header p,
    .guidelines-copy p,
    .practice-copy p,
    .doctors-intro-panel p {
        font-size: 17px;
    }

    .practice-item {
        grid-template-columns: 1fr;
    }

    .calculators-shell {
        padding: 22px;
    }

    .calculator-tabs {
        border-radius: 24px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .calculator-tab {
        width: 100%;
        padding: 12px;
    }

    .calculator-copy,
    .calculator-form-card {
        padding: 24px;
        border-radius: 24px;
    }

    .calculator-copy h3 {
        font-size: 32px;
    }

    .emphasis-items {
        grid-template-columns: 1fr;
    }

    .calculator-result strong {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .doctors-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .doctors-hero {
        padding: 70px 0 72px;
    }

    .breadcrumb-clean {
        font-size: 13px;
        padding: 7px 12px;
        margin-bottom: 12px;
    }

    .doctors-kicker,
    .section-kicker {
        font-size: 12.5px;
        padding: 7px 12px;
    }

    .doctors-hero h1 {
        font-size: 40px;
        margin-bottom: 14px;
    }

    .doctors-hero p {
        font-size: 16px;
        line-height: 1.6;
    }

    .doctors-intro-panel,
    .pathway-panel,
    .guidelines-feature-card,
    .practice-panel,
    .clinical-note-card,
    .doctors-cta-card {
        padding: 22px;
    }

    .calculators-shell {
        padding: 18px;
    }

    .calculator-copy,
    .calculator-form-card {
        padding: 20px;
    }

    .calculator-tabs {
        grid-template-columns: 1fr;
    }

    .calculator-copy h3 {
        font-size: 30px;
    }

    .clinical-note-card p,
    .doctors-cta-card p {
        font-size: 16px;
    }

    .doctors-cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* =========================================================
   OVERRIDE 2026 - DOCTORS INTRO, GUIDELINES, PRACTICE
========================================================= */

/* Intro nu mai intră peste hero */
.doctors-intro-section {
    margin-top: 0 !important;
    padding-top: 56px !important;
    padding-bottom: 70px !important;
}

.doctor-command-panel {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 34px;
    align-items: stretch;
    background:
        radial-gradient(circle at 92% 12%, rgba(13,110,253,.10), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94));
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 46px;
    box-shadow:
        0 26px 78px rgba(8,42,101,.10),
        inset 0 1px 0 rgba(255,255,255,.75);
}

.command-copy h2 {
    color: #08294d;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.055em;
    margin: 18px 0 18px;
}

.command-copy p {
    color: #667085;
    font-size: 18px;
    line-height: 1.78;
    margin: 0;
    max-width: 100%;
}

.command-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.command-btn-primary,
.command-btn-secondary {
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 900;
}

.command-btn-primary {
    box-shadow: 0 16px 38px rgba(13,110,253,.26);
}

.command-btn-secondary {
    background: #fff;
    border: 1px solid rgba(8,42,101,.12);
    color: #08294d;
    box-shadow: 0 12px 30px rgba(8,41,77,.06);
}

.command-btn-secondary:hover {
    color: #0d6efd;
    border-color: rgba(13,110,253,.25);
}

.command-dashboard {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.command-card {
    min-height: 132px;
    padding: 22px;
    border-radius: 26px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13,110,253,.08);
    box-shadow: 0 14px 36px rgba(8,41,77,.055);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.command-card.main {
    grid-row: span 2;
    background:
        radial-gradient(circle at 85% 12%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(160deg, #08294d, #0d6efd);
    color: #fff;
}

.command-card span {
    display: block;
    color: #667085;
    font-size: 13px;
    font-weight: 850;
    margin-bottom: 8px;
}

.command-card.main span {
    color: rgba(255,255,255,.72);
}

.command-card strong {
    display: block;
    color: #075bbb;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.command-card.main strong {
    color: #fff;
    font-size: 48px;
}

.command-card p {
    color: rgba(255,255,255,.78);
    line-height: 1.55;
    margin: 12px 0 0;
}

/* Official guidelines section */
.official-guidelines-panel {
    display: grid;
    grid-template-columns: .98fr 1.02fr;
    gap: 28px;
    background:
        radial-gradient(circle at 92% 10%, rgba(13,110,253,.08), transparent 30%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 42px;
    box-shadow: 0 26px 78px rgba(8,41,77,.09);
}

.official-guidelines-feature {
    padding: 8px 8px 8px 0;
}

.official-badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf4ff;
    color: #075bbb;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 18px;
}

.official-guidelines-feature h3 {
    color: #08294d;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
}

.official-guidelines-feature p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin-bottom: 22px;
}

.official-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.official-meta span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 850;
    font-size: 13px;
}

.official-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.official-primary-btn,
.official-secondary-btn {
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 900;
}

.official-primary-btn {
    box-shadow: 0 16px 38px rgba(13,110,253,.25);
}

.official-secondary-btn {
    background: #fff;
    border: 1px solid rgba(8,42,101,.12);
    color: #08294d;
}

.official-secondary-btn:hover {
    color: #0d6efd;
    border-color: rgba(13,110,253,.26);
}

.official-guidelines-list {
    display: grid;
    gap: 16px;
}

.official-link-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 22px;
    border-radius: 26px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    color: inherit;
    text-decoration: none;
    transition: all .22s ease;
}

.official-link-card:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,77,.08);
}

.official-link-card span {
    display: block;
    color: #075bbb;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 6px;
}

.official-link-card strong {
    display: block;
    color: #08294d;
    font-size: 19px;
    font-weight: 950;
    margin-bottom: 6px;
}

.official-link-card p {
    color: #667085;
    line-height: 1.58;
    margin: 0;
}

.official-link-card em {
    color: #0d6efd;
    font-style: normal;
    font-weight: 900;
    white-space: nowrap;
}

/* Practice materials */
.practice-suite {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 30px;
    background:
        radial-gradient(circle at 14% 18%, rgba(13,110,253,.08), transparent 28%),
        #fff;
    border: 1px solid rgba(8,42,101,.10);
    border-radius: 36px;
    padding: 42px;
    box-shadow: 0 26px 78px rgba(8,41,77,.09);
}

.practice-suite-feature {
    padding: 6px 6px 6px 0;
}

.practice-badge {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eaf4ff;
    color: #075bbb;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 18px;
}

.practice-suite-feature h3 {
    color: #08294d;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
}

.practice-suite-feature p {
    color: #667085;
    font-size: 18px;
    line-height: 1.76;
    margin-bottom: 24px;
}

.practice-feature-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.practice-feature-points span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    color: #075bbb;
    font-weight: 850;
    font-size: 13px;
}

.practice-suite-list {
    display: grid;
    gap: 14px;
}

.practice-resource-row {
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border-radius: 26px;
    background: #f8fbff;
    border: 1px solid rgba(13,110,253,.08);
    color: inherit;
    text-decoration: none;
    transition: all .22s ease;
}

.practice-resource-row:hover {
    transform: translateY(-2px);
    background: #fff;
    box-shadow: 0 18px 42px rgba(8,41,77,.08);
}

.resource-index {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #eef8ff, #dcefff);
    color: #075bbb;
    font-weight: 950;
}

.practice-resource-row strong {
    display: block;
    color: #08294d;
    font-size: 18px;
    font-weight: 950;
    margin-bottom: 5px;
}

.practice-resource-row p {
    color: #667085;
    line-height: 1.58;
    margin: 0;
}

.practice-resource-row em {
    color: #0d6efd;
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

/* Responsive overrides */
@media (max-width: 1199px) {
    .doctor-command-panel,
    .official-guidelines-panel,
    .practice-suite {
        grid-template-columns: 1fr;
    }

    .command-dashboard {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .command-card.main {
        grid-column: span 4;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .doctors-intro-section {
        padding-top: 42px !important;
        padding-bottom: 56px !important;
    }

    .doctor-command-panel,
    .official-guidelines-panel,
    .practice-suite {
        padding: 26px;
        border-radius: 28px;
    }

    .command-dashboard {
        grid-template-columns: 1fr;
    }

    .command-card.main {
        grid-column: auto;
    }

    .command-card.main strong {
        font-size: 42px;
    }

    .command-actions,
    .official-actions {
        display: block;
    }

    .command-actions .btn,
    .official-actions .btn {
        width: 100%;
    }

    .command-actions .btn + .btn,
    .official-actions .btn + .btn {
        margin-top: 10px;
    }

    .official-link-card {
        display: block;
    }

    .official-link-card em {
        display: inline-flex;
        margin-top: 12px;
    }

    .practice-resource-row {
        grid-template-columns: 1fr;
    }
}