/* ==========================================================================
   1. ROOT VARIABLES
   ========================================================================== */
:root {
    /* Brand palette */
    --ink: #181611;
    --paper: #FBF7EF;
    --gold-light: #db9d10;
    --gold: #B8862B;
    --gold-deep: #8C641A;
    --red: #8A2A26;
    --navy: #1D2733;
    --navy-2: #232F3D;
    --blue: #2b5c8a;
    --blue-deep: #1f4463;
    --green: #3E6B4F;
    --line: #DCD3BF;
    --line-dark: rgba(220, 211, 191, 0.14);
    --muted: #B9C2CC;
    --text-soft: rgba(251, 247, 239, 0.66);
    --text-softer: rgba(251, 247, 239, 0.42);

    /* Area / async-select field */
    --area-border: #d1d5db;
    --area-text-muted: #9a9a8f;
    --area-spinner-track: #e5e5df;
    --area-spinner-active: #c17a4a; /* warna oranye senada sama tema form */

    /* Modal */
    --modal-overlay: rgba(0, 0, 0, 0.5);
    --modal-bg: #ffffff;
    --modal-border: #e5e5e5;

    /* Bank / payment panel */
    --bank-card-bg: #f8f7f4;
    --bank-label-color: #6b7280;
    --text-primary: #1f2937;
    --pay-accent: #b8863c;
    --pay-accent-soft: #fdf6ea;
    --pay-text-muted: #6b7280;
    --pay-text-primary: #1f2937;
    --pay-border: #e5e5e5;
    --pay-success: #22c55e;

    /* Detail fields */
    --detail-label: #9a9a8f;
    --detail-value: #1f2937;
    --detail-border: #eeeeea;

    /* Payment status badges */
    --status-waiting-bg: #fef3e2;
    --status-waiting-text: #b8863c;
    --status-paid-bg: #e8f0fb;
    --status-paid-text: #2563eb;
    --status-rejected-bg: #fdecec;
    --status-rejected-text: #dc2626;

    /* Verify-member (vm-*) widget — falls back to the brand palette above */
    --vm-ink: var(--ink, #262220);
    --vm-paper: var(--paper, #faf6ec);
    --vm-gold: var(--gold, #b8863a);
    --vm-line: rgba(38, 34, 32, 0.08);
    --vm-muted: #8c8377;
}


/* ==========================================================================
   2. KEYFRAMES
   ========================================================================== */
@keyframes vm-rise {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes area-spin {
    to { transform: rotate(360deg); }
}


/* ==========================================================================
   3. VERIFY MEMBER WIDGET (vm-*)
   ========================================================================== */
.vm-page {
    background: var(--vm-paper);
    padding: 56px 24px;
    font-family: "Work Sans", sans-serif;
    color: var(--vm-ink);
    -webkit-font-smoothing: antialiased;
}

.vm-stack {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: vm-rise 0.5s ease-out;
}

.vm-card {
    background: #fff;
    border: 1px solid var(--vm-line);
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 1px 2px rgba(38, 34, 32, 0.03), 0 10px 30px -18px rgba(38, 34, 32, 0.18);
}

/* Header card: horizontal */
.vm-header {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    padding: 20px 28px;
}

.vm-avatar {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--vm-line);
    box-shadow: 0 4px 16px -4px rgba(184, 134, 58, 0.25);
}

.vm-header-text { min-width: 0; }

/* Two data cards side by side on wide screens */
.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start; /* penting: kolom tidak lagi disamakan tingginya */
}

.vm-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vm-edu-empty {
    color: var(--vm-muted);
    font-size: 0.88rem;
    margin: 0;
}

.vm-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vm-timeline-item {
    position: relative;
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
}

.vm-timeline-item:last-child {
    padding-bottom: 0;
}

.vm-timeline-item::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 14px;
    bottom: -6px;
    width: 1px;
    background: var(--vm-line);
}

.vm-timeline-item:last-child::before {
    display: none;
}

.vm-timeline-dot {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    margin-top: 5px;
    border-radius: 50%;
    background: var(--vm-gold);
}

.vm-timeline-content {
    flex: 1;
    min-width: 0;
}

.vm-timeline-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.vm-timeline-level {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--vm-ink);
}

.vm-timeline-score {
    font-size: 0.78rem;
    color: var(--vm-muted);
    font-family: "SFMono-Regular", "JetBrains Mono", monospace;
    flex-shrink: 0;
}

.vm-timeline-institution {
    font-size: 0.9rem;
    margin: 4px 0 0;
    color: var(--vm-ink);
}

.vm-timeline-meta {
    font-size: 0.78rem;
    color: var(--vm-muted);
    margin: 2px 0 0;
}

.vm-timeline-doc {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    font-size: 0.78rem;
    color: var(--vm-gold);
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.vm-timeline-doc:hover {
    opacity: 0.7;
}

.vm-name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.vm-number {
    font-family: "SFMono-Regular", "JetBrains Mono", monospace;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    color: var(--vm-muted);
    margin: 0 0 6px;
}

.vm-org {
    font-size: 0.82rem;
    color: var(--vm-muted);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.vm-org-code {
    color: var(--vm-gold);
    font-family: "SFMono-Regular", "JetBrains Mono", monospace;
    font-size: 0.76rem;
}

.vm-card-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--vm-gold);
    margin: 0 0 12px;
}

