 /* App-specific highlight */
        .app-highlight {
            background: linear-gradient(135deg, #667eea, #764ba2);
        }

        /* Carousel Styling */
        #playerScreenshots {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
            background: white;
            padding: 0;
            position: relative;
        }
        #playerScreenshots .carousel-inner {
            border-radius: 16px;
            overflow: hidden;
        }
        #playerScreenshots .carousel-indicators {
            bottom: 15px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            margin: 0;
            padding: 10px 20px;
            background: rgba(0,0,0,0.5);
            border-radius: 20px;
        }
        #playerScreenshots .carousel-indicators li {
            background-color: rgba(255, 255, 255, 0.5);
            border: none;
            width: 8px;
            height: 8px;
            margin: 0 4px;
            border-radius: 50%;
        }
        #playerScreenshots .carousel-indicators .active {
            background-color: #667eea;
            width: 24px;
            border-radius: 4px;
        }
        #playerScreenshots .carousel-control {
            background: none;
            width: 50px;
        }
        #playerScreenshots .carousel-control span {
            font-size: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }
        .lazy-slide {
            min-height: 400px;
            background: #f0f0f0;
        }

        /* ===== STATS BAR ===== */
        .stats-bar {
            background: linear-gradient(135deg, #0f1923 0%, #1a2d3d 100%);
            padding: 50px 0;
            border-top: 1px solid rgba(255,255,255,0.05);
            border-bottom: 1px solid rgba(255,255,255,0.05);
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .stat-item {
            text-align: center;
            position: relative;
        }
        .stat-item:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            background: rgba(255,255,255,0.1);
        }
        .stat-number {
            font-size: 42px;
            font-weight: 800;
            background: linear-gradient(135deg, #22c55e, #4ade80);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }
        .stat-label {
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 5px;
            font-weight: 600;
        }

        /* ===== KILLER FEATURES BANNER ===== */
        .killer-features-section {
            padding: 100px 0;
            background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
            position: relative;
        }
        .killer-features-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .killer-card {
            background: white;
            border-radius: 24px;
            padding: 50px 35px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
        }
        .killer-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            border-radius: 24px 24px 0 0;
            transition: height 0.4s ease;
        }
        .killer-card.dns-card::before { background: linear-gradient(135deg, #667eea, #764ba2); }
        .killer-card.vpn-card::before { background: linear-gradient(135deg, #22c55e, #16a34a); }
        .killer-card.device-card::before { background: linear-gradient(135deg, #f59e0b, #f97316); }
        .killer-card.firebase-card::before { background: linear-gradient(135deg, #ef4444, #f97316); }
        .killer-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 60px rgba(0,0,0,0.15);
        }
        .killer-card:hover::before { height: 6px; }
        .killer-card.dns-card:hover { border-color: rgba(102,126,234,0.3); }
        .killer-card.vpn-card:hover { border-color: rgba(34,197,94,0.3); }
        .killer-card.device-card:hover { border-color: rgba(249,115,22,0.3); }
        .killer-card.firebase-card:hover { border-color: rgba(239,68,68,0.3); }
        .killer-icon {
            width: 90px;
            height: 90px;
            border-radius: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            margin-bottom: 25px;
        }
        .dns-card .killer-icon { background: linear-gradient(135deg, rgba(102,126,234,0.15), rgba(118,75,162,0.1)); color: #667eea; }
        .vpn-card .killer-icon { background: linear-gradient(135deg, rgba(34,197,94,0.15), rgba(22,163,74,0.1)); color: #22c55e; }
        .device-card .killer-icon { background: linear-gradient(135deg, rgba(245,158,11,0.15), rgba(249,115,22,0.1)); color: #f59e0b; }
        .firebase-card .killer-icon { background: linear-gradient(135deg, rgba(239,68,68,0.15), rgba(249,115,22,0.1)); color: #ef4444; }
        .killer-title {
            font-size: 24px;
            font-weight: 800;
            color: #2b3e4d;
            margin-bottom: 15px;
        }
        .killer-desc {
            color: #6b7179;
            line-height: 1.7;
            font-size: 15px;
            margin-bottom: 20px;
        }
        .killer-tag {
            display: inline-block;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .dns-card .killer-tag { background: rgba(102,126,234,0.1); color: #667eea; }
        .vpn-card .killer-tag { background: rgba(34,197,94,0.1); color: #16a34a; }
        .device-card .killer-tag { background: rgba(249,115,22,0.1); color: #f97316; }
        .firebase-card .killer-tag { background: rgba(239,68,68,0.1); color: #ef4444; }

        /* ===== SMART DNS SECTION ===== */
        .dns-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #0f1923 0%, #1a2d3d 100%);
            position: relative;
            overflow: hidden;
        }
        .dns-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(circle at 20% 50%, rgba(102,126,234,0.08) 0%, transparent 50%),
                        radial-gradient(circle at 80% 50%, rgba(118,75,162,0.08) 0%, transparent 50%);
            pointer-events: none;
        }
        .dns-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }
        .dns-header {
            text-align: center;
            margin-bottom: 70px;
        }
        .dns-badge {
            display: inline-block;
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }
        .dns-title {
            font-size: 42px;
            font-weight: 800;
            color: white;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        .dns-subtitle {
            font-size: 18px;
            color: rgba(255,255,255,0.7);
            max-width: 700px;
            margin: 0 auto;
        }
        .dns-flow {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 15px;
            align-items: center;
            margin-bottom: 60px;
        }
        .dns-flow-step {
            text-align: center;
            padding: 30px 15px;
            background: rgba(255,255,255,0.05);
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,0.08);
            transition: all 0.3s ease;
        }
        .dns-flow-step:hover {
            background: rgba(255,255,255,0.08);
            transform: translateY(-5px);
        }
        .dns-flow-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 12px;
        }
        .dns-flow-step:nth-child(1) .dns-flow-icon { background: rgba(102,126,234,0.2); color: #667eea; }
        .dns-flow-step:nth-child(2) .dns-flow-icon { background: rgba(239,68,68,0.2); color: #ef4444; }
        .dns-flow-step:nth-child(3) .dns-flow-icon { background: rgba(245,158,11,0.2); color: #f59e0b; }
        .dns-flow-step:nth-child(4) .dns-flow-icon { background: rgba(34,197,94,0.2); color: #22c55e; }
        .dns-flow-step:nth-child(5) .dns-flow-icon { background: rgba(34,197,94,0.2); color: #22c55e; }
        .dns-flow-arrow {
            text-align: center;
            color: rgba(255,255,255,0.3);
            font-size: 20px;
        }
        .dns-flow-label {
            font-size: 13px;
            font-weight: 600;
            color: rgba(255,255,255,0.9);
            margin-bottom: 4px;
        }
        .dns-flow-desc {
            font-size: 11px;
            color: rgba(255,255,255,0.5);
        }
        .dns-features-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        .dns-feature-item {
            background: rgba(255,255,255,0.05);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid rgba(255,255,255,0.08);
            transition: all 0.3s ease;
        }
        .dns-feature-item:hover {
            background: rgba(255,255,255,0.08);
            border-color: rgba(102,126,234,0.3);
        }
        .dns-feature-item h4 {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        .dns-feature-item h4 i {
            color: #667eea;
            margin-right: 10px;
        }
        .dns-feature-item p {
            color: rgba(255,255,255,0.6);
            font-size: 14px;
            line-height: 1.6;
            margin: 0;
        }

        /* ===== FIREBASE ARCHITECTURE SECTION ===== */
        .firebase-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #fff7ed 0%, #fff1e6 50%, #fef3c7 100%);
            position: relative;
            overflow: hidden;
        }
        .firebase-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .firebase-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .firebase-badge {
            display: inline-block;
            background: linear-gradient(135deg, #ef4444, #f97316);
            color: white;
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }
        .firebase-title {
            font-size: 42px;
            font-weight: 800;
            color: #2b3e4d;
            margin-bottom: 20px;
        }
        .firebase-subtitle {
            font-size: 18px;
            color: #6b7179;
            max-width: 800px;
            margin: 0 auto;
            line-height: 1.7;
        }
        .arch-flow {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }
        .arch-node {
            text-align: center;
            padding: 30px 25px;
            border-radius: 20px;
            min-width: 200px;
            position: relative;
        }
        .arch-node-icon {
            width: 80px;
            height: 80px;
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin-bottom: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        .arch-node.panel .arch-node-icon { background: linear-gradient(135deg, #667eea, #764ba2); color: white; }
        .arch-node.firebase .arch-node-icon { background: linear-gradient(135deg, #ef4444, #f97316); color: white; }
        .arch-node.apps .arch-node-icon { background: linear-gradient(135deg, #22c55e, #16a34a); color: white; }
        .arch-node-title {
            font-size: 18px;
            font-weight: 700;
            color: #2b3e4d;
            margin-bottom: 5px;
        }
        .arch-node-desc {
            font-size: 13px;
            color: #6b7179;
            line-height: 1.5;
        }
        .arch-arrow {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 15px;
            min-width: 120px;
        }
        .arch-arrow-line {
            font-size: 28px;
            color: #f97316;
            margin-bottom: 5px;
        }
        .arch-arrow-label {
            font-size: 11px;
            color: #6b7179;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: center;
            line-height: 1.3;
        }
        .firebase-benefits {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
        .fb-benefit {
            background: white;
            border-radius: 16px;
            padding: 30px 25px;
            text-align: center;
            box-shadow: 0 5px 20px rgba(0,0,0,0.06);
            border: 1px solid rgba(0,0,0,0.04);
            transition: all 0.3s ease;
        }
        .fb-benefit:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }
        .fb-benefit-icon {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, rgba(239,68,68,0.1), rgba(249,115,22,0.06));
            border-radius: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #ef4444;
            margin-bottom: 15px;
        }
        .fb-benefit h4 {
            font-size: 16px;
            font-weight: 700;
            color: #2b3e4d;
            margin-bottom: 8px;
        }
        .fb-benefit p {
            font-size: 13px;
            color: #6b7179;
            line-height: 1.5;
            margin: 0;
        }
        .arch-highlight-box {
            background: linear-gradient(135deg, #1a2332, #2b3e4d);
            border-radius: 16px;
            padding: 30px 40px;
            margin-top: 40px;
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .arch-highlight-box i {
            font-size: 36px;
            color: #f97316;
            flex-shrink: 0;
        }
        .arch-highlight-box p {
            color: rgba(255,255,255,0.9);
            font-size: 16px;
            line-height: 1.6;
            margin: 0;
        }
        .arch-highlight-box strong {
            color: #f97316;
        }

        /* ===== DEVICE SECTION ===== */
        .device-section {
            padding: 100px 0;
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
        }
        .device-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .device-header {
            text-align: center;
            margin-bottom: 70px;
        }
        .device-badge {
            display: inline-block;
            background: linear-gradient(135deg, #f59e0b, #f97316);
            color: white;
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }
        .device-title {
            font-size: 42px;
            font-weight: 800;
            color: #2b3e4d;
            margin-bottom: 20px;
        }
        .device-subtitle {
            font-size: 18px;
            color: #6b7179;
            max-width: 700px;
            margin: 0 auto;
        }
        .device-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }
        .device-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 5px 25px rgba(0,0,0,0.06);
            transition: all 0.4s ease;
            border: 1px solid rgba(0,0,0,0.04);
            position: relative;
            overflow: hidden;
        }
        .device-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, #f59e0b, #f97316);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        .device-card:hover::before { transform: scaleX(1); }
        .device-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.12);
        }
        .device-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, rgba(245,158,11,0.12), rgba(249,115,22,0.06));
            border-radius: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 36px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        .device-card:hover .device-icon {
            background: linear-gradient(135deg, #f59e0b, #f97316);
            transform: scale(1.1);
        }
        .device-card:hover .device-icon i { color: white; }
        .device-icon i { color: #f59e0b; transition: color 0.3s ease; }
        .device-name {
            font-size: 20px;
            font-weight: 700;
            color: #2b3e4d;
            margin-bottom: 8px;
        }
        .device-desc {
            color: #6b7179;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 15px;
        }
        .device-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            justify-content: center;
        }
        .device-tag {
            background: #f8f9fa;
            color: #6b7179;
            padding: 4px 12px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
        }
        .device-compat-bar {
            background: white;
            border-radius: 16px;
            padding: 30px 40px;
            box-shadow: 0 5px 25px rgba(0,0,0,0.06);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 50px;
            flex-wrap: wrap;
        }
        .compat-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #2b3e4d;
            font-weight: 600;
            font-size: 14px;
        }
        .compat-item i {
            color: #22c55e;
            font-size: 16px;
        }

        /* ===== VPN SECTION ===== */
        .vpn-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #064e3b 0%, #065f46 50%, #047857 100%);
            position: relative;
            overflow: hidden;
        }
        .vpn-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: radial-gradient(circle at 30% 30%, rgba(34,197,94,0.1) 0%, transparent 50%),
                        radial-gradient(circle at 70% 70%, rgba(16,185,129,0.08) 0%, transparent 50%);
            pointer-events: none;
        }
        .vpn-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }
        .vpn-header {
            text-align: center;
            margin-bottom: 70px;
        }
        .vpn-badge {
            display: inline-block;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 8px 24px;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }
        .vpn-title {
            font-size: 42px;
            font-weight: 800;
            color: white;
            margin-bottom: 20px;
        }
        .vpn-subtitle {
            font-size: 18px;
            color: rgba(255,255,255,0.7);
            max-width: 750px;
            margin: 0 auto;
        }
        .vpn-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
            margin-bottom: 50px;
        }
        .vpn-card {
            background: rgba(255,255,255,0.07);
            border-radius: 20px;
            padding: 35px 25px;
            text-align: center;
            border: 1px solid rgba(255,255,255,0.1);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        .vpn-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, #22c55e, #4ade80);
            transform: scaleX(0);
            transition: transform 0.3s ease;
        }
        .vpn-card:hover::before { transform: scaleX(1); }
        .vpn-card:hover {
            background: rgba(255,255,255,0.12);
            transform: translateY(-8px);
            border-color: rgba(34,197,94,0.3);
        }
        .vpn-card-icon {
            width: 70px;
            height: 70px;
            background: rgba(34,197,94,0.15);
            border-radius: 18px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 30px;
            color: #4ade80;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        .vpn-card:hover .vpn-card-icon {
            background: #22c55e;
            color: white;
            transform: scale(1.1);
        }
        .vpn-card-title {
            font-size: 20px;
            font-weight: 700;
            color: white;
            margin-bottom: 10px;
        }
        .vpn-card-desc {
            color: rgba(255,255,255,0.6);
            font-size: 13px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .vpn-card-features {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }
        .vpn-card-features li {
            padding: 6px 0;
            color: rgba(255,255,255,0.7);
            font-size: 13px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .vpn-card-features li i {
            color: #4ade80;
            font-size: 10px;
            flex-shrink: 0;
        }
        .vpn-modes {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 25px;
        }
        .vpn-mode-card {
            background: rgba(255,255,255,0.05);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid rgba(255,255,255,0.08);
            display: flex;
            gap: 20px;
            align-items: flex-start;
            transition: all 0.3s ease;
        }
        .vpn-mode-card:hover {
            background: rgba(255,255,255,0.08);
            border-color: rgba(34,197,94,0.2);
        }
        .vpn-mode-icon {
            width: 50px;
            height: 50px;
            background: rgba(34,197,94,0.15);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            color: #4ade80;
            flex-shrink: 0;
        }
        .vpn-mode-title {
            font-size: 16px;
            font-weight: 700;
            color: white;
            margin-bottom: 6px;
        }
        .vpn-mode-desc {
            font-size: 13px;
            color: rgba(255,255,255,0.6);
            line-height: 1.5;
            margin: 0;
        }

        /* ===== ADMIN PANEL PREVIEW ===== */
        .panel-section {
            padding: 100px 0;
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
        }
        .panel-container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .panel-header {
            text-align: center;
            margin-bottom: 60px;
        }
        .panel-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .panel-features-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .panel-features-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 18px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        .panel-features-list li:last-child { border-bottom: none; }
        .panel-feature-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.06));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .panel-feature-icon i {
            font-size: 18px;
            color: #667eea;
        }
        .panel-feature-text h4 {
            font-size: 16px;
            font-weight: 700;
            color: #2b3e4d;
            margin: 0 0 4px 0;
        }
        .panel-feature-text p {
            font-size: 13px;
            color: #6b7179;
            margin: 0;
            line-height: 1.5;
        }
        .panel-visual {
            background: linear-gradient(135deg, #1a2332, #2b3e4d);
            border-radius: 20px;
            padding: 30px;
            box-shadow: 0 30px 80px rgba(0,0,0,0.2);
        }
        .panel-mockup-header {
            display: flex;
            gap: 8px;
            margin-bottom: 20px;
        }
        .panel-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
        .panel-dot.red { background: #ef4444; }
        .panel-dot.yellow { background: #f59e0b; }
        .panel-dot.green { background: #22c55e; }
        .panel-mockup-body {
            background: #0f1923;
            border-radius: 12px;
            padding: 25px;
        }
        .panel-mock-row {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }
        .panel-mock-row:last-child { margin-bottom: 0; }
        .panel-mock-card {
            flex: 1;
            background: rgba(255,255,255,0.05);
            border-radius: 10px;
            padding: 18px;
            border: 1px solid rgba(255,255,255,0.08);
        }
        .panel-mock-label {
            font-size: 10px;
            color: rgba(255,255,255,0.4);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 6px;
        }
        .panel-mock-value {
            font-size: 18px;
            font-weight: 700;
            color: white;
        }
        .panel-mock-value.green { color: #22c55e; }
        .panel-mock-value.blue { color: #667eea; }
        .panel-mock-value.orange { color: #f59e0b; }
        .panel-mock-bar {
            height: 6px;
            background: rgba(255,255,255,0.1);
            border-radius: 3px;
            margin-top: 8px;
            overflow: hidden;
        }
        .panel-mock-fill {
            height: 100%;
            border-radius: 3px;
        }
        .panel-mock-fill.green { background: #22c55e; width: 85%; }
        .panel-mock-fill.blue { background: #667eea; width: 60%; }
        .panel-mock-fill.orange { background: #f59e0b; width: 40%; }

        /* ===== PRICING ===== */
        .pricing-card {
            background: white;
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            position: relative;
            transition: all 0.3s ease;
            height: 100%;
        }
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        .pricing-card.featured {
            border: 2px solid #667eea;
            transform: scale(1.05);
        }
        .pricing-card.featured:hover {
            transform: scale(1.08) translateY(-5px);
        }
        .pricing-badge {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 5px 20px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .pricing-title {
            font-size: 24px;
            font-weight: 700;
            color: #2b3e4d;
            margin-bottom: 20px;
        }
        .pricing-price {
            font-size: 48px;
            font-weight: 800;
            color: #667eea;
            margin: 20px 0;
        }
        .pricing-price-symbol {
            font-size: 24px;
            vertical-align: super;
        }
        .pricing-subtitle {
            color: #6b7179;
            margin-bottom: 30px;
        }
        .pricing-features {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
            text-align: left;
        }
        .pricing-features li {
            padding: 10px 0;
            color: #6b7179;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .pricing-features i {
            color: #22c55e;
            font-size: 14px;
        }

        /* ===== PROCESS TIMELINE ===== */
        .process-timeline {
            position: relative;
            padding: 60px 0;
        }
        .process-timeline::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 2px;
            background: #e9ecef;
            z-index: 0;
        }
        .process-step {
            position: relative;
            z-index: 1;
            text-align: center;
            padding: 20px;
        }
        .process-icon {
            width: 80px;
            height: 80px;
            background: white;
            border: 3px solid #667eea;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: bold;
            color: #667eea;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }
        .process-step:hover .process-icon {
            background: #667eea;
            color: white;
            transform: scale(1.1);
        }
        .process-step.completed .process-icon {
            background: #22c55e;
            border-color: #22c55e;
            color: white;
        }
        .process-title {
            font-size: 20px;
            font-weight: 700;
            color: #2b3e4d;
            margin-bottom: 10px;
        }
        .process-description {
            color: #6b7179;
            font-size: 14px;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .killer-features-grid { grid-template-columns: repeat(2, 1fr); max-width: 700px; }
            .dns-flow { grid-template-columns: 1fr; gap: 10px; }
            .dns-features-row { grid-template-columns: 1fr; }
            .device-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
            .vpn-grid { grid-template-columns: repeat(2, 1fr); }
            .vpn-modes { grid-template-columns: 1fr; }
            .panel-grid { grid-template-columns: 1fr; }
            .device-compat-bar { gap: 25px; }
            .firebase-benefits { grid-template-columns: repeat(2, 1fr); }
            .arch-flow { gap: 10px; }
            .arch-node { min-width: 160px; padding: 20px 15px; }
            .arch-arrow { min-width: 80px; padding: 0 5px; }
            .dns-title, .vpn-title, .device-title, .firebase-title { font-size: 32px; }
        }
        @media (max-width: 767px) {
            .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
            .stat-item:not(:last-child)::after { display: none; }
            .stat-number { font-size: 32px; }
            .vpn-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
            .device-compat-bar { flex-direction: column; gap: 15px; padding: 25px; }
            .firebase-benefits { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
            .arch-flow { flex-direction: column; }
            .arch-arrow { transform: rotate(90deg); min-width: auto; padding: 10px 0; }
            .dns-title, .vpn-title, .device-title, .firebase-title { font-size: 28px; }
            .arch-highlight-box { flex-direction: column; text-align: center; }
        }