< !-- CSS Modern untuk Homeschooling SD --><style>

/* huruf */
.section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(32px, 4vw, 48px) !important;
    font-weight: 700 !important;
    color: #1A1A2E !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
}

.section-title em {
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    font-weight: 700 !important;
    color: #FFB800 !important;

}

/* Untuk memastikan tidak ada style lain yang menimpa */
h2.section-title,
.section-title em {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
}

/* Badge Kids */
.badge-kids .badge-pill {
    background: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: #1e2b4f;
    box-shadow: 0 10px 30px rgba(255, 184, 0, 0.15);
    border: 2px solid rgba(255, 184, 0, 0.3);
    display: inline-block;
}

/* Gradient Fun */
.gradient-fun {
    background: linear-gradient(135deg, #17B5D1, #5c940d, #FFB800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    font-weight: 600;
}

/* Divider Fun */
.divider-fun {
    width: 150px;
    height: 4px;
    background: linear-gradient(90deg, #17B5D1, #FFB800, #5c940d);
    border-radius: 2px;
}

/* Vision Kids Card */
.vision-kids-card {
    background: white;
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 184, 0, 0.2);
    transition: all 0.3s ease;
}

.vision-kids-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(255, 184, 0, 0.15);
}

.icon-sun {
    width: 80px;
    height: 80px;
    background: linear-gradient(145deg, #FFB800, #FFD966);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.lead-kids {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4a5568;
    font-style: italic;
    padding-left: 1rem;
    border-left: 4px solid #FFB800;
}

/* Section Titles */
.section-title-fun {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e2b4f;
    position: relative;
    display: inline-block;
}

.section-title-fun::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #17B5D1, #FFB800);
    border-radius: 2px;
}

.section-subtitle-fun {
    font-size: 1.2rem;
    color: #6c757d;
    margin-top: 1rem;
}

/* Fun Cards */
.fun-card {
    height: 100%;
    perspective: 1000px;
}

.fun-card-inner {
    background: white;
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid rgba(23, 181, 209, 0.1);
    position: relative;
    overflow: hidden;
}

.fun-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #17B5D1, #FFB800);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.fun-card:hover .fun-card-inner::before {
    transform: scaleX(1);
}

.fun-card:hover .fun-card-inner {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(23, 181, 209, 0.15);
}

.fun-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.fun-card:hover .fun-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.fun-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e2b4f;
    margin-bottom: 1rem;
    text-align: center;
}

.fun-card-text {
    color: #6c757d;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.fun-card-badge {
    text-align: center;
}

.badge-science,
.badge-islamic,
.badge-creative {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
}