.vm-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 12px;
    padding: 8px 10px;
    margin: 0 -10px;
    border-radius: 10px;
    font-size: 0.88rem;
    transition: background-color 0.15s ease;
}

.vm-row:hover {
    background: rgba(184, 134, 43, 0.05);
}

.vm-row-label {
    color: var(--vm-muted);
    font-size: 14px;
}

.vm-row-value {
    color: var(--vm-ink);
    word-break: break-word;
    line-height: 1.5;
    font-size: 14px;
}


/* ==========================================================================
   4. PAYMENT / DETAIL PANEL
   ========================================================================== */
/* NOTE: `.detail-section`, `.info-box`, `.status-paid` and `.status-rejected`
   are also defined again in section 12 (member detail card / status pill)
   with different values. Same class name, two different components — last
   one in the file currently wins wherever both could apply. Flagging this
   instead of silently merging; let me know if you want them renamed/scoped
   (e.g. `.payment-status-badge.status-paid`) so they can't collide. */
.detail-section {
    padding: 1.5rem 0;
    border-top: 1px solid var(--detail-border);
}

.detail-section-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b8863c;
    margin-bottom: 1rem;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2rem;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.detail-label {
    font-size: 0.8rem;
    color: var(--detail-label);
}

.detail-value {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--detail-value);
}

.payment-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    width: fit-content;
    padding: 0.2rem 0.625rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.status-waiting {
    background: var(--status-waiting-bg);
    color: var(--status-waiting-text);
}

.status-paid {
    background: var(--status-paid-bg);
    color: var(--status-paid-text);
}

.status-rejected {
    background: var(--status-rejected-bg);
    color: var(--status-rejected-text);
}

.payment-proof-thumb {
    max-width: 240px;
    border-radius: 8px;
    border: 1px solid var(--detail-border);
    cursor: zoom-in;
}

/* Total pembayaran jadi hero card */
.pay-total-card {
    background: var(--pay-accent-soft);
    border: 1px solid #f0e2c8;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.pay-total-label {
    font-size: 0.8rem;
    color: var(--pay-text-muted);
}

.pay-total-amount {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--pay-accent);
}

/* Tombol salin rekening */
.bank-value {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.copy-btn {
    font-size: 0.7rem;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    border: 1px solid var(--pay-border);
    background: #fff;
    cursor: pointer;
    color: var(--pay-text-muted);
}

.copy-btn:hover {
    border-color: var(--pay-accent);
    color: var(--pay-accent);
}

/* File upload custom, ganti tampilan native */
.file-upload-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1.5px dashed var(--pay-border);
    border-radius: 10px;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.file-upload-box:hover {
    border-color: var(--pay-accent);
    background: var(--pay-accent-soft);
}

.file-upload-icon {
    font-size: 1.1rem;
}

.file-upload-text {
    font-size: 0.875rem;
    color: var(--pay-text-muted);
}

.file-upload-input {
    display: none;
}

/* Modal */
.modal-backdrop-custom {
    position: fixed;
    inset: 0;
    background: var(--modal-overlay);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 1rem;
}

.modal-box-custom {
    background: var(--modal-bg);
    border-radius: 12px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-header-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--modal-border);
}

.btn-close-custom {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: var(--bank-label-color);
}

.modal-body-custom {
    padding: 1.25rem;
}

.modal-footer-custom {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--modal-border);
}

.btn-secondary-custom {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--modal-border);
    background: #fff;
    color: var(--text-primary);
}

.total-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
}

.bank-card {
    background: var(--bank-card-bg);
    border-radius: 8px;
    padding: 0.875rem;
}

.bank-row {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
}

.bank-label {
    color: var(--bank-label-color);
    font-size: 0.875rem;
}

.bank-value {
    font-weight: 600;
    color: var(--text-primary);
}

.bank-number {
    letter-spacing: 0.5px;
}

.preview {
    max-width: 100%;
    max-height: 200px;
    border-radius: 8px;
    object-fit: contain;
}


/* ==========================================================================
   5. HEADER / TOPBAR / NAV
   ========================================================================== */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 70px;
}

.logo h1 {
    font-size: 1.25rem;
    font-weight: 600;
}

.topber {
    background: var(--gold-light);
}

.topber-info i,
.topber-info a {
    color: #fff;
}

.topber-info a:hover,
.topber-social-icon ul li a:hover {
    color: #10100f;
}

.topber-social-icon ul li a {
    color: #fff;
    border-left: 1px solid var(--gold);
}

.topber-social-icon ul li:last-child {
    border-right: 1px solid var(--gold);
}

.main-nav {
    padding: 3px 15px;
}

.main-nav,
.hero-wrap {
    background: #e8ae1e1a;
}

.navbar-custom>li>a {
    color: #333 !important;
}

.nav-item.active a {
    color: #db9d10 !important;
}

.nav-btn {
    color: #fff;
    border-radius: 10px;
    background: var(--gold-light);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.nav-btn i {
    font-size: 16px;
}

.nav-btn:hover {
    color: #fff;
    background: #bf8707;
}

.contact-btn {
    color: #222 !important;
    background: #fff !important;
}

.page-title {
    border-bottom: 2px solid #f1ede2;
}

.another-page-links ul li.disabled span,
.another-page-links ul li a {
    color: #db9d10;
    background: #fbf7ef;
    border: 1px solid #db9d10;
}

.another-page-links ul li.active a,
.another-page-links ul li a:hover {
    background: #db9d10;
    color: #fff !important;
}

.another-page-links ul li.disabled span {
    opacity: 0.5;
}


/* ==========================================================================
   6. HERO SECTION
   ========================================================================== */
.hero {
    margin: 0 auto;
    padding: 72px 0px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 48px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 22px;
}

.eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--gold);
    display: inline-block;
}

