.header{background-color:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:relative}.header-right{display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer}.logo-image-container{height:50px;display:flex;align-items:center;justify-content:center}.logo-image{height:100%;width:auto;max-width:180px;object-fit:contain}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-main{font-size:.875rem;font-weight:600;color:#1a2332}.logo-sub{font-size:.875rem;font-weight:400;color:#1a2332}.nav-desktop{display:flex;align-items:center;position:absolute;left:50%;transform:translate(-50%)}.nav-steps{display:flex;gap:3rem;align-items:center}.nav-step{display:flex;align-items:center;gap:.75rem;color:#9ca3af;transition:color .3s ease}.nav-step.active{color:#1a2332}.header .nav-steps .nav-step .step-number{width:32px;height:32px;background-color:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#9ca3af;transition:all .3s ease}.header .nav-steps .nav-step.active .step-number{background-color:#000;color:#fff}.step-text{font-size:.875rem}.callback-cta{background:linear-gradient(135deg,#20b2aa,#17a2b8);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #20b2aa4d}.callback-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #20b2aa66;background:linear-gradient(135deg,#1ca3a5,#138a9a)}.return-form-cta{background:linear-gradient(135deg,#20b2aa,#17948d);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #20b2aa4d}.return-form-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #20b2aa66;background:linear-gradient(135deg,#22c5bd,#1aa09a)}@media (max-width: 768px){.header-container{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.header-right{gap:.5rem;min-width:80px;display:flex;justify-content:flex-end}.nav-desktop{position:absolute;left:50%;transform:translate(-50%);z-index:1}.nav-steps{gap:1.5rem}.nav-step{flex-direction:column;gap:.25rem;min-width:50px;text-align:center}.step-number{width:24px;height:24px;font-size:.75rem}.step-text{font-size:.7rem}.logo-text{display:none}.logo-image-container{height:35px;width:auto}.logo-image{height:100%;width:auto;max-width:100px}.callback-cta{padding:.5rem .625rem;font-size:.7rem;white-space:nowrap;min-width:auto;border-radius:20px}.return-form-cta{padding:.5rem .75rem;font-size:.75rem;white-space:nowrap;border-radius:20px}}.footer{background-color:#1a2332;color:#fff;padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-links{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.footer-link{color:#e5e7eb;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-link:hover{color:#fff;text-decoration:underline}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer-container{padding:0 1rem}.footer-links{flex-direction:column;align-items:center;gap:1rem}.footer-link{font-size:.813rem}}.hero{padding:2rem 0 1rem}.hero-container{max-width:800px;margin:0 auto;padding:0 2rem}.hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-text-section{display:flex;align-items:center;gap:1.5rem;width:100%}.hero-avatar{width:86px;height:86px;border-radius:50%;position:relative;flex-shrink:0;padding:3px}.hero-avatar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 0deg,#20b2aa,#ffb238,#20b2aa,#1a2332,#20b2aa);animation:rotateBorder 6s linear infinite;z-index:0}.hero-avatar img{width:80px;height:80px;border-radius:50%;background-color:#fff;object-fit:cover;position:relative;z-index:1}@keyframes rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-text{flex:1}.hero-title{font-size:1.75rem;font-weight:600;color:#1a2332;line-height:1.3;margin:0 0 .75rem}.hero-subtitle{font-size:1.125rem;color:#4b5563;line-height:1.5;margin:0}@media (max-width: 768px){.hero{padding:2rem 0 1.5rem}.hero-container{padding:0 1rem}.hero-text-section{flex-direction:row;align-items:flex-start;gap:1rem}.hero-avatar{width:80px;height:80px;flex-shrink:0}.hero-avatar:before{top:0;right:0;bottom:0;left:0}.hero-avatar img{width:74px;height:74px}.hero-title{font-size:1.25rem;line-height:1.3;margin-bottom:.5rem}.hero-subtitle{font-size:.9rem;line-height:1.4}}.offer-banner{max-width:800px;margin:1rem auto;padding:0 2rem}.offer-banner-content{background:linear-gradient(135deg,#a3d5c7,#7fc7af);padding:1.5rem 2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d}.offer-title{font-size:1.125rem;font-weight:600;color:#1a2332;margin:0 0 .75rem}.offer-description{font-size:.938rem;color:#2d3748;line-height:1.5;margin:0}@media (max-width: 768px){.offer-banner{margin:1.5rem auto;padding:0 1rem}.offer-banner-content{padding:1.25rem 1.5rem}.offer-title{font-size:1rem}.offer-description{font-size:.875rem}}.contract-selector{padding:1rem 0 3rem}.contract-selector-container{max-width:800px;margin:0 auto;padding:0 2rem}.contract-selector-title{font-size:1.5rem;font-weight:600;color:#1a2332;text-align:center;margin-bottom:2rem;line-height:1.4}.contract-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.contract-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:2rem 1.5rem;cursor:pointer;transition:all .3s ease;position:relative;text-align:center}.contract-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a;border-color:#20b2aa}.contract-card.selected{border-color:#20b2aa;background:linear-gradient(135deg,#f0fdfb,#e6fffa);transform:translateY(-2px);box-shadow:0 8px 16px #20b2aa26}.card-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;height:60px}.card-title{font-size:1.125rem;font-weight:600;color:#1a2332;margin:0 0 .5rem}.card-description{font-size:.875rem;color:#6b7280;margin:0 0 1rem;line-height:1.4}.card-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#20b2aa;font-size:1.5rem;opacity:0;transition:opacity .3s}.contract-card.selected .card-arrow{opacity:1}.submit-button{display:block;width:100%;max-width:300px;margin:0 auto;padding:1rem 2rem;background:linear-gradient(135deg,#20b2aa,#17948d);color:#fff;font-size:1.125rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;opacity:.6}.submit-button:disabled{cursor:not-allowed}.submit-button.active{opacity:1}.submit-button.active:hover{transform:translateY(-2px);box-shadow:0 10px 20px #20b2aa4d;background:linear-gradient(135deg,#22c5bd,#1aa09a)}@media (max-width: 768px){.contract-selector{padding:1.5rem 0 3rem}.contract-selector-container{padding:0 1rem}.contract-selector-title{font-size:1.25rem;margin-bottom:1.5rem}.contract-cards{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.contract-card{padding:1.25rem 1rem;display:flex;align-items:center;justify-content:space-between;text-align:left}.card-icon{font-size:1.5rem;margin:0;height:auto;margin-right:1rem}.card-title{flex:1;margin:0}.card-arrow{position:static;transform:none;opacity:1;color:#20b2aa}.submit-button{font-size:1rem;padding:.875rem 1.75rem}}.form-wizard-inline{width:100%;margin:0;padding:1rem 0 3rem;animation:formSlideIn .3s ease-out}@keyframes formSlideIn{0%{opacity:0}to{opacity:1}}.form-step{width:100%;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .2s ease-in-out}.fade-out{animation:fadeOut .15s ease-in-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.form-step-content{width:100%;display:flex;justify-content:center;padding:0 1rem}.housing-icon{color:#4b5563;transition:color .3s;display:flex;align-items:center;justify-content:center}.option-card.selected .housing-icon{color:#20b2aa}.form-container{max-width:800px;width:100%}.form-header{text-align:center;margin-bottom:3rem}.form-avatar{width:86px;height:86px;border-radius:50%;position:relative;margin:0 auto 1.5rem;padding:3px}.form-avatar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 0deg,#20b2aa,#ffb238,#20b2aa,#1a2332,#20b2aa);animation:rotateFormBorder 3s linear infinite;z-index:0}@keyframes rotateFormBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-avatar img{width:80px;height:80px;border-radius:50%;background-color:#fff;object-fit:cover;position:relative;z-index:1}.form-question{font-size:1.75rem;font-weight:600;color:#1a2332;line-height:1.4;margin:0}.form-subtitle{font-size:1.125rem;color:#6b7280;margin-top:1rem;line-height:1.5}.options-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.options-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.options-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.option-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;text-align:center}.option-card-horizontal{flex-direction:row;justify-content:flex-start;gap:1rem;text-align:left;min-height:60px}.option-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a;border-color:#20b2aa}.option-card.selected{border-color:#20b2aa;background:linear-gradient(135deg,#f0fdfb,#e6fffa);transform:translateY(-2px);box-shadow:0 8px 16px #20b2aa26}.option-logo{width:60px;height:60px;margin-bottom:.5rem;object-fit:contain}.option-logo-small{width:40px;height:40px;margin:0}.provider-logo-container{width:60px;height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.provider-logo{width:60px;height:60px;object-fit:contain;border-radius:8px}.provider-fallback{display:flex;align-items:center;justify-content:center}.option-label{font-size:1rem;font-weight:600;color:#1a2332}.option-icon{color:#4b5563;transition:color .3s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.option-card.selected .option-icon{color:#20b2aa}.form-inputs{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.form-input{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:16px;transition:all .3s ease;background:#fff}.form-input:focus{outline:none;border-color:#20b2aa;box-shadow:0 0 0 3px #20b2aa1a}.form-input.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.875rem;margin-top:.25rem}.consent-section{max-width:600px;margin:2rem auto;text-align:left}.consent-item{display:flex;align-items:flex-start;margin-bottom:1rem;gap:.75rem}.consent-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer}.consent-label{font-size:.875rem;color:#4b5563;line-height:1.5;cursor:pointer}.consent-label a{color:#20b2aa;text-decoration:underline}.privacy-text{font-size:.813rem;color:#6b7280;line-height:1.5;margin-top:1.5rem}.form-navigation{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto}.nav-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.nav-btn-prev{background:transparent;color:#1a2332;border:2px solid #e5e7eb}.nav-btn-prev:hover{background:#f9fafb;transform:translate(-2px)}.nav-btn-next{background:#d3d3d3;color:#fff}.nav-btn-next:disabled{cursor:not-allowed;opacity:.6}.nav-btn-next.active{background:linear-gradient(135deg,#20b2aa,#17948d)}.nav-btn-next.active:hover{transform:translate(2px);box-shadow:0 4px 10px #20b2aa4d}.nav-btn-submit{background:linear-gradient(135deg,#20b2aa,#17948d);color:#fff;padding:1rem 2rem;font-size:1.125rem}.nav-btn-submit:hover{transform:scale(1.02);box-shadow:0 10px 20px #20b2aa4d}.highlight-banner{background:linear-gradient(135deg,#a3d8ff,#7fc7ff);padding:1rem 1.5rem;border-radius:12px;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.highlight-text{font-size:1.125rem;font-weight:600;color:#1a2332;margin:0}.highlight-text span{font-weight:400}@media (max-width: 768px){.form-step-content{padding:1rem 1rem 0}.form-container{max-width:100%;padding:0 1rem}.form-header{margin-bottom:2rem}.form-avatar{width:60px;height:60px;margin:0 auto 1rem}.form-avatar img{width:54px;height:54px}.form-question{font-size:1.25rem;margin-bottom:2rem;text-align:center;padding:0 1rem}.options-grid-2,.options-list{grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto 2rem;padding:0 1rem}.options-grid-3{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:800px;margin:0 auto 2rem;padding:0 1rem}.form-inputs{grid-template-columns:1fr;gap:1.5rem;max-width:100%;margin:0 auto 2rem;padding:0 1rem}.form-input{padding:1rem;font-size:16px;border-radius:8px;border:2px solid #e5e7eb;background:#fff}.form-input:focus{outline:none;border-color:#20b2aa;box-shadow:0 0 0 3px #20b2aa1a}.input-label{font-size:1rem;font-weight:600;color:#1a2332;margin-bottom:.5rem;display:block}.input-group{display:flex;flex-direction:column;gap:.5rem}.form-group{margin-bottom:2rem}.option-card{padding:1.25rem 1rem;min-height:auto;border-radius:12px;margin:0;display:flex;align-items:center;justify-content:flex-start;text-align:left;gap:1rem}.options-grid-3 .option-card{flex-direction:column;text-align:center;padding:.75rem .5rem;gap:.5rem;justify-content:center;min-height:90px}.options-grid-3 .provider-logo-container{width:45px;height:45px;margin-bottom:.25rem}.options-grid-3 .provider-logo{width:45px;height:45px;border-radius:6px}.options-grid-3 .provider-fallback{font-size:1.75rem!important}.options-grid-3 .option-label{font-size:.75rem;line-height:1.2;font-weight:500}.option-card-horizontal{min-height:auto;padding:1.25rem 1rem;border-radius:12px;gap:1rem;margin:0;display:flex;align-items:center;justify-content:flex-start}.option-label{font-size:.9rem;line-height:1.4}.option-icon{font-size:1.25rem}.option-logo{width:50px;height:50px;margin-bottom:.25rem}.option-logo-small{width:35px;height:35px}.form-navigation{flex-direction:column-reverse;gap:.75rem;max-width:320px;margin:0 auto;padding:1rem 0}.nav-btn{width:auto;min-width:140px;padding:.875rem 1.25rem;justify-content:center;align-self:center;font-size:.9rem}.nav-btn-submit{padding:1rem 1.5rem;font-size:1rem}.highlight-banner{margin:0 1rem 2rem;padding:1rem;border-radius:8px}.highlight-text{font-size:.9rem;line-height:1.4}.form-step-indicator{margin-bottom:1.5rem;font-size:.9rem;color:#6b7280;text-align:center;padding:0 1rem}select.form-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}}.final-step{max-width:900px}.success-banner{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1.5rem 2rem;border-radius:16px;margin:0 auto 2rem;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 25px #10b9814d;max-width:800px}.success-icon{font-size:2rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.success-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.success-text{font-size:1rem;opacity:.9;margin:0}.trust-indicators{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;padding:1rem;background:#20b2aa0d;border-radius:12px;border:1px solid rgba(32,178,170,.1)}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.trust-icon{font-size:1.5rem}.trust-text{font-size:.875rem;font-weight:600;color:#1a2332;text-align:center}.final-form-header{text-align:center;margin-bottom:2rem}.final-form-title{font-size:1.75rem;font-weight:700;color:#1a2332;margin:0 0 1rem;line-height:1.3}.final-form-subtitle{font-size:1rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.5}.enhanced-form-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(229,231,235,.8);margin-bottom:2rem}.enhanced-inputs{gap:1.5rem;margin-bottom:2rem}.input-group{position:relative}.input-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.enhanced-input{position:relative;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff;width:100%}.enhanced-input:focus{border-color:#20b2aa;box-shadow:0 0 0 3px #20b2aa1a;outline:none}.enhanced-input.valid{border-color:#10b981;background:#10b98105}.enhanced-input.error{border-color:#ef4444;background:#ef444405}.success-indicator{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#10b981;font-weight:700;pointer-events:none}.simplified-consent-section{background:#f8fafc;border-radius:8px;padding:1.5rem;margin:1.5rem auto;border:1px solid #e2e8f0;max-width:800px}@media (max-width: 768px){.simplified-consent-section{margin:1rem 0;padding:1.5rem 1rem}}.simplified-consent-section h3{margin:0 0 1rem;font-size:1.25rem;color:#1a2332;font-weight:600}.consent-options{display:flex;flex-direction:column;gap:1rem}.consent-option{display:flex;align-items:flex-start}.consent-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;line-height:1.5}.consent-checkbox{width:18px;height:18px;margin-top:.125rem;flex-shrink:0;cursor:pointer}.consent-text{font-size:.9rem;color:#374151;line-height:1.5}.consent-text strong{color:#1a2332}.consent-text em{color:#6b7280;font-style:italic}.privacy-notice{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0;text-align:center}.privacy-notice p{margin:0;font-size:.8rem;color:#6b7280}.consent-header{text-align:center;margin-bottom:1.5rem}.consent-header h3{font-size:1.25rem;font-weight:600;color:#1a2332;margin:0 0 .5rem}.consent-header p{font-size:.875rem;color:#6b7280;margin:0}.consent-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.consent-card{border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease;background:#fff}.consent-card:hover{border-color:#20b2aa;box-shadow:0 4px 12px #20b2aa1a}.consent-card.selected{border-color:#20b2aa;background:#20b2aa08}.consent-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.enhanced-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer}.consent-card-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#1a2332;cursor:pointer;margin:0}.consent-icon{font-size:1.25rem}.consent-card-text{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0;margin-left:2.5rem}.consent-error{text-align:center;font-weight:600}.privacy-footer{background:#6b72800d;padding:1rem;border-radius:8px;text-align:center}.privacy-text.enhanced{font-size:.813rem;color:#6b7280;margin:0}.privacy-link{color:#20b2aa;text-decoration:none;font-weight:500}.social-proof{text-align:center;margin-bottom:2rem;padding:1.5rem;background:#f5efe680;border-radius:12px}.testimonial{max-width:400px;margin:0 auto}.stars{font-size:1.25rem;margin-bottom:.5rem}.testimonial-text{font-size:1rem;font-style:italic;color:#1a2332;margin:0 0 .5rem;line-height:1.4}.testimonial-author{font-size:.875rem;color:#6b7280;font-weight:500}.cta-section{text-align:center}.cta-benefits{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;padding:1rem;background:#20b2aa0d;border-radius:12px}.benefit-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#1a2332}.benefit-icon{font-size:1.25rem}.enhanced-navigation{gap:1rem}.enhanced-submit{background:linear-gradient(135deg,#20b2aa,#17948d);color:#fff;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;min-width:280px}.enhanced-submit:hover{transform:translateY(-2px);box-shadow:0 10px 25px #20b2aa66}.enhanced-submit.ready{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #20b2aab3}70%{box-shadow:0 0 0 10px #20b2aa00}to{box-shadow:0 0 #20b2aa00}}.submit-icon,.submit-arrow{font-size:1rem}@media (max-width: 768px){.final-step{padding:0 1rem;max-width:800px;margin:0 auto}.success-banner{flex-direction:column;text-align:center;padding:1.5rem 1rem;margin:0 0 1rem;gap:.75rem}.success-icon{font-size:2.5rem}.success-title{font-size:1.5rem}.success-text{font-size:1rem}.trust-indicators{flex-direction:row;gap:.5rem;padding:1rem;margin:0 0 1.5rem;justify-content:space-between}.trust-item{flex-direction:column;justify-content:center;align-items:center;padding:.75rem;gap:.5rem;text-align:center;flex:1;min-width:0}.trust-item h4{font-size:.875rem;margin-bottom:.25rem;line-height:1.2}.trust-item p{font-size:.75rem;margin:0;line-height:1.3}.trust-icon{font-size:1.25rem}.enhanced-form-container{padding:1.5rem 1rem;margin:0 0 1rem}.final-form-title{font-size:1.5rem;margin-bottom:1.5rem}.enhanced-inputs{grid-template-columns:1fr;gap:1rem}.enhanced-input{padding:1rem}.enhanced-input input,.enhanced-input select{padding:1rem;font-size:16px}.enhanced-input label{font-size:1rem;margin-bottom:.5rem}.consent-cards{gap:1rem}.consent-card{padding:1rem}.consent-card h4{font-size:1rem;margin-bottom:.5rem}.consent-card p{font-size:.875rem;line-height:1.4}.social-proof{padding:1.5rem 1rem;margin:0 0 1rem}.social-proof blockquote{font-size:1rem;line-height:1.5}.social-proof cite{font-size:.875rem;margin-top:1rem}.cta-benefits{flex-direction:row;gap:.5rem;padding:1rem;margin:0 0 1rem;justify-content:space-between}.cta-benefit{gap:.5rem;align-items:center;flex-direction:column;text-align:center;flex:1;min-width:0}.cta-benefit .benefit-icon{font-size:1.25rem}.cta-benefit span{font-size:.875rem;font-weight:500;line-height:1.2}.enhanced-navigation{flex-direction:column-reverse;gap:.75rem;max-width:320px;margin:0 auto;padding:1rem;background:transparent;box-shadow:none;position:static}.enhanced-submit{width:auto;min-width:140px;padding:.875rem 1.25rem;font-size:.9rem;font-weight:500;border-radius:50px;align-self:center;justify-content:center;background:linear-gradient(135deg,#20b2aa,#17948d)}.enhanced-submit .submit-arrow{font-size:.9rem}.enhanced-navigation .nav-btn-prev{width:auto;min-width:140px;padding:.875rem 1.25rem;font-size:.9rem;align-self:center;justify-content:center}.checkbox-wrapper{display:flex;align-items:flex-start;padding:1rem;border-radius:8px;border:2px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:all .2s ease;width:100%}.checkbox-wrapper:hover,.checkbox-wrapper.checked{border-color:#20b2aa;background:#f0fdfa}.checkbox-wrapper input[type=checkbox]{width:20px;height:20px;margin-right:.75rem;flex-shrink:0;margin-top:.125rem}.checkbox-wrapper label{flex:1;cursor:pointer;margin:0}.checkbox-wrapper label h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#1a2332;display:flex;align-items:center;gap:.5rem}.checkbox-wrapper label p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4}}.partner-tooltip:after{content:"Plénitude";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1a2332;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:400;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1001;pointer-events:none}.confirmation-page{width:100%;padding:2rem 1rem;min-height:80vh;display:flex;justify-content:center;align-items:flex-start}.confirmation-container{max-width:800px;width:100%;margin:0 auto}.confirmation-header{text-align:center;margin-bottom:3rem}.success-checkmark{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;position:relative;animation:scaleUp .6s ease-out}@keyframes scaleUp{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.check-icon{width:30px;height:30px;position:relative}.check-line{background-color:#fff;height:3px;position:absolute;transform-origin:left center;animation:checkmark .8s ease-in-out .6s both}.check-line-1{width:12px;left:6px;top:15px;transform:rotate(45deg)}.check-line-2{width:20px;left:12px;top:12px;transform:rotate(-45deg)}@keyframes checkmark{0%{width:0}to{width:12px}}@keyframes checkmark{0%{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.confirmation-title{font-size:2.5rem;font-weight:700;color:#1a2332;margin:0 0 1rem;animation:fadeInUp .8s ease-out .3s both}.confirmation-subtitle{font-size:1.25rem;color:#6b7280;margin:0;animation:fadeInUp .8s ease-out .5s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.confirmation-content{animation:fadeInUp .8s ease-out .7s both}.message-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(229,231,235,.8);margin-bottom:2rem;text-align:center}.message-card h2{font-size:1.5rem;font-weight:600;color:#1a2332;margin:0 0 1rem;line-height:1.4}.message-card p{font-size:1.125rem;color:#4b5563;line-height:1.6;margin:0}.message-card strong{color:#20b2aa}.next-steps{margin-bottom:2rem}.next-steps h3{font-size:1.25rem;font-weight:600;color:#1a2332;margin:0 0 1.5rem;text-align:center}.steps-list{display:flex;flex-direction:column;gap:1.5rem}.step-item{display:flex;align-items:flex-start;gap:1rem;background:#20b2aa0d;padding:1.5rem;border-radius:12px;border-left:4px solid #20b2aa}.confirmation-page .confirmation-container .step-number{width:32px;height:32px;background:linear-gradient(135deg,#20b2aa,#17948d);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.step-content strong{font-size:1.125rem;color:#1a2332;display:block;margin-bottom:.5rem}.step-content p{font-size:1rem;color:#6b7280;margin:0;line-height:1.5}.benefits-reminder{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;padding:1.5rem;background:#20b2aa0d;border-radius:12px;border:1px solid rgba(32,178,170,.1)}.benefit-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;flex:1}.benefit-icon{font-size:2rem}.benefit-item span:last-child{font-size:.875rem;font-weight:600;color:#1a2332;line-height:1.4}.confirmation-actions{text-align:center;animation:fadeInUp .8s ease-out .9s both}.return-home-btn{background:linear-gradient(135deg,#20b2aa,#17948d);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #20b2aa4d}.return-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #20b2aa66;background:linear-gradient(135deg,#22c5bd,#1aa09a)}@media (max-width: 768px){.confirmation-page{padding:1rem}.confirmation-title{font-size:2rem}.confirmation-subtitle{font-size:1.125rem}.message-card{padding:1.5rem}.message-card h2{font-size:1.25rem}.message-card p{font-size:1rem}.step-item{padding:1rem;gap:.75rem}.step-content strong{font-size:1rem}.step-content p{font-size:.875rem}.benefits-reminder{flex-direction:column;gap:1rem;padding:1rem}.benefit-item{flex-direction:row;text-align:left;justify-content:flex-start;gap:1rem}.benefit-icon{font-size:1.5rem}.benefit-item span:last-child{font-size:.875rem;flex:1}.return-home-btn{padding:.875rem 1.5rem;font-size:1rem;width:100%;max-width:300px}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.popup-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.popup-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1a2332}.popup-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.popup-close:hover{background:#f3f4f6;color:#1a2332}.popup-body{padding:1.5rem 2rem 2rem}.popup-intro{font-size:1rem;color:#4b5563;margin-bottom:2rem;line-height:1.5;text-align:center;padding:1rem;background:#f0fdfa;border-radius:12px;border-left:4px solid #20b2aa}.callback-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#1a2332;font-size:.9rem}.form-group input{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .2s ease;background:#fafafa}.form-group input:focus{outline:none;border-color:#20b2aa;background:#fff;box-shadow:0 0 0 3px #20b2aa1a}.form-group input.error{border-color:#ef4444;background:#fef2f2}.error-message{color:#ef4444;font-size:.875rem;font-weight:500;margin-top:.25rem}.needs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:.5rem}.need-card{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fafafa}.need-card:hover{border-color:#20b2aa;background:#f0fdfa;transform:translateY(-2px)}.need-card.selected{border-color:#20b2aa;background:#f0fdfa;box-shadow:0 4px 12px #20b2aa33}.need-card h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#1a2332}.need-card p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-secondary{padding:.75rem 1.5rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;color:#6b7280;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{border-color:#9ca3af;color:#374151}.btn-primary{padding:.75rem 2rem;border:none;border-radius:8px;background:linear-gradient(135deg,#20b2aa,#17a2b8);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #20b2aa4d}.btn-primary:hover{background:linear-gradient(135deg,#1ca3a5,#138a9a);transform:translateY(-2px);box-shadow:0 6px 16px #20b2aa66}.popup-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.popup-footer p{margin:0;font-size:.875rem;color:#6b7280}.partner-tooltip{position:relative;cursor:help}.partner-tooltip:after{content:"Plenitude";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1a2332;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:400;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1001;pointer-events:none}.partner-tooltip:before{content:"";position:absolute;bottom:calc(100% - 6px);left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a2332;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1001;pointer-events:none}.partner-tooltip:hover:after,.partner-tooltip:hover:before{opacity:1;visibility:visible}.privacy-notice{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.privacy-notice p{margin:0;font-size:.8rem;color:#6b7280;text-align:center}.privacy-link{color:#20b2aa;text-decoration:none;font-weight:500;margin:0 .25rem}.privacy-link:hover{text-decoration:underline}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}@media (max-width: 768px){.form-row{flex-direction:column;gap:1.5rem}.popup-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.popup-content{max-height:90vh;border-radius:12px;margin-top:1rem}.popup-header{padding:1rem 1.5rem .75rem}.popup-header h2{font-size:1.25rem}.popup-body{padding:1rem 1.5rem 1.5rem}.popup-intro{padding:.875rem;font-size:.9rem;margin-bottom:1.5rem}.needs-grid{grid-template-columns:1fr;gap:.75rem}.need-card{padding:.875rem}.need-card h4{font-size:.9rem}.need-card p{font-size:.8rem}.form-actions{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%;padding:1rem}}.legal-page{min-height:calc(100vh - 200px);padding:2rem 0;background:#f8fafc}.legal-container{max-width:800px;margin:0 auto;padding:0 2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.legal-container h1{font-size:2.5rem;font-weight:700;color:#1a2332;margin:0;padding:3rem 2rem 2rem;text-align:center;background:linear-gradient(135deg,#20b2aa,#17a2b8);color:#fff;margin:0 -2rem 2rem}.legal-content{padding:0 2rem 3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.5rem;font-weight:600;color:#1a2332;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #20b2aa}.legal-content h3{font-size:1.25rem;font-weight:600;color:#1a2332;margin:1.5rem 0 .75rem}.legal-content p{font-size:1rem;line-height:1.6;color:#4b5563;margin:0 0 1rem}.legal-content ul{margin:1rem 0 1rem 1.5rem;padding:0}.legal-content li{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:.5rem}.legal-content strong{color:#1a2332;font-weight:600}.legal-content em{font-style:italic;color:#6b7280}@media (max-width: 768px){.legal-page{padding:1rem 0}.legal-container{margin:0 1rem;border-radius:8px}.legal-container h1{font-size:2rem;padding:2rem 1rem 1.5rem;margin:0 -1rem 1.5rem}.legal-content{padding:0 1rem 2rem}.legal-content h2{font-size:1.25rem}.legal-content h3{font-size:1.125rem}.legal-content p,.legal-content li{font-size:.9rem}.legal-content ul{margin-left:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5efe6;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}button,input,textarea,select{font-family:inherit}@media (max-width: 768px){html{font-size:14px}}
