.wallet-page {
    background: var(--color-black);
    color: var(--text-light);
}

.wallet-page .product-menu {
    color: var(--text-main);
}

.wallet-page main > .container,
.wallet-page .wallet-app-box,
.wallet-page .wallet-business,
.wallet-page .wallet-contact {
    padding-left: 0;
    padding-right: 0;
}

.wallet-hero {
    position: relative;
    overflow: hidden;
    background: var(--color-black);
}

.wallet-hero::before {
    content: '';
    display: block;
    padding-top: 64.72%;
}

.wallet-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 220px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0) 100%);
}

.wallet-hero-visual {
    position: absolute;
    top: min(62px, 4.31vw);
    left: 50%;
    z-index: 0;
    width: min(1440px, 100vw);
    aspect-ratio: 1440 / 870;
    max-width: none;
    transform: translateX(-50%);
}

.wallet-hero-media {
    position: absolute;
    inset: 0;
}

.wallet-hero-frame,
.wallet-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    opacity: 0;
}

.wallet-hero-start-frame {
    opacity: 1;
}

.wallet-hero-media.is-video-playing .wallet-hero-start-frame,
.wallet-hero-media.is-video-complete .wallet-hero-start-frame,
.wallet-hero-media.is-ended .wallet-hero-start-frame,
.wallet-hero-media.is-ended .wallet-hero-video {
    opacity: 0;
}

.wallet-hero-media.is-video-playing .wallet-hero-video,
.wallet-hero-media.is-video-complete .wallet-hero-video,
.wallet-hero-media.is-ended .wallet-hero-end-frame {
    opacity: 1;
}

.wallet-hero-logo {
    position: absolute;
    top: 33.91%;
    left: 21.81%;
    z-index: 2;
    width: 19.86%;
    height: auto;
}

.wallet-intro-section {
    width: 880px;
    max-width: 880px;
    padding-top: 40px;
    padding-bottom: 140px;
    text-align: center;
}