.hero h1 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(2.4rem, 4.4vw, 3.6rem);
    line-height: 1.06;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}

.hero h1 em {
    font-style: italic;
    color: var(--red);
}

.hero p {
    font-size: 17px;
    line-height: 1.7;
    color: #4B463C;
    max-width: 480px;
    margin: 0;
}

/* Illustration side */
.art {
    position: relative;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art svg {
    display: block;
}

.float-badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(24, 22, 17, 0.14);
}

.badge-gavel {
    width: 92px;
    height: 92px;
    background: var(--navy);
    top: 18px;
    left: 0;
}

.badge-shield {
    width: 96px;
    height: 96px;
    background: var(--red);
    top: 0;
    right: 8px;
}

.badge-check {
    width: 82px;
    height: 82px;
    background: var(--green);
    bottom: 78px;
    left: 6px;
}


/* ==========================================================================
   7. ORGANIZATION PORTAL / CARDS
   ========================================================================== */
.portal-wrap {
    background: var(--paper);
    padding: 72px 0px;
}

.portal-inner {
    margin: 0 auto;
}

.portal-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 52px;
}

.portal-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 16px;
}

.portal-eyebrow::before,
.portal-eyebrow::after {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--gold);
}

.portal-head h2 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(1.9rem, 3.4vw, 2.6rem);
    margin: 0 0 14px;
    color: var(--ink);
    letter-spacing: -0.01em;
}

.portal-head p {
    font-size: 16px;
    line-height: 1.65;
    color: #5c5548;
    margin: 0;
}

.portal-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.org-card {
    background: var(--navy);
    border: 1px solid var(--line-dark);
    border-radius: 14px;
    padding: 0 0 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}

.org-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(24, 22, 17, 0.18);
}

.org-card.featured {
    background: var(--navy-2);
    border-color: var(--gold);
    flex: 0 1 calc(33.333% - 20px); /* 3 kolom, sesuaikan gap */
    min-width: 350px; /* biar ga terlalu kecil pas wrap */
}

.org-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line-dark);
}

.org-level {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold);
}

.org-badge {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .05em;
    color: var(--navy);
    background: var(--gold);
    padding: 3px 9px;
    border-radius: 999px;
}

.org-body {
    padding: 30px 26px 0;
    text-align: center;
    flex: 1;
}

.org-logo {
    width: 80px;
    height: 88px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #2b3644, #1a222d);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 3px rgba(184, 134, 43, 0.35);
}

.org-logo img {
    border-radius: 100%;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.org-body h3 {
    font-family: 'Fraunces', serif;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
}

.org-body .org-full {
    font-size: 12.5px;
    color: var(--muted);
    margin: 0 0 14px;
    letter-spacing: .01em;
}

.org-body .org-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #A9B2BC;
    margin: 0 0 22px;
}

.org-actions {
    padding: 0 26px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.org-footnote {
    padding: 16px 26px 0;
    font-size: 11.5px;
    color: #7d8794;
    text-align: center;
}

.obtn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: filter .15s ease, transform .15s ease;
}

.obtn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.obtn-primary {
    background: var(--gold);
    color: var(--navy);
}

.obtn-primary:hover {
    background: var(--gold-light);
}

.obtn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid var(--line-dark);
}

.obtn-outline:hover {
    border-color: var(--gold);
}


/* ==========================================================================
   8. TRUST CTA
   ========================================================================== */
.trust-cta {
    background: linear-gradient(120deg, var(--gold-deep), var(--gold) 60%, var(--gold-light));
    padding: 64px 0px;
}

.trust-cta-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-copy {
    max-width: 660px;
}

.trust-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(24, 22, 17, 0.62);
    margin-bottom: 14px;
}

.trust-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--navy);
    display: inline-block;
}

.trust-copy h2 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    line-height: 1.18;
    color: var(--paper);
    margin: 0 0 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.trust-copy p {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(24, 22, 17, 0.82);
    margin: 0;
    max-width: 560px;
}

.trust-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.trust-btn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--paper) !important;
    background: var(--navy);
    padding: 16px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(24, 22, 17, 0.22);
    transition: transform .15s ease, box-shadow .15s ease;
}

.trust-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(24, 22, 17, 0.28);
}

.trust-btn svg {
    flex-shrink: 0;
}

.trust-note {
    margin-top: 12px;
    font-size: 12.5px;
    color: rgba(24, 22, 17, 0.6);
    padding-left: 2px;
}


/* ==========================================================================
   9. SITE FOOTER
   ========================================================================== */
.site-footer {
    font-family: 'Work Sans', sans-serif;
    background: var(--navy);
    color: var(--paper);
}

.footer-top {
    background: none;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr 0.8fr;
    gap: 56px;
    border-bottom: 0px;
}

.footer-top h3 {
    font-weight: 600;
    font-size: 19px;
    color: var(--paper);
    margin: 0 0 26px;
    position: relative;
    padding-bottom: 14px;
}

