

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

.crypto-why {
    --crypto-why-accent: #009f72;
    --crypto-why-navy: #071d3d;
    --crypto-why-muted: #445d84;
    --crypto-why-border: #dfeaf3;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 88px 18px;
    background: radial-gradient(circle at 0 36%, rgba(0, 159, 114, 0.10), transparent 18%), radial-gradient(circle at 100% 32%, rgba(0, 159, 114, 0.10), transparent 19%), #ffffff;
    color: var(--crypto-why-navy);
    font-family: inherit;
}

.crypto-why::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 130px;
    width: 116px;
    height: 150px;
    opacity: 0.48;
    background-image: radial-gradient(circle, rgba(0, 159, 114, 0.25) 2px, transparent 2.6px);
    background-size: 22px 22px;
    pointer-events: none;
}

.crypto-why::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 120px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    opacity: 0.32;
    background: repeating-radial-gradient(circle, transparent 0 34px, rgba(0, 159, 114, 0.32) 35px 37px);
    pointer-events: none;
}

.crypto-why--clean::before,
.crypto-why--clean::after {
    display: none;
}

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

.crypto-why__header {
    max-width: 920px;
    margin: 0 auto 52px;
    text-align: center;
}

.crypto-why__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 9px 22px;
    border: 1px solid #c9eee1;
    border-radius: 999px;
    background: #ecfaf5;
    color: var(--crypto-why-accent);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

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

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

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

.crypto-why__card {
    position: relative;
    overflow: hidden;
    min-height: 282px;
    padding: 42px 38px 40px;
    border: 1px solid var(--crypto-why-border);
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 18px 46px rgba(7, 29, 61, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.crypto-why__card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 159, 114, 0.22);
    box-shadow: 0 26px 64px rgba(7, 29, 61, 0.10);
}

.crypto-why__icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    margin: 0 auto 28px;
    border: 1px solid rgba(0, 159, 114, 0.12);
    border-radius: 50%;
    background: #ecfaf5;
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.42), 0 12px 30px rgba(0, 159, 114, 0.08);
}

.crypto-why__icon-wrap::before,
.crypto-why__icon-wrap::after {
    content: "";
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    border: 1px solid rgba(0, 159, 114, 0.16);
    pointer-events: none;
}

.crypto-why__icon-wrap::after {
    inset: 9px;
    border-color: rgba(0, 159, 114, 0.06);
}

.crypto-why__icon,
.crypto-why__icon svg,
.crypto-why__icon i {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    font-size: 48px;
    color: var(--crypto-why-accent);
    fill: currentColor;
    line-height: 1;
}

.crypto-why__small-badge {
    position: absolute;
    right: 20px;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--crypto-why-accent);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(0, 159, 114, 0.24);
}

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

.crypto-why__sparkle--one {
    left: -18px;
    top: 38px;
}

.crypto-why__sparkle--two {
    right: -18px;
    top: 34px;
}

.crypto-why__card-title {
    margin: 0 0 14px;
    color: var(--crypto-why-navy);
    font-family: inherit;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.crypto-why__card-text {
    margin: 0 auto;
    max-width: 315px;
    color: var(--crypto-why-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.52;
}

@media (max-width: 1180px) {
    .crypto-why__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .crypto-why::before,
    .crypto-why::after {
        opacity: 0.18;
    }

    .crypto-why__header {
        margin-bottom: 34px;
    }

    .crypto-why__badge {
        min-height: 42px;
        padding: 8px 16px;
        font-size: 14px;
    }

    .crypto-why__heading {
        margin-top: 24px;
        font-size: clamp(34px, 10vw, 46px);
        letter-spacing: -0.035em;
    }

    .crypto-why__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .crypto-why__card {
        min-height: auto;
        padding: 32px 24px;
    }

    .crypto-why__icon-wrap {
        width: 100px;
        height: 100px;
        margin-bottom: 22px;
    }

    .crypto-why__icon,
    .crypto-why__icon svg,
    .crypto-why__icon i {
        font-size: 40px;
    }

    .crypto-why__card-title {
        font-size: 22px;
    }

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