

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

.crypto-mc {
    --crypto-mc-accent: #009f72;
    --crypto-mc-accent-2: #03c78d;
    --crypto-mc-accent-soft: #eaf8f3;
    --crypto-mc-navy: #071d3d;
    --crypto-mc-text: #09204a;
    --crypto-mc-muted: #526c93;
    --crypto-mc-border: #dfeaf3;
    --crypto-mc-card: #ffffff;
    width: 100%;
    padding: 20px 0;
    color: var(--crypto-mc-text);
    font-family: inherit;
}

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

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

.crypto-mc__inner {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--crypto-mc-border);
    border-radius: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #f9fdfc 54%, #f4fbf8 100%);
    box-shadow: 0 26px 80px rgba(10, 46, 75, 0.08);
}

.crypto-mc__inner::before,
.crypto-mc__inner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(0, 159, 114, 0.14), rgba(0, 159, 114, 0));
    z-index: 0;
}

.crypto-mc__inner::before {
    width: 380px;
    height: 380px;
    left: -180px;
    top: 150px;
}

.crypto-mc__inner::after {
    width: 430px;
    height: 430px;
    right: -210px;
    bottom: 110px;
}

.crypto-mc__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(445px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    min-height: 720px;
}

.crypto-mc__grid--single {
    display: block;
    min-height: 0;
}

.crypto-mc__grid--single .crypto-mc__content {
    max-width: 900px;
}

.crypto-mc__content {
    position: relative;
    z-index: 2;
    max-width: 560px;
}


.crypto-mc--image-mode .crypto-mc__grid {
    grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
    align-items: center;
    gap: 44px !important;
    min-height: 0 !important;
}

.crypto-mc--image-mode .crypto-mc__content {
    max-width: 520px !important;
    min-width: 0;
    padding-right: 0 !important;
    overflow: visible;
}

.crypto-mc--image-mode .crypto-mc__benefits {
    max-width: 500px !important;
}

.crypto-mc--image-mode .crypto-mc__description {
    max-width: 500px !important;
}

.crypto-mc--image-mode .crypto-mc__visual {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0 !important;
    width: 100%;
    min-height: 0 !important;
    overflow: hidden !important;
    position: relative;
    z-index: 1;
}

.crypto-mc--image-mode .crypto-mc__uploaded-visual {
    display: block;
    width: 100% !important;
    max-width: 560px !important;
    min-width: 0 !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.crypto-mc__badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 9px 22px;
    border: 1px solid rgba(0, 159, 114, 0.18);
    border-radius: 999px;
    background: rgba(0, 159, 114, 0.08);
    color: var(--crypto-mc-accent);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.crypto-mc__badge-icon,
.crypto-mc__badge-icon svg {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: currentColor;
}

.crypto-mc__heading {
    margin: 34px 0 18px;
    color: var(--crypto-mc-navy);
    font-family: inherit;
    font-size: clamp(40px, 4vw, 62px);
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

.crypto-mc__description {
    margin: 0;
    max-width: 520px;
    color: #22426d;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
}

.crypto-mc__benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
    max-width: 520px;
}

.crypto-mc__benefit {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 98px;
    padding: 16px 18px;
    border: 1px solid var(--crypto-mc-border);
    border-radius: 13px;
    background: var(--crypto-mc-card);
    box-shadow: 0 12px 26px rgba(8, 31, 58, 0.05);
}

.crypto-mc__benefit--wide {
    grid-column: 1 / -1;
    max-width: 460px;
}

.crypto-mc__benefit-icon,
.crypto-mc__trust-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--crypto-mc-accent);
    background: var(--crypto-mc-accent-soft);
    font-size: 28px;
}

.crypto-mc__benefit-icon svg,
.crypto-mc__trust-icon svg,
.crypto-mc__cta-icon svg,
.crypto-mc__cta-arrow-icon svg,
.crypto-mc__menu-icon svg,
.crypto-mc__float-icon-svg svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.crypto-mc__cta-icon i,
.crypto-mc__cta-icon svg,
.crypto-mc__cta-icon * {
    color: #ffffff;
    fill: #ffffff;
}

