/* =============================================================
   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: rgba(26, 26, 46, 0.96) !important;
    border-bottom: 2px solid #C9A96E !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.wide .header.shrink,
.wide .header.shrink-off {
    background-color: rgba(26, 26, 46, 0.98) !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

/* Shrink logo so header is compact */
.logo { font-size: 22px !important; margin-top: 0 !important; }
.logo a { line-height: 1.6em !important; }
.logo .fa-stack { width: 42px !important; height: 48px !important; line-height: 48px !important; }
.logo .logo-hex { margin-top: 10px !important; width: 42px !important; height: 24px !important; }
.shrink .logo { margin-top: 0 !important; }
.shrink .logo a { line-height: 1.4em !important; }
.shrink .logo .fa-stack { width: 30px !important; height: 34px !important; line-height: 34px !important; }

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

/* 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; }

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

/* 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: #C9A96E !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 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(145deg, #f0f0f0 0%, #c8c8c8 25%, #e8e8e8 50%, #b0b0b0 75%, #d6d6d6 100%);
    box-shadow:
        0 8px 32px rgba(0,0,0,0.2),
        inset 0 2px 8px rgba(255,255,255,0.7),
        inset 0 -2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 4px solid #C9A96E;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.silver-badge:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 40px rgba(201,169,110,0.35), inset 0 2px 8px rgba(255,255,255,0.7);
}
.silver-badge-inner { text-align: center; }
.silver-number {
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    color: #2C2416;
    text-shadow: 0 2px 6px rgba(0,0,0,0.18);
    font-family: Georgia, serif;
}
.silver-label {
    font-size: 12px;
    letter-spacing: 6px;
    color: #5a4a30;
    font-weight: 700;
    margin-top: -4px;
    text-transform: uppercase;
}
.silver-hr {
    border-color: #C9A96E;
    border-width: 2px;
    margin: 8px auto;
    width: 54px;
}
.silver-sub {
    font-size: 10px;
    letter-spacing: 3px;
    color: #5a4a30;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
}

/* =============================================================
   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, #C9A96E 0%, #a07840 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 6px 20px rgba(201,169,110,0.35);
}
.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; }
.social-line a.ft-instagram,
.social-line a.ft-facebook,
.social-line a.ft-twitter,
.social-line a.ft-whatsapp { background-color: #C9A96E; }
.social-line a:hover { background-color: #a07840 !important; 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-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; }

/* 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; }

/* 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; }

/* 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;
}

/* =============================================================
   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-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; }

/* =============================================================
   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; }
}
