/* =========================================
   Halaman: Senior Daycare
========================================= */
.daycare-hero {
    background: linear-gradient(to right, rgba(15, 41, 30, 0.9) 0%, rgba(45, 174, 65, 0.6) 100%), url('/assets/img/header-knh.jpg');
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed;
    padding: 160px 0 100px; 
    text-align: center; 
    color: #fff;
}
.daycare-hero h1 { font-size: 3.5rem; color: #fff; margin-bottom: 20px; text-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.daycare-hero p { font-size: 1.15rem; color: rgba(255,255,255,0.95); max-width: 800px; margin: 0 auto; line-height: 1.6; font-weight: 400; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }

.timeline-box { background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 15px 40px rgba(0,0,0,0.04); border: 1px solid #f0f0f0; margin-top: 40px;}
.timeline-item { display: flex; gap: 25px; margin-bottom: 30px; position: relative; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-time { font-weight: 800; color: var(--brand-green); font-size: 1.15rem; width: 130px; flex-shrink: 0; text-align: right; position: relative; padding-top: 3px; }
.timeline-time::after { content: ''; position: absolute; right: -15px; top: 8px; width: 12px; height: 12px; background: var(--wa-green); border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 2px var(--brand-green); z-index: 2;}
.timeline-item:not(:last-child) .timeline-content::before { content: ''; position: absolute; left: 146px; top: 25px; bottom: -30px; width: 2px; background: #e2f0e5; z-index: 1;}

.timeline-content h4 { font-size: 1.2rem; color: var(--primary-dark); margin-bottom: 5px; line-height: 1.3; }
.timeline-content p { font-size: 0.95rem; color: var(--text-gray); margin: 0; line-height: 1.5; }
/* Hero Subtitle */
.sub-title.dc-hero-sub {
    color: #B7FFB1;
    border-color: #B7FFB1;
}

/* =========================================
   SECTION EDUKASI DAYCARE
========================================= */
.dc-edu-section {
    padding: 100px 0;
    background: #ffffff;
}

.dc-edu-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dc-edu-title {
    font-size: 2.4rem;
    margin-bottom: 25px;
    line-height: 1.2;
}

.dc-edu-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.dc-edu-text p:last-of-type {
    margin-bottom: 30px;
}

.dc-hours-box {
    background: var(--light-green-bg);
    padding: 25px;
    border-radius: 16px;
    border-left: 5px solid var(--brand-green);
}

.dc-hours-title {
    color: var(--primary-dark);
    margin-bottom: 10px;
    font-size: 1.15rem;
}

.dc-hours-icon {
    color: var(--brand-green);
    margin-right: 10px;
}

.dc-hours-desc {
    margin: 0;
    font-size: 0.95rem;
}

/* =========================================
   SECTION PILAR / NILAI TAMBAH
========================================= */
.dc-pillar-section {
    background: #fdfbfd;
    padding: 80px 0;
    border-top: 1px solid #f0f0f0;
}

.choose-header-center.dc-pillar-header {
    margin-bottom: 60px;
}

.expertise-box.dc-pillar-box {
    text-align: center;
    padding: 40px 30px;
}

.dc-pillar-icon {
    font-size: 3rem;
    margin-bottom: 20px;
}

.dc-pillar-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--primary-dark);
}

.dc-pillar-desc {
    font-size: 0.95rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

/* =========================================
   SECTION TIMELINE AKTIVITAS
========================================= */
.dc-time-section {
    background: #ffffff;
    padding: 100px 0;
    border-top: 1px solid #f0f0f0;
}

.about-grid.dc-time-grid {
    align-items: flex-start;
}

.dc-time-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.dc-time-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-gray);
}

.dc-cta-box {
    margin-top: 40px;
    background: #f8fafc;
    padding: 30px;
    border-radius: 16px;
    border: 1px dashed #cbd5e1;
    text-align: center;
}

.dc-cta-title {
    color: var(--primary-dark);
    margin-bottom: 15px;
}

.btn.btn-primary.dc-cta-btn {
    width: 100%;
}
@media (max-width: 768px) { 
    .daycare-hero h1 { font-size: 2.5rem; } 
    .timeline-box { padding: 25px 20px; }
    .timeline-item { flex-direction: column; gap: 10px; }
    .timeline-time { text-align: left; width: 100%; font-size: 1rem; }
    .timeline-time::after { left: -15px; right: auto; top: 5px; }
    .timeline-item:not(:last-child) .timeline-content::before { left: -10px; top: 25px; bottom: -20px; }
    .timeline-content { padding-left: 15px; }
	.dc-edu-title, .dc-time-title {
        font-size: 1.8rem;
    }
    .dc-edu-section, .dc-time-section {
        padding: 30px 0;
    }
    .dc-pillar-section {
        padding: 30px 0;
    }  
}