


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

.crypto-rate-cta {
    --crypto-rate-cta-accent: #10a875;
    --crypto-rate-cta-accent-2: #18c189;
    --crypto-rate-cta-soft: #eaf8f3;
    --crypto-rate-cta-navy: #071d3d;
    --crypto-rate-cta-text: #405679;
    --crypto-rate-cta-muted: #63799b;
    --crypto-rate-cta-border: #dfeaf3;
    width: 100%;
    padding: 22px 0;
    font-family: inherit;
    color: var(--crypto-rate-cta-text);
}

.crypto-rate-cta a {
    text-decoration: none;
}

.crypto-rate-cta__container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 18px;
}

.crypto-rate-cta__inner {
    position: relative;
    overflow: hidden;
    padding: 88px 78px 80px;
    border: 1px solid var(--crypto-rate-cta-border);
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfefe 54%, #f1fbf7 100%);
    box-shadow: 0 30px 90px rgba(8, 36, 67, 0.08);
}

.crypto-rate-cta__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(420px, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: 50px;
}

.crypto-rate-cta__content {
    min-width: 0;
    max-width: 650px;
}

.crypto-rate-cta__top-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 30px;
    color: var(--crypto-rate-cta-accent-2);
    font-size: 34px;
}

.crypto-rate-cta__top-icon svg,
.crypto-rate-cta__button-icon svg,
.crypto-rate-cta__trust-icon-svg svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.crypto-rate-cta__heading {
    margin: 0;
    color: var(--crypto-rate-cta-navy);
    font-size: clamp(46px, 4.4vw, 76px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.08;
}

.crypto-rate-cta__description {
    max-width: 610px;
    margin: 34px 0 0;
    color: var(--crypto-rate-cta-text);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.55;
}

.crypto-rate-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 42px;
}

.crypto-rate-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 62px;
    padding: 16px 25px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.crypto-rate-cta__button:hover,
.crypto-rate-cta__button:focus {
    transform: translateY(-2px);
}

.crypto-rate-cta__button--primary {
    background: linear-gradient(135deg, var(--crypto-rate-cta-accent-2), var(--crypto-rate-cta-accent));
    box-shadow: 0 18px 34px rgba(16, 168, 117, 0.26);
}

.crypto-rate-cta__button--dark {
    background: linear-gradient(135deg, #176c69, #075954);
    box-shadow: 0 18px 34px rgba(7, 89, 84, 0.23);
}

.crypto-rate-cta__button--outline {
    color: var(--crypto-rate-cta-navy);
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid rgba(16, 168, 117, 0.44);
}

.crypto-rate-cta__button--primary:hover,
.crypto-rate-cta__button--dark:hover,
.crypto-rate-cta__button--primary:focus,
.crypto-rate-cta__button--dark:focus {
    color: #ffffff;
}

.crypto-rate-cta__button--outline:hover,
.crypto-rate-cta__button--outline:focus {
    color: var(--crypto-rate-cta-navy);
    box-shadow: 0 12px 28px rgba(8, 36, 67, 0.08);
}

.crypto-rate-cta__button-icon {
    display: inline-flex;
    color: currentColor;
    font-size: 21px;
}

.crypto-rate-cta__trust-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 88px;
}

.crypto-rate-cta__trust {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-width: 200px;
    padding-right: 26px;
    border-right: 1px solid rgba(16, 168, 117, 0.2);
}

.crypto-rate-cta__trust:last-child {
    border-right: 0;
}

.crypto-rate-cta__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #d7f3e8;
    color: var(--crypto-rate-cta-accent);
    font-size: 22px;
}

.crypto-rate-cta__trust strong,
.crypto-rate-cta__trust small {
    display: block;
    line-height: 1.15;
}

.crypto-rate-cta__trust strong {
    color: var(--crypto-rate-cta-navy);
    font-size: 14px;
    font-weight: 800;
}

.crypto-rate-cta__trust small {
    margin-top: 5px;
    color: var(--crypto-rate-cta-muted);
    font-size: 12px;
    font-weight: 600;
}

.crypto-rate-cta__visual {
    position: relative;
    min-width: 0;
    min-height: 620px;
}