.crypto-mc__cta-left > span:last-child {
    display: inline-block;
    white-space: nowrap;
}

.crypto-mc__benefit-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 6px;
    color: var(--crypto-mc-text);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.32;
}

.crypto-mc__benefit-copy strong,
.crypto-mc__benefit-copy span,
.crypto-mc__benefit-copy small {
    display: inline;
    font: inherit;
    color: inherit;
}

.crypto-mc__benefit-copy small {
    width: 100%;
}

.crypto-mc__cta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: auto;
    min-width: 290px;
    max-width: 100%;
    min-height: 56px;
    margin-top: 26px;
    padding: 10px 14px 10px 18px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #09b881 0%, #008a66 100%);
    box-shadow: 0 16px 30px rgba(0, 143, 102, 0.22);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.crypto-mc__cta:hover,
.crypto-mc__cta:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(0, 143, 102, 0.32);
}

.crypto-mc__cta-left {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1 1 auto;
}

.crypto-mc__cta-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
}

.crypto-mc__cta-arrow {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 50%;
    color: var(--crypto-mc-accent);
    background: #ffffff;
    font-size: 13px;
}


/* Fixed CTA button: prevents Elementor/global icon styles from making the icons huge. */
.crypto-mc .crypto-mc__cta {
    width: auto;
    min-width: 300px;
    max-width: 360px;
    min-height: 58px;
    padding: 11px 14px 11px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    overflow: hidden;
}

.crypto-mc .crypto-mc__cta-left {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    flex: 1 1 auto;
}

.crypto-mc .crypto-mc__cta-left > span:last-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crypto-mc .crypto-mc__cta-icon,
.crypto-mc .crypto-mc__cta-icon i,
.crypto-mc .crypto-mc__cta-icon svg,
.crypto-mc svg.crypto-mc__cta-icon,
.crypto-mc i.crypto-mc__cta-icon {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    flex: 0 0 22px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: currentColor;
    font-size: 20px !important;
    line-height: 1 !important;
}

.crypto-mc .crypto-mc__cta-arrow {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    flex: 0 0 34px !important;
    margin-left: 8px;
    overflow: hidden;
}

.crypto-mc .crypto-mc__cta-arrow-icon,
.crypto-mc .crypto-mc__cta-arrow-icon i,
.crypto-mc .crypto-mc__cta-arrow-icon svg,
.crypto-mc svg.crypto-mc__cta-arrow-icon,
.crypto-mc i.crypto-mc__cta-arrow-icon {
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    max-width: 13px !important;
    min-height: 13px !important;
    max-height: 13px !important;
    flex: 0 0 13px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: var(--crypto-mc-accent) !important;
    fill: var(--crypto-mc-accent) !important;
    stroke: currentColor;
    font-size: 13px !important;
    line-height: 1 !important;
}

.crypto-mc .crypto-mc__cta-icon::before,
.crypto-mc .crypto-mc__cta-arrow-icon::before {
    font-size: inherit !important;
    line-height: 1 !important;
}

.crypto-mc__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 30px;
}

.crypto-mc__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 118px;
}

.crypto-mc__trust-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
}

.crypto-mc__trust-item strong,
.crypto-mc__trust-item small {
    display: block;
    color: var(--crypto-mc-text);
    line-height: 1.15;
}

.crypto-mc__trust-item strong {
    font-size: 14px;
    font-weight: 800;
}

.crypto-mc__trust-item small {
    margin-top: 4px;
    color: #526c93;
    font-size: 12px;
    font-weight: 600;
}

.crypto-mc__visual {
    position: relative;
    min-height: 640px;
    width: 100%;
}

.crypto-mc__uploaded-visual {
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    margin-left: auto;
    border-radius: 24px;
    border: 1px solid var(--crypto-mc-border);
    box-shadow: 0 30px 70px rgba(6, 29, 61, 0.13);
}

.crypto-mc__visual-mockup {
    position: relative;
    width: min(100%, 890px);
    min-height: 640px;
    margin-left: auto;
}

