/* ! [Elder Care Page] CSS code starts here */

/* ! [Daily Life Section] CSS code starts here */
.daily-life {
    background: #e8f4fd;
    padding: 80px 0;
}

.daily-life .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
}

.daily-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-badge {
    display: inline-block;
    background: #1a5276;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.daily-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 16px;
    line-height: 1.3;
}

.daily-header h2 .highlight {
    color: #1a5276;
}

.daily-header p {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.schedule-item {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.schedule-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.schedule-icon {
    width: 50px;
    height: 50px;
    background: #1a5276;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.schedule-icon i {
    font-size: 1.2rem;
    color: #ffffff;
}

.schedule-content h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 4px;
}

.schedule-time {
    font-size: 0.85rem;
    color: #1a5276;
    font-weight: 500;
}

/* ! [Daily Life Section] CSS code ends here */

/* ! [Eldercare Services Section] CSS code starts here */
.eldercare-hero {
    background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
    padding: 80px 0;
}

.eldercare-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
}

.eldercare-header {
    text-align: center;
    margin-bottom: 50px;
}

.eldercare-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 16px;
    line-height: 1.3;
}

.eldercare-header h2 .highlight {
    color: #1a5276;
}

.eldercare-header p {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
}

.eldercare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.eldercare-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border: 1px solid #e8ecf0;
    transition: all 0.3s ease;
}

.eldercare-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.eldercare-icon {
    width: 55px;
    height: 55px;
    background: #1a5276;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.eldercare-icon i {
    font-size: 1.4rem;
    color: #ffffff;
}

.eldercare-card h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 10px;
}

.eldercare-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
}

/* ! [Eldercare Services Section] CSS code ends here */

/* ! [Living Space Section] CSS code starts here */
.living-space {
    background: #e8f4fd;
    padding: 80px 0;
}

.living-space .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 3%;
}

.living-header {
    text-align: center;
    margin-bottom: 50px;
}

.living-header h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 16px;
    line-height: 1.3;
}

.living-header h2 .highlight {
    color: #1a5276;
}

.living-header p {
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.living-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.living-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.living-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.living-icon {
    width: 55px;
    height: 55px;
    background: #e8a54b;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.living-icon i {
    font-size: 1.4rem;
    color: #ffffff;
}

.living-icon.premium {
    background: #e8a54b;
}

.living-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a365d;
    margin-bottom: 12px;
}

.living-card p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 20px;
}

.living-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.living-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 10px;
}

.living-features li:last-child {
    margin-bottom: 0;
}

.living-features li i {
    color: #1a5276;
    font-size: 0.95rem;
}

/* ! [Living Space Section] CSS code ends here */

/* ! [Elder Care Page] CSS code ends here */


/* ! Responsive CSS code starts here */

@media (max-width: 900px) {

    /* ? [Daily Life] Responsive CSS starts here */
    .schedule-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    /* ? [Daily Life] Responsive CSS ends here */

    /* ? [Eldercare Services] Responsive CSS starts here */
    .eldercare-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* ? [Eldercare Services] Responsive CSS ends here */

    /* ? [Living Space] Responsive CSS starts here */
    .living-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* ? [Living Space] Responsive CSS ends here */
}

@media (max-width: 600px) {

    /* ? [Daily Life] Responsive CSS starts here */
    .daily-life {
        padding: 60px 0;
    }

    .daily-header {
        margin-bottom: 35px;
    }

    .schedule-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .schedule-item {
        padding: 16px;
    }

    .schedule-icon {
        width: 45px;
        height: 45px;
    }

    .schedule-icon i {
        font-size: 1.1rem;
    }

    .schedule-content h3 {
        font-size: 0.9rem;
    }

    .schedule-time {
        font-size: 0.8rem;
    }

    /* ? [Daily Life] Responsive CSS ends here */

    /* ? [Eldercare Services] Responsive CSS starts here */
    .eldercare-hero {
        padding: 60px 0;
    }

    .eldercare-header {
        margin-bottom: 35px;
    }

    .eldercare-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .eldercare-card {
        padding: 24px 20px;
    }

    .eldercare-icon {
        width: 50px;
        height: 50px;
    }

    .eldercare-icon i {
        font-size: 1.2rem;
    }

    .eldercare-card h3 {
        font-size: 1rem;
    }

    .eldercare-card p {
        font-size: 0.85rem;
    }

    /* ? [Eldercare Services] Responsive CSS ends here */

    /* ? [Living Space] Responsive CSS starts here */
    .living-space {
        padding: 60px 0;
    }

    .living-header {
        margin-bottom: 35px;
    }

    .living-card {
        padding: 24px 20px;
    }

    .living-icon {
        width: 50px;
        height: 50px;
    }

    .living-icon i {
        font-size: 1.2rem;
    }

    .living-card h3 {
        font-size: 1.05rem;
    }

    .living-card p {
        font-size: 0.85rem;
    }

    .living-features li {
        font-size: 0.85rem;
    }

    /* ? [Living Space] Responsive CSS ends here */
}

/* ! Responsive CSS code ends here */