.footer-top h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: var(--gold);
}

/* Brand column */
.f-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    text-decoration: none;
}

.f-logo span {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .02em;
    color: var(--paper);
}

.f-logo span em {
    font-style: normal;
    color: var(--gold);
}

.f-about p {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--text-soft);
    margin: 0 0 22px;
    max-width: 340px;
}

.f-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14.5px;
    margin-bottom: 12px;
    text-decoration: none;
    color: var(--text-soft);
    transition: color .15s ease;
}

.f-contact:hover {
    color: var(--gold);
}

.f-contact .ico {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(184, 134, 43, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* News column */
.news-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    text-decoration: none;
}

.news-thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.news-thumb svg {
    opacity: 0.9;
}

.news-meta span {
    display: block;
    font-size: 11.5px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 5px;
}

.news-meta .news-title {
    font-size: 15px;
    line-height: 1.4;
    color: var(--paper);
    text-decoration: none;
    transition: color .15s ease;
}

.news-item:hover .news-title {
    color: var(--gold);
}

/* Practice list */
.practice-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.practice-list li {
    border-bottom: 1px solid var(--line-dark);
}

.practice-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    font-size: 14.5px;
    font-weight: 500;
    color: var(--text-soft);
    text-decoration: none;
    transition: color .15s ease, gap .15s ease;
}

.practice-list a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
    opacity: 0;
    transition: opacity .15s ease;
}

.practice-list a:hover {
    color: var(--gold);
    gap: 12px;
}

.practice-list a:hover::before {
    opacity: 1;
}

/* Social icons */
.social-list {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(184, 134, 43, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}

.social-icon:hover {
    background: var(--gold);
    transform: translateY(-2px);
}

.social-icon:hover svg * {
    fill: var(--navy) !important;
    stroke: var(--navy) !important;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid var(--line-dark);
    padding: 0px;
    background: var(--navy);
}

.footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: var(--text-softer);
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-bottom svg {
    flex-shrink: 0;
}


/* ==========================================================================
   10. BLOG
   ========================================================================== */
.blog-part {
    background: var(--paper);
    padding: 72px 0px;
}

.grid-blog {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 32px;
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex;
    flex-direction: column;
}

.grid-blog:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(24, 22, 17, 0.14);
}

.blog-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 350 / 215;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.grid-blog:hover .blog-img img {
    transform: scale(1.06);
}

.blog-category-badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gold);
    color: var(--navy);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 999px;
}

.blog-info {
    padding: 22px 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-info p {
    font-size: 14px;
    line-height: 1.65;
    word-break: break-all;
    overflow-wrap: break-word;
    color: #5c5548;
    width: 100%;
    margin: 0 0 16px;
}

.publish-info {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--gold-deep);
    margin-bottom: 12px;
}

.blog-title {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.35;
    color: var(--ink);
    text-decoration: none;
    margin-bottom: 10px;
    transition: color .15s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-title:hover {
    color: var(--gold-deep);
}

.blog-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.view-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold-deep);
    text-decoration: none;
}

.view-details-btn svg {
    transition: transform .15s ease;
}

.view-details-btn:hover svg {
    transform: translateX(4px);
}

.blog-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    padding: 13px 28px;
    border: 1.5px solid var(--ink);
    border-radius: 8px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--ink);
    text-decoration: none;
    transition: background .15s ease, color .15s ease, gap .15s ease;
}

.blog-view-all-btn:hover {
    background: var(--ink);
    color: var(--paper);
    gap: 12px;
}

.blog-view-all-btn svg {
    transition: transform .15s ease;
}

.blog-filter-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    background: rgba(184, 134, 43, 0.08);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 12px 18px;
    margin-bottom: 28px;
    font-size: 14px;
    color: #4B463C;
}

.blog-filter-context strong {
    color: var(--gold-deep);
}

.blog-filter-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background .15s ease;
}

.blog-filter-clear:hover {
    background: rgba(29, 39, 51, 0.08);
}

.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 64px 24px;
    background: var(--paper);
    border: 1px dashed var(--line);
    border-radius: 14px;
}

.empty-state-icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(184, 134, 43, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.empty-state-title {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 19px;
    color: var(--ink);
    margin: 0 0 8px;
}

.empty-state-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #6b6455;
    max-width: 340px;
    margin: 0 0 22px;
}

.empty-state-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: var(--gold);
    color: var(--navy);
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .15s ease;
}

.empty-state-btn:hover {
    background: var(--gold-light);
}

/* Blog detail page */
.blog-details-content {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 32px;
}

.bd-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 26px;
}

.bd-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.bd-category-badge {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--gold);
    color: var(--navy);
    font-size: 12.5px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
}

.bd-title {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    line-height: 1.3;
    color: var(--ink);
    margin: 0 0 14px;
}

.bd-meta {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    padding-bottom: 22px;
    margin-bottom: 26px;
    border-bottom: 1px solid var(--line);
}

.bd-meta-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13.5px;
    color: #6b6455;
}

.bd-content {
    font-size: 15.5px;
    line-height: 1.85;
    color: #3f3a30;
}

.bd-content h2,
.bd-content h3 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    color: var(--ink);
    margin: 28px 0 14px;
}

.bd-content p {
    word-break: break-all;
    overflow-wrap: break-word;
    margin: 0 0 18px;
}