.badge-science {
    background: linear-gradient(145deg, #17B5D1, #0f8ca3);
}

.badge-islamic {
    background: linear-gradient(145deg, #5c940d, #3e6309);
}

.badge-creative {
    background: linear-gradient(145deg, #364fc7, #1f3085);
}

/* Facility Cards */
.facility-card {
    text-align: center;
    padding: 2rem 1rem;
    background: white;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.facility-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8faff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.facility-card:hover .facility-icon {
    background: linear-gradient(145deg, #f0f9ff, #ffffff);
    transform: scale(1.1);
}

.facility-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e2b4f;
    margin: 0;
}

.facility-dot {
    width: 8px;
    height: 8px;
    background: #17B5D1;
    border-radius: 50%;
    margin: 0.5rem auto 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.facility-card:hover .facility-dot {
    opacity: 1;
    transform: scale(1.2);
}

/* Modern Card */
.modern-card {
    background: white;
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.card-title-modern {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e2b4f;
    margin-bottom: 2rem;
}

/* Foundation Items */
.foundation-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8faff;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.foundation-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.foundation-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

/* Curriculum Cards */
.curriculum-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.curriculum-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.curriculum-header {
    padding: 2rem;
    text-align: center;
    color: white;
}

.curriculum-body {
    padding: 1.5rem;
}

.curriculum-body h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e2b4f;
    margin-bottom: 1rem;
    text-align: center;
}

.curriculum-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.curriculum-list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #4a5568;
    font-size: 0.95rem;
}

.curriculum-list li i {
    color: #28a745;
    font-size: 0.9rem;
}

/* Method Cards */
.method-card {
    background: white;
    border-radius: 30px;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.method-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e2b4f;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.method-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.method-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8faff;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.method-item:hover {
    transform: translateX(5px);
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.method-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    flex-shrink: 0;
}

.fun-bg {
    background: linear-gradient(145deg, #17B5D1, #0f8ca3);
}

.project-bg {
    background: linear-gradient(145deg, #5c940d, #3e6309);
}

.collab-bg {
    background: linear-gradient(145deg, #364fc7, #1f3085);
}

.daily-bg {
    background: linear-gradient(145deg, #ff8c00, #b36200);
}

.attitude-bg {
    background: linear-gradient(145deg, #dc3545, #a71d2a);
}

/* Standard Cards */
.standard-card {
    background: white;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.standard-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.standard-card.academic .standard-header {
    background: linear-gradient(145deg, #17B5D1, #0f8ca3);
}

.standard-card.character .standard-header {
    background: linear-gradient(145deg, #5c940d, #3e6309);
}

.standard-header {
    padding: 2rem;
    color: white;
    text-align: center;
}

.standard-header i {
    margin-bottom: 0.5rem;
}

.standard-header h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
}

.standard-body {
    padding: 2rem;
}

.standard-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.standard-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: #4a5568;
}

.standard-list li i {
    color: #28a745;
    margin-top: 0.2rem;
}

/* Evaluation Card */
.evaluation-card {
    background: white;
    border-radius: 30px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.evaluation-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e2b4f;
    text-align: center;
    margin-bottom: 2rem;
}

.evaluation-item {
    text-align: center;
    padding: 2rem;
    background: #f8faff;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.evaluation-item:hover {
    transform: translateY(-5px);
    background: white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.evaluation-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
}

.evaluation-icon.daily {
    background: linear-gradient(145deg, #17B5D1, #0f8ca3);
}

.evaluation-icon.project {
    background: linear-gradient(145deg, #5c940d, #3e6309);
}

.evaluation-icon.attitude {
    background: linear-gradient(145deg, #FFB800, #b38200);
}

.evaluation-item h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e2b4f;
    margin-bottom: 0.5rem;
}

.evaluation-item p {
    color: #6c757d;
    margin: 0;
}

/* Graduate Cards */
.graduate-card {
    background: white;
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.graduate-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.graduate-icon {
    width: 100px;
    height: 100px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
}

.graduate-icon.islamic {
    background: linear-gradient(145deg, #5c940d, #3e6309);
}

.graduate-icon.academic {
    background: linear-gradient(145deg, #17B5D1, #0f8ca3);
}

.graduate-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e2b4f;
    text-align: center;
    margin-bottom: 2rem;
}

.graduate-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.graduate-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #f8faff;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.graduate-item:hover {
    transform: translateX(5px);
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.graduate-item i {
    color: #FFB800;
    font-size: 1.2rem;
    margin-top: 0.2rem;
}

.graduate-item strong {
    display: block;
    color: #1e2b4f;
    margin-bottom: 0.25rem;
}

.graduate-item p {
    color: #6c757d;
    margin: 0;
    font-size: 0.95rem;
}

/* Media Queries */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.2rem;
    }

    .gradient-fun {
        font-size: 1.5rem;
    }

    .section-title-fun {
        font-size: 2rem;
    }

    .vision-kids-card {
        padding: 1.5rem;
    }

    .lead-kids {
        font-size: 1rem;
        padding-left: 0.5rem;
    }

    .evaluation-card {
        padding: 1.5rem;
    }

    .graduate-card {
        padding: 1.5rem;
    }

    .graduate-title {
        font-size: 1.5rem;
    }
}

</style>