/* ========================================
   ZENRIN DataCom - Benefits Page Styles
   ======================================== */

body {
    background-color: #f3f9fb;
}

/* Benefits Hero Section */
.benefits-hero {
    background:
        linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/1) 50%, rgb(32 127 221/0) 60%, rgb(32 127 221/0) 100%),
        linear-gradient(to left, transparent 0%, transparent 70%, rgb(32 127 221/1) 100%),
        url("../images/benefits-mv.jpg")no-repeat center right/auto 150%;
    background-color: #207fdd;
    border-radius: 0 0 50px 50px;
    padding: 150px 0 100px;
    margin-top: -100px;
    position: relative;
    overflow: hidden;
}

.benefits-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.1;
}

.benefits-text-hero {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.benefits-hero-image {
    position: relative;
    z-index: 1;
}

.benefits-hero-image img {
    border-radius: 12px;
}

/* Benefits Introduction Section */
.benefits-intro {
    padding: 100px 0 0;
}

.benefits-intro-title {
    font-size: 36px;
    font-weight: 900;
    color: #207fdd;
    line-height: 1.6;
    margin-bottom: 40px;
}

.benefits-intro-text {
    font-size: 16px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 100px;
}

.benefits-intro-image {
    width: 60%;
    max-width: 400px;
    margin: 0 auto -60px;
}

/* Health and Life Support Section */
.health-support {
    background: linear-gradient(135deg, #1e6db8 0%, #4a9ee6 100%);
    padding: 100px 0;
    border-radius: 50px;
    margin-bottom: 80px;
}

.health-support-title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
}

.health-support-subtitle {
    font-size: 16px;
    color: #fff;
    opacity: 0.95;
    margin-bottom: 0;
}

.health-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.health-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.health-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.health-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.health-card-content {
    padding: 30px;
}

.health-card-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.health-card-icon img {
    width: 100%;
    height: auto;
}

.health-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e6db8;
    margin-bottom: 15px;
    line-height: 1.4;
}

.health-card-text {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* Benefits Support Section (Combined) */
.benefits-support {
    padding: 100px 0 0;
    background: #f8f9fb;
}

.support-subsection {
    margin-bottom: 80px;
}

.support-subsection:last-child {
    margin-bottom: 0;
}

.support-section-title {
    font-size: 36px;
    font-weight: 900;
    color: #1e6db8;
}

.support-card {
    background: #fff;
    border: 2px solid #e8eef3;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(30, 109, 184, 0.12);
    border-color: #1e6db8;
}

.support-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-icon img {
    width: 100%;
    height: auto;
}

.support-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.5;
}

.support-card-text {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

.animation-section img {
    max-width: 1000px;
    width: 100%;
}

/* Responsive Design */
@media (max-width: 991px) {
    .benefits-hero {
        padding: 150px 0 0;
        border-radius: 0 0 50px 50px;
        min-height: auto;
    }

    .benefits-text-hero {
        min-height: auto;
        padding: 0 30px 40px;
    }

    .benefits-intro {
        padding: 80px 0 40px;
    }

    .benefits-intro-title {
        font-size: 28px;
    }

    .health-support {
        padding: 80px 0;
        border-radius: 30px;
        margin-bottom: 60px;
    }

    .health-support-title {
        font-size: 28px;
    }

    .benefits-support {
        padding: 80px 0;
    }

    .support-subsection {
        margin-bottom: 60px;
    }

    .support-section-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .benefits-hero {
        background:
            linear-gradient(to right, rgb(32 127 221/1) 0%, rgb(32 127 221/.7) 50%, rgb(32 127 221/.5) 60%, rgb(32 127 221/.3) 100%),
            url("../images/benefits-mv.jpg")no-repeat top right/auto 100%;
        padding: 150px 0 50px;
        border-radius: 0 0 25px 25px;
    }

    .benefits-intro {
        padding: 60px 0 30px;
    }

    .benefits-intro-title {
        font-size: 24px;
    }

    .benefits-intro-text {
        font-size: 15px;
        margin-bottom: 50px;
        line-height: 2.5;
    }

    .health-support {
        padding: 60px 0;
        border-radius: 20px;
        margin-bottom: 0;
    }

    .health-support-title {
        font-size: 24px;
    }

    .health-support-subtitle {
        font-size: 14px;
    }

    .health-card-content {
        padding: 25px;
    }

    .health-card-title {
        font-size: 18px;
    }

    .health-card-text {
        font-size: 14px;
    }

    .benefits-support {
        padding: 60px 0 0;
    }

    .support-subsection {
        margin-bottom: 50px;
    }

    .support-section-title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .support-card {
        padding: 30px 20px;
    }

    .support-icon {
        width: 60px;
        height: 60px;
    }

    .support-card-title {
        font-size: 16px;
    }

    .support-card-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .benefits-intro-title {
        font-size: 20px;
    }

    .health-support-title {
        font-size: 20px;
    }

    .support-section-title {
        font-size: 20px;
    }

    .support-icon {
        width: 55px;
        height: 55px;
    }

    .support-card-title {
        font-size: 15px;
    }

    .support-card {
        padding: 25px 15px;
    }
}