.crypto-mc__world-map {
    position: absolute;
    top: 10px;
    left: 130px;
    width: 620px;
    height: 190px;
    opacity: 0.43;
    background-image: radial-gradient(circle, rgba(0, 159, 114, 0.34) 1.4px, transparent 1.8px);
    background-size: 8px 8px;
    clip-path: polygon(4% 38%, 13% 25%, 25% 31%, 34% 17%, 48% 26%, 60% 10%, 76% 30%, 89% 22%, 96% 42%, 88% 58%, 73% 55%, 62% 72%, 46% 58%, 34% 73%, 22% 55%, 11% 64%);
}

.crypto-mc__connection {
    position: absolute;
    border: 2px solid rgba(3, 199, 141, 0.36);
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50% 50% 0 0;
    pointer-events: none;
}

.crypto-mc__connection::before,
.crypto-mc__connection::after {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid var(--crypto-mc-accent-2);
    background: #ffffff;
}

.crypto-mc__connection::before {
    left: 14px;
}

.crypto-mc__connection::after {
    right: 14px;
}

.crypto-mc__connection--one {
    top: 96px;
    left: 120px;
    width: 250px;
    height: 96px;
}

.crypto-mc__connection--two {
    top: 72px;
    left: 290px;
    width: 300px;
    height: 128px;
}

.crypto-mc__connection--three {
    top: 98px;
    right: 34px;
    width: 280px;
    height: 96px;
}

.crypto-mc__device {
    position: absolute;
    z-index: 2;
    top: 135px;
    right: 8px;
    width: 720px;
    border: 12px solid #d9e5f0;
    border-radius: 28px;
    background: #d9e5f0;
    box-shadow: 0 34px 70px rgba(7, 29, 61, 0.16);
    transform: perspective(1300px) rotateY(-5deg) rotateZ(1.5deg);
    transform-origin: center;
}

.crypto-mc__screen {
    overflow: hidden;
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    min-height: 410px;
    border: 1px solid var(--crypto-mc-border);
    border-radius: 18px;
    background: #ffffff;
}

.crypto-mc__sidebar {
    padding: 28px 20px;
    color: #ffffff;
    background: linear-gradient(180deg, #061b3a 0%, #06244c 100%);
}

.crypto-mc__brand {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
}

.crypto-mc__brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--crypto-mc-accent-2);
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

.crypto-mc__menu {
    display: grid;
    gap: 12px;
}

.crypto-mc__menu-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 9px 10px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 700;
}

.crypto-mc__menu-item.is-active {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.crypto-mc__menu-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
}

.crypto-mc__dashboard {
    min-width: 0;
    padding: 24px 28px 30px;
}

.crypto-mc__topbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 42px;
}

.crypto-mc__bell {
    color: var(--crypto-mc-navy);
    font-size: 20px;
    transform: rotate(15deg);
}

.crypto-mc__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--crypto-mc-navy);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
}

.crypto-mc__dashboard-copy {
    display: grid;
    gap: 4px;
    margin-bottom: 22px;
}

