/* =========================================================
   PPDB MI AR-ROUDHOH JEMBER - PREMIUM TRUST UI
   Simpan sebagai: public/assets/css/ppdb_mi.css
========================================================= */

:root {
    --ppdb-green: #198754;
    --ppdb-green-dark: #0f4f31;
    --ppdb-green-soft: #e8f7ee;
    --ppdb-gold: #d8a43a;
    --ppdb-ink: #092133;
    --ppdb-muted: #65736c;
    --ppdb-border: rgba(15, 79, 49, 0.12);
    --ppdb-card: rgba(255, 255, 255, 0.92);
    --ppdb-shadow: 0 24px 70px rgba(9, 33, 51, 0.11);
    --ppdb-shadow-soft: 0 14px 38px rgba(9, 33, 51, 0.08);
}

body.event-details-page {
    background:
        radial-gradient(circle at 6% 12%, rgba(25, 135, 84, 0.12), transparent 28%),
        radial-gradient(circle at 94% 20%, rgba(216, 164, 58, 0.12), transparent 24%),
        linear-gradient(180deg, #f7fbf8 0%, #eef5f1 100%);
}

/* Hilangkan page-title lama agar tidak terasa template polos */
.ppdb-page-title-modern {
    position: relative;
    overflow: hidden;
    padding: 34px 0;
    background:
        linear-gradient(135deg, rgba(13, 66, 43, 0.96), rgba(25, 135, 84, 0.92)),
        url("../img/bg-school-pattern.png");
    color: #ffffff;
}

.ppdb-page-title-modern::before,
.ppdb-page-title-modern::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.ppdb-page-title-modern::before {
    width: 420px;
    height: 420px;
    top: -250px;
    right: -120px;
    background: rgba(255, 255, 255, 0.12);
}

.ppdb-page-title-modern::after {
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: 8%;
    background: rgba(216, 164, 58, 0.22);
}

.ppdb-page-title-modern .container {
    position: relative;
    z-index: 2;
}

.ppdb-page-title-modern h1 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: -0.7px;
    color: #ffffff;
}

.ppdb-page-title-modern .breadcrumbs ol {
    margin: 0;
}

.ppdb-page-title-modern .breadcrumbs a,
.ppdb-page-title-modern .breadcrumbs li,
.ppdb-page-title-modern .breadcrumbs .current {
    color: rgba(255, 255, 255, 0.88);
}

.ppdb-page-title-modern .breadcrumbs li + li::before {
    color: rgba(255, 255, 255, 0.6);
}

/* SECTION */
.ppdb-premium-section {
    position: relative;
    overflow: hidden;
    padding: 74px 0 96px;
}

.ppdb-premium-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(25, 135, 84, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 135, 84, 0.045) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.75), transparent 88%);
    pointer-events: none;
}

.ppdb-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
    opacity: 0.58;
}

.ppdb-bg-orb.orb-1 {
    width: 280px;
    height: 280px;
    background: rgba(25, 135, 84, 0.16);
    left: -120px;
    top: 130px;
}

.ppdb-bg-orb.orb-2 {
    width: 360px;
    height: 360px;
    background: rgba(216, 164, 58, 0.14);
    right: -170px;
    top: 360px;
}

.ppdb-content-shell {
    position: relative;
    z-index: 2;
}

/* HERO */
.ppdb-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    gap: 26px;
    align-items: stretch;
    margin-bottom: 30px;
}

.ppdb-hero-main,
.ppdb-hero-visual {
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: var(--ppdb-shadow);
    backdrop-filter: blur(18px);
}

.ppdb-hero-main {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: clamp(34px, 4vw, 56px);
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(216, 164, 58, 0.22), transparent 30%),
        linear-gradient(135deg, rgba(9, 33, 51, 0.96), rgba(15, 79, 49, 0.94));
    color: #ffffff;
}

.ppdb-hero-main::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.ppdb-hero-main::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

.ppdb-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding: 10px 16px;
    margin-bottom: 22px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 13px;
    font-weight: 800;
}

