/* ==========================================================================
   TEMA HALAMAN PROFIL - SEEDS STARS MONTESSORI (Orange & Slate)
   ========================================================================== */
:root {
    --ms-orange: #f97316;
    --ms-orange-hover: #ea580c;
    --ms-orange-light: #fff4eb;
    --ms-orange-border: #ffd1b3;
    --ms-slate: #0f172a;
    --ms-muted: #64748b;
}

/* --- 1. HERO SECTION --- */
.profile-hero-section {
    background: linear-gradient(180deg, #fff9f5 0%, #ffffff 100%);
    padding: 4rem 0 2rem 0;
    border-bottom: 1px solid #ffede0;
}

.badge-profile-top {
    background-color: var(--ms-orange-light);
    color: var(--ms-orange);
    border: 1px solid var(--ms-orange-border);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1rem;
}

/* --- 2. CARD 1: FILOSOFI MONTESSORI --- */
.montessori-philosophy-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.montessori-philosophy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 60px rgba(249, 115, 22, 0.08);
}

.phil-left-pad {
    padding: 4rem;
}

.phil-quote-box {
    background-color: var(--ms-orange-light);
    padding: 4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px dashed var(--ms-orange-border);
}

.ms-feature-pill {
    background: #f8fafc;
    color: var(--ms-slate);
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* --- 3. CARD 2: VISI & MISI (SPLIT) --- */
.vm-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #f1f5f9;
    padding: 3.5rem;
    height: 100%;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.03);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.vm-card:hover {
    border-color: var(--ms-orange-border);
    box-shadow: 0 20px 45px rgba(249, 115, 22, 0.06);
}

.vm-icon-wrapper {
    width: 65px;
    height: 65px;
    background: var(--ms-orange-light);
    color: var(--ms-orange);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

/* Custom Checkmark untuk Misi */
.custom-mission-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-mission-list li {
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 1.25rem;
    color: var(--ms-muted);
    line-height: 1.7;
}

.custom-mission-list li::before {
    content: "\F26E"; /* Kode icon bootstrap bi-check2-circle */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--ms-orange);
    font-size: 1.25rem;
    font-weight: bold;
}

/* --- 4. CARD 3: SEJARAH & STATISTIK --- */
.history-card {
    background: var(--ms-slate);
    color: #ffffff;
    border-radius: 28px;
    padding: 4rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(15, 23, 42, 0.2);
}

/* Garis aksen oranye di pinggir kiri card sejarah */
.history-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: var(--ms-orange);
}

.history-stat-box {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 2rem;
}
.history-stat-box:last-child {
    border-right: none;
}

.stat-number {
    font-size: 2.75rem;
    font-weight: 900;
    color: var(--ms-orange);
    line-height: 1;
    display: block;
    margin-bottom: 0.3rem;
}

/* --- 5. ADAPTASI MOBILE (HP) --- */
@media (max-width: 767.98px) {
    .phil-left-pad,
    .phil-quote-box,
    .vm-card,
    .history-card {
        padding: 2rem !important;
    }
    .phil-quote-box {
        border-left: none;
        border-top: 1px dashed var(--ms-orange-border);
    }
    .history-stat-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 0;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .history-stat-box:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}
/* ==========================================================================
   --- 1. HERO SECTION (REDESIGN VERSION) ---
   ========================================================================== */
.profile-hero-section {
    background: radial-gradient(circle at top right, #fff5ee 0%, #ffffff 70%);
    padding: 6rem 0 4rem 0; /* Menambah ruang vertikal agar lebih mewah/airy */
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #fef0e6;
}

/* Custom Text Color Fallback untuk Slate & Dark */
.text-slate {
    color: var(--ms-slate, #0f172a);
}

/* Styling Judul Utama */
.hero-title {
    font-size: calc(
        1.8rem + 1.5vw
    ); /* Membuat font mengecil di HP, membesar di PC secara presisi */
    font-weight: 850;
    letter-spacing: -1px;
    line-height: 1.2;
}

/* Efek Tulisan "Bintang" Bergradasi Oranye Cantik */
.text-gradient-orange {
    background: linear-gradient(
        135deg,
        var(--ms-orange) 0%,
        #f97316 50%,
        #ea580c 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

/* Styling Paragraf Deskripsi */
.hero-description {
    font-size: 1.15rem;
    line-height: 1.75;
    font-weight: 400;
    color: #475569 !important; /* Warna slate-600 yang lebih lembut dibanding hitam pekat */
}

/* Highlight Kata Kunci untuk Psikologi Mata Orang Tua (Skimming) */
.keyword-highlight {
    color: var(--ms-slate, #0f172a);
    font-weight: 700;
    border-bottom: 2px dashed rgba(249, 115, 22, 0.4); /* Garis bawah putus-putus oranye tipis */
    padding-bottom: 1px;
}

/* Pembaruan Badge Atas */
.badge-profile-top {
    background-color: var(--ms-orange-light);
    color: var(--ms-orange);
    border: 1px solid var(--ms-orange-border);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.08);
}

/* Responsivitas Layar Kecil (Mobile Optimization) */
@media (max-width: 576px) {
    .profile-hero-section {
        padding: 4rem 0 2.5rem 0;
    }
    .hero-description {
        font-size: 1rem;
        padding: 0 10px;
    }
}
