.ipromo-how-section {
    background: #f5f4f0;
    border-radius: 1rem;
    padding: 1.875rem;
}

.ipromo-how-stag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    letter-spacing: 0.125rem;
    text-transform: uppercase;
    color: #ff5a00;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.ipromo-how-stag::before {
    content: '';
    width: 1rem;
    height: 0.125rem;
    background: #ff5a00;
    border-radius: 0.125rem;
}

.ipromo-how-header h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.ipromo-how-desc {
    font-size: 0.875rem;
    color: #7a7a7a;
    line-height: 1.8;
    max-width: 50rem;
    margin-bottom: 2rem;
}

.ipromo-how-content {
    display: grid;
    grid-template-columns: 1fr 23.125rem;
    gap: 1.875rem;
    align-items: start;
}

@media (max-width: 960px) {
    .ipromo-how-content {
        grid-template-columns: 1fr;
    }
}

.hw-step {
    display: grid;
    grid-template-columns: 3.75rem 1fr;
    gap: 1.25rem;
    align-items: start;
    padding: 1.5rem 0;
    border-bottom: 0.0625rem solid #e2e0dd;
}

.hw-step:last-child {
    border-bottom: none;
}

.hw-num {
    width: 3rem;
    height: 3rem;
    background: #ff5a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Unbounded', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    color: #fff;
    flex-shrink: 0;
}

.hw-t {
    font-family: 'Unbounded', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
    color: #1a1a1a;
}

.hw-d {
    font-size: 0.8125rem;
    color: #7a7a7a;
    line-height: 1.7;
}

.ipromo-remote-box {
    background: #fff;
    border: 0.0625rem solid #e2e0dd;
    border-radius: 0.875rem;
    padding: 1.75rem;
    position: sticky;
    top: 5.625rem;
}

.ipromo-remote-box h3 {
    font-family: 'Unbounded', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.875rem;
}

.ipromo-remote-box p {
    font-size: 0.8125rem;
    color: #7a7a7a;
    line-height: 1.8;
    margin-bottom: 1.125rem;
}

.ipromo-remote-actions {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.ipromo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff5a00;
    color: #fff;
    padding: 0.8125rem 1.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 0.25rem 1.125rem rgba(255,90,0,.24);
    transition: background .2s, transform .15s, box-shadow .2s;
    text-decoration: none;
    border: none;
    line-height: 1;
}

.ipromo-btn:hover {
    background: #d44600;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.75rem rgba(255,90,0,.32);
}

.ipromo-btn-tg {
    display: inline-flex;
    align-items: center;
    gap: 0.4375rem;
    background: #2AABEE;
    color: #fff;
    padding: 0.6875rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none;
    line-height: 1;
}

.ipromo-btn-tg:hover {
    background: #1a8dc7;
    transform: translateY(-0.0625rem);
}

a:hover {
    color: #fff!important;
}

.btn-max {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #c82aee;
    color: #fff;
    padding: 11px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    text-decoration: none;
}

.btn-max:hover {
    background: #9420b0;
    transform: translateY(-1px);
    color: #fff;
}