.figma-metal-page {
    --metal-shell: 1280px;
    --metal-gold: #f3c45f;
    --metal-gold-deep: #c79632;
    --metal-purple: #2a114b;
    --metal-ink: #0b0617;
    --metal-panel: rgba(22, 12, 42, 0.92);
    --metal-line: rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
    background: #080313;
    color: #fff;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.figma-metal-page,
.figma-metal-page * {
    box-sizing: border-box;
}

.figma-metal-page a {
    color: inherit;
    text-decoration: none;
}

.figma-metal-page .up,
.figma-metal-page [data-change].up {
    color: #1bd66a;
    font-style: normal;
}

.figma-metal-page .down,
.figma-metal-page [data-change].down {
    color: #ff5656;
    font-style: normal;
}

.metal-product-hero {
    position: relative;
    min-height: 633px;
    background: #2f1557 url("../images/metal/product-service-hero-bg.png") center top / cover no-repeat;
}

.metal-hero-shell {
    position: relative;
    z-index: 2;
    width: min(var(--metal-shell), calc(100% - 64px));
    min-height: 633px;
    margin: 0 auto;
}

.metal-hero-copy {
    position: relative;
    z-index: 2;
    width: min(792px, 64%);
    padding-top: 230px;
    padding-left: 42px;
}

.metal-eyebrow,
.metal-section-heading span,
.metal-mobile-copy span,
.metal-final-inner span {
    display: inline-flex;
    color: var(--metal-gold);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.metal-hero-copy .metal-eyebrow {
    display: none;
}

.metal-hero-copy h1 {
    margin: 0;
    color: transparent;
    font-size: 96px;
    line-height: 1.0625;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
}

.metal-hero-copy h1 b {
    display: inline-block;
    color: transparent;
    background: linear-gradient(180deg, #fff 0%, #fff 79.3%, #b48dee 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.metal-hero-copy h1 span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(270deg, #f5c20b 0%, #fce8ca 99%);
    -webkit-background-clip: text;
    background-clip: text;
}

.metal-hero-copy p {
    width: min(652px, 100%);
    margin: 18px 0 0 9px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 1px;
}

.metal-hero-trend {
    position: absolute;
    z-index: 1;
    top: 96px;
    right: calc(50vw - 844px);
    width: 598px;
    height: 598px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 28px 48px rgba(210, 73, 255, 0.22));
    animation: metalHeroTrendFloat 5.6s ease-in-out infinite;
    will-change: transform;
}

@keyframes metalHeroTrendFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }

    50% {
        transform: translate3d(0, -14px, 0) rotate(1.2deg) scale(1.025);
    }
}

.metal-hero-actions,
.metal-final-actions,
.metal-mobile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.metal-hero-actions {
    margin-top: 38px;
}

