.discovery-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b);padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif;color:#fff;overflow:hidden}.discovery-card{width:100%;max-width:800px;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;box-shadow:0 25px 50px -12px #00000080;position:relative;z-index:10}.discovery-progress{display:flex;gap:8px;margin-bottom:2rem}.progress-dot{height:4px;flex:1;background:#ffffff1a;border-radius:2px;transition:all .3s ease}.progress-dot.active{background:#38bdf8;box-shadow:0 0 12px #38bdf880}.discovery-header h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:-.025em;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.discovery-header p{color:#94a3b8;margin-bottom:2.5rem}.question-label{display:block;font-size:1.125rem;font-weight:500;margin-bottom:1.5rem;color:#e2e8f0}.industry-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.industry-option{background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:1.5rem;border-radius:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.industry-option:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.industry-option.selected{background:#38bdf81a;border-color:#38bdf8;box-shadow:0 0 20px #38bdf833}.industry-icon{font-size:2rem;color:#38bdf8}.input-field{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);padding:1rem 1.25rem;border-radius:12px;color:#fff;font-size:1rem;margin-bottom:2rem;transition:all .2s ease}.input-field:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 4px #38bdf81a;background:#0000004d}.discovery-actions{display:flex;justify-content:flex-end;gap:1rem}.btn-next{background:#38bdf8;color:#0f172a;border:none;padding:.875rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-next:hover{background:#7dd3fc;transform:scale(1.02)}.btn-next:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed;transform:none}.btn-back{background:transparent;color:#94a3b8;border:1px solid rgba(255,255,255,.1);padding:.875rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-back:hover{background:#ffffff0d;color:#fff}.float-1{position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(56,189,248,.1) 0%,transparent 70%);pointer-events:none}.float-2{position:absolute;bottom:-50px;left:-50px;width:250px;height:250px;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);pointer-events:none}
