/* =========================================================
   SMP MODERN ISLAMI PREMIUM - CLEANED
   Catatan:
   - Selector yang sama di dalam @media adalah override responsive, bukan error.
   - Bagian teacher dan organization dipindahkan sebelum responsive utama agar alur CSS lebih rapi.
   - Simpan file ini setelah main.css.
========================================================= */

:root {
    --smp-primary: #063d2b;
    --smp-secondary: #198754;
    --smp-emerald: #20c997;
    --smp-gold: #c8a96a;
    --smp-navy: #0f172a;
    --smp-muted: #64748b;
    --smp-soft: #f6faf8;
    --smp-card: #ffffff;
    --smp-radius-xl: 38px;
    --smp-radius-lg: 28px;
    --smp-shadow: 0 22px 60px rgba(15, 23, 42, .08);
    --smp-shadow-hover: 0 34px 90px rgba(15, 23, 42, .15);
}

.smp-page,
.smp-modern {
    font-family: "Plus Jakarta Sans", "Poppins", sans-serif;
    background: #fff;
    color: var(--smp-navy);
    overflow-x: hidden;
}

.smp-modern img {
    max-width: 100%;
}

.smp-kicker,
.smp-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .09);
    color: var(--smp-secondary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.smp-section-tag.dark {
    background: rgba(255, 255, 255, .13);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
}

.smp-section-title {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.06;
    letter-spacing: -2.2px;
    font-weight: 900;
    color: var(--smp-navy);
    margin: 0;
    max-width: 860px;
}

.smp-section-head {
    margin-bottom: 58px;
}

.smp-section-head p {
    max-width: 680px;
    margin: 20px auto 0;
    color: var(--smp-muted);
    line-height: 1.9;
    font-size: 16px;
}

/* HERO */
.smp-hero {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(25, 135, 84, .16), transparent 32%),
        radial-gradient(circle at 88% 10%, rgba(200, 169, 106, .16), transparent 30%),
        linear-gradient(135deg, #fbfdfb 0%, #eef8f2 100%);
}

.smp-pattern {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(6, 61, 43, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(6, 61, 43, .055) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 84%);
}

.smp-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #fff);
    z-index: -1;
}

.smp-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(80px);
    opacity: .52;
    z-index: -2;
}

.smp-orb-1 {
    width: 360px;
    height: 360px;
    background: rgba(25, 135, 84, .24);
    left: -130px;
    bottom: 14%;
}

.smp-orb-2 {
    width: 310px;
    height: 310px;
    background: rgba(200, 169, 106, .28);
    right: -90px;
    top: 15%;
}

.smp-hero-title {
    font-size: clamp(42px, 6vw, 78px);
    line-height: .99;
    letter-spacing: -3.4px;
    font-weight: 950;
    color: #07111f;
    margin: 0 0 26px;
}

.smp-hero-title span {
    display: block;
    color: var(--smp-secondary);
}

.smp-hero-desc {
    max-width: 650px;
    color: #536173;
    font-size: 18px;
    line-height: 1.9;
    margin: 0 0 34px;
}

.smp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 42px;
}

.smp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 26px;
    border-radius: 999px;
    font-weight: 850;
    text-decoration: none;
    transition: .32s ease;
    border: 0;
}

.smp-btn-primary {
    background: linear-gradient(135deg, var(--smp-primary), var(--smp-secondary));
    color: #fff;
    box-shadow: 0 18px 38px rgba(25, 135, 84, .26);
}

.smp-btn-primary:hover {
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 26px 52px rgba(25, 135, 84, .34);
}

.smp-btn-glass {
    background: rgba(255, 255, 255, .82);
    color: var(--smp-navy);
    border: 1px solid rgba(15, 23, 42, .08);
    backdrop-filter: blur(14px);
}

.smp-btn-glass:hover {
    background: #fff;
    transform: translateY(-4px);
    color: var(--smp-secondary);
}

.smp-btn-gold {
    background: linear-gradient(135deg, var(--smp-gold), #f5d76e);
    color: #111827;
    box-shadow: 0 18px 42px rgba(200, 169, 106, .32);
}

.smp-btn-gold:hover {
    color: #111827;
    transform: translateY(-4px);
}

.smp-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 680px;
}

