/* Css for /, Version=1778503971 */
 background:#000;#block392{}#block392 .panel-heading{}#block392 .navbar{position:fixed;top:3px;left:0;right:0;height:50px;background:rgba(2,2,2,0.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,0.06);z-index:9998;display:flex;align-items:center;padding:0;}#block392 .navbar-inner{width:100%;max-width:1440px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;}#block392 .navbar-logo{display:flex;align-items:center;gap:12px;text-decoration:none;}#block392 .navbar-logo .logo-icon{width:30px;height:30px;position:relative;display:flex;align-items:center;justify-content:center;}#block392 .navbar-logo .logo-icon::before{content:'';position:absolute;width:100%;height:100%;border:2px solid #0f8;transform:rotate(45deg);animation:logoRotate 6s linear infinite;}#block392 .navbar-logo .logo-icon::after{content:'P';font-family:monospace;font-size:16px;font-weight:900;color:#0f8;position:relative;z-index:2;}#block392 .navbar-logo .logo-icon p-border{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:22px;border:1px solid #0f8;border-radius:2px;animation:pBorderRun 2s linear infinite;z-index:1;}@keyframes pBorderRun{0%{clip-path:polygon(0 0,0 0,0 100%,0 100%);}25%{clip-path:polygon(0 0,100% 0,100% 0,0 100%);}50%{clip-path:polygon(0 0,100% 0,100% 100%,100% 100%);}75%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}100%{clip-path:polygon(0 0,0 0,0 100%,0 100%);}}#block392 .navbar-logo-text{line-height:1.2;}#block392 .navbar-logo-main{font-family:monospace;font-size:18px;font-weight:700;color:#fff;}#block392 .navbar-logo-sub{font-size:10px;color:#0f8;letter-spacing:1px;}#block392 .nav-menu{display:flex;gap:2px;list-style:none;margin:0;padding:0;}#block392 .nav-item{position:relative;padding:0 12px;}#block392 .nav-link{color:#fff;font-size:14px;letter-spacing:1px;text-decoration:none;font-family:'Rajdhani', monospace;padding:8px 4px;display:block;transition:0.3s;white-space:nowrap;}#block392 .nav-link:hover{color:#0f8;}#block392 .submenu{position:absolute;top:100%;left:0;min-width:200px;background:#0a0a0a;border:1px solid rgba(0,255,136,0.2);border-radius:4px;padding:10px 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(10px);transition:0.3s;z-index:9999;}#block392 .nav-item:hover .submenu{opacity:1;visibility:visible;transform:translateY(0);}#block392 .submenu li{padding:0;}#block392 .submenu a{color:#fff;font-size:13px;padding:8px 18px;display:block;text-decoration:none;transition:0.3s;}#block392 .submenu a:hover{color:#0f8;background:rgba(0,255,136,0.05);}@keyframes logoRotate{0%{transform:rotate(45deg);}100%{transform:rotate(405deg);}}.hero{padding-top:90px;}#block391{}#block391 .panel-heading{}@media (min-width: 1200px){.focus-middle{max-width:100%;}}@media (min-width: 992px){.focus-middle{max-width:100%;}}@media (min-width: 768px){.focus-middle{max-width:100%;}}#block391{width:100%;height:100px;background:#000;}
    /* ========== 全局重置与变量 ========== */
    #pqitech-neon * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    :root {
        --neon-green: #00ff88;
        --neon-green-dim: #00cc6a;
        --neon-blue: #00d4ff;
        --neon-purple: #b829dd;
        --neon-pink: #ff00ff;
        --neon-yellow: #ffff00;
        --dark-bg: #020202;
        --dark-secondary: #050505;
        --dark-tertiary: #0a0a0a;
        --glass-bg: rgba(255, 255, 255, 0.02);
        --glass-border: rgba(255, 255, 255, 0.06);
        --text-primary: #ffffff;
        --text-secondary: #888888;
        --text-muted: #444444;
    }

    #pqitech-neon html {
        scroll-behavior: smooth;
    }

    #pqitech-neon {
        font-family: 'Rajdhani', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        background-color: var(--dark-bg);
        color: var(--text-primary);
        overflow-x: hidden;
        line-height: 1.6;
        width: 100%;
        position: relative;
        z-index: 1;
    }

    /* 粒子画布 - 静默失败不影响页面 */
    #pqitech-neon #particles-canvas {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    #pqitech-neon .scanlines {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, transparent 50%, rgba(0, 255, 136, 0.015) 50%);
        background-size: 100% 3px;
        z-index: 9999;
        pointer-events: none;
    }

    #pqitech-neon .status-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--neon-green), var(--neon-blue), var(--neon-purple), var(--neon-green));
        background-size: 300% 100%;
        z-index: 10000;
        animation: statusFlow 3s linear infinite;
    }

    @keyframes statusFlow {
        0% { background-position: 0% 50%; }
        100% { background-position: 300% 50%; }
    }

    #pqitech-neon .status-indicators {
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 10001;
        display: flex;
        gap: 20px;
        font-family: monospace;
        font-size: 10px;
        letter-spacing: 2px;
    }

    #pqitech-neon .status-item {
        display: flex;
        align-items: center;
        gap: 8px;
        color: var(--neon-green);
        text-shadow: 0 0 10px var(--neon-green);
    }

    #pqitech-neon .status-dot {
        width: 6px;
        height: 6px;
        background: var(--neon-green);
        border-radius: 50%;
        animation: statusBlink 1s ease-in-out infinite;
        box-shadow: 0 0 10px var(--neon-green);
    }

    @keyframes statusBlink {
        0%,100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.5; transform: scale(0.8); }
    }

    /* Hero 区域 */
    #pqitech-neon .hero {
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        padding: 0 20px;
        z-index: 1;
    }

    #pqitech-neon .hero-bg-effects {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    #pqitech-neon .hero-grid {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(rgba(0, 255, 136, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 255, 136, 0.02) 1px, transparent 1px);
        background-size: 100px 100px;
        transform: perspective(500px) rotateX(60deg);
        transform-origin: center top;
        animation: gridMove 20s linear infinite;
    }

    @keyframes gridMove {
        0% { transform: perspective(500px) rotateX(60deg) translateY(0); }
        100% { transform: perspective(500px) rotateX(60deg) translateY(100px); }
    }

    #pqitech-neon .hero-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, rgba(0, 255, 136, 0.08) 0%, transparent 60%);
        animation: glowPulse 4s ease-in-out infinite;
    }

    @keyframes glowPulse {
        0%,100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
        50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.8; }
    }

    #pqitech-neon .hero-inner {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #pqitech-neon .hero-content {
        text-align: center;
        z-index: 10;
        max-width: 1000px;
        position: relative;
    }

    #pqitech-neon .hero-badge {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 14px 32px;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 212, 255, 0.1));
        border: 1px solid var(--neon-green);
        border-radius: 4px;
        font-family: monospace;
        font-size: 12px;
        color: var(--neon-green);
        letter-spacing: 4px;
        text-transform: uppercase;
        margin-bottom: 50px;
        position: relative;
        overflow: hidden;
        opacity: 0;
        animation: glitchIn 1s ease forwards;
    }

    #pqitech-neon .hero-badge::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(0, 255, 136, 0.4), transparent);
        animation: shine 2s infinite;
    }

    @keyframes shine {
        0% { left: -100%; }
        50%,100% { left: 100%; }
    }

    #pqitech-neon .hero-badge::after {
        content: '';
        width: 8px;
        height: 8px;
        background: var(--neon-green);
        border-radius: 50%;
        animation: pulse 1.5s ease-in-out infinite;
        box-shadow: 0 0 20px var(--neon-green);
    }

    @keyframes pulse {
        0%,100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.3; transform: scale(1.5); }
    }

    #pqitech-neon .hero h1 {
        font-family: monospace;
        font-size: 48px;
        font-weight: 900;
        line-height: 1.1;
        margin-bottom: 30px;
        letter-spacing: 6px;
        opacity: 0;
        animation: glitchIn 1s ease 0.3s forwards;
    }

    #pqitech-neon .hero h1 .glitch {
        position: relative;
        color: var(--text-primary);
        text-shadow: 0 0 20px rgba(0, 255, 136, 0.8), 0 0 40px rgba(0, 255, 136, 0.4);
    }

    #pqitech-neon .hero h1 .glitch::before,
    #pqitech-neon .hero h1 .glitch::after {
        content: attr(data-text);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #pqitech-neon .hero h1 .glitch::before {
        color: var(--neon-blue);
        animation: glitch1 2s infinite linear alternate-reverse;
        clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
    }

    #pqitech-neon .hero h1 .glitch::after {
        color: var(--neon-purple);
        animation: glitch2 3s infinite linear alternate-reverse;
        clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
    }

    @keyframes glitch1 {
        0%,90%,100% { transform: translate(0); }
        92% { transform: translate(-4px, 2px); }
        94% { transform: translate(4px, -2px); }
    }

    @keyframes glitch2 {
        0%,90%,100% { transform: translate(0); }
        91% { transform: translate(4px, -2px); }
        93% { transform: translate(-4px, 2px); }
    }

    #pqitech-neon .hero-subtitle {
        font-size: 18px;
        color: var(--text-secondary);
        margin-bottom: 40px;
        letter-spacing: 8px;
        text-transform: uppercase;
        opacity: 0;
        animation: glitchIn 1s ease 0.5s forwards;
    }

    #pqitech-neon .hero-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        opacity: 0;
        animation: glitchIn 1s ease 0.7s forwards;
        flex-wrap: wrap;
    }

    #pqitech-neon .btn {
        padding: 14px 30px;
        border-radius: 4px;
        font-family: monospace;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.4s ease;
        cursor: pointer;
        border: none;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        position: relative;
        overflow: hidden;
    }

    #pqitech-neon .btn-primary {
        background: transparent;
        color: var(--neon-green);
        border: 2px solid var(--neon-green);
    }

    #pqitech-neon .btn-primary:hover {
        background: rgba(0, 255, 136, 0.15);
        box-shadow: 0 0 40px rgba(0, 255, 136, 0.4);
        transform: translateY(-3px);
    }

    #pqitech-neon .btn-secondary {
        background: transparent;
        color: var(--text-primary);
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

    #pqitech-neon .btn-secondary:hover {
        border-color: var(--neon-blue);
        color: var(--neon-blue);
        box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
    }

    @keyframes glitchIn {
        0% { opacity: 0; transform: translateY(40px); filter: blur(15px); }
        100% { opacity: 1; transform: translateY(0); filter: blur(0); }
    }

    #pqitech-neon .scroll-indicator {
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        color: var(--neon-green);
        font-family: monospace;
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        opacity: 0;
        animation: fadeInUp 1s ease 1.2s forwards, bounce 2s ease-in-out infinite 1.5s;
    }

    @keyframes fadeInUp {
        to { opacity: 1; }
    }

    #pqitech-neon .scroll-line {
        width: 1px;
        height: 60px;
        background: linear-gradient(to bottom, var(--neon-green), transparent);
        position: relative;
        overflow: hidden;
    }

    #pqitech-neon .scroll-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: var(--neon-green);
        animation: scrollDown 1.5s ease-in-out infinite;
    }

    @keyframes scrollDown {
        0% { top: -20px; }
        100% { top: 100%; }
    }

    @keyframes bounce {
        0%,100% { transform: translateX(-50%) translateY(0); }
        50% { transform: translateX(-50%) translateY(10px); }
    }

    #pqitech-neon section {
        padding: 80px 20px;
        position: relative;
        z-index: 1;
    }

    #pqitech-neon .section-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #pqitech-neon .section-header {
        text-align: center;
        margin-bottom: 60px;
    }

    #pqitech-neon .section-tag {
        display: inline-block;
        font-family: monospace;
        font-size: 11px;
        color: var(--neon-green);
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding: 0 20px;
        position: relative;
    }

    #pqitech-neon .section-tag::before,
    #pqitech-neon .section-tag::after {
        content: '◆';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: var(--neon-green);
        font-size: 8px;
    }

    #pqitech-neon .section-tag::before { left: 0; }
    #pqitech-neon .section-tag::after { right: 0; }

    #pqitech-neon .section-title {
        font-family: monospace;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        letter-spacing: 2px;
        color: #fff;
    }

    #pqitech-neon .section-title span {
        color: var(--neon-green);
        text-shadow: 0 0 20px rgba(0, 255, 136, 0.5);
    }

    #pqitech-neon .section-subtitle {
        font-size: 16px;
        color: var(--text-secondary);
        max-width: 600px;
        margin: 0 auto;
    }

    #pqitech-neon .animate-on-scroll {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease;
    }

    #pqitech-neon .animate-on-scroll.animated {
        opacity: 1;
        transform: translateY(0);
    }

    #pqitech-neon .about {
        background: var(--dark-secondary);
        position: relative;
    }

    #pqitech-neon .about::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--neon-green), transparent);
        box-shadow: 0 0 20px var(--neon-green);
    }

    #pqitech-neon .about-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    @media (min-width:768px) {
        #pqitech-neon .about-content { grid-template-columns: 1fr 1fr; }
    }

    #pqitech-neon .about-text h3 {
        font-family: monospace;
        font-size: 28px;
        margin-bottom: 25px;
        line-height: 1.4;
    }

    #pqitech-neon .about-text h3 span {
        color: var(--neon-green);
    }

    #pqitech-neon .about-text p {
        color: var(--text-secondary);
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.8;
    }

    #pqitech-neon .about-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 30px;
    }

    #pqitech-neon .stat-item {
        padding: 20px;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 212, 255, 0.05));
        border: 1px solid rgba(0, 255, 136, 0.15);
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    #pqitech-neon .stat-item:hover {
        border-color: rgba(0, 255, 136, 0.4);
        transform: translateY(-3px);
    }

    #pqitech-neon .stat-number {
        font-family: monospace;
        font-size: 32px;
        font-weight: 700;
        color: var(--neon-green);
        margin-bottom: 8px;
    }

    #pqitech-neon .stat-label {
        font-size: 12px;
        color: var(--text-secondary);
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    #pqitech-neon .about-visual {
        position: relative;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #pqitech-neon .hologram-container {
        position: relative;
        width: 260px;
        height: 260px;
    }

    #pqitech-neon .hologram-ring {
        position: absolute;
        border: 2px solid;
        border-radius: 50%;
        opacity: 0.7;
    }

    #pqitech-neon .hologram-ring:nth-child(1) {
        width: 100%;
        height: 100%;
        border-color: var(--neon-green);
        animation: hologramRotate1 12s linear infinite;
    }

    #pqitech-neon .hologram-ring:nth-child(2) {
        width: 75%;
        height: 75%;
        top: 12.5%;
        left: 12.5%;
        border-color: var(--neon-blue);
        animation: hologramRotate2 10s linear infinite reverse;
    }

    #pqitech-neon .hologram-ring:nth-child(3) {
        width: 50%;
        height: 50%;
        top: 25%;
        left: 25%;
        border-color: var(--neon-purple);
        animation: hologramRotate3 8s linear infinite;
    }

    #pqitech-neon .hologram-core {
        position: absolute;
        width: 25%;
        height: 25%;
        top: 37.5%;
        left: 37.5%;
        background: radial-gradient(circle, var(--neon-green) 0%, transparent 70%);
        border-radius: 50%;
        animation: corePulse 2s ease-in-out infinite;
    }

    @keyframes hologramRotate1 {
        0% { transform: rotateX(60deg) rotateZ(0deg); }
        100% { transform: rotateX(60deg) rotateZ(360deg); }
    }

    @keyframes hologramRotate2 {
        0% { transform: rotateX(45deg) rotateY(30deg) rotateZ(0deg); }
        100% { transform: rotateX(45deg) rotateY(30deg) rotateZ(360deg); }
    }

    @keyframes hologramRotate3 {
        0% { transform: rotateX(30deg) rotateY(-30deg) rotateZ(0deg); }
        100% { transform: rotateX(30deg) rotateY(-30deg) rotateZ(360deg); }
    }

    @keyframes corePulse {
        0%,100% { transform: scale(1); opacity: 0.6; }
        50% { transform: scale(1.2); opacity: 1; }
    }

    #pqitech-neon .solutions {
        background: var(--dark-bg);
    }

    #pqitech-neon .solutions-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        position: relative;
        z-index: 2;
    }

    @media (min-width:768px) {
        #pqitech-neon .solutions-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (min-width:1024px) {
        #pqitech-neon .solutions-grid { grid-template-columns: repeat(3, 1fr); }
    }

    #pqitech-neon .solution-card {
        padding: 30px 25px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        transition: all 0.4s ease;
        cursor: pointer;
    }

    #pqitech-neon .solution-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 255, 136, 0.3);
    }

    #pqitech-neon .solution-icon {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 212, 255, 0.1));
        border: 1px solid rgba(0, 255, 136, 0.2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #pqitech-neon .solution-card h3 {
        font-family: monospace;
        font-size: 18px;
        margin-bottom: 15px;
    }

    #pqitech-neon .solution-card p {
        color: var(--text-secondary);
        font-size: 14px;
        line-height: 1.7;
    }

    #pqitech-neon .products {
        background: var(--dark-secondary);
    }

    #pqitech-neon .products::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--neon-blue), transparent);
        box-shadow: 0 0 20px var(--neon-blue);
    }

    #pqitech-neon .products-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    @media (min-width:992px) {
        #pqitech-neon .products-grid { grid-template-columns: repeat(2, 1fr); }
    }

    #pqitech-neon .product-card {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 16px;
        overflow: hidden;
        transition: all 0.4s ease;
        cursor: pointer;
        display: flex;
        align-items: center;
        position: relative;
        background-clip: padding-box;
    }

    #pqitech-neon .product-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 255, 136, 0.25);
    }

    #pqitech-neon .product-visual {
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.05) 0%, rgba(0, 212, 255, 0.05) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 280px;
        padding: 20px;
        width: 40%;
        flex-shrink: 0;
        height: 100%;
    }

    #pqitech-neon .product-icon-large {
        max-width: 200px;
        filter: drop-shadow(0 0 30px rgba(0, 255, 136, 0.4));
        animation: iconFloat 4s ease-in-out infinite;
    }

    @keyframes iconFloat {
        0%,100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }

    #pqitech-neon .product-info {
        padding: 30px;
        flex: 1;
    }

    #pqitech-neon .product-tag {
        display: inline-block;
        padding: 6px 14px;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 212, 255, 0.1));
        border: 1px solid rgba(0, 255, 136, 0.25);
        border-radius: 4px;
        font-family: monospace;
        font-size: 10px;
        color: var(--neon-green);
        margin-bottom: 15px;
    }

    #pqitech-neon .product-info h3 {
        font-family: monospace;
        font-size: 22px;
        margin-bottom: 12px;
    }

    #pqitech-neon .product-info p {
        color: var(--text-secondary);
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.7;
    }

    #pqitech-neon .product-features {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    #pqitech-neon .product-features span {
        padding: 6px 12px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 4px;
        font-size: 11px;
        color: var(--text-secondary);
    }
    
    #pqitech-neon .product-card:hover .product-features span{
        color: var(--neon-green);
    }

    #pqitech-neon .agency {
        background: var(--dark-bg);
    }

    #pqitech-neon .agency-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    @media (min-width:768px) {
        #pqitech-neon .agency-grid { grid-template-columns: repeat(4, 1fr); }
    }

    #pqitech-neon .agency-card {
        padding: 30px 20px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        text-align: center;
        transition: all 0.4s ease;
        cursor: pointer;
    }

    #pqitech-neon .agency-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 255, 136, 0.3);
    }

    #pqitech-neon .agency-logo {
        width: 70px;
        height: 70px;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 212, 255, 0.1));
        border: 2px solid rgba(0, 255, 136, 0.15);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-family: monospace;
        font-size: 20px;
        font-weight: 700;
        color: var(--neon-green);
    }

    #pqitech-neon .agency-card h4 {
        font-family: monospace;
        font-size: 15px;
        margin-bottom: 8px;
    }

    #pqitech-neon .agency-card p {
        font-size: 12px;
        color: var(--text-secondary);
    }

    #pqitech-neon .partners {
        background: var(--dark-secondary);
        padding: 80px 20px;
    }

    #pqitech-neon .partners::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--neon-purple), transparent);
        box-shadow: 0 0 20px var(--neon-purple);
    }

    #pqitech-neon .partners-marquee {
        overflow: hidden;
        max-width: 100%;
        margin: 40px auto 0;
        mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
        white-space: nowrap;
    }

    #pqitech-neon .partners-track {
        display: inline-flex;
        gap: 20px;
        animation: marquee 30s linear infinite;
    }

    @keyframes marquee {
        0% { transform: translateX(0); }
        100% { transform: translateX(-50%); }
    }

    #pqitech-neon .partner-logo {
        width: 180px;
        height: 80px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    #pqitech-neon .partner-logo img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0;
    }

    #pqitech-neon .contact {
        background: var(--dark-bg);
    }

    #pqitech-neon .contact::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--neon-green), transparent);
        box-shadow: 0 0 20px var(--neon-green);
    }

    #pqitech-neon .contact-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    @media (min-width:992px) {
        #pqitech-neon .contact-content { grid-template-columns: 1fr 1fr; }
    }

    #pqitech-neon .contact-info h3 {
        font-family: monospace;
        font-size: 30px;
        margin-bottom: 20px;
    }

    #pqitech-neon .contact-info h3 span {
        color: var(--neon-green);
    }

    #pqitech-neon .contact-info>p {
        color: var(--text-secondary);
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.8;
    }

    #pqitech-neon .contact-items {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #pqitech-neon .contact-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    #pqitech-neon .contact-item:hover {
        border-color: rgba(0, 255, 136, 0.3);
        transform: translateX(8px);
    }

    #pqitech-neon .contact-icon {
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 212, 255, 0.1));
        border: 1px solid rgba(0, 255, 136, 0.2);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        flex-shrink: 0;
    }

    #pqitech-neon .contact-item h4 {
        font-family: monospace;
        font-size: 14px;
        margin-bottom: 5px;
    }

    #pqitech-neon .contact-item p {
        color: var(--text-secondary);
        font-size: 13px;
        line-height: 1.6;
    }

    #pqitech-neon .contact-form {
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 40px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:center;
        height: 100%;
        text-align: center;
        margin-top: 40px;
    }

    #pqitech-neon .qr-code {
        width: 200px;
        height: 200px;
        border-radius: 16px;
        border: 1px solid rgba(0, 255, 136, 0.4);
        box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
        background: #fff;
        padding: 6px;
    }

    #pqitech-neon .scan-text {
        font-family: monospace;
        font-size: 13px;
        color: var(--neon-green);
        letter-spacing: 2px;
        margin-top: 20px;
        text-transform: uppercase;
    }

    #pqitech-neon footer {
        background: var(--dark-secondary);
        padding: 60px 20px 40px;
        border-top: 1px solid rgba(0, 255, 136, 0.15);
    }

    #pqitech-neon .footer-inner {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
    }

    #pqitech-neon .footer-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    @media (min-width:768px) {
        #pqitech-neon .footer-content { flex-direction: row; text-align: left; }
    }

    #pqitech-neon .footer-logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    #pqitech-neon .footer-logo .logo-icon {
        width: 40px;
        height: 40px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #pqitech-neon .footer-logo .logo-icon::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid var(--neon-green);
        transform: rotate(45deg);
        animation: logoRotate 6s linear infinite;
    }

    @keyframes logoRotate {
        0% { transform: rotate(45deg); }
        100% { transform: rotate(405deg); }
    }

    #pqitech-neon .footer-logo .logo-icon::after {
        content: 'P';
        font-family: monospace;
        font-size: 18px;
        font-weight: 900;
        color: var(--neon-green);
    }

    #pqitech-neon .footer-logo-main {
        font-family: monospace;
        font-size: 18px;
        font-weight: 700;
    }

    #pqitech-neon .footer-logo-sub {
        font-size: 10px;
        color: var(--neon-green);
        letter-spacing: 2px;
    }

    #pqitech-neon .footer-links {
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #pqitech-neon .footer-links a {
        color: var(--text-secondary);
        text-decoration: none;
        font-size: 12px;
        letter-spacing: 1px;
        transition: all 0.3s ease;
    }

    #pqitech-neon .footer-links a:hover {
        color: var(--neon-green);
    }

    #pqitech-neon .footer-copyright {
        color: var(--text-muted);
        font-size: 12px;
    }
#block393{}#block393 .panel-heading{}