.ppdb-hero-title {
    position: relative;
    z-index: 2;
    max-width: 780px;
    margin-bottom: 18px;
    font-family: "Poppins", sans-serif;
    font-size: clamp(34px, 5vw, 64px);
    font-weight: 850;
    line-height: 1.03;
    letter-spacing: -1.5px;
    color: #e8f7ee;
}

.ppdb-hero-title span {
    color: #f2ca64;
}

.ppdb-hero-subtitle {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.85;
}

.ppdb-hero-actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.btn-ppdb-primary,
.btn-ppdb-secondary,
.btn-ppdb-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 14px 22px;
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.28s ease;
}

.btn-ppdb-primary {
    color: #215a0e;
    background: linear-gradient(135deg, #f7d978 0%, #d8a43a 100%);
    box-shadow: 0 18px 38px rgba(216, 164, 58, 0.28);
}

.btn-ppdb-primary:hover {
    color: #0d2b1f;
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(216, 164, 58, 0.36);
}

.btn-ppdb-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.btn-ppdb-secondary:hover {
    color: #0d2b1f;
    background: #ffffff;
    transform: translateY(-3px);
}

.btn-ppdb-light {
    color: var(--ppdb-green-dark);
    background: #ffffff;
    border: 1px solid rgba(25, 135, 84, 0.15);
    box-shadow: var(--ppdb-shadow-soft);
}

.btn-ppdb-light:hover {
    color: #ffffff;
    background: var(--ppdb-green);
    transform: translateY(-3px);
}

.ppdb-trust-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 780px;
}

.ppdb-trust-item {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ppdb-trust-item i {
    display: inline-flex;
    margin-bottom: 10px;
    color: #f2ca64;
    font-size: 22px;
}

.ppdb-trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 15px;
}

.ppdb-trust-item span {
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-size: 13px;
    line-height: 1.45;
}

/* HERO VISUAL */
.ppdb-hero-visual {
    overflow: hidden;
    border-radius: 34px;
    background: var(--ppdb-card);
}

.ppdb-poster-frame {
    position: relative;
    min-height: 430px;
    height: 100%;
    padding: 18px;
}

.ppdb-poster-frame img {
    width: 100%;
    height: 100%;
    min-height: 394px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(9, 33, 51, 0.14);
}

.ppdb-poster-empty {
    min-height: 394px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 28px;
    text-align: center;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(25, 135, 84, 0.10), rgba(216, 164, 58, 0.10)),
        #ffffff;
    border: 1px dashed rgba(25, 135, 84, 0.28);
}

.ppdb-poster-empty i {
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: var(--ppdb-green);
    background: var(--ppdb-green-soft);
    font-size: 34px;
}

.ppdb-poster-empty h4 {
    margin: 0;
    font-weight: 800;
    color: var(--ppdb-ink);
}

.ppdb-poster-empty p {
    margin: 0;
    color: var(--ppdb-muted);
    line-height: 1.65;
}

.ppdb-visual-ribbon {
    position: absolute;
    top: 34px;
    left: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(15, 79, 49, 0.92);
    box-shadow: 0 14px 30px rgba(9, 33, 51, 0.18);
    font-size: 13px;
    font-weight: 800;
}

/* MINI INFO */
.ppdb-mini-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 0 0 28px;
}

.ppdb-mini-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 22px;
    border-radius: 26px;
    background: var(--ppdb-card);
    border: 1px solid var(--ppdb-border);
    box-shadow: var(--ppdb-shadow-soft);
    backdrop-filter: blur(14px);
}

.ppdb-mini-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ppdb-green), #20c997);
    box-shadow: 0 12px 26px rgba(25, 135, 84, 0.25);
    font-size: 22px;
}

.ppdb-mini-card h5 {
    margin: 0 0 5px;
    color: var(--ppdb-ink);
    font-size: 16px;
    font-weight: 850;
}

.ppdb-mini-card p {
    margin: 0;
    color: var(--ppdb-muted);
    font-size: 14px;
    line-height: 1.55;
}

/* MAIN LAYOUT */
.ppdb-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 26px;
    align-items: start;
}

.ppdb-left-stack,
.ppdb-right-stack {
    display: grid;
    gap: 22px;
}