.smp-hero-stats div {
    padding: 18px 16px;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
    backdrop-filter: blur(16px);
}

.smp-hero-stats strong,
.smp-hero-stats span {
    display: block;
}

.smp-hero-stats strong {
    font-size: 17px;
    color: var(--smp-navy);
    margin-bottom: 4px;
}

.smp-hero-stats span {
    font-size: 12px;
    color: var(--smp-muted);
}

.smp-hero-visual {
    position: relative;
    padding: 22px;
}

.smp-hero-visual::before {
    content: "";
    position: absolute;
    inset: 8% 0 0 12%;
    border-radius: 44px;
    background: linear-gradient(135deg, rgba(6, 61, 43, .16), rgba(200, 169, 106, .13));
    transform: rotate(-4deg);
}

.smp-hero-frame {
    position: relative;
    overflow: hidden;
    border-radius: 44px;
    box-shadow: 0 42px 95px rgba(15, 23, 42, .18);
    background: #ddeee5;
}

.smp-hero-frame img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: .8s ease;
}

.smp-hero-frame:hover img {
    transform: scale(1.05);
}

.smp-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 20px 45px rgba(15, 23, 42, .12);
    backdrop-filter: blur(18px);
}

.smp-floating-card i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 135, 84, .1);
    color: var(--smp-secondary);
    border-radius: 14px;
    font-size: 20px;
}

.smp-floating-card strong,
.smp-floating-card small {
    display: block;
}

.smp-floating-card strong {
    font-size: 14px;
    color: var(--smp-navy);
}

.smp-floating-card small {
    font-size: 12px;
    color: var(--smp-muted);
}

.smp-float-top {
    left: -6px;
    top: 18%;
}

.smp-float-bottom {
    right: 0;
    bottom: 12%;
}

/* PRINCIPAL */
.smp-principal-section,
.smp-program-section,
.smp-ekskul-section {
    padding: clamp(80px, 9vw, 130px) 0;
}

.smp-principal-section {
    background: #fff;
}

.smp-principal-card {
    position: relative;
    max-width: 470px;
    margin: 0 auto;
}

.smp-principal-card img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: top center;
    border-radius: 38px;
    box-shadow: var(--smp-shadow);
    background: #f4f6f5;
}

.smp-principal-name {
    position: absolute;
    right: -20px;
    bottom: 28px;
    padding: 22px 28px;
    border-radius: 24px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(255,255,255,.6);
    box-shadow: 0 22px 55px rgba(15, 23, 42, .1);
    backdrop-filter: blur(18px);
}

.smp-principal-name h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 4px;
}

.smp-principal-name p {
    margin: 0;
    color: var(--smp-secondary);
    font-weight: 700;
    font-size: 13px;
}

.smp-quote-box {
    position: relative;
    margin: 34px 0 26px;
    padding: 32px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(200,169,106,.13), transparent 42%),
        linear-gradient(135deg, #ffffff, #f8fbf8);
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--smp-shadow);
}

.smp-quote-box i {
    font-size: 42px;
    color: rgba(25, 135, 84, .18);
}

.smp-quote-box p {
    margin: 12px 0 0;
    font-size: 18px;
    line-height: 1.9;
    color: #3f4a5a;
}

.smp-body-text {
    color: var(--smp-muted);
    line-height: 1.9;
    font-size: 16px;
}

/* PROGRAM */
.smp-program-section {
    background:
        radial-gradient(circle at top left, rgba(25, 135, 84, .08), transparent 36%),
        linear-gradient(180deg, #f8fafc, #ffffff);
}

.smp-program-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.smp-program-card {
    min-height: 250px;
    padding: 30px;
    border-radius: 28px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
    transition: .35s ease;
    backdrop-filter: blur(14px);
}

.smp-program-card.featured {
    grid-column: span 2;
    background:
        radial-gradient(circle at top right, rgba(200,169,106,.22), transparent 42%),
        linear-gradient(135deg, var(--smp-primary), var(--smp-secondary));
    color: #fff;
}

.smp-program-card i {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(25, 135, 84, .1);
    color: var(--smp-secondary);
    font-size: 28px;
    margin-bottom: 24px;
}

.smp-program-card.featured i {
    background: rgba(255,255,255,.17);
    color: #fff;
}

.smp-program-card h3 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
    color: inherit;
}

