:root{--background: #FFFFFF;--foreground: #4A3428;--card: #FFFFFF;--primary: #E88B68;--primary-hover: #D97A57;--muted-foreground: #8B7355;--border: rgba(232, 139, 104, .2);--input-background: #FFF9F5;--radius: .875rem;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--foreground);background-color:var(--background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}.container{width:100%;max-width:32rem;margin:0 auto;padding:1rem}.header{text-align:center;margin-bottom:3rem}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:.5rem}.header-logo{max-width:280px;height:auto;filter:drop-shadow(0 4px 8px rgba(232,139,104,.2));transition:transform .3s ease}.header-logo:hover{transform:scale(1.05)}.divider{width:5rem;height:.25rem;background-color:#e88b6866;margin:0 auto;border-radius:9999px}.card{background-color:var(--card);border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000026;padding:2.5rem;border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 35px 60px -15px #0003}.card-header{text-align:center;margin-bottom:2rem}.card-title{font-size:2rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}.card-description{font-size:1.1rem;color:var(--muted-foreground)}.form-group{margin-bottom:1.5rem}label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--foreground)}input[type=tel],textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--input-background);color:var(--foreground);outline:none;transition:all .2s ease}input[type=tel]{height:3.5rem}textarea{min-height:8rem;resize:vertical}input[type=tel]::placeholder,textarea::placeholder{color:var(--muted-foreground);opacity:.6}input[type=tel]:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #e88b6826;background-color:var(--card)}.button{width:100%;height:3.5rem;padding:.5rem 1rem;font-size:1.1rem;font-weight:600;color:#fff;background-color:var(--primary);border:none;border-radius:var(--radius);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;display:flex;align-items:center;justify-content:center}.button:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 20px #e88b6866}.button:active{transform:translateY(0)}.button-outline{background-color:transparent;color:var(--foreground);border:2px solid var(--border)}.button-outline:hover{background-color:#e88b680d;border-color:var(--primary);transform:translateY(-2px);box-shadow:none}.footer-note{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center}.footer-note p{font-size:.875rem;color:var(--muted-foreground)}.success-container{text-align:center;padding:1rem 0}.success-icon{width:5rem;height:5rem;background-color:#e88b681a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.checkmark{width:2.5rem;height:2.5rem;stroke:var(--primary);stroke-width:3}.success-title{font-size:2rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}.success-description{font-size:1.1rem;color:var(--muted-foreground);margin-bottom:2rem}.copyright{text-align:center;margin-top:3rem;padding-bottom:2rem}.copyright p{font-size:.875rem;color:var(--muted-foreground)}@media(max-width:640px){.logo{font-size:2.5rem}.card{padding:1.5rem}.card-title,.success-title{font-size:1.5rem}.card-description,.success-description{font-size:1rem}}