.ppdb-right-stack {
    position: sticky;
    top: 110px;
}

/* CARD GENERAL */
.ppdb-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: var(--ppdb-card);
    border: 1px solid var(--ppdb-border);
    box-shadow: var(--ppdb-shadow-soft);
    backdrop-filter: blur(16px);
}

.ppdb-card-inner {
    padding: clamp(24px, 3vw, 34px);
}

.ppdb-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.ppdb-title-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ppdb-green), var(--ppdb-green-dark));
    font-size: 22px;
    box-shadow: 0 14px 28px rgba(25, 135, 84, 0.24);
}

.ppdb-card-title h3,
.ppdb-card-title h4 {
    margin: 0;
    color: var(--ppdb-ink);
    font-family: "Poppins", sans-serif;
    font-weight: 850;
    letter-spacing: -0.3px;
}

.ppdb-card-title h3 {
    font-size: clamp(23px, 2.5vw, 32px);
}

.ppdb-card-title h4 {
    font-size: 21px;
}

.ppdb-card-text {
    color: var(--ppdb-muted);
    font-size: 16px;
    line-height: 1.8;
}

.ppdb-card-text strong {
    color: var(--ppdb-ink);
}

/* REQUIREMENTS */
.ppdb-requirement-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ppdb-requirement-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 16px;
    border-radius: 18px;
    color: #42544a;
    background: rgba(25, 135, 84, 0.055);
    border: 1px solid rgba(25, 135, 84, 0.10);
    line-height: 1.6;
}

.ppdb-requirement-list i {
    color: var(--ppdb-green);
    margin-top: 3px;
    font-size: 18px;
}

.ppdb-empty-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    padding: 18px;
    border-radius: 20px;
    color: var(--ppdb-muted);
    background: #f7faf8;
    border: 1px dashed rgba(25, 135, 84, 0.24);
    line-height: 1.7;
}

.ppdb-empty-note i {
    color: var(--ppdb-green);
    margin-top: 4px;
}

/* TIMELINE */
.ppdb-timeline {
    position: relative;
    display: grid;
    gap: 14px;
    margin-top: 6px;
}

.ppdb-timeline-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
}

.ppdb-timeline-dot {
    position: relative;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--ppdb-green), #20c997);
    box-shadow: 0 12px 24px rgba(25, 135, 84, 0.22);
    z-index: 2;
}

.ppdb-timeline-copy {
    padding: 14px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 79, 49, 0.10);
}

.ppdb-timeline-copy span {
    display: block;
    margin-bottom: 3px;
    color: var(--ppdb-muted);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.ppdb-timeline-copy strong {
    display: block;
    color: var(--ppdb-ink);
    font-size: 16px;
}

/* WHY CARD */
.ppdb-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ppdb-benefit-item {
    padding: 18px;
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(25, 135, 84, 0.06), rgba(216, 164, 58, 0.06)),
        #ffffff;
    border: 1px solid rgba(15, 79, 49, 0.10);
}

.ppdb-benefit-item i {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--ppdb-green);
    font-size: 24px;
}

.ppdb-benefit-item h5 {
    margin: 0 0 7px;
    color: var(--ppdb-ink);
    font-size: 16px;
    font-weight: 850;
}

.ppdb-benefit-item p {
    margin: 0;
    color: var(--ppdb-muted);
    font-size: 14px;
    line-height: 1.6;
}

/* SIDEBAR */
.ppdb-register-card {
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(216, 164, 58, 0.32), transparent 34%),
        linear-gradient(150deg, var(--ppdb-green-dark), var(--ppdb-green));
    border: 0;
}

.ppdb-register-card .ppdb-card-inner {
    padding: 30px;
}

.ppdb-register-card h3 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 850;
    font-size: 25px;
}

.ppdb-register-card p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.7;
}

.ppdb-register-card .btn-ppdb-primary,
.ppdb-register-card .btn-ppdb-secondary {
    width: 100%;
}

.ppdb-register-card .btn-ppdb-secondary {
    margin-top: 10px;
}

.ppdb-contact-list {
    display: grid;
    gap: 14px;
    margin-top: 4px;
}

.ppdb-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #41544a;
    line-height: 1.55;
}

