.testing-visual-container{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;padding-bottom:60px}.infotainment-demo-wrapper{display:flex;gap:12px;align-items:flex-start;width:100%;max-width:520px}.infotainment-display{flex:1;background:linear-gradient(180deg,#0c1929,#0f172a);border-radius:12px;padding:10px;border:2px solid #1e3a5f;box-shadow:0 25px 50px #0006,inset 0 1px #ffffff0d;color:#fff;position:relative;min-height:320px}.info-status-bar{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#0000004d;border-radius:8px;margin-bottom:12px;font-size:11px}.info-time{font-weight:600;font-family:monospace}.info-indicators{display:flex;gap:6px;color:#fff9}.info-main-content{display:flex;gap:12px;margin-bottom:12px}.info-nav-panel{flex:1.2;background:#0000004d;border-radius:10px;padding:12px;position:relative}.info-map{height:100px;background:linear-gradient(135deg,#1a3a52,#0d2137);border-radius:6px;position:relative;overflow:hidden;margin-bottom:10px}.map-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px);background-size:20px 20px}.map-route-line{position:absolute;top:30%;left:15%;width:60%;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;transform:rotate(-8deg);box-shadow:0 0 10px #3b82f680}.map-route-line:before{content:"";position:absolute;right:-2px;top:-10px;width:3px;height:25px;background:linear-gradient(180deg,#3b82f6,#60a5fa);border-radius:2px}.map-current-pos{position:absolute;left:12%;top:25%;width:24px;height:24px;background:#22c55e33;border:2px solid #22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#22c55e;animation:pulse-green 2s ease-in-out infinite}@keyframes pulse-green{0%,to{box-shadow:0 0 #22c55e66}50%{box-shadow:0 0 0 8px #22c55e00}}.map-destination{position:absolute;right:18%;top:15%;width:12px;height:12px;background:#ef4444;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 0 8px #ef444480}.nav-details{display:flex;justify-content:space-between;align-items:center;font-size:11px}.nav-distance{font-weight:700;font-size:14px;color:#60a5fa}.nav-eta{color:#ffffffb3;font-weight:500}.nav-street{color:#ffffff80;font-size:10px}.info-media-panel{flex:.8;background:#0000004d;border-radius:10px;padding:12px;display:flex;flex-direction:column;align-items:center;position:relative}.media-album-art{width:70px;height:70px;background:linear-gradient(135deg,#8b5cf6,#6366f1,#4f46e5);border-radius:8px;margin-bottom:10px;box-shadow:0 4px 15px #8b5cf64d}.media-details{text-align:center;margin-bottom:12px;width:100%}.media-title{font-size:12px;font-weight:600;display:block;margin-bottom:2px}.media-station{font-size:10px;color:#ffffff80;display:block;margin-bottom:8px}.media-progress{height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.progress-bar{width:45%;height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:2px}.media-controls{display:flex;gap:12px;align-items:center}.media-btn{background:#ffffff1a;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:all .2s}.media-btn.play{background:#8b5cf6;color:#fff;width:40px;height:40px}.info-quick-actions{display:flex;justify-content:center;gap:16px;margin-bottom:12px;position:relative}.quick-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px;background:#ffffff0d;border-radius:10px;color:#ffffff80;border:1px solid rgba(255,255,255,.1);font-size:9px;transition:all .2s}.quick-btn.active{background:#3b82f633;border-color:#3b82f6;color:#60a5fa}.quick-btn span{font-weight:500}.info-adas-bar{display:flex;justify-content:center;gap:20px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.adas-item{display:flex;align-items:center;gap:6px;font-size:10px;color:#fff6}.adas-item.active{color:#34d399}.adas-item .adas-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.adas-item.active .adas-dot{box-shadow:0 0 6px currentColor}.test-detection-marker{position:absolute;display:flex;align-items:center;gap:4px;padding:3px 8px;background:#16a34ae6;border-radius:4px;font-size:9px;font-weight:600;color:#fff;z-index:20;animation:marker-pulse 2s ease-in-out infinite}@keyframes marker-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}.detection-icon{color:#fff}.detection-label{font-family:monospace;font-size:8px}.marker-1{top:8px;right:8px}.marker-2{bottom:50px;right:8px}.marker-3{bottom:-28px;right:60px}.test-cursor{position:absolute;bottom:85px;right:95px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));animation:cursor-move 3s ease-in-out infinite;z-index:25}@keyframes cursor-move{0%,to{transform:translate(0)}30%{transform:translate(-20px,-30px)}60%{transform:translate(40px,10px)}}.test-execution-panel{width:180px;background:#fff;border-radius:10px;box-shadow:0 10px 40px #00000026;overflow:hidden;border:1px solid #e2e8f0}.test-panel-header{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:12px;font-weight:600;color:#374151}.test-status{margin-left:auto;font-size:9px;padding:2px 8px;border-radius:10px;font-weight:600}.test-status.running{background:#3b82f61a;color:#3b82f6}.test-steps{padding:8px 0}.test-step{display:flex;align-items:center;gap:10px;padding:8px 14px;font-size:11px;color:#64748b;border-left:2px solid transparent}.test-step.completed{color:#374151;border-left-color:#22c55e;background:#22c55e0d}.test-step.completed .step-icon{color:#22c55e}.test-step.running{color:#374151;border-left-color:#3b82f6;background:#3b82f60d}.test-step.running .step-icon{color:#3b82f6}.test-step.pending .step-icon{color:#d1d5db}.step-icon.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.step-text{flex:1}.step-time{font-size:10px;color:#94a3b8;font-family:monospace}.test-panel-footer{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border-top:1px solid #e2e8f0;font-size:10px}.test-suite{font-family:monospace;color:#64748b}.test-progress{font-weight:600;color:#3b82f6}.hmi-cycler{position:absolute;bottom:0;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;white-space:nowrap}.hmi-cycler-label{font-size:11px;color:#64748b;font-weight:500}.hmi-cycler-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border-radius:20px;box-shadow:0 4px 15px #00000014;border:1px solid #e2e8f0}.hmi-cycler-icon{color:#16a34a}.hmi-cycler-text{font-size:12px;font-weight:600;color:#374151}.hmi-cycler-dots{display:flex;gap:6px}.hmi-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db;transition:all .3s}.hmi-dot.active{background:#16a34a;transform:scale(1.2)}@media (max-width: 768px){.infotainment-demo-wrapper{flex-direction:column;align-items:center}.test-execution-panel,.infotainment-display{width:100%;max-width:400px}}.testing-hero-section{position:relative;padding-top:var(--space-3xl);padding-bottom:var(--space-2xl);overflow:hidden;background:radial-gradient(circle at 50% -20%,#f4f4f5 0%,var(--bg-primary) 60%)}.testing-hero-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.02) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 70%);mask-image:radial-gradient(circle at center,black 40%,transparent 70%);pointer-events:none}.testing-hero-content{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--space-3xl);align-items:center;position:relative;z-index:10}.testing-hero-text-col{display:flex;flex-direction:column;gap:var(--space-lg);max-width:700px}.testing-hero-badge{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);background:#16a34a14;border:1px solid rgba(22,163,74,.15);border-radius:99px;color:var(--accent-primary);font-size:.875rem;font-weight:600;width:-moz-fit-content;width:fit-content}.testing-hero-badge-dot{width:6px;height:6px;background-color:var(--accent-primary);border-radius:50%;box-shadow:0 0 8px #16a34a4d}.testing-hero-title{font-size:3.75rem;line-height:1.15;font-weight:700;letter-spacing:-.02em;margin:0;color:var(--text-primary)}.testing-hero-subtitle{font-size:1.25rem;line-height:1.75;color:var(--text-secondary);font-weight:400;margin:0;max-width:540px}.testing-hero-actions{display:flex;gap:1.5rem;margin-top:var(--space-sm);flex-wrap:wrap;align-items:center}.testing-hero-trust-badges{display:flex;gap:var(--space-lg);margin-top:var(--space-lg);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-weight:600}.trust-badge-item{display:flex;align-items:center;gap:var(--space-sm)}.testing-hero-visual-col{display:flex;justify-content:center;align-items:center}.customer-logos-section{padding:var(--space-2xl) 0 var(--space-3xl);background:var(--bg-primary)}.customer-logos-label{text-align:center;font-size:.8125rem;font-weight:500;color:var(--text-tertiary);margin-bottom:var(--space-2xl);text-transform:uppercase;letter-spacing:.15em}.customer-logos-grid{display:flex;justify-content:center;align-items:center;gap:var(--space-3xl);flex-wrap:wrap}.customer-logo-wrapper{display:flex;align-items:center;justify-content:center}.customer-logo-img{height:32px;width:auto;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%) opacity(.7);transition:all .3s ease}.customer-logo-img:hover{filter:grayscale(0%) opacity(1)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:3.5rem;padding:0 2rem;background-color:var(--accent-primary);color:#fff;font-weight:600;font-size:1rem;border-radius:8px;text-decoration:none;transition:var(--transition-smooth);border:none;cursor:pointer;box-shadow:0 4px 14px #16a34a40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #16a34a59;background-color:#15803d}.text-link{color:var(--text-secondary);font-weight:500;font-size:1rem;text-decoration:none;transition:color .2s}.text-link:hover{color:var(--accent-primary)}@media (max-width: 1024px){.testing-hero-content{grid-template-columns:1fr;gap:var(--space-2xl);text-align:center}.testing-hero-text-col{align-items:center;max-width:600px;margin:0 auto}.testing-hero-title{font-size:2.75rem}.testing-hero-actions{justify-content:center}.testing-hero-trust-badges{justify-content:center;flex-wrap:wrap}}@media (max-width: 640px){.testing-hero-title{font-size:2rem}.testing-hero-subtitle{font-size:1rem}.customer-logos-grid{gap:var(--space-xl)}.customer-logo-img{height:24px}}
