.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;padding:20px}.App-container{margin:0 auto;max-width:1200px}.App main{margin:20px 0}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #fff;border-radius:50%;border-top-color:#0000;display:inline-block;height:20px;margin-right:8px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}@media (max-width:768px){.App{padding:10px}.App-container{max-width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #c10017;outline-offset:2px}.App.iframe-mode{min-height:100vh;padding:20px}.App.iframe-mode,.App.iframe-mode .App-container{align-items:center;display:flex;justify-content:center}.App.iframe-mode .App-container{max-width:100%;width:100%}.App.iframe-mode main{margin:0;max-width:640px;width:100%}.App.iframe-mode .contact-form{border:1px solid #0000000d;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:600px;width:100%}@media (max-width:768px){.App.iframe-mode{min-height:100vh;padding:15px}.App.iframe-mode main{max-width:100%}.App.iframe-mode .contact-form{border-radius:8px;margin:0}}@media (max-width:480px){.App.iframe-mode{padding:10px}}.contact-form{background:#f1f1f1;border:1px solid #00000014;border-radius:12px;box-shadow:0 12px 48px #00000026,0 4px 16px #0000001a;margin:0 auto;max-width:600px;padding:30px;position:relative}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.contact-form-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.contact-form h2{color:#333;flex:1 1;font-size:1.8rem;font-weight:600;margin:0;text-align:center}.recaptcha-info{background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border:1px solid #e1bee7;border-radius:8px;color:#4a148c;font-size:.9rem;line-height:1.5;margin-bottom:25px;padding:16px;text-align:center}.form-group{margin-bottom:24px}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:16px;padding:14px 16px;transition:all .3s ease;width:100%}.file-input-hidden{height:0;opacity:0;overflow:hidden;position:absolute;width:0}.file-input-button{align-items:center;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;color:#333;cursor:pointer;display:flex;font-family:inherit;font-size:16px;gap:8px;padding:14px 16px;transition:all .3s ease;width:100%}.file-input-button:hover{background:#f0f0f0}.file-input-button:focus-within,.file-input-hidden:focus+.file-input-button{background:#fff;border-color:#c10017;box-shadow:0 0 0 3px #c100171a;outline:none;transform:translateY(-1px)}.file-icon{flex-shrink:0;font-size:18px}.file-text{flex:1 1;text-align:left}.selected-files{background:#fff;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;margin-top:8px;padding:8px}.selected-file{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:4px 0}.selected-file:last-child{border-bottom:none}.file-name{color:#333;flex:1 1;font-weight:500;word-break:break-word}.file-size{color:#555;flex-shrink:0;font-size:12px;margin-left:8px}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#c10017;box-shadow:0 0 0 3px #c100171a;outline:none;transform:translateY(-1px)}.file-help,.form-help{color:#555;display:block;font-size:.85rem;line-height:1.4;margin-top:6px}.form-group textarea{line-height:1.5;min-height:120px;resize:vertical;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease,transform .3s ease}.form-error{align-items:center;color:#d32f2f;display:flex;font-size:.85rem;gap:4px;margin-top:6px}.form-error:before{content:"⚠";font-size:.9rem}.submit-button{background:#c10016;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease;width:100%}.submit-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.submit-button:hover:not(:disabled):before{left:100%}.submit-button:hover:not(:disabled){background:#c10017;box-shadow:0 8px 25px #c100164d;transform:translateY(-2px)}.submit-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.submit-button:disabled:before{display:none}.submit-button:focus{outline:2px solid #c10017;outline-offset:2px}.status-message{animation:fadeIn .3s ease;border-radius:8px;font-weight:500;margin-top:20px;padding:16px;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-message.success{background:linear-gradient(135deg,#c8e6c9,#a5d6a7);border:1px solid #81c784;color:#2e7d32}.status-message.error{background:linear-gradient(135deg,#ffcdd2,#ef9a9a);border:1px solid #e57373;color:#c62828}.status-message:before{content:"✓";font-weight:700;margin-right:8px}.status-message.error:before{content:"✗"}.error-recovery-suggestions{border-top:1px solid #ffffff4d;font-size:.85rem;line-height:1.4;margin-top:12px;padding-top:12px}.error-recovery-suggestions strong{display:block;font-weight:600;margin-bottom:6px}.error-recovery-suggestions ul{list-style-type:disc;margin:0;padding-left:16px}.error-recovery-suggestions li{margin-bottom:4px}.error-recovery-suggestions li:last-child{margin-bottom:0}@media (max-width:768px){.contact-form{margin:0 10px;padding:20px}.contact-form-header{align-items:center;flex-direction:column;gap:12px}.contact-form h2{font-size:1.5rem;text-align:center}.form-group input,.form-group textarea{padding:12px 14px}.submit-button{padding:14px 24px}}.language-picker{z-index:100}.language-select{align-items:center;background-color:#fff;border:1px solid #e1e5e9;border-radius:6px;box-shadow:0 1px 3px #0000001a;color:#495057;cursor:pointer;display:flex;font-size:13px;gap:6px;min-width:auto;padding:6px 10px;transition:all .2s ease}.language-select:hover{border-color:#b3d4fc;box-shadow:0 2px 6px #00000026}.language-select:focus{border-color:#4285f4;box-shadow:0 0 0 2px #4285f433;outline:0}.flag-icon{font-size:16px;line-height:1;margin-right:4px}.language-option{align-items:center;display:flex;gap:6px;padding:6px 8px}.language-text{font-weight:500;white-space:nowrap}.language-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%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 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;padding-right:32px}@media (max-width:768px){.language-select{border-radius:4px;font-size:12px;padding:4px 24px 4px 6px}.flag-icon{font-size:14px}}@media (prefers-color-scheme:dark){.language-select{background-color:#374151;border-color:#4b5563;box-shadow:0 1px 3px #0000004d;color:#f9fafb}.language-select:hover{border-color:#6b7280;box-shadow:0 2px 6px #0006}.language-select:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa4d}}.footer{background:#e3e3e3;border-radius:12px;border-top:3px solid #c10016;box-shadow:0 4px 20px #00000014;margin-top:40px;padding:30px 25px 20px}.footer-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-bottom:25px;text-align:left}.footer-section h4{color:#000;font-size:1.1rem;font-weight:600;margin:0 0 10px}.footer-section p{color:#000;font-size:.9rem;line-height:1.5;margin:0}.footer-section a{color:#c10017;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#c10016;text-decoration:underline}.footer-bottom{border-top:1px solid #e0e0e0;padding-top:20px;text-align:center}.footer-bottom p{color:#000;font-size:.85rem;margin:0}@media (max-width:768px){.footer{margin-top:30px;padding:25px 20px 15px}.footer-content{gap:20px;grid-template-columns:1fr;margin-bottom:20px;text-align:center}.footer-section h4{font-size:1rem}.footer-section p{font-size:.85rem}.footer-bottom p{font-size:.8rem}}.header{background:#e3e3e3;border-left:4px solid #c10016;border-radius:12px;box-shadow:0 4px 20px #00000014;color:#000;margin-bottom:30px;padding:25px 30px}.header-content{align-items:center;display:flex;gap:20px}.header-logo{flex-shrink:0}.header-logo .logo{display:block;height:auto;width:60px}.header-text{flex:1 1}.header h1{color:#c10016;font-size:2.2rem;font-weight:600;line-height:1.2;margin:0 0 8px}.header .subtitle{color:#000;font-size:1.05rem;font-weight:400;line-height:1.4;margin:0}@media (max-width:768px){.header{margin-bottom:20px;padding:20px}.header-content{flex-direction:column;gap:15px;text-align:center}.header-logo .logo{width:50px}.header h1{font-size:1.8rem}.header .subtitle{font-size:.95rem}}
/*# sourceMappingURL=main.e066c0c0.css.map*/