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

.crypto-buy-steps {
    width: 100%;
    padding: 84px 20px;
    background: #000000;
    color: #ffffff;
    font-family: 'Rajdhani', Arial, Helvetica, sans-serif;
}

.crypto-buy-steps__container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.crypto-buy-steps__header {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 76px;
    text-align: center;
}

.crypto-buy-steps__heading {
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.crypto-buy-steps__description {
    margin: 18px 0 0;
    color: #a9a9ad;
    font-size: 17px;
    line-height: 1.48;
}

.crypto-buy-steps__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.crypto-buy-steps__card {
    min-width: 0;
    min-height: 356px;
    padding: 20px 20px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #ffffff;
    border-radius: 22px;
    background: #000000;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.crypto-buy-steps--hover-yes .crypto-buy-steps__card:hover {
    transform: translateY(-7px);
}

.crypto-buy-steps__card-content {
    min-width: 0;
}

.crypto-buy-steps__number {
    width: 64px;
    height: 64px;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

.crypto-buy-steps__card-title {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

.crypto-buy-steps__card-description {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.42;
}

.crypto-buy-steps__button-wrap {
    margin-top: 40px;
}

.crypto-buy-steps__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 15px 20px;
    border: 1px solid transparent;
    border-radius: 0;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transition: transform .2s ease, opacity .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.crypto-buy-steps__button:hover {
    transform: translateY(-2px);
    opacity: .92;
}

.crypto-buy-steps__button--accent {
    background: #ffe600;
    color: #000000;
}

.crypto-buy-steps__button--light {
    background: #f3f3f3;
    color: #000000;
}

.crypto-buy-steps__button--outline {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

.crypto-buy-steps__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    color: currentColor;
}

.crypto-buy-steps__button-icon svg,
.crypto-buy-steps__button-icon i {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .crypto-buy-steps {
        padding: 72px 20px;
    }

    .crypto-buy-steps__heading {
        font-size: 42px;
    }

    .crypto-buy-steps__header {
        margin-bottom: 56px;
    }

    .crypto-buy-steps__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .crypto-buy-steps {
        padding: 56px 16px;
    }

    .crypto-buy-steps__header {
        margin-bottom: 38px;
    }

    .crypto-buy-steps__heading {
        font-size: 36px;
        line-height: 1.12;
    }

    .crypto-buy-steps__description {
        margin-top: 14px;
        font-size: 15px;
    }

    .crypto-buy-steps__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .crypto-buy-steps__card {
        min-height: 0;
        padding: 20px 18px 22px;
    }

    .crypto-buy-steps__number {
        width: 56px;
        height: 56px;
        margin-bottom: 24px;
        font-size: 21px;
    }

    .crypto-buy-steps__button {
        width: 100%;
    }
}

/* PandaEX 1.0.27 — fully editable How to Buy Steps widget */