.crypto-rate-cta__coin {
    position: absolute;
    z-index: 3;
    left: 88px;
    top: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 245px;
    border-radius: 50%;
    background: linear-gradient(145deg, #8de4bc 0%, var(--crypto-rate-cta-accent-2) 42%, #0b9f6c 100%);
    color: #ffffff;
    box-shadow: inset -18px -20px 34px rgba(0, 79, 58, 0.18), inset 0 0 0 14px rgba(255, 255, 255, 0.18), 0 36px 58px rgba(16, 168, 117, 0.28);
    transform: rotateY(-24deg) rotateZ(-6deg);
}

.crypto-rate-cta__coin::before {
    content: "";
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.35);
}

.crypto-rate-cta__coin span {
    position: relative;
    z-index: 1;
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 8px 0 rgba(0, 0, 0, 0.08);
}

.crypto-rate-cta__platform {
    position: absolute;
    z-index: 2;
    left: 22px;
    top: 436px;
    width: 370px;
    height: 116px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 40%, rgba(121, 223, 197, 0.26) 42% 62%, rgba(16, 168, 117, 0.06) 64% 100%);
    border: 2px solid rgba(16, 168, 117, 0.18);
}

.crypto-rate-cta__market-card {
    position: absolute;
    z-index: 4;
    right: 32px;
    top: 92px;
    width: min(100%, 350px);
    padding: 26px;
    border: 1px solid var(--crypto-rate-cta-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 64px rgba(8, 36, 67, 0.12);
}

.crypto-rate-cta__market-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 22px;
}

.crypto-rate-cta__market-head strong {
    color: var(--crypto-rate-cta-navy);
    font-size: 14px;
    font-weight: 800;
}

.crypto-rate-cta__market-head span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    color: var(--crypto-rate-cta-accent);
    background: #dff7ec;
    font-size: 13px;
    font-weight: 800;
}

.crypto-rate-cta__market-head i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--crypto-rate-cta-accent-2);
}

.crypto-rate-cta__chart-card {
    position: relative;
    min-height: 142px;
    padding: 20px;
    border: 1px solid var(--crypto-rate-cta-border);
    border-radius: 12px;
    background: #ffffff;
}

.crypto-rate-cta__chart-card span,
.crypto-rate-cta__chart-card strong,
.crypto-rate-cta__chart-card em {
    display: block;
    position: relative;
    z-index: 2;
}

.crypto-rate-cta__chart-card span {
    color: var(--crypto-rate-cta-navy);
    font-size: 14px;
    font-weight: 800;
}

.crypto-rate-cta__chart-card strong {
    margin-top: 12px;
    color: var(--crypto-rate-cta-navy);
    font-size: 31px;
    font-weight: 800;
    line-height: 1;
}