.crypto-mc__dashboard-title {
    color: var(--crypto-mc-text);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.crypto-mc__dashboard-subtitle {
    color: var(--crypto-mc-muted);
    font-size: 11px;
    font-weight: 600;
}

.crypto-mc__rate-table {
    overflow: hidden;
    border: 1px solid var(--crypto-mc-border);
    border-radius: 13px;
    background: #ffffff;
}

.crypto-mc__table-head,
.crypto-mc__table-row {
    display: grid;
    grid-template-columns: 1.2fr 0.85fr 0.9fr 1fr;
    align-items: center;
    gap: 14px;
}

.crypto-mc__table-head {
    min-height: 38px;
    padding: 0 18px;
    color: #526c93;
    font-size: 10px;
    font-weight: 800;
}

.crypto-mc__table-row {
    min-height: 66px;
    padding: 10px 18px;
    border-top: 1px solid var(--crypto-mc-border);
}

.crypto-mc__currency-cell {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.crypto-mc__flag-text,
.crypto-mc__flag-image {
    flex: 0 0 auto;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    object-fit: cover;
    font-size: 26px;
    line-height: 1;
}

.crypto-mc__row-code,
.crypto-mc__row-value {
    display: block;
    color: var(--crypto-mc-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.18;
}

.crypto-mc__row-note {
    display: block;
    margin-top: 2px;
    color: var(--crypto-mc-muted);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
}

.crypto-mc__change {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--crypto-mc-accent-2);
    font-size: 13px;
    font-weight: 800;
}

.crypto-mc__spark {
    width: 58px;
    height: 22px;
}

.crypto-mc__network-card {
    position: absolute;
    z-index: 4;
    left: 30px;
    bottom: 60px;
    width: 310px;
    padding: 18px;
    border: 1px solid var(--crypto-mc-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 22px 42px rgba(7, 29, 61, 0.14);
    transform: rotate(4deg);
}

.crypto-mc__network-title {
    display: block;
    margin-bottom: 12px;
    color: var(--crypto-mc-text);
    font-size: 16px;
    font-weight: 800;
}

.crypto-mc__network-row {
    display: grid;
    grid-template-columns: 42px 1fr auto 22px;
    align-items: center;
    gap: 9px;
    padding: 11px 10px;
    border-radius: 11px;
    background: #fbfdfe;
    box-shadow: inset 0 0 0 1px #edf3f7;
}

.crypto-mc__network-row + .crypto-mc__network-row {
    margin-top: 10px;
}

.crypto-mc__network-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.crypto-mc__network-name,
.crypto-mc__network-sub,
.crypto-mc__network-value strong,
.crypto-mc__network-value small {
    display: block;
    line-height: 1.12;
}

.crypto-mc__network-name {
    color: var(--crypto-mc-text);
    font-size: 13px;
    font-weight: 800;
}

.crypto-mc__network-sub,
.crypto-mc__network-value small {
    color: var(--crypto-mc-muted);
    font-size: 9px;
    font-weight: 700;
}

.crypto-mc__network-value strong {
    color: var(--crypto-mc-text);
    font-size: 13px;
    font-weight: 800;
}

.crypto-mc__network-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--crypto-mc-accent-2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.crypto-mc__globe {
    position: absolute;
    z-index: 3;
    right: 235px;
    bottom: 12px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: radial-gradient(circle at 28% 25%, rgba(255, 255, 255, 0.95), rgba(154, 219, 211, 0.85) 38%, rgba(98, 189, 180, 0.95) 74%);
    box-shadow: inset -18px -18px 34px rgba(35, 123, 137, 0.25), 0 26px 34px rgba(7, 29, 61, 0.16);
}

.crypto-mc__globe::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    opacity: 0.48;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 1px, transparent 1.7px);
    background-size: 7px 7px;
    clip-path: polygon(12% 32%, 30% 15%, 48% 25%, 66% 14%, 86% 34%, 75% 60%, 58% 55%, 42% 78%, 22% 62%);
}

.crypto-mc__globe::after {
    content: "";
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: -18px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(84, 176, 190, 0.35);
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 14px 26px rgba(7, 29, 61, 0.12);
}

.crypto-mc__float-card {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 235px;
    min-height: 92px;
    padding: 16px 18px;
    border: 1px solid var(--crypto-mc-border);
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 20px 42px rgba(7, 29, 61, 0.13);
}

.crypto-mc__float-card--1 {
    right: 14px;
    bottom: 82px;
    transform: rotate(4deg);
}

.crypto-mc__float-card--2 {
    right: 28px;
    bottom: -8px;
    transform: rotate(4deg);
}

.crypto-mc__float-card--3,
.crypto-mc__float-card--4,
.crypto-mc__float-card--5,
.crypto-mc__float-card--6 {
    display: none;
}

.crypto-mc__float-icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: var(--crypto-mc-accent);
    font-size: 28px;
}

.crypto-mc__float-copy,
.crypto-mc__float-title,
.crypto-mc__float-line {
    display: block;
}