.smp-program-card p {
    color: var(--smp-muted);
    line-height: 1.75;
    margin: 0;
}

.smp-program-card.featured p {
    color: rgba(255,255,255,.82);
}

.smp-program-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--smp-shadow-hover);
}

/* VISI MISI */
.smp-vm-section {
    position: relative;
    overflow: hidden;
    padding: clamp(90px, 10vw, 150px) 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(25, 135, 84, .16), transparent 32%),
        radial-gradient(circle at 88% 14%, rgba(200, 169, 106, .14), transparent 28%),
        linear-gradient(135deg, #07130e 0%, #0b1f18 55%, #0f172a 100%);
    color: #fff;
}

.smp-vm-bg-text {
    position: absolute;
    right: -20px;
    top: 20px;
    font-size: clamp(72px, 18vw, 260px);
    font-weight: 950;
    letter-spacing: -12px;
    color: rgba(255,255,255,.035);
    pointer-events: none;
}

.smp-vm-layout {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 38px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.smp-vm-left h2 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1;
    letter-spacing: -3px;
    font-weight: 950;
    margin: 0 0 26px;
    color: #fff;
}

.smp-vm-left h2 span {
    display: block;
    color: var(--smp-gold);
}

.smp-vm-left p {
    max-width: 610px;
    color: rgba(255,255,255,.75);
    font-size: 17px;
    line-height: 1.9;
}

.smp-vm-right {
    display: grid;
    gap: 16px;
}

.smp-mission-card {
    position: relative;
    padding: 30px;
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 48px rgba(0,0,0,.14);
    transition: .35s ease;
    overflow: hidden;
}

.smp-mission-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--smp-emerald), var(--smp-gold));
    opacity: 0;
    transition: .35s ease;
}

.smp-mission-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.12);
}

.smp-mission-card:hover::before {
    opacity: 1;
}

.smp-mission-card strong {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 42px;
    line-height: 1;
    font-weight: 950;
    color: rgba(255,255,255,.07);
}

.smp-mission-card h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    margin: 0 0 10px;
}

.smp-mission-card p {
    color: rgba(255,255,255,.70);
    line-height: 1.8;
    margin: 0;
}

/* EKSKUL */
.smp-ekskul-section {
    background: #fff;
}

.smp-ekskul-card {
    height: 100%;
    min-height: 330px;
    display: grid;
    grid-template-columns: 44% 56%;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--smp-shadow);
    transition: .35s ease;
}

.smp-ekskul-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--smp-shadow-hover);
}

.smp-ekskul-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .8s ease;
}

.smp-ekskul-card:hover .smp-ekskul-img img {
    transform: scale(1.08);
}

.smp-ekskul-body {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smp-ekskul-body span {
    display: inline-flex;
    width: max-content;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .09);
    color: var(--smp-secondary);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.smp-ekskul-body h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
}

.smp-ekskul-body p {
    color: var(--smp-muted);
    line-height: 1.8;
    margin: 0;
}

/* ACHIEVEMENT */
.smp-achievement-section {
    padding: clamp(80px, 9vw, 130px) 0;
    background: linear-gradient(180deg, #f8fafc, #eef7f2);
}

.smp-achievement-card {
    height: 100%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: var(--smp-shadow);
    transition: .35s ease;
}

.smp-achievement-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--smp-shadow-hover);
}

.smp-achievement-img {
    position: relative;
    overflow: hidden;
}

.smp-achievement-img img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    transition: .8s ease;
}

.smp-achievement-card:hover .smp-achievement-img img {
    transform: scale(1.08);
}

.smp-achievement-img span {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--smp-gold), #f5d76e);
    color: #111827;
    font-size: 11px;
    font-weight: 900;
}

.smp-achievement-body {
    padding: 28px;
}

.smp-achievement-body small {
    color: var(--smp-secondary);
    font-weight: 850;
}

.smp-achievement-body h4 {
    font-size: 21px;
    font-weight: 900;
    margin: 10px 0 10px;
}

.smp-achievement-body p {
    color: var(--smp-muted);
    line-height: 1.75;
    margin: 0;
}

.smp-empty-state {
    padding: 36px;
    border-radius: 24px;
    background: #fff;
    color: var(--smp-muted);
    text-align: center;
    border: 1px dashed rgba(15, 23, 42, .14);
}

