/* Halaman /pembayaran-booking — navy + gold (selaras kartu BCA Mbarep) */
.bp-page {
    background: linear-gradient(180deg, #f0f4fa 0%, #f8fafc 40%, #fff 100%);
}

/* ── Hero ── */
.bp-hero {
    position: relative;
    padding: calc(var(--mb-header-h, 128px) + 1.25rem) 0 2.25rem;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.bp-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, #001428, #002855, #003d7a, #001f3f, #0a1628);
    background-size: 300% 300%;
    animation: bp-hero-gradient 18s ease infinite;
}

.bp-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 45% at 15% 20%, rgba(212, 175, 55, 0.22), transparent),
        radial-gradient(ellipse 40% 35% at 88% 30%, rgba(56, 132, 255, 0.2), transparent);
    pointer-events: none;
}

@keyframes bp-hero-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.bp-hero__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bp-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(52px);
    opacity: 0.45;
    animation: bp-float 11s ease-in-out infinite;
}

.bp-hero__blob--1 { width: 180px; height: 180px; top: 8%; left: -4%; background: rgba(212, 175, 55, 0.45); }
.bp-hero__blob--2 { width: 140px; height: 140px; top: 22%; right: 2%; background: rgba(59, 130, 246, 0.35); animation-delay: -4s; }
.bp-hero__blob--3 { width: 100px; height: 100px; bottom: 10%; left: 42%; background: rgba(212, 175, 55, 0.25); animation-delay: -6s; }

@keyframes bp-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(8px, -12px); }
}

.bp-hero .container { position: relative; z-index: 1; }

.bp-hero .breadcrumb-item a { color: rgba(255, 255, 255, 0.65); text-decoration: none; }
.bp-hero .breadcrumb-item a:hover { color: #f5d78e; }
.bp-hero .breadcrumb-item.active { color: #fff; }
.bp-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.35); }

.bp-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.6rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: #f5d78e;
}

.bp-hero__title {
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    letter-spacing: -0.03em;
    color: #ffffff;
}

body.pub-v3 .bp-hero .bp-hero__title,
body.pub-v3 .bp-hero h1.bp-hero__title {
    color: #ffffff;
}

.bp-hero__light {
    color: #ffffff;
}

.bp-hero__accent {
    color: #f5d78e;
    text-shadow: 0 0 24px rgba(212, 175, 55, 0.35);
}

.bp-hero__sub {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.9rem, 2vw, 1rem);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 36rem;
}

/* ── Layout ── */
.bp-wrap { max-width: 900px; }

.bp-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.bp-trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 40, 85, 0.12);
    font-size: 0.78rem;
    font-weight: 600;
    color: #1e3a5f;
    box-shadow: 0 2px 8px rgba(0, 31, 63, 0.06);
}

