/* ══════════════════════════════════════════════════════════
   FOOTER — Penutup Elegan
   ══════════════════════════════════════════════════════════ */

footer {
    width: 100%;
    padding: 4rem 1.6rem 5rem;
    text-align: center;
    background: var(--primary-900);
    position: relative; overflow: hidden;
}

/* Strip emas atas */
footer::before {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px; background: var(--grad-gold);
}

/* Dekorasi cahaya tengah */
footer::after {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(201,168,76,0.08), transparent 55%);
    pointer-events: none;
}

/* Teks penutup */
footer > p {
    position: relative; z-index: 1;
    font-size: 0.86rem; color: rgba(255,255,255,0.55);
    max-width: 460px; margin: 0 auto 0.8rem;
    line-height: 2;
}

footer > p em {
    display: block; margin-top: 0.8rem;
    font-style: normal; font-size: 0.8rem;
    color: rgba(201,168,76,0.75);
    letter-spacing: 0.03em;
}

/* Wassalamualaikum */
footer h2 {
    position: relative; z-index: 1;
    font-size: 1.5rem; font-family: var(--font-display);
    font-weight: 700; color: var(--gold-light);
    margin: 0.6rem 0 0.3rem;
}

/* Alhamdulillah */
footer h4 {
    position: relative; z-index: 1;
    font-size: 1.45rem; font-family: var(--font-arabic);
    font-weight: 400; color: rgba(255,255,255,0.55);
    margin-bottom: 1.6rem;
}

/* Divider & credit */
footer > div {
    position: relative; z-index: 1;
    max-width: 400px; margin: 0 auto;
    display: flex; align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 0.8rem;
}

footer > div p {
    font-size: 0.7rem; color: rgba(255,255,255,0.3);
}

footer > div p span {
    color: var(--gold-light); font-weight: 700;
}

footer > div a {
    display: flex; align-items: center; gap: 0.3rem;
    color: rgba(255,255,255,0.3); font-size: 0.7rem;
    transition: var(--ease);
}

footer > div a:hover { color: var(--gold-light); }