/* =========================================
   AJO89 INFORMATION SECTION
   BLACK × METALLIC GOLD × DARK RED
========================================= */

.alternatif-ajo89-header {
    position: relative;
    margin: 0 0 18px;
    padding: 20px 16px;

    color: #ffd84a;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;

    text-shadow:
        0 2px 2px rgba(0, 0, 0, .95),
        0 0 10px rgba(255, 216, 74, .70),
        0 0 24px rgba(165, 13, 25, .38);
}

.alternatif-ajo89-header::before {
    content: "🏆";
    margin-right: 9px;

    color: #ffd84a;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .95),
        0 0 18px rgba(155, 12, 24, .75);
}

.alternatif-ajo89-header::after {
    content: "";
    display: block;

    width: 150px;
    height: 3px;
    margin: 13px auto 0;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #9f0f1d 20%,
            #ffd84a 50%,
            #9f0f1d 80%,
            transparent
        );

    box-shadow:
        0 0 8px rgba(165, 13, 25, .75),
        0 0 14px rgba(255, 216, 74, .46);
}

/* =========================================
   DESCRIPTION BOX
========================================= */

.link-ajo89-desc {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    max-width: 850px;
    margin: 0 auto 28px;
    padding: 26px 30px;

    color: #f1e8d8;
    text-align: justify;
    font-size: 15px;
    line-height: 1.85;

    border: 1px solid rgba(255, 216, 74, .70);
    border-radius: 18px;

    background:
        radial-gradient(circle at 12% 5%, rgba(0, 0, 0, 0.22), transparent 28%),
        radial-gradient(circle at 90% 90%, rgba(255, 216, 74, .12), transparent 34%),
        linear-gradient(
            145deg,
            #000000 0%,
            #000000 45%,
            #000000 75%,
            #000000 100%
        );

    box-shadow:
        0 16px 36px rgba(0, 0, 0, .72),
        0 0 24px rgba(165, 13, 25, .28),
        0 0 38px rgba(255, 216, 74, .12),
        inset 0 1px 0 rgba(255, 255, 255, .07);
}

.link-ajo89-desc::before {
    content: "";
    position: absolute;
    top: -45%;
    left: -90%;

    width: 42%;
    height: 190%;

    background:
        linear-gradient(
            115deg,
            transparent,
            rgba(174, 15, 27, .14),
            rgba(255, 255, 255, .46),
            rgba(255, 216, 74, .20),
            transparent
        );

    transform: skewX(-24deg);
    animation: Ajo89Shine 6s ease-in-out infinite;
    pointer-events: none;
    z-index: -1;
}

.link-ajo89-desc::after {
    content: "";
    position: absolute;
    inset: 0;

    border-radius: 18px;

    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, .045),
            transparent 32%,
            rgba(0, 0, 0, .22)
        );

    pointer-events: none;
    z-index: -1;
}

.link-ajo89-desc > * {
    position: relative;
    z-index: 2;
}

/* =========================================
   TEXT HIGHLIGHT
========================================= */

.ajo89-text-gold {
    color: #ffd84a;
    font-weight: 800;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .45);
}

.ajo89-text-glow {
    color: #fff1a8;
    font-weight: 800;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .78),
        0 0 16px rgba(155, 12, 24, .42);
}

/* Kompatibilitas class lama */
.gold-text {
    color: #ffd84a;
    font-weight: 800;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .45);
}

.glow-text {
    color: #fff1a8;
    font-weight: 800;

    text-shadow:
        0 0 8px rgba(255, 216, 74, .78),
        0 0 16px rgba(155, 12, 24, .42);
}

/* =========================================
   AJO89 INFORMATION HUB
========================================= */

.ajo89-info-center {
    width: 100%;
    max-width: 1100px;
    margin: 25px auto 0;
    padding: 22px 26px;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            #000000 0%,
            #000000 48%,
            #000000 100%
        );

    border: 1px solid rgba(255, 196, 0, 0.42);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.45),
        0 0 22px rgba(0, 0, 0, 0.1);

    overflow: hidden;
}

.ajo89-title {
    margin-bottom: 15px;

    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 2px;
    text-align: center;

    color: #ffc400;

    text-shadow:
        0 0 10px rgba(255, 196, 0, 0.30);
}