.crypto-rate-cta__chart-card em {
    margin-top: 7px;
    color: var(--crypto-rate-cta-accent);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.crypto-rate-cta__chart {
    position: absolute;
    right: 14px;
    bottom: 18px;
    width: 145px;
    height: 58px;
    color: var(--crypto-rate-cta-accent-2);
}

.crypto-rate-cta__rates-title {
    display: block;
    margin: 22px 0 14px;
    color: var(--crypto-rate-cta-navy);
    font-size: 14px;
    font-weight: 800;
}

.crypto-rate-cta__rate-list {
    display: grid;
    gap: 11px;
}

.crypto-rate-cta__rate-row {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 9px 12px;
    border: 1px solid var(--crypto-rate-cta-border);
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(8, 36, 67, 0.04);
}

.crypto-rate-cta__rate-flag,
.crypto-rate-cta__float-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.crypto-rate-cta__flag-emoji,
.crypto-rate-cta__flag-image {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    font-size: 30px;
    line-height: 1;
}

.crypto-rate-cta__rate-copy strong,
.crypto-rate-cta__rate-copy small,
.crypto-rate-cta__rate-value strong,
.crypto-rate-cta__rate-value em {
    display: block;
    line-height: 1.1;
}

.crypto-rate-cta__rate-copy strong,
.crypto-rate-cta__rate-value strong {
    color: var(--crypto-rate-cta-navy);
    font-size: 13px;
    font-weight: 800;
}

.crypto-rate-cta__rate-copy small {
    margin-top: 4px;
    color: var(--crypto-rate-cta-muted);
    font-size: 10px;
    font-weight: 600;
}

.crypto-rate-cta__rate-value {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.crypto-rate-cta__rate-value em {
    color: var(--crypto-rate-cta-accent);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.crypto-rate-cta__float-badge {
    position: absolute;
    z-index: 5;
    display: grid;
    place-items: center;
    gap: 7px;
    width: 96px;
    height: 96px;
    border: 1px solid var(--crypto-rate-cta-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(8, 36, 67, 0.11);
}

.crypto-rate-cta__float-badge strong {
    color: var(--crypto-rate-cta-navy);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.crypto-rate-cta__float-badge--one { left: 165px; top: 10px; }
.crypto-rate-cta__float-badge--two { right: -20px; top: 185px; }
.crypto-rate-cta__float-badge--three { left: 5px; bottom: 22px; }
.crypto-rate-cta__float-badge--four { right: 0; bottom: 70px; }

.crypto-rate-cta__decor {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.crypto-rate-cta__decor--dots {
    left: 0;
    bottom: 0;
    width: 230px;
    height: 190px;
    opacity: 0.45;
    background-image: radial-gradient(circle, rgba(16, 168, 117, 0.32) 3px, transparent 4px);
    background-size: 16px 16px;
}

.crypto-rate-cta__decor--globe {
    right: -10px;
    top: 46px;
    width: 520px;
    height: 430px;
    opacity: 0.26;
    background-image: radial-gradient(circle, rgba(16, 168, 117, 0.35) 1.4px, transparent 1.7px);
    background-size: 7px 7px;
    clip-path: circle(48% at 55% 42%);
}

.crypto-rate-cta__decor--rings {
    right: 120px;
    top: -110px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    opacity: 0.18;
    border: 58px solid rgba(16, 168, 117, 0.16);
}

.crypto-rate-cta__decor--wave {
    left: 410px;
    bottom: -42px;
    width: 680px;
    height: 150px;
    opacity: 0.38;
    border-top: 2px solid rgba(16, 168, 117, 0.22);
    border-radius: 50% 50% 0 0;
}

.crypto-rate-cta--no-decor .crypto-rate-cta__decor {
    display: none;
}

@media (max-width: 1240px) {
    .crypto-rate-cta__grid {
        grid-template-columns: 1fr;
    }

    .crypto-rate-cta__content {
        max-width: 760px;
    }

    .crypto-rate-cta__visual {
        width: 100%;
        max-width: 740px;
        margin: 0 auto;
    }
}

@media (max-width: 860px) {
    .crypto-rate-cta__inner {
        padding: 58px 26px;
        border-radius: 18px;
    }

    .crypto-rate-cta__heading {
        font-size: clamp(36px, 10vw, 56px);
    }

    .crypto-rate-cta__description {
        font-size: 18px;
    }

    .crypto-rate-cta__buttons {
        flex-direction: column;
    }

    .crypto-rate-cta__button {
        width: 100%;
    }

    .crypto-rate-cta__trust-wrap {
        margin-top: 46px;
    }

    .crypto-rate-cta__visual {
        min-height: auto;
        padding-top: 20px;
    }

    .crypto-rate-cta__coin,
    .crypto-rate-cta__platform,
    .crypto-rate-cta__float-badge {
        display: none;
    }

    .crypto-rate-cta__market-card {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 580px) {
    .crypto-rate-cta__container {
        padding: 0 12px;
    }

    .crypto-rate-cta__inner {
        padding: 44px 16px;
    }

    .crypto-rate-cta__trust {
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }

    .crypto-rate-cta__market-card {
        padding: 18px;
    }

    .crypto-rate-cta__chart {
        width: 105px;
    }

    .crypto-rate-cta__rate-row {
        grid-template-columns: 34px 1fr;
    }

    .crypto-rate-cta__rate-value {
        grid-column: 2;
    }
}
