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

.crypto-wallet-showcase {
    width: 100%;
    padding: 0;
    position: relative;
}

.crypto-wallet-showcase__container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.crypto-wallet-showcase__card {
    position: relative;
    width: 100%;
    min-height: 620px;
    padding: 58px 56px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 22px;
    background: #151b22;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.crypto-wallet-showcase__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.crypto-wallet-showcase__title {
    position: absolute;
    top: 54px;
    left: 54px;
    right: 54px;
    z-index: 3;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: clamp(140px, 24vw, 320px);
    color: #ffffff;
    font-size: 94px;
    font-weight: 700;
    line-height: 0.92;
    letter-spacing: -0.035em;
    white-space: nowrap;
    pointer-events: none;
}

.crypto-wallet-showcase__title-left,
.crypto-wallet-showcase__title-right {
    display: block;
    min-width: 0;
}

.crypto-wallet-showcase__title-right {
    text-align: right;
}

.crypto-wallet-showcase__features {
    position: absolute;
    left: 56px;
    bottom: 60px;
    z-index: 4;
    width: calc(46% - 20px);
    max-width: 420px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    list-style: none;
}

.crypto-wallet-showcase__feature {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
}

.crypto-wallet-showcase__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-height: 1em;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    transform: translateY(0.45em);
}

.crypto-wallet-showcase__feature-icon i,
.crypto-wallet-showcase__feature-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    fill: currentColor;
}

.crypto-wallet-showcase__feature-text {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}

.crypto-wallet-showcase__visual {
    position: absolute;
    top: 38px;
    left: 50%;
    z-index: 5;
    width: 390px;
    max-width: 44%;
    transform: translateX(-50%);
}

.crypto-wallet-showcase__visual-inner {
    width: 100%;
    transform: rotate(4deg);
    transform-origin: center center;
}

.crypto-wallet-showcase__uploaded-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 560px;
    object-fit: contain;
}

.crypto-wallet-showcase__phone {
    position: relative;
    width: 100%;
    aspect-ratio: 0.55;
    padding: 11px;
    border: 3px solid #414349;
    border-radius: 48px;
    background: #111214;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.05), 0 24px 52px rgba(0, 0, 0, 0.5);
}

.crypto-wallet-showcase__phone-side {
    position: absolute;
    right: -7px;
    width: 5px;
    border-radius: 0 4px 4px 0;
    background: #595c62;
}

.crypto-wallet-showcase__phone-side--top {
    top: 105px;
    height: 54px;
}

.crypto-wallet-showcase__phone-side--bottom {
    top: 176px;
    height: 74px;
}

.crypto-wallet-showcase__screen {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 36px 15px 20px;
    overflow: hidden;
    border: 1px solid #272a2e;
    border-radius: 38px;
    background: #171717;
    color: #ffffff;
}

.crypto-wallet-showcase__notch {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 76px;
    height: 18px;
    border-radius: 999px;
    background: #090909;
    transform: translateX(-50%);
}