.bd-content blockquote {
    border-left: 3px solid var(--gold);
    background: rgba(184, 134, 43, 0.06);
    padding: 16px 22px;
    margin: 24px 0;
    font-style: italic;
    color: #4B463C;
    border-radius: 0 8px 8px 0;
}

.bd-content ul,
.bd-content ol {
    margin: 0 0 18px;
    padding-left: 22px;
}

.bd-share-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.bd-share-label {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink);
}

.bd-share-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bd-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 7px 16px;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.bd-share-btn:hover {
    border-color: var(--gold);
    background: rgba(184, 134, 43, 0.06);
}

/* Blog sidebar */
.blog-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sb-search form {
    display: flex;
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 4px 4px 4px 16px;
}

.sb-search input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    padding: 10px 0;
    color: var(--ink);
}

.sb-search input::placeholder {
    color: #a49c88;
}

.sb-search button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--gold);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s ease;
    flex-shrink: 0;
}

.sb-search button:hover {
    background: var(--gold-light);
}

.sb-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 24px 22px;
}

.sb-card h3 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 18px;
    color: var(--ink);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px dashed var(--line);
}

.sb-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sb-category-list li+li {
    border-top: 1px solid var(--line);
}

.sb-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 4px;
    text-decoration: none;
    color: #4B463C;
    font-size: 14px;
    border-radius: 6px;
    transition: background .15s ease, padding-left .15s ease;
}

.sb-category-list a:hover {
    background: rgba(184, 134, 43, 0.08);
    padding-left: 10px;
    color: var(--gold-deep);
}

.sb-cat-name {
    display: flex;
    align-items: center;
    gap: 9px;
}

.sb-cat-count {
    font-size: 12px;
    font-weight: 600;
    color: var(--gold-deep);
    background: rgba(184, 134, 43, 0.12);
    padding: 2px 9px;
    border-radius: 999px;
}

.sb-recent-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sb-recent-item {
    display: flex;
    gap: 12px;
    text-decoration: none;
}

.sb-recent-thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.sb-recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sb-recent-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sb-recent-date {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--gold-deep);
    text-transform: uppercase;
}

.sb-recent-title {
    font-size: 13.5px;
    line-height: 1.4;
    color: var(--ink);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .15s ease;
}

.sb-recent-item:hover .sb-recent-title {
    color: var(--gold-deep);
}


/* ==========================================================================
   11. CONTACT
   ========================================================================== */
.contact-part {
    padding: 60px 0;
}

.contact-shell {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 44px rgba(24, 22, 17, 0.12);
}

.contact-info-panel {
    background: var(--navy);
    color: var(--paper);
    padding: 40px 36px;
}

.contact-info-panel h3 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
}

.contact-info-panel>p {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(251, 247, 239, 0.66);
    margin: 0 0 30px;
}

.ci-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 28px;
}

.ci-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-decoration: none;
    color: var(--paper);
}

.ci-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(184, 134, 43, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ci-row span:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 14.5px;
    padding-top: 6px;
}

.ci-row small {
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--gold);
}

.ci-map {
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.9;
}

.contact-form-panel {
    background: var(--paper);
    padding: 40px 44px;
}

.contact-form-panel h3 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: 22px;
    color: var(--ink);
    margin: 0 0 8px;
}

.get-touch-sub {
    font-size: 14px;
    color: #6b6455;
    margin: 0 0 20px;
}

.touch-info,
.touch-textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 14px;
    background: #fff;
    color: var(--ink);
}

.touch-info:focus,
.touch-textarea:focus {
    outline: none;
    border-color: var(--gold);
}

.contact-alert-success {
    background: rgba(62, 107, 79, 0.1);
    color: var(--green);
    font-size: 13.5px;
    padding: 10px 14px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.btn.submit {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--gold);
    color: var(--navy);
    font-weight: 600;
    font-size: 15px;
    padding: 13px 26px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    transition: background .15s ease;
}

.btn.submit:hover {
    background: var(--gold-light);
}

.btn.submit:disabled {
    opacity: .6;
    cursor: not-allowed;
}


/* ==========================================================================
   12. REGISTRATION / PACKAGE / SUCCESS PAGE
   ========================================================================== */
.reg-page {
    background: var(--paper);
    padding: 56px 0 90px;
}

.reg-page .container {
    max-width: 1100px !important;
}

.reg-page p,
.reg-page p.text-muted {
    font-size: 15.5px;
    line-height: 1.65;
    color: #6b6455 !important;
}

.reg-page .card {
    border-radius: 14px !important;
    box-shadow: 0 10px 26px rgba(24, 22, 17, 0.06) !important;
    padding: 20px 10px 5px;
}

.reg-page .card-header {
    padding: 0px;
    padding-bottom: 20px;
    margin: 0px 20px;
    border-bottom: 1px solid hsl(0, 0%, 80%) !important;
}

.reg-page .form-text {
    font-size: 12px;
    color: #9a927f;
    margin-top: 5px;
}

.reg-page .form-label {
    font-size: 14px;
    color: #6b6455;
    margin-bottom: 8px;
    display: inline-block;
}

.reg-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 6px;
}

.reg-eyebrow::before {
    content: "";
    width: 22px;
    height: 2px;
    background: var(--gold);
    display: inline-block;
}

.reg-eyebrow.center {
    justify-content: center;
}

