:root{--ink:#183340;--muted:#647680;--brand:#147b83;--brand-dark:#0e5d64;--soft:#eef7f5;--line:#dce8e6;--white:#fff;--shadow:0 24px 70px rgba(24,51,64,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.narrow{max-width:780px}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto;line-height:1.2}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:var(--white);background:var(--brand);font-weight:700}.brand strong,.brand small{display:block}.brand small{margin-top:3px;color:var(--muted);font-size:12px}.main-nav,.header-actions,.hero-actions,.trust-row{display:flex;align-items:center;gap:18px}.main-nav a{font-weight:600;font-size:15px}
.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:12px 20px;border-radius:999px;color:var(--white);background:var(--brand);font-weight:700;transition:.2s ease}.button:hover{color:var(--white);background:var(--brand-dark);transform:translateY(-1px)}.button-light{color:var(--brand-dark);background:var(--soft);border:1px solid var(--line)}
.hero{padding:78px 0 86px;background:linear-gradient(135deg,#f7fbfa 0%,#e5f3f1 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px}.eyebrow{display:block;margin-bottom:14px;color:var(--brand);font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{margin-top:0;line-height:1.12}h1{margin-bottom:24px;font-size:clamp(43px,6vw,76px);letter-spacing:-.045em}h2{margin-bottom:22px;font-size:clamp(32px,4vw,48px);letter-spacing:-.035em}h3{margin-bottom:10px;font-size:23px}p{margin:0 0 18px}.lead{max-width:700px;color:var(--muted);font-size:clamp(18px,2vw,22px)}.hero-actions{margin:32px 0;flex-wrap:wrap}.trust-row{color:var(--muted);font-size:14px;flex-wrap:wrap}.hero-visual{min-height:520px;display:grid;place-content:center;padding:30px;text-align:center;border-radius:30px 30px 120px 30px;background:linear-gradient(145deg,#d6ebe7,#fff);box-shadow:var(--shadow)}.hero-visual span{font-size:30px;font-weight:700}.hero-visual small{display:block;color:var(--muted)}
.section{padding:92px 0}.section-soft{background:var(--soft)}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.intro-grid p{font-size:19px}.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:42px}.card{padding:28px;border-radius:22px;background:var(--white);border:1px solid var(--line)}.card>span{display:inline-grid;place-items:center;width:42px;height:42px;margin-bottom:28px;border-radius:50%;color:var(--brand);background:var(--soft);font-weight:800}.card p{color:var(--muted)}.service-section{background:var(--ink);color:var(--white)}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(255,255,255,.15)}.service-grid article{padding:50px;background:var(--ink)}.service-grid p{color:#c7d4d8}.text-link{color:#7fd3cd;font-weight:800}
.page-hero{min-height:68vh;display:grid;align-items:center;padding:90px 0;background:linear-gradient(135deg,#f7fbfa 0%,#e5f3f1 100%)}.page-hero h1{font-size:clamp(42px,7vw,72px)}.notice{margin:32px 0;padding:18px 20px;border:1px solid #b8d8d4;border-radius:15px;color:var(--brand-dark);background:rgba(255,255,255,.7)}
.site-footer{padding:50px 0;background:#102630;color:var(--white)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-grid strong,.footer-grid a{display:block}.footer-grid a,.footer-grid p{margin-top:8px;color:#b8c8ce}
@media(max-width:980px){.main-nav{display:none}.header-actions .button-light{display:none}.hero-grid,.intro-grid{grid-template-columns:1fr;gap:46px}.hero-visual{min-height:360px}.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.header-inner{min-height:72px;gap:10px}.brand small{display:none}.brand-mark{width:38px;height:38px}.header-actions .button{min-height:42px;padding:9px 14px;font-size:13px}.hero{padding:50px 0 60px}.section{padding:66px 0}.hero-actions,.hero-actions .button{width:100%}.cards,.service-grid,.footer-grid{grid-template-columns:1fr}.service-grid article{padding:34px 24px}.hero-visual{min-height:280px;border-radius:24px 24px 80px 24px}}
@media (max-width:640px) {
    .header-inner {
        flex-wrap: wrap;
        padding: 10px 0 12px;
    }

    .brand {
        width: 100%;
        margin-right: 0;
    }

    .header-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 8px;
    }

    .header-actions .button-light {
        display: inline-flex;
    }

    .header-actions .button {
        min-height: 42px;
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
    }
}
.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    background: var(--soft);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px auto;
    border-radius: 2px;
    background: var(--ink);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

@media (max-width:980px) {
    .header-inner {
        position: relative;
    }

    .menu-toggle {
        display: block;
        flex: 0 0 44px;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 0 0 18px 18px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a {
        padding: 14px 16px;
        border-radius: 10px;
    }

    .main-nav a:hover {
        color: var(--brand-dark);
        background: var(--soft);
    }

    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }
}

@media (max-width:640px) {
    .brand {
        width: auto;
        padding-right: 50px;
    }

    .menu-toggle {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .header-actions {
        margin-top: 2px;
    }
}
.hero-visual {
    position: relative;
    display: block;
    height: 520px;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

.hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero-doctor-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 35px rgba(24, 51, 64, 0.16);
    backdrop-filter: blur(10px);
}

.hero-doctor-card strong {
    display: block;
    color: var(--ink);
    font-size: 18px;
}

.hero-doctor-card span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 14px;
}

@media (max-width:980px) {
    .hero-visual {
        height: 440px;
        min-height: 0;
    }
}

@media (max-width:640px) {
    .hero-visual {
        height: 390px;
        min-height: 0;
        border-radius: 24px 24px 80px 24px;
    }

    .hero-doctor-card {
        right: 14px;
        bottom: 14px;
        left: 14px;
        padding: 14px 16px;
    }

    .hero-doctor-card strong {
        font-size: 16px;
    }

    .hero-doctor-card span {
        font-size: 13px;
    }
}
.brand-logo {
    display: block;
    width: 260px;
    max-width: 100%;
    height: auto;
    max-height: 72px;
    object-fit: contain;
    object-position: left center;
}

@media (max-width:980px) {
    .brand-logo {
        width: 225px;
        max-height: 64px;
    }
}

@media (max-width:640px) {
    .brand-logo {
        width: 190px;
        max-width: calc(100vw - 110px);
        max-height: 54px;
    }
}
.original-hero {
    position: relative;
    min-height: 640px;
    overflow: hidden;
    background: var(--ink);
}

.original-hero-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.original-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(15, 32, 40, 0.48) 0%,
        rgba(15, 32, 40, 0.2) 58%,
        rgba(15, 32, 40, 0.08) 100%
    );
}

.original-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 640px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
}

