.how-hero {
    margin-bottom: 40px;
}

.how-accent {
    background-color: #ECB558;
    width: 94px;
    height: 7px;
    margin-bottom: 20px;
}

.how-accent--center {
    margin-left: auto;
    margin-right: auto;
}

.how-intro {
    max-width: 760px;
}

.how-section-title {
    font-family: "CuristicBold";
    font-size: 34px;
    line-height: 1.25;
}

.how-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

.how-cta-row--center {
    justify-content: center;
    margin-top: 28px;
}

.how-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 14px;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.how-btn--primary {
    background-color: #1DAC8E;
    color: #fff;
}

.how-btn--primary:hover {
    background-color: #18967c;
    color: #fff;
}

.how-btn--ghost {
    background-color: transparent;
    color: #0974BA;
    border: 2px solid #0974BA;
}

.how-btn--ghost:hover {
    background-color: #E8F3FA;
    color: #0865a3;
}

.how-steps-section {
    background-color: #fff;
    padding: 70px 0 50px;
}

.how-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 920px;
    margin: 0 auto;
}

.how-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background-color: #FAFAFA;
    border-radius: 20px;
    padding: 24px 26px;
    box-shadow: 0 0 14px 0 #0000000F;
}

.how-step__num {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ECB558;
    color: #000;
    font-family: "CuristicBold";
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.how-step__body h3 {
    color: #000;
    font-family: "CuristicBold";
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 8px;
}

.how-step__body p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.how-support-section {
    padding: 70px 0 30px;
}

.how-support-card {
    background-color: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 0 14px 0 #0000001A;
    margin-bottom: 24px;
    min-height: 180px;
}

.how-support-card h3 {
    color: #000;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 12px;
}

.how-support-card__rule {
    background-color: #ECB558;
    width: 64px;
    height: 2px;
    margin-bottom: 14px;
}

.how-support-card p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.how-note-section {
    background-color: #fff;
    padding: 40px 0 90px;
}

.how-note {
    max-width: 920px;
    margin: 0 auto;
    background-color: #FFF8EC;
    border-inline-start: 4px solid #ECB558;
    border-radius: 16px;
    padding: 24px 28px;
}

.how-note h3 {
    color: #000;
    font-family: "CuristicBold";
    font-size: 18px;
    margin: 0 0 10px;
}

.how-note p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

html[dir="rtl"] .how-note {
    border-inline-start: none;
    border-inline-end: 4px solid #ECB558;
}

@media (max-width: 767.98px) {
    .how-section-title {
        font-size: 28px;
    }

    .how-step {
        padding: 20px;
        gap: 14px;
    }

    .how-step__num {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .how-step__body h3 {
        font-size: 18px;
    }

    .how-support-card {
        min-height: 0;
    }
}
