.nv-rs {
        --rs-bg: #ffffff;
        --rs-primary: #0f172a;
        --rs-blue: #2563eb;
        --rs-text: #475569;
        --rs-border: #e2e8f0;
        --rs-panel-bg: #f8fafc;

        --tbl-bg: #f8fafc;
        --tbl-white: #ffffff;
        --tbl-primary: #0f172a;
        --tbl-blue: #2563eb;
        --tbl-blue-dark: #1e40af;
        --tbl-green: #10b981;
        --tbl-text: #334155;
        --tbl-border: #e2e8f0;
        --tbl-sep: #cbd5e1;
        --tbl-head-bg: #f1f5f9;

        --seo-bg: #ffffff;
        --seo-text: #475569;
        --seo-title: #0f172a;
        --seo-blue: #2563eb;
        --seo-border: #e2e8f0;

        --mq-bg: #ffffff;
        --mq-primary: #0f172a;
        --mq-blue: #2563eb;
        --mq-gray: #64748b;
        --mq-border: #e2e8f0;
        --mq-card: #f8fafc;

        --wc-bg: #f8fafc;
        --wc-white: #ffffff;
        --wc-primary: #0f172a;
        --wc-blue: #2563eb;
        --wc-text: #475569;
        --wc-border: #e2e8f0;
        --wc-tech-bg: #f1f5f9;

        --txt-bg: #ffffff;
        --txt-primary: #0f172a;
        --txt-blue: #2563eb;
        --txt-gray: #475569;
        --txt-border: #e2e8f0;
        --txt-light: #f8fafc;

        --faq-bg: #ffffff;
        --faq-primary: #0f172a;
        --faq-blue: #2563eb;
        --faq-blue-light: #eff6ff;
        --faq-text: #475569;
        --faq-border: #e2e8f0;

        font-family: 'Plus Jakarta Sans', sans-serif;
        background-color: var(--rs-bg);
        color: var(--rs-text);
    }
    .nv-rs *, .nv-rs *::before, .nv-rs *::after { box-sizing: border-box; }
    .nv-rs :where(h1, h2, h3, h4, h5, p) { margin: 0; padding: 0; }
    .nv-rs :where(a) { text-decoration: none; }
    .nv-rs .btn-rs-solid, .nv-rs .btn-rs-outline { cursor: pointer; font-family: inherit; }
    .nv-rs .btn-rs-solid { border: none; }

    .nv-rs .reseller-clean-hero {
        position: relative;
        padding: 60px 0 100px 0;
        background-color: #ffffff;
        background-image:
            linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
            linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
        background-size: 40px 40px;
        border-bottom: 1px solid var(--rs-border);
    }

    .nv-rs .reseller-clean-hero::after {
        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 150px;
        background: linear-gradient(to bottom, #ffffff 40%, rgba(255,255,255,0) 100%);
        z-index: 1; pointer-events: none;
    }

    .nv-rs .rs-container {
        max-width: 1250px;
        margin: 0 auto;
        padding: 0 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .nv-rs .rs-content { display: flex; flex-direction: column; align-items: flex-start; }

    .nv-rs .rs-title {
        font-size: 4rem; font-weight: 800; line-height: 1; color: var(--rs-primary);
        margin: 0 0 25px 0; letter-spacing: -0.04em;
    }

    .nv-rs .rs-desc {
        font-size: 1.1rem; line-height: 1.65; color: var(--rs-text);
        margin-bottom: 35px; max-width: 540px;
    }
    .nv-rs .rs-desc strong { color: var(--rs-primary); font-weight: 700; }

    .nv-rs .rs-check-list {
        display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px;
        margin-bottom: 40px; width: 100%; max-width: 500px;
    }
    .nv-rs .rs-check-item {
        display: flex; align-items: center; gap: 10px;
        font-size: 0.95rem; font-weight: 600; color: var(--rs-primary);
    }
    .nv-rs .rs-check-icon { color: #10b981; font-size: 1rem; }

    .nv-rs .rs-btn-group { display: flex; gap: 15px; align-items: center; }

    .nv-rs .btn-rs-solid {
        background: var(--rs-primary); color: #fff;
        padding: 16px 36px; border-radius: 8px; font-weight: 700; font-size: 0.95rem;
        text-decoration: none; transition: 0.2s;
        box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);
    }
    .nv-rs .btn-rs-solid:hover { background: var(--rs-blue); transform: translateY(-2px); }

    .nv-rs .btn-rs-outline {
        background: #fff; color: var(--rs-text); border: 1px solid var(--rs-border);
        padding: 16px 30px; border-radius: 8px; font-weight: 600; font-size: 0.95rem;
        text-decoration: none; transition: 0.2s; display: flex; align-items: center; gap: 8px;
    }
    .nv-rs .btn-rs-outline:hover { border-color: var(--rs-primary); color: var(--rs-primary); background: #f8fafc; }

    .nv-rs .rs-visual-clean {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 380px;
    }

    .nv-rs .server-window {
        background: #ffffff;
        border: 1px solid var(--rs-border);
        border-radius: 12px;
        box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.1);
        width: 100%;
        max-width: 420px;
        overflow: hidden;
        transition: transform 0.3s ease;
    }
    .nv-rs .server-window:hover { transform: translateY(-5px); }

    .nv-rs .window-header {
        background: #f1f5f9;
        padding: 10px 15px;
        border-bottom: 1px solid var(--rs-border);
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .nv-rs .dot { width: 8px; height: 8px; border-radius: 50%; }
    .nv-rs .d-red { background: #ef4444; }
    .nv-rs .d-yellow { background: #f59e0b; }
    .nv-rs .d-green { background: #22c55e; }
    .nv-rs .window-title {
        margin-left: auto; margin-right: auto; font-size: 0.7rem;
        font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 1px;
    }

    .nv-rs .window-body {
        padding: 35px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
    }

    .nv-rs .cp-logo { width: 200px; height: auto; margin-bottom: 30px; }

    .nv-rs .stats-grid { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 12px; }

    .nv-rs .stat-box {
        background: #f8fafc;
        border: 1px solid var(--rs-border);
        border-radius: 8px;
        padding: 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .nv-rs .stat-label { font-size: 0.65rem; color: #94a3b8; font-weight: 700; text-transform: uppercase; margin-bottom: 4px; }
    .nv-rs .stat-value { font-size: 0.85rem; color: var(--rs-primary); font-weight: 700; display: flex; align-items: center; gap: 6px; }
    .nv-rs .active-bulb { width: 6px; height: 6px; background: #22c55e; border-radius: 50%; }

    .nv-rs .scroll-indicator {
        position: absolute; bottom: 0; left: 0; width: 100%;
        display: flex; justify-content: center;
        z-index: 5;
    }
    .nv-rs .scroll-badge {
        background: #fff;
        border: 1px solid var(--rs-border); border-bottom: none;
        padding: 10px 24px; border-radius: 12px 12px 0 0;
        font-size: 0.8rem; font-weight: 600; color: var(--rs-text);
        box-shadow: 0 -4px 10px rgba(0,0,0,0.02);
        display: flex; align-items: center; gap: 8px;
    }
    .nv-rs .scroll-badge i { animation: nvRsBounce 2s infinite; color: var(--rs-blue); }

    @keyframes nvRsBounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(3px); } }

    .nv-rs .detailed-pricing-sec {
        padding: 100px 20px;
        background-color: var(--tbl-bg);
    }

    .nv-rs .dt-container { max-width: 1300px; margin: 0 auto; }

    .nv-rs .pricing-intro { text-align: center; max-width: 760px; margin: 0 auto 60px auto; }

    .nv-rs .pi-title {
        font-size: 2.8rem; font-weight: 800; color: var(--tbl-primary);
        line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.03em;
    }

    .nv-rs .pi-desc { font-size: 1.1rem; color: var(--tbl-text); line-height: 1.7; }

    .nv-rs .dt-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: flex-start; }

    .nv-rs .dt-card {
        background: var(--tbl-white);
        border: 1px solid var(--tbl-border);
        border-radius: 16px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .nv-rs .dt-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px -10px rgba(15, 23, 42, 0.12);
        z-index: 5;
        border-color: #cbd5e1;
    }

    .nv-rs .dt-card.popular {
        border: 2px solid var(--tbl-blue);
        transform: scale(1.02);
        z-index: 10;
        box-shadow: 0 30px 60px -15px rgba(37, 99, 235, 0.2);
    }
    .nv-rs .dt-card.popular:hover { transform: scale(1.02) translateY(-8px); }

    .nv-rs .pop-tag {
        background: var(--tbl-blue); color: #fff; text-align: center;
        font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
        padding: 8px 0; letter-spacing: 1px;
    }

    .nv-rs .dt-header { padding: 30px 25px 10px 25px; text-align: center; background: #fff; }

    .nv-rs .dt-title { font-size: 1.3rem; font-weight: 800; color: var(--tbl-primary); margin-bottom: 5px; display: block; }
    .nv-rs .dt-subtitle { font-size: 0.85rem; color: #64748b; display: block; margin-bottom: 20px; font-weight: 500; }

    .nv-rs .dt-price-wrapper { margin-bottom: 20px; }

    .nv-rs .dt-current { font-size: 2.2rem; font-weight: 800; color: var(--tbl-primary); line-height: 1; letter-spacing: -1.5px; }
    .nv-rs .dt-current small { font-size: 0.9rem; color: #64748b; font-weight: 600; letter-spacing: normal; }
    .nv-rs .dt-card.popular .dt-current { color: var(--tbl-blue); }

    .nv-rs .dt-btn {
        display: flex; align-items: center; justify-content: center; width: 100%; padding: 14px;
        border-radius: 10px; font-weight: 700; font-size: 0.9rem;
        text-decoration: none; text-align: center;
        background: #fff; color: var(--tbl-primary);
        border: 1px solid var(--tbl-border);
        transition: 0.2s;
    }
    .nv-rs .dt-btn:hover { background: var(--tbl-primary); color: #fff; border-color: var(--tbl-primary); }

    .nv-rs .dt-card.popular .dt-btn {
        background: var(--tbl-blue); color: #fff; border-color: var(--tbl-blue);
        box-shadow: 0 8px 20px -5px rgba(37, 99, 235, 0.4);
    }
    .nv-rs .dt-card.popular .dt-btn:hover { background: var(--tbl-blue-dark); }

    .nv-rs .dt-cp-img { height: 28px; width: auto; margin: 20px auto 0 auto; display: block; opacity: 0.8; }

    .nv-rs .dt-separator { position: relative; height: 20px; display: flex; align-items: center; justify-content: center; margin: 10px 0; }
    .nv-rs .dt-sep-line { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--tbl-border), transparent); }
    .nv-rs .dt-sep-icon { position: absolute; background: #fff; color: #cbd5e1; font-size: 0.7rem; padding: 0 10px; }
    .nv-rs .dt-card.popular .dt-sep-icon { color: var(--tbl-blue); }

    .nv-rs .dt-specs { flex: 1; display: flex; flex-direction: column; background: #fff; padding-bottom: 20px; }

    .nv-rs .dt-row {
        display: flex; justify-content: space-between; align-items: center;
        padding: 10px 25px; font-size: 0.9rem; color: var(--tbl-text);
        border-bottom: 1px dashed #f1f5f9;
    }
    .nv-rs .dt-row:last-child { border-bottom: none; }

    .nv-rs .dt-label { font-weight: 500; color: #64748b; font-size: 0.85rem; }
    .nv-rs .dt-val { font-weight: 700; color: var(--tbl-primary); text-align: right; }

    .nv-rs .val-blue { color: var(--tbl-blue); }
    .nv-rs .val-green { color: var(--tbl-green); }
    .nv-rs .val-unlimited { font-weight: 800; color: var(--tbl-primary); background: #f1f5f9; padding: 2px 8px; border-radius: 4px; font-size: 0.8rem; }

    .nv-rs .dt-sub-head {
        background: #f8fafc; padding: 8px 25px;
        font-size: 0.7rem; font-weight: 800; color: #94a3b8;
        text-transform: uppercase; letter-spacing: 1px;
        margin-top: 10px; margin-bottom: 5px; text-align: center;
        border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9;
    }

    .nv-rs .reseller-seo-sec {
        padding: 100px 20px;
        background-color: var(--seo-bg);
        overflow: hidden;
    }

    .nv-rs .seo-wrapper { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 120px; }

    .nv-rs .seo-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

    .nv-rs .seo-block.reverse .seo-txt-col { order: 2; }
    .nv-rs .seo-block.reverse .seo-img-col { order: 1; }

    .nv-rs .seo-txt-col { display: flex; flex-direction: column; justify-content: center; }

    .nv-rs .seo-tag {
        font-size: 0.75rem; font-weight: 800; color: var(--seo-blue);
        text-transform: uppercase; letter-spacing: 1px;
        margin-bottom: 20px; display: flex; align-items: center; gap: 10px;
    }
    .nv-rs .seo-tag::before { content: ''; width: 20px; height: 2px; background: var(--seo-blue); }

    .nv-rs .seo-h2 { font-size: 2.2rem; font-weight: 800; color: var(--seo-title); line-height: 1.2; margin-bottom: 25px; letter-spacing: -0.02em; }

    .nv-rs .seo-desc { font-size: 1.05rem; line-height: 1.7; color: var(--seo-text); margin-bottom: 20px; }
    .nv-rs .seo-desc strong { color: var(--seo-title); font-weight: 700; }
    .nv-rs .seo-desc a { color: var(--seo-blue); font-weight: 700; text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; }
    .nv-rs .seo-desc a:hover { border-bottom-color: var(--seo-blue); }

    .nv-rs .seo-img-col { position: relative; display: flex; justify-content: center; align-items: center; }

    .nv-rs .seo-img-frame {
        position: relative;
        z-index: 2;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
        border: 1px solid var(--seo-border);
        background: #fff;
        transition: transform 0.4s ease;
    }
    .nv-rs .seo-block:hover .seo-img-frame { transform: translateY(-10px); }

    .nv-rs .seo-main-img { width: 100%; height: auto; display: block; max-width: 500px; }

    .nv-rs .seo-blob {
        position: absolute; width: 120%; height: 120%;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.04) 0%, transparent 70%);
        top: -10%; left: -10%; z-index: 1; pointer-events: none;
    }

    .nv-rs .text-slider-wrapper {
        position: relative;
        margin-top: 10px;
        background: #f8fafc;
        border-radius: 12px;
        border: 1px solid var(--seo-border);
        padding: 25px;
    }

    .nv-rs .ts-slide { display: none; animation: nvRsFade 0.5s ease; }
    .nv-rs .ts-slide.active { display: block; }

    .nv-rs .ts-title { font-size: 1.1rem; font-weight: 700; color: var(--seo-title); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
    .nv-rs .ts-icon { color: var(--seo-blue); }
    .nv-rs .ts-content { font-size: 0.95rem; line-height: 1.6; color: var(--seo-text); margin: 0; }

    .nv-rs .ts-nav { display: flex; gap: 10px; margin-top: 20px; }
    .nv-rs .ts-dot { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; cursor: pointer; transition: 0.3s; border: none; padding: 0; font-family: inherit; }
    .nv-rs .ts-dot.active { background: var(--seo-blue); width: 25px; border-radius: 10px; }

    @keyframes nvRsFade { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }

    .nv-rs .tech-marquee-sec {
        padding: 100px 0;
        background-color: var(--mq-bg);
        overflow: hidden;
        border-bottom: 1px solid var(--mq-border);
        position: relative;
    }

    .nv-rs .tech-grid-bg {
        position: absolute; inset: 0;
        background-image: linear-gradient(rgba(15, 23, 42, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 23, 42, 0.015) 1px, transparent 1px);
        background-size: 60px 60px;
        z-index: 0; pointer-events: none;
    }

    .nv-rs .mq-header { position: relative; z-index: 2; text-align: center; max-width: 850px; margin: 0 auto 60px auto; padding: 0 20px; }

    .nv-rs .mq-title { font-size: 2.6rem; font-weight: 800; color: var(--mq-primary); margin-bottom: 15px; letter-spacing: -0.03em; }

    .nv-rs .mq-desc { font-size: 1.1rem; color: var(--mq-gray); line-height: 1.6; }

    .nv-rs .mq-wrapper {
        position: relative; z-index: 2;
        display: flex; flex-direction: column; gap: 30px;
        padding: 20px 0;
        mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    }

    .nv-rs .mq-track { display: flex; gap: 30px; width: max-content; align-items: center; }

    .nv-rs .scroll-left { animation: nvRsScrollL 50s linear infinite; }
    .nv-rs .scroll-right { animation: nvRsScrollR 50s linear infinite; }

    .nv-rs .mq-wrapper:hover .mq-track { animation-play-state: paused; }

    .nv-rs .t-card {
        background: var(--mq-card);
        border: 1px solid var(--mq-border);
        border-radius: 14px;
        padding: 22px;
        width: 340px;
        display: flex; align-items: flex-start; gap: 18px;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        position: relative; overflow: hidden;
        transform: translateZ(0);
    }

    .nv-rs .t-card::before {
        content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
        background: linear-gradient(135deg, rgba(37, 99, 235, 0.04) 0%, transparent 100%);
        opacity: 0; transition: 0.3s; pointer-events: none;
    }
    .nv-rs .t-card:hover::before { opacity: 1; }

    .nv-rs .t-card:hover {
        background: #fff;
        border-color: var(--mq-blue);
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 15px 30px -10px rgba(37, 99, 235, 0.12);
        z-index: 10;
    }

    .nv-rs .t-icon {
        width: 48px; height: 48px;
        background: #fff; border: 1px solid var(--mq-border);
        border-radius: 12px;
        display: flex; align-items: center; justify-content: center;
        font-size: 1.25rem; color: var(--mq-blue);
        flex-shrink: 0; position: relative; z-index: 2;
        box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    }

    .nv-rs .t-content { position: relative; z-index: 2; }
    .nv-rs .t-content h4 { margin: 0 0 6px 0; font-size: 1.05rem; font-weight: 700; color: var(--mq-primary); }
    .nv-rs .t-content p { margin: 0; font-size: 0.9rem; color: var(--mq-gray); line-height: 1.55; }

    @keyframes nvRsScrollL {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-50% - 15px)); }
    }
    @keyframes nvRsScrollR {
        0% { transform: translateX(calc(-50% - 15px)); }
        100% { transform: translateX(0); }
    }

    .nv-rs .why-choose-sec {
        padding: 100px 20px;
        background-color: var(--wc-bg);
        position: relative;
        overflow: hidden;
    }

    .nv-rs .wc-pattern {
        position: absolute; right: 0; top: 0; width: 60%; height: 100%;
        background-image: radial-gradient(#cbd5e1 1px, transparent 1px);
        background-size: 30px 30px; opacity: 0.6; z-index: 0;
        mask-image: linear-gradient(to right, transparent, black);
        -webkit-mask-image: linear-gradient(to right, transparent, black);
        pointer-events: none;
    }

    .nv-rs .wc-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }

    .nv-rs .wc-content { display: flex; flex-direction: column; }

    .nv-rs .wc-title { font-size: 2.8rem; font-weight: 800; color: var(--wc-primary); line-height: 1.15; margin-bottom: 40px; letter-spacing: -0.03em; }
    .nv-rs .wc-title span { color: var(--wc-blue); }

    .nv-rs .benefit-grid { display: flex; flex-direction: column; gap: 20px; }

    .nv-rs .benefit-card { background: #fff; border: 1px solid var(--wc-border); border-radius: 16px; padding: 25px; display: flex; gap: 20px; transition: all 0.3s ease; }
    .nv-rs .benefit-card:hover { border-color: var(--wc-blue); box-shadow: 0 5px 20px -10px rgba(37, 99, 235, 0.1); }

    .nv-rs .bc-icon {
        width: 50px; height: 50px;
        background: var(--wc-tech-bg); border-radius: 12px;
        display: flex; align-items: center; justify-content: center;
        font-size: 1.25rem; color: var(--wc-primary);
        flex-shrink: 0; transition: 0.3s;
    }
    .nv-rs .benefit-card:hover .bc-icon { background: var(--wc-blue); color: #fff; }

    .nv-rs .bc-text h4 { margin: 0 0 8px 0; font-size: 1.1rem; font-weight: 700; color: var(--wc-primary); }
    .nv-rs .bc-text p { margin: 0; font-size: 0.95rem; color: var(--wc-text); line-height: 1.5; }

    .nv-rs .simple-tech-wrapper { display: flex; justify-content: center; align-items: center; }

    .nv-rs .tech-trust-box {
        background: #fff;
        border: 1px solid var(--wc-border);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 20px 40px -20px rgba(15, 23, 42, 0.1);
        width: 100%; max-width: 500px;
    }

    .nv-rs .tt-header { text-align: center; margin-bottom: 30px; }
    .nv-rs .tt-header h4 { margin: 0 0 5px 0; font-size: 1.1rem; font-weight: 800; color: var(--wc-primary); }
    .nv-rs .tt-header p { margin: 0; font-size: 0.9rem; color: var(--wc-text); }

    .nv-rs .tt-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }

    .nv-rs .tt-item {
        background: var(--wc-tech-bg);
        border-radius: 12px;
        padding: 20px;
        display: flex; flex-direction: column; align-items: center; text-align: center;
        border: 1px solid transparent;
        transition: 0.3s;
    }
    .nv-rs .tt-item:hover { border-color: var(--wc-blue); background: #fff; }

    .nv-rs .tt-icon { font-size: 2rem; color: var(--wc-blue); margin-bottom: 15px; opacity: 0.8; }
    .nv-rs .ti-cpanel { color: #FF6C2C; }
    .nv-rs .ti-imunify { color: #10b981; }
    .nv-rs .ti-cloudlinux { color: #3b82f6; }
    .nv-rs .ti-litespeed { color: #0f172a; }

    .nv-rs .tt-name { font-weight: 700; font-size: 0.95rem; color: var(--wc-primary); margin-bottom: 4px; }
    .nv-rs .tt-desc { font-size: 0.75rem; color: var(--wc-text); font-weight: 600; }

    .nv-rs .seo-content-sec {
        padding: 100px 20px;
        background-color: var(--txt-bg);
        border-top: 1px solid var(--txt-border);
    }

    .nv-rs .txt-container { max-width: 1100px; margin: 0 auto; }

    .nv-rs .txt-header { max-width: 800px; margin-bottom: 60px; }
    .nv-rs .txt-header h2 { font-size: 2rem; font-weight: 800; color: var(--txt-primary); margin-bottom: 20px; letter-spacing: -0.03em; }
    .nv-rs .txt-header p { font-size: 1.05rem; color: var(--txt-gray); line-height: 1.7; }

    .nv-rs .txt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }

    .nv-rs .info-block { display: flex; flex-direction: column; align-items: flex-start; }

    .nv-rs .ib-icon {
        width: 40px; height: 40px;
        background: var(--txt-light); border-radius: 8px;
        color: var(--txt-blue); display: flex; align-items: center; justify-content: center;
        font-size: 1.1rem; margin-bottom: 20px;
        border: 1px solid var(--txt-border);
    }

    .nv-rs .ib-title { font-size: 1.25rem; font-weight: 700; color: var(--txt-primary); margin-bottom: 15px; position: relative; padding-bottom: 15px; }
    .nv-rs .ib-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: var(--txt-blue); border-radius: 2px; }

    .nv-rs .ib-text { font-size: 0.95rem; line-height: 1.8; color: var(--txt-gray); text-align: justify; }
    .nv-rs .ib-text a { color: var(--txt-blue); font-weight: 600; text-decoration: none; border-bottom: 1px dotted var(--txt-blue); transition: 0.2s; }
    .nv-rs .ib-text a:hover { color: var(--txt-primary); border-bottom-style: solid; }

    .nv-rs .faq-contact-sec {
        padding: 100px 20px;
        background-color: var(--faq-bg);
        border-top: 1px solid var(--faq-border);
    }

    .nv-rs .fc-container { max-width: 1200px; margin: 0 auto; }

    .nv-rs .fc-header { text-align: center; max-width: 700px; margin: 0 auto 70px auto; }

    .nv-rs .fc-badge {
        display: inline-block;
        font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;
        color: var(--faq-blue); background: var(--faq-blue-light); padding: 8px 16px; border-radius: 30px;
        margin-bottom: 20px; border: 1px solid #dbeafe;
    }

    .nv-rs .fc-title { font-size: 2.5rem; font-weight: 800; color: var(--faq-primary); margin-bottom: 15px; letter-spacing: -0.03em; }
    .nv-rs .fc-desc { font-size: 1.05rem; color: var(--faq-text); line-height: 1.6; }

    .nv-rs .fc-grid { display: grid; grid-template-columns: 350px 1fr; gap: 60px; align-items: start; }

    .nv-rs .contact-card {
        background: var(--faq-blue-light);
        border: 1px solid #dbeafe;
        border-radius: 20px;
        padding: 35px 30px;
        position: sticky;
        top: 100px;
        text-align: center;
    }

    .nv-rs .cc-icon {
        width: 70px; height: 70px;
        background: #fff; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        margin: 0 auto 20px auto;
        font-size: 1.8rem; color: var(--faq-blue);
        box-shadow: 0 10px 20px rgba(37, 99, 235, 0.1);
    }

    .nv-rs .cc-title { font-size: 1.25rem; font-weight: 800; color: var(--faq-primary); margin-bottom: 10px; }
    .nv-rs .cc-text { font-size: 0.95rem; color: var(--faq-text); line-height: 1.6; margin-bottom: 25px; }

    .nv-rs .cc-btn {
        display: flex; align-items: center; justify-content: center; gap: 10px;
        width: 100%; padding: 14px;
        background: var(--faq-blue); color: #fff;
        font-weight: 700; border-radius: 10px;
        text-decoration: none; transition: 0.3s;
        box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
    }
    .nv-rs .cc-btn:hover { background: #1d4ed8; transform: translateY(-2px); }

    .nv-rs .cc-sub-link { display: block; margin-top: 15px; font-size: 0.85rem; color: var(--faq-text); text-decoration: underline; }

    .nv-rs .faq-list { display: flex; flex-direction: column; gap: 15px; }

    .nv-rs .faq-item { border: 1px solid var(--faq-border); border-radius: 12px; background: #fff; overflow: hidden; transition: all 0.3s ease; }
    .nv-rs .faq-item.active { border-color: var(--faq-blue); box-shadow: 0 5px 20px rgba(0,0,0,0.05); }

    .nv-rs .faq-question {
        width: 100%;
        border: none;
        background: transparent;
        text-align: left;
        font-family: inherit;
        padding: 20px 25px;
        cursor: pointer;
        display: flex; justify-content: space-between; align-items: center;
        font-weight: 700; font-size: 1.05rem; color: var(--faq-primary);
        user-select: none;
        gap: 15px;
    }

    .nv-rs .faq-icon {
        width: 24px; height: 24px;
        background: var(--faq-bg); border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 0.8rem; color: var(--faq-text);
        transition: 0.3s; flex-shrink: 0; margin-left: 15px;
    }
    .nv-rs .faq-item.active .faq-icon { background: var(--faq-blue); color: #fff; transform: rotate(45deg); }

    .nv-rs .faq-answer {
        max-height: 0; overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0 25px;
        color: var(--faq-text); font-size: 0.95rem; line-height: 1.7;
    }
    .nv-rs .faq-item.active .faq-answer { padding-bottom: 25px; }

    @media (max-width: 1200px) {
        .nv-rs .dt-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
        .nv-rs .dt-card.popular { transform: none; }
        .nv-rs .dt-card.popular:hover { transform: translateY(-5px); }
    }

    @media (max-width: 992px) {
        .nv-rs .reseller-clean-hero { padding: 40px 0 60px; text-align: center; }
        .nv-rs .rs-container { grid-template-columns: 1fr; gap: 50px; }
        .nv-rs .rs-content { align-items: center; }
        .nv-rs .rs-title { font-size: 3rem; }
        .nv-rs .rs-desc { margin-left: auto; margin-right: auto; }
        .nv-rs .rs-check-list { justify-content: center; }
        .nv-rs .rs-btn-group { justify-content: center; width: 100%; }
        .nv-rs .btn-rs-solid { width: 100%; justify-content: center; }
        .nv-rs .rs-visual-clean { margin-top: 10px; height: auto; }
        .nv-rs .server-window { max-width: 320px; }
        .nv-rs .window-title { display: none; }

        .nv-rs .seo-block, .nv-rs .seo-block.reverse { grid-template-columns: 1fr; gap: 50px; text-align: left; }
        .nv-rs .seo-block.reverse .seo-txt-col { order: 1; }
        .nv-rs .seo-block.reverse .seo-img-col { order: 2; }
        .nv-rs .seo-main-img { width: 100%; }
        .nv-rs .seo-wrapper { gap: 80px; }

        .nv-rs .wc-container { grid-template-columns: 1fr; gap: 50px; }
        .nv-rs .simple-tech-wrapper { margin-top: 20px; }
        .nv-rs .wc-content { text-align: left; }

        .nv-rs .txt-grid { grid-template-columns: 1fr; gap: 40px; }
        .nv-rs .ib-text { text-align: left; }

        .nv-rs .fc-grid { grid-template-columns: 1fr; gap: 40px; }
        .nv-rs .contact-card { position: static; max-width: 400px; margin: 0 auto; }
        .nv-rs .fc-title { font-size: 2rem; }
    }

    @media (max-width: 768px) {
        .nv-rs .t-card { width: 290px; padding: 18px; }
        .nv-rs .mq-wrapper { gap: 20px; }
    }

    @media (max-width: 650px) {
        .nv-rs .dt-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
        .nv-rs .pi-title { font-size: 2rem; }
    }

    @media (max-width: 480px) {
        .nv-rs .tt-grid { grid-template-columns: 1fr; gap: 15px; }
        .nv-rs .tech-trust-box { padding: 25px; }
    }