.original-hero h1 {
    max-width: 1100px;
    margin: 0;
    color: var(--white);
    font-size: clamp(38px, 4.2vw, 62px);
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0.015em;
    text-shadow: 0 4px 35px rgba(0, 0, 0, 0.75);
}

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

.button-white {
    color: var(--brand-dark);
    background: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.button-white:hover {
    color: var(--white);
    background: var(--brand-dark);
}

@media (max-width:980px) {
    .original-hero,
    .original-hero-content {
        min-height: 570px;
    }

    .original-hero h1 {
        max-width: 850px;
    }
}

@media (max-width:640px) {
    .original-hero,
    .original-hero-content {
        min-height: 570px;
    }

    .original-hero-image {
        object-position: 58% center;
    }

    .original-hero-overlay {
        background: rgba(15, 32, 40, 0.36);
    }

    .original-hero-content {
        justify-content: flex-end;
        padding-top: 60px;
        padding-bottom: 42px;
    }

    .original-hero h1 {
        font-size: clamp(30px, 8.5vw, 39px);
        line-height: 1.22;
    }

    .original-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        margin-top: 28px;
    }

    .original-hero-actions .button {
        width: 100%;
    }
}
.text-container {
    max-width: 1120px;
}

.introduction-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.introduction-section p {
    color: var(--ink);
    font-size: 18px;
    line-height: 1.8;
}

.introduction-section p:last-child {
    margin-bottom: 0;
}

.doctor-section {
    background: linear-gradient(135deg, #f7f4fb 0%, #eef7f5 100%);
}

.doctor-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 76px;
}

.doctor-image {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.doctor-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 454 / 636;
    object-fit: cover;
    object-position: center top;
}

.doctor-content {
    max-width: 680px;
}

.doctor-intro {
    color: var(--ink);
    font-size: 20px;
    line-height: 1.7;
}

.doctor-qualifications {
    margin: 30px 0;
    padding: 24px 26px;
    border-left: 4px solid var(--brand);
    border-radius: 0 16px 16px 0;
    background: rgba(255, 255, 255, 0.72);
}

.doctor-qualifications strong,
.doctor-qualifications span {
    display: block;
}

.doctor-qualifications strong {
    margin-bottom: 7px;
    font-size: 19px;
}

.doctor-qualifications span {
    color: var(--muted);
    line-height: 1.6;
}

.doctor-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 32px;
}

.dark-link {
    color: var(--brand-dark);
}

@media (max-width:980px) {
    .doctor-grid {
        grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
        gap: 44px;
    }
}

@media (max-width:720px) {
    .introduction-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .introduction-section p {
        font-size: 16px;
        line-height: 1.75;
    }

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

    .doctor-image {
        max-width: 430px;
        margin: 0 auto;
    }

    .doctor-content {
        max-width: none;
    }

    .doctor-intro {
        font-size: 18px;
    }

    .doctor-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
    }

    .doctor-actions .button {
        width: 100%;
    }

    .doctor-actions .text-link {
        text-align: center;
    }
}