/* =============================================================
   Silver Reunion SMANSA 2001 - Custom Styles
   Color Palette:
     Gold    : #C9A96E (primary accent)
     Silver  : #C0C0C0
     Dark    : #1A1A2E (deep navy)
     Brown   : #2C2416 (dark brown)
     Cream   : #FAF8F3
   ============================================================= */

/* --- GLOBAL COLOR OVERRIDES (replace red theme with gold) --- */
a { color: #C9A96E; }
a:hover, a:active { color: #a07840; }

.btn-theme {
    background-color: #C9A96E !important;
    border-color: #C9A96E !important;
    color: #fff !important;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background-color: #a07840 !important;
    border-color: #a07840 !important;
    color: #fff !important;
}
.btn-theme-transparent {
    background-color: transparent !important;
    border: 2px solid #C9A96E !important;
    color: #C9A96E !important;
}
.btn-theme-transparent:hover {
    background-color: #C9A96E !important;
    color: #fff !important;
}

/* Section title hexagon accent */
.section-title .rhex { background-color: #C9A96E !important; }
.color .section-title .rhex { background-color: #fff !important; }
.color .section-title .fa-stack .fa { color: #C9A96E !important; }
.section-title .fa-stack .fa { color: #fff; }

/* Header logo */
.logo .logo-hex { color: #C9A96E !important; }
.logo a { color: #fff !important; }
.logo a:hover { color: #C9A96E !important; }
.logo a .logo-hex { background-color: #C9A96E !important; }
.logo a:hover .logo-hex { background-color: #fff !important; }
.logo a .logo-fa { color: #fff !important; }
.logo a:hover .logo-fa { color: #C9A96E !important; }

/* Header background – dark so white nav text is always visible */
.wide .header,
.wide .header.fixed {
    background-color: #1A1A2E !important;
    border-bottom: 2px solid #C9A96E !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.wide .header.shrink,
.wide .header.shrink-off {
    background-color: #1A1A2E !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.header,
.header > .container,
.header .header-wrapper,
.logo,
.logo a {
    position: relative;
    z-index: 100001;
}

.navigation {
    z-index: 100001;
}

.menu-toggle {
    z-index: 100002;
}

/* Shrink logo so header is compact */
.logo { font-size: 22px !important; margin-top: 0 !important; }
.logo a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    line-height: 1.6em !important;
}
.logo .fa-stack { width: 42px !important; height: 48px !important; line-height: 48px !important; flex: 0 0 auto; }
.logo .logo-hex { margin-top: 10px !important; width: 42px !important; height: 24px !important; }
.shrink .logo { margin-top: 0 !important; }
.shrink .logo a { gap: 8px; line-height: 1.4em !important; }
.shrink .logo .fa-stack { width: 30px !important; height: 34px !important; line-height: 34px !important; }
.shrink .logo .logo-hex { margin-top: 7px !important; width: 30px !important; height: 17px !important; }

/* Fix: offset anchor targets so fixed header doesn't cover section titles */
#tentang, #rundown, #menu-jamuan, #lokasi, #sponsor, #daftar, #kontak, #tujuan {
    scroll-margin-top: 70px;
}

/* Menu Jamuan */
.jamuan-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    color: #5f584a;
    font-size: 16px;
    line-height: 1.8;
}

.jamuan-showcase {
    margin-bottom: 24px;
}

.jamuan-showcase .col-md-7,
.jamuan-showcase .col-md-5 {
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .jamuan-showcase {
        display: flex;
        align-items: stretch;
    }

    .jamuan-showcase .col-md-7,
    .jamuan-showcase .col-md-5 {
        float: none;
        display: flex;
        margin-bottom: 0;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .motion-reveal {
        opacity: 0;
        transform: translateY(24px) scale(0.985);
        transition: opacity 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
        will-change: opacity, transform;
    }

    .motion-reveal.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.jamuan-hero {
    position: relative;
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    min-height: 360px;
    box-shadow: 0 20px 40px rgba(28, 22, 13, 0.2);
    width: 100%;
    height: 100%;
}

.jamuan-hero img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.jamuan-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(12deg, rgba(12, 14, 20, 0.8) 8%, rgba(12, 14, 20, 0.25) 54%, rgba(12, 14, 20, 0.12) 100%);
}

.jamuan-hero figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 26px 26px 24px;
    color: #fff;
}

.jamuan-kicker {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(201, 169, 110, 0.9);
    color: #231f16;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.jamuan-hero h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.jamuan-hero p {
    margin: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
}

.jamuan-summary {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(201, 169, 110, 0.5);
    background:
        radial-gradient(circle at top right, rgba(201, 169, 110, 0.2), transparent 54%),
        linear-gradient(165deg, #fffdf8 0%, #f4ecda 100%);
    box-shadow: 0 14px 30px rgba(36, 29, 18, 0.12);
    padding: 24px 22px;
}

.jamuan-summary h3 {
    margin: 0 0 12px;
    color: #2c2416;
    font-size: 27px;
    font-weight: 700;
}

.jamuan-summary h3 i {
    color: #c9a96e;
    margin-right: 8px;
}

.jamuan-summary p {
    margin: 0 0 18px;
    color: #4d4639;
    line-height: 1.75;
}

.jamuan-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.jamuan-tags span {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(201, 169, 110, 0.16);
    border: 1px solid rgba(201, 169, 110, 0.35);
    color: #503f23;
    font-size: 12px;
    font-weight: 600;
}

.jamuan-note-inline {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 11px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(201, 169, 110, 0.28);
    color: #4d4639;
    line-height: 1.65;
}

.jamuan-note-inline i {
    margin-top: 3px;
    color: #c9a96e;
}

.jamuan-menu-panel {
    height: 100%;
    border-radius: 20px;
    border: 1px solid rgba(201, 169, 110, 0.5);
    background:
        radial-gradient(circle at top right, rgba(201, 169, 110, 0.18), transparent 52%),
        linear-gradient(165deg, #fffdf8 0%, #f4ecda 100%);
    box-shadow: 0 14px 30px rgba(36, 29, 18, 0.12);
    padding: 18px 16px 14px;
    display: flex;
    flex-direction: column;
}

.jamuan-menu-panel h3 {
    margin: 0 0 12px;
    color: #2c2416;
    font-size: 28px;
    font-weight: 700;
}

.jamuan-menu-panel h3 i {
    color: #c9a96e;
    margin-right: 7px;
}

.jamuan-compact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.jamuan-compact-list li {
    margin-bottom: 0;
}

.jamuan-compact-list strong {
    display: block;
    color: #3a2f1d;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 4px;
}

.jamuan-compact-list span {
    display: block;
    color: #5a513f;
    font-size: 20px;
    line-height: 1.45;
}

.jamuan-grid > [class*="col-"] {
    margin-bottom: 18px;
}

.jamuan-card {
    position: relative;
    height: 100%;
    background: linear-gradient(160deg, #ffffff 0%, #f8f4ea 100%);
    border: 1px solid rgba(201, 169, 110, 0.32);
    border-radius: 16px;
    padding: 18px 18px 14px;
    box-shadow: 0 14px 30px rgba(36, 29, 18, 0.08);
}

.jamuan-card h3 {
    margin: 0 0 12px;
    color: #2c2416;
    font-size: 20px;
    font-weight: 700;
}

.jamuan-card h3 i {
    color: #c9a96e;
    margin-right: 6px;
}

.jamuan-card ul {
    margin: 0;
    padding-left: 18px;
}

.jamuan-card li {
    color: #4a4337;
    margin-bottom: 6px;
    line-height: 1.65;
}

.jamuan-card p {
    margin: 0;
    color: #4a4337;
    line-height: 1.7;
}

.jamuan-card-main {
    border-color: rgba(201, 169, 110, 0.58);
}

.jamuan-card,
.jamuan-hero,
.jamuan-summary {
    transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.jamuan-card:hover,
.jamuan-summary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(36, 29, 18, 0.14);
}

.jamuan-card-note {
    background: linear-gradient(160deg, #f9f2e1 0%, #efe3c6 100%);
}

@media (max-width: 991px) {
    .jamuan-hero,
    .jamuan-hero img {
        min-height: 320px;
    }

    .jamuan-summary,
    .jamuan-menu-panel {
        margin-top: 22px;
    }

    .jamuan-hero h3 {
        font-size: 30px;
    }

    .jamuan-summary h3 {
        font-size: 24px;
    }

    .jamuan-menu-panel h3 {
        font-size: 24px;
    }

    .jamuan-compact-list strong {
        font-size: 20px;
    }

    .jamuan-compact-list span {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .jamuan-showcase {
        margin-bottom: 10px;
    }

    .jamuan-hero,
    .jamuan-hero img {
        min-height: 250px;
        border-radius: 16px;
    }

    .jamuan-hero figcaption {
        padding: 18px 16px 16px;
    }

    .jamuan-hero h3 {
        font-size: 24px;
    }

    .jamuan-hero p {
        font-size: 14px;
    }

    .jamuan-summary {
        border-radius: 16px;
        padding: 18px 16px;
    }

    .jamuan-menu-panel {
        border-radius: 16px;
        padding: 16px 14px 12px;
        margin-top: 0;
    }

    .jamuan-menu-panel h3 {
        font-size: 21px;
    }

    .jamuan-compact-list span {
        font-size: 15px;
    }

    .jamuan-compact-list strong {
        font-size: 17px;
    }

    .jamuan-summary h3 {
        font-size: 21px;
    }

    .jamuan-card {
        padding: 16px 14px 12px;
        border-radius: 14px;
    }

    .jamuan-card h3 {
        font-size: 18px;
    }
}

/* Nav link colors */
.sf-menu a { color: #ffffff !important; }
.sf-menu a:hover { color: #C9A96E !important; }
.sf-menu li.active { background-color: rgba(201,169,110,0.2) !important; }
.sf-menu li.active > a { color: #C9A96E !important; }

/* Mobile menu toggle button */
.menu-toggle { color: #fff !important; border-color: rgba(255,255,255,0.4) !important; }
.menu-toggle:hover { background: #C9A96E !important; border-color: #C9A96E !important; }

@media (max-width: 991px) {
    .header .header-wrapper {
        min-height: 56px;
        padding-right: 58px;
    }

    .navigation {
        position: fixed !important;
        top: 0;
        right: 0;
        width: 250px;
        height: 100vh;
        background-color: rgba(13, 29, 49, 0.98);
    }

    .navigation.closed {
        right: -250px;
    }

    .navigation.opened {
        right: 0;
    }

    .sf-menu {
        margin-right: 0;
        padding: 72px 18px 18px;
    }

    .sf-menu > li {
        float: none;
        border-radius: 10px;
    }

    .sf-menu > li + li {
        margin-top: 6px;
    }

    .sf-menu.nav > li > a,
    .sf-menu a {
        padding: 12px 14px;
    }

    .logo {
        max-width: 100%;
    }

    .logo a {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
        padding-right: 8px;
        font-size: 18px !important;
        line-height: 1.2 !important;
        white-space: nowrap;
    }

    .logo .fa-stack {
        flex: 0 0 auto;
        margin-right: 8px;
    }

    .menu-toggle {
        position: fixed !important;
        top: 14px;
        right: 14px;
        font-size: 26px;
        line-height: 26px;
    }

    .navigation.closed .menu-toggle,
    .navigation.opened .menu-toggle {
        right: 14px;
    }
}

@media (max-width: 479px) {
    .header .header-wrapper {
        min-height: 52px;
        padding-right: 54px;
    }

    .navigation {
        width: 220px;
    }

    .navigation.closed {
        right: -220px;
    }

    .sf-menu {
        padding: 68px 14px 14px;
    }

    .logo {
        font-size: 19px !important;
    }

    .logo a {
        font-size: 16px !important;
        letter-spacing: 0.2px;
    }

    .logo .fa-stack {
        width: 36px !important;
        height: 40px !important;
        line-height: 40px !important;
        margin-right: 6px;
    }

    .logo .logo-hex {
        margin-top: 8px !important;
        width: 36px !important;
        height: 21px !important;
    }

    .menu-toggle {
        top: 13px;
        right: 12px;
        font-size: 24px;
        line-height: 24px;
    }

    .navigation.closed .menu-toggle,
    .navigation.opened .menu-toggle {
        right: 12px;
    }
}

/* Preloader spinner */
.spinner {
    border-top-color: #C9A96E;
    border-right-color: #C9A96E;
}

#preloader {
    background:
        radial-gradient(circle at top, rgba(201,169,110,0.16), transparent 34%),
        linear-gradient(160deg, #faf8f3 0%, #f3ecdc 100%);
}

#status.school-loader-wrap {
    width: 320px;
    height: 320px;
    margin: -160px 0 0 -160px;
}

.school-loader {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 14px;
}

.school-loader-ring {
    position: absolute;
    top: 34px;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    border: 3px solid rgba(201,169,110,0.14);
    border-top-color: #c9a96e;
    border-right-color: #1a1a2e;
    animation: schoolLoaderSpin 1.6s linear infinite;
}

.school-loader-badge {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin-top: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(201,169,110,0.3);
    box-shadow: 0 16px 36px rgba(26, 26, 46, 0.08);
}

.school-loader-badge::before {
    content: '';
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(250,248,243,0.98) 0%, rgba(245,239,226,0.96) 100%);
    box-shadow: inset 0 0 0 1px rgba(201,169,110,0.28);
}

.school-loader-brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.school-loader-stack {
    width: 64px;
    height: 72px;
    line-height: 72px;
}

.school-loader-brand .logo-hex {
    margin-top: 18px;
    width: 64px;
    height: 37px;
    background-color: #c9a96e;
    color: #c9a96e;
}

.school-loader-brand .logo-fa {
    color: #ffffff;
    font-size: 25px;
}

.school-loader-copy {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 10px;
    text-align: center;
    color: #1a1a2e;
}

.school-loader-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: rgba(160,120,64,0.92);
}

.school-loader-copy strong {
    max-width: 280px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a2e;
}

.school-loader-subtitle {
    font-size: 13px;
    letter-spacing: 0.3px;
    color: rgba(26, 26, 46, 0.6);
}

@keyframes schoolLoaderSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 479px) {
    #status.school-loader-wrap {
        width: 280px;
        height: 280px;
        margin: -140px 0 0 -140px;
    }

    .school-loader-ring {
        top: 30px;
        width: 148px;
        height: 148px;
    }

    .school-loader-badge {
        width: 108px;
        height: 108px;
    }

    .school-loader-stack {
        width: 56px;
        height: 64px;
        line-height: 64px;
    }

    .school-loader-brand .logo-hex {
        margin-top: 16px;
        width: 56px;
        height: 32px;
    }

    .school-loader-brand .logo-fa {
        font-size: 22px;
    }

    .school-loader-copy strong {
        max-width: 220px;
        font-size: 18px;
    }

    .school-loader-kicker {
        font-size: 10px;
        letter-spacing: 1.8px;
    }
}

/* Section backgrounds */
body { background-color: #FAF8F3; }
.page-section { background-color: #FAF8F3; }
.page-section.light { background-color: #F0EDE6; }

/* TENTANG ACARA — SMA 1 Depok building background */
#tentang {
    background: url('../img/sma1depok.png') center center / cover no-repeat;
    position: relative;
}
#tentang::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(250, 248, 243, 0.88);
}
#tentang > .container {
    position: relative;
    z-index: 1;
}

/* .color sections -> dark brown */
.wide .page-section.color,
.boxed .page-section.color > .container {
    background-color: #2C2416 !important;
    color: #FAF8F3 !important;
}
.color .section-title,
.color .section-title small { color: #FAF8F3; }
.color p { color: rgba(250,248,243,0.85); }
.color a { color: #C9A96E !important; }

/* to-top button */
.to-top { background-color: #C9A96E; }
.to-top:hover { background-color: #a07840; }

/* post-date accent */
.post-date { color: #C9A96E !important; }

/* =============================================================
   EVENT DESCRIPTION BAR
   ============================================================= */
.event-background { background-color: #2C2416 !important; }
.event-background .media-heading { color: #C9A96E !important; }
.event-background .media { color: #FAF8F3; }
.event-background .fa { color: #C9A96E !important; }

/* =============================================================
   HERO / SLIDER
   ============================================================= */
/* Hero slider — use sma1depok.png as background */
.wide .page-section.background-img-slider,
.boxed .page-section.background-img-slider > .container {
    background: url('../img/sma1depok.png') center center / cover no-repeat !important;
}

/* Dark overlay on slide0 to make text readable */
.slide0 {
    background-color: transparent !important;
}
.slide0::before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(160deg, rgba(26,26,46,0.82) 0%, rgba(44,36,22,0.75) 60%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
}
.slide0 .caption { position: relative; z-index: 2; }

/* Silver crown badge above title */
.silver-crown {
    font-size: 13px;
    letter-spacing: 10px;
    color: #C9A96E;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.silver-crown .fa { font-size: 11px; color: #C9A96E; }

/* Caption overrides */
.caption-title span {
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 40px !important;
    letter-spacing: 2px;
    text-shadow: 0 3px 16px rgba(0,0,0,0.6);
}
@media (max-width: 767px) {
    .caption-title span { font-size: 24px !important; }
}
.caption-subtitle {
    color: #C3CAD4 !important;
    font-style: italic;
    font-size: 18px;
}

/* Countdown custom */
.reuni-countdown {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 8px 0;
}
.cd-box {
    text-align: center;
    min-width: 70px;
}
.cd-num {
    display: block;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
    color: #C9A96E;
    letter-spacing: -1px;
    text-shadow: 0 2px 12px rgba(201,169,110,0.3);
}
.cd-sep {
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
    font-size: 40px;
    font-weight: 900;
    color: rgba(201,169,110,0.4);
    line-height: 1;
}
.cd-lbl {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.65);
    margin-top: 6px;
}
@media (max-width: 480px) {
    .cd-num { font-size: 36px; }
    .reuni-countdown { gap: 10px; }
    .cd-box { min-width: 54px; }
    .cd-sep { font-size: 28px; }
}

/* =============================================================
   SILVER BADGE (25 YEARS)
   ============================================================= */
.silver-badge-wrap {
    padding: 20px;
}
.silver-badge {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    margin: 0 auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
}
.silver-badge:hover {
    transform: scale(1.04);
    filter: drop-shadow(0 18px 36px rgba(201, 169, 110, 0.35));
}

/* =============================================================
   DOORPRIZE SECTION
   ============================================================= */
.doorprize-intro {
    max-width: 860px;
    margin: 8px auto 28px;
    text-align: center;
    color: #4d5666;
    font-size: 16px;
    line-height: 1.75;
}

.doorprize-hero {
    position: relative;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #131c33;
    border: 1px solid rgba(195, 202, 212, 0.45);
    box-shadow: 0 20px 44px rgba(19, 28, 51, 0.18);
}

.doorprize-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.doorprize-zoom {
    display: block;
    cursor: zoom-in;
}

.doorprize-zoom:focus,
.doorprize-zoom:hover {
    outline: none;
}

.doorprize-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46%;
    background: linear-gradient(to top, rgba(9, 16, 33, 0.88) 0%, rgba(9, 16, 33, 0.16) 70%, rgba(9, 16, 33, 0) 100%);
    pointer-events: none;
}

.doorprize-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 24px;
    z-index: 2;
}

.doorprize-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1a1f2e;
    background: linear-gradient(135deg, #d0d6df 0%, #aeb7c4 100%);
}

.doorprize-caption h3 {
    margin: 0 0 14px;
    color: #f6f8fb;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
    .doorprize-caption h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .doorprize-intro {
        font-size: 14px;
        line-height: 1.65;
    }

    .doorprize-hero::after {
        height: 62%;
    }

    .doorprize-caption {
        left: 16px;
        right: 16px;
        bottom: 14px;
    }

    .doorprize-caption h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .doorprize-caption .btn {
        width: 100%;
        text-align: center;
    }
}

.doorprize-modal .modal-dialog {
    width: 92%;
    max-width: 1140px;
    margin: 36px auto;
}

.doorprize-modal.fade .modal-dialog {
    transform: translateY(24px) scale(0.96);
    transition: transform 0.34s ease;
}

.doorprize-modal.in .modal-dialog {
    transform: translateY(0) scale(1);
}

.doorprize-modal .modal-content {
    background: #0e162a;
    border: 1px solid rgba(195, 202, 212, 0.5);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.doorprize-modal img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.2;
    transform: scale(0.965);
    transition: opacity 0.34s ease, transform 0.34s ease;
}

.doorprize-modal.in img {
    opacity: 1;
    transform: scale(1);
}

.doorprize-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 22, 39, 0.72);
    color: #e9edf3;
    font-size: 30px;
    line-height: 1;
}

.doorprize-modal-close:hover {
    background: rgba(195, 202, 212, 0.92);
    color: #131c33;
}

body.modal-open .doorprize-modal {
    background: rgba(7, 12, 24, 0.82);
}

/* =============================================================
   TUJUAN SECTION
   ============================================================= */
.tujuan-grid { margin-top: 20px; }
.tujuan-box {
    padding: 32px 20px 28px;
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(201,169,110,0.2);
    margin-bottom: 24px;
    transition: transform 0.3s ease, background 0.3s ease;
}
.tujuan-box:hover {
    transform: translateY(-4px);
    background: rgba(255,255,255,0.1);
}
.tujuan-icon-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d3d9e2 0%, #aeb7c4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 6px 20px rgba(174,183,196,0.45);
}
.tujuan-icon-wrap .fa {
    font-size: 28px;
    color: #fff;
}
.tujuan-box h4 {
    color: #FAF8F3;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tujuan-box p { color: rgba(250,248,243,0.72); font-size: 13.5px; line-height: 1.7; }

/* =============================================================
   RUNDOWN — elegant card timeline
   ============================================================= */
.rundown-list {
    max-width: 820px;
    margin: 20px auto 0;
    position: relative;
}
/* vertical line */
.rundown-list::before {
    content: '';
    position: absolute;
    left: 86px;
    top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #C9A96E 0%, rgba(201,169,110,0.15) 100%);
}
.rundown-item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 16px;
    position: relative;
}
.rundown-item.ri-last { margin-bottom: 0; }

/* time column */
.ri-time {
    min-width: 86px;
    padding-right: 20px;
    text-align: right;
    padding-top: 12px;
    flex-shrink: 0;
}
.ri-time-start {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #C9A96E;
    line-height: 1.2;
}
.ri-time-sep {
    display: block;
    font-size: 10px;
    color: #bbb;
    line-height: 1.2;
}
.ri-time-end {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    line-height: 1.2;
}

/* icon circle (sits on the vertical line) */
.ri-icon-wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #C9A96E;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 14px rgba(201,169,110,0.25);
    transition: background 0.25s, border-color 0.25s;
}
.ri-icon-wrap .fa {
    font-size: 18px;
    color: #C9A96E;
    transition: color 0.25s;
}
.ri-icon-gold,
.rundown-item:hover .ri-icon-wrap {
    background: linear-gradient(135deg, #C9A96E, #a07840) !important;
    border-color: #a07840 !important;
}
.ri-icon-gold .fa,
.rundown-item:hover .ri-icon-wrap .fa {
    color: #fff !important;
}

/* content card */
.ri-content {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 16px 22px;
    margin-left: 16px;
    border-left: 3px solid #C9A96E;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: box-shadow 0.25s, border-color 0.25s;
}
.rundown-item:hover .ri-content {
    box-shadow: 0 6px 24px rgba(201,169,110,0.18);
    border-left-color: #a07840;
}
.ri-last .ri-content {
    border-left-color: #C9A96E;
    background: linear-gradient(135deg, #fdf8f0, #fff);
}
.ri-title {
    font-size: 17px;
    font-weight: 700;
    color: #2C2416;
    margin: 0 0 6px;
}
.ri-desc {
    font-size: 13.5px;
    color: #777;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .rundown-list::before { left: 60px; }
    .ri-time { min-width: 60px; padding-right: 12px; }
    .ri-time-start { font-size: 13px; }
    .ri-time-end { font-size: 11px; }
    .ri-icon-wrap { width: 36px; height: 36px; }
    .ri-icon-wrap .fa { font-size: 14px; }
    .ri-content { padding: 12px 16px; margin-left: 12px; }
    .ri-title { font-size: 15px; }
}

/* =============================================================
   LOCATION SECTION
   ============================================================= */
.location-info-box {
    background: #fff;
    border: 1px solid #e8e0d0;
    border-radius: 10px;
    padding: 28px 24px 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    height: 100%;
}
.location-info-box h3 {
    color: #2C2416;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
}
.location-info-box h3 .fa { color: #C9A96E; margin-right: 6px; }
.location-info-box > p { color: #999; margin-bottom: 16px; }
.location-details { margin-bottom: 16px; }
.location-details li {
    padding: 8px 0;
    border-bottom: 1px solid #f5efe6;
    color: #555;
    font-size: 14px;
}
.location-details li:last-child { border-bottom: none; }
.location-details .fa { color: #C9A96E; margin-right: 8px; width: 16px; text-align: center; }
.location-info-box .btn-theme { margin-top: 4px; }

/* Google Map */
.google-map { height: 380px; border-radius: 10px; overflow: hidden; border: 1px solid #e8e0d0; }
#map-canvas { height: 100%; width: 100%; }
@media (max-width: 767px) {
    .google-map { height: 260px; margin-top: 20px; }
    .location-info-box { margin-bottom: 16px; }
}

/* =============================================================
   REGISTRATION FORM
   ============================================================= */
.registration-box {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(201,169,110,0.35);
    border-radius: 10px;
    padding: 36px 32px;
}
#daftar .form-control {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(201,169,110,0.45) !important;
    color: #fff !important;
    border-radius: 5px;
}
#daftar .form-control:focus {
    border-color: #C9A96E !important;
    background: rgba(255,255,255,0.16) !important;
    color: #fff !important;
    box-shadow: 0 0 0 2px rgba(201,169,110,0.28) !important;
}
#daftar .form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.45); }
#daftar .form-control::-moz-placeholder { color: rgba(255,255,255,0.45); }
#daftar .form-control::placeholder { color: rgba(255,255,255,0.45); }
#daftar textarea.form-control { resize: vertical; min-height: 80px; }
#daftar .bootstrap-select .btn {
    background: rgba(255,255,255,0.1) !important;
    border: 1px solid rgba(201,169,110,0.45) !important;
    color: rgba(255,255,255,0.65) !important;
}
#daftar .bootstrap-select .btn:focus { outline: none !important; box-shadow: 0 0 0 2px rgba(201,169,110,0.28) !important; }
#daftar .submit-button {
    font-size: 16px;
    padding: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 8px;
}

/* =============================================================
   FOOTER
   ============================================================= */
.footer { background-color: #1A1A2E !important; }
.footer-meta { background-color: #1A1A2E !important; }
.footer .copyright { color: #9aa3b0; }
.footer .copyright strong { color: #C9A96E; }
.footer-social {
    margin: 0 0 22px !important;
    line-height: normal !important;
}
.footer-social li {
    padding: 10px 7px !important;
}
.footer-social a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    line-height: 1 !important;
    font-size: 22px !important;
    color: #ffffff !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease !important;
}
.footer-social a::before,
.footer-social a::after {
    display: none !important;
}
.footer-social a.ft-instagram,
.footer-social a.ft-facebook,
.footer-social a.ft-twitter,
.footer-social a.ft-whatsapp {
    background: linear-gradient(135deg, #d8bc83 0%, #c9a96e 100%) !important;
}
.footer-social a i {
    display: block;
    color: #ffffff !important;
    line-height: 1 !important;
}
.footer-social a.ft-facebook i {
    font-size: 21px;
}
.footer-social a.ft-twitter i {
    font-size: 20px;
}
.footer-social a.ft-whatsapp i {
    font-size: 19px;
}
.footer-social a:hover,
.footer-social a:focus {
    background: linear-gradient(135deg, #b98a48 0%, #a07840 100%) !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    opacity: 1 !important;
}

/* =============================================================
   SPONSOR SECTION
   ============================================================= */
.sponsor-intro { color: rgba(250,248,243,0.8); font-size: 15px; margin-bottom: 30px; }
.sponsor-tables { margin-top: 10px; }

/* Base price-table override for sponsor */
.sponsor-tables .price-table {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sponsor-tables .price-header {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sponsor-tables .price-table:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
/* Platinum */
.sponsor-platinum .price-header {
    background: linear-gradient(135deg, #3d3423 0%, #5a4a28 50%, #3d3423 100%);
    border-bottom: 3px solid #C9A96E;
    padding: 30px 20px 24px;
    text-align: center;
}
.sponsor-platinum .price-label-title { color: #C9A96E; font-size: 13px; letter-spacing: 3px; }
/* Emas */
.sponsor-emas .price-header {
    background: linear-gradient(135deg, #C9A96E 0%, #e8c882 50%, #C9A96E 100%);
    border-bottom: 3px solid #fff;
    padding: 30px 20px 24px;
    text-align: center;
}
.sponsor-emas .price-label-title { color: #2C2416; font-size: 13px; letter-spacing: 3px; }
.sponsor-emas.featured { box-shadow: 0 8px 32px rgba(201,169,110,0.45); }
/* Perak */
.sponsor-perak .price-header {
    background: linear-gradient(135deg, #707070 0%, #b0b0b0 50%, #707070 100%);
    border-bottom: 3px solid #C0C0C0;
    padding: 30px 20px 24px;
    text-align: center;
}
.sponsor-perak .price-label-title { color: #fff; font-size: 13px; letter-spacing: 3px; }

/* In-Kind / Partner */
.sponsor-partner .price-header {
    background: linear-gradient(135deg, #24443c 0%, #3f6d62 50%, #24443c 100%);
    border-bottom: 3px solid #8fd1bc;
    padding: 30px 20px 24px;
    text-align: center;
}
.sponsor-partner .price-label-title { color: #e7fff7; font-size: 12px; letter-spacing: 1.5px; line-height: 1.4; }

/* Tier icon */
.sponsor-tier-icon { display: block; font-size: 28px; margin-bottom: 10px; }
.sponsor-platinum .sponsor-tier-icon { color: #C9A96E; }
.sponsor-emas .sponsor-tier-icon { color: #2C2416; }
.sponsor-perak .sponsor-tier-icon { color: #fff; }
.sponsor-partner .sponsor-tier-icon { color: #d7fff1; }

/* Price amount */
.price-amount { margin: 10px 0 0; }
.price-unit {
    font-size: 14px;
    font-weight: 700;
    vertical-align: top;
    margin-top: 12px;
    display: inline-block;
}
.price-number {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
    font-family: Georgia, serif;
}
.sponsor-platinum .price-unit,
.sponsor-platinum .price-number { color: #FAF8F3; }
.sponsor-emas .price-unit,
.sponsor-emas .price-number { color: #2C2416; }
.sponsor-perak .price-unit,
.sponsor-perak .price-number { color: #FAF8F3; }
.sponsor-partner .price-unit,
.sponsor-partner .price-number { color: #F3FFFB; }
.sponsor-partner .price-number { font-size: 24px; line-height: 1.2; }

/* Price body */
.price-body {
    background: rgba(255,255,255,0.05);
    padding: 16px 20px;
}
.price-table-row {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
    color: #FAF8F3;
    line-height: 1.5;
}
.price-table-row:last-child { border-bottom: none; }
.price-table-row .fa-check { color: #C9A96E; margin-right: 8px; }
.price-table-row.unavailable { opacity: 0.4; }
.price-table-row.unavailable .fa-times { color: #888; margin-right: 8px; }
.price-table-row em { color: rgba(250,248,243,0.7); font-size: 12px; }

/* Price footer */
.price-footer {
    background: rgba(0,0,0,0.2);
    padding: 18px 20px;
    text-align: center;
}
.btn-sponsor {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}
.btn-sponsor-platinum {
    background: transparent;
    color: #C9A96E !important;
    border: 2px solid #C9A96E;
}
.btn-sponsor-platinum:hover {
    background: #C9A96E;
    color: #1A1A2E !important;
}
.btn-sponsor-emas {
    background: #2C2416;
    color: #C9A96E !important;
    border: 2px solid #2C2416;
}
.btn-sponsor-emas:hover {
    background: #C9A96E;
    color: #2C2416 !important;
    border-color: #C9A96E;
}
.btn-sponsor-perak {
    background: transparent;
    color: #fff !important;
    border: 2px solid #C0C0C0;
}
.btn-sponsor-perak:hover {
    background: #C0C0C0;
    color: #2C2416 !important;
}
.btn-sponsor-partner {
    background: transparent;
    color: #d7fff1 !important;
    border: 2px solid #8fd1bc;
}
.btn-sponsor-partner:hover {
    background: #8fd1bc;
    color: #17332d !important;
}

/* =============================================================
   DONASI SECTION
   ============================================================= */
.donasi-public-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.donasi-public-wrap > [class*="col-"] {
    display: flex;
}
.donasi-summary-box,
.donasi-list-box {
    background: #fff;
    border: 1px solid #e8dfc8;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    width: 100%;
}
.donasi-summary-box {
    padding: 28px;
    height: 100%;
}
.donasi-kicker {
    color: #C9A96E;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.donasi-summary-box h3,
.donasi-list-head h3 {
    margin: 0;
    color: #2C2416;
    font-size: 24px;
    font-weight: 800;
}
.donasi-summary-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}
.donasi-stat-card {
    border: 1px solid #eee2ca;
    border-radius: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #fffdf9 0%, #faf5eb 100%);
}
.donasi-stat-card-primary {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #fffaf0 0%, #f6ead1 100%);
}
.donasi-stat-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9b8a68;
    margin-bottom: 8px;
    font-weight: 700;
}
.donasi-stat-card strong {
    display: block;
    color: #1A1A2E;
    font-size: clamp(22px, 3vw, 28px);
    line-height: 1.2;
    letter-spacing: -0.4px;
    word-break: break-word;
}
.donasi-stat-card-primary strong {
    font-size: clamp(28px, 3.4vw, 36px);
    white-space: nowrap;
}
.donasi-summary-note {
    margin: 18px 0 0;
    color: #888;
    font-size: 13px;
    line-height: 1.7;
}
.donasi-summary-actions {
    margin-top: 20px;
}
.donasi-cta-btn {
    width: 100%;
    text-align: center;
}
.donasi-summary-hint {
    margin: 12px 0 0;
    color: #8a7b61;
    font-size: 12px;
    line-height: 1.7;
}
.donasi-list-box {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}
.donasi-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 24px 26px 18px;
    border-bottom: 1px solid #efe5d2;
}
.donasi-list-head span {
    color: #9b8a68;
    font-size: 12px;
    font-weight: 700;
}
.donasi-list-tools {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.donasi-pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2c2416 100%);
    border: 1px solid rgba(201, 169, 110, 0.34);
    color: #faf8f3 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(26, 26, 46, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.donasi-pdf-link i {
    color: #c9a96e;
    font-size: 15px;
}
.donasi-pdf-link:hover,
.donasi-pdf-link:focus {
    background: linear-gradient(135deg, #2c2416 0%, #c9a96e 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(26, 26, 46, 0.18);
}
.donasi-pdf-link:hover i,
.donasi-pdf-link:focus i {
    color: #ffffff;
}
.donasi-public-list {
    --donasi-scroll-duration: 30s;
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 470px;
    overflow: hidden;
    padding: 12px 18px;
    box-sizing: border-box;
}
.donasi-public-list::before,
.donasi-public-list::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 34px;
    z-index: 2;
    pointer-events: none;
}
.donasi-public-list::before {
    top: 0;
    background: linear-gradient(180deg, #ffffff 18%, rgba(255,255,255,0));
}
.donasi-public-list::after {
    bottom: 0;
    background: linear-gradient(0deg, #ffffff 18%, rgba(255,255,255,0));
}
.donasi-public-list.is-static {
    display: grid;
    gap: 12px;
    height: auto;
}
.donasi-public-list.is-animated {
    display: block;
}
.donasi-public-marquee {
    display: flex;
    flex-direction: column;
    animation: donasiCredits var(--donasi-scroll-duration) linear infinite;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}
.donasi-public-track {
    display: grid;
    gap: 10px;
}
.donasi-public-track + .donasi-public-track {
    margin-top: 10px;
}
.donasi-public-item {
    border: 1px solid #efe5d2;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fffdfa;
}
.donasi-public-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.donasi-public-top strong {
    color: #2C2416;
    font-size: 14px;
}
.donasi-public-top span {
    color: #a07840;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.donasi-kind-chip {
    display: inline-block;
    background: rgba(143, 209, 188, 0.18);
    color: #2d6758 !important;
    border: 1px solid rgba(143, 209, 188, 0.45);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px !important;
    line-height: 1;
}
.donasi-public-item p {
    margin: 6px 0 0;
    color: #888;
    font-size: 12px;
    line-height: 1.55;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.donasi-empty {
    border: 1px dashed #e2d3b7;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    color: #999;
    font-size: 13px;
    background: #fffdfa;
}
.donasi-form-row {
    margin-top: 28px;
    display: none;
}
.donasi-form-row.is-open {
    display: block;
}
.donasi-submit-info,
.donasi-submit-box {
    background: #fff;
    border: 1px solid #e8dfc8;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    height: 100%;
}
.donasi-submit-info {
    padding: 28px;
}
.donasi-submit-info h3,
.donasi-submit-head h3 {
    margin: 0;
    color: #2C2416;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}
.donasi-submit-info p {
    color: #6b6253;
    font-size: 14px;
    line-height: 1.8;
    margin: 16px 0 0;
}
.donasi-submit-steps {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}
.donasi-step-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #584f41;
    font-size: 13px;
    line-height: 1.7;
}
.donasi-step-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #c9a96e 0%, #f1dfb7 100%);
    color: #1A1A2E;
    font-weight: 800;
}
.donasi-bank-card {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1a1a2e 0%, #2c2416 100%);
    color: #faf8f3;
    box-shadow: 0 14px 28px rgba(26, 26, 46, 0.16);
}
.donasi-bank-label {
    display: block;
    color: rgba(250,248,243,0.72);
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.donasi-bank-card strong {
    display: block;
    font-size: 24px;
    line-height: 1.25;
}
.donasi-bank-card p {
    margin: 8px 0 0;
    color: rgba(250,248,243,0.82);
}
.donasi-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1px solid rgba(250,248,243,0.28);
    border-radius: 10px;
    background: rgba(255,255,255,0.06);
    color: #faf8f3;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}
.donasi-copy-btn:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(250,248,243,0.5);
}
.donasi-submit-box {
    overflow: hidden;
}
.donasi-submit-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 26px 16px;
    border-bottom: 1px solid #efe5d2;
}
.donasi-submit-head span {
    display: inline-block;
    border-radius: 999px;
    background: rgba(201,169,110,0.16);
    color: #8b6b36;
    padding: 9px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.donasi-submit-form {
    padding: 22px 26px 26px;
}
.donasi-submit-form .row {
    margin-left: -8px;
    margin-right: -8px;
}
.donasi-submit-form .row > div {
    padding-left: 8px;
    padding-right: 8px;
}
.donasi-submit-form label {
    display: block;
    margin-bottom: 8px;
    color: #6f6043;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.donasi-submit-form input,
.donasi-submit-form select,
.donasi-submit-form textarea {
    width: 100%;
    border: 1px solid #e8dfc8;
    border-radius: 12px;
    padding: 14px 16px;
    color: #2C2416;
    font-size: 14px;
    background: #fffdfa;
    margin-bottom: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.donasi-submit-form input:focus,
.donasi-submit-form select:focus,
.donasi-submit-form textarea:focus {
    border-color: #c9a96e;
    box-shadow: 0 0 0 4px rgba(201,169,110,0.14);
    outline: none;
}
.donasi-input-note {
    margin: -4px 0 14px;
    color: #8a7b61;
    font-size: 12px;
    line-height: 1.7;
}
.donasi-submit-checks {
    margin: 2px 0 18px;
}
.donasi-submit-checks label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #584f41;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.donasi-submit-checks input {
    width: auto;
    margin: 0;
}
.donasi-submit-btn {
    width: 100%;
    text-align: center;
}
@keyframes donasiCredits {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(calc(-50% - 5px));
    }
}
@media (max-width: 991px) {
    .donasi-public-wrap {
        display: block;
    }
    .donasi-public-wrap > [class*="col-"] {
        display: block;
    }
    .donasi-summary-box {
        margin-bottom: 18px;
    }
    .donasi-submit-info {
        margin-bottom: 18px;
    }
    .donasi-summary-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .donasi-stat-card-primary {
        grid-column: 1 / -1;
    }
}
@media (max-width: 640px) {
    .donasi-public-list {
        height: 320px;
    }
    .donasi-list-head,
    .donasi-public-list,
    .donasi-summary-box,
    .donasi-submit-head,
    .donasi-submit-form,
    .donasi-submit-info {
        padding-left: 18px;
        padding-right: 18px;
    }
    .donasi-list-head,
    .donasi-public-top,
    .donasi-submit-head {
        display: block;
    }
    .donasi-list-tools {
        align-items: flex-start;
        margin-top: 10px;
    }
    .donasi-pdf-link {
        width: 100%;
        justify-content: center;
    }
    .donasi-list-head span,
    .donasi-public-top span {
        display: block;
        margin-top: 6px;
    }
    .donasi-summary-stats {
        grid-template-columns: 1fr;
    }
    .donasi-stat-card-primary strong {
        white-space: normal;
    }
    .donasi-stat-card strong {
        font-size: 22px;
    }
    .donasi-submit-head span {
        margin-top: 12px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .donasi-public-marquee {
        animation: none;
    }
}

/* =============================================================
   FORM PENDAFTARAN LENGKAP
   ============================================================= */

/* Form wrapper */
#reg-form { margin: 0; }

/* Section card */
.reg-section {
    background: #fff;
    border: 1px solid #e8dfc8;
    border-radius: 12px;
    padding: 26px 28px;
    margin-bottom: 20px;
}
.reg-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #C9A96E;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0ead8;
}
.reg-section-title .fa { margin-right: 8px; }

/* Labels */
.reg-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #5a3e1b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.req { color: #c62828; }
.opt { color: #aaa; font-weight: 400; text-transform: none; font-size: 11px; }

/* Inputs */
.reg-input {
    background: #FAF8F3 !important;
    border: 1px solid #d9cdb5 !important;
    border-radius: 8px !important;
    color: #2C2416 !important;
    font-size: 14px !important;
    padding: 10px 14px !important;
    box-shadow: none !important;
    transition: border-color .2s !important;
}
.reg-input:focus {
    border-color: #C9A96E !important;
    background: #fff !important;
    outline: none !important;
}
.reg-input[name="alamat"] { resize: vertical; min-height: 72px; }

/* Tipe Lengan radio cards */
.tipe-lengan-wrap { display: flex; gap: 16px; flex-wrap: wrap; }
.lengan-card {
    cursor: pointer;
    border: 2px solid #d9cdb5;
    border-radius: 10px;
    padding: 16px 28px;
    text-align: center;
    font-size: 14px;
    color: #5a3e1b;
    font-weight: 600;
    background: #FAF8F3;
    transition: all .2s;
    flex: 1; min-width: 120px;
}
.lengan-card:has(input:checked),
.lengan-card.selected {
    border-color: #C9A96E;
    background: #fff8ee;
    color: #C9A96E;
}
.lengan-card:hover { border-color: #C9A96E; }

/* Ukuran baju size buttons */
.ukuran-wrap { display: flex; gap: 10px; flex-wrap: wrap; }
.ukuran-btn {
    cursor: pointer;
}
.ukuran-btn span {
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 42px;
    border: 2px solid #d9cdb5;
    border-radius: 8px;
    font-size: 13px; font-weight: 700;
    color: #5a3e1b;
    background: #FAF8F3;
    transition: all .2s;
}
.ukuran-btn:has(input:checked) span,
.ukuran-btn.selected span {
    border-color: #C9A96E;
    background: #C9A96E;
    color: #fff;
}
.ukuran-btn:hover span { border-color: #C9A96E; }

/* Upload area */
.upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d9cdb5;
    border-radius: 10px;
    padding: 30px 20px;
    cursor: pointer;
    text-align: center;
    min-height: 120px;
    background: #faf7f0;
    transition: border-color .2s, background .2s;
    gap: 4px;
}
.upload-area:hover, .upload-area.dragover {
    border-color: #C9A96E;
    background: #fff8ee;
}
.upload-text { font-size: 14px; font-weight: 600; color: #C9A96E; }
.upload-area .filename {
    font-size: 12px; color: #2e7d32; font-weight: 600; margin-top: 6px;
}

/* Stepper */
.stepper-wrap {
    display: flex; align-items: center; gap: 14px;
    flex-wrap: wrap;
}
.stepper-btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid #C9A96E;
    background: transparent;
    color: #C9A96E;
    font-size: 20px; line-height: 1; font-weight: 700;
    cursor: pointer; transition: all .2s;
    display: flex; align-items: center; justify-content: center;
    padding: 0;
}
.stepper-btn:hover { background: #C9A96E; color: #fff; }
.stepper-val {
    font-size: 24px; font-weight: 900; color: #2C2416;
    min-width: 32px; text-align: center;
}
.stepper-price { font-size: 13px; color: #888; }

/* Payment table */
.payment-table {
    background: #FAF8F3;
    border: 1px solid #e8dfc8;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.pay-row {
    display: flex; justify-content: space-between;
    padding: 12px 18px;
    font-size: 14px; color: #5a3e1b;
    border-bottom: 1px dashed #e0d4b8;
}
.pay-row:last-child { border: none; }
.pay-total {
    background: #fff;
    font-weight: 800; font-size: 16px;
    color: #2C2416;
}

/* Bank card inside form */
.bank-card {
    background: #1A1A2E;
    border-radius: 10px;
    padding: 18px 22px;
    color: #fff;
    margin-bottom: 6px;
}
.bank-label { font-size: 10px; letter-spacing: 1.5px; color: rgba(255,255,255,.6); text-transform: uppercase; margin-bottom: 6px; }
.bank-name { font-size: 14px; font-weight: 700; color: #FAF8F3; margin-bottom: 8px; }
.bank-rek { font-size: 26px; font-weight: 900; color: #C9A96E; letter-spacing: 2px; margin-bottom: 12px; font-family: 'Courier New', monospace; }
.btn-rek-copy {
    background: transparent; border: 1px solid #C9A96E;
    color: #C9A96E; border-radius: 6px; padding: 6px 16px;
    font-size: 12px; font-weight: 700; cursor: pointer; transition: all .2s;
}
.btn-rek-copy:hover { background: #C9A96E; color: #1A1A2E; }

/* Submit button */
.btn-daftar {
    font-size: 17px !important;
    padding: 16px !important;
    border-radius: 10px !important;
    letter-spacing: 1px !important;
    font-weight: 800 !important;
}

/* Error message */
.reg-error-msg {
    background: rgba(198,40,40,.1);
    border: 1px solid rgba(198,40,40,.4);
    border-radius: 8px;
    padding: 12px 16px;
    color: #ffcdd2;
    font-size: 13px;
    margin-bottom: 16px;
    text-align: left;
}

/* =============================================================
   DAFTAR CTA BOX (index.html #daftar section)
   ============================================================= */
.daftar-cta-box { background: rgba(255,255,255,0.07); border: 1px solid rgba(201,169,110,0.3); border-radius: 16px; padding: 48px 40px; }
.daftar-report-box {
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.04) 100%);
    border: 1px solid rgba(201,169,110,0.28);
    border-radius: 18px;
    padding: 28px 30px;
    margin-bottom: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}
.daftar-report-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}
.daftar-report-head-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.daftar-report-kicker {
    margin: 0 0 8px;
    color: rgba(201,169,110,0.9);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.daftar-report-head h3 {
    margin: 0;
    color: #FAF8F3;
    font-size: 28px;
    font-weight: 900;
}
#pendaftaran-report-note {
    margin: 4px 0 0;
    max-width: 320px;
    color: rgba(250,248,243,0.72);
    font-size: 13px;
    line-height: 1.7;
    text-align: right;
}
.daftar-report-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.daftar-report-card {
    border-radius: 16px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(201,169,110,0.18);
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(4px);
}
.daftar-report-card-accent {
    background: linear-gradient(135deg, rgba(61, 108, 96, 0.4) 0%, rgba(24, 56, 48, 0.22) 100%);
    border-color: rgba(143, 209, 188, 0.26);
}
.daftar-report-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(250,248,243,0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.daftar-report-card strong {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.5px;
}
.daftar-report-footnote {
    margin: 16px 0 0;
    color: rgba(250,248,243,0.55);
    font-size: 12px;
    line-height: 1.7;
}
.daftar-report-pdf-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(26,26,46,0.82);
    border: 1px solid rgba(201,169,110,0.32);
    color: #FAF8F3 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.daftar-report-pdf-link i {
    color: #C9A96E;
    font-size: 15px;
}
.daftar-report-pdf-link:hover,
.daftar-report-pdf-link:focus {
    color: #fff !important;
    background: rgba(201,169,110,0.16);
    border-color: rgba(201,169,110,0.5);
    transform: translateY(-1px);
}
.daftar-cta-icon { font-size: 52px; color: #C9A96E; margin-bottom: 16px; }
.daftar-cta-title { color: #FAF8F3; font-size: 28px; font-weight: 900; margin-bottom: 10px; }
.daftar-cta-sub { color: rgba(250,248,243,0.75); font-size: 15px; margin-bottom: 24px; line-height: 1.7; }
.daftar-cta-info { margin-bottom: 28px; }
.daftar-info-item { color: rgba(250,248,243,0.85); font-size: 14px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.daftar-info-item .fa { color: #C9A96E; margin-right: 8px; }
.daftar-cta-btn { font-size: 16px !important; padding: 16px 40px !important; border-radius: 10px !important; font-weight: 800 !important; color: #1A1A2E !important; }
.daftar-cta-btn:hover, .daftar-cta-btn:focus { color: #fff !important; }
#daftar .btn.daftar-cta-btn,
#daftar a.daftar-cta-btn { color: #1A1A2E !important; background-color: #C9A96E !important; border-color: #C9A96E !important; }
#daftar .btn.daftar-cta-btn:hover,
#daftar a.daftar-cta-btn:hover { color: #fff !important; background-color: #a07840 !important; border-color: #a07840 !important; }
.daftar-cta-note { color: rgba(250,248,243,0.5); font-size: 12px; margin-top: 14px; }
@media (max-width: 991px) {
    .daftar-report-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .daftar-report-head {
        display: block;
    }
    .daftar-report-head-side {
        align-items: flex-start;
        margin-top: 12px;
    }
    #pendaftaran-report-note {
        max-width: none;
        margin-top: 12px;
        text-align: left;
    }
}
@media (max-width: 640px) {
    .daftar-report-box,
    .daftar-cta-box {
        padding: 24px 20px;
    }
    .daftar-report-stats {
        grid-template-columns: 1fr;
    }
    .daftar-report-head h3,
    .daftar-cta-title {
        font-size: 24px;
    }
    .daftar-report-card strong {
        font-size: 24px;
    }
}

/* =============================================================
   KONTAK & PEMBAYARAN SECTION
   ============================================================= */
#kontak { background-color: #FAF8F3; }
.kontak-box {
    background: #fff;
    border: 1px solid #e8e0d0;
    border-radius: 12px;
    padding: 30px 28px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    margin-bottom: 24px;
}
.kontak-box-title {
    color: #2C2416;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0ead8;
}
.kontak-box-title .fa { color: #C9A96E; margin-right: 8px; }
.kontak-box-sub { color: #888; font-size: 13px; margin-bottom: 20px; }

/* CP Items */
.cp-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f5efe6;
}
.cp-item:last-of-type { border-bottom: none; }
.cp-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C9A96E, #a07840);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.cp-avatar .fa { color: #fff; font-size: 18px; }
.cp-info { display: flex; flex-direction: column; }
.cp-info strong { color: #2C2416; font-size: 15px; font-weight: 700; margin-bottom: 4px; }
.cp-phone {
    color: #C9A96E !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.cp-phone:hover { color: #a07840 !important; text-decoration: underline; }
.cp-phone .fa { margin-right: 4px; }

/* Rekening card */
.rekening-box { border-left: 4px solid #C9A96E !important; }
.rekening-card {
    background: linear-gradient(135deg, #1A1A2E 0%, #2C2416 100%);
    border-radius: 10px;
    padding: 20px 22px;
    margin-bottom: 14px;
}
.rekening-bank {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(201,169,110,0.3);
}
.rekening-bank-logo {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #C9A96E;
    font-family: Arial, sans-serif;
}
.rekening-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rekening-row:last-child { border-bottom: none; }
.rekening-label {
    min-width: 100px;
    font-size: 11px;
    color: rgba(250,248,243,0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.rekening-value {
    font-size: 16px;
    font-weight: 700;
    color: #FAF8F3;
    letter-spacing: 1px;
    flex: 1;
}
.btn-copy {
    background: rgba(201,169,110,0.2);
    border: 1px solid rgba(201,169,110,0.4);
    color: #C9A96E;
    border-radius: 5px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}
.btn-copy:hover {
    background: #C9A96E;
    color: #2C2416;
}
.rekening-note {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    margin: 0;
    padding: 10px 12px;
    background: #f9f6f0;
    border-radius: 6px;
    border-left: 3px solid #C9A96E;
}
.rekening-note .fa { color: #C9A96E; margin-right: 5px; }
@media (max-width: 767px) {
    .kontak-box { margin-bottom: 20px; }
}

/* =============================================================
   Silver Theme Override
   ============================================================= */
:root {
    --silver-accent: #c3cad4;
    --silver-accent-strong: #a8b0bd;
    --silver-surface: #eef1f5;
    --silver-ink: #1a1f2e;
    --silver-ink-soft: #2a3140;
}

a { color: var(--silver-accent-strong); }
a:hover, a:active { color: #7f8896; }

.btn-theme {
    background-color: var(--silver-accent) !important;
    border-color: var(--silver-accent) !important;
    color: var(--silver-ink) !important;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background-color: var(--silver-accent-strong) !important;
    border-color: var(--silver-accent-strong) !important;
    color: var(--silver-ink) !important;
}
.btn-theme-transparent {
    background-color: rgba(26, 26, 46, 0.78) !important;
    border: 2px solid rgba(195, 202, 212, 0.95) !important;
    color: #faf8f3 !important;
    box-shadow: 0 10px 22px rgba(26, 26, 46, 0.18) !important;
}
.btn-theme-transparent:hover {
    background-color: var(--silver-accent) !important;
    border-color: var(--silver-accent) !important;
    color: var(--silver-ink) !important;
}

.section-title .rhex { background-color: var(--silver-accent) !important; }
.color .section-title .rhex { background-color: #fff !important; }
.color .section-title .fa-stack .fa { color: var(--silver-accent) !important; }

.logo .logo-hex { color: var(--silver-accent) !important; }
.logo a { color: #fff !important; }
.logo a:hover { color: var(--silver-accent) !important; }
.logo a .logo-hex { background-color: var(--silver-accent) !important; }
.logo a:hover .logo-hex { background-color: #fff !important; }
.logo a .logo-fa { color: #fff !important; }
.logo a:hover .logo-fa { color: var(--silver-accent) !important; }

.wide .header,
.wide .header.fixed,
.wide .header.shrink,
.wide .header.shrink-off {
    background-color: var(--silver-ink) !important;
    border-bottom: 2px solid var(--silver-accent) !important;
}

.sf-menu a:hover { color: var(--silver-accent) !important; }
.sf-menu li.active { background-color: rgba(195, 202, 212, 0.18) !important; }
.sf-menu li.active > a { color: var(--silver-accent) !important; }

.menu-toggle:hover {
    background: var(--silver-accent) !important;
    border-color: var(--silver-accent) !important;
    color: var(--silver-ink) !important;
}

.color a { color: var(--silver-accent) !important; }
.to-top { background-color: var(--silver-accent); }
.to-top:hover { background-color: var(--silver-accent-strong); }
.post-date { color: var(--silver-accent) !important; }

#countdown-section {
    background: #1A1A2E !important;
    border-top: 1px solid rgba(195, 202, 212, 0.45) !important;
    border-bottom: 1px solid rgba(195, 202, 212, 0.45) !important;
}

#countdown-section p {
    color: rgba(195, 202, 212, 0.86) !important;
}

#countdown-section h3 {
    color: #eef2f7 !important;
}

#countdown-section .cd-num {
    color: #c3cad4 !important;
    text-shadow: 0 2px 12px rgba(195, 202, 212, 0.3) !important;
}

#countdown-section .cd-sep,
#countdown-section .cd-lbl {
    color: rgba(195, 202, 212, 0.55) !important;
}

.silver-crown,
.silver-crown .fa {
    color: var(--silver-accent) !important;
}

.silver-badge-wrap,
.silver-badge {
    border-color: rgba(195, 202, 212, 0.55) !important;
}

.event-background { background-color: var(--silver-ink) !important; }
.event-background .media-heading,
.event-background .fa {
    color: var(--silver-accent) !important;
}

.reg-topbar {
    border-bottom-color: var(--silver-accent) !important;
}
.reg-topbar .brand,
.reg-topbar .back-link:hover,
.reg-hero h1 span,
.reg-hero .pill,
.ps-item.done,
.reg-footer a,
.upload-preview-thumb,
.upload-text,
.stepper-btn,
.bank-rek,
.btn-rek-copy,
.daftar-cta-icon,
.daftar-info-item .fa,
.kontak-box-title .fa,
.location-info-box h3 .fa,
.location-details .fa,
.price-table-row .fa-check,
.silver-crown,
.post-date,
.rekening-note .fa {
    color: var(--silver-accent) !important;
}

.reg-hero .pill,
.ps-item.done .ps-num,
.btn-rek-copy:hover,
.daftar-cta-btn,
#daftar a.daftar-cta-btn,
.to-top,
.rekening-box,
.location-info-box,
.price-table,
.jamuan-menu-panel,
.jamuan-card,
.jamuan-summary,
.reg-jamuan-wrap {
    border-color: rgba(195, 202, 212, 0.55) !important;
}

.reg-hero .pill,
.ps-item.done .ps-num,
.btn-rek-copy:hover,
.daftar-cta-btn,
#daftar a.daftar-cta-btn,
.to-top,
.silver-badge {
    background: linear-gradient(135deg, var(--silver-accent) 0%, var(--silver-accent-strong) 100%) !important;
}

.daftar-cta-btn,
#daftar a.daftar-cta-btn,
.btn-rek-copy:hover,
.to-top,
.ps-item.done .ps-num,
.reg-hero .pill {
    color: var(--silver-ink) !important;
}

.upload-area,
.size-guide-card.active,
.lengan-card,
.ukuran-btn span,
.stepper-btn,
.bank-card,
.size-guide-card,
.upload-preview-item,
.jamuan-menu-panel,
.jamuan-card,
.jamuan-summary,
.reg-jamuan-wrap {
    box-shadow: 0 14px 32px rgba(26, 31, 46, 0.08) !important;
}