.crypto-wallet-showcase__mockup-balance {
    margin-top: 4px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.crypto-wallet-showcase__mockup-change {
    margin-top: 7px;
    text-align: center;
    color: #14b86d;
    font-size: 10px;
    font-weight: 700;
}

.crypto-wallet-showcase__mockup-actions {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
}

.crypto-wallet-showcase__mockup-action {
    min-width: 0;
    text-align: center;
    color: #a3a6ac;
    font-size: 8px;
    font-weight: 600;
}

.crypto-wallet-showcase__mockup-action-icon {
    width: 39px;
    height: 39px;
    margin: 0 auto 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #0d0e0f;
    color: #f7c600;
    font-size: 15px;
}

.crypto-wallet-showcase__mockup-action-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.crypto-wallet-showcase__mockup-banner {
    margin-top: 18px;
    padding: 13px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #282a2d, #101112);
    color: #f7c600;
    text-align: center;
}

.crypto-wallet-showcase__mockup-banner strong,
.crypto-wallet-showcase__mockup-banner span {
    display: block;
}

.crypto-wallet-showcase__mockup-banner strong {
    font-size: 11px;
    line-height: 1.2;
}

.crypto-wallet-showcase__mockup-banner span {
    margin-top: 4px;
    color: #d1d3d7;
    font-size: 7px;
    line-height: 1.35;
}

.crypto-wallet-showcase__mockup-assets {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.crypto-wallet-showcase__mockup-asset {
    display: grid;
    grid-template-columns: 27px 1fr auto;
    align-items: center;
    gap: 8px;
    min-height: 43px;
    padding: 8px 10px;
    border-radius: 10px;
    background: #202123;
    color: #aeb1b6;
    font-size: 10px;
}

.crypto-wallet-showcase__mockup-asset strong {
    color: #ffffff;
    font-size: 10px;
}

.crypto-wallet-showcase__mockup-asset-icon {
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--asset-color, #f6b900);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.crypto-wallet-showcase__mockup-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    height: 44px;
    padding: 8px 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 8px;
    border-radius: 14px;
    background: #202123;
}

.crypto-wallet-showcase__mockup-nav > span {
    width: 14px;
    height: 14px;
    justify-self: center;
    border: 2px solid #777b83;
    border-radius: 4px;
}

.crypto-wallet-showcase__mockup-nav > .crypto-wallet-showcase__mockup-nav-active {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #f7c600;
    color: #f7c600;
}

.crypto-wallet-showcase__decoration {
    position: absolute;
    z-index: 1;
    width: 170px;
    height: 170px;
    opacity: 0.22;
    filter: blur(11px);
    pointer-events: none;
}

.crypto-wallet-showcase__decoration img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.crypto-wallet-showcase__decoration--left {
    top: 20%;
    left: 1.5%;
}

.crypto-wallet-showcase__decoration--right {
    right: 1.5%;
    bottom: 12%;
}

.crypto-wallet-showcase__decoration--fallback {
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #606975, transparent 68%);
}

@media (max-width: 1366px) {
    .crypto-wallet-showcase__title {
        font-size: 86px;
        gap: clamp(120px, 21vw, 250px);
    }

    .crypto-wallet-showcase__visual {
        width: 360px;
    }
}

@media (max-width: 1100px) {
    .crypto-wallet-showcase__card {
        min-height: 580px;
        padding: 50px 40px 48px;
    }

    .crypto-wallet-showcase__title {
        top: 46px;
        left: 40px;
        right: 40px;
        font-size: 74px;
        gap: 140px;
    }

    .crypto-wallet-showcase__visual {
        top: 44px;
        width: 320px;
        max-width: 40%;
    }

    .crypto-wallet-showcase__features {
        left: 42px;
        bottom: 48px;
        width: calc(46% - 20px);
        max-width: 360px;
    }

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

@media (max-width: 900px) {
    .crypto-wallet-showcase__title {
        font-size: 62px;
        gap: 100px;
    }

    .crypto-wallet-showcase__visual {
        width: 285px;
    }

    .crypto-wallet-showcase__features {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .crypto-wallet-showcase__card {
        min-height: 0;
        padding: 36px 22px 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 18px;
    }

    .crypto-wallet-showcase__title {
        position: relative;
        inset: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.18em 0.32em;
        text-align: center;
        white-space: normal;
        pointer-events: auto;
        font-size: clamp(38px, 10vw, 54px);
        line-height: 0.95;
    }

    .crypto-wallet-showcase__title-right {
        text-align: center;
    }

    .crypto-wallet-showcase__visual {
        position: relative;
        top: auto;
        left: auto;
        z-index: 5;
        width: min(76vw, 320px);
        max-width: none;
        margin: 16px auto 0;
        transform: none;
    }

    .crypto-wallet-showcase__visual-inner {
        transform: rotate(0deg);
    }

    .crypto-wallet-showcase__uploaded-image {
        max-height: none;
    }

    .crypto-wallet-showcase__features {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        max-width: 460px;
        margin: 22px auto 0;
        row-gap: 10px;
    }

    .crypto-wallet-showcase__feature {
        grid-template-columns: 16px minmax(0, 1fr);
        column-gap: 10px;
    }

    .crypto-wallet-showcase__feature-icon {
        width: 16px;
        font-size: 9px;
        transform: translateY(0.48em);
    }

    .crypto-wallet-showcase__feature-text {
        font-size: 16px;
        line-height: 1.5;
    }

    .crypto-wallet-showcase__decoration--left {
        top: 16%;
        left: -10%;
    }

    .crypto-wallet-showcase__decoration--right {
        right: -10%;
        bottom: 10%;
    }
}

@media (max-width: 480px) {
    .crypto-wallet-showcase__card {
        padding: 28px 16px 24px;
        border-radius: 16px;
    }

    .crypto-wallet-showcase__title {
        font-size: 34px;
        gap: 0.14em 0.25em;
    }

    .crypto-wallet-showcase__visual {
        width: min(84vw, 280px);
        margin-top: 14px;
    }

    .crypto-wallet-showcase__feature {
        grid-template-columns: 14px minmax(0, 1fr);
        column-gap: 9px;
    }

    .crypto-wallet-showcase__feature-icon {
        width: 14px;
        font-size: 8px;
    }

    .crypto-wallet-showcase__feature-text {
        font-size: 15px;
        line-height: 1.48;
    }
}

/* PandaEX 1.0.10 — refined wallet showcase defaults, full-width background, improved bullets and mobile visual layout */

.crypto-wallet-showcase__animated-objects {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.crypto-wallet-showcase__animated-object {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.78;
    animation: cryptoWalletObjectFloat 14s ease-in-out infinite;
}

.crypto-wallet-showcase__animated-object img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,0.28));
}

.crypto-wallet-showcase__animated-object-fallback {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff6d2 0%, #f2bf47 38%, #5e4200 100%);
    box-shadow: inset 0 2px 8px rgba(255,255,255,0.42), 0 12px 24px rgba(0,0,0,0.32);
    color: #6d4a00;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.crypto-wallet-showcase__animated-object--1,
.crypto-wallet-showcase__animated-object--2 {
    width: 98px;
    height: 98px;
}

.crypto-wallet-showcase__animated-object--1 {
    top: 74px;
    left: calc(56% - 49px);
    animation-duration: 15s;
}

.crypto-wallet-showcase__animated-object--2 {
    top: 360px;
    right: 11%;
    animation-duration: 16s;
    animation-delay: -4s;
}

.crypto-wallet-showcase__animated-object--3,
.crypto-wallet-showcase__animated-object--4 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, rgba(98, 129, 232, 0.58) 0%, rgba(27, 41, 80, 0.38) 42%, rgba(0,0,0,0) 72%);
    filter: blur(8px);
}

.crypto-wallet-showcase__animated-object--3 {
    top: 30px;
    right: 4%;
    animation-duration: 18s;
}

.crypto-wallet-showcase__animated-object--4 {
    bottom: 22px;
    left: 43%;
    animation-duration: 20s;
    animation-delay: -6s;
}

.crypto-wallet-showcase__animated-object--5,
.crypto-wallet-showcase__animated-object--6 {
    color: #f5dfea;
    text-shadow: 0 0 14px rgba(245, 223, 234, 0.4);
}

.crypto-wallet-showcase__animated-object--5 {
    top: 92px;
    left: 63%;
    font-size: 22px;
    animation-duration: 13s;
}

.crypto-wallet-showcase__animated-object--6 {
    top: 88px;
    right: 13%;
    font-size: 18px;
    animation-duration: 12s;
    animation-delay: -5s;
}

.crypto-wallet-showcase__animated-sparkle {
    line-height: 1;
}

@keyframes cryptoWalletObjectFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    25% { transform: translate3d(10px, -12px, 0) scale(1.04); }
    50% { transform: translate3d(-8px, 8px, 0) scale(0.98); }
    75% { transform: translate3d(6px, 14px, 0) scale(1.02); }
}

