*{box-sizing:border-box}body{margin:0;font-family:"Segoe UI",Arial,sans-serif;background:#f3f6fb;color:#1e293b}.page{max-width:1440px;margin:auto;padding:22px}.hero{position:relative;overflow:hidden;border-radius:34px;min-height:430px;box-shadow:0 18px 45px rgba(15,23,42,.15);background:#1d4ed8}.hero__bg{position:absolute;inset:0;background:linear-gradient(120deg,rgba(30,64,175,.97),rgba(37,99,235,.88)),url("../img/bg-sekolah.jpg") center/cover}.hero__content{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:30px;padding:54px}.logos{display:flex;gap:14px;margin-bottom:22px}.logos img{width:82px;height:82px;object-fit:contain;background:white;border-radius:50%;padding:10px;box-shadow:0 10px 25px rgba(0,0,0,.15)}.eyebrow{color:#dbeafe;font-size:22px;font-weight:800;letter-spacing:2px}.hero h1{margin:8px 0 14px;color:white;font-size:74px;line-height:.95;font-weight:1000;letter-spacing:-2px}.year-badge{display:inline-block;background:#facc15;color:#172554;font-size:29px;font-weight:1000;padding:14px 24px;border-radius:18px;box-shadow:0 10px 20px rgba(0,0,0,.12)}.hero p{max-width:700px;color:#e0f2fe;font-size:19px;line-height:1.8}.hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:16px;text-decoration:none;font-weight:800}.btn-primary{background:#facc15;color:#172554}.btn-light{background:rgba(255,255,255,.18);color:white;border:1px solid rgba(255,255,255,.35)}/* FOTO SISWA: dibuat menyatu dengan background biru */
.student-card{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    max-width:430px;
    margin-left:auto;
    padding:14px;
    border-radius:34px;
    overflow:hidden;
    background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.06));
    border:1px solid rgba(255,255,255,.32);
    box-shadow:
        0 20px 45px rgba(15,23,42,.32),
        0 0 55px rgba(96,165,250,.35);
    backdrop-filter:blur(10px);
}
.student-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:
        linear-gradient(135deg,rgba(37,99,235,.28),rgba(14,165,233,.12)),
        radial-gradient(circle at 20% 20%,rgba(255,255,255,.22),transparent 32%);
    mix-blend-mode:soft-light;
}
.student-card::after{
    content:"";
    position:absolute;
    inset:auto 24px -18px 24px;
    height:40px;
    z-index:0;
    border-radius:50%;
    background:rgba(15,23,42,.38);
    filter:blur(18px);
}
.student-card img{
    position:relative;
    z-index:1;
    max-width:390px;
    width:100%;
    display:block;
    border-radius:24px;
    object-fit:cover;
    aspect-ratio:4/3;
    filter:
        saturate(.92)
        contrast(1.04)
        brightness(.95)
        sepia(.04)
        drop-shadow(0 18px 28px rgba(0,0,0,.22));
}
.student-card span{
    position:absolute;
    z-index:3;
    right:22px;
    bottom:22px;
    background:rgba(15,23,42,.92);
    color:#facc15;
    padding:12px 18px;
    border-radius:18px;
    font-weight:1000;
    font-size:22px;
    box-shadow:0 10px 22px rgba(0,0,0,.22);
}.layout{display:grid;grid-template-columns:2.1fr .9fr;gap:24px;margin-top:24px}.panel{background:white;border-radius:30px;padding:30px;box-shadow:0 10px 32px rgba(15,23,42,.08);border:1px solid #e2e8f0}.section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.section-head h2,.side h2{font-size:34px;line-height:1;margin:0 0 8px;font-weight:1000}.section-head p,.muted{color:#64748b;margin:0}.secure{background:#ecfdf5;color:#047857;border-radius:999px;padding:10px 14px;font-weight:800}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step-card{position:relative;min-height:235px;border-radius:26px;padding:26px 18px;text-align:center;border:1px solid #dbeafe;transition:.25s}.step-card:hover{transform:translateY(-7px)}.step-card b{display:grid;place-items:center;width:56px;height:56px;margin:-4px auto 18px;color:#fff;border-radius:50%;font-size:24px;box-shadow:0 10px 20px rgba(0,0,0,.15)}.step-card i{font-size:44px;margin-bottom:18px}.step-card h3{margin:0 0 10px;font-size:20px}.step-card p{margin:0;color:#475569;line-height:1.55}.blue{background:#eff6ff}.blue b{background:#2563eb}.blue i{color:#2563eb}.green{background:#ecfdf5}.green b{background:#16a34a}.green i{color:#16a34a}.yellow{background:#fefce8}.yellow b{background:#eab308}.yellow i{color:#eab308}.purple{background:#faf5ff}.purple b{background:#7c3aed}.purple i{color:#7c3aed}.cyan{background:#ecfeff}.cyan b{background:#0891b2}.cyan i{color:#0891b2}.notice{display:flex;gap:14px;align-items:flex-start;background:#eff6ff;color:#1e40af;padding:16px 18px;border-radius:18px;margin-top:24px;line-height:1.6}.notice i{font-size:22px;margin-top:3px}.side{display:flex;flex-direction:column;gap:18px}.menu-card{display:grid;grid-template-columns:78px 1fr 18px;gap:18px;align-items:center;text-decoration:none;color:#1e293b;border-radius:24px;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;transition:.25s}.menu-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(15,23,42,.1)}.icon{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;font-size:33px;background:white}.blue-i{color:#2563eb}.green-i{color:#16a34a}.menu-card h3{font-size:24px;margin:0 0 7px}.menu-card p{margin:0;color:#64748b}.arrow{color:#94a3b8}.help{display:flex;gap:14px;align-items:center;margin-top:auto;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:white;border-radius:24px;padding:20px}.help i{font-size:36px}.help span{color:#dbeafe}@media(max-width:1100px){.hero__content,.layout{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.hero{text-align:center}.logos,.hero__actions{justify-content:center}.hero p{margin-left:auto;margin-right:auto}.student-card{margin:20px auto 0}}@media(max-width:640px){.page{padding:12px}.hero__content{padding:30px 18px}.hero h1{font-size:44px}.year-badge{font-size:18px}.hero p{font-size:16px}.logos img{width:64px;height:64px}.steps{grid-template-columns:1fr}.section-head{display:block}.section-head h2,.side h2{font-size:28px}.panel{padding:20px}.menu-card{grid-template-columns:60px 1fr}.menu-card .arrow{display:none}.icon{width:60px;height:60px;font-size:26px}}