/* =========================================
   RUNNING TEXT
========================================= */

.ajo89-marquee {
    width: 100%;
    margin-bottom: 18px;

    overflow: hidden;
    white-space: nowrap;

    border-top: 1px solid #fed804;
    border-bottom: 1px solid #fed804;

    padding: 9px 0;
}

.ajo89-marquee span {
    display: inline-block;
    min-width: 100%;
    padding-left: 100%;

    color: #fed804;

    font-size: 14px;
    font-weight: 600;

    animation: rjbMove 18s linear infinite;
}

@keyframes rjbMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* =========================================
   BUTTON GROUP
========================================= */

.ajo89-button-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin-bottom: 20px;
}

.ajo89-btn-info {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 46px;
    padding: 13px 16px;

    border-radius: 12px;
    border: 1px solid #ffc400;

    color: #000000;

    background:
        linear-gradient(
            135deg,
            #000000 0%,
            #fed804 52%,
            #000000 100%
        );

    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;

    box-shadow:
        0 7px 18px rgba(0, 0, 0, 0.35);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        filter 0.3s ease;
}

.ajo89-btn-info::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -90%;

    width: 45%;
    height: 180%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.34),
            transparent
        );

    transform: skewX(-24deg);

    animation: Ajo89Shine 4.8s ease-in-out infinite;
}

.ajo89-btn-info:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);

    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.45),
        0 0 20px rgba(255, 196, 0, 0.30);
}


/* =========================================
   ARTICLE / NOTE
   Dibuat melebar ke samping
========================================= */

.ajo89-note {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 24px;

    border-radius: 14px;
    border-left: 3px solid #ffc400;

    background:
        linear-gradient(
            90deg,
            rgba(255, 196, 0, 0.06),
            rgba(255, 255, 255, 0.015)
        );

    color: #e5e5e5;

    font-size: 15px;
    line-height: 1.85;
    text-align: left;

    box-shadow:
        inset 0 0 18px rgba(255, 196, 0, 0.025);
}

/* Kalau isi ajo89-note memakai paragraf */
.ajo89-note p {
    margin: 0 0 14px;
}

.ajo89-note p:last-child {
    margin-bottom: 0;
}

/* =========================================
   SHINE ANIMATION
========================================= */

@keyframes Ajo89Shine {
    0%,
    20% {
        left: -90%;
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    55% {
        left: 145%;
        opacity: 0;
    }

    100% {
        left: 145%;
        opacity: 0;
    }
}

/* =========================================
   RESPONSIVE TABLET
========================================= */

@media (max-width: 768px) {
    .ajo89-info-center {
        width: calc(100% - 24px);
        padding: 20px;
    }

    .ajo89-title {
        font-size: 16px;
        letter-spacing: 1.3px;
    }

    .ajo89-note {
        padding: 18px 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .alternatif-ajo89-header {
        font-size: 21px;
        padding: 17px 12px;
    }

    .link-ajo89-desc {
        padding: 22px;
        font-size: 14px;
        line-height: 1.75;
    }
}

/* =========================================
   RESPONSIVE MOBILE
========================================= */

@media (max-width: 600px) {
    .ajo89-info-center {
        width: calc(100% - 20px);
        margin-top: 20px;
        padding: 16px 14px;
        border-radius: 15px;
    }

    .ajo89-title {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0.8px;
    }

    .ajo89-marquee {
        margin-bottom: 14px;
    }

    .ajo89-marquee span {
        font-size: 12px;
    }

    .ajo89-button-group {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ajo89-btn-info {
        min-height: 44px;
        padding: 12px;
        font-size: 12px;
    }

    .ajo89-note {
        padding: 16px;
        border-left-width: 2px;

        font-size: 13px;
        line-height: 1.75;
        text-align: left;
    }

    .alternatif-ajo89-header {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .alternatif-ajo89-header::before {
        display: block;
        margin: 0 0 6px;
    }

    .link-ajo89-desc {
        margin-bottom: 22px;
        padding: 18px;
        border-radius: 15px;
        text-align: left;
    }

    .ajo89-info-table {
        font-size: 12px;
        border-radius: 14px;
    }

    .ajo89-info-table th,
    .ajo89-info-table td {
        padding: 11px 10px;
    }
}
