.nv-ryzen-page {
        --nv-font: 'Plus Jakarta Sans', sans-serif;
        --nv-primary: #0f172a;
        --nv-ryzen: #f97316;
        --nv-text: #475569;
        --nv-border: #e2e8f0;
        --ryz-bg: #f8fafc;
        --ryz-red: #dc2626;
        --ryz-red-dark: #b91c1c;
        --ryz-orange: #f97316;
        --ryz-text: #1e293b;
        --ryz-gray: #64748b;
        --ryz-white: #ffffff;
        --ryz-border: #e2e8f0;
        --rf-bg: #f8fafc;
        --rf-text: #475569;
        --rf-title: #0f172a;
        --rf-red: #dc2626;
        --rf-border: #e2e8f0;
        font-family: var(--nv-font);
        color: var(--nv-primary);
    }
    .nv-ryzen-page *, .nv-ryzen-page *::before, .nv-ryzen-page *::after { box-sizing: border-box; }
    .nv-ryzen-page :where(h1, h2, h3, h4, p) { margin: 0; padding: 0; }
    .nv-ryzen-page :where(a) { text-decoration: none; }
    .nv-ryzen-page :where(button) { font-family: var(--nv-font); }

    .nv-ryzen-compact {
        position: relative;
        background: #ffffff;
        padding: 100px 6px;
        font-family: var(--nv-font);
        border-bottom: 1px solid var(--nv-border);
    }

    .nv-hero-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .nv-content { flex: 1.2; }

    .nv-h1 {
        font-size: 2.4rem; font-weight: 800; line-height: 1.1;
        color: var(--nv-primary); margin-bottom: 15px; letter-spacing: -0.02em;
    }
    .nv-h1 span { color: var(--nv-ryzen); }

    .nv-desc {
        font-size: 1rem; color: var(--nv-text); line-height: 1.6;
        margin-bottom: 25px; max-width: 480px;
    }

    .nv-actions { display: flex; align-items: center; gap: 15px; }

    .btn-solid {
        background: var(--nv-primary); color: #fff;
        padding: 10px 24px; border-radius: 6px;
        font-weight: 700; text-decoration: none; transition: 0.2s; font-size: 0.9rem;
        border: none; cursor: pointer;
    }
    .btn-solid:hover { background: #334155; transform: translateY(-2px); }

    .nv-visual { flex: 0.8; display: flex; justify-content: flex-end; }
    .nv-img { width: 100%; max-width: 280px; height: auto; display: block; filter: drop-shadow(0 15px 30px rgba(0,0,0,0.06)); }

    @media (max-width: 768px) {
        .nv-hero-inner { flex-direction: column-reverse; text-align: center; gap: 30px; }
        .nv-h1 { font-size: 2rem; }
        .nv-desc { margin-left: auto; margin-right: auto; }
        .nv-actions { justify-content: center; }
        .nv-visual { justify-content: center; width: 100%; }
        .nv-img { max-width: 200px; }
    }

    .ryz-ticker-wrap {
        background: #ffffff;
        border-bottom: 1px solid #f1f5f9;
        border-top: 1px solid #f1f5f9;
        height: 60px; overflow: hidden;
        display: flex; align-items: center; position: relative;
        font-family: 'Plus Jakarta Sans', sans-serif;
    }
    .ryz-ticker-wrap::before, .ryz-ticker-wrap::after {
        content: ""; position: absolute; top: 0; bottom: 0; width: 100px; z-index: 2; pointer-events: none;
    }
    .ryz-ticker-wrap::before { left: 0; background: linear-gradient(to right, #ffffff, transparent); }
    .ryz-ticker-wrap::after { right: 0; background: linear-gradient(to left, #ffffff, transparent); }

    .ryz-ticker-move { display: flex; white-space: nowrap; animation: tickerScroll 40s linear infinite; }
    @keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
    .ryz-ticker-wrap:hover .ryz-ticker-move { animation-play-state: paused; }

    .ryz-tick-item { display: inline-flex; align-items: center; padding: 0 40px; position: relative; }
    .ryz-tick-item::after { content: "/"; position: absolute; right: 0; color: #e2e8f0; font-weight: 400; font-size: 1.2rem; }

    .rt-label { font-size: 0.85rem; font-weight: 600; color: #64748b; margin-right: 8px; text-transform: uppercase; letter-spacing: 0.5px; }
    .rt-value { font-size: 1rem; font-weight: 800; color: #0f172a; display: flex; align-items: center; gap: 6px; }
    .rt-red { color: #dc2626; }
    .rt-icon { color: #f97316; font-size: 0.9rem; }

    .ryzen-pricing-section {
        background-color: var(--ryz-bg);
        padding: 80px 0;
        font-family: 'Inter', sans-serif;
    }

    .ryz-container {
        max-width: 1280px; margin: 0 auto; padding: 0 20px;
    }

    .ryz-head { text-align: center; margin-bottom: 50px; }
    .ryz-title {
        font-family: 'Plus Jakarta Sans', sans-serif;
        font-size: 2.2rem; font-weight: 800; color: var(--ryz-text);
        margin-bottom: 10px; letter-spacing: -0.03em;
    }
    .ryz-title span { color: var(--ryz-red); }
    .ryz-sub { color: var(--ryz-gray); font-size: 1.05rem; }

    .ryz-controls { display: flex; justify-content: center; margin-bottom: 45px; }
    .ryz-period-box {
        background: #e2e8f0; padding: 4px; border-radius: 12px;
        display: inline-flex; position: relative; gap: 2px;
    }
    .ryz-p-btn {
        border: none; background: transparent; padding: 10px 24px;
        border-radius: 10px; font-size: 0.9rem; font-weight: 600;
        color: #64748b; cursor: pointer; transition: 0.2s; position: relative; z-index: 2;
        font-family: 'Inter', sans-serif;
    }
    .ryz-p-btn.active {
        background: var(--ryz-white); color: var(--ryz-red);
        font-weight: 700; box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .ryz-list { display: flex; flex-direction: column; gap: 15px; }

    .ryz-row {
        background: var(--ryz-white);
        border-radius: 12px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.03);
        transition: all 0.2s ease;
        border: 1px solid transparent;
        position: relative; overflow: visible;
    }

    .ryz-row:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(220, 38, 38, 0.08);
        border-color: #fca5a5;
        z-index: 10;
    }

    .ryz-grid {
        display: grid;
        grid-template-columns: 2fr 1.15fr 0.85fr 1fr 1.2fr 1.2fr 1fr 2.7fr;
        column-gap: 16px;
        align-items: center; min-height: 80px;
        padding-right: 20px;
    }

    .ryz-col {
        display: flex; flex-direction: column; justify-content: center;
        padding: 0 10px; height: 70px; position: relative;
    }

    .ryz-col::after {
        content: ''; position: absolute; right: -8px; top: 25%; bottom: 25%;
        width: 1px; background: #e2e8f0;
    }

    .ryz-col:first-child {
        height: 100%; padding-left: 30px;
        background: linear-gradient(90deg, #fef2f2 0%, rgba(255,255,255,0) 100%);
        border-left: 4px solid var(--ryz-red);
        border-top-left-radius: 12px; border-bottom-left-radius: 12px;
    }
    .ryz-col:first-child::after, .ryz-col:last-child::after { display: none; }

    .pkg-name { font-size: 1.05rem; font-weight: 800; color: var(--ryz-text); margin-bottom: 2px; white-space: nowrap; }
    .pkg-tag {
        font-size: 0.7rem; font-weight: 700; color: var(--ryz-red);
        text-transform: uppercase; letter-spacing: 0.5px;
    }

    .val { font-size: 0.95rem; font-weight: 700; color: #334155; margin-bottom: 3px; white-space: nowrap; }
    .lbl { font-size: 0.7rem; font-weight: 600; color: #94a3b8; white-space: nowrap; }

    .cpu-grad {
        font-size: 0.7rem; font-weight: 800; text-transform: uppercase;
        background: -webkit-linear-gradient(0deg, #f97316, #dc2626);
        -webkit-background-clip: text; -webkit-text-fill-color: transparent;
        white-space: nowrap;
    }

    .action-area {
        display: flex;
        flex-direction: row; align-items: center;
        justify-content: flex-end; gap: 25px;
        padding-left: 20px; height: 100%; flex-wrap: nowrap;
    }

    .price-wrap { text-align: right; white-space: nowrap; flex-shrink: 0; }
    .price-val {
        font-size: 1.5rem; font-weight: 800; color: var(--ryz-red);
        line-height: 1; letter-spacing: -0.5px; display: block;
        transition: opacity 0.15s ease;
    }
    .price-sub { font-size: 0.7rem; color: #94a3b8; font-weight: 600; }

    .ryz-btn {
        display: inline-flex; align-items: center; justify-content: center; gap: 8px;
        padding: 12px 28px; border-radius: 8px;
        font-size: 0.9rem; font-weight: 700; text-decoration: none;
        background: transparent; color: var(--ryz-red);
        border: 2px solid var(--ryz-red); transition: 0.2s;
        white-space: nowrap; flex-shrink: 0;
    }

    .ryz-btn:hover {
        background: var(--ryz-red); color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
    }

    @media (max-width: 1200px) {
        .ryz-grid {
            grid-template-columns: 1fr 1fr;
            column-gap: 20px;
            padding: 20px; gap: 20px; height: auto;
        }
        .ryz-col {
            height: auto; border: none; padding: 0;
            align-items: flex-start; justify-content: center;
        }
        .ryz-col::after { display: none; }

        .ryz-col:first-child {
            grid-column: span 2; background: none; border-left: none;
            border-bottom: 1px solid #eee; padding-bottom: 15px; padding-left: 0;
        }

        .action-area {
            grid-column: span 2; justify-content: space-between;
            padding-left: 0; border-top: 1px solid #eee; padding-top: 15px;
        }
    }

    .ryz-h-separator {
        display: flex; align-items: center; justify-content: center; gap: 20px; padding: 40px 0;
        background: linear-gradient(to bottom, #f8fafc 50%, #ffffff 50%); overflow: hidden;
    }
    .ryz-h-line { height: 1px; width: 100%; max-width: 250px; background: linear-gradient(90deg, transparent 0%, rgba(220, 38, 38, 0.4) 100%); }
    .ryz-h-line.right { transform: scaleX(-1); }
    .ryz-h-node { width: 8px; height: 8px; background: #dc2626; transform: rotate(45deg); box-shadow: 0 0 15px rgba(220, 38, 38, 0.8); position: relative; flex-shrink: 0; }
    .ryz-h-node::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; border: 1px solid rgba(220, 38, 38, 0.5); border-radius: 2px; animation: ryzHorizontalPulse 2s infinite; opacity: 0; }
    @keyframes ryzHorizontalPulse { 0% { transform: scale(0.5) rotate(0deg); opacity: 1; } 100% { transform: scale(2) rotate(0deg); opacity: 0; } }

    .ryzen-zigzag-section { padding: 100px 20px; background-color: #ffffff; font-family: 'Plus Jakarta Sans', sans-serif; overflow: hidden; border-bottom: 1px solid #e2e8f0; }
    .ryz-zigzag-container { max-width: 1250px; margin: 0 auto; display: flex; flex-direction: column; gap: 120px; }
    .ryz-zig-block { display: flex; align-items: flex-start; gap: 60px; }
    .ryz-zig-block.reverse { flex-direction: row-reverse; }
    .ryz-zig-content { flex: 1.1; padding-top: 10px; }
    .ryz-zig-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 700; color: var(--ryz-red); margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; background: #fef2f2; padding: 6px 14px; border-radius: 6px; border: 1px solid #fee2e2; }
    .ryz-zig-title { font-size: 2rem; font-weight: 800; color: #0f172a; margin-bottom: 25px; line-height: 1.2; letter-spacing: -0.02em; }
    .ryz-zig-title span { color: var(--ryz-orange); }
    .ryz-scroll-box { max-height: 450px; overflow-y: auto; padding-right: 20px; mask-image: linear-gradient(to bottom, black 85%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 85%, transparent 100%); }
    .ryz-scroll-box::-webkit-scrollbar { width: 5px; }
    .ryz-scroll-box::-webkit-scrollbar-track { background: #fff7ed; border-radius: 4px; }
    .ryz-scroll-box::-webkit-scrollbar-thumb { background: #fdba74; border-radius: 4px; }
    .ryz-scroll-box::-webkit-scrollbar-thumb:hover { background: var(--ryz-orange); }
    .ryz-text { font-size: 1.05rem; color: #334155; line-height: 1.8; margin-bottom: 20px; }
    .ryz-text strong { color: #0f172a; font-weight: 700; }
    .ryz-text a, .ryz-bullets a { color: var(--ryz-red); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
    .ryz-text a:hover, .ryz-bullets a:hover { color: var(--ryz-red-dark); }
    .ryz-bullets { list-style: none; padding: 0; margin: 0 0 25px 0; }
    .ryz-bullets li { position: relative; padding-left: 25px; margin-bottom: 12px; font-size: 1rem; color: #334155; line-height: 1.6; }
    .ryz-bullets li::before { content: '✓'; position: absolute; left: 0; top: 2px; color: var(--ryz-red); font-weight: 800; font-size: 0.85rem; }
    .ryz-zig-visual { flex: 0.9; display: flex; justify-content: center; align-items: flex-start; padding-top: 20px; }
    .ryz-img-wrapper { position: relative; width: 100%; max-width: 450px; height: 350px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
    .ryz-zig-block:hover .ryz-img-wrapper { transform: translateY(-5px); }
    .ryz-img-zig { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.08)); }
    @media (max-width: 992px) {
        .ryz-zig-block, .ryz-zig-block.reverse { flex-direction: column-reverse; gap: 40px; text-align: left; }
        .ryz-zig-title { font-size: 1.8rem; }
        .ryzen-zigzag-section { padding: 60px 20px; }
        .ryz-scroll-box { max-height: none; mask-image: none; -webkit-mask-image: none; overflow: visible; padding-right: 0; }
        .ryz-img-wrapper { height: auto; max-width: 100%; padding: 20px 0; }
        .ryz-img-zig { max-height: 300px; }
    }

    .ryzen-features-section { padding: 100px 20px; background-color: #ffffff; font-family: 'Plus Jakarta Sans', sans-serif; border-bottom: 1px solid #f1f5f9; }
    .ryz-f-container { max-width: 1250px; margin: 0 auto; }
    .ryz-f-header { max-width: 750px; margin-bottom: 70px; }
    .ryz-f-title { font-size: 2.2rem; font-weight: 800; color: #0f172a; margin-bottom: 15px; letter-spacing: -0.03em; }
    .ryz-f-title span { color: var(--ryz-red); }
    .ryz-f-desc { font-size: 1.05rem; color: #475569; line-height: 1.6; }
    .ryz-f-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; }
    .ryz-f-item { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-radius: 16px; transition: all 0.3s ease; border: 1px solid transparent; background: #fff; }
    .ryz-f-item:hover { background: #fef2f2; border-color: #fee2e2; transform: translateY(-5px); box-shadow: 0 10px 30px rgba(220, 38, 38, 0.05); }
    .ryz-f-icon { width: 54px; height: 54px; color: var(--ryz-red); margin-bottom: 25px; background: #fff1f2; border-radius: 12px; display: flex; align-items: center; justify-content: center; transition: 0.3s; }
    .ryz-f-item:hover .ryz-f-icon { background: var(--ryz-red); color: #fff; transform: rotate(-5deg) scale(1.1); }
    .ryz-f-svg { width: 26px; height: 26px; stroke-width: 2; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
    .ryz-f-h3 { font-size: 1.25rem; font-weight: 800; color: #0f172a; margin: 0 0 15px 0; }
    .ryz-f-p { font-size: 0.95rem; color: #475569; line-height: 1.7; margin: 0 0 20px 0; }
    .ryz-f-spec { margin-top: auto; font-size: 0.85rem; font-weight: 700; color: #94a3b8; display: flex; align-items: center; gap: 8px; width: 100%; padding-top: 20px; border-top: 1px solid #f1f5f9; transition: 0.3s; }
    .ryz-f-spec i { color: var(--ryz-red); font-size: 0.8rem; }
    .ryz-f-item:hover .ryz-f-spec { color: var(--ryz-red); border-color: #fecaca; }
    @media (max-width: 992px) {
        .ryz-f-grid { grid-template-columns: 1fr; gap: 30px; }
        .ryz-f-item { padding: 20px; }
        .ryz-f-header { margin-bottom: 40px; }
    }

    .ryzen-split-faq { padding: 100px 20px; background-color: var(--rf-bg); font-family: 'Plus Jakarta Sans', sans-serif; }
    .rf-container { max-width: 1250px; margin: 0 auto; display: flex; gap: 60px; align-items: flex-start; }
    .rf-left-col { flex: 0 0 380px; position: sticky; top: 40px; }
    .rf-head-title { font-size: 2.4rem; font-weight: 800; color: var(--rf-title); line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.03em; }
    .rf-head-title span { color: var(--rf-red); }
    .rf-head-desc { color: var(--rf-text); font-size: 1rem; line-height: 1.6; margin-bottom: 40px; }
    .rf-contact-card { background: var(--ryz-white); border-radius: 20px; padding: 30px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.06); border: 1px solid var(--rf-border); }
    .rf-contact-header { font-size: 0.95rem; font-weight: 700; color: var(--rf-title); margin-bottom: 20px; display: block; }
    .rf-contact-list { display: flex; flex-direction: column; gap: 20px; margin-bottom: 25px; }
    .rf-c-item { display: flex; align-items: center; gap: 15px; text-decoration: none; transition: 0.2s; }
    .rf-c-item:hover { transform: translateX(4px); }
    .rf-c-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
    .icon-phone { background: #eff6ff; color: #2563eb; }
    .icon-wp { background: #f0fdf4; color: #16a34a; }
    .icon-mail { background: #fff7ed; color: #ea580c; }
    .rf-c-info h4 { margin: 0; font-size: 0.7rem; color: #94a3b8; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; }
    .rf-c-info span { font-size: 1.05rem; font-weight: 700; color: var(--rf-title); }
    .rf-live-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 16px; border-radius: 12px; background: var(--rf-title); color: white; font-weight: 700; text-decoration: none; transition: 0.3s; }
    .rf-live-btn:hover { background: var(--rf-red); transform: translateY(-2px); }
    .rf-right-col { flex: 1; display: flex; flex-direction: column; gap: 15px; }
    .rf-item { background: var(--ryz-white); border: 1px solid var(--rf-border); border-radius: 12px; overflow: hidden; transition: all 0.3s ease; }
    .rf-question { width: 100%; text-align: left; background: transparent; border: none; font-family: 'Plus Jakarta Sans', sans-serif; padding: 22px 30px; font-size: 1.05rem; font-weight: 700; color: var(--rf-title); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 15px; user-select: none; transition: 0.2s; }
    .rf-toggle-icon { width: 28px; height: 28px; border-radius: 50%; background: #f1f5f9; color: #64748b; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; transition: 0.3s; flex-shrink: 0; }
    .rf-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; padding: 0 30px; opacity: 0; }
    .rf-answer p { margin: 0 0 25px 0; line-height: 1.7; color: var(--rf-text); font-size: 0.95rem; }
    .rf-item.active { border-color: var(--rf-red); box-shadow: 0 10px 30px rgba(220, 38, 38, 0.05); }
    .rf-item.active .rf-question { color: var(--rf-red); }
    .rf-item.active .rf-toggle-icon { background: var(--rf-red); color: white; transform: rotate(180deg); }
    .rf-item.active .rf-answer { opacity: 1; }
    @media (max-width: 992px) {
        .rf-container { flex-direction: column; gap: 40px; }
        .rf-left-col { width: 100%; position: static; }
        .rf-head-title { font-size: 2rem; }
    }