.configurator-page{padding-top:72px}.configurator-hero{background:linear-gradient(135deg,var(--color-primary) 0,#0d2847 100%);padding:var(--space-12) 0}.configurator-hero-content{max-width:700px}.back-link{color:rgba(255,255,255,.7);text-decoration:none;font-size:var(--text-sm);display:inline-block;margin-bottom:var(--space-4);transition:color var(--transition-fast)}.back-link:hover{color:white}.configurator-badge{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:rgba(255,255,255,.15);border-radius:var(--radius-full);color:white;font-size:var(--text-sm);font-weight:500;margin-bottom:var(--space-4)}.badge-icon{font-size:1rem}.configurator-hero h1{color:white;font-size:var(--text-3xl);margin-bottom:var(--space-4)}.configurator-hero p{color:rgba(255,255,255,.85);font-size:var(--text-lg);max-width:600px;margin:0}.configurator-main{background:var(--color-gray-50);min-height:60vh}.configurator-quiz{max-width:800px;margin:0 auto}.question-hint{font-size:var(--text-sm);color:var(--color-gray-500);text-align:center;margin-top:var(--space-2);font-style:italic}.configurator-options{grid-template-columns:1fr;gap:var(--space-3)}.configurator-options .option-btn{flex-direction:row;text-align:left;padding:var(--space-4) var(--space-5)}.configurator-options .option-content{display:flex;flex-direction:column}.configurator-options .option-desc{font-size:var(--text-sm);color:var(--color-gray-500);margin-top:2px}.configurator-result{max-width:1000px;margin:0 auto}.result-header{text-align:center;margin-bottom:var(--space-10)}.result-badge{display:inline-block;padding:var(--space-2) var(--space-4);background:linear-gradient(135deg,var(--color-success) 0,#16a34a 100%);color:white;font-size:var(--text-sm);font-weight:600;border-radius:var(--radius-full)}.result-badge,.result-header h2{margin-bottom:var(--space-4)}.reset-btn{background:transparent;border:1px solid var(--color-gray-300);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-gray-600);cursor:pointer;transition:all var(--transition-fast)}.reset-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.result-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-6);margin-bottom:var(--space-12)}.result-product-card{position:relative;background:white;border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-md);border:2px solid var(--color-gray-100);transition:all var(--transition-base)}.result-product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.result-product-card.recommended{border-color:var(--color-success)}.recommended-badge{position:absolute;top:-12px;left:var(--space-4);padding:var(--space-1) var(--space-3);background:var(--color-success);color:white;font-size:var(--text-xs);font-weight:600;border-radius:var(--radius-full)}.product-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3)}.product-sku{font-family:var(--font-mono,monospace);font-weight:600;color:var(--color-primary);font-size:var(--text-sm)}.product-price{font-weight:600;color:var(--color-gray-900)}.result-product-card h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.product-desc{font-size:var(--text-sm);color:var(--color-gray-600);margin-bottom:var(--space-4)}.product-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-2);margin-bottom:var(--space-4);padding:var(--space-4);background:var(--color-gray-50);border-radius:var(--radius-lg)}.spec-item{display:flex;flex-direction:column}.spec-name{font-size:var(--text-xs);color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em}.spec-value{font-size:var(--text-sm);font-weight:500;color:var(--color-gray-900)}.product-certs{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.product-actions{display:flex;gap:var(--space-3)}.product-actions .btn{flex:1;text-align:center;font-size:var(--text-sm)}.no-results{text-align:center;padding:var(--space-12);background:white;border-radius:var(--radius-xl)}.no-results-icon{font-size:3rem;margin-bottom:var(--space-4);display:block}.no-results h3{margin-bottom:var(--space-2)}.no-results p{color:var(--color-gray-600);margin-bottom:var(--space-6);max-width:none}.configurator-faq{padding:var(--space-8);background:white;border-radius:var(--radius-xl)}.configurator-faq h3{font-size:var(--text-xl);margin-bottom:var(--space-6);text-align:center}.configurator-faq .faq-list{max-width:700px;margin:0 auto}.configurator-faq .faq-item{margin-bottom:var(--space-3);background:var(--color-gray-50);border-radius:var(--radius-lg);overflow:hidden}.configurator-faq .faq-item summary{padding:var(--space-4);cursor:pointer;font-weight:500}.configurator-faq .faq-answer{padding:0 var(--space-4) var(--space-4);font-size:var(--text-sm);color:var(--color-gray-700);line-height:1.6}@media (max-width:768px){.product-specs-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}}