@keyframes support-module__M12l_a__pageTitleFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.support-module__M12l_a__pageTitle{text-align:center;color:var(--white);background:linear-gradient(#00000080,#00000080),url(/images/support-hero-bg.jpg) 50%/cover no-repeat;padding:8rem 0 4rem}.support-module__M12l_a__pageTitle h1{margin-bottom:1rem;font-size:3.5rem;font-weight:700;animation:.8s both support-module__M12l_a__pageTitleFadeUp}.support-module__M12l_a__pageTitle p{opacity:.9;font-size:1.2rem;animation:.8s .2s both support-module__M12l_a__pageTitleFadeUp}.support-module__M12l_a__contactFormSection{background:0 0;padding:8rem 0}.support-module__M12l_a__formIntro{text-align:center;margin-bottom:4rem}.support-module__M12l_a__introDesc{color:var(--text-secondary);margin-top:1rem;font-size:1.1rem;line-height:1.8}.support-module__M12l_a__contactForm{background:var(--card-bg);border-radius:var(--border-radius);border:1px solid var(--border);max-width:900px;margin:0 auto;padding:3rem}.support-module__M12l_a__formGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.support-module__M12l_a__formGroup{flex-direction:column;display:flex}.support-module__M12l_a__formGroupFull{flex-direction:column;grid-column:1/-1;display:flex}.support-module__M12l_a__formGroup label,.support-module__M12l_a__formGroupFull label{color:var(--text-primary);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.support-module__M12l_a__required{color:var(--primary-color)}.support-module__M12l_a__formGroup input[type=text],.support-module__M12l_a__formGroup input[type=email],.support-module__M12l_a__formGroup input[type=tel],.support-module__M12l_a__formGroup input[type=url],.support-module__M12l_a__formGroupFull input[type=text],.support-module__M12l_a__formGroupFull input[type=email],.support-module__M12l_a__formGroupFull input[type=tel],.support-module__M12l_a__formGroupFull input[type=url],.support-module__M12l_a__formGroupFull select,.support-module__M12l_a__formGroupFull textarea{border:1px solid var(--border);transition:var(--transition);background:var(--surface-bg);color:var(--text-primary);border-radius:8px;width:100%;padding:1rem 1.25rem;font-family:Pretendard,sans-serif;font-size:1rem}.support-module__M12l_a__formGroup input:focus,.support-module__M12l_a__formGroupFull input:focus,.support-module__M12l_a__formGroupFull select:focus,.support-module__M12l_a__formGroupFull textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #667eea1a}.support-module__M12l_a__formGroupFull textarea{resize:vertical;min-height:150px}.support-module__M12l_a__radioGroup{flex-wrap:wrap;gap:1.5rem;display:flex}.support-module__M12l_a__radioItem{box-sizing:border-box;cursor:pointer;border:2px solid var(--border);background:var(--surface-bg);transition:var(--transition);border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:flex}.support-module__M12l_a__radioItem:hover{border-color:var(--primary-color);background:#667eea0d}.support-module__M12l_a__radioItem input[type=radio]{cursor:pointer;width:18px;height:18px}.support-module__M12l_a__radioItem:has(input[type=radio]:checked){border-color:var(--primary-color);background:#667eea0d}.support-module__M12l_a__radioItem input[type=radio]:checked+span{color:var(--primary-color);font-weight:600}.support-module__M12l_a__privacyPolicy{background:var(--surface-bg);border-radius:8px;overflow:hidden}.support-module__M12l_a__privacyContent{background:var(--darker-bg);border:1px solid var(--border);border-radius:8px 8px 0 0;max-height:300px;padding:2rem;overflow-y:auto}.support-module__M12l_a__privacyContent h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.support-module__M12l_a__privacyText{color:var(--text-secondary);font-size:.9rem;line-height:1.8}.support-module__M12l_a__privacyText p{margin-bottom:1rem}.support-module__M12l_a__privacyText strong{color:var(--text-primary);margin-bottom:.5rem;display:block}.support-module__M12l_a__privacyAgree{background:var(--surface-bg);border:1px solid var(--border);border-top:none;border-radius:0 0 8px 8px;padding:1.5rem 2rem}.support-module__M12l_a__checkboxItem{cursor:pointer;align-items:center;gap:.75rem;display:flex}.support-module__M12l_a__checkboxItem input[type=checkbox]{cursor:pointer;width:20px;height:20px}.support-module__M12l_a__checkboxItem span{color:var(--text-primary);font-size:1rem;font-weight:600}.support-module__M12l_a__formSubmit{text-align:center;margin-top:3rem}.support-module__M12l_a__btnLarge{padding:1.25rem 4rem;font-size:1.1rem;font-weight:700}.support-module__M12l_a__successModal{text-align:center;flex-direction:column;align-items:center;padding:1rem 0;display:flex}.support-module__M12l_a__successIcon{margin-bottom:1.5rem}.support-module__M12l_a__successTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.support-module__M12l_a__successDesc{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.7}.support-module__M12l_a__successBtn{padding:.9rem 3rem;font-size:1rem;font-weight:600}.support-module__M12l_a__fieldError{color:#dc3545;margin-top:.5rem;font-size:.85rem;font-weight:500}.support-module__M12l_a__inputError{border-color:#dc3545!important;box-shadow:0 0 0 3px #dc35451a!important}.support-module__M12l_a__formMessage{text-align:center;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem;font-weight:600}.support-module__M12l_a__formMessage.support-module__M12l_a__success{color:#5bdb7a;background:#28a7451f;border:1px solid #28a74540}.support-module__M12l_a__formMessage.support-module__M12l_a__error{color:#ff6b7a;background:#dc35451f;border:1px solid #dc354540}@media (max-width:1024px){.support-module__M12l_a__pageTitle h1{font-size:2.5rem}}@media (max-width:768px){.support-module__M12l_a__pageTitle{padding:6rem 0 3rem}.support-module__M12l_a__pageTitle h1{font-size:2rem}.support-module__M12l_a__pageTitle p{font-size:1rem}.support-module__M12l_a__contactFormSection{padding:3.5rem 0}.support-module__M12l_a__contactForm{padding:2rem 1.5rem}.support-module__M12l_a__formGrid{grid-template-columns:1fr;gap:1.5rem}.support-module__M12l_a__formGroupFull{grid-column:1}.support-module__M12l_a__radioGroup{flex-direction:column;gap:1rem}.support-module__M12l_a__radioItem{width:100%}.support-module__M12l_a__btnLarge{width:100%;padding:1.25rem 2rem}}@media (max-width:480px){.support-module__M12l_a__introDesc{font-size:1rem}}