.ppdb-contact-item i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--ppdb-green);
    background: var(--ppdb-green-soft);
}

.ppdb-contact-item strong {
    display: block;
    color: var(--ppdb-ink);
    font-size: 14px;
}

.ppdb-contact-item span {
    color: var(--ppdb-muted);
    font-size: 14px;
}

.ppdb-side-poster {
    padding: 14px;
}

.ppdb-side-poster h4 {
    margin: 4px 8px 14px;
    color: var(--ppdb-ink);
    font-weight: 850;
    font-size: 20px;
}

.ppdb-side-poster img {
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 16px 36px rgba(9, 33, 51, 0.12);
}

.ppdb-side-poster .ppdb-poster-empty {
    min-height: 260px;
    border-radius: 22px;
}

.ppdb-note-card {
    background:
        linear-gradient(135deg, rgba(216, 164, 58, 0.11), rgba(25, 135, 84, 0.08)),
        #ffffff;
}

.ppdb-note-card p {
    margin: 0;
    color: var(--ppdb-muted);
    line-height: 1.75;
}

/* FLOATING CTA MOBILE */
.ppdb-mobile-cta {
    display: none;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .ppdb-hero {
        grid-template-columns: 1fr;
    }

    .ppdb-hero-main,
    .ppdb-poster-frame {
        min-height: auto;
    }

    .ppdb-mini-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .ppdb-main-grid {
        grid-template-columns: 1fr;
    }

    .ppdb-right-stack {
        position: static;
    }
}

@media (max-width: 991px) {
    .ppdb-premium-section {
        padding: 54px 0 86px;
    }

    .ppdb-page-title-modern {
        padding: 26px 0;
    }

    .ppdb-page-title-modern .container {
        gap: 10px;
    }

    .ppdb-hero-main {
        border-radius: 28px;
    }

    .ppdb-hero-visual {
        border-radius: 28px;
    }
}

@media (max-width: 767px) {
    .ppdb-trust-grid,
    .ppdb-mini-info,
    .ppdb-benefit-grid {
        grid-template-columns: 1fr;
    }

    .ppdb-hero-main {
        padding: 30px 24px;
    }

    .ppdb-hero-subtitle {
        font-size: 15px;
    }

    .ppdb-hero-actions {
        flex-direction: column;
    }

    .btn-ppdb-primary,
    .btn-ppdb-secondary,
    .btn-ppdb-light {
        width: 100%;
    }

    .ppdb-card {
        border-radius: 24px;
    }

    .ppdb-card-inner {
        padding: 24px;
    }

    .ppdb-card-title {
        align-items: flex-start;
    }

    .ppdb-mobile-cta {
        position: fixed;
        left: 14px;
        right: 14px;
        bottom: 16px;
        z-index: 999;
        display: block;
    }

    .ppdb-mobile-cta a {
        width: 100%;
        min-height: 54px;
        border-radius: 18px;
        box-shadow: 0 18px 45px rgba(9, 33, 51, 0.22);
    }

    body.event-details-page {
        padding-bottom: 78px;
    }
}

@media (max-width: 480px) {
    .ppdb-page-title-modern h1 {
        font-size: 24px;
    }

    .ppdb-hero-title {
        font-size: 34px;
    }

    .ppdb-poster-frame {
        padding: 12px;
    }

    .ppdb-poster-frame img,
    .ppdb-poster-empty {
        min-height: 300px;
        border-radius: 20px;
    }

    .ppdb-visual-ribbon {
        top: 24px;
        left: 24px;
    }

    .ppdb-mini-card {
        padding: 18px;
    }
}

/* ===============================
   FOOTER PREMIUM MI AR-ROUDHOH
================================ */

.ar-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(25, 135, 84, 0.13), transparent 34%),
        radial-gradient(circle at bottom right, rgba(13, 110, 253, 0.10), transparent 32%),
        linear-gradient(135deg, #edf6f8 0%, #f7fbf8 48%, #e9f5ef 100%);
    color: #102a3a;
    padding-top: 58px;
}

.ar-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(25, 135, 84, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 135, 84, 0.045) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
}

