@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff0ec;color:#1a1a2e;line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1.5rem 1rem 2.5rem}.container{width:100%;max-width:620px}.lang-switch{text-align:right;margin-bottom:.75rem}.lang-switch a{font-size:.85rem;font-weight:600;color:#e8325e;text-decoration:none;display:inline-flex;align-items:center;gap:.35rem}.lang-switch a+a{margin-left:1rem}.lang-switch a:hover{text-decoration:underline}.lang-switch .flag{width:22px;height:14px;border-radius:2px;flex-shrink:0;box-shadow:0 0 0 1px #0000001a;overflow:hidden}.logo{text-align:center;margin-bottom:1rem}.logo img{width:52px;height:52px;border-radius:10px}.header{text-align:center;margin-bottom:1.5rem}.header h1{font-size:1.85rem;font-weight:800;color:#1a1a2e;margin-bottom:1rem}.header .lead{font-size:.92rem;font-weight:700;color:#1a1a2e;line-height:1.55;margin-bottom:.75rem}.header .desc{font-size:.85rem;font-weight:400;color:#4a4a5a;line-height:1.6;margin-bottom:.5rem}.quantity-section{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.quantity-label{font-size:.95rem;font-weight:700;color:#1a1a2e;margin-right:.25rem}.quantity-btn{width:36px;height:36px;border-radius:50%;border:none;background:#ff6b8a;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1;flex-shrink:0}.quantity-btn:hover{background:#e8325e}.quantity-btn:active{background:#d42a53}.quantity-input{width:64px;text-align:center;font-size:1.1rem;font-weight:700;padding:.45rem .25rem;border:2px solid #ffb0c4;border-radius:8px;background:#fff;color:#1a1a2e;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;border-color:#e8325e}.quantity-total{font-size:.95rem;font-weight:700;color:#1a1a2e;margin-left:1.5rem}.form-section-title{font-size:.95rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.form-section-title:not(:first-child){margin-top:1.5rem}.form-section-hint{font-size:.85rem;color:#4a4a5a;margin:-.5rem 0 .75rem}.form-group{margin-bottom:.75rem}.form-row{display:flex;gap:.75rem;margin-bottom:.75rem}.form-row .form-group{flex:1;margin-bottom:0}.form-group input{width:100%;padding:.75rem .9rem;font-size:.92rem;border:2px solid #ffb0c4;border-radius:8px;background:#fff;color:#1a1a2e;transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-group input:focus{outline:none;border-color:#e8325e;box-shadow:0 0 0 3px #e8325e1a}.form-group input::placeholder{color:#c0a0a8}.submit-btn{display:block;width:100%;padding:.9rem;font-size:1.05rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff5e8a,#f36);border:none;border-radius:50px;cursor:pointer;margin-top:1.75rem;transition:background .2s,transform .1s;font-family:inherit;letter-spacing:.02em}.submit-btn:hover{background:linear-gradient(135deg,#ff4578,#e82d5e)}.submit-btn:active{background:linear-gradient(135deg,#e82d5e,#d42a53);transform:scale(.99)}.footer{text-align:center;margin-top:1.75rem}.footer-link{display:block;font-size:.88rem;font-weight:600;color:#e8325e;text-decoration:none;margin-bottom:.5rem}.footer-link:hover{text-decoration:underline}.footer-contact{font-size:.82rem;color:#6a5a5e}.footer-contact a{color:#2563eb;text-decoration:none}.footer-contact a:hover{text-decoration:underline}.form-group input.invalid,.quantity-input.invalid{border-color:red;background:#fbb}.form-group input.invalid:focus,.quantity-input.invalid:focus{border-color:red;box-shadow:0 0 0 3px #ff00001f}.field-error{display:block;font-size:.8rem;font-weight:600;line-height:1.4;color:#e80c0c}.field-error:not(:empty){margin-top:.35rem}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quantity-section .field-error{flex-basis:100%;text-align:center}.quantity-section .field-error:not(:empty){margin-top:0}.success-message{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.25rem;font-size:.9rem;font-weight:500;text-align:center}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.25rem;font-size:.9rem;font-weight:500;text-align:center}@media(max-width:480px){.form-row{flex-direction:column;gap:.75rem}.quantity-section{gap:.35rem}.quantity-total{margin-left:.75rem}}
