/* ================= HOMECARE ================= */
.homecare-rsud{
    background:
    radial-gradient(
        circle at 80% 40%,
        rgba(230,0,18,0.12),
        transparent 35%
    ),
    linear-gradient(
        135deg,
        #ffffff,
        #fff7f8
    );
    padding:50px 0;
    position:relative;
    overflow:hidden;
}

.homecare-rsud::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:#e60012;
    opacity:.06;
    border-radius:50%;
    left:-120px;
    bottom:-80px;
    z-index:0;
}

.homecare-rsud::after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    background:#e60012;
    opacity:.04;
    right:-40px;
    top:40px;
    transform:rotate(45deg);
}

/* supaya isi tetap di atas */
.homecare-rsud .container{
    position:relative;
    z-index:1;
}

.homecare-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.homecare-label{
    color:#e60012;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
}

.homecare-text h2{
    font-size:34px;
    color:#1f2937;
    margin:15px 0;
}

.homecare-text p{
    color:#475569;
    line-height:1.8;
}

.homecare-list div{
    margin:15px 0;
    color:#334155;
}

.homecare-list i{
    color:#e60012;
    width:25px;
}

.homecare-button{
    display:inline-flex;
    margin-top:25px;
    background:#e60012;
    color:white;
    gap:10px;
    text-decoration:none;
    align-items:center;
    justify-content:center;
    padding:15px 28px;
    border-radius:12px;
    font-weight:600;
}

.homecare-button:hover{
    background:#9f0712;
    text-decoration:none;
}

.homecare-button i{
    font-size:18px;
    line-height:1;
}

/* SISI KANAN */
.homecare-image{
    display:flex;
    justify-content:center;
}

.homecare-card{
    width:320px;
    padding:50px 40px;
    background:white;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    border-top:5px solid #e60012;
    border-radius:24px;
    transition:.3s ease;
    padding:50px 40px;
    min-height:420px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.homecare-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(230,0,18,.15);

}

.homecare-icon{
    margin:auto;
    border-radius:50%;
    background:#ffe5e8;
    display:flex;
    align-items:center;
    justify-content:center;
    width:75px;
    height:75px;
    color:#e60012;
    font-size:32px;
}

.homecare-icon i{
    font-size:35px;
    color:#e60012;
}

.homecare-badge{
    display:inline-block;
    margin-top:20px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    color:#e60012;
}

.homecare-card h3{
    color:#1f2937;
    margin-top:12px;
    font-size:24px;
}

.homecare-card p{
    color:#64748b;
    line-height:1.8;
}

.homecare-feature{
    margin-top:25px;
    display:flex;
    flex-direction:column;
    gap:12px;
    text-align:left;
}

.homecare-feature div{
    font-size:14px;
    color:#475569;
}

.homecare-feature i{
    color:#e60012;
    width:25px;
}
