@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--bg:#f8f9fb;--bg-white:#fff;--bg-subtle:#f1f3f5;--text:#1a1a2e;--text-secondary:#5a6178;--text-muted:#9ca3b4;--accent:#4f46e5;--accent-light:#eef2ff;--accent-hover:#4338ca;--green:#10b981;--green-light:#ecfdf5;--yellow:#f59e0b;--yellow-light:#fffbeb;--red:#ef4444;--red-light:#fef2f2;--blue:#3b82f6;--blue-light:#eff6ff;--border:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px #0000000a;--shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 25px -3px #00000014,0 4px 6px -4px #0000000a;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:20px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-hover)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 2px #4f46e54d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e540}.btn-lg{border-radius:var(--radius);padding:14px 32px;font-size:16px}.btn-secondary{background:var(--bg-white);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.btn-secondary:hover{background:var(--bg-subtle);border-color:#d1d5db}.btn-white{color:var(--accent);background:#fff;font-weight:700}.btn-white:hover{background:var(--bg);transform:translateY(-1px)}.card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all .2s}.card:hover{box-shadow:var(--shadow-md)}.input{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .15s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e51a}.input::placeholder{color:var(--text-muted)}select.input{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239CA3B4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.chip{background:var(--bg-white);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.chip:hover{background:var(--bg-subtle);color:var(--text)}.chip.active{background:var(--accent-light);color:var(--accent);border-color:#4f46e54d;font-weight:600}.nav-wrap{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:100;background:#ffffffd9;position:sticky;top:0}.nav{justify-content:space-between;align-items:center;padding:14px 0;display:flex}.nav-logo{color:var(--text);letter-spacing:-.5px;font-size:22px;font-weight:800}.nav-logo span{color:var(--accent)}.nav-links{align-items:center;gap:4px;display:flex}.nav-link{color:var(--text-secondary);border-radius:var(--radius-sm);padding:8px 14px;font-size:14px;font-weight:500;transition:all .15s}.nav-link:hover{color:var(--text);background:var(--bg-subtle)}.hero{text-align:center;padding:80px 0 60px}.hero-badge{background:var(--accent-light);color:var(--accent);border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-1.5px;margin-bottom:16px;font-size:52px;font-weight:900;line-height:1.1}.hero h1 em{color:var(--accent);font-style:normal}.hero p{color:var(--text-secondary);max-width:540px;margin:0 auto 32px;font-size:18px;line-height:1.7}.grid{gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.hero h1{font-size:32px}.hero p{font-size:16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.nav-links{gap:2px}.nav-link{padding:6px 8px;font-size:13px}}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:80px;padding:40px 0;font-size:14px}.section{padding:60px 0}.section-label{text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:8px;font-size:13px;font-weight:600}.section-title{letter-spacing:-.5px;margin-bottom:12px;font-size:32px;font-weight:800}.section-sub{color:var(--text-secondary);margin-bottom:40px;font-size:16px}.badge{border-radius:100px;align-items:center;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge-green{background:var(--green-light);color:var(--green)}.badge-yellow{background:var(--yellow-light);color:var(--yellow)}.badge-red{background:var(--red-light);color:var(--red)}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-accent{background:var(--accent-light);color:var(--accent)}.feature-card{background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px;transition:all .2s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-icon{border-radius:var(--radius);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;display:flex}.feature-card h3{letter-spacing:-.2px;margin-bottom:8px;font-size:17px;font-weight:700}.feature-card p{color:var(--text-secondary);font-size:14px;line-height:1.6}.listing-card{cursor:pointer;background:var(--bg-white);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:all .2s;overflow:hidden}.listing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.listing-card img{object-fit:cover;width:100%;height:200px}.listing-card .body{padding:16px}.listing-card .title{margin-bottom:8px;font-size:14px;font-weight:600;line-height:1.4}.listing-card .price{color:var(--accent);letter-spacing:-.3px;font-size:20px;font-weight:800}.listing-card .specs{flex-wrap:wrap;gap:6px;margin:8px 0;display:flex}.listing-card .spec-tag{background:var(--bg-subtle);color:var(--text-secondary);border-radius:6px;padding:3px 8px;font-size:11px;font-weight:500}.cta-section{background:var(--accent);border-radius:var(--radius-xl);text-align:center;color:#fff;padding:60px 40px}.cta-section h2{letter-spacing:-.5px;margin-bottom:12px;font-size:32px;font-weight:800}.cta-section p{opacity:.85;margin-bottom:28px;font-size:16px}.wizard-progress{margin-bottom:40px}.wizard-progress-bar{background:var(--border-light);border-radius:100px;height:4px;margin-bottom:24px;overflow:hidden}.wizard-progress-fill{background:var(--accent);border-radius:100px;height:100%;transition:width .3s}.wizard-steps-row{justify-content:space-between;gap:4px;display:flex}.wizard-step-dot{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.wizard-step-circle{background:var(--bg-white);border:2px solid var(--border);width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.wizard-step-dot.active .wizard-step-circle{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.wizard-step-dot.done .wizard-step-circle{border-color:var(--green);background:var(--green-light);color:var(--green);font-size:14px;font-weight:700}.wizard-step-label{color:var(--text-muted);font-size:11px;font-weight:600}.wizard-step-dot.active .wizard-step-label{color:var(--accent)}.wizard-step-dot.done .wizard-step-label{color:var(--green)}.wizard-content{transition:opacity .15s}.wizard-fade-out{opacity:0}.wizard-fade-in{opacity:1}.wizard-question{letter-spacing:-.5px;margin-bottom:6px;font-size:26px;font-weight:900}.wizard-subtitle{color:var(--text-secondary);margin-bottom:32px;font-size:15px}.wizard-options-list{flex-direction:column;gap:10px;display:flex}.wizard-option-card{background:var(--bg-white);border:2px solid var(--border-light);border-radius:var(--radius);cursor:pointer;text-align:start;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 20px;font-family:inherit;font-size:15px;transition:all .15s;display:flex}.wizard-option-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.wizard-option-card.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 3px #4f46e51a}.wizard-option-label{font-weight:600}.wizard-option-sub{color:var(--text-muted);margin-top:2px;font-size:13px}.wizard-option-tag{background:var(--bg-subtle);color:var(--text-secondary);white-space:nowrap;border-radius:100px;padding:3px 10px;font-size:12px;font-weight:600}.wizard-option-card.selected .wizard-option-tag{color:var(--accent);background:#4f46e526}.wizard-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.wizard-grid-card{background:var(--bg-white);border:2px solid var(--border-light);border-radius:var(--radius);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 16px;font-family:inherit;transition:all .15s;display:flex}.wizard-grid-card:hover{border-color:var(--border);box-shadow:var(--shadow-sm)}.wizard-grid-card.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:0 0 0 3px #4f46e51a}.wizard-grid-icon{font-size:28px}.wizard-grid-label{color:var(--text);text-align:center;font-size:14px;font-weight:600}.wizard-grid-card.selected .wizard-grid-label{color:var(--accent)}.wizard-checkbox{border:2px solid var(--border);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.wizard-checkbox.checked{background:var(--accent);border-color:var(--accent)}.wizard-port-btn{border:2px solid var(--border-light);border-radius:var(--radius-sm);background:var(--bg-white);cursor:pointer;color:var(--text-secondary);flex:1;padding:12px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}.wizard-port-btn:hover{border-color:var(--border)}.wizard-port-btn.active{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.wizard-nav{gap:12px;margin-top:40px;display:flex}.btn-disabled{background:var(--bg-subtle);color:var(--text-muted);cursor:not-allowed;pointer-events:none;border:none}.wizard-result-card{transition:all .2s}.wizard-result-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.wizard-best-badge{color:#fff;text-align:center;background:linear-gradient(135deg,#f59e0b,#ef4444);padding:6px 20px;font-size:13px;font-weight:700}.wizard-result-emoji{border-radius:var(--radius);background:var(--bg-subtle);flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:32px;display:flex}.spec-pill{background:var(--bg-subtle);color:var(--text-secondary);border-radius:100px;padding:4px 10px;font-size:12px;font-weight:500}.spec-pill-accent{background:var(--accent-light);color:var(--accent)}.wizard-score-ring{width:64px;height:64px;position:relative}.wizard-score-text{color:var(--accent);justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex;position:absolute;inset:0}.wizard-compare-bar{background:var(--accent-light);border-radius:var(--radius);color:var(--accent);border:1px solid #4f46e533;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:14px 20px;font-size:14px;font-weight:600;display:flex}.wizard-loading{flex-direction:column;align-items:center;display:flex}.wizard-loading-spinner{border:4px solid var(--border-light);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite wizard-spin}@keyframes wizard-spin{to{transform:rotate(360deg)}}@media (max-width:640px){.wizard-grid{grid-template-columns:repeat(2,1fr)}.wizard-question{font-size:22px}.wizard-step-label{display:none}.wizard-step-circle{width:36px;height:36px;font-size:16px}}[dir=rtl]{text-align:right}[dir=rtl] .nav,[dir=rtl] .nav-links{flex-direction:row-reverse}[dir=rtl] input,[dir=rtl] textarea{text-align:right}[dir=rtl] select.input{background-position:12px 50%;padding-left:36px;padding-right:14px}[dir=rtl] .hero{text-align:center}
