

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

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

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

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

.crypto-net::before {
    width: 520px;
    height: 520px;
    right: -220px;
    top: 40px;
    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-net::after {
    left: 30px;
    top: 128px;
    width: 160px;
    height: 160px;
    opacity: 0.35;
    background-image: radial-gradient(circle, rgba(0, 159, 114, 0.36) 3px, transparent 3.5px);
    background-size: 28px 28px;
}

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

.crypto-net__header {
    max-width: 1080px;
    margin: 0 auto 56px;
    text-align: center;
}

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

.crypto-net__badge-icon,
.crypto-net__badge-icon svg,
.crypto-net__badge-icon i,
.crypto-net__network-badge-icon,
.crypto-net__network-badge-icon svg,
.crypto-net__network-badge-icon i,
.crypto-net__feature-icon,
.crypto-net__feature-icon svg,
.crypto-net__feature-icon i,
.crypto-net__notice-icon,
.crypto-net__notice-icon svg,
.crypto-net__notice-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    fill: currentColor;
}

.crypto-net__badge-icon,
.crypto-net__badge-icon svg,
.crypto-net__badge-icon i {
    width: 20px !important;
    height: 20px !important;
    font-size: 18px !important;
}

.crypto-net__heading {
    margin: 30px 0 18px;
    color: var(--crypto-net-navy);
    font-family: inherit;
    font-size: clamp(42px, 4.6vw, 68px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.05em;
}

.crypto-net__description {
    margin: 0;
    color: var(--crypto-net-muted);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.55;
}

.crypto-net__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.crypto-net__card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    padding: 52px 38px 34px;
    border: 1px solid var(--crypto-net-border);
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 24px 70px rgba(7, 29, 61, 0.07);
}

.crypto-net__card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 50% 18%, color-mix(in srgb, var(--crypto-net-card-accent) 10%, transparent), transparent 38%);
    opacity: 0.65;
}

.crypto-net__visual,
.crypto-net__card-title,
.crypto-net__card-text,
.crypto-net__divider,
.crypto-net__features {
    position: relative;
    z-index: 1;
}

.crypto-net__visual {
    width: 330px;
    max-width: 100%;
    height: 190px;
    margin: 0 auto 34px;
}

.crypto-net__coin {
    position: absolute;
    left: 50%;
    top: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    border-radius: 50%;
    border: 6px solid color-mix(in srgb, var(--crypto-net-card-accent) 72%, #ffffff);
    background: radial-gradient(circle at 30% 24%, #8ff3bd, var(--crypto-net-card-accent) 72%);
    color: #ffffff;
    box-shadow: inset -12px -16px 30px rgba(0, 68, 42, 0.20), 0 22px 38px color-mix(in srgb, var(--crypto-net-card-accent) 22%, transparent);
}

.crypto-net__coin::before,
.crypto-net__coin::after {
    content: "";
    position: absolute;
    left: 31px;
    right: 31px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
}

.crypto-net__coin::before {
    top: 56px;
}

.crypto-net__coin::after {
    bottom: 56px;
}

.crypto-net__coin span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 92px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-2px);
}

.crypto-net__network-badge {
    position: absolute;
    right: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 10px 20px;
    border: 1px solid var(--crypto-net-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--crypto-net-navy);
    box-shadow: 0 14px 24px rgba(7, 29, 61, 0.10);
}

.crypto-net__network-badge-icon {
    color: var(--crypto-net-badge-accent);
    width: 26px !important;
    height: 26px !important;
    font-size: 24px !important;
}

.crypto-net__network-badge-icon svg,
.crypto-net__network-badge-icon i {
    width: 26px !important;
    height: 26px !important;
    font-size: 24px !important;
}