/* Role switcher (Pilih Peran) */
.reg-role-switch {
    display: inline-flex;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 4px;
    margin: 18px 0 30px;
}

.reg-role-switch button {
    border: none;
    background: transparent;
    padding: 9px 20px;
    border-radius: 999px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #6b6455;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.reg-role-switch button.active {
    background: var(--gold);
    color: var(--navy);
}

/* Paket card (selectable) */
.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

.package-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 14px 14px 40px;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.package-card:hover {
    border-color: var(--gold);
}

.package-card.is-selected {
    border-color: var(--green);
}

.package-card.is-disabled {
    cursor: default;
}

.package-checkbox {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid var(--line);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: transparent;
}

.package-checkbox.is-checked {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}

.package-checkbox.is-disabled {
    background: #E4E1D6;
    border-color: #E4E1D6;
    color: #8a8271;
}

.package-checkbox svg {
    width: 12px;
    height: 12px;
}

.package-card-image {
    width: 56px;
    height: 68px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--paper);
}

.package-card-body {
    min-width: 0;
}

.package-card-name {
    font-size: 13.5px;
    color: var(--ink);
    line-height: 1.35;
    margin-bottom: 4px;
}

.package-card-price {
    font-weight: 600;
    font-size: 13.5px;
    color: var(--ink);
}

.package-admin-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 2px;
    font-size: 13.5px;
    color: #8a8271;
}

/* Paket pendaftaran (list view) */
.package-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px;
}

.package-item+.package-item {
    margin-top: 10px;
}

.package-image {
    width: 130px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.package-category {
    font-size: 12.5px;
    color: #8a8271;
    margin-bottom: 4px;
}

.package-name {
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 4px;
}

.package-price {
    font-weight: 600;
    color: var(--gold-deep);
}

.package-list-wrap {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
}

.package-list-header {
    padding: 10px 16px;
    background: var(--paper);
    font-size: 13.5px;
    font-weight: 600;
    color: #8a8271;
}

.package-list-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: 1px solid var(--line);
    color: var(--ink);
}

.package-list-row .package-price {
    font-weight: 600;
    color: var(--ink);
}

.package-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 12px;
    background: rgba(184, 134, 43, 0.1);
}

.package-total-label {
    font-weight: 700;
    color: var(--gold-deep);
}

.package-total-value {
    font-weight: 700;
    font-size: 20px;
    color: var(--gold-deep);
}

/* Rincian paket (dipakai di halaman detail & sukses) */
.package-section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 16px;
}

.package-thumb-grid {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.package-thumb {
    width: 200px;
    text-align: center;
}

.package-thumb-img {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--line);
    background: var(--paper);
}

.package-thumb-name {
    font-size: 14.5px;
    color: var(--ink);
    line-height: 1.3;
    margin-top: 8px;
}

.package-thumb-price {
    font-size: 14px;
    font-weight: 600;
    color: var(--gold-deep);
    margin-top: 2px;
}

.package-fee-list {
    margin-bottom: 16px;
}

.package-fee-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid var(--line);
    font-size: 14px;
    color: var(--ink);
}

.package-fee-row:first-child {
    border-top: none;
}

.package-fee-row .package-fee-price {
    font-weight: 600;
}

.reg-submit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 22px 26px;
    margin-top: 8px;
}

.reg-submit-note {
    font-size: 13px;
    line-height: 1.6;
    color: #6b6455;
    max-width: 480px;
    margin: 0;
}

.reg-submit-note strong {
    color: var(--gold-deep);
}

/* Success page */
.success-page {
    display: flex;
    align-items: center;
    min-height: 70vh;
}

.success-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(24, 22, 17, 0.08);
    padding: 44px 40px;
    text-align: center;
}

.success-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 10px 22px rgba(62, 107, 79, 0.28);
}

.success-card h1 {
    font-family: 'Fraunces', serif;
    font-weight: 600;
    font-size: clamp(1.5rem, 3vw, 1.9rem);
    color: var(--ink);
    margin: 4px 0 12px;
}

.success-desc {
    font-size: 14.5px;
    line-height: 1.7;
    color: #5c5548;
    max-width: 440px;
    margin: 0 auto 28px;
}

.success-desc strong {
    color: var(--ink);
}

/* Ticket box */
.ticket-box {
    background: var(--paper);
    border: 1px dashed var(--gold);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    text-align: left;
}

.ticket-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--gold-deep);
    margin-bottom: 8px;
}

.ticket-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticket-value {
    flex: 1;
    min-width: 0;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 9px 12px;
    overflow-x: auto;
    white-space: nowrap;
}

.ticket-copy {
    flex-shrink: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 12.5px;
    color: var(--navy);
    background: var(--gold);
    border: none;
    border-radius: 7px;
    padding: 9px 14px;
    cursor: pointer;
    transition: background .15s ease;
}

.ticket-copy:hover {
    background: var(--gold-light);
}

/* Status pill (registration/success context — distinct from
   `.payment-status-badge`'s status classes in section 4) */
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 999px;
    margin-bottom: 26px;
}

.status-pill .status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.status-pill.status-paid {
    background: rgba(43, 92, 138, 0.1);
    color: var(--blue);
}

.status-pill.status-paid .status-dot {
    background: var(--blue);
}

.status-pill.status-pending {
    background: rgba(184, 134, 43, 0.1);
    color: var(--gold-deep);
}

.status-pill.status-pending .status-dot {
    background: var(--gold);
}

