.standalone-page {
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f7 100%);
    min-height: 70vh;
}

.standalone-shell {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8ebf0;
    box-shadow: 0 20px 50px rgba(30, 45, 62, 0.08);
}

.standalone-title {
    font-size: 1.45rem;
    font-weight: 700;
    color: #152437;
    letter-spacing: -0.01em;
}

.standalone-subtitle {
    color: #526172;
    margin-bottom: 0;
}

.panel-card {
    border: 1px solid #e7edf4;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(19, 33, 52, 0.06);
}

.panel-card .card-title {
    font-size: 1.02rem;
    font-weight: 700;
    color: #1a2b3d;
    margin-bottom: .8rem;
}

.field-hint {
    color: #7a8795;
    font-size: .82rem;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .48rem 0;
    border-bottom: 1px dashed #e6ebf2;
    font-size: .93rem;
    color: #3a4c61;
}

.pricing-row:last-child {
    border-bottom: 0;
}

.pricing-row.total {
    font-size: 1.08rem;
    font-weight: 700;
    color: #12273d;
    border-top: 1px solid #dce5ef;
    margin-top: .35rem;
    padding-top: .75rem;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    background: #f2f6fb;
    color: #334c66;
}

.summary-empty {
    color: #7c8a9b;
    font-size: .92rem;
}

.modal-brand {
    font-size: .95rem;
    color: #fff3e8;
    font-weight: 600;
}

.stripe-white-shell {
    border: 1px solid #ffd8b0;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
    min-height: 48px;
}

.standalone-payment-modal {
    overflow: hidden;
    border-radius: 22px;
}

.standalone-payment-header {
    background: linear-gradient(135deg, #ff7a00 0%, #ff9b30 100%);
    color: #fff;
    position: relative;
    padding: 1.15rem 1.5rem;
}

.standalone-payment-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, #18263f 0%, #ffb25e 100%);
}

.standalone-payment-header .modal-title {
    color: #fff;
}

.standalone-summary-panel {
    background: linear-gradient(180deg, #fff7ed 0%, #fff 100%);
}

.standalone-card-panel {
    background: #fff;
}

.standalone-payment-total {
    color: #ff7a00;
}

.btn-platform-pay {
    background: linear-gradient(135deg, #ff7a00 0%, #ff9b30 100%);
    border: 0;
    color: #fff;
    box-shadow: 0 12px 24px rgba(255, 122, 0, 0.22);
}

.btn-platform-pay:hover,
.btn-platform-pay:focus {
    background: linear-gradient(135deg, #f26c00 0%, #ff8f14 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(255, 122, 0, 0.28);
}

.btn-platform-outline {
    background: #fff7ed;
    color: #9b4c00;
    border: 1px solid #ffd8b0;
}

.pac-container {
    z-index: 20000 !important;
}

@media (max-width: 991px) {
    .standalone-shell {
        border-radius: 12px;
    }
}