.crypto-net__network-badge strong {
    color: var(--crypto-net-navy);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.crypto-net__speed-lines {
    position: absolute;
    left: 34px;
    top: 70px;
    width: 108px;
    height: 48px;
    opacity: 0.28;
    background: repeating-linear-gradient(180deg, color-mix(in srgb, var(--crypto-net-card-accent) 65%, transparent) 0 6px, transparent 6px 18px);
    clip-path: polygon(0 10%, 100% 10%, 82% 26%, 0 26%, 0 43%, 68% 43%, 50% 60%, 0 60%, 0 78%, 88% 78%, 70% 95%, 0 95%);
}

.crypto-net__hex {
    position: absolute;
    width: 42px;
    height: 48px;
    opacity: 0.28;
    border: 2px solid color-mix(in srgb, var(--crypto-net-card-accent) 45%, transparent);
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.crypto-net__hex--one {
    right: 36px;
    top: 34px;
}

.crypto-net__hex--two {
    left: 42px;
    bottom: 34px;
}

.crypto-net__spark {
    position: absolute;
    color: color-mix(in srgb, var(--crypto-net-card-accent) 42%, transparent);
    font-size: 20px;
    font-weight: 700;
}

.crypto-net__spark--one {
    left: 38px;
    top: 30px;
}

.crypto-net__spark--two {
    right: 20px;
    top: 72px;
}

.crypto-net__card-title {
    margin: 0 0 16px;
    color: var(--crypto-net-navy);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.035em;
}

.crypto-net__card-text {
    max-width: 480px;
    margin: 0 auto;
    color: var(--crypto-net-muted);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
}

.crypto-net__divider {
    height: 1px;
    margin: 34px 0 28px;
    background: var(--crypto-net-border);
}

.crypto-net__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.crypto-net__feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--crypto-net-navy);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.crypto-net__feature + .crypto-net__feature {
    border-left: 1px solid var(--crypto-net-border);
}

.crypto-net__feature-icon {
    flex: 0 0 auto;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    background: var(--crypto-net-accent-soft);
    color: var(--crypto-net-card-accent);
    font-size: 20px !important;
}

.crypto-net__feature-icon svg,
.crypto-net__feature-icon i {
    width: 20px !important;
    height: 20px !important;
    font-size: 20px !important;
}

.crypto-net__notice {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 78px;
    margin-top: 44px;
    padding: 18px 32px;
    border: 1px solid #cfece2;
    border-radius: 16px;
    background: #f7fcfa;
    color: var(--crypto-net-navy);
    box-shadow: 0 12px 38px rgba(7, 29, 61, 0.04);
}

.crypto-net__notice-icon {
    flex: 0 0 auto;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    background: var(--crypto-net-accent);
    color: #ffffff;
    font-size: 16px !important;
}

.crypto-net__notice-icon svg,
.crypto-net__notice-icon i {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
}

.crypto-net__notice-text {
    color: inherit;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 1024px) {
    .crypto-net__cards {
        grid-template-columns: 1fr;
    }

    .crypto-net__card {
        min-height: 0;
    }

    .crypto-net__heading {
        font-size: clamp(38px, 7vw, 56px);
    }
}

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

    .crypto-net__header {
        margin-bottom: 38px;
    }

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

    .crypto-net__heading {
        margin-top: 24px;
        font-size: clamp(32px, 10vw, 44px);
        letter-spacing: -0.04em;
    }

    .crypto-net__description {
        font-size: 16px;
    }

    .crypto-net__card {
        padding: 34px 20px 26px;
    }

    .crypto-net__visual {
        height: 160px;
        margin-bottom: 26px;
    }

    .crypto-net__coin {
        width: 124px;
        height: 124px;
        margin-left: -62px;
    }

    .crypto-net__coin span {
        font-size: 74px;
    }

    .crypto-net__network-badge {
        right: 18px;
        bottom: 22px;
        min-height: 44px;
        padding: 8px 14px;
    }

    .crypto-net__network-badge strong {
        font-size: 15px;
    }

    .crypto-net__card-title {
        font-size: 28px;
    }

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

    .crypto-net__features {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .crypto-net__feature + .crypto-net__feature {
        border-left: 0;
    }

    .crypto-net__notice {
        align-items: flex-start;
        gap: 14px;
        padding: 16px;
    }

    .crypto-net__notice-text {
        font-size: 15px;
    }
}