.status-pill.status-approved {
    background: rgba(62, 107, 79, 0.1);
    color: var(--green);
}

.status-pill.status-approved .status-dot {
    background: var(--green);
}

.status-pill.status-rejected {
    background: rgba(138, 42, 38, 0.1);
    color: var(--red);
}

.status-pill.status-rejected .status-dot {
    background: var(--red);
}

/* Summary list */
.summary-list {
    text-align: left;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 2px;
    margin-bottom: 28px;
    display: grid;
    gap: 11px;
}

.summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13.5px;
}

.summary-row span:first-child {
    color: #8a8271;
}

.summary-row span:last-child {
    color: var(--ink);
    font-weight: 500;
    text-align: right;
}

/* Actions */
.success-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.btn-pay,
.btn-secondary {
    display: block;
    width: 100%;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.btn-pay {
    background: #B5822A; /* solid, warna utama */
    color: #1a1a1a;
}

.btn-pay:hover {
    background: #a17323;
}

.btn-secondary {
    background: #fff;
    color: #B5822A;
    border: 1.5px solid #B5822A;
}

.btn-secondary:hover {
    color: #B5822A;
    background: #FBF3E7;
    border-color: #B5822A;
}

.btn-secondary.btn-outline {
    color: #444;
    border-color: #ddd;
}

.btn-secondary.btn-outline:hover {
    background: #f7f7f7;
}

.btn-home-link {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    color: #6b6455;
    text-decoration: none;
    padding: 8px;
    transition: color .15s ease;
}

.btn-home-link:hover {
    color: var(--gold-deep);
}

.success-note {
    font-size: 12px;
    line-height: 1.6;
    color: #9a927f;
    margin: 0;
}

.success-note strong {
    color: #6b6455;
}

/* Info box (registration/success context — see also section 13) */
.info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 10px;
    margin-top: 14px;
    font-size: 13.5px;
    line-height: 1.5;
    text-align: left;
}

.info-icon {
    flex-shrink: 0;
    font-size: 15px;
}

.info-box p {
    margin: 0;
    color: #6b6b6b;
}

.info-box-blue {
    background: #FBF3E7; /* senada sama tema oranye/emas */
    border: 1px solid #EFDDBB;
}

.info-box-neutral {
    background: #F7F7F7;
    border: 1px solid #ECECEC;
}


/* ==========================================================================
   13. CHECK MEMBER / MEMBER DETAIL CARD
   ========================================================================== */
.check-member-page {
    padding: 60px 16px;
}

.check-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.center-title {
    margin: 8px 0 6px;
    font-size: 22px;
}

.check-desc {
    color: #777;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.5;
}

.check-tabs {
    display: flex;
    background: #F3F3F3;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 20px;
}

.check-tab {
    flex: 1;
    padding: 10px 12px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    transition: all 0.2s ease;
}

.check-tab.active {
    background: #fff;
    color: #B5822A;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.check-form {
    text-align: left;
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

.form-group input {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid #E2E2E2;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.form-group input:focus {
    outline: none;
    border-color: #B5822A;
}

.field-error {
    display: block;
    color: #D14343;
    font-size: 14px;
    margin-top: 4px;
}

.check-card .btn-pay {
    width: 100%;
    margin-top: 4px;
}

.check-card .btn-pay:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 13.5px;
    color: #888;
    text-decoration: none;
}

.back-link:hover {
    color: #444;
}

.detail-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.center-empty {
    padding: 40px 24px;
    text-align: center;
}

