.consultation-hero{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.consultation-hero-bg{position:absolute;top:0;left:0;width:100%;height:120%;background-size:cover;background-position:center;will-change:transform}.consultation-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(0,0,0,.5))}.consultation-hero-content{position:relative;z-index:10;text-align:center;color:#fff;max-width:800px;margin:0 auto;padding:2rem 1rem}.consultation-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,rgba(184,134,11,.3),rgba(184,134,11,.2));backdrop-filter:blur(10px);border:1.5px solid rgba(184,134,11,.5);border-radius:2rem;color:#daa520;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.consultation-hero-title{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:700;margin-bottom:1rem;line-height:1.2}.consultation-hero-subtitle{font-size:clamp(1rem, 2vw, 1.25rem);opacity:.95;line-height:1.6}.consultation-progress-wrapper{background:#fff;border-bottom:1px solid #e5e7eb;padding:2rem 0;position:sticky;top:80px;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.05)}.consultation-progress{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin:0 auto;padding:0 1rem}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto;opacity:.4;transition:all .3s}.progress-step.active{opacity:1}.progress-step.completed .progress-circle{background:linear-gradient(135deg,#b8860b,#daa520);color:#fff}.progress-circle{width:48px;height:48px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;color:#6b7280;border:3px solid transparent;transition:all .3s}.progress-step.active .progress-circle{background:linear-gradient(135deg,#b8860b,#daa520);color:#fff;border-color:rgba(184,134,11,.2);box-shadow:0 0 0 6px rgba(184,134,11,.1)}.progress-label{font-size:.875rem;font-weight:500;color:#6b7280;text-align:center}.progress-step.active .progress-label{color:#b8860b;font-weight:600}.progress-line{flex:1;height:3px;background:#e5e7eb;margin:0 1rem;position:relative;top:-12px;transition:all .3s}.progress-line.completed{background:linear-gradient(90deg,#b8860b,#daa520)}.consultation-form-section{padding:4rem 0;background:linear-gradient(180deg,#f9fafb 0,#fff 50%,#f9fafb 100%)}.consultation-form-section .container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 350px;gap:3rem;align-items:start}.consultation-form{background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid rgba(184,134,11,.1)}.form-step{display:none}.form-step.active{display:block;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-step-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f3f4f6}.form-step-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.form-step-description{font-size:1rem;color:#6b7280}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1.5px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .3s;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:#b8860b;box-shadow:0 0 0 3px rgba(184,134,11,.1)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.form-group textarea{resize:vertical;min-height:100px}.equipment-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.equipment-card{position:relative;cursor:pointer}.equipment-card input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.equipment-card-content{padding:2rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:1rem;text-align:center;transition:all .3s}.equipment-card:hover .equipment-card-content{border-color:#b8860b;transform:translateY(-4px);box-shadow:0 8px 20px rgba(184,134,11,.15)}.equipment-card input:checked+.equipment-card-content{border-color:#b8860b;background:linear-gradient(135deg,rgba(184,134,11,.08),rgba(184,134,11,.04));box-shadow:0 8px 20px rgba(184,134,11,.2)}.equipment-icon{width:48px;height:48px;color:#9ca3af;margin:0 auto 1rem;transition:all .3s}.equipment-card input:checked+.equipment-card-content .equipment-icon{color:#b8860b}.equipment-card-content h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.equipment-card-content p{font-size:.875rem;color:#6b7280}.form-navigation{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #f3f4f6}.form-navigation .btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.75rem;transition:all .3s}.consultation-benefits{background:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 40px rgba(0,0,0,.08);border:1px solid rgba(184,134,11,.1);position:sticky;top:180px}.consultation-benefits h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0;margin:0 0 2rem 0}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.benefits-list svg{width:20px;height:20px;color:#b8860b;flex-shrink:0;margin-top:2px}.benefits-list span{font-size:.9375rem;color:#374151;line-height:1.6}.trust-badges{padding-top:2rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem}.trust-badge{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:rgba(184,134,11,.05);border-radius:.5rem}.trust-badge svg{width:24px;height:24px;color:#b8860b}.trust-badge span{font-size:.875rem;font-weight:600;color:#374151}.consultation-success{text-align:center;padding:4rem 2rem}.success-icon{width:80px;height:80px;color:#10b981;margin:0 auto 2rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{from{transform:scale(0)}to{transform:scale(1)}}.consultation-success h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.consultation-success p{font-size:1.125rem;color:#6b7280;margin-bottom:.5rem}.consultation-success .btn{margin-top:2rem}.notification{position:fixed;top:100px;right:-400px;background:#fff;padding:1rem 1.5rem;border-radius:.75rem;box-shadow:0 10px 40px rgba(0,0,0,.15);border-left:4px solid #b8860b;z-index:10000;transition:right .3s;max-width:350px}.notification.show{right:20px}.notification-error{border-left-color:#ef4444}@media (max-width:1024px){.consultation-form-section .container{grid-template-columns:1fr}.consultation-benefits{position:static;margin-top:2rem}}@media (max-width:768px){.consultation-progress{overflow-x:auto;padding:0 1rem}.progress-label{font-size:.75rem;max-width:80px}.progress-line{margin:0 .5rem}.consultation-form{padding:2rem 1.5rem}.form-grid{grid-template-columns:1fr}.equipment-categories{grid-template-columns:1fr}.form-navigation{flex-direction:column-reverse}.form-navigation .btn{width:100%}}@media (max-width:480px){.consultation-progress-wrapper{top:60px;padding:1rem 0}.progress-circle{width:40px;height:40px;font-size:1rem}.progress-label{display:none}.consultation-form-section{padding:2rem 0}.consultation-form{padding:1.5rem 1rem}.form-step-title{font-size:1.5rem}}