.contact-module__swMWYG__pageWrapper{background-color:var(--bg);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.contact-module__swMWYG__hero{background:var(--surface);border-bottom:1px solid var(--border-color);text-align:center;padding:48px 0 40px}.contact-module__swMWYG__breadcrumb{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;margin-bottom:20px;font-size:13.5px;display:flex}.contact-module__swMWYG__breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .2s}.contact-module__swMWYG__breadcrumb a:hover{color:var(--red)}.contact-module__swMWYG__breadcrumb .contact-module__swMWYG__current{color:var(--text-primary);font-weight:700}.contact-module__swMWYG__hero h1{color:var(--text-primary);margin-bottom:12px;font-size:32px;font-weight:900}.contact-module__swMWYG__hero h1 span{color:var(--red)}.contact-module__swMWYG__hero p{color:var(--text-secondary);max-width:620px;margin:0 auto;font-size:16px;line-height:1.6}.contact-module__swMWYG__contactSection{padding:48px 0 80px}.contact-module__swMWYG__cardsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:48px;display:grid}.contact-module__swMWYG__infoCard{background:var(--surface);border:1px solid var(--border-color);text-align:center;border-radius:18px;flex-direction:column;align-items:center;padding:24px;transition:all .3s;display:flex;box-shadow:0 4px 16px #00000005}.contact-module__swMWYG__infoCard:hover{border-color:var(--red);transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.contact-module__swMWYG__iconWrap{width:54px;height:54px;color:var(--red);background:#e52d3214;border-radius:16px;justify-content:center;align-items:center;margin-bottom:16px;transition:transform .3s;display:flex}.contact-module__swMWYG__infoCard:hover .contact-module__swMWYG__iconWrap{background:var(--red);color:#fff;transform:scale(1.1)}.contact-module__swMWYG__infoCard h3{color:var(--text-primary);margin-bottom:8px;font-size:17px;font-weight:800}.contact-module__swMWYG__infoCard p{color:var(--text-secondary);margin-bottom:12px;font-size:14px;line-height:1.5}.contact-module__swMWYG__cardLink{color:var(--red);align-items:center;gap:4px;font-size:13.5px;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.contact-module__swMWYG__cardLink:hover{gap:8px}.contact-module__swMWYG__mainGrid{grid-template-columns:1.6fr 1fr;align-items:start;gap:32px;display:grid}.contact-module__swMWYG__formBox{background:var(--surface);border:1px solid var(--border-color);border-radius:20px;padding:36px;box-shadow:0 4px 20px #00000008}.contact-module__swMWYG__formHeader{margin-bottom:28px}.contact-module__swMWYG__formHeader h2{color:var(--text-primary);margin-bottom:8px;font-size:22px;font-weight:800}.contact-module__swMWYG__formHeader p{color:var(--text-secondary);font-size:14px}.contact-module__swMWYG__formGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.contact-module__swMWYG__fullWidth{grid-column:1/-1}.contact-module__swMWYG__formGroup{flex-direction:column;gap:8px;display:flex}.contact-module__swMWYG__formGroup label{color:var(--text-primary);font-size:13.5px;font-weight:700}.contact-module__swMWYG__formInput,.contact-module__swMWYG__formSelect,.contact-module__swMWYG__formTextarea{border:1px solid var(--border-color);background:var(--bg);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.contact-module__swMWYG__formInput:focus,.contact-module__swMWYG__formSelect:focus,.contact-module__swMWYG__formTextarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #e52d321f}.contact-module__swMWYG__formTextarea{resize:vertical;min-height:140px}.contact-module__swMWYG__submitBtn{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 28px;font-size:15px;font-weight:800;transition:all .25s;display:inline-flex}.contact-module__swMWYG__submitBtn:hover:not(:disabled){background:var(--red-hover,#dc2626);transform:translateY(-2px);box-shadow:0 6px 18px #e52d324d}.contact-module__swMWYG__submitBtn:disabled{opacity:.65;cursor:not-allowed}.contact-module__swMWYG__alertSuccess{color:#16a34a;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:14px 18px;font-size:14px;font-weight:700;display:flex}.contact-module__swMWYG__sideBox{flex-direction:column;gap:24px;display:flex}.contact-module__swMWYG__faqPanel{background:var(--surface);border:1px solid var(--border-color);border-radius:20px;padding:28px}.contact-module__swMWYG__faqPanel h3{color:var(--text-primary);align-items:center;gap:8px;margin-bottom:20px;font-size:18px;font-weight:800;display:flex}.contact-module__swMWYG__faqList{flex-direction:column;gap:16px;display:flex}.contact-module__swMWYG__faqItem{border-bottom:1px solid var(--border-color);padding-bottom:14px}.contact-module__swMWYG__faqItem:last-child{border-bottom:none;padding-bottom:0}.contact-module__swMWYG__faqItem h4{color:var(--text-primary);margin-bottom:6px;font-size:14.5px;font-weight:700}.contact-module__swMWYG__faqItem p{color:var(--text-secondary);font-size:13.5px;line-height:1.5}@media (max-width:992px){.contact-module__swMWYG__mainGrid{grid-template-columns:1fr}}@media (max-width:600px){.contact-module__swMWYG__hero{padding:32px 0 28px}.contact-module__swMWYG__hero h1{font-size:24px}.contact-module__swMWYG__formBox{padding:24px 18px}.contact-module__swMWYG__formGrid{grid-template-columns:1fr}}
