

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

.crypto-footer {
    --crypto-footer-accent: #10A875;
    --crypto-footer-navy: #071D3D;
    --crypto-footer-text: #172849;
    --crypto-footer-muted: #546782;
    --crypto-footer-border: #DFEAF3;
    width: 100%;
    padding: 22px 0;
    color: var(--crypto-footer-text);
    font-family: inherit;
}

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

.crypto-footer__container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 18px;
}

.crypto-footer__inner {
    overflow: hidden;
    border: 1px solid var(--crypto-footer-border);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #fdfefe 55%, #f8fcfa 100%);
    box-shadow: 0 20px 70px rgba(7, 29, 61, 0.06);
}

.crypto-footer__grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.25fr) minmax(160px, .8fr) minmax(190px, .9fr) minmax(210px, .9fr) minmax(240px, 1.05fr);
    align-items: stretch;
    gap: 36px;
}

.crypto-footer__col {
    min-width: 0;
    position: relative;
}

.crypto-footer__col + .crypto-footer__col::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--crypto-footer-border);
}

.crypto-footer--no-dividers .crypto-footer__col::before {
    display: none;
}

.crypto-footer__logo-row {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.crypto-footer__logo-img {
    display: block;
    max-width: 260px;
    max-height: 92px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.crypto-footer__logo-mark {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    color: #ffffff;
    font-size: 72px;
    line-height: 1;
    text-shadow: -14px 13px 0 #10A875, 14px -8px 0 #1267E8;
    -webkit-text-stroke: 1px rgba(255,255,255,.85);
}

.crypto-footer__logo-copy {
    display: grid;
    gap: 0;
    min-width: 0;
}

.crypto-footer__logo-title {
    display: block;
    color: var(--crypto-footer-navy);
    font-size: clamp(32px, 3.1vw, 48px);
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 0.98;
}

.crypto-footer__logo-subtitle {
    display: block;
    color: var(--crypto-footer-accent);
    font-size: clamp(28px, 2.45vw, 40px);
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.1;
}

.crypto-footer__description {
    margin: 34px 0 0;
    max-width: 390px;
    color: var(--crypto-footer-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.62;
}

.crypto-footer__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 44px;
}

.crypto-footer__social,
.crypto-footer__network-icon,
.crypto-footer__contact-icon {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #ffffff;
    overflow: hidden;
}

.crypto-footer__social-bg {
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.crypto-footer__social-icon,
.crypto-footer__social-icon svg,
.crypto-footer__network-svg,
.crypto-footer__network-svg svg,
.crypto-footer__contact-svg,
.crypto-footer__contact-svg svg,
.crypto-footer__notice-svg,
.crypto-footer__notice-svg svg,
.crypto-footer__link-arrow,
.crypto-footer__link-arrow svg {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    fill: currentColor;
    color: currentColor;
}

.crypto-footer__social-icon {
    font-size: 21px;
}

.crypto-footer__title {
    margin: 0 0 46px;
    color: var(--crypto-footer-navy);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.crypto-footer__link-list,
.crypto-footer__network-list,
.crypto-footer__currency-list,
.crypto-footer__contact-list {
    display: grid;
    gap: 30px;
}

.crypto-footer__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--crypto-footer-navy);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.crypto-footer__link-arrow {
    flex: 0 0 auto;
    color: var(--crypto-footer-accent);
    font-size: 16px;
}

.crypto-footer__network,
.crypto-footer__currency {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--crypto-footer-navy);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.crypto-footer__network-icon {
    background: var(--crypto-footer-accent);
    font-size: 24px;
    font-weight: 900;
    box-shadow: inset 0 0 0 4px rgba(255,255,255,.14);
}

.crypto-footer__network-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.crypto-footer__flag {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 7px;
    overflow: hidden;
    background: #ffffff;
    font-size: 32px;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(7, 29, 61, .08);
}

.crypto-footer__flag-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crypto-footer__flag-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.crypto-footer__contact-list {
    gap: 34px;
}

.crypto-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.crypto-footer__contact-icon {
    background: #1267E8;
    font-size: 20px;
}

.crypto-footer__contact-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.crypto-footer__contact-label {
    display: block;
    color: #11182d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
}

.crypto-footer__contact-value {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    color: #11182d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.crypto-footer__notice {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    margin-top: 48px;
    padding: 28px 36px;
    border: 1px solid #CFE0F5;
    border-radius: 10px;
    background: #F9FCFF;
}

.crypto-footer__notice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1267E8;
    font-size: 56px;
    line-height: 1;
}

.crypto-footer__notice-text {
    margin: 0;
    color: var(--crypto-footer-navy);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.48;
}

.crypto-footer__bottom-line {
    height: 1px;
    margin-top: 28px;
    background: var(--crypto-footer-border);
}

.crypto-footer__copyright {
    margin: 24px 0 0;
    color: #4A5F7F;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

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

    .crypto-footer__brand {
        grid-column: 1 / -1;
    }

    .crypto-footer__col + .crypto-footer__col::before {
        display: none;
    }

    .crypto-footer__description {
        max-width: 720px;
    }

    .crypto-footer__socials {
        margin-top: 28px;
    }

    .crypto-footer__title {
        margin-bottom: 24px;
    }
}

@media (max-width: 720px) {
    .crypto-footer__container {
        padding: 0 12px;
    }

    .crypto-footer__inner {
        border-radius: 16px;
    }

    .crypto-footer__grid {
        grid-template-columns: 1fr;
    }

    .crypto-footer__logo-row {
        align-items: flex-start;
    }

    .crypto-footer__logo-img {
        max-width: 220px;
    }

    .crypto-footer__description {
        margin-top: 24px;
        font-size: 16px;
    }

    .crypto-footer__link-list,
    .crypto-footer__network-list,
    .crypto-footer__currency-list,
    .crypto-footer__contact-list {
        gap: 20px;
    }

    .crypto-footer__link,
    .crypto-footer__network,
    .crypto-footer__currency {
        font-size: 18px;
    }

    .crypto-footer__notice {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
        text-align: left;
    }

    .crypto-footer__notice-icon {
        justify-content: flex-start;
        font-size: 44px;
    }

    .crypto-footer__notice-text,
    .crypto-footer__copyright {
        font-size: 15px;
    }
}