.crypto-mc__float-title {
    margin-bottom: 4px;
    color: var(--crypto-mc-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.1;
}

.crypto-mc__float-line {
    color: #526c93;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.crypto-mc__float-line:first-of-type {
    color: var(--crypto-mc-accent-2);
}

@media (max-width: 1450px) {
    .crypto-mc--image-mode .crypto-mc__grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .crypto-mc--image-mode .crypto-mc__content {
        max-width: 760px !important;
        padding-right: 0 !important;
    }

    .crypto-mc--image-mode .crypto-mc__benefits,
    .crypto-mc--image-mode .crypto-mc__description {
        max-width: 680px !important;
    }

    .crypto-mc--image-mode .crypto-mc__visual {
        justify-content: center !important;
        margin-top: 12px !important;
        overflow: visible !important;
    }

    .crypto-mc--image-mode .crypto-mc__uploaded-visual {
        max-width: 760px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 1180px) {
    .crypto-mc__grid,
    .crypto-mc--image-mode .crypto-mc__grid {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .crypto-mc__content {
        max-width: 760px;
    }

    .crypto-mc__visual {
        min-height: 700px;
        margin-top: 42px;
    }

    .crypto-mc--image-mode .crypto-mc__visual {
        justify-content: center;
        margin-top: 30px;
    }

    .crypto-mc--image-mode .crypto-mc__uploaded-visual {
        max-width: 680px;
    }

    .crypto-mc__visual-mockup {
        margin: 0 auto;
    }
}

@media (max-width: 980px) {
    .crypto-mc__inner {
        border-radius: 18px;
    }

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

    .crypto-mc__content {
        max-width: 760px;
    }

    .crypto-mc__visual {
        margin-top: 45px;
    }

    .crypto-mc__heading {
        font-size: clamp(38px, 8vw, 58px);
    }

    .crypto-mc__description {
        font-size: 18px;
    }

    .crypto-mc__visual,
    .crypto-mc__visual-mockup {
        min-height: auto;
    }

    .crypto-mc__world-map,
    .crypto-mc__connection,
    .crypto-mc__globe,
    .crypto-mc__float-card {
        display: none;
    }

    .crypto-mc__device {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        transform: none;
    }

    .crypto-mc__network-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 520px;
        margin: 22px auto 0;
        transform: none;
    }
}

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

    .crypto-mc--image-mode .crypto-mc__uploaded-visual {
        max-width: 100%;
    }

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

    .crypto-mc__heading {
        margin-top: 28px;
        max-width: none;
        font-size: clamp(34px, 10vw, 48px);
        letter-spacing: -0.045em;
    }

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

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

    .crypto-mc__benefit--wide {
        max-width: none;
    }

    .crypto-mc__benefit {
        min-height: 86px;
        padding: 14px;
    }

    .crypto-mc__benefit-icon {
        width: 48px;
        height: 48px;
        font-size: 23px;
    }

    .crypto-mc__cta,
    .crypto-mc .crypto-mc__cta {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 54px;
        font-size: 15px;
        padding-left: 16px;
    }

    .crypto-mc__cta-left > span:last-child,
    .crypto-mc .crypto-mc__cta-left > span:last-child {
        white-space: nowrap;
    }

    .crypto-mc__trust {
        gap: 16px;
    }

    .crypto-mc__screen {
        display: block;
        min-height: 0;
    }

    .crypto-mc__sidebar {
        display: none;
    }

    .crypto-mc__dashboard {
        padding: 22px 16px;
    }

    .crypto-mc__topbar {
        margin-bottom: 18px;
    }

    .crypto-mc__table-head {
        display: none;
    }

    .crypto-mc__table-row {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        min-height: auto;
        padding: 14px;
    }

    .crypto-mc__change {
        justify-content: flex-start;
    }

    .crypto-mc__spark {
        width: 50px;
    }

    .crypto-mc__network-row {
        grid-template-columns: 38px 1fr auto;
    }

    .crypto-mc__network-check {
        display: none;
    }
}


/* Hard safety fix: prevent the uploaded right visual from covering the left content. */
.crypto-mc--image-mode .crypto-mc__content {
    isolation: isolate;
    z-index: 2;
}

.crypto-mc--image-mode .crypto-mc__visual {
    z-index: 1;
}

@media (min-width: 1451px) {
    .crypto-mc--image-mode .crypto-mc__grid {
        grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
    }

    .crypto-mc--image-mode .crypto-mc__uploaded-visual {
        max-width: 560px !important;
    }
}
