:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333;display:block!important}#root{min-height:100vh;width:100%;max-width:100%}.tactical-mini-page{max-width:800px;margin:0 auto;padding:20px;line-height:1.6}.hero{display:flex;align-items:center;gap:40px;margin-bottom:40px;padding:40px 20px;background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;border-radius:10px}.hero-content{flex:1;text-align:left}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000004d}.hero h1{font-size:2.5rem;margin-bottom:10px;font-weight:700}.tagline{font-size:1.2rem;margin-bottom:20px;color:#ecf0f1}.customer-quote{font-style:italic;font-size:1.1rem;color:#bdc3c7;border-left:4px solid #3498db;padding-left:20px;margin:20px auto;max-width:600px}section{margin-bottom:40px;padding:30px;background:#f8f9fa;border-radius:8px;border-left:4px solid #3498db}section h2{color:#2c3e50;font-size:1.8rem;margin-bottom:20px;border-bottom:2px solid #3498db;padding-bottom:10px}.features ul{list-style:none;padding:0}.features li{padding:12px 0;border-bottom:1px solid #e9ecef}.features li:last-child{border-bottom:none}.product-gallery{background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.gallery-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-item img:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}table{width:100%;border-collapse:collapse;margin:20px 0}table td{padding:12px;border-bottom:1px solid #dee2e6}table td:first-child{font-weight:600;background-color:#f1f3f4;width:40%}.whats-in-box ul{padding-left:20px}.whats-in-box ul ul{margin-top:10px;padding-left:25px}.whats-in-box li{margin-bottom:8px}.pricing table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.total{border-top:3px solid #2c3e50}.stock-notice{background:#fff3cd;color:#856404;padding:15px;border-radius:6px;border:1px solid #ffeaa7;margin-top:20px;text-align:center}.faq-item{margin-bottom:25px;padding:20px;background:#fff;border-radius:6px;border-left:4px solid #17a2b8}.faq-item h3{color:#2c3e50;margin-bottom:10px;font-size:1.2rem}.faq-item p{margin:0;color:#495057}.contact{background:#2c3e50;color:#fff;text-align:center}.contact h2{color:#fff;border-bottom-color:#3498db}.contact code{background:#34495e;padding:4px 8px;border-radius:4px;color:#ecf0f1}@media (max-width: 768px){.tactical-mini-page{padding:10px}.hero{flex-direction:column;padding:20px 15px;text-align:center}.hero-content{text-align:center}.hero h1{font-size:2rem}.gallery-grid{grid-template-columns:1fr}section{padding:20px 15px}table td{padding:8px;font-size:.9rem}table td:first-child{width:45%}}@media (max-width: 480px){.hero h1{font-size:1.7rem}.tagline{font-size:1rem}table{font-size:.8rem}table td{padding:6px}}.payment-result-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.payment-result-card{background:#fff;border-radius:16px;padding:40px;max-width:600px;width:100%;box-shadow:0 20px 40px #0000001a;text-align:center;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.payment-result-icon{margin-bottom:24px}.payment-result-card.success .payment-result-icon{color:#10b981}.payment-result-card.cancel .payment-result-icon{color:#ef4444}.payment-result-card h1{font-size:2.5rem;margin-bottom:16px;font-weight:700}.payment-result-card.success h1{color:#10b981}.payment-result-card.cancel h1{color:#ef4444}.success-message,.cancel-message{font-size:1.2rem;color:#374151;margin-bottom:32px;line-height:1.6}.payment-details{background:#f9fafb;border-radius:12px;padding:24px;margin-bottom:32px;text-align:left}.payment-details h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#1f2937;text-align:center}.details-grid{display:grid;gap:12px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:500;color:#6b7280}.detail-value{font-weight:600;color:#1f2937}.next-steps{background:#eff6ff;border-radius:12px;padding:24px;margin-bottom:32px;text-align:left}.next-steps h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#1e40af;text-align:center}.next-steps ul{list-style:none;padding:0;margin:0}.next-steps li{position:relative;padding:8px 0 8px 24px;color:#374151}.next-steps li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.cancellation-info{background:#fef3c7;border-radius:12px;padding:24px;margin-bottom:32px;text-align:left}.cancellation-info h3{font-size:1.25rem;font-weight:600;margin-bottom:16px;color:#92400e;text-align:center}.cancellation-info p{color:#374151;margin-bottom:16px}.cancellation-info ul{list-style:disc;margin-left:20px;color:#374151}.cancellation-info li{margin-bottom:8px}.action-buttons{display:flex;gap:16px;justify-content:center;margin-top:24px}.retry-button{background:#3b82f6;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.retry-button:hover{background:#2563eb}.contact-button{background:#6b7280;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.contact-button:hover{background:#4b5563}.reassurance{background:#f0f9ff;border-radius:12px;padding:24px;margin-bottom:32px}.reassurance p{color:#374151;margin:0}.contact-info{background:#f9fafb;border-radius:12px;padding:24px;margin-bottom:32px}.contact-info p{color:#374151;margin:0;line-height:1.6}.contact-info a{color:#3b82f6;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}.continue-button{background:#10b981;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;width:100%;max-width:300px}.continue-button:hover{background:#059669}@media (max-width: 768px){.payment-result-container{padding:20px 16px}.payment-result-card{padding:24px}.payment-result-card h1{font-size:2rem}.success-message,.cancel-message{font-size:1.1rem}.action-buttons{flex-direction:column}.retry-button,.contact-button{width:100%}.detail-row{flex-direction:column;align-items:flex-start;gap:4px}}.pota-flex-page{max-width:900px;margin:0 auto;padding:20px;line-height:1.6}.pota-flex-page .hero{display:flex;flex-wrap:wrap;align-items:center;gap:40px;margin-bottom:40px;padding:40px 20px;background:linear-gradient(135deg,#003049,#1b4965);color:#f1f5f9;border-radius:10px}.pota-flex-page .hero-content{flex:1 1 280px;text-align:left}.pota-flex-page .hero-image{flex:1 1 260px;text-align:center}.pota-flex-page .hero-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #00000059}.pota-flex-page .hero h1{font-size:2.4rem;margin-bottom:10px;font-weight:700}.pota-flex-page .tagline{font-size:1.15rem;margin-bottom:20px;color:#dde5ec}.pota-flex-page .customer-quote{font-style:italic;font-size:1.05rem;color:#bfd7ea;border-left:4px solid #f77f00;padding-left:20px;margin:20px auto;max-width:600px}.pota-flex-page main section{margin-bottom:40px;padding:30px;background:#f8fafc;border-radius:8px;border-left:4px solid #1b4965}.pota-flex-page main section h2{color:#1b4965;font-size:1.8rem;margin-bottom:18px;border-bottom:2px solid #86b1d6;padding-bottom:8px}.pota-flex-page .features ul,.pota-flex-page .assembly-process ul{list-style:none;padding:0}.pota-flex-page .features li,.pota-flex-page .assembly-process li{padding:12px 0;border-bottom:1px solid #e2e8f0}.pota-flex-page .features li:last-child,.pota-flex-page .assembly-process li:last-child{border-bottom:none}.pota-flex-page .product-gallery{background:#fff}.pota-flex-page .gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.pota-flex-page .gallery-item img{width:100%;height:auto;border-radius:8px;box-shadow:0 2px 10px #00000026}.pota-flex-page .gallery-note{margin-top:20px;font-size:.95rem;color:#475569}.pota-flex-page .gallery-note a{margin-left:6px;color:#1b4965;text-decoration:underline}.pota-flex-page table{width:100%;border-collapse:collapse;margin:20px 0}.pota-flex-page table td{padding:12px;border-bottom:1px solid #dbe2eb}.pota-flex-page table td:first-child{font-weight:600;background-color:#eef3f8;width:46%}.pota-flex-page .note{background:#fff4d6;border:1px solid #facc15;color:#92400e;padding:12px 16px;border-radius:6px;margin-top:20px}.pota-flex-page .packages{background:#fff}.pota-flex-page .packages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}.pota-flex-page .package-card{background:#f1f5f9;border-radius:8px;padding:24px;border:1px solid #d7e2ed;box-shadow:0 2px 6px #1b49651a}.pota-flex-page .package-card h3{margin-top:0;color:#0c4a6e}.pota-flex-page .package-card ul{padding-left:20px;margin:12px 0 18px}.pota-flex-page .package-card li{margin-bottom:6px}.pota-flex-page .package-card .price{font-size:1.3rem;font-weight:700;color:#d97706}.pota-flex-page .order{background:linear-gradient(135deg,#1b4965d9,#0d47a1bf);color:#f1f5f9}.pota-flex-page .order h2{color:#bae6fd;border-bottom-color:#bae6fd73}.pota-flex-page .order-intro{margin-bottom:12px;color:#e2e8f0e6}.pota-flex-page .contact{background:#0f172a;color:#e2e8f0;text-align:center}.pota-flex-page .contact h2{color:#38bdf8;border-bottom-color:#38bdf866}.pota-flex-page .contact code{background:#94a3b833;padding:4px 6px;border-radius:4px}@media (max-width: 768px){.pota-flex-page .hero{padding:30px 20px}.pota-flex-page .hero h1{font-size:2rem}}.landing-page{background:#f1f5f9;color:#1f2933;min-height:100vh}.landing-page .hero{background:linear-gradient(130deg,#003049,#1b4965 60%,#184e77);color:#f8fafc;padding:80px 20px;display:flex;align-items:center;justify-content:center;text-align:center}.landing-page .hero-content{max-width:720px}.landing-page .eyebrow{display:inline-block;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;color:#e2e8f0d9}.landing-page .hero h1{font-size:clamp(2.1rem,2.5vw + 1rem,3rem);margin:0 0 18px;font-weight:700}.landing-page .hero p{font-size:1.1rem;margin:0 auto 24px;max-width:640px;color:#e2e8f0e6}.landing-page .hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.landing-page .button{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.landing-page .button.primary{background:#f77f00;color:#fff;box-shadow:0 10px 25px #f77f0059}.landing-page .button.secondary{background:#0f172a40;color:#f8fafc;border:1px solid rgba(226,232,240,.4)}.landing-page .button:hover{transform:translateY(-2px)}.landing-page main{padding:50px 20px 80px}.landing-page .product-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1080px;margin:0 auto 60px}@media (min-width: 960px){.landing-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.landing-page .product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 35px #0f172a1f;display:flex;flex-direction:column;height:100%}.landing-page .product-media img{width:100%;display:block;object-fit:cover;aspect-ratio:4 / 3}.landing-page .product-content{padding:28px;display:flex;flex-direction:column;gap:14px;flex:1}.landing-page .product-content h2{font-size:1.5rem;margin:0;color:#0f172a}.landing-page .product-content p{margin:0;color:#334155}.landing-page .product-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.landing-page .product-points li{position:relative;padding-left:20px;color:#1f2937}.landing-page .product-points li:before{content:"•";position:absolute;left:0;top:0;color:#1b4965}.landing-page .product-link{margin-top:auto;font-weight:600;color:#1b4965;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.landing-page .product-link:after{content:"→";transition:transform .2s ease}.landing-page .product-link:hover:after{transform:translate(4px)}.landing-page .badge{align-self:flex-start;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px}.landing-page .badge-available{background:#22c55e33;color:#166534}.landing-page .badge-out{background:#f8717140;color:#b91c1c}.landing-page .contact-callout{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;padding:36px 28px;text-align:center;box-shadow:0 10px 30px #0f172a14}.landing-page .contact-callout h3{margin-top:0;color:#0f172a;font-size:1.4rem}.landing-page .contact-callout p{margin:10px 0;color:#334155}.landing-page .contact-channel{display:flex;flex-direction:column;gap:6px;margin-top:10px}@media (max-width: 600px){.landing-page .hero{padding:60px 16px}.landing-page .product-content{padding:24px}.landing-page .contact-callout{padding:30px 22px}}.qmx-mic-page{max-width:920px;margin:0 auto;padding:20px;line-height:1.6;color:#0f172a}.qmx-mic-page .hero{display:flex;flex-wrap:wrap;align-items:center;gap:36px;margin-bottom:40px;padding:40px 28px;background:linear-gradient(135deg,#1e293b,#0f766e);color:#f1f5f9;border-radius:12px;box-shadow:0 12px 28px #0f766e40}.qmx-mic-page .hero-content{flex:1 1 320px;text-align:left}.qmx-mic-page .hero h1{font-size:2.35rem;margin:0 0 16px;font-weight:700}.qmx-mic-page .tagline{font-size:1.15rem;margin-bottom:18px;color:#e0f2f1}.qmx-mic-page .customer-quote{font-style:italic;font-size:1.05rem;color:#ccfbf1;border-left:4px solid #fbbf24;padding-left:16px;margin:18px 0}.qmx-mic-page .hero-note{font-size:.95rem;margin-top:14px;color:#e2e8f0e6}.qmx-mic-page .hero-note a{color:#fcd34d;text-decoration:underline}.qmx-mic-page .hero-image{flex:1 1 260px;text-align:center}.qmx-mic-page .hero-image img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 10px 25px #0f172a59}.qmx-mic-page main section{margin-bottom:36px;padding:28px;background:#f8fafc;border-radius:10px;border-left:4px solid #0f766e;box-shadow:0 6px 16px #0f172a14}.qmx-mic-page main section h2{font-size:1.8rem;margin-bottom:16px;color:#0f766e;border-bottom:2px solid rgba(15,118,110,.2);padding-bottom:6px}.qmx-mic-page .callouts{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));background:#ecfdf5;border-left-color:#f59e0b}.qmx-mic-page .callouts h2{margin-bottom:8px}.qmx-mic-page .price{font-size:1.8rem;font-weight:700;color:#b45309;margin-bottom:6px}.qmx-mic-page .stock{font-weight:600;color:#047857}.qmx-mic-page .features ul,.qmx-mic-page .kit-contents ul,.qmx-mic-page .compatibility ul,.qmx-mic-page .extras ul{list-style:none;padding:0;margin:0}.qmx-mic-page .features li,.qmx-mic-page .kit-contents li,.qmx-mic-page .compatibility li,.qmx-mic-page .extras li{padding:10px 0;border-bottom:1px solid #e2e8f0}.qmx-mic-page .features li:last-child,.qmx-mic-page .kit-contents li:last-child,.qmx-mic-page .compatibility li:last-child,.qmx-mic-page .extras li:last-child{border-bottom:none}.qmx-mic-page .note{margin-top:16px;background:#fef3c7;border:1px solid #fbbf24;padding:12px 16px;color:#92400e;border-radius:8px}.qmx-mic-page .assembly ol{margin:0;padding-left:20px;color:#1f2937}.qmx-mic-page .assembly li{margin-bottom:10px}.qmx-mic-page .extras{background:#fff}.qmx-mic-page .extras-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:center}.qmx-mic-page .extras-image img{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 20px #0f172a33}.qmx-mic-page .order{background:linear-gradient(135deg,#0f766ee6,#0e7490d9);color:#f0fdfa;border-left-color:#f0fdfa99}.qmx-mic-page .order h2{color:#bbf7d0;border-bottom-color:#bbf7d066}.qmx-mic-page .order p{color:#f0fdfaeb}.qmx-mic-page .contact{text-align:left;background:#0f172a;color:#e2e8f0;border-left-color:#0f172a}.qmx-mic-page .contact h2{color:#38bdf8;border-bottom-color:#38bdf880}.qmx-mic-page .contact code{background:#0f172abf;padding:4px 8px;border-radius:6px;color:#f1f5f9}@media (max-width: 640px){.qmx-mic-page .hero{padding:28px 20px}.qmx-mic-page .hero h1{font-size:1.9rem}.qmx-mic-page .price{font-size:1.5rem}}.wire-winder-page{max-width:900px;margin:0 auto;padding:20px;line-height:1.6;color:#0f172a}.wire-winder-page .hero{display:flex;flex-wrap:wrap;gap:36px;align-items:center;margin-bottom:40px;padding:40px 26px;background:linear-gradient(135deg,#fb923c,#f97316);color:#1f2937;border-radius:12px;box-shadow:0 16px 32px #f9731640}.wire-winder-page .hero-content{flex:1 1 320px}.wire-winder-page .hero h1{font-size:2.4rem;margin:0 0 16px;font-weight:700}.wire-winder-page .tagline{font-size:1.1rem;margin-bottom:16px;color:#1e293bd9}.wire-winder-page .customer-quote{font-style:italic;font-size:1.05rem;margin:0 0 18px;padding-left:18px;border-left:4px solid #1e293b;color:#0f172a}.wire-winder-page .hero-points{list-style:none;padding:0;margin:0}.wire-winder-page .hero-points li{padding:8px 0;border-bottom:1px solid rgba(15,23,42,.15)}.wire-winder-page .hero-points li:last-child{border-bottom:none}.wire-winder-page .hero-image{flex:1 1 260px;text-align:center}.wire-winder-page .hero-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 12px 28px #0f172a4d}.wire-winder-page main section{margin-bottom:36px;padding:28px;background:#fff;border-radius:10px;border-left:4px solid #f97316;box-shadow:0 6px 18px #0f172a14}.wire-winder-page main section h2{font-size:1.8rem;margin-bottom:16px;color:#c2410c;border-bottom:2px solid rgba(249,115,22,.2);padding-bottom:6px}.wire-winder-page .price{font-size:1.8rem;font-weight:700;color:#b45309;margin-bottom:6px}.wire-winder-page .stock{font-weight:600;color:#047857;margin-bottom:12px}.wire-winder-page .note{background:#fffbeb;border:1px solid #facc15;color:#92400e;padding:12px 16px;border-radius:8px}.wire-winder-page .features ul{list-style:none;padding:0;margin:0}.wire-winder-page .features li{padding:10px 0;border-bottom:1px solid #e2e8f0}.wire-winder-page .features li:last-child{border-bottom:none}.wire-winder-page table{width:100%;border-collapse:collapse}.wire-winder-page td{padding:12px;border-bottom:1px solid #e5e7eb}.wire-winder-page td:first-child{font-weight:600;background:#fef3c7;width:40%}.wire-winder-page .use-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.wire-winder-page .use-grid h3{margin-bottom:8px;color:#0f172a}.wire-winder-page .order{background:linear-gradient(135deg,#f97316d9,#d97706d9);color:#fff7ed;border-left-color:#fff6}.wire-winder-page .order h2{color:#ffedd5;border-bottom-color:#ffedd566}.wire-winder-page .order p{color:#ffedd5f2}.wire-winder-page .contact{background:#0f172a;color:#e2e8f0;border-left-color:#0f172a}.wire-winder-page .contact h2{color:#f97316;border-bottom-color:#f9731666}.wire-winder-page .contact code{background:#0f172abf;padding:4px 8px;border-radius:6px;color:#f8fafc}@media (max-width: 640px){.wire-winder-page .hero{padding:28px 20px}.wire-winder-page .hero h1{font-size:2rem}.wire-winder-page .price{font-size:1.5rem}}