.ar-footer-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(14px);
    pointer-events: none;
}

.ar-footer-glow-1 {
    width: 260px;
    height: 260px;
    left: -120px;
    top: 40px;
    background: rgba(25, 135, 84, 0.12);
}

.ar-footer-glow-2 {
    width: 320px;
    height: 320px;
    right: -150px;
    bottom: -120px;
    background: rgba(25, 135, 84, 0.10);
}

.ar-footer-top,
.ar-footer-bottom {
    position: relative;
    z-index: 2;
}

.ar-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.ar-footer-brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(15, 40, 30, 0.12));
}

.ar-footer-brand h3 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    font-weight: 800;
    color: #082234;
    margin: 0;
    letter-spacing: -0.4px;
}

.ar-footer-brand span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #5f6f66;
    font-weight: 600;
}

.ar-footer-desc {
    max-width: 360px;
    color: #596b62;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.ar-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.ar-footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ffffff;
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 12px 26px rgba(15, 40, 30, 0.08);
    transition: all 0.3s ease;
}

.ar-footer-social a:hover {
    background: #198754;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(25, 135, 84, 0.22);
}

.ar-footer-links h4 {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #082234;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.ar-footer-links h4::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #198754, #20c997);
}

.ar-footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ar-footer-links ul li {
    margin-bottom: 12px;
}

.ar-footer-links ul li a {
    position: relative;
    color: #53665d;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ar-footer-links ul li a::before {
    content: "›";
    margin-right: 8px;
    color: #198754;
    font-weight: 800;
}

.ar-footer-links ul li a:hover {
    color: #198754;
    padding-left: 4px;
}

.ar-footer-cta {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 28px;
    background:
        linear-gradient(145deg, #ffffff 0%, #f4fff8 100%);
    border: 1px solid rgba(25, 135, 84, 0.16);
    box-shadow: 0 24px 60px rgba(15, 40, 30, 0.10);
}

.ar-footer-cta::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -70px;
    top: -70px;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.11);
}

.ar-footer-cta-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 15px;
}

.ar-footer-cta h4 {
    position: relative;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #082234;
    line-height: 1.35;
    margin-bottom: 10px;
}

.ar-footer-cta p {
    position: relative;
    z-index: 2;
    color: #5f6f66;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.ar-footer-contact {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.ar-footer-contact div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #43574d;
    font-size: 14px;
    font-weight: 600;
}

.ar-footer-contact i {
    color: #198754;
    font-size: 16px;
    margin-top: 2px;
}

.ar-footer-action {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
}

.ar-footer-btn-primary {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 16px;
    border-radius: 15px;
    background: linear-gradient(135deg, #198754, #0f6840);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 15px 32px rgba(25, 135, 84, 0.24);
    transition: all 0.3s ease;
}

.ar-footer-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(25, 135, 84, 0.32);
}

.ar-footer-btn-wa {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #ffffff;
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(15, 40, 30, 0.08);
    transition: all 0.3s ease;
}

.ar-footer-btn-wa:hover {
    background: #198754;
    color: #ffffff;
    transform: translateY(-3px);
}

.ar-footer-bottom {
    margin-top: 42px;
    padding-bottom: 28px;
}

.ar-footer-bottom-inner {
    border-top: 1px solid rgba(25, 135, 84, 0.16);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #40534a;
    font-size: 14px;
}

.ar-footer-bottom-inner strong {
    color: #082234;
}

.ar-footer-bottom-inner a {
    color: #198754;
    font-weight: 700;
    text-decoration: none;
}

.ar-footer-bottom-inner a:hover {
    color: #0f6840;
}

/* RESPONSIVE FOOTER */
@media (max-width: 991px) {
    .ar-footer {
        padding-top: 46px;
    }

    .ar-footer-cta {
        padding: 24px;
    }

    .ar-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .ar-footer-brand {
        align-items: flex-start;
    }

    .ar-footer-brand h3 {
        font-size: 22px;
    }

    .ar-footer-social {
        flex-wrap: wrap;
    }

    .ar-footer-action {
        flex-direction: column;
    }

    .ar-footer-btn-wa {
        width: 100%;
    }
}