/* ===== BACK ROW ===== */
.back-row {
    padding: 16px 24px 0;
}

.back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.back-link img {
    width: 37px;
    height: 37px;
}


/* ===== ORDER COMPANY ===== */
.order-company {
    padding: 20px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-company-logo {
    width: 180px;
    height: auto;
}

.order-chosen {
    font-size: 14px;
    color: #5c6470;
}


/* ===== ORDER TITLE ===== */
.order-title {
    padding: 24px 24px 0;
}

.order-title h1 {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f2b52;
    margin-bottom: 8px;
}

.order-title p {
    font-size: 14px;
    line-height: 1.45;
    color: #5c6470;
}


/* ===== PRICE CARD ===== */
.price-card {
    margin: 20px 24px 0;
    padding: 20px;
    border: 1px solid #e8ecf3;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.price-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-label {
    font-size: 13px;
    color: #5c6470;
}

.price-value {
    font-size: 30px;
    font-weight: 800;
    color: #0f2b52;
    letter-spacing: -0.5px;
}

.price-right {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: left;
    font-size: 13px;
    color: #5c6470;
}

.price-right b {
    font-weight: 600;
    color: #0f2b52;
}


/* ===== FORM ===== */
.order-form {
    padding: 20px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-field {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #edf0f5;
}

.form-field:last-child {
    border-bottom: none;
}

.field-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f4f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.field-icon img {
    width: 38px;
    height: 38px;
    opacity: 0.5;
}

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

.field-input label {
    font-size: 14px;
    font-weight: 700;
    color: #0f2b52;
}

.field-input input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #0f2b52;
    background: transparent;
    padding: 4px 0 0;
    font-family: inherit;
}

.field-input input::placeholder {
    color: #b0b7c3;
}


/* ===== ORDER SECURITY ===== */
.order-security {
    margin: 16px 24px 0;
    padding: 18px 20px;
    border-radius: 16px;
    background: #f0f5ff;
    display: flex;
    align-items: center;
    gap: 14px;
}

.order-security-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #dce8fd;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.order-security-icon img {
    width: 46px;
    height: 46px;
}

.order-security-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.order-security-text strong {
    font-size: 15px;
    font-weight: 700;
    color: #0f2b52;
}

.order-security-text span {
    font-size: 12px;
    color: #5c6470;
    line-height: 1.4;
}


/* ===== PAY BUTTON ===== */
.pay-section {
    padding: 20px 24px 0;
}

.pay-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 24px;
    border-radius: 16px;
    background: linear-gradient(110deg, #0752d5, #0b60ea);
    color: #fff;
    border: 0;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(7, 82, 213, 0.3);
    transition: transform 0.2s;
    font-family: inherit;
}

.pay-btn:active {
    transform: scale(0.98);
}

.pay-btn-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sbp-icon {
    width: 36px;
    height: 36px;
}

.pay-btn-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 2px;
}

.pay-btn-text strong {
    font-size: 18px;
    font-weight: 700;
}

.pay-btn-text span {
    font-size: 12px;
    opacity: 0.8;
}

.pay-arrow {
    width: 22px;
    height: 22px;
}


/* ===== BOTTOM LOCK NOTE ===== */
.bottom-lock-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 18px 24px 12px;
    font-size: 11px;
    color: #8b919c;
}

.lock-sm {
    width: 12px;
    height: 12px;
    opacity: 0.5;
}


/* ===== BOTTOM NAV ===== */
.bottom-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 12px 8px 16px;
    background: #0a1b3d;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    font-size: 11px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.nav-icon {
    width: 24px;
    height: 24px;
    opacity: 0.6;
}

.nav-icon-wrap {
    position: relative;
    display: inline-flex;
}

.green-dot {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
}
