*{box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.cpf-input-container{display:flex;flex-direction:column;gap:8px;width:100%}.cpf-label{font-size:14px;font-weight:600;color:#333}.cpf-input{width:100%;height:48px;padding:0 16px;font-size:16px;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;transition:border-color .2s ease;box-sizing:border-box}.cpf-input:focus{outline:none;border-color:#00a859}.cpf-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.cpf-input-error{border-color:#dc3545}.cpf-input-error:focus{border-color:#dc3545}.cpf-error-message{font-size:12px;color:#dc3545}.consent-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.consent-checkbox-disabled{cursor:not-allowed;opacity:.7}.consent-checkbox-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.consent-checkbox-custom{flex-shrink:0;width:20px;height:20px;border:2px solid #e0e0e0;border-radius:4px;background-color:#fff;transition:all .2s ease;position:relative}.consent-checkbox-input:checked+.consent-checkbox-custom{background-color:#00a859;border-color:#00a859}.consent-checkbox-input:checked+.consent-checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.consent-checkbox-input:focus+.consent-checkbox-custom{box-shadow:0 0 0 3px #00a85933}.consent-checkbox-text{font-size:14px;line-height:1.4;color:#666}.submit-button{width:100%;height:48px;font-size:16px;font-weight:600;color:#fff;background-color:#00a859;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.submit-button:hover:not(:disabled){background-color:#008f4a}.submit-button:active:not(:disabled){transform:scale(.98)}.submit-button-disabled{background-color:#ccc;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px 0}.loading-spinner{width:48px;height:48px;border:4px solid #e0e0e0;border-top-color:#00a859;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:16px;color:#666}.success-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0;min-height:300px;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}.fade-in{animation:fadeIn .5s ease-out forwards}.fade-out{animation:fadeOut .5s ease-out forwards;pointer-events:none}.success-content{display:flex;flex-direction:column;align-items:center;width:100%}.success-icon{color:#00a859;margin-bottom:16px}.success-title{font-size:24px;font-weight:700;color:#333;margin:0 0 8px}.success-message{font-size:16px;color:#666;margin:0;line-height:1.5}.form-content{display:flex;flex-direction:column;align-items:center;width:100%}.form-title{font-size:20px;font-weight:700;color:#333;margin:0 0 8px}.form-subtitle{font-size:14px;color:#666;margin:0 0 24px}.hubspot-form-container{width:100%;margin-bottom:16px}.success-reset{margin-top:16px;padding:12px 24px;font-size:14px;color:#666;background:none;border:none;cursor:pointer;text-decoration:underline}.success-reset:hover{color:#333}.error-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0}.error-icon{color:#dc3545;margin-bottom:16px}.error-message{font-size:16px;color:#666;margin:0 0 24px;line-height:1.5}.error-retry{width:100%;padding:14px 24px;font-size:16px;font-weight:600;color:#fff;background-color:#00a859;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.error-retry:hover{background-color:#008f4a}.app-container{max-width:375px;margin:0 auto;padding:24px 16px;min-height:100vh;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app-header{text-align:center;margin-bottom:32px}.app-title{font-size:24px;font-weight:700;color:#333;margin:0 0 8px}.app-subtitle{font-size:14px;color:#666;margin:0;line-height:1.5}.app-form{display:flex;flex-direction:column;gap:24px}