.metal-primary-btn,
.metal-secondary-btn,
.metal-final-actions a,
.metal-mobile-actions a {
    min-width: 150px;
    height: 48px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.metal-primary-btn,
.metal-final-actions a:first-child,
.metal-mobile-actions a:first-child {
    background: linear-gradient(135deg, #f8d77b 0%, #c8932e 100%);
    color: #1b0c02;
    box-shadow: 0 18px 36px rgba(210, 151, 47, 0.28);
}

.metal-secondary-btn,
.metal-final-actions a:last-child,
.metal-mobile-actions a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.metal-primary-btn:hover,
.metal-secondary-btn:hover,
.metal-final-actions a:hover,
.metal-mobile-actions a:hover {
    transform: translateY(-2px);
}

.metal-product-cards {
    position: relative;
    z-index: 2;
    margin-top: -113px;
    padding-bottom: 0;
}

.metal-product-grid {
    width: min(1232px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    min-width: 0;
}

.metal-product-card {
    position: relative;
    min-width: 0;
    max-width: 100%;
    height: 573px;
    min-height: 573px;
    padding: 33px;
    overflow: hidden;
    border: 1px solid rgba(227, 194, 255, 0.3);
    border-top-width: 2px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform 220ms ease, border-color 220ms ease;
}

.metal-product-card:nth-child(1) {
    border-color: rgba(242, 202, 80, 0.3);
}

.metal-product-card:nth-child(3) {
    border-color: rgba(227, 194, 255, 0.3);
}

.metal-product-card::before {
    content: attr(data-mark);
    position: absolute;
    right: 77px;
    top: 34px;
    z-index: 0;
    color: rgba(242, 202, 80, 0.1);
    font-size: 96px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
    pointer-events: none;
}

.metal-product-card:nth-child(2)::before {
    right: 96px;
    color: rgba(255, 255, 255, 0.05);
}

.metal-product-card:nth-child(3)::before {
    right: 103px;
    top: 32px;
    color: rgba(227, 194, 255, 0.1);
}

.metal-product-card:hover {
    border-color: rgba(243, 196, 95, 0.58);
    transform: translateY(-6px);
}

.metal-product-card img {
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 1;
    width: 121px;
    height: 118px;
    object-fit: contain;
}

.metal-product-card:nth-child(3) img {
    top: 27px;
}

.metal-product-card h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 32px;
    line-height: 36.4px;
    font-weight: 500;
}

.metal-product-code {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 4px;
    color: #f2ca50;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.metal-product-card p {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 77px;
    margin: 32px 0 0;
    padding: 12px 88px 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #9970bc;
    font-size: 16px;
    line-height: 25.6px;
    overflow-wrap: normal;
    word-break: normal;
    line-break: auto;
}

.metal-product-card dl {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    display: grid;
    gap: 16px;
}

.metal-product-card dt,
.metal-product-card dd {
    margin: 0;
}

.metal-product-card dl div {
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.metal-product-card dt {
    color: #d0c5af;
    font-size: 16px;
    line-height: 24px;
}

.metal-product-card dd {
    max-width: 58%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: right;
}

.metal-product-card > strong {
    position: absolute;
    left: 33px;
    bottom: 30px;
    color: #f2ca50;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.metal-product-card:nth-child(2) > strong {
    color: #fff;
}

.metal-product-card:nth-child(3) > strong {
    color: #e3c2ff;
}

.metal-product-arrow {
    position: absolute;
    right: 33px;
    bottom: 29px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #f2ca50 0%, #d4af37 50%, #f2ca50 100%);
    box-shadow: 0 10px 15px rgba(242, 202, 80, 0.3);
}

.metal-product-arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: url("../images/metal/product-arrow-gold.png") center / contain no-repeat;
}

.metal-product-card:nth-child(1) .metal-product-arrow {
    right: 33px;
    bottom: 31px;
    width: 40px;
    height: 40px;
}

.metal-product-card:nth-child(2) .metal-product-arrow {
    background: #f3f4f6;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 15px rgba(255, 255, 255, 0.3);
}

.metal-product-card:nth-child(2) .metal-product-arrow::before {
    background-image: url("../images/metal/product-arrow-silver.png");
}

.metal-product-card:nth-child(3) .metal-product-arrow {
    background: #8a41b2;
    border: 1px solid rgba(227, 194, 255, 0.3);
    box-shadow: 0 10px 15px rgba(198, 64, 255, 0.3);
}

.metal-product-card:nth-child(3) .metal-product-arrow::before {
    background-image: url("../images/metal/product-arrow-copper.png");
}

.metal-live-section,
.metal-quote-board,
.metal-spec-section {
    padding: 0 0 96px;
    background: #080313;
}

.metal-quote-board,
.metal-quote-board.in-view {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.metal-live-section {
    padding: 80px 0 112px;
}

.metal-section-heading {
    width: min(var(--metal-shell), calc(100% - 64px));
    margin: 0 auto 42px;
    text-align: center;
}

.metal-section-heading.align-left {
    margin: 0 0 42px;
    text-align: left;
}

.metal-section-heading h2,
.metal-mobile-copy h2,
.metal-final-inner h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: 64px;
    line-height: 102px;
    font-weight: 900;
    letter-spacing: 0;
}

.metal-quote-board .metal-section-heading span,
.metal-spec-section .metal-section-heading span {
    display: none;
}

.metal-quote-board .metal-section-heading h2,
.metal-spec-section .metal-section-heading h2,
.metal-features-section .metal-section-heading h2 {
    background: linear-gradient(to left, #8300d5 0%, #af59ff 99%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.metal-quote-board .metal-section-heading h2,
.metal-spec-section .metal-section-heading h2 {
    margin-top: 0;
    font-size: 64px;
    line-height: 102px;
}

.metal-section-heading p,
.metal-mobile-copy p,
.metal-final-inner p {
    width: min(760px, 100%);
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 18px;
    line-height: 1.75;
}

.metal-spec-section .metal-section-heading p {
    display: none;
}

.metal-section-heading.align-left p {
    margin-left: 0;
}

.metal-features-section .metal-section-heading.align-left {
    margin: 0 auto 48px;
    text-align: center;
}

.metal-features-section .metal-section-heading.align-left p {
    margin-left: auto;
}

.metal-features-section .metal-section-heading span {
    display: none;
}

.metal-terminal-toolbar {
    width: min(1232px, calc(100% - 64px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.metal-terminal-tabs,
.metal-terminal-tools {
    display: flex;
    align-items: center;
}

.metal-terminal-tabs {
    height: 72px;
    padding: 4px;
    gap: 16px;
    border-radius: 12px;
    background: #490fa8;
}

.metal-terminal-tabs a {
    width: 121px;
    height: 64px;
    padding: 8px 24px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: transparent;
    color: #ccc4ce;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
}

.metal-terminal-tabs a span,
.metal-terminal-tabs a small {
    color: inherit;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.metal-terminal-tabs a:nth-child(3) {
    width: 116px;
}

.metal-terminal-tabs a.active {
    background: #8000ff;
    color: #fff;
}

.metal-terminal-frame {
    width: min(1232px, calc(100% - 64px));
    min-height: 0;
    margin: 32px auto 0;
    padding: 0;
    border-radius: 14px;
    background: transparent;
    box-shadow: none;
}

.metal-terminal-main {
    min-width: 0;
    padding: 0;
    border-radius: 14px;
    background: transparent;
    color: #fff;
}

.metal-terminal-head,
.metal-terminal-price,
.metal-trade-actions,
.metal-terminal-metrics {
    display: flex;
}

.metal-terminal-head {
    min-height: 126px;
    padding: 32px 31px 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #0d0d10;
}

.metal-terminal-symbol {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
}

.metal-symbol-icon {
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #edb100;
    background-image: url("../images/mjjyk-home/product-gold.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 58px auto;
}

.metal-symbol-icon.is-gold {
    background-image: url("../images/mjjyk-home/product-gold.png");
}

.metal-symbol-icon.is-silver {
    background-image: url("../images/mjjyk-home/product-silver.png");
}

.metal-symbol-icon.is-copper {
    background-image: url("../images/mjjyk-home/product-copper.png");
}

.metal-status-dot {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    margin-left: 2px;
    border-radius: 11px;
    background: rgba(31, 111, 99, 0.42);
    position: relative;
}

.metal-status-dot::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    background: #44d5c2;
}

.metal-terminal-head strong {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.metal-terminal-head [data-terminal-subtitle] {
    display: none;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.metal-terminal-price {
    align-items: baseline;
    gap: 8px;
    margin-top: 3px;
}

.metal-terminal-price b {
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.metal-terminal-price small {
    color: #fff;
    font-size: 13px;
    font-weight: 900;
}

.metal-terminal-price i,
.metal-terminal-price em {
    color: #ff4156;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
}

.metal-terminal-mini-quotes {
    display: flex;
    gap: 16px;
    padding-top: 0;
}

.metal-terminal-mini-quotes a {
    width: 108px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 184, 166, 0.28);
    border-radius: 8px;
    background: rgba(255, 180, 171, 0.1);
    text-decoration: none;
}

.metal-terminal-mini-quotes a:nth-child(2) {
    border-color: rgba(220, 184, 255, 0.3);
    background: rgba(220, 184, 255, 0.1);
}

.metal-terminal-mini-quotes span {
    display: block;
    color: #ffbdad;
    font-size: 16px;
    line-height: 24px;
}

.metal-terminal-mini-quotes a:nth-child(2) span {
    color: #dbb8ff;
}

.metal-terminal-mini-quotes b {
    margin-top: 4px;
    color: #ffbdad;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.metal-terminal-mini-quotes a:nth-child(2) b {
    color: #dbb8ff;
}

.metal-terminal-tools {
    margin-top: 20px;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    background: #490fa8;
}

.metal-terminal-tools::-webkit-scrollbar {
    display: none;
}

.metal-terminal-tools button {
    flex: 0 0 auto;
    height: 32px;
    min-width: 0;
    padding: 4px 12px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #ccc4ce;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
}

.metal-terminal-tools button.active,
.metal-terminal-tools button:hover {
    background: #362e36;
    color: #d6bcf0;
}

.metal-chart-range {
    height: 48px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: #0d0d10;
}

.metal-chart-range button {
    width: 42px;
    height: 36px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #f4f7ff;
    font-size: 16px;
    font-weight: 700;
}

.metal-chart-range button.active {
    background: #2c2f36;
}

.metal-terminal-chart {
    height: 354px;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #0d0d10;
}

.metal-main-chart {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0d0d10;
}

.metal-main-chart span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.42);
    font-size: 14px;
}

.metal-trade-actions {
    margin-top: 18px;
    gap: 16px;
}

.metal-trade-actions a {
    flex: 1;
    min-height: 92px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.metal-trade-actions span {
    color: #fff;
}

.metal-trade-actions b {
    margin-top: 6px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.metal-buy {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.1);
}

.metal-buy b {
    color: #00b2ac;
}

.metal-sell {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.1);
}

.metal-sell b {
    color: #e600c7;
}

.metal-terminal-metrics {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    min-height: 106px;
    overflow: hidden;
    border-radius: 4px;
    background: transparent;
}

.metal-terminal-metrics div {
    min-width: 0;
    padding: 18px 37px 17px;
    border-right: 1px solid #080313;
    background: #211a2e;
    text-align: center;
}

.metal-terminal-metrics div:last-child {
    border-right: 0;
}

.metal-terminal-metrics span,
.metal-terminal-metrics small {
    display: block;
    color: #fbf4ed;
    font-size: 14px;
    line-height: 15px;
}

.metal-terminal-metrics b {
    display: block;
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
}

.metal-terminal-metrics div:nth-child(1) small,
.metal-terminal-metrics div:nth-child(2) small,
.metal-terminal-metrics div:nth-child(4) small {
    color: #00b2ac;
}

.metal-terminal-metrics div:nth-child(3) small {
    color: #e600c7;
}

.metal-terminal-metrics div:nth-child(5) small {
    color: #bebebe;
}

.metal-market-table {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 12px;
    background: #1f192d;
    scrollbar-width: none;
}

.metal-market-table::-webkit-scrollbar {
    display: none;
}

.metal-market-table-inner {
    min-width: 1232px;
    padding: 0 24px;
}

.metal-market-row {
    display: grid;
    grid-template-columns: 208px 158px 210px 186px 169px 140px 157px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.metal-market-row:last-child {
    border-bottom: 0;
}

.metal-market-row > span,
.metal-market-row > strong,
.metal-market-row > em {
    min-width: 0;
    min-height: 81px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.metal-market-head > span {
    min-height: 54px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 22px;
    font-weight: 900;
}

.metal-market-row > em:last-child,
.metal-market-head > span:last-child {
    justify-content: flex-end;
}

.metal-market-row b {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.metal-market-star {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin-right: 13px;
    display: inline-block;
    background: url("../images/metal/market-star-silver.png") center / contain no-repeat;
}

.metal-market-row:nth-child(2) .metal-market-star {
    background-image: url("../images/metal/market-star-gold.png");
}

.metal-market-row:nth-child(3) .metal-market-star {
    background-image: url("../images/metal/market-star-silver.png");
}

.metal-market-row:nth-child(4) .metal-market-star {
    background-image: url("../images/metal/market-star-copper.png");
}

.metal-market-row .cyan {
    color: #00d6ce;
    font-weight: 900;
}

.metal-market-row .magenta {
    color: #ff00d8;
    font-weight: 900;
}

.metal-market-row [data-change].up {
    color: #ff00d8;
}

.metal-market-row [data-change].down {
    color: #00d6ce;
}

.metal-spec-table {
    width: min(1280px, calc(100% - 64px));
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    background: #1f192d;
}

.metal-spec-row {
    display: grid;
    grid-template-columns: 1.04fr 1fr 1fr 1fr;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.metal-spec-row:first-child {
    border-top: 0;
}

.metal-spec-row span,
.metal-spec-row strong {
    min-height: 75px;
    padding: 0 48px;
    display: flex;
    align-items: center;
    border-left: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
}

.metal-spec-row span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 22px;
    font-weight: 500;
}

.metal-spec-row strong {
    font-weight: 500;
}

.metal-spec-head {
    background: #4a236b;
}

.metal-spec-head span,
.metal-spec-head strong {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
}

.metal-features-section {
    position: relative;
    min-height: 975px;
    padding: 80px 0;
    overflow: hidden;
    background: #0f0620 url("../images/metal/metal-features-bg.png") center / cover no-repeat;
}

.metal-features-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(63, 17, 88, 0.2);
    pointer-events: none;
}

.metal-features-inner {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.metal-features-section .metal-section-heading {
    margin: 0 auto;
}

.metal-features-section .metal-section-heading h2 {
    margin: 0;
    font-size: 64px;
    line-height: 102px;
}

.metal-features-section .metal-section-heading p {
    margin-top: 0;
    color: #ccc4ce;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}

.metal-feature-grid {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.metal-feature-grid article {
    min-height: 214px;
    padding: 33px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #4a454d;
    border-radius: 12px;
    background: rgba(18, 20, 20, 0.5);
    backdrop-filter: blur(10px);
}

.metal-feature-grid i {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    background: url("../images/metal/feature-global-market.png") center / contain no-repeat;
}

.metal-feature-grid article:nth-child(2) i {
    background-image: url("../images/metal/feature-two-way.png");
}

.metal-feature-grid article:nth-child(3) i {
    width: 24px;
    background-image: url("../images/metal/feature-liquidity.png");
}

.metal-feature-grid article:nth-child(4) i {
    width: 33px;
    height: 23px;
    background-image: url("../images/metal/feature-transparent-pricing.png");
}

.metal-feature-grid article:nth-child(5) i {
    width: 24px;
    background-image: url("../images/metal/feature-hedge-protection.png");
}

.metal-feature-grid article:nth-child(6) i {
    width: 27px;
    height: 27px;
    background-image: url("../images/metal/feature-flexible-position.png");
}

.metal-feature-grid h3 {
    margin: 12px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.metal-feature-grid p {
    margin: 0;
    color: #ccc4ce;
    font-size: 16px;
    line-height: 1.68;
    font-weight: 500;
}

.metal-feature-cta {
    width: 257px;
    height: 66px;
    margin: -20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(180deg, #f1ca8f 0%, #c89547 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 4px 12.5px rgba(206, 162, 113, 0.5);
}

.metal-features-shield {
    position: absolute;
    right: max(60px, calc((100vw - 1280px) / 2 - 225px));
    top: 242px;
    width: clamp(300px, 18.5vw, 355px);
    z-index: 1;
    filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.46));
    transform-origin: 55% 55%;
    animation: metalFeatureShieldFloat 6s linear infinite alternate;
    will-change: transform;
}

.metal-features-trophy {
    position: absolute;
    left: max(58px, calc((100vw - 1280px) / 2 - 261px));
    bottom: 11px;
    width: clamp(240px, 18vw, 322px);
    z-index: 1;
    transform-origin: 50% 70%;
    animation: metalFeatureTrophyFloat 6.8s linear infinite alternate;
    animation-delay: -2s;
    will-change: transform;
}

.metal-mobile-section {
    position: relative;
    min-height: 824px;
    padding: 80px 0;
    overflow: hidden;
    background: #111329 url("../images/metal/metal-mobile-bg.png") center / cover no-repeat;
}

.metal-mobile-section::after {
    content: "";
    position: absolute;
    inset: 0 0 0 50%;
    background: linear-gradient(270deg, rgba(214, 188, 240, 0.2) 0%, rgba(214, 188, 240, 0) 100%);
    opacity: 0.3;
    pointer-events: none;
}

.metal-mobile-inner {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 48px));
    min-height: 664px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: center;
}

.metal-mobile-copy {
    width: 100%;
    padding-top: 0;
}

.metal-mobile-copy span {
    display: none;
}

.metal-mobile-copy h2 {
    margin: 0;
    background: linear-gradient(90deg, #ffffff 0%, #8b32f0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
}

.metal-mobile-copy p {
    width: min(514px, 100%);
    margin: 24px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.metal-mobile-meta {
    margin: 18px 0 0;
    padding: 0;
    color: #bebebe;
    font-size: 16px;
    line-height: 25.6px;
}

.metal-mobile-meta div {
    display: flex;
}

.metal-mobile-meta dt,
.metal-mobile-meta dd {
    margin: 0;
    font-weight: 500;
}

.metal-mobile-actions {
    margin-top: 32px;
    gap: 16px;
}

.metal-mobile-actions .metal-store-btn {
    width: 263px;
    height: 77px;
    min-width: 0;
    padding: 0 33px;
    justify-content: flex-start;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    box-shadow: none;
    backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.metal-mobile-actions .metal-store-btn:first-child {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    box-shadow: none;
}

.metal-mobile-actions .metal-store-btn:last-child {
    width: 255px;
}

.metal-store-btn i {
    flex: 0 0 auto;
    width: 36px;
    height: 43px;
    display: block;
    background: url("../images/mjjyk-home/download-ios.png") center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.metal-store-android i {
    width: 48px;
    height: 40px;
    background-image: url("../images/mjjyk-home/download-android.png");
}

.metal-mobile-actions .metal-store-btn:hover,
.metal-mobile-actions .metal-store-btn:active {
    transform: translateY(-2px);
    border: 0;
}

.metal-mobile-actions .metal-store-ios:hover,
.metal-mobile-actions .metal-store-ios:active {
    background: linear-gradient(to right, #e600c7 0%, #ff89ef 100%);
    box-shadow: 0 8px 24px rgba(230, 0, 199, 0.4);
}

.metal-mobile-actions .metal-store-android:hover,
.metal-mobile-actions .metal-store-android:active {
    background: linear-gradient(to right, #6e00c1 0%, #c06bff 100%);
    box-shadow: 0 8px 24px rgba(110, 0, 193, 0.4);
}

.metal-store-btn span,
.metal-store-btn strong {
    display: block;
}

.metal-store-btn span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 15px;
}

.metal-store-btn strong {
    margin-top: 5px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.metal-phone-stack {
    --metal-phone-stack-base: translateX(0);
    position: absolute;
    right: -24px;
    top: 0;
    width: min(665px, 54vw);
    height: 655px;
    transform: var(--metal-phone-stack-base);
    transform-origin: 50% 55%;
    animation: sec-mob 6s linear infinite alternate;
    will-change: transform;
}

.metal-phone-stack img {
    position: absolute;
    width: min(453px, 35vw);
    max-width: none;
    filter: drop-shadow(0 28px 50px rgba(0, 0, 0, 0.42));
}

.metal-phone-account {
    left: 0;
    top: 88px;
    z-index: 1;
}

.metal-phone-trade {
    left: 280px;
    top: 0;
    z-index: 2;
}

@keyframes sec-mob {
    0% {
        transform: var(--metal-phone-stack-base) translateX(0) rotate(0deg);
    }

    100% {
        transform: var(--metal-phone-stack-base) translateX(10%) rotate(-10deg);
    }
}

@keyframes metalFeatureShieldFloat {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-18px, -20px, 0) rotate(3deg);
    }
}

@keyframes metalFeatureTrophyFloat {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(22px, -15px, 0) rotate(-4.5deg);
    }
}

.metal-final-cta {
    min-height: 490px;
    padding: 96px 0;
    display: flex;
    align-items: center;
    background: #31135a url("../images/metal/metal-cta-bg.png") center / cover no-repeat;
}

.metal-final-inner {
    width: min(768px, calc(100% - 64px));
    margin: 0 auto;
    text-align: center;
}

.metal-final-inner h2 {
    margin: 0;
    font-size: 64px;
    line-height: 68px;
}

.metal-final-inner p {
    margin-left: auto;
    margin-right: auto;
    color: #f3f4f6;
    font-size: 32px;
    line-height: 1.45;
    font-weight: 500;
}

.metal-final-inner span {
    display: none;
}

.metal-final-actions {
    justify-content: center;
    margin-top: 36px;
    gap: 22px;
}

.metal-final-actions a {
    width: 200px;
    min-width: 0;
    height: 52px;
    padding: 0 32px;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
    box-shadow: none;
}

.metal-final-actions a:first-child {
    background: linear-gradient(180deg, #f1ca8f 0%, #c89547 100%);
    color: #fff;
    box-shadow: 0 4px 12.5px rgba(206, 162, 113, 0.25);
}

.metal-final-actions a:last-child {
    border: 2px solid #fff;
    background: transparent;
}

@keyframes metalSectionIn {
    from {
        opacity: 0;
        transform: translateY(34px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.metal-live-section,
.metal-quote-board,
.metal-spec-section,
.metal-features-section,
.metal-mobile-section,
.metal-final-cta {
    opacity: 0;
}

.metal-live-section.in-view,
.metal-quote-board.in-view,
.metal-spec-section.in-view,
.metal-features-section.in-view,
.metal-mobile-section.in-view,
.metal-final-cta.in-view {
    animation: metalSectionIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@media (prefers-reduced-motion: reduce) {
    .metal-live-section,
    .metal-quote-board,
    .metal-spec-section,
    .metal-features-section,
    .metal-mobile-section,
    .metal-final-cta,
    .metal-phone-stack,
    .metal-features-shield,
    .metal-features-trophy,
    .metal-hero-trend {
        opacity: 1;
        animation: none !important;
    }
}

@media (max-width: 1320px) and (min-width: 1081px) {
    .metal-hero-copy {
        width: min(720px, 64%);
        padding-left: 24px;
    }

    .metal-hero-trend {
        top: 106px;
        right: -156px;
        width: min(46vw, 560px);
        height: auto;
    }

    .metal-product-grid,
    .metal-terminal-toolbar,
    .metal-terminal-frame,
    .metal-market-table,
    .metal-spec-table {
        width: min(1232px, calc(100% - 48px));
    }

    .metal-product-grid,
    .metal-feature-grid {
        gap: 24px;
    }

    .metal-product-card,
    .metal-feature-grid article {
        padding: 28px;
    }

    .metal-product-card p {
        padding-right: 72px;
    }

    .metal-terminal-toolbar {
        gap: 16px;
    }

    .metal-terminal-tabs {
        gap: 10px;
    }

    .metal-terminal-tabs a {
        width: 116px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .metal-terminal-tabs a:nth-child(3) {
        width: 112px;
    }

    .metal-terminal-metrics div {
        padding-right: 24px;
        padding-left: 24px;
    }

    .metal-market-table-inner {
        min-width: 0;
        padding: 0 18px;
    }

    .metal-market-row {
        grid-template-columns: minmax(176px, 1.2fr) minmax(112px, 0.75fr) repeat(2, minmax(142px, 1fr)) repeat(2, minmax(118px, 0.82fr)) minmax(120px, 0.82fr);
    }

    .metal-market-row > span,
    .metal-market-row > strong,
    .metal-market-row > em {
        padding-right: 12px;
        padding-left: 12px;
    }

    .metal-spec-row span,
    .metal-spec-row strong {
        padding-right: 32px;
        padding-left: 32px;
    }

    .metal-features-inner,
    .metal-mobile-inner {
        width: min(1280px, calc(100% - 48px));
    }

    .metal-features-inner {
        gap: 56px;
    }

    .metal-features-shield {
        right: -54px;
        opacity: 0.55;
    }

    .metal-features-trophy {
        left: -48px;
        opacity: 0.55;
    }

    .metal-mobile-inner {
        grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
        gap: 32px;
    }

    .metal-phone-stack {
        right: -72px;
        width: min(600px, 50vw);
        height: 600px;
    }

    .metal-phone-stack img {
        width: min(405px, 33vw);
    }

    .metal-phone-trade {
        left: 250px;
    }
}

@media (max-width: 1200px) and (min-width: 1081px) {
    .metal-mobile-inner {
        grid-template-columns: minmax(500px, 0.96fr) minmax(360px, 1.04fr);
        gap: 24px;
    }

    .metal-mobile-copy h2 {
        font-size: 60px;
    }

    .metal-mobile-copy p {
        font-size: 22px;
        line-height: 32px;
    }

    .metal-mobile-actions .metal-store-btn {
        width: 240px;
        height: 72px;
        padding-right: 26px;
        padding-left: 26px;
    }

    .metal-mobile-actions .metal-store-btn:last-child {
        width: 232px;
    }

    .metal-phone-stack {
        right: -96px;
        width: 540px;
    }

    .metal-phone-stack img {
        width: 360px;
    }

    .metal-phone-trade {
        left: 220px;
    }
}

@media (max-width: 1080px) {
    .metal-hero-trend {
        top: 112px;
        right: -118px;
        width: min(56vw, 500px);
        height: auto;
        opacity: 0.78;
    }

    .metal-hero-copy {
        width: 58%;
    }

    .metal-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metal-terminal-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .metal-terminal-sidebar {
        display: flex;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
    }

    .metal-terminal-sidebar strong {
        flex: 0 0 auto;
        margin: 0 8px 0 0;
    }

    .metal-side-row {
        flex: 0 0 auto;
        min-width: 132px;
        margin-top: 0 !important;
    }

    .metal-features-shield {
        right: -88px;
        opacity: 0.35;
    }

    .metal-features-trophy {
        left: auto;
        right: 12px;
        opacity: 0.35;
    }

    .metal-mobile-copy {
        width: 52%;
    }
}

@media (max-width: 820px) {
    .metal-hero-shell,
    .metal-product-grid,
    .metal-section-heading,
    .metal-terminal-toolbar,
    .metal-terminal-frame,
    .metal-market-table,
    .metal-spec-table,
    .metal-features-inner,
    .metal-mobile-inner,
    .metal-final-inner {
        width: calc(100% - 32px);
    }

    .metal-product-hero {
        min-height: auto;
    }

    .metal-hero-shell {
        min-height: 620px;
    }

    .metal-hero-copy {
        width: 100%;
        padding-top: 112px;
        padding-left: 0;
    }

    .metal-hero-trend {
        top: 146px;
        right: -96px;
        width: min(70vw, 470px);
        height: auto;
        opacity: 0.52;
    }

    .metal-hero-copy h1 {
        font-size: 64px;
        line-height: 1.08;
    }

    .metal-hero-copy p {
        width: min(520px, 100%);
        font-size: 17px;
        margin-left: 0;
        line-height: 1.7;
        letter-spacing: 0;
    }

    .metal-product-cards {
        margin-top: -56px;
        padding-bottom: 70px;
    }

    .metal-product-grid,
    .metal-feature-grid {
        grid-template-columns: 1fr;
    }

    .metal-product-card {
        min-height: 430px;
    }

    .metal-live-section {
        padding-top: 56px;
    }

    .metal-terminal-tabs,
    .metal-terminal-tools {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .metal-terminal-tabs::-webkit-scrollbar,
    .metal-terminal-tools::-webkit-scrollbar {
        display: none;
    }

    .metal-terminal-tabs a {
        flex: 0 0 124px;
    }

    .metal-terminal-main {
        padding: 0;
    }

    .metal-terminal-head {
        flex-direction: column;
        min-height: 0;
        padding: 22px 18px 0;
    }

    .metal-terminal-symbol {
        width: 100%;
        align-items: center;
        gap: 12px;
    }

    .metal-terminal-symbol > div {
        flex: 1;
        min-width: 0;
    }

    .metal-terminal-head strong {
        font-size: 22px;
    }

    .metal-terminal-price {
        flex-wrap: wrap;
        gap: 6px;
    }

    .metal-terminal-price b {
        font-size: 32px;
    }

    .metal-terminal-price i,
    .metal-terminal-price em {
        font-size: 16px;
    }

    .metal-symbol-icon {
        width: 56px;
        height: 56px;
        background-size: 45px auto;
    }

    .metal-status-dot {
        display: none;
    }

    .metal-terminal-mini-quotes {
        width: 100%;
    }

    .metal-terminal-mini-quotes a {
        flex: 1;
        width: auto;
    }

    .metal-chart-range {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .metal-terminal-chart {
        height: 300px;
    }

    .metal-terminal-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metal-trade-actions {
        flex-direction: row;
    }

    .metal-spec-table {
        overflow-x: auto;
    }

    .metal-spec-row {
        min-width: 900px;
    }

    .metal-spec-row span,
    .metal-spec-row strong {
        padding: 0 24px;
    }

    .metal-features-section {
        min-height: auto;
        padding: 78px 0;
    }

    .metal-features-shield,
    .metal-features-trophy {
        display: none;
    }

    .metal-mobile-section {
        min-height: auto;
        padding: 64px 0 0;
    }

    .metal-mobile-inner {
        display: block;
        min-height: 940px;
    }

    .metal-mobile-copy {
        position: relative;
        z-index: 2;
        width: 100%;
        padding-top: 0;
    }

    .metal-phone-stack {
        --metal-phone-stack-base: translateX(-50%);
        left: 50%;
        right: auto;
        top: 360px;
        bottom: auto;
        width: 560px;
        height: 520px;
        z-index: 1;
    }

    .metal-phone-stack img {
        width: 300px;
    }
}

@media (max-width: 520px) {
    .metal-hero-shell,
    .metal-product-grid,
    .metal-section-heading,
    .metal-terminal-toolbar,
    .metal-terminal-frame,
    .metal-market-table,
    .metal-spec-table,
    .metal-features-inner,
    .metal-mobile-inner,
    .metal-final-inner {
        width: calc(100% - 24px);
    }

    .metal-hero-shell {
        min-height: 560px;
    }

    .metal-hero-copy {
        padding-top: 108px;
    }

    .metal-hero-trend {
        top: 178px;
        right: -92px;
        width: min(84vw, 340px);
        opacity: 0.46;
    }

    .metal-hero-copy h1 {
        font-size: 46px;
        white-space: normal;
    }

    .metal-hero-copy p,
    .metal-section-heading p,
    .metal-mobile-copy p,
    .metal-final-inner p {
        font-size: 15px;
        line-height: 1.65;
    }

    .metal-primary-btn,
    .metal-secondary-btn,
    .metal-final-actions a,
    .metal-mobile-actions a {
        min-width: 0;
        width: 100%;
    }

    .metal-product-card {
        width: calc(100vw - 24px);
        padding: 28px 22px;
    }

    .metal-product-card img {
        right: 10px;
        top: 16px;
        width: 96px;
        height: 94px;
    }

    .metal-product-card p {
        width: 100%;
        max-width: calc(100vw - 86px);
        white-space: normal !important;
        font-size: 14px;
        line-height: 1.7;
    }

    .metal-product-card dl div {
        min-height: 48px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 4px;
    }

    .metal-product-card dd {
        max-width: 100%;
        font-size: 11px;
        text-align: left;
    }

    .metal-live-section,
    .metal-quote-board,
    .metal-spec-section {
        padding-bottom: 70px;
    }

    .metal-terminal-chart {
        height: 240px;
    }

    .metal-terminal-head strong {
        font-size: 20px;
    }

    .metal-terminal-price b {
        font-size: 30px;
    }

    .metal-terminal-price i {
        font-size: 15px;
    }

    .metal-terminal-price em {
        flex-basis: 100%;
        font-size: 15px;
    }

    .metal-terminal-metrics {
        grid-template-columns: 1fr;
    }

    .metal-trade-actions {
        gap: 10px;
    }

    .metal-trade-actions a {
        min-height: 66px;
        padding: 12px 8px;
    }

    .metal-trade-actions b {
        font-size: 18px;
    }

    .metal-section-heading h2,
    .metal-mobile-copy h2,
    .metal-final-inner h2 {
        font-size: 30px;
    }

    .metal-phone-stack {
        width: 430px;
        height: 452px;
        top: 390px;
    }

    .metal-phone-stack img {
        width: 240px;
    }

    .metal-phone-account {
        left: 0;
        top: 70px;
    }

    .metal-phone-trade {
        left: auto;
        right: 0;
        top: 20px;
    }

    .metal-mobile-inner {
        min-height: 870px;
    }

    .metal-mobile-copy h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .metal-mobile-copy p {
        width: 100%;
        max-width: 100%;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .metal-mobile-meta {
        margin-top: 18px;
        font-size: 13px;
    }

    .metal-mobile-actions {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 22px;
        gap: 10px;
    }

    .metal-mobile-actions .metal-store-btn {
        width: 220px;
        flex: 0 0 auto;
        max-width: 100%;
        height: 58px;
        padding: 0 12px;
        gap: 8px;
    }

    .metal-store-btn i {
        width: 28px;
        height: 28px;
    }

    .metal-store-btn span {
        font-size: 11px;
    }

    .metal-store-btn strong {
        font-size: 15px;
    }
}

@media (max-width: 820px) {
    .metal-product-cards {
        margin-top: -48px;
        padding-bottom: 48px;
    }

    .metal-product-grid {
        gap: 16px;
    }

    .metal-product-card {
        height: auto;
        min-height: 392px;
        padding: 24px 24px 76px;
        border-radius: 24px;
    }

    .metal-product-card::before {
        right: 78px;
        top: 30px;
        font-size: 76px;
    }

    .metal-product-card:nth-child(2)::before,
    .metal-product-card:nth-child(3)::before {
        right: 78px;
        top: 30px;
    }

    .metal-product-card img {
        right: 18px;
        top: 18px;
        width: 96px;
        height: 94px;
        object-fit: contain;
    }

    .metal-product-card:nth-child(3) img {
        top: 22px;
    }

    .metal-product-card h2 {
        max-width: calc(100% - 118px);
        font-size: 30px;
        line-height: 1.15;
    }

    .metal-product-code {
        font-size: 15px;
        line-height: 22px;
    }

    .metal-product-card p {
        min-height: 0;
        margin-top: 22px;
        padding: 12px 88px 12px 0;
        font-size: 15px;
        line-height: 1.65;
    }

    .metal-product-card dl {
        gap: 0;
        margin-top: 12px;
    }

    .metal-product-card dl div {
        min-height: 42px;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 14px;
    }

    .metal-product-card dt,
    .metal-product-card dd {
        font-size: 14px;
        line-height: 20px;
    }

    .metal-product-card dd {
        max-width: 58%;
        text-align: right;
    }

    .metal-product-card > strong {
        left: 24px;
        bottom: 24px;
        font-size: 20px;
        line-height: 28px;
    }

    .metal-product-arrow,
    .metal-product-card:nth-child(1) .metal-product-arrow,
    .metal-product-card:nth-child(2) .metal-product-arrow,
    .metal-product-card:nth-child(3) .metal-product-arrow {
        right: 24px;
        bottom: 24px;
        width: 38px;
        height: 38px;
    }

    .metal-live-section,
    .metal-quote-board,
    .metal-spec-section {
        padding-bottom: 56px;
    }

    .metal-live-section {
        padding-top: 52px;
    }

    .metal-section-heading {
        margin-bottom: 26px;
    }

    .metal-section-heading h2,
    .metal-mobile-copy h2,
    .metal-final-inner h2,
    .metal-quote-board .metal-section-heading h2,
    .metal-spec-section .metal-section-heading h2,
    .metal-features-section .metal-section-heading h2 {
        font-size: clamp(34px, 7vw, 48px);
        line-height: 1.18;
        white-space: nowrap;
    }

    .metal-section-heading p,
    .metal-mobile-copy p,
    .metal-final-inner p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.65;
    }

    .metal-terminal-toolbar {
        min-height: 0;
        gap: 10px;
    }

    .metal-terminal-tabs {
        height: 58px;
        padding: 4px;
        gap: 6px;
    }

    .metal-terminal-tabs a,
    .metal-terminal-tabs a:nth-child(3) {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: 50px;
        padding: 6px 4px;
        border-radius: 8px;
    }

    .metal-terminal-tabs a span,
    .metal-terminal-tabs a small {
        font-size: 13px;
        line-height: 18px;
    }

    .metal-terminal-tools {
        width: 100%;
        height: 40px;
        margin-top: 0;
        padding: 4px;
        gap: 4px;
        border-radius: 10px;
    }

    .metal-terminal-tools button {
        flex: 1 1 0;
        height: 32px;
        padding: 0 4px;
        font-size: 13px;
        line-height: 18px;
    }

    .metal-terminal-frame {
        margin-top: 18px;
    }

    .metal-terminal-head {
        min-height: 0;
        padding: 18px 14px 0;
        gap: 12px;
    }

    .metal-symbol-icon {
        width: 48px;
        height: 48px;
        background-size: 39px auto;
    }

    .metal-terminal-head strong {
        font-size: 17px;
        line-height: 22px;
    }

    .metal-terminal-price b {
        font-size: 28px;
    }

    .metal-terminal-mini-quotes {
        gap: 10px;
    }

    .metal-terminal-mini-quotes a {
        width: 96px;
        height: 62px;
    }

    .metal-terminal-mini-quotes span,
    .metal-terminal-mini-quotes b {
        font-size: 13px;
        line-height: 18px;
    }

    .metal-chart-range {
        height: 42px;
        padding: 0 6px;
        gap: 4px;
    }

    .metal-chart-range button {
        flex: 1 1 0;
        width: auto;
        height: 32px;
        font-size: 12px;
    }

    .metal-terminal-chart {
        height: 260px;
    }

    .metal-trade-actions {
        margin-top: 14px;
        gap: 10px;
    }

    .metal-trade-actions a {
        min-height: 70px;
        padding: 12px 10px;
        font-size: 13px;
    }

    .metal-trade-actions b {
        font-size: 19px;
        line-height: 24px;
    }

    .metal-terminal-metrics {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: 0;
        margin-top: 14px;
    }

    .metal-terminal-metrics div {
        padding: 14px 8px 13px;
    }

    .metal-terminal-metrics span,
    .metal-terminal-metrics small {
        font-size: 12px;
        line-height: 15px;
    }

    .metal-terminal-metrics b {
        margin: 8px 0;
        font-size: 17px;
        line-height: 19px;
    }

    .metal-market-table-inner {
        min-width: 720px;
        padding: 0 12px;
    }

    .metal-market-row {
        grid-template-columns: 128px 86px 110px 110px 88px 88px 98px;
    }

    .metal-market-row > span,
    .metal-market-row > strong,
    .metal-market-row > em {
        min-height: 60px;
        padding: 0 10px;
        font-size: 14px;
    }

    .metal-market-head > span {
        min-height: 46px;
        font-size: 15px;
    }

    .metal-market-row b {
        font-size: 16px;
    }

    .metal-market-star {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .metal-spec-table {
        overflow-x: auto;
    }

    .metal-spec-row {
        min-width: 640px;
    }

    .metal-spec-row span,
    .metal-spec-row strong {
        min-height: 56px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 1.35;
    }

    .metal-spec-row span,
    .metal-spec-head span,
    .metal-spec-head strong {
        font-size: 15px;
    }

    .metal-features-section {
        padding: 60px 0 64px;
    }

    .metal-features-inner {
        gap: 28px;
    }

    .metal-feature-grid {
        gap: 14px;
    }

    .metal-feature-grid article {
        min-height: 0;
        padding: 20px;
        gap: 10px;
    }

    .metal-feature-grid h3 {
        margin-top: 8px;
        font-size: 18px;
        line-height: 1.25;
    }

    .metal-feature-grid p {
        font-size: 14px;
        line-height: 1.6;
    }

    .metal-feature-cta {
        width: min(240px, 100%);
        height: 52px;
        margin-top: 0;
        font-size: 17px;
    }

    .metal-mobile-section {
        min-height: 0;
        padding: 58px 0 48px;
    }

    .metal-mobile-inner {
        display: flex;
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 26px;
    }

    .metal-mobile-copy {
        text-align: left;
    }

    .metal-mobile-copy p br {
        display: none;
    }

    .metal-mobile-copy p {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .metal-mobile-meta {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .metal-mobile-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px;
        gap: 10px;
    }

    .metal-mobile-actions .metal-store-btn,
    .metal-mobile-actions .metal-store-btn:last-child {
        width: 100%;
        height: 62px;
        padding: 0 16px;
        gap: 10px;
    }

    .metal-store-btn i {
        width: 30px;
        height: 34px;
    }

    .metal-store-android i {
        width: 36px;
        height: 31px;
    }

    .metal-store-btn span {
        font-size: 12px;
        line-height: 14px;
    }

    .metal-store-btn strong {
        font-size: 16px;
        line-height: 20px;
    }

    .metal-phone-stack {
        --metal-phone-stack-base: translateX(0);
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: min(100%, 480px);
        height: 350px;
        margin: 0 auto;
    }

    .metal-phone-stack img {
        width: 230px;
    }

    .metal-phone-account {
        left: 24px;
        top: 76px;
    }

    .metal-phone-trade {
        left: auto;
        right: 24px;
        top: 20px;
    }

    .metal-final-cta {
        min-height: 0;
        padding: 72px 0;
    }

    .metal-final-inner p {
        font-size: 17px;
    }

    .metal-final-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 24px;
        gap: 12px;
    }

    .metal-final-actions a {
        width: 100%;
        height: 46px;
        padding: 0 12px;
        font-size: 15px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .metal-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metal-product-card:nth-child(3) {
        grid-column: 1 / -1;
    }

    .metal-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metal-feature-grid article {
        min-height: 168px;
    }
}

@media (max-width: 520px) {
    .metal-hero-shell {
        min-height: 530px;
    }

    .metal-hero-copy h1 {
        font-size: 42px;
        line-height: 1.14;
    }

    .metal-hero-copy p {
        font-size: 14px;
        line-height: 1.65;
    }

    .metal-hero-trend {
        top: 184px;
        right: -84px;
        width: min(86vw, 340px);
        opacity: 0.46;
    }

    .metal-product-cards {
        margin-top: -42px;
        padding-bottom: 42px;
    }

    .metal-product-card {
        width: auto;
        min-height: 378px;
        padding: 22px 20px 70px;
        border-radius: 22px;
    }

    .metal-product-card::before,
    .metal-product-card:nth-child(2)::before,
    .metal-product-card:nth-child(3)::before {
        right: 70px;
        top: 28px;
        font-size: 68px;
    }

    .metal-product-card img {
        right: 14px;
        top: 18px;
        width: 82px;
        height: 82px;
    }

    .metal-product-card h2 {
        max-width: calc(100% - 102px);
        font-size: 28px;
    }

    .metal-product-card p {
        max-width: none;
        margin-top: 20px;
        padding-right: 74px;
        font-size: 14px;
    }

    .metal-product-card dt,
    .metal-product-card dd {
        font-size: 13px;
    }

    .metal-product-card dd {
        font-size: 13px;
        text-align: right;
    }

    .metal-live-section {
        padding-top: 48px;
    }

    .metal-section-heading h2,
    .metal-mobile-copy h2,
    .metal-final-inner h2,
    .metal-quote-board .metal-section-heading h2,
    .metal-spec-section .metal-section-heading h2,
    .metal-features-section .metal-section-heading h2 {
        font-size: 30px;
    }

    .metal-terminal-tabs {
        height: 56px;
        gap: 4px;
    }

    .metal-terminal-tabs a,
    .metal-terminal-tabs a:nth-child(3) {
        height: 48px;
    }

    .metal-terminal-tabs a span,
    .metal-terminal-tabs a small {
        font-size: 12px;
        line-height: 16px;
    }

    .metal-terminal-frame {
        margin-top: 16px;
    }

    .metal-terminal-head {
        flex-direction: column;
    }

    .metal-terminal-symbol {
        align-items: center;
    }

    .metal-terminal-symbol > div {
        min-width: 0;
    }

    .metal-terminal-mini-quotes {
        width: 100%;
    }

    .metal-terminal-mini-quotes a {
        flex: 1 1 0;
        width: auto;
        height: 56px;
    }

    .metal-terminal-chart {
        height: 224px;
    }

    .metal-terminal-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metal-terminal-metrics div {
        padding: 13px 8px 12px;
        border-right: 1px solid #080313;
        border-bottom: 1px solid #080313;
    }

    .metal-terminal-metrics div:nth-child(2n) {
        border-right: 0;
    }

    .metal-terminal-metrics div:nth-child(5) {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
    }

    .metal-market-table-inner {
        min-width: 0;
        padding: 0;
    }

    .metal-market-table,
    .metal-spec-table {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .metal-market-head,
    .metal-spec-head {
        display: none;
    }

    .metal-market-row,
    .metal-spec-row {
        min-width: 0;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        background: #1f192d;
        overflow: hidden;
    }

    .metal-market-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 12px;
    }

    .metal-market-row:first-of-type {
        margin-top: 0;
    }

    .metal-market-head + .metal-market-row {
        margin-top: 0;
    }

    .metal-market-row > span,
    .metal-market-row > strong,
    .metal-market-row > em {
        min-height: 56px;
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.035);
        font-size: 14px;
    }

    .metal-market-row > span:first-child {
        grid-column: 1 / -1;
        min-height: 64px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-top: 0;
        font-size: 16px;
    }

    .metal-market-row > span:nth-child(n + 2),
    .metal-market-row > strong,
    .metal-market-row > em {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .metal-market-row > span:nth-child(n + 2)::before,
    .metal-market-row > strong::before,
    .metal-market-row > em::before {
        color: rgba(255, 255, 255, 0.52);
        font-size: 11px;
        line-height: 1;
        font-style: normal;
        font-weight: 500;
    }

    .metal-market-row > span:nth-child(2)::before {
        content: "代码";
    }

    .metal-market-row > strong:nth-child(3)::before {
        content: "卖出价";
    }

    .metal-market-row > strong:nth-child(4)::before {
        content: "买入价";
    }

    .metal-market-row > strong:nth-child(5)::before {
        content: "最高";
    }

    .metal-market-row > strong:nth-child(6)::before {
        content: "最低";
    }

    .metal-market-row > em:nth-child(7)::before {
        content: "涨跌幅";
    }

    .metal-spec-row {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 12px;
    }

    .metal-spec-row:first-of-type {
        margin-top: 0;
    }

    .metal-spec-row.metal-spec-head {
        display: none;
    }

    .metal-spec-head + .metal-spec-row {
        margin-top: 0;
    }

    .metal-features-section {
        padding: 54px 0 58px;
    }

    .metal-spec-row span,
    .metal-spec-row strong {
        min-height: 0;
        padding: 11px 14px;
        justify-content: space-between;
        gap: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 13px;
    }

    .metal-spec-row span {
        border-top: 0;
        background: #4a236b;
        color: #fff;
        font-size: 14px;
        font-weight: 900;
    }

    .metal-spec-row strong::before {
        flex: 0 0 auto;
        color: rgba(255, 255, 255, 0.54);
        font-size: 12px;
        font-weight: 500;
    }

    .metal-spec-row strong:nth-child(2)::before {
        content: "伦敦金";
    }

    .metal-spec-row strong:nth-child(3)::before {
        content: "伦敦银";
    }

    .metal-spec-row strong:nth-child(4)::before {
        content: "现货铜";
    }

    .metal-feature-grid article {
        padding: 18px;
    }

    .metal-mobile-section {
        padding: 54px 0 42px;
    }

    .metal-mobile-meta {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .metal-mobile-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .metal-mobile-actions .metal-store-btn,
    .metal-mobile-actions .metal-store-btn:last-child {
        min-width: 0;
        height: 56px;
        padding: 0 10px;
    }

    .metal-store-btn i {
        width: 25px;
        height: 29px;
    }

    .metal-store-android i {
        width: 31px;
        height: 27px;
    }

    .metal-store-btn span {
        font-size: 11px;
    }

    .metal-store-btn strong {
        font-size: 14px;
        line-height: 18px;
    }

    .metal-phone-stack {
        width: min(100%, 360px);
        height: 282px;
    }

    .metal-phone-stack img {
        width: 178px;
    }

    .metal-phone-account {
        left: 8px;
        top: 72px;
    }

    .metal-phone-trade {
        right: 8px;
        top: 22px;
    }

    .metal-final-cta {
        padding: 62px 0;
    }

    .metal-final-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
