.yg-page-detail {
    --yg-blue: #1B5190;
    --yg-sky: #56B7E8;
    --yg-ink: #10243D;
    --yg-text: #536277;
    --yg-muted: #7A889B;
    --yg-line: #E4ECF5;
    --yg-soft: #F6FAFE;
    background: #fff;
    color: var(--yg-ink);
}

.yg-page-detail,
.yg-page-detail * {
    box-sizing: border-box;
}

.yg-page-detail a {
    text-decoration: none;
}

.yg-page-hero {
    padding: 34px 0 64px;
    background:
        radial-gradient(circle at 14% 8%, rgba(86, 183, 232, 0.18), transparent 30%),
        linear-gradient(180deg, #F6FBFF 0%, #fff 100%);
    border-bottom: 1px solid var(--yg-line);
}

.yg-page-hero .container,
.yg-page-content-section .container {
    max-width: 1040px;
}

.yg-page-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 36px;
    color: var(--yg-muted);
    font-size: 13px;
    font-weight: 500;
}

.yg-page-breadcrumb a {
    color: var(--yg-muted);
}

.yg-page-breadcrumb a:hover,
.yg-page-breadcrumb span {
    color: var(--yg-blue);
}

.yg-page-breadcrumb i {
    color: #A7B4C5;
    font-size: 16px;
}

.yg-page-hero-inner span {
    display: block;
    color: var(--yg-blue);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.yg-page-hero h1 {
    max-width: 820px;
    margin: 10px 0 0;
    color: var(--yg-ink);
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: 0;
}

.yg-page-content-section {
    padding: 58px 0 92px;
    background: #F6F8FB;
}

.yg-page-content {
    padding: 38px 42px;
    color: var(--yg-text);
    background: #fff;
    border: 1px solid var(--yg-line);
    border-radius: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.86;
}

.yg-page-content > *:first-child {
    margin-top: 0;
}

.yg-page-content > *:last-child {
    margin-bottom: 0;
}

.yg-page-content :where(h1, h2, h3, h4, h5, h6) {
    margin: 34px 0 14px;
    color: var(--yg-ink);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.yg-page-content h1 {
    font-size: 34px;
}

.yg-page-content h2 {
    font-size: 28px;
}

.yg-page-content h3 {
    font-size: 23px;
}

.yg-page-content :where(p, ul, ol) {
    margin: 0 0 18px;
}

.yg-page-content :where(ul, ol) {
    padding-left: 22px;
}

.yg-page-content li + li {
    margin-top: 8px;
}

.yg-page-content :where(strong, b) {
    color: var(--yg-ink);
    font-weight: 700;
}

.yg-page-content a {
    color: var(--yg-blue);
    font-weight: 600;
}

.yg-page-content hr {
    margin: 30px 0;
    border: 0;
    border-top: 1px solid var(--yg-line);
}

@media (max-width: 767px) {
    .yg-page-hero {
        padding: 28px 0 46px;
    }

    .yg-page-hero h1 {
        font-size: 38px;
    }

    .yg-page-content-section {
        padding: 40px 0 58px;
    }

    .yg-page-content {
        padding: 26px 22px;
        border-radius: 12px;
        font-size: 15px;
    }
}
