@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap";body{font-family:Outfit,sans-serif;background-color:#fff6f0;color:#5e3c58;margin:0;padding:0}header{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffe0e9,#fff6f0);padding:1rem 2rem;box-shadow:0 2px 6px #e37a8a4d;position:relative;min-height:130px;gap:2rem;text-align:center}#logo{max-height:200px;width:auto;flex-shrink:0}.header-text{display:flex;flex-direction:column;justify-content:center}.header-text h1{margin:0;font-size:1.8rem;font-weight:700;color:#e37a8a}.header-text p{margin-top:.3rem;font-weight:400;font-size:1rem;color:#7a4c59}.container{max-width:600px;margin:2rem auto 3rem;background:#fff;border-radius:16px;box-shadow:0 10px 25px #00000012;padding:2rem 3rem}h2{text-align:center;margin-bottom:1.5rem;font-weight:700;color:#e37a8a}.progress-container{max-width:600px;margin:2rem auto;text-align:center}.progress-bar{width:100%;background-color:#f5d7dc;height:10px;border-radius:10px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.progress-fill{height:100%;width:0%;background-color:#e37a8a;transition:width .3s ease-in-out}.progress-text{display:flex;justify-content:space-between;margin-top:.5rem;font-weight:600;color:#e37a8a}input[type=text],input[type=email],input[type=tel],input[type=date],select,textarea{width:100%;padding:.9rem 1rem;margin-bottom:1rem;border:2px solid #f5d7dc;border-radius:12px;background-color:#fffaf8;font-size:1rem;color:#5e3c58;box-sizing:border-box;transition:border-color .3s ease}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=date]:focus,select:focus,textarea:focus{border-color:#e37a8a;outline:none}label{display:block;margin-bottom:.3rem;font-weight:600;color:#7a4c59}input[type=checkbox]{margin-right:.5rem;cursor:pointer}button{background-color:#e37a8a;color:#fff;border:none;padding:.9rem 2.5rem;font-weight:700;border-radius:30px;cursor:pointer;transition:background-color .3s ease;margin:0 .5rem;font-size:1rem}button:hover:not(:disabled){background-color:#c94e6b}button:disabled{background-color:#f2c4ca;cursor:default}.btn-group{text-align:center;margin-top:1rem}.step{display:none;animation:fadeIn .5s ease forwards}.step.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.error-message{color:#c94e6b;font-size:.9rem;margin-top:-.8rem;margin-bottom:1rem;display:none}#urlSiteField{display:none}@media (max-width: 768px){header{flex-direction:column;padding:1rem;text-align:center}#logo{max-width:150px;max-height:150px}.header-text h1{font-size:1.4rem}.header-text p{font-size:.95rem}.container{padding:1.5rem 1.2rem;margin:1rem}.btn-group{display:flex;flex-direction:column;gap:.7rem}button{width:100%;margin:0}.progress-text{flex-direction:column;align-items:center;font-size:.9rem;gap:.3rem}.step{display:none}.step.active{display:block;animation:fadeIn .5s ease forwards}}@media (max-width: 768px){.btn-group button{display:inline-block!important}}