.wallet-intro-section p {
    margin: 0;
    color: var(--text-subtle);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.wallet-intro-section strong {
    color: var(--text-light);
    font-weight: 600;
}

.wallet-features {
    position: relative;
    width: 1240px;
    max-width: 1240px;
    height: auto;
    padding: 0;
}

.wallet-feature-heading {
    width: auto;
    margin: 0 0 70px;
    color: var(--text-light);
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.wallet-feature-layout {
    display: flex;
    align-items: flex-start;
    height: 540px;
}

.wallet-feature-list {
    position: relative;
    z-index: 3;
    flex: 0 0 320px;
    width: 320px;
    height: 540px;
}

.wallet-feature-tabs {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
}

.wallet-feature-tab {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 320px;
    min-height: 80px;
    margin: 0 0 21px;
    padding: 28px 30px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-light);
    font: inherit;
    text-align: left;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 300ms ease, background-color 300ms ease;
    user-select: text;
    -webkit-user-select: text;
}

.wallet-feature-tab.is-active {
    min-height: 136px;
    opacity: 1;
}

.wallet-feature-tab h3 {
    color: var(--text-light);
    font-family: "SF UI Display", var(--font-main);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    white-space: nowrap;
}

.wallet-feature-desc {
    display: block;
    width: 260px;
    max-height: 0;
    margin-top: 0;
    color: #aaaaaa;
    font-family: "SF UI Text", var(--font-main);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0;
    overflow: hidden;
    transform: translateY(4px);
    transition: max-height 300ms ease, margin-top 300ms ease, opacity 300ms ease, transform 300ms ease;
}

.wallet-feature-desc p {
    margin: 0;
}

.wallet-feature-tab.is-active .wallet-feature-desc {
    max-height: 70px;
    margin-top: 10px;
    opacity: 1;
    transform: translateY(0);
}

.wallet-feature-progress {
    position: absolute;
    left: 49px;
    bottom: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 222px;
    height: 6px;
}

.wallet-feature-progress-bar {
    flex: 0 0 24px;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    transition: flex-basis 300ms ease;
}

.wallet-feature-progress-bar.is-current {
    flex-basis: 120px;
}

.wallet-feature-progress-bar i {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    transform-origin: left center;
}

.wallet-features.is-started .wallet-feature-progress-bar.is-current i {
    animation: walletFeatureProgress 5s linear forwards;
}

.wallet-feature-stage {
    position: relative;
    z-index: 1;
    flex: 0 0 920px;
    width: 920px;
    height: 695px;
    overflow: visible;
}

.wallet-feature-stage-bg {
    position: absolute;
    top: 0;
    left: 60px;
    width: 860px;
    height: 540px;
    background: #000000;
}

.wallet-feature-slide {
    position: absolute;
    top: -8px;
    left: -2px;
    z-index: 1;
    width: 985px;
    height: 557px;
    opacity: 0;
    transform: translateX(0);
    pointer-events: none;
    transition: opacity 500ms ease;
}

.wallet-feature-slide.is-active {
    z-index: 2;
    transform: translateX(0);
    transition-duration: 1.5s;
    transition-delay: 200ms;
}

.wallet-features.is-started .wallet-feature-slide.is-active {
    opacity: 1;
}

.wallet-feature-slide img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.wallet-feature-slide picture {
    display: block;
    width: 100%;
    height: 100%;
}

.wallet-feature-slide-empty {
    top: 0;
    left: 60px;
    width: 860px;
    height: 540px;
}

.wallet-feature-mobile-desc {
    display: none;
}

.wallet-ring-appearance {
    position: relative;
    width: 1160px;
    max-width: 1160px;
    height: 800px;
    margin-top: 200px;
    padding: 0;
}

.wallet-ring-copy {
    position: absolute;
    top: 40px;
    left: 50px;
    z-index: 2;
    width: 450px;
}

.wallet-ring-copy h2 {
    margin: 0 0 24px;
    color: var(--text-light);
    font-family: "SF UI Text", var(--font-main);
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.wallet-ring-copy p {
    margin: 0;
    color: var(--text-subtle);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.wallet-ring-video-placeholder {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 540px;
    aspect-ratio: 1;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, #333333 0%, #1a1a1a 100%);
}

.wallet-ring-video-placeholder video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wallet-ring-image {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 660px;
    height: 480px;
    border-radius: 20px;
    object-fit: cover;
}

.wallet-ring-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

@keyframes walletFeatureProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.wallet-versions {
    position: relative;
    z-index: 20;
    width: 1120px;
    max-width: 1120px;
    padding-top: 160px;
    padding-bottom: 0;
}

.wallet-versions h2 {
    margin: 0 0 80px;
    color: var(--text-light);
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.version-desktop-panel {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.version-showcase {
    position: relative;
    flex: 0 0 520px;
    width: 520px;
    height: 600px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.version-showcase-image {
    position: absolute;
    top: 156px;
    left: 53px;
    width: 414px;
    height: 288px;
    object-fit: contain;
    opacity: 0;
    transition: opacity 300ms ease;
}

.version-showcase-image.is-active {
    opacity: 1;
}

.version-controls {
    position: relative;
    flex: 0 0 540px;
    width: 540px;
    min-height: 701px;
}

.version-pc-tabs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.version-mobile-tabs {
    display: none;
}

.version-tab {
    position: relative;
    display: block;
    width: 540px;
    padding: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--text-light);
    font: inherit;
    opacity: 0.5;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    transition: background-color 300ms ease, opacity 300ms ease;
    user-select: text;
    -webkit-user-select: text;
}

.version-tab.is-active {
    z-index: 3;
    overflow: visible;
    opacity: 1;
}

.version-tab:not(.is-active):hover {
    opacity: 0.8;
}

.version-tab .version-title {
    display: block;
    width: auto;
    margin: 0 0 11px;
    color: var(--text-light);
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    font-family: 'SF UI Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

.version-tab .version-subtitle {
    display: block;
    max-width: 440px;
    margin: 0;
    color: var(--text-subtle);
    font-family: 'SF UI Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.version-tab:not(.is-active) .version-subtitle {
    color: #aaaaaa;
}

.version-tab:not(.is-active) .version-detail-content {
    display: none;
}

.version-detail-content {
    display: block;
}

.version-detail-content .version-meta-label {
    display: block;
    margin: 59px 0 0;
    color: var(--accent-color);
    font-family: 'SF UI Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.version-detail-content .version-pack,
.version-detail-content .version-note,
.version-detail-content .version-standard {
    display: block;
    margin: 0;
}

.version-detail-content .version-pack,
.version-detail-content .version-standard {
    color: #cccccc;
    font-family: 'SF UI Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.version-detail-content .version-pack {
    margin-top: 10px;
}

.version-detail-content .version-note {
    margin-top: 2px;
    color: var(--text-muted);
    font-family: 'SF UI Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.version-detail-content .version-included {
    display: block;
    width: auto;
    height: 34px;
    margin-top: 24px;
}

.version-detail-content .version-standard-label {
    margin-top: 70px;
}

.version-detail-content .version-standard-row {
    display: flex;
    margin-top: 10px;
}

.version-title {
    width: max-content;
    margin: 0 0 16px;
    color: transparent;
    background: linear-gradient(180deg, var(--text-light) 20%, rgba(240, 240, 241, 0.5) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.version-subtitle {
    max-width: 520px;
    margin: 0;
    color: var(--text-subtle);
    font-family: 'SF UI Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.version-meta-label {
    margin: 76px 0 0;
    color: var(--accent-color);
    font-family: 'SF UI Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.version-pack,
.version-note,
.version-standard {
    margin: 0;
}

.version-pack,
.version-standard {
    color: var(--text-light);
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
}

.version-pack {
    margin-top: 10px;
}

.version-note {
    margin-top: 5px;
    color: var(--text-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.version-included {
    display: block;
    width: auto;
    height: 32px;
    margin-top: 31px;
}

.version-standard-label {
    margin-top: 77px;
}

.version-standard-row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.version-tooltip-wrap {
    display: inline-flex;
    align-items: center;
}

.version-tooltip-trigger {
    display: inline-flex;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text-subtle);
    cursor: help;
    appearance: none;
}

.version-tooltip-trigger svg {
    width: 20px;
    height: 20px;
    overflow: visible;
}

.version-tooltip-trigger circle {
    fill: none;
    stroke: #979797;
    stroke-width: 1.5;
}

.version-tooltip-trigger path {
    fill: currentColor;
}

.version-tooltip {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 200;
    display: none;
    width: 520px;
    min-height: 76px;
    padding: 16px 20px;
    border-radius: 8px;
    background: #222222;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    color: var(--text-subtle);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    pointer-events: none;
}

.version-tooltip-large {
    min-height: 186px;
}

.version-tooltip-wrap:hover .version-tooltip,
.version-tooltip-trigger:focus-visible + .version-tooltip {
    display: block;
}

.wallet-app-section {
    margin-top: 160px;
    background: var(--color-black);
}

.wallet-app-box {
    position: relative;
    width: 1160px;
    max-width: 1160px;
    aspect-ratio: 1160 / 560;
}

.wallet-app-copy {
    width: 642px;
    padding-top: 100px;
}

.wallet-section-label,
.business-label {
    margin: 0 0 8px;
    color: var(--accent-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

.wallet-app-copy h2 {
    margin: 0 0 20px;
    color: var(--color-white);
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.wallet-app-copy p:not(.wallet-section-label) {
    margin: 0 0 60px;
    color: var(--text-subtle);
    font-size: 17px;
    line-height: 25px;
}

.wallet-app-buttons {
    display: flex;
    gap: 30px;
    align-items: center;
}

.wallet-app-buttons img {
    height: 60px;
    width: auto;
}

.wallet-app-image {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    width: 484px;
    height: 520px;
    aspect-ratio: 1452 / 1560;
    object-fit: contain;
}

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

.wallet-business-area {
    padding-top: 160px;
    padding-bottom: 246px;
    color: var(--text-main);
    background: var(--color-white);
}

.wallet-business {
    width: 1160px;
    max-width: 1160px;
    padding: 0;
}

.wallet-business h2 {
    margin: 0 0 16px;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}

.business-label {
    color: var(--primary-color);
}

.business-intro {
    margin: 0 0 60px;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 28px;
}

.business-solution-grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    gap: 40px;
}

.solution-card {
    min-height: 506px;
}

.solution-media {
    width: 360px;
    height: 400px;
    margin-bottom: 30px;
    overflow: hidden;
    background: var(--bg-light-gray);
}

.solution-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.solution-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 21px;
}

.wallet-contact {
    display: flex;
    width: 1160px;
    max-width: 1160px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 186px;
    padding: 0;
}

.wallet-contact-copy {
    width: 598px;
}

.wallet-contact h2 {
    margin: 0 0 17px;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}

.wallet-contact p {
    margin: 0 0 40px;
    color: var(--text-muted);
    font-size: 18px;
    line-height: 28px;
}

.wallet-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    height: 60px;
    color: var(--color-white);
    background: var(--primary-color);
    border-radius: 999px;
    font-size: 20px;
    font-weight: 600;
    user-select: none;
    -webkit-user-select: none;
}

.wallet-contact-button:hover {
    opacity: 0.84;
}

.wallet-contact-image {
    width: 350px;
    height: 205px;
    margin-top: 30px;
    margin-right: 92px;
    object-fit: contain;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .wallet-features {
        width: calc(100% - 80px);
        max-width: 1120px;
    }

    .wallet-feature-stage {
        flex: 0 0 920px;
        width: 920px;
        margin-left: clamp(-220px, -18vw, -80px);
    }
}

@media (max-width: 1023px) {
    .wallet-hero,
    .wallet-intro-section,
    .wallet-features,
    .wallet-ring-appearance,
    .wallet-versions,
    .wallet-app-section,
    .wallet-business-area {
        min-width: 0;
    }

    .wallet-hero {
        height: 480px;
    }

    .wallet-hero::before {
        display: none;
    }

    .wallet-hero::after {
        height: 81px;
    }

    .wallet-hero-visual {
        top: 60px;
        width: 745px;
        aspect-ratio: 745 / 420;
        transform: translateX(calc(-50% - 6.13vw));
    }

    .wallet-hero-logo {
        top: 136px;
        left: 260px;
        width: 120px;
    }

    .wallet-page main > .wallet-intro-section {
        width: auto;
        max-width: none;
        padding: 30px 30px 0;
        text-align: left;
    }

    .wallet-intro-section p {
        color: var(--text-subtle);
        font-size: 15px;
        line-height: 24px;
    }

    .wallet-intro-section strong {
        font-weight: 600;
    }

    .wallet-intro-section p {
        font-weight: 500;
    }

    .wallet-page main > .wallet-features {
        position: relative;
        display: block;
        width: 100%;
        max-width: none;
        height: auto;
        margin-top: 160px;
        padding: 0 30px;
        overflow: hidden;
    }

    .wallet-feature-heading {
        width: 100%;
        margin: 0 0 40px;
        font-size: 32px;
        line-height: 40px;
    }

    .wallet-feature-layout {
        display: block;
        height: auto;
    }

    .wallet-page main > .wallet-features::before,
    .wallet-page main > .wallet-features::after {
        content: '';
        position: absolute;
        top: 120px;
        z-index: 4;
        width: 30px;
        height: 36px;
        pointer-events: none;
    }

    .wallet-page main > .wallet-features::before {
        left: 0;
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .wallet-page main > .wallet-features::after {
        right: 0;
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .wallet-feature-list {
        position: relative;
        width: auto;
        height: 34px;
        margin: 0 -30px;
        overflow: visible;
    }

    .wallet-feature-tabs {
        position: static;
        display: flex;
        align-items: flex-start;
        gap: 32px;
        width: auto;
        height: 34px;
        padding: 0 180px 0 30px;
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-x: contain;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .wallet-feature-tabs::-webkit-scrollbar {
        display: none;
    }

    .wallet-feature-tab {
        flex: 0 0 auto;
        display: block;
        width: auto;
        min-height: 0;
        height: auto;
        margin: 0;
        padding: 0;
        background: transparent;
        opacity: 1;
        overflow: visible;
        color: rgba(255, 255, 255, 0.3);
        transition: color 200ms ease;
    }

    .wallet-feature-tab.is-active {
        min-height: 0;
        color: var(--text-light);
    }

    .wallet-feature-tab h3 {
        position: relative;
        color: currentColor;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        white-space: nowrap;
    }

    .wallet-feature-tab.is-active h3::before,
    .wallet-feature-tab.is-active h3::after {
        content: '';
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        transform-origin: left center;
    }

    .wallet-feature-tab.is-active h3::before {
        background: rgba(255, 255, 255, 0.12);
    }

    .wallet-feature-tab.is-active h3::after {
        background: rgba(255, 255, 255, 0.2);
        transform: scaleX(0);
    }

    .wallet-features.is-started .wallet-feature-tab.is-active h3::after {
        animation: walletFeatureProgress 5s linear forwards;
    }

    .wallet-feature-desc,
    .wallet-feature-tab.is-active .wallet-feature-desc {
        display: none;
    }

    .wallet-feature-progress {
        display: none;
    }

    .wallet-feature-mobile-desc {
        display: block;
        width: 100%;
        min-height: 84px;
        margin-top: 20px;
        color: var(--text-subtle);
        font-size: 14px;
        line-height: 21px;
    }

    .wallet-feature-mobile-desc p {
        margin: 0;
    }

    .wallet-feature-stage {
        width: calc(100% + 60px);
        height: 301px;
        margin: 40px -30px 0;
        overflow: hidden;
        touch-action: pan-y;
    }

    .wallet-feature-stage-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 301px;
    }

    .wallet-feature-slide {
        top: 0;
        left: 50%;
        width: 480px;
        height: 301px;
        transform: translateX(-50%);
    }

    .wallet-feature-slide.is-active {
        transform: translateX(-50%);
    }

    .wallet-feature-slide-empty {
        top: 0;
        left: 0;
        width: 100%;
        height: 301px;
    }

    .wallet-page main > .wallet-ring-appearance {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: none;
        height: auto;
        margin-top: 160px;
        padding: 0 30px 120px;
    }

    .wallet-ring-copy {
        order: 3;
        position: static;
        width: 100%;
        margin: 30px 0 0;
    }

    .wallet-ring-copy h2 {
        margin-bottom: 16px;
        font-size: 21px;
        line-height: 28px;
    }

    .wallet-ring-copy p {
        font-size: 15px;
        line-height: 24px;
    }

    .wallet-ring-video-placeholder {
        order: 2;
        position: static;
        z-index: 2;
        width: 100%;
        margin: -10px 0 0;
        aspect-ratio: 1;
        border-radius: 8px;
    }

    .wallet-ring-image {
        order: 1;
        position: static;
        z-index: 1;
        width: 90%;
        height: auto;
        aspect-ratio: 284 / 206;
        margin: 0 0 0 auto;
        border-radius: 8px;
        object-fit: cover;
    }

    .wallet-page main > .wallet-versions {
        position: relative;
        width: 100%;
        max-width: none;
        padding: 0 30px;
        overflow: visible;
    }

    .wallet-versions h2 {
        margin-bottom: 50px;
        font-size: 32px;
        line-height: 40px;
    }

    .version-desktop-panel {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    .version-showcase {
        flex: none;
        width: 100%;
        height: auto;
        aspect-ratio: 520 / 600;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .version-showcase-image {
        top: 26%;
        left: 10.19%;
        width: 79.62%;
        height: auto;
    }

    .version-showcase-image.is-active {
        opacity: 0.9;
    }

    .version-controls {
        position: relative;
        display: flex;
        flex-direction: column;
        flex: 0 0 460px;
        width: calc(100% + 60px);
        min-height: 442px;
        height: auto;
        margin: 0 -30px;
        padding: 0 30px;
        overflow: visible;
    }

    .version-mobile-tabs {
        position: relative;
        order: 1;
        display: flex;
        align-items: flex-start;
        gap: 32px;
        width: auto;
        margin: 0 -30px;
        padding: 0 30px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .version-mobile-tabs::-webkit-scrollbar {
        display: none;
    }

    .version-controls::before,
    .version-controls::after {
        content: '';
        position: absolute;
        top: 0;
        z-index: 2;
        width: 30px;
        height: 32px;
        pointer-events: none;
    }

    .version-controls::before {
        left: 0;
        background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .version-controls::after {
        right: 0;
        background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    }

    .version-mobile-tab {
        position: relative;
        flex: 0 0 auto;
        height: 32px;
        padding: 0;
        border: 0;
        background: transparent;
        margin: 0;
        color: rgba(255, 255, 255, 0.3);
        font: inherit;
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        white-space: nowrap;
        cursor: pointer;
        appearance: none;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .version-mobile-tab.is-active {
        color: var(--text-light);
    }

    .version-mobile-tab.is-active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.2);
    }

    .version-pc-tabs {
        order: 2;
        display: block;
        margin-top: 30px;
    }

    .version-tab {
        display: none;
    }

    .version-tab.is-active {
        display: block;
        width: 100%;
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        opacity: 1;
        cursor: default;
    }

    .version-tab .version-title,
    .version-tab .version-subtitle {
        display: none;
    }

    .version-tab.is-active .version-detail-content {
        display: block;
    }

    .version-tab.is-active .version-meta-label {
        display: block;
        margin-top: 0;
        font-size: 13px;
        line-height: 15px;
    }

    .version-tab.is-active .version-pack,
    .version-tab.is-active .version-standard {
        display: block;
        color: #cccccc;
        font-size: 17px;
        line-height: 24px;
        font-weight: 600;
    }

    .version-tab.is-active .version-pack {
        margin-top: 10px;
    }

    .version-tab.is-active .version-note {
        display: block;
        margin-top: 4px;
        color: var(--text-muted);
        font-size: 13px;
        line-height: 15px;
    }

    .version-tab.is-active .version-included {
        display: block;
        height: 34px;
        margin-top: 27px;
    }

    .version-tab.is-active .version-standard-label {
        margin-top: 71px;
    }

    .version-tab.is-active .version-standard-row {
        display: flex;
        position: relative;
        gap: 8px;
        margin-top: 10px;
    }

    .version-tab .version-tooltip {
        top: 36px;
        left: 0;
        width: 100%;
        min-height: 0;
        pointer-events: auto;
    }

    .version-tab .version-tooltip-wrap:hover .version-tooltip {
        display: none;
    }

    .version-tab .version-tooltip-wrap.is-open .version-tooltip {
        display: block;
    }

    .wallet-app-section {
        height: auto;
        margin-top: 100px;
        padding: 0;
    }

    .wallet-page .wallet-app-box {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: none;
        aspect-ratio: auto;
        gap: 40px;
        padding: 60px 30px 0;
    }

    .wallet-app-copy {
        width: 100%;
        padding-top: 0;
    }

    .wallet-app-copy .wallet-section-label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .wallet-app-copy h2 {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 40px;
    }

    .wallet-app-copy p:not(.wallet-section-label) {
        width: 100%;
        margin-bottom: 32px;
        font-size: 15px;
        line-height: 22px;
    }

    .wallet-app-buttons {
        flex-wrap: wrap;
        gap: 16px;
    }

    .wallet-app-buttons img {
        height: 44px;
    }

    .wallet-app-image {
        position: static;
        align-self: center;
        width: 100%;
        max-width: 484px;
        height: auto;
        margin: 0;
    }

    .wallet-business-area {
        padding-top: 160px;
        padding-bottom: 120px;
    }

    .wallet-page main > .wallet-business-area .wallet-business {
        width: 100%;
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .wallet-business .business-label {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 21px;
    }

    .wallet-business h2,
    .wallet-contact h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wallet-business h2 {
        margin-bottom: 8px;
    }

    .business-intro {
        width: 100%;
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 24px;
    }

    .business-solution-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 60px;
    }

    .solution-card {
        width: 100%;
        min-height: 0;
    }

    .solution-media {
        width: 100%;
        height: auto;
        aspect-ratio: 315 / 350;
        margin-bottom: 20px;
    }

    .solution-card h3 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .solution-card p {
        width: 100%;
        font-size: 14px;
        line-height: 21px;
    }

    .wallet-page main > .wallet-business-area .wallet-contact {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: none;
        margin-top: 160px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .wallet-contact-image {
        order: -1;
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 315 / 185;
        margin: 0 0 50px;
    }

    .wallet-contact-copy {
        width: 100%;
    }

    .wallet-contact h2 {
        margin-bottom: 8px;
        font-weight: 700;
    }

    .wallet-contact p {
        width: 100%;
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 24px;
    }

    .wallet-contact-button {
        width: auto;
        height: auto;
        padding: 18px 48px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .wallet-hero {
        height: auto;
    }

    .wallet-hero::before {
        display: block;
        padding-top: 64.72%;
    }

    .wallet-hero::after {
        height: 180px;
    }

    .wallet-hero-visual {
        top: min(62px, 4.31vw);
        left: 50%;
        width: min(1440px, 100vw);
        aspect-ratio: 1440 / 870;
        transform: translateX(-50%);
    }

    .wallet-hero-logo {
        top: 33.91%;
        left: 21.81%;
        width: 19.86%;
    }

    .wallet-page main > .wallet-intro-section {
        width: 80%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .wallet-page main > .wallet-features {
        width: calc(100% - 60px);
        max-width: 900px;
        margin-top: 170px;
        padding: 0;
        overflow: visible;
    }

    .wallet-page main > .wallet-features::before,
    .wallet-page main > .wallet-features::after {
        display: none;
    }

    .wallet-feature-heading {
        margin-bottom: 56px;
        font-size: 32px;
        line-height: 40px;
    }

    .wallet-feature-layout {
        display: flex;
        align-items: flex-start;
        height: 430px;
    }

    .wallet-feature-list {
        position: relative;
        z-index: 3;
        flex: 0 0 280px;
        width: 280px;
        height: 430px;
        margin: 0;
        overflow: visible;
    }

    .wallet-feature-tabs {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 280px;
        height: auto;
        padding: 0;
        overflow: visible;
    }

    .wallet-feature-tab {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 280px;
        min-height: 70px;
        margin: 0 0 16px;
        padding: 22px 24px;
        background: rgba(255, 255, 255, 0.06);
        color: var(--text-light);
        opacity: 0.3;
        transition: opacity 300ms ease, background-color 300ms ease;
    }

    .wallet-feature-tab.is-active {
        min-height: 122px;
        opacity: 1;
    }

    .wallet-feature-tab h3 {
        color: var(--text-light);
        font-size: 18px;
        line-height: 22px;
        white-space: normal;
    }

    .wallet-feature-tab h3::before,
    .wallet-feature-tab h3::after {
        display: none;
    }

    .wallet-feature-desc,
    .wallet-feature-tab.is-active .wallet-feature-desc {
        display: block;
    }

    .wallet-feature-desc {
        width: 232px;
        color: #aaaaaa;
        font-size: 13px;
        line-height: 20px;
    }

    .wallet-feature-tab.is-active .wallet-feature-desc {
        max-height: 82px;
        margin-top: 8px;
        opacity: 1;
        transform: translateY(0);
    }

    .wallet-feature-mobile-desc {
        display: none;
    }

    .wallet-feature-progress {
        display: flex;
        left: 39px;
        bottom: 0;
        width: 202px;
    }

    .wallet-feature-progress-bar.is-current {
        flex-basis: 100px;
    }

    .wallet-feature-stage {
        --wallet-feature-stage-height: 430px;
        --wallet-feature-bg-height: 334px;
        --wallet-feature-slide-height: 344px;
        flex: 0 0 calc(100% - 220px);
        width: calc(100% - 220px);
        height: var(--wallet-feature-stage-height);
        margin: 0 0 0 -60px;
        overflow: visible;
        touch-action: pan-y;
    }

    .wallet-feature-stage-bg {
        top: calc((var(--wallet-feature-stage-height) - var(--wallet-feature-bg-height)) / 2);
        left: 42px;
        width: calc(100% - 42px);
        height: var(--wallet-feature-bg-height);
    }

    .wallet-feature-slide {
        top: calc((var(--wallet-feature-stage-height) - var(--wallet-feature-slide-height)) / 2 - 5px);
        left: 0;
        width: 100%;
        height: var(--wallet-feature-slide-height);
        transform: translateX(0);
    }

    .wallet-feature-slide.is-active {
        transform: translateX(0);
    }

    .wallet-feature-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .wallet-page main > .wallet-ring-appearance {
        position: relative;
        display: block;
        width: calc(100% - 60px);
        max-width: 900px;
        height: auto;
        aspect-ratio: 1160 / 800;
        margin-top: 180px;
        padding: 0;
    }

    .wallet-ring-copy {
        position: absolute;
        top: 5%;
        left: 4.31%;
        z-index: 3;
        width: 38.79%;
        margin: 0;
    }

    .wallet-ring-copy h2 {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 28px;
    }

    .wallet-ring-copy p {
        font-size: 17px;
        line-height: 27px;
    }

    .wallet-ring-video-placeholder {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 46.55%;
        margin: 0;
        aspect-ratio: 1;
        border-radius: 16px;
    }

    .wallet-ring-image {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 56.9%;
        height: auto;
        aspect-ratio: 660 / 480;
        margin: 0;
        border-radius: 18px;
    }

    .wallet-page main > .wallet-versions {
        width: calc(100% - 60px);
        max-width: 900px;
        padding: 160px 0 0;
        --version-tablet-gap: clamp(28px, 4.5vw, 48px);
        --version-tablet-pad: clamp(30px, 4.2vw, 40px);
    }

    .wallet-versions h2 {
        margin-bottom: 50px;
        font-size: 32px;
        line-height: 40px;
    }

    .version-desktop-panel {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: var(--version-tablet-gap);
        width: 100%;
    }

    .version-showcase {
        flex: 0 0 calc((100% - var(--version-tablet-gap)) * 0.49);
        width: calc((100% - var(--version-tablet-gap)) * 0.49);
        height: auto;
        aspect-ratio: 520 / 600;
        margin-bottom: 0;
        border-radius: 16px;
    }

    .version-showcase-image {
        top: 26%;
        left: 10.19%;
        width: 79.62%;
        height: auto;
    }

    .version-controls {
        flex: 0 0 calc((100% - var(--version-tablet-gap)) * 0.51);
        width: calc((100% - var(--version-tablet-gap)) * 0.51);
        min-height: clamp(470px, 62vw, 585px);
        margin: 0;
        padding: 0;
        overflow: visible;
    }

    .version-controls::before,
    .version-controls::after {
        display: none;
    }

    .version-pc-tabs {
        display: flex;
        flex-direction: column;
        gap: clamp(14px, 2vw, 18px);
        margin-top: 0;
    }

    .version-mobile-tabs {
        display: none;
    }

    .version-tab {
        display: block;
        width: 100%;
        padding: var(--version-tablet-pad);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.04);
        cursor: pointer;
    }

    .version-tab.is-active {
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.04);
        padding: var(--version-tablet-pad);
        opacity: 1;
        cursor: pointer;
    }

    .version-tab .version-title {
        display: block;
        font-size: 24px;
        line-height: 30px;
    }

    .version-tab .version-subtitle {
        display: block;
        max-width: none;
        font-size: 15px;
        line-height: 23px;
    }

    .version-tab.is-active .version-detail-content .version-meta-label {
        margin-top: clamp(30px, 5vw, 48px);
        font-size: 13px;
        line-height: 15px;
    }

    .version-tab.is-active .version-detail-content .version-pack,
    .version-tab.is-active .version-detail-content .version-standard {
        font-size: 16px;
        line-height: 22px;
    }

    .version-tab.is-active .version-detail-content .version-note {
        font-size: 13px;
        line-height: 18px;
    }

    .version-tab.is-active .version-detail-content .version-included {
        height: 30px;
        margin-top: 22px;
    }

    .version-tab.is-active .version-detail-content .version-standard-label {
        margin-top: 56px;
    }

    .version-tab .version-tooltip {
        top: 34px;
        width: min(100%, 420px);
    }

    .wallet-app-section {
        height: auto;
        margin-top: 140px;
        padding: 0;
    }

    .wallet-page .wallet-app-box {
        position: relative;
        display: block;
        width: calc(100% - 60px);
        max-width: 900px;
        aspect-ratio: 1160 / 560;
        gap: 0;
        padding: 0;
    }

    .wallet-app-copy {
        width: 52%;
        padding-top: 8.62%;
    }

    .wallet-app-copy .wallet-section-label {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 22px;
    }

    .wallet-app-copy h2 {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 40px;
    }

    .wallet-app-copy p:not(.wallet-section-label) {
        width: 100%;
        margin-bottom: 36px;
        font-size: 15px;
        line-height: 22px;
    }

    .wallet-app-buttons {
        flex-wrap: wrap;
        gap: 16px;
    }

    .wallet-app-buttons img {
        height: 44px;
    }

    .wallet-app-image {
        position: absolute;
        top: 7.14%;
        right: 1.72%;
        width: 41.72%;
        max-width: none;
        height: 92.86%;
        margin: 0;
        object-fit: contain;
    }

    .wallet-business-area {
        padding-top: 140px;
        padding-bottom: 180px;
    }

    .wallet-page main > .wallet-business-area .wallet-business {
        width: calc(100% - 60px);
        max-width: 900px;
        padding-left: 0;
        padding-right: 0;
    }

    .wallet-business .business-label {
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 21px;
    }

    .wallet-business h2,
    .wallet-contact h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wallet-business h2 {
        margin-bottom: 8px;
    }

    .business-intro {
        width: 60%;
        margin-bottom: 50px;
        font-size: 15px;
        line-height: 24px;
    }

    .business-solution-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        width: 100%;
    }

    .solution-card {
        width: auto;
        min-height: 0;
    }

    .solution-media {
        width: 100%;
        height: auto;
        aspect-ratio: 360 / 400;
        margin-bottom: 24px;
    }

    .wallet-page main > .wallet-business-area .wallet-contact {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        width: calc(100% - 60px);
        max-width: 900px;
        margin-top: 150px;
        padding-left: 0;
        padding-right: 0;
    }

    .wallet-contact-copy {
        width: 56%;
    }

    .wallet-contact h2 {
        margin-bottom: 8px;
        font-weight: 700;
    }

    .wallet-contact p {
        width: 100%;
        margin-bottom: 36px;
        font-size: 15px;
        line-height: 24px;
    }

    .wallet-contact-button {
        width: auto;
        height: auto;
        padding: 18px 48px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 600;
    }

    .wallet-contact-image {
        order: 0;
        position: static;
        width: 34%;
        height: auto;
        aspect-ratio: 350 / 205;
        margin: 24px 6% 0 0;
        object-fit: contain;
    }
}