.bp-trust-chip i { color: #c9a227; }

.bp-glass {
    background: linear-gradient(140deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(0, 40, 85, 0.1);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(0, 31, 63, 0.07);
}

.bp-card-head {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.bp-card-head__icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #002855, #001f3f);
    color: #f5d78e;
    font-size: 0.95rem;
}

.bp-card-head__title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.bp-kv dt { color: #64748b; font-weight: 600; font-size: 0.78rem; }
.bp-kv dd { margin-bottom: 0.55rem; }

.bp-code {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    background: linear-gradient(135deg, #001f3f, #002855);
    color: #f5d78e;
    letter-spacing: 0.08em;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 31, 63, 0.25);
}

.bp-primary-btn {
    border-radius: 12px;
    font-weight: 600;
    padding-inline: 1rem;
    background: linear-gradient(135deg, #002855, #001f3f);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.bp-primary-btn:hover {
    background: linear-gradient(135deg, #003d7a, #002855);
    border-color: rgba(212, 175, 55, 0.5);
}

/* ── Transfer BCA showcase ── */
.bp-transfer-panel {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 40, 85, 0.14);
    background: linear-gradient(160deg, #f0f6ff 0%, #fff 55%, #faf8f2 100%);
}

.bp-transfer-panel__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

@media (min-width: 768px) {
    .bp-transfer-panel__inner {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    }
}

.bp-bca-visual {
    position: relative;
    padding: 1.5rem 1.25rem 1.25rem;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(212, 175, 55, 0.12), transparent),
        linear-gradient(180deg, #001f3f 0%, #002855 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.bp-bca-visual__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #f5d78e;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.bp-bca-card-wrap {
    position: relative;
    width: 100%;
    max-width: 340px;
    perspective: 900px;
}

.bp-bca-card {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(212, 175, 55, 0.2);
    transform: rotateY(-4deg) rotateX(2deg);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease;
}

.bp-bca-card-wrap:hover .bp-bca-card {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(212, 175, 55, 0.35);
}

.bp-bca-visual__tagline {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    font-style: italic;
    color: rgba(245, 215, 142, 0.85);
    text-align: center;
    max-width: 280px;
    line-height: 1.45;
}

.bp-bca-card-acc {
    width: 100%;
    max-width: 340px;
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(212, 175, 55, 0.35);
    backdrop-filter: blur(6px);
}

.bp-bca-card-acc__label {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(245, 215, 142, 0.85);
}

.bp-bca-card-acc__no {
    margin: 0;
    font-family: ui-monospace, 'Cascadia Code', monospace;
    font-size: clamp(1.15rem, 3.5vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.bp-bca-card-acc__name {
    margin: 0.25rem 0 0.65rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: 0.02em;
}

.bp-copy-btn--card {
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(212, 175, 55, 0.12));
    border-color: rgba(212, 175, 55, 0.45);
    color: #f5d78e;
    box-shadow: none;
}

.bp-copy-btn--card:hover {
    background: linear-gradient(135deg, #c9a227, #a8861e);
    border-color: #c9a227;
    color: #001f3f;
}

.bp-copy-btn--card.is-copied {
    background: #166534;
    border-color: #166534;
    color: #fff;
}

.bp-transfer-details {
    padding: 1.25rem 1.35rem 1.35rem;
}

.bp-transfer-details__title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #001f3f;
    margin: 0 0 0.35rem;
}

.bp-transfer-details__hint {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0 0 1rem;
    line-height: 1.5;
}

.bp-acc-block {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 40, 85, 0.1);
    margin-bottom: 0.75rem;
}

.bp-acc-block:last-child { margin-bottom: 0; }

.bp-acc-block + .bp-acc-block {
    margin-top: 0.75rem;
    border-top: 1px dashed rgba(0, 40, 85, 0.12);
    padding-top: 1rem;
}

.bp-acc-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    margin-bottom: 0.15rem;
}

.bp-acc-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.bp-acc-no-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.bp-acc-no {
    font-family: ui-monospace, 'Cascadia Code', monospace;
    font-size: clamp(1.1rem, 3vw, 1.35rem);
    font-weight: 800;
    color: #001f3f;
    letter-spacing: 0.04em;
}

.bp-copy-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    border: 1px solid rgba(0, 40, 85, 0.2);
    background: linear-gradient(135deg, #f8fafc, #fff);
    color: #001f3f;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
    box-shadow: 0 2px 6px rgba(0, 31, 63, 0.08);
}

.bp-copy-btn--block {
    width: 100%;
    justify-content: center;
    margin-top: 0.35rem;
}

.bp-copy-btn:hover {
    background: #001f3f;
    border-color: #001f3f;
    color: #f5d78e;
}

.bp-copy-btn.is-copied {
    background: #166534;
    border-color: #166534;
    color: #fff;
}

.bp-transfer-steps {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 40, 85, 0.08);
}

.bp-step {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.45;
}

.bp-step__num {
    flex-shrink: 0;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    background: linear-gradient(135deg, #002855, #001f3f);
    color: #f5d78e;
}

/* ── Cash box ── */
.bp-cash-box {
    border-radius: 16px;
    padding: 1.15rem 1.25rem;
    height: 100%;
    border: 1px solid rgba(180, 83, 9, 0.22);
    background: linear-gradient(160deg, #fffbeb 0%, #fff 100%);
}

.bp-cash-box__title {
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.65rem;
    color: #78350f;
}

/* ── Form ── */
.bp-form-card .form-label { font-weight: 600; }
.bp-form-card .form-control,
.bp-form-card .form-select { border-radius: 10px; }

/* ── Amount highlight ── */
.bp-amount-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.05));
    border: 1px solid rgba(212, 175, 55, 0.35);
    font-size: 1.1rem;
    font-weight: 800;
    color: #001f3f;
}

/* ── Status badges ── */
.bp-status {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
}

/* ── Non-BCA transfer fallback ── */
.bp-transfer-simple {
    border-radius: 16px;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgba(27, 110, 79, 0.25);
    background: linear-gradient(160deg, #f0fdf4 0%, #fff 100%);
}

.bp-transfer-simple__title {
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 0.75rem;
    color: #14532d;
}

@media (max-width: 767.98px) {
    .bp-bca-card {
        transform: none;
    }

    .bp-bca-card-wrap:hover .bp-bca-card {
        transform: scale(1.01);
    }
}
