.intro-video {
    position: relative;
    height: 675px;
    margin-bottom: 70px;
}

.intro-video iframe {
    width: 100%;
    height: 100%;
}

.intro-message {
    margin-bottom: 52px;
}

.intro-message h2 {
    margin: 0 0 22px;
    color: #4d4d4d;
    font-size: 33px;
    font-weight: 400;
    line-height: 1.38;
}

.intro-message h2 strong {
    color: #2aa2c8;
    font-weight: 400;
}

.intro-message p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

.doctor-profile {
    position: relative;
    min-height: 727px;
    margin-bottom: 80px;
    background: url("/assets/img/sub1_1_html/doctor.jpg") center center / cover no-repeat;
}

.doctor-info {
    position: absolute;
    top: 130px;
    left: 795px;
    width: 365px;
    padding: 0;
}

.doctor-info .eyebrow {
    margin-bottom: 20px;
    color: #777;
    font-size: 18px;
    line-height: 1.35;
}

.doctor-info .eyebrow span {
    display: block;
    color: #898989;
    font-size: 16px;
    letter-spacing: 1px;
}

.doctor-info h2 {
    margin: 0 0 36px;
    color: #3d3d3d;
    font-size: 45px;
    font-weight: 500;
}

.doctor-info ul {
    margin: 0;
    padding: 0;
}

.doctor-info li {
    margin-bottom: 16px;
    color: #555;
    font-size: 17px;
    line-height: 1.55;
}

.doctor-info li:before {
    content: "- ";
}

@media (max-width: 768px) {
    .doctor-profile {
        min-height: auto;
        padding-top: 82%;
        background-position: center top;
    }

    .doctor-info {
        position: static;
        width: auto;
        padding: 28px 20px 34px;
        background: #eef4fb;
    }

    .doctor-info h2 {
        font-size: 30px;
    }
}

.section-title {
    margin: 0 0 34px;
    color: #4c4c4c;
    font-size: 33px;
    font-weight: 400;
}

.section-title strong {
    color: #2aa2c8;
    font-weight: 400;
}

.academic-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 44px;
    margin-bottom: 88px;
}

.academic-item {
    padding-left: 18px;
    border-left: 4px solid #2aa2c8;
}

.academic-item h3 {
    margin: 0 0 8px;
    color: #555;
    font-size: 25px;
    font-weight: 500;
}

.academic-item .meta {
    margin-bottom: 10px;
    color: #666;
    font-size: 15px;
}

.academic-item p {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 36px;
}

.treatment-card {
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}

.treatment-card img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.treatment-card h3 {
    margin: 0;
    padding: 22px 10px;
    color: #555;
    font-size: 24px;
    font-weight: 400;
}
