.status-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 50rem;
    text-transform: capitalize;
}

.status-pending { background: #fff3cd; color: #856404; }
.status-approved { background: #d1e7dd; color: #0f5132; }
.status-cancelled { background: #f8d7da; color: #842029; }
.status-paid, .status-successful { background: #d1e7dd; color: #0f5132; }
.status-unpaid { background: #e2e3e5; color: #41464b; }
.status-rejected { background: #f8d7da; color: #842029; }
.status-expired { background: #fde2e4; color: #9b2226; }

.hero-boarding {
    background: linear-gradient(135deg, #0d3d6b 0%, #1b6cc1 100%);
    color: #fff;
    padding: 4rem 0;
}

.room-card-bootstrap {
    border: none;
    box-shadow: 0 8px 24px rgba(17, 63, 103, 0.1);
    transition: transform 0.2s ease;
}

.room-card-bootstrap:hover {
    transform: translateY(-4px);
}

.qr-payment-box {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
}

.gcash-page {
    display: grid;
    gap: 24px;
}

.gcash-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    padding: 26px 28px;
    background: linear-gradient(135deg, #0c7a49 0%, #08804f 100%);
    color: #fff;
    border-radius: 20px;
    align-items: center;
}

.gcash-badge {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255,255,255,0.16);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.gcash-header h1 {
    margin: 0.85rem 0 0.35rem;
    font-size: 2rem;
    max-width: 720px;
}

.gcash-header-copy {
    margin: 0;
    max-width: 650px;
    color: rgba(255,255,255,0.9);
}

.gcash-amount-box {
    text-align: right;
}

.gcash-amount-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    opacity: 0.85;
}

.gcash-amount-value {
    margin-top: 6px;
    font-size: 2.35rem;
    font-weight: 800;
}

.gcash-layout {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.1fr 1fr;
}

.gcash-panel {
    display: grid;
    gap: 24px;
}

.gcash-card {
    background: #fff;
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(15,23,42,0.05);
}

.gcash-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.gcash-code-wrap {
    display: grid;
    place-items: center;
    padding: 18px 0 8px;
}

.gcash-qr-img {
    max-width: 100%;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.gcash-merchant-details {
    margin-top: 22px;
    display: grid;
    gap: 6px;
    color: #334155;
}

.gcash-merchant-name,
.gcash-merchant-number {
    font-size: 1rem;
    font-weight: 700;
}

.gcash-instructions-list {
    margin: 0;
    padding-left: 18px;
    color: #475569;
}

.gcash-instructions-list li {
    margin-bottom: 0.9rem;
}

.gcash-form-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(15,23,42,0.05);
}

.btn-gcash {
    background: #0f766e;
    border-color: #0f766e;
    color: #fff;
}

.btn-gcash:hover,
.btn-gcash:focus {
    background: #115e59;
    border-color: #115e59;
    color: #fff;
}

.gcash-form-card .form-control[disabled] {
    background: #f9fafb;
}

@media (max-width: 991px) {
    .gcash-layout {
        grid-template-columns: 1fr;
    }

    .gcash-header {
        text-align: left;
    }

    .gcash-amount-box {
        text-align: left;
    }
}

.otp-dev-hint {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 12px;
    font-size: 0.9rem;
}
