.welfare-page {
    background: #f4f8ff;
    color: #16243a;
}

.welfare-hero {
    min-height: 560px;
    padding: 150px 0 72px;
    background: url("../image/planBg.png") center top / cover no-repeat, linear-gradient(135deg, #0757d8 0%, #17b4d8 100%);
    color: #fff;
}

.welfare-hero h1 {
    font-size: 54px;
    line-height: 1.15;
    margin: 0;
    font-weight: 700;
}

.welfare-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .9);
}

.welfare-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.welfare-hero-card {
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    padding: 22px;
}

.welfare-hero-card strong {
    display: block;
    font-size: 28px;
    margin-bottom: 4px;
}

.welfare-anchor {
    position: sticky;
    top: 86px;
    z-index: 2;
    background: rgba(244, 248, 255, .96);
    border-bottom: 1px solid #e2ebf7;
    backdrop-filter: blur(10px);
}

.welfare-anchor .container-xxl {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-top: 12px;
    padding-bottom: 12px;
}

.welfare-anchor a {
    flex: 0 0 auto;
    color: #2c4668;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dfe9f6;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 14px;
}

.welfare-anchor a:hover {
    color: #0d6efd;
    border-color: #9bc5ff;
}

.welfare-section {
    padding: 72px 0;
}

.welfare-section:nth-child(even) {
    background: #fff;
}

.welfare-title {
    max-width: 820px;
    margin-bottom: 28px;
}

.welfare-eyebrow {
    color: #0d6efd;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.welfare-title h2 {
    font-size: 34px;
    line-height: 1.25;
    margin: 0;
    font-weight: 700;
}

.welfare-title p {
    color: #5b6b82;
    font-size: 17px;
    line-height: 1.8;
    margin: 12px 0 0;
}

.welfare-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e4edf8;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 8px 22px rgba(20, 76, 150, .06);
}

.welfare-section:nth-child(even) .welfare-card {
    background: #f8fbff;
}

.welfare-card h3 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 700;
}

.welfare-card p,
.welfare-card li {
    color: #5b6b82;
    font-size: 16px;
    line-height: 1.75;
}

.welfare-card ul {
    padding-left: 18px;
    margin: 0;
}

.welfare-number {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #eaf3ff;
    color: #0d6efd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 14px;
}

.welfare-media {
    background: #eef6ff;
    border: 1px solid #dfeaf7;
    border-radius: 8px;
    padding: 18px;
    overflow: hidden;
}

.welfare-media img {
    width: 100%;
    height: auto;
    display: block;
}

.welfare-media-caption {
    color: #64748b;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.welfare-benefit {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
}

.welfare-benefit-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0d6efd, #18b5d8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.welfare-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.welfare-phone-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.welfare-phone-row .welfare-media {
    padding: 12px;
    background: #fff;
}

.welfare-cta {
    background: linear-gradient(135deg, #0b5ee8 0%, #15a9d4 100%);
    color: #fff;
    border-radius: 8px;
    padding: 36px;
}

.welfare-cta p {
    color: rgba(255, 255, 255, .88);
}

@media (max-width: 991px) {
    .welfare-hero {
        min-height: auto;
        padding: 112px 0 52px;
    }

    .welfare-hero h1 {
        font-size: 34px;
    }

    .welfare-hero p {
        font-size: 17px;
    }

    .welfare-section {
        padding: 48px 0;
    }

    .welfare-title h2 {
        font-size: 26px;
    }

    .welfare-flow,
    .welfare-phone-row {
        grid-template-columns: 1fr;
    }

    .welfare-cta {
        padding: 24px;
    }
}