/* Profil header */
.detail-profile {
    text-align: center;
    padding: 32px 24px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.detail-avatar {
    width: 76px;
    border: 2px solid;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto 12px;
    background: #FBF3E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #B5822A;
    overflow: hidden;
}

.detail-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-profile h1 {
    font-size: 19px;
    margin: 0 0 2px;
}

.detail-role {
    font-size: 13px;
    color: #888;
    margin: 0 0 12px;
}

.detail-ticket {
    font-size: 14px;
    color: #aaa;
    font-family: monospace;
    margin: 14px 0 0;
    word-break: break-all;
}

.view-member .avatar {
    height: 200px;
    background: #d79f2561;
    border-radius: 12px;
    object-fit: cover;
    max-width: 100%;
}

/* Status timeline (top of detail card) */
.status-timeline {
    display: flex;
    padding: 20px 28px;
    border-bottom: 1px solid #f0f0f0;
}

.timeline-step {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.timeline-line {
    position: absolute;
    top: 13px;
    height: 2px;
    background: #eee;
    z-index: 0;
}

.timeline-line.line-left {
    left: 0;
    right: 50%;
}

.timeline-line.line-right {
    left: 50%;
    right: 0;
}

.timeline-node {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    z-index: 1;
}

.timeline-node.done {
    background: #2E9E5B;
    color: #fff;
}

.timeline-node.current {
    background: #FCEFD9;
    color: #B5822A;
    border: 1.5px solid #B5822A;
}

.timeline-node.upcoming {
    background: #f5f5f5;
    color: #bbb;
    border: 1px solid #eee;
}

.timeline-label {
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.timeline-label.muted {
    color: #bbb;
    font-weight: 400;
}

/* Sections (member detail card — see also `.detail-section` in section 4) */
.detail-section {
    padding: 18px 24px;
    border-bottom: 1px solid #f5f5f5;
}

.detail-section:last-of-type {
    border-bottom: none;
}

.section-title {
    font-size: 12.5px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin: 0 0 12px;
}

.field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
}

.field-grid.one-col {
    grid-template-columns: 1fr;
}

.field-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.field-label {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

.field-value {
    font-size: 13.5px;
    color: #333;
    line-height: 1.5;
    font-weight: 400;
}

/* Dokumen thumbnails */
.doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
}

.doc-thumb {
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid #eee;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}

.doc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doc-thumb i {
    font-size: 20px;
    color: #bbb;
}

.doc-thumb span {
    font-size: 10px;
    color: #000000;
    position: absolute;
    bottom: 4px;
    background: rgba(255, 255, 255, 0.85);
    padding: 1px 6px;
    border-radius: 6px;
    text-align: center;
}

.doc-thumb.empty span {
    position: static;
    background: none;
    padding: 0;
}

/* Checklist persetujuan */
.check-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #444;
}

.check-item i {
    color: #2E9E5B;
    font-size: 15px;
}

/* Info box (member detail context — see also section 12) */
.info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 24px;
    font-size: 13px;
    line-height: 1.5;
}

.info-box i {
    font-size: 16px;
    margin-top: 1px;
}

.info-box p {
    margin: 0;
    color: inherit;
}

.info-box-danger {
    background: #FDECEC;
    color: #A32D2D;
}

.info-box-success {
    background: #EAF3DE;
    color: #3B6D11;
}

/* Footer */
.detail-footer {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.detail-footer .btn-pay {
    width: 100%;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.tag-chip {
    font-size: 12px;
    font-weight: 600;
    color: #B5822A;
    background: #FBF3E7;
    border: 1px solid #EFDDBB;
    padding: 5px 12px;
    border-radius: 999px;
}


/* ==========================================================================
   14. UTILITIES / MISC
   ========================================================================== */
.border-1 {
    border: 1px solid var(--line);
}

.border-radius-10 {
    border-radius: 10px;
}

.text-success {
    color: var(--green);
}

.tw-shadow {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.auth-back-home {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #6b6455 !important;
    text-decoration: none;
    margin-bottom: 18px;
    transition: color .15s ease, gap .15s ease;
}

.area-label {
    display: block;
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.375rem;
}

.area-loading-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
}

.area-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid var(--area-spinner-track);
    border-top-color: var(--area-spinner-active);
    border-radius: 50%;
    animation: area-spin 0.7s linear infinite;
    flex-shrink: 0;
}

.area-loading-text {
    font-size: 0.875rem;
    color: var(--area-text-muted);
}


/* ==========================================================================
   15. MEDIA QUERIES
   ========================================================================== */
@media only screen and (min-width: 992px) {
    .main-nav .nav-link {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        border: none;
        color: var(--gold) !important;
        font-size: 25px;
    }
}

@media (max-width: 900px) {
    .contact-shell {
        grid-template-columns: 1fr;
    }

    .contact-info-panel,
    .contact-form-panel {
        padding: 32px 26px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 44px;
        padding: 20px 10px !important;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        padding: 20px 24px;
    }

    .portal-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .reg-page {
        padding-top: 20px;
    }

    .success-card h1 {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .nav-btn {
        width: 100%;
        padding: 10px 20px;
        justify-content: center;
        margin-bottom: 10px;
        display: flex !important;
    }

    .navbar-collapse > ul {
        margin-bottom: 10px !important;
    }

    .hero {
        grid-template-columns: 1fr;
        padding: 52px 24px;
        gap: 44px;
        text-align: left;
    }

    .art {
        order: -1;
    }

    .hero p {
        max-width: 100%;
    }

    .badge-gavel {
        width: 70px;
        height: 70px;
    }

    .badge-shield {
        width: 74px;
        height: 74px;
    }

    .badge-check {
        width: 62px;
        height: 62px;
    }
}

@media (max-width: 760px) {
    .vm-grid {
        grid-template-columns: 1fr;
    }

    .package-thumb-img {
        height: 100px;
    }

    .check-tab {
        padding: 10px 0px;
    }

    .check-card,
    .detail-profile {
        padding: 15px 20px;
    }

    .page-title-content a,
    span,
    .reg-page p,
    .package-thumb-price,
    .package-thumb-name,
    .field-value {
        font-size: 12px;
    }

    .btn-pay,
    .btn-secondary {
        font-size: 13px;
    }

    .trust-cta {
        padding: 48px 24px;
    }

    .trust-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .trust-action {
        width: 100%;
    }

    .trust-btn {
        width: 100%;
        justify-content: center;
    }

    .trust-note {
        align-self: center;
    }
}

@media (max-width: 640px) {
    .reg-submit-wrap {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }
}

@media (max-width: 640px) {
    .detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .success-card {
        padding: 36px 24px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .vm-page { padding: 32px 12px; }
    .vm-stack { gap: 12px; }
    .vm-card { padding: 20px 18px; border-radius: 14px; }
    .vm-header { flex-direction: column; text-align: center; padding: 28px 20px; }
    .vm-org { justify-content: center; }
    .vm-row { grid-template-columns: 1fr; gap: 2px; }
    .vm-row-label { font-size: 0.76rem; }
}

@media (max-width: 420px) {
    .art {
        height: 290px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vm-stack { animation: none; }
    .vm-row { transition: none; }
}
