:root {
    --doctor-primary: #0097dc;
    --doctor-accent: #0097dc;
    --doctor-text: #17233c;
    --doctor-muted: #647088;
    --doctor-border: #e7edf6;
    --doctor-soft: #f6f9fd;
    --doctor-radius: 12px;
}

.doctor-profile {
    background: #fff;
    color: var(--doctor-text);
    font-family: inherit;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 18px 0 44px;
}

.doctor-profile > .container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    padding-left: 0;
    padding-right: 0;
    width: min(1270px, calc(100vw - 40px));
}

.doctor-profile *,
.doctor-profile *::before,
.doctor-profile *::after {
    box-sizing: border-box;
}

.doctor-profile__hero > *,
.doctor-profile__section,
.doctor-profile__case,
.doctor-profile__intro,
.doctor-profile__before-after > *,
.doctor-profile__cta > *,
.doctor-profile__credentials > * {
    min-width: 0;
}

.doctor-profile a {
    color: inherit;
    text-decoration: none;
}

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

.doctor-profile__breadcrumb {
    align-items: center;
    color: var(--doctor-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.5;
    margin: 0 0 24px;
    order: 1;
}

.doctor-profile__breadcrumb strong,
.doctor-profile__breadcrumb a:hover {
    color: var(--doctor-primary);
}

.doctor-profile__hero {
    display: grid;
    gap: 24px;
    margin-bottom: 24px;
    order: 2;
}

.doctor-profile__photo {
    align-items: center;
    aspect-ratio: 3 / 4;
    background: #e8edf6;
    border-radius: 10px;
    display: flex;
    height: auto;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    /* padding: 24px 24px 0; */
    width: min(100%, 260px);
}

.doctor-profile__photo img {
    height: 100%;
    /* object-fit: contain; */
    object-position: center bottom;
    width: 100%;
}

.doctor-profile__intro {
    align-self: center;
}

.doctor-profile__eyebrow {
    color: var(--doctor-accent);
    font-size: 21px;
    font-weight: 500;
    letter-spacing: .02em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.doctor-profile h1 {
    color: var(--doctor-primary);
    font-size: clamp(34px, 10vw, 56px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: .98;
    margin: 0 0 14px;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.doctor-profile__role {
    align-items: center;
    color: var(--doctor-text);
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(17px, 4vw, 21px);
    gap: 12px;
    line-height: 1.4;
    margin: 0;
}

.doctor-profile__role strong {
    color: var(--doctor-accent);
    font-weight: 500;
}

.doctor-profile__role span {
    background: #cfd8e6;
    display: inline-block;
    height: 24px;
    width: 1px;
}

.doctor-profile__stats {
    border-bottom: 0;
    border-top: 0;
    box-shadow: inset 0 1px 0 #d9e4f2, inset 0 -1px 0 #d9e4f2;
    display: grid;
    gap: 18px;
    margin: 26px 0;
    padding: 22px 0;
}

.doctor-profile__stat {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 42px 1fr;
}

.doctor-profile__stat i {
    align-items: center;
    border: 1px solid #b8c7dc;
    border-radius: 50%;
    color: var(--doctor-primary);
    display: flex;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.doctor-profile__stat strong {
    color: var(--doctor-primary);
    display: block;
    font-size: 18px;
    line-height: 1.2;
}

.doctor-profile__stat span {
    color: var(--doctor-muted);
    display: block;
    font-size: 13px;
    line-height: 1.45;
    margin-top: 4px;
}

.doctor-profile__quote {
    border: 1px solid var(--doctor-border);
    border-radius: var(--doctor-radius);
    color: var(--doctor-text);
    font-size: clamp(16px, 2.4vw, 18px);
    font-weight: 500;
    line-height: 1.65;
    margin: 0;
    padding: 44px 38px 34px 104px;
    position: relative;
    overflow-wrap: anywhere;
    font-style: normal;
}

.doctor-profile__quote::before {
    background: url(https://cdn.diemnhangroup.com/nhakhoashark.vn/2026/05/quote-1.png) no-repeat center / contain;
    content: "";
    height: 23px;
    left: 32px;
    position: absolute;
    top: 30px;
    width: 23px;
}

.doctor-profile__section {
    border: 1px solid var(--doctor-border);
    border-radius: var(--doctor-radius);
    margin-top: 24px;
    padding: 22px;
}

.doctor-profile__section[aria-labelledby="doctor-about-title"] {
    order: 3;
}

.doctor-profile__credentials {
    order: 4;
}

.doctor-profile__section[aria-labelledby="doctor-treatment-title"] {
    order: 5;
}

.doctor-profile__cases {
    order: 6;
    padding-left: 28px;
    padding-right: 28px;
}

.doctor-profile__activities {
    order: 7;
    padding-left: 28px;
    padding-right: 28px;
}

.doctor-profile__cta {
    order: 8;
}

.doctor-profile__section h2,
.doctor-profile__cta h2 {
    color: var(--doctor-primary);
    font-size: clamp(22px, 5vw, 22px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 22px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}

.doctor-profile__section h2::after,
.doctor-profile__cta h2::after {
    background: var(--doctor-accent);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 42px;
}

.doctor-profile__text p {
    color: #1f2c45;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 12px;
    overflow-wrap: anywhere;
}

.doctor-profile__text p:last-child {
    margin-bottom: 0;
}

.doctor-profile__chips {
    display: grid;
    gap: 12px;
}

.doctor-profile__chips span {
    align-items: center;
    border: 1px solid var(--doctor-border);
    border-radius: 9px;
    color: var(--doctor-text);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    min-height: 46px;
    padding: 10px 14px;
}

.doctor-profile__chips i {
    color: var(--doctor-primary);
    font-size: 13px;
}

.doctor-profile__section-head {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.doctor-profile__section-head h2 {
    margin-bottom: 0;
}

.doctor-profile__section-head a {
    align-items: center;
    align-self: flex-end;
    background: var(--doctor-primary);
    border: 1px solid var(--doctor-primary);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    min-height: 36px;
    padding: 8px 14px;
    white-space: nowrap;
}

.doctor-profile__activities-head {
    margin-bottom: 30px;
}

.doctor-profile__activities-head > div {
    max-width: 650px;
}

.doctor-profile__activities-head p {
    color: var(--doctor-text);
    font-size: 16px;
    line-height: 1.65;
    margin: 14px 0 0;
}

.doctor-profile__activities-head a {
    background: #fff;
    border-color: rgba(0, 151, 220, .65);
    color: var(--doctor-primary);
    font-size: 13px;
    min-height: 36px;
    padding: 8px 14px;
}

.doctor-profile__activity-grid {
    display: grid;
    gap: 26px;
}

.doctor-profile__activity-card {
    background: #fff;
    border: 1px solid var(--doctor-border);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(23, 35, 60, .08);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.doctor-profile__activity-image {
    background: #e8edf6;
    display: block;
    overflow: hidden;
}

.doctor-profile__activity-image img {
    aspect-ratio: 440 / 290;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.doctor-profile__activity-card:hover .doctor-profile__activity-image img {
    transform: scale(1.035);
}

.doctor-profile__activity-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px 26px 24px;
}

.doctor-profile__activity-tag {
    align-items: center;
    align-self: flex-start;
    background: rgba(0, 151, 220, .09);
    border-radius: 999px;
    color: var(--doctor-primary);
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 10px 16px;
    text-transform: uppercase;
}

.doctor-profile__activity-tag i {
    font-size: 15px;
}

.doctor-profile__activity-card h3 {
    color: var(--doctor-primary);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 18px;
    overflow-wrap: anywhere;
}

.doctor-profile__activity-card p {
    color: #334058;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 34px;
}

.doctor-profile__activity-meta {
    border-top: 1px solid var(--doctor-border);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    padding-top: 20px;
}

.doctor-profile__activity-meta span {
    align-items: center;
    color: #4d5a72;
    display: flex;
    font-size: 14px;
    gap: 10px;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
}

.doctor-profile__activity-meta span + span {
    border-left: 1px solid var(--doctor-border);
    padding-left: 18px;
}

.doctor-profile__activity-meta i {
    color: var(--doctor-primary);
    flex: 0 0 auto;
    font-size: 15px;
}

.doctor-profile__case-grid {
    display: grid;
    gap: 16px;
}

.doctor-profile__case {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.doctor-profile__case h3 {
    border: 1px solid var(--doctor-border);
    border-radius: 10px;
    color: var(--doctor-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 22px;
    min-height: 60px;
    padding: 12px 18px;
    text-align: center;
    text-transform: none;
}

.doctor-profile__before-after {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
}

.doctor-profile__before-after figure {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    overflow: visible;
}

.doctor-profile__before-after img {
    aspect-ratio: 493 / 229;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.doctor-profile__before-after figcaption {
    color: var(--doctor-text);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.doctor-profile__case dl {
    display: grid;
    gap: 12px;
    margin: 0 0 26px;
}

.doctor-profile__case dl div {
    display: grid;
    gap: 4px;
}

.doctor-profile__case dt {
    color: var(--doctor-primary);
    font-size: 13px;
    font-weight: 800;
    text-transform: none;
    white-space: nowrap;
}

.doctor-profile__case dd {
    color: #1f2c45;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
    overflow-wrap: anywhere;
    text-transform: none;
}

.doctor-profile__case-link {
    align-items: center;
    background: var(--doctor-primary);
    border: 1px solid var(--doctor-primary);
    border-radius: 7px;
    box-shadow: 0 6px 14px rgba(0, 145, 220, .14);
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 6px;
    justify-content: center;
    line-height: 1.3;
    margin: auto auto 0;
    min-height: 36px;
    padding: 8px 14px;
    text-decoration: none;
    white-space: nowrap;
}

.doctor-profile__case-link:hover,
.doctor-profile__case-link:focus {
    background: #007fc7;
    border-color: #007fc7;
    color: #fff !important;
}

.doctor-profile__note {
    color: var(--doctor-primary);
    font-size: 13px;
    font-weight: 700;
    margin: 18px 0 0;
    text-align: center;
}

.doctor-profile__credentials {
    display: grid;
    gap: 28px;
}

.doctor-profile__column h2 {
    font-size: clamp(20px, 4.5vw, 22px);
}

.doctor-profile__timeline {
    border-left: 2px solid #d9e2ef;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0 0 0 24px;
    position: relative;
}

.doctor-profile__timeline li {
    margin: 0 0 24px;
    position: relative;
}

.doctor-profile__timeline li:last-child {
    margin-bottom: 0;
}

.doctor-profile__timeline li::before {
    background: var(--doctor-primary);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d9e2ef;
    content: "";
    height: 14px;
    left: -32px;
    position: absolute;
    top: 4px;
    width: 14px;
}

.doctor-profile__timeline time {
    color: var(--doctor-primary);
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.doctor-profile__timeline p {
    color: #1f2c45;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.doctor-profile__check-list {
    display: grid;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.doctor-profile__check-list li {
    color: #1f2c45;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 38px;
    position: relative;
}

.doctor-profile__check-list li::before {
    align-items: center;
    background: var(--doctor-primary);
    border-radius: 50%;
    color: #fff;
    content: "\f00c";
    display: flex;
    font-family: "Font Awesome 5 Free";
    font-size: 11px;
    font-weight: 900;
    height: 22px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 1px;
    width: 22px;
}

.doctor-profile__cta {
    background: linear-gradient(135deg, #0097dc 0%, #0088c8 55%, #006ea8 100%);
    border-radius: var(--doctor-radius);
    color: #fff;
    display: grid;
    gap: 24px;
    margin-top: 24px;
    overflow: hidden;
    padding: 24px;
}

.doctor-profile__cta h2 {
    color: #fff;
    font-size: clamp(20px, 4.6vw, 26px);
    margin-bottom: 12px;
}

.doctor-profile__cta h2 span {
    display: block;
}

.doctor-profile__cta p {
    color: rgba(255, 255, 255, .85);
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 18px;
}

.doctor-profile__button {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    color: var(--doctor-primary) !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.doctor-profile__button:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .2);
    transform: translateY(-2px);
}

.doctor-profile__cta-item {
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, .22);
    display: grid;
    gap: 14px;
    grid-template-columns: 44px 1fr;
    padding-top: 22px;
}

.doctor-profile__cta-item i {
    align-items: center;
    border: 2px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    display: flex;
    font-size: 20px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.doctor-profile__cta-item span,
.doctor-profile__cta-item small {
    color: rgba(255, 255, 255, .85);
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.doctor-profile__cta-item strong {
    color: #fff;
    display: block;
    font-size: clamp(20px, 5vw, 34px);
    line-height: 1.2;
    margin: 4px 0;
}

@media (min-width: 550px) {
    .doctor-profile > .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1270px;
        width: min(1270px, calc(100vw - 40px));
    }

    .doctor-profile {
        padding-top: 24px;
    }

    .doctor-profile__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .doctor-profile__stat {
        align-items: start;
        grid-template-columns: 46px 1fr;
    }

    .doctor-profile__stat:not(:last-child) {
        border-right: 1px solid var(--doctor-border);
        padding-right: 16px;
    }

    .doctor-profile__chips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 549px) {
    .doctor-profile > .container {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: calc(100vw - 24px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: calc(100vw - 24px) !important;
    }

    .doctor-profile {
        padding: 70px 0 34px;
    }

    .doctor-profile__breadcrumb {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .doctor-profile__hero {
        gap: 18px;
        margin-bottom: 0px;
    }

    .doctor-profile__photo {
        aspect-ratio: 3 / 4;
        border-radius: 9px;
        padding: 14px 12px 0;
        width: min(100%, 240px);
    }

    .doctor-profile__eyebrow {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .doctor-profile h1 {
        font-size: clamp(27px, 8.2vw, 34px);
        line-height: 1.05;
        margin-bottom: 10px;
    }

    .doctor-profile__role {
        font-size: 16px;
        gap: 8px;
    }

    .doctor-profile__role span {
        height: 18px;
    }

    .doctor-profile__stats {
        gap: 14px;
        margin: 18px 0;
        padding: 18px 0;
    }

    .doctor-profile__stat {
        gap: 12px;
        grid-template-columns: 38px 1fr;
    }

    .doctor-profile__stat i {
        font-size: 18px;
        height: 38px;
        width: 38px;
    }

    .doctor-profile__stat strong {
        font-size: 17px;
    }

    .doctor-profile__stat span {
        font-size: 12px;
    }

    .doctor-profile__quote {
        font-size: 15px;
        line-height: 1.6;
        padding: 32px 20px 24px 62px;
        word-break: normal;
    }

    .doctor-profile__quote::before {
        height: 20px;
        left: 16px;
        top: 24px;
        width: 20px;
    }

    .doctor-profile__section {
        margin-top: 18px;
        padding: 20px 16px;
    }

    .doctor-profile__section h2,
    .doctor-profile__cta h2,
    .doctor-profile__column h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .doctor-profile__cta h2 {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    .doctor-profile__cta p {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .doctor-profile__text p {
        font-size: 15px;
        line-height: 1.75;
        word-break: normal;
    }

    .doctor-profile__chips {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doctor-profile__chips span {
        align-items: flex-start;
        background: linear-gradient(180deg, rgba(0, 151, 220, .08), rgba(0, 151, 220, .03));
        border-color: rgba(0, 151, 220, .18);
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 151, 220, .06);
        flex-direction: column;
        font-size: 12px;
        justify-content: space-between;
        line-height: 1.35;
        min-height: 86px;
        padding: 12px;
    }

    .doctor-profile__chips i {
        align-items: center;
        background: #fff;
        border: 1px solid rgba(0, 151, 220, .28);
        border-radius: 50%;
        display: flex;
        font-size: 0;
        height: 18px;
        justify-content: center;
        width: 18px;
    }

    .doctor-profile__chips i::before {
        background: var(--doctor-primary);
        border-radius: 50%;
        content: "";
        height: 7px;
        width: 7px;
    }

    .doctor-profile__section-head {
        gap: 12px;
    }

    .doctor-profile__section-head a {
        font-size: 12px;
        min-height: 34px;
        padding: 7px 12px;
    }

    .doctor-profile__activities {
        padding-left: 16px;
        padding-right: 16px;
    }

    .doctor-profile__activities-head {
        margin-bottom: 22px;
    }

    .doctor-profile__activities-head p {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 12px;
    }

    .doctor-profile__activities-head a {
        align-self: flex-end;
        font-size: 12px;
        min-height: 34px;
        padding: 7px 12px;
    }

    .doctor-profile__activity-grid {
        gap: 18px;
    }

    .doctor-profile__activity-body {
        padding: 20px 18px 18px;
    }

    .doctor-profile__activity-tag {
        font-size: 11px;
        gap: 8px;
        margin-bottom: 16px;
        padding: 9px 13px;
    }

    .doctor-profile__activity-card h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .doctor-profile__activity-card p {
        font-size: 13px;
        margin-bottom: 24px;
    }

    .doctor-profile__activity-meta {
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        padding-top: 16px;
    }

    .doctor-profile__activity-meta span {
        font-size: 13px;
    }

    .doctor-profile__activity-meta span + span {
        border-left: 0;
        padding-left: 0;
        justify-content: flex-end;
    }

    .doctor-profile__case-grid {
        gap: 24px;
    }

    .doctor-profile__case:not(:last-child) {
        border-bottom: 1px solid var(--doctor-border);
        padding-bottom: 24px;
    }

    .doctor-profile__case h3 {
        font-size: 15px;
        margin-bottom: 14px;
        min-height: 48px;
        padding: 10px 12px;
    }

    .doctor-profile__before-after {
        gap: 8px;
        margin-bottom: 18px;
    }

    .doctor-profile__before-after figure {
        gap: 5px;
    }

    .doctor-profile__before-after img {
        aspect-ratio: 493 / 229;
        border-radius: 7px;
    }

    .doctor-profile__before-after figcaption {
        font-size: 9px;
    }

    .doctor-profile__case dl {
        gap: 14px;
    }

    .doctor-profile__case dl div {
        gap: 6px;
        grid-template-columns: 1fr;
    }

    .doctor-profile__case dt,
    .doctor-profile__case dd {
        font-size: 14px;
        word-break: normal;
    }

    .doctor-profile__case dt {
        letter-spacing: .01em;
    }

    .doctor-profile__case dd {
        line-height: 1.55;
    }

    .doctor-profile__note {
        font-size: 12px;
        margin-top: 16px;
    }

    .doctor-profile__credentials {
        gap: 24px;
    }

    .doctor-profile__column:not(:last-child) {
        border-bottom: 1px solid var(--doctor-border);
        padding-bottom: 22px;
    }

    .doctor-profile__timeline {
        margin-left: 14px;
        padding-left: 20px;
    }

    .doctor-profile__timeline li::before {
        left: -28px;
    }

    .doctor-profile__timeline time,
    .doctor-profile__timeline p,
    .doctor-profile__check-list li {
        font-size: 13px;
    }

    .doctor-profile__check-list {
        gap: 14px;
    }

    .doctor-profile__check-list li {
        padding-left: 32px;
    }

    .doctor-profile__cta {
        gap: 16px;
        margin-top: 18px;
        padding: 18px 16px;
    }

    .doctor-profile__button {
        font-size: 13px;
        min-height: 44px;
        padding: 10px 18px;
        width: 100%;
    }

    .doctor-profile__cta-item {
        gap: 12px;
        grid-template-columns: 34px 1fr;
        padding-top: 16px;
    }

    .doctor-profile__cta-item i {
        font-size: 15px;
        height: 34px;
        width: 34px;
    }

    .doctor-profile__cta-item span,
    .doctor-profile__cta-item small {
        font-size: 12px;
    }

    .doctor-profile__cta-item strong {
        font-size: 18px;
        line-height: 1.25;
    }
}

@media (min-width: 768px) {
    .doctor-profile {
        padding-bottom: 60px;
    }

    .doctor-profile__hero {
        align-items: center;
        gap: 32px;
        grid-template-columns: 240px minmax(0, 1fr);
        margin-bottom: 26px;
    }

    .doctor-profile__photo {
        aspect-ratio: 3 / 4;
        width: 100%;
    }

    .doctor-profile h1 {
        font-size: clamp(32px, 4vw, 40px);
        margin-bottom: 10px;
    }

    .doctor-profile__eyebrow {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .doctor-profile__stats {
        gap: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 18px 0;
        padding: 18px 0;
    }

    .doctor-profile__stat {
        gap: 12px;
        grid-template-columns: 40px 1fr;
        padding: 0 16px;
    }

    .doctor-profile__stat:first-child {
        padding-left: 0;
    }

    .doctor-profile__stat i {
        font-size: 19px;
        height: 40px;
        width: 40px;
    }

    .doctor-profile__stat strong {
        font-size: 17px;
    }

    .doctor-profile__stat span {
        font-size: 12px;
    }

    .doctor-profile__quote {
        font-size: 14px;
        padding: 50px 30px 24px 70px;
    }

    .doctor-profile__section {
        margin-top: 30px;
        padding: 26px 42px;
    }

    .doctor-profile__section-head {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

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

    .doctor-profile__activity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .doctor-profile__case-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }

    .doctor-profile__case {
        padding: 0;
    }

    .doctor-profile__credentials {
        grid-template-columns: 1fr;
    }

    .doctor-profile__cta {
        align-items: center;
        margin-top: 30px;
        padding: 36px 42px;
    }

}

@media (min-width: 1024px) {
    .doctor-profile__breadcrumb {
        margin-bottom: 18px;
    }

    .doctor-profile__hero {
        gap: 46px;
        grid-template-columns: 260px minmax(0, 1fr);
        margin-bottom: 26px;
    }

    .doctor-profile h1 {
        font-size: clamp(32px, 3.2vw, 34px);
        margin-bottom: 10px;
    }

    .doctor-profile__eyebrow {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .doctor-profile__role {
        font-size: 16px;
    }

    .doctor-profile__photo {
        aspect-ratio: 3 / 4;
        min-height: 0;
    }

    .doctor-profile__section {
        padding: 28px 46px;
    }

    .doctor-profile__cases {
        padding-left: 24px;
        padding-right: 24px;
    }

    .doctor-profile__activities {
        padding-left: 24px;
        padding-right: 24px;
    }

    .doctor-profile__activity-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .doctor-profile__case-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
    }

    .doctor-profile__case {
        padding: 18px 14px;
    }

    .doctor-profile__case:not(:last-child) {
        border-right: 1px solid var(--doctor-border);
    }

    .doctor-profile__case h3 {
        font-size: 15px;
        margin-bottom: 24px;
        min-height: 64px;
    }

    .doctor-profile__before-after {
        gap: 8px;
        margin-bottom: 22px;
    }

    .doctor-profile__before-after img {
        aspect-ratio: 493 / 229;
        border-radius: 7px;
    }

    .doctor-profile__before-after figcaption {
        font-size: 11px;
    }

    .doctor-profile__case dl {
        gap: 16px;
    }

    .doctor-profile__case dl div {
        grid-template-columns: 104px 1fr;
        gap: 10px;
    }

    .doctor-profile__case dt,
    .doctor-profile__case dd {
        font-size: 14px;
    }

    .doctor-profile__case dd {
        line-height: 1.65;
    }

    .doctor-profile__credentials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .doctor-profile__column:not(:last-child) {
        border-right: 1px solid var(--doctor-border);
        padding-right: 30px;
    }

    .doctor-profile__cta {
        grid-template-columns: 1.2fr .9fr 1fr;
    }

    .doctor-profile__cta-item {
        border-left: 1px solid rgba(255, 255, 255, .28);
        border-top: 0;
        min-height: 128px;
        padding-left: 34px;
        padding-top: 0;
    }
}

@media (max-width: 360px) {
    .doctor-profile__section,
    .doctor-profile__cta {
        padding-left: 16px;
        padding-right: 16px;
    }

    .doctor-profile__quote {
        padding-left: 46px;
    }

    .doctor-profile__quote::before {
        left: 16px;
    }
}
