:root {
    --orange: #ff6a00;
    --orange-dark: #e05c00;
    --ink: #12151c;
    --muted: #6a7385;
    --line: #e4e8f0;
    --soft: #f4f6fb;
    --white: #fff;
    --navy: #1a2744;
    --cyan: #22c3c3;
    --shadow: 0 18px 40px rgba(18, 21, 28, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--ink);
    background: var(--soft);
    line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1120px, 92%); margin: 0 auto; }

.header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(244, 246, 251, .92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.bar {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 72px;
}
.logo {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    letter-spacing: .04em;
}
.logo i { color: var(--orange); }
.logo small {
    background: var(--ink);
    color: #fff;
    font-size: .65rem;
    padding: .15rem .4rem;
    border-radius: 6px;
}
nav { margin-left: auto; display: flex; gap: 1.2rem; }
nav a { font-weight: 700; color: var(--muted); font-size: .95rem; }
nav a:hover { color: var(--orange); }
.cta {
    background: var(--orange);
    color: #fff !important;
    padding: .55rem 1rem;
    border-radius: 10px;
    font-weight: 800;
    font-size: .9rem;
}
.burger {
    display: none;
    border: 0;
    background: transparent;
    font-size: 1.3rem;
    cursor: pointer;
}

.hero {
    position: relative;
    min-height: 82vh;
    display: grid;
    align-items: end;
    padding: 5rem 0 4rem;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(18, 21, 28, .88) 0%, rgba(26, 39, 68, .7) 50%, rgba(255, 106, 0, .35) 100%),
        url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=1600&q=80') center/cover;
}
.hero-content { position: relative; z-index: 1; color: #fff; max-width: 700px; }
.eyebrow {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    color: #ffc299;
    margin-bottom: 1rem;
}
.hero h1 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.6rem, 6vw, 4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}
.lead { opacity: .9; font-size: 1.08rem; margin-bottom: 1.5rem; max-width: 36rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .85rem 1.25rem;
    border-radius: 12px;
    font-weight: 800;
    border: 2px solid transparent;
    cursor: pointer;
    font-family: inherit;
    transition: .2s;
}
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-dark); }
.btn-ghost { border-color: rgba(255,255,255,.6); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-full { width: 100%; }
.hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .8rem;
    max-width: 520px;
}
.hero-meta div {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    padding: .9rem;
}
.hero-meta strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
}
.hero-meta span { font-size: .82rem; opacity: .85; }

.section { padding: 4.5rem 0; }
.section-dark { background: var(--navy); color: #eef2ff; }
.section-soft { background: #fff; }
.head { margin-bottom: 2rem; }
.head span, .prestasi-grid > div > span, .ppdb-grid > div > span, .kontak span {
    color: var(--orange);
    font-weight: 800;
    font-size: .8rem;
    letter-spacing: .08em;
}
.head.light span { color: #ffb380; }
.head h2, .prestasi-grid h2, .ppdb-grid h2, .kontak h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.9rem, 3.4vw, 2.5rem);
    margin-top: .35rem;
}

.bento {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
}
.bento article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 1.4rem;
}
.bento .big {
    grid-row: span 2;
    background: linear-gradient(160deg, #fff 0%, #fff4ec 100%);
    border-color: #ffd4b8;
}
.bento i { font-size: 1.4rem; color: var(--orange); margin-bottom: .8rem; }
.bento h3 { font-family: 'Outfit', sans-serif; margin-bottom: .4rem; }
.bento p { color: var(--muted); font-size: .95rem; }

.ekskul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .85rem;
}
.ekskul article {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 1.2rem;
    display: flex;
    gap: .9rem;
    align-items: flex-start;
}
.ekskul .ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 106, 0, .2);
    color: #ffb380;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.ekskul h3 { font-family: 'Outfit', sans-serif; margin-bottom: .25rem; }
.ekskul p { color: rgba(238, 242, 255, .7); font-size: .9rem; }

.prestasi-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 2.5rem;
    align-items: center;
}
.prestasi-grid > div > p { color: var(--muted); margin-top: .7rem; }
.achievements { list-style: none; display: grid; gap: .7rem; }
.achievements li {
    background: #fff;
    border-left: 4px solid var(--orange);
    border-radius: 12px;
    padding: 1rem 1.2rem;
    font-weight: 600;
    color: var(--muted);
}
.achievements strong { color: var(--ink); margin-right: .35rem; }

.ppdb-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}
.steps { list-style: none; display: grid; gap: .75rem; margin-top: 1.2rem; }
.steps li {
    display: flex;
    gap: .8rem;
    align-items: center;
    font-weight: 700;
}
.steps span {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff4ec;
    color: var(--orange);
    display: grid;
    place-items: center;
    font-family: 'Outfit', sans-serif;
    font-size: .85rem;
}
form {
    background: var(--soft);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 1.4rem;
    display: grid;
    gap: .75rem;
}
form h3 { font-family: 'Outfit', sans-serif; margin-bottom: .2rem; }
input, select, textarea {
    width: 100%;
    border: 1.5px solid var(--line);
    border-radius: 12px;
    padding: .8rem 1rem;
    font: inherit;
    background: #fff;
}
input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: var(--orange);
}

.kontak {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 1.8rem;
}
.kontak p { color: var(--muted); margin-top: .5rem; }

.footer {
    background: var(--ink);
    color: #aeb6c6;
    padding: 1.4rem 0;
}
.foot {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.foot a { color: #ffb380; }

.wa {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    z-index: 60;
    box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}

@media (max-width: 900px) {
    .bento, .ekskul, .prestasi-grid, .ppdb-grid { grid-template-columns: 1fr; }
    .bento .big { grid-row: auto; }
    .hero-meta { grid-template-columns: 1fr; max-width: 100%; }
    .kontak { flex-direction: column; align-items: flex-start; }
    .cta { display: none; }
    .burger { display: block; margin-left: auto; }
    nav {
        display: none;
        position: absolute;
        left: 0; right: 0; top: 100%;
        background: var(--soft);
        border-bottom: 1px solid var(--line);
        flex-direction: column;
        padding: 1rem 4%;
        gap: .8rem;
    }
    nav.open { display: flex; }
}