@media (max-width: 1100px) {
    .crypto-wallet-showcase__animated-object--1 { top: 84px; left: calc(55% - 49px); }
    .crypto-wallet-showcase__animated-object--2 { top: 320px; right: 6%; }
    .crypto-wallet-showcase__animated-object--3 { right: 2%; }
    .crypto-wallet-showcase__animated-object--4 { left: 39%; }
}

@media (max-width: 767px) {
    .crypto-wallet-showcase__animated-object--1,
    .crypto-wallet-showcase__animated-object--2 { width: 66px; height: 66px; }
    .crypto-wallet-showcase__animated-object-fallback { font-size: 14px; }
    .crypto-wallet-showcase__animated-object--1 { top: 112px; left: 22%; }
    .crypto-wallet-showcase__animated-object--2 { top: 300px; right: 4%; }
    .crypto-wallet-showcase__animated-object--3,
    .crypto-wallet-showcase__animated-object--4 { width: 92px; height: 92px; }
    .crypto-wallet-showcase__animated-object--3 { top: 32px; right: 0; }
    .crypto-wallet-showcase__animated-object--4 { bottom: 124px; left: 6%; }
    .crypto-wallet-showcase__animated-object--5 { top: 108px; left: 40%; font-size: 16px; }
    .crypto-wallet-showcase__animated-object--6 { top: 48px; right: 18%; font-size: 14px; }
}

/* PandaEX 1.0.18 — animated floating objects added behind wallet showcase visual */