.smp-load-btn {
    border: 0;
    padding: 15px 28px;
    border-radius: 999px;
    background: #111827;
    color: #fff;
    font-weight: 850;
    transition: .3s ease;
}

.smp-load-btn:hover {
    background: var(--smp-secondary);
    transform: translateY(-4px);
}

/* CTA */
.smp-cta-section {
    padding: clamp(80px, 9vw, 130px) 0;
    background: #fff;
}

.smp-cta-box {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: clamp(36px, 6vw, 70px);
    border-radius: 38px;
    background:
        radial-gradient(circle at top right, rgba(200,169,106,.28), transparent 36%),
        linear-gradient(135deg, var(--smp-primary), #0f172a);
    color: #fff;
    box-shadow: 0 32px 90px rgba(15, 23, 42, .18);
}

.smp-cta-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 42px 42px;
    opacity: .45;
}

.smp-cta-box > * {
    position: relative;
    z-index: 2;
}

.smp-cta-box h2 {
    color: #fff;
    font-size: clamp(32px, 5vw, 58px);
    line-height: 1.08;
    letter-spacing: -2px;
    font-weight: 950;
    margin: 0 0 16px;
}

.smp-cta-box p {
    color: rgba(255,255,255,.74);
    max-width: 650px;
    line-height: 1.85;
    margin: 0;
}

/* TEACHERS */
.teacher-modern-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(15,23,42,.06);
    box-shadow: 0 20px 50px rgba(15,23,42,.08);
    transition: all .35s ease;
    height: 100%;
}

.teacher-modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(15,23,42,.14);
}

/* FRAME FOTO */
.teacher-photo {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            rgba(25,135,84,.08),
            rgba(32,201,151,.08)
        );
    padding: 12px;
}

/* FOTO */
.teacher-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
    transition: transform .6s ease;
}

/* HOVER FOTO */
.teacher-modern-card:hover .teacher-photo img {
    transform: scale(1.05);
}

/* BADGE JENJANG */
.teacher-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 28px;
}

/* BODY */
.teacher-body {
    padding: 24px;
}

.teacher-body span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(25,135,84,.08);
    color: #198754;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.teacher-body h3 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    color: #0f172a;
}

.teacher-body p {
    color: #198754;
    font-weight: 600;
    margin-bottom: 12px;
}

.teacher-body small {
    display: block;
    color: #64748b;
    line-height: 1.7;
}

/* MOBILE */
@media (max-width:768px) {

    .teacher-modern-card {
        border-radius: 22px;
    }

    .teacher-photo {
        padding: 10px;
    }

    .teacher-photo img {
        border-radius: 14px;
    }

    .teacher-body {
        padding: 18px;
    }
}

.section-bg-word {
    position: absolute;
    font-size: clamp(80px,18vw,260px);
    font-weight: 1000;
    letter-spacing: -12px;
    line-height: 1;
    white-space: nowrap;
    color: rgba(15,23,42,.024);
    pointer-events: none;
    user-select: none;
    z-index: -1;
}
.smp-organization-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: clamp(86px, 10vw, 140px) 0;
    background:
        radial-gradient(circle at top left, rgba(25,135,84,.08), transparent 34%),
        linear-gradient(180deg, #ffffff, #f8fafc);
}

.smp-org-bg-word {
    position: absolute;
    right: -4%;
    top: 4%;
    font-size: clamp(70px, 14vw, 210px);
    font-weight: 1000;
    letter-spacing: -10px;
    line-height: 1;
    color: rgba(15, 23, 42, .026);
    pointer-events: none;
    user-select: none;
    z-index: -1;
}

.smp-org-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(25, 135, 84, .10);
    color: #198754;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.smp-org-title {
    color: #0f172a;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: -2.4px;
    font-weight: 950;
    margin-bottom: 22px;
}

.smp-org-title span {
    display: block;
    color: #198754;
}

.smp-org-desc {
    color: #64748b;
    line-height: 1.9;
    margin: 0;
    max-width: 560px;
}

.smp-org-card {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 36px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.smp-org-card img {
    width: 100%;
    display: block;
}

.smp-org-overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 61, 43, .45);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s ease;
}

.smp-org-overlay i {
    font-size: 42px;
}

