

.crypto-steps,
.crypto-steps * {
    box-sizing: border-box;
}

.crypto-steps {
    --crypto-steps-accent: #009f72;
    --crypto-steps-accent-soft: #ecfaf5;
    --crypto-steps-navy: #071d3d;
    --crypto-steps-muted: #445d84;
    --crypto-steps-border: #dfeaf3;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 92px 18px;
    color: var(--crypto-steps-navy);
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 55%, #f7fcfa 100%);
    font-family: inherit;
}

.crypto-steps a {
    text-decoration: none;
}

.crypto-steps__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.crypto-steps::before,
.crypto-steps::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.crypto-steps::before {
    width: 520px;
    height: 520px;
    right: -210px;
    top: 64px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 159, 114, 0.10), rgba(0, 159, 114, 0) 62%);
    box-shadow: inset 0 0 0 1px rgba(0, 159, 114, 0.05), inset 0 0 0 34px rgba(0, 159, 114, 0.03), inset 0 0 0 70px rgba(0, 159, 114, 0.025);
}

.crypto-steps::after {
    left: -120px;
    bottom: -80px;
    width: 720px;
    height: 220px;
    border-top: 2px solid rgba(0, 159, 114, 0.11);
    border-radius: 50% 50% 0 0;
    transform: rotate(8deg);
    opacity: 0.8;
}

.crypto-steps--clean::before,
.crypto-steps--clean::after,
.crypto-steps--clean .crypto-steps__decor,
.crypto-steps--clean .crypto-steps__grid::after {
    display: none;
}

.crypto-steps__header {
    max-width: 940px;
    margin: 0 auto 66px;
    text-align: center;
}

.crypto-steps__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 9px 24px;
    border: 1px solid #ccefe4;
    border-radius: 999px;
    background: var(--crypto-steps-accent-soft);
    color: var(--crypto-steps-accent);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.crypto-steps__badge-icon,
.crypto-steps__badge-icon svg,
.crypto-steps__badge-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px !important;
    height: 20px !important;
    font-size: 18px !important;
    color: currentColor;
    fill: currentColor;
}

.crypto-steps__heading {
    margin: 32px 0 0;
    color: var(--crypto-steps-navy);
    font-family: inherit;
    font-size: clamp(42px, 4.4vw, 64px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

.crypto-steps__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.crypto-steps__grid::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 9%;
    right: 9%;
    height: 2px;
    border-top: 2px dashed rgba(0, 159, 114, 0.42);
    z-index: 0;
}

.crypto-steps--no-line .crypto-steps__grid::before {
    display: none;
}

.crypto-steps__item {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.crypto-steps__number-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: -32px;
}

.crypto-steps__number {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(0, 159, 114, 0.20);
    border-radius: 50%;
    background: #ffffff;
    color: var(--crypto-steps-accent);
    box-shadow: 0 15px 34px rgba(7, 29, 61, 0.08);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.crypto-steps__card {
    min-height: 360px;
    padding: 72px 34px 34px;
    border: 1px solid var(--crypto-steps-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 60px rgba(7, 29, 61, 0.07);
    text-align: center;
}

.crypto-steps__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin: 0 auto 34px;
    border: 1px solid rgba(0, 159, 114, 0.10);
    border-radius: 50%;
    background: var(--crypto-steps-accent-soft);
}

.crypto-steps__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    font-size: 52px;
    line-height: 1;
}

.crypto-steps__icon svg,
.crypto-steps__icon i {
    width: 1em !important;
    height: 1em !important;
    color: currentColor;
    fill: currentColor;
}

.crypto-steps__small-badge {
    position: absolute;
    right: 13px;
    bottom: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--crypto-steps-accent);
    color: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 16px rgba(0, 159, 114, 0.18);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.crypto-steps__sparkle {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0, 159, 114, 0.28);
}

.crypto-steps__sparkle::before,
.crypto-steps__sparkle::after {
    content: "";
    position: absolute;
    background: inherit;
    border-radius: inherit;
}

.crypto-steps__sparkle::before {
    width: 3px;
    height: 15px;
    top: -4px;
    left: 2px;
}

.crypto-steps__sparkle::after {
    width: 15px;
    height: 3px;
    left: -4px;
    top: 2px;
}

.crypto-steps__sparkle--one {
    left: -22px;
    top: 33px;
}

.crypto-steps__sparkle--two {
    right: -24px;
    top: 35px;
}

.crypto-steps__card-title {
    margin: 0 0 18px;
    color: var(--crypto-steps-navy);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.025em;
}

.crypto-steps__card-text {
    margin: 0 auto;
    color: var(--crypto-steps-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.68;
}

.crypto-steps__button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.crypto-steps__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-width: 370px;
    min-height: 74px;
    padding: 18px 34px;
    border-radius: 14px;
    background: linear-gradient(135deg, #08bd83 0%, #009766 100%);
    color: #ffffff;
    box-shadow: 0 22px 48px rgba(0, 151, 102, 0.24);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    transition: transform .2s ease, box-shadow .2s ease;
}

.crypto-steps__button:hover,
.crypto-steps__button:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 26px 58px rgba(0, 151, 102, 0.34);
}

.crypto-steps__button-icon,
.crypto-steps__button-icon svg,
.crypto-steps__button-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px !important;
    height: 22px !important;
    font-size: 22px !important;
    color: currentColor;
    fill: currentColor;
}

@media (max-width: 1100px) {
    .crypto-steps__grid::before {
        display: none;
    }

    .crypto-steps__card {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
    .crypto-steps {
        padding: 64px 14px;
    }

    .crypto-steps__header {
        margin-bottom: 44px;
    }

    .crypto-steps__badge {
        min-height: 42px;
        padding: 8px 17px;
        font-size: 15px;
    }

    .crypto-steps__heading {
        margin-top: 24px;
        font-size: clamp(34px, 10vw, 44px);
    }

    .crypto-steps__grid {
        gap: 20px;
    }

    .crypto-steps__number-wrap {
        margin-bottom: -27px;
    }

    .crypto-steps__number {
        width: 56px;
        height: 56px;
        font-size: 25px;
    }

    .crypto-steps__card {
        min-height: 0;
        padding: 62px 22px 30px;
    }

    .crypto-steps__icon-wrap {
        width: 98px;
        height: 98px;
        margin-bottom: 28px;
    }

    .crypto-steps__icon {
        font-size: 44px;
    }

    .crypto-steps__card-title {
        font-size: 23px;
    }

    .crypto-steps__card-text {
        font-size: 16px;
    }

    .crypto-steps__button {
        width: 100%;
        min-width: 0;
        min-height: 62px;
        gap: 14px;
        padding: 15px 22px;
        font-size: 18px;
    }
}
