﻿/* پایه‌های سبک شما */
.sb-hero {
    border-radius: 18px;
    padding: 16px 16px;
}

.sb-title {
    font-weight: 900;
    font-size: 1.25rem
}

.sb-sub {
    font-size: .95rem
}

.sb-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.sb-card {
    border-radius: 18px
}

.sb-form .form-label {
    font-weight: 800
}

.sb-amountGroup .input-group-text {
    border-radius: 14px
}

.sb-amountInput {
    font-weight: 900;
    letter-spacing: .6px;
    font-size: 1.05rem;
    border-radius: 14px;
}

.sb-amountWords {
    font-weight: 900;
    color: rgba(0,0,0,.68);
}

.sb-quickAmounts {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.sb-chip {
    border-radius: 999px
}

.sb-safeNote {
    border-radius: 16px;
    padding: 10px 12px;
    background: rgba(255,193,7,.10);
    border: 1px solid rgba(255,193,7,.22);
    color: rgba(0,0,0,.70);
    font-size: .92rem;
}

.sb-payBtn {
    border-radius: 16px;
    padding: 12px 14px;
    font-weight: 900;
}

.sb-btnLoading {
    opacity: .92;
    cursor: not-allowed;
}

.sb-infoBlock {
    border: 1px solid rgba(67,89,113,.14);
    border-radius: 16px;
    padding: 12px;
    background: rgba(255,255,255,.78);
}

.sb-infoTitle {
    font-weight: 900;
    margin-bottom: 6px
}

.sb-infoText {
    color: rgba(0,0,0,.68);
    line-height: 1.9
}

.sb-sign {
    border-top: 1px dashed rgba(67,89,113,.18);
    padding-top: 12px;
}

.sb-miniTips {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.sb-tip {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: .92rem;
    color: rgba(0,0,0,.62);
}

    .sb-tip i {
        font-size: 18px;
        color: rgba(90,141,238,.9);
        margin-top: 1px
    }