.smp-org-overlay span {
    font-weight: 900;
}

.smp-org-card:hover .smp-org-overlay {
    opacity: 1;
}

/* SAMBUTAN / MESSAGE SLIDER */
.smp-message-slider {
    position: relative;
    margin-top: 34px;
    min-height: 330px;
}

.smp-message-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(18px) scale(.98);
    transition: opacity .45s ease, transform .45s ease, visibility .45s ease;
    padding: 34px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(200,169,106,.16), transparent 38%),
        linear-gradient(135deg, #ffffff, #f8fbf8);
    border: 1px solid rgba(15, 23, 42, .07);
    box-shadow: 0 22px 60px rgba(15, 23, 42, .08);
}

.smp-message-slide.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    position: relative;
}

.smp-message-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.smp-message-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(25, 135, 84, .10);
    color: var(--smp-secondary);
    font-size: 27px;
}

.smp-message-label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--smp-secondary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.smp-message-header h4 {
    margin: 0;
    color: var(--smp-navy);
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
}

.smp-message-slide p {
    margin: 0;
    color: #3f4a5a;
    font-size: 17px;
    line-height: 1.95;
}

/* MOBILE */
@media (max-width: 768px) {
    .smp-message-slider {
        min-height: 420px;
        margin-top: 28px;
    }

    .smp-message-slide {
        padding: 24px;
        border-radius: 24px;
    }

    .smp-message-header {
        align-items: flex-start;
        gap: 14px;
    }

    .smp-message-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        font-size: 23px;
        border-radius: 16px;
    }

    .smp-message-header h4 {
        font-size: 20px;
    }

    .smp-message-slide p {
        font-size: 15px;
        line-height: 1.85;
    }
}

@media (max-width: 576px) {
    .smp-message-slider {
        min-height: 470px;
    }

    .smp-section-title span {
        display: inline;
    }
}

@media (max-width: 768px) {
    .smp-org-card {
        border-radius: 24px;
    }

    .smp-org-bg-word {
        display: none;
    }
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .smp-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .smp-program-card.featured {
        grid-column: span 2;
    }
}

@media (max-width: 992px) {
    .smp-hero .min-vh-100 {
        min-height: auto !important;
        padding: 110px 0 80px;
    }

    .smp-hero-frame img {
        height: 460px;
    }

    .smp-floating-card {
        position: static;
        margin-top: 12px;
    }

    .smp-principal-card img {
        min-height: 450px;
    }

    .smp-vm-layout,
    .smp-cta-box {
        grid-template-columns: 1fr;
    }

    .smp-ekskul-card {
        grid-template-columns: 1fr;
    }

    .smp-ekskul-img img {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .smp-hero-title,
    .smp-section-title,
    .smp-vm-left h2 {
        letter-spacing: -1.3px;
    }

    .smp-hero-actions {
        flex-direction: column;
    }

    .smp-btn {
        width: 100%;
    }

    .smp-hero-stats {
        grid-template-columns: 1fr;
    }

    .smp-hero-visual {
        padding: 0;
    }

    .smp-hero-frame,
    .smp-principal-card img,
    .smp-program-card,
    .smp-ekskul-card,
    .smp-achievement-card,
    .smp-cta-box {
        border-radius: 26px;
    }

    .smp-hero-frame img {
        height: 370px;
    }

    .smp-principal-name {
        position: relative;
        right: auto;
        bottom: auto;
        margin: -30px 18px 0;
    }

    .smp-quote-box {
        padding: 24px;
    }

    .smp-quote-box p,
    .smp-body-text {
        font-size: 15px;
    }

    .smp-program-grid {
        grid-template-columns: 1fr;
    }

    .smp-program-card.featured {
        grid-column: span 1;
    }

    .smp-program-card {
        min-height: auto;
    }

    .smp-mission-card,
    .smp-ekskul-body,
    .smp-achievement-body {
        padding: 24px;
    }
}

@media (max-width: 576px) {
    .smp-hero .min-vh-100 {
        padding-top: 90px;
    }

    .smp-section-head {
        margin-bottom: 38px;
    }

    .smp-hero-frame img,
    .smp-principal-card img {
        height: 330px;
        min-height: 330px;
    }

    .smp-achievement-img img,
    .smp-ekskul-img img {
        height: 235px;
    }
}
