.contact-module__swMWYG__page{background:var(--surface-alt);flex-direction:column;min-height:100%;display:flex}.contact-module__swMWYG__container{width:100%;max-width:760px;margin:0 auto;padding-inline:24px}.contact-module__swMWYG__backLink{color:var(--ink-soft);align-items:center;gap:.3em;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.contact-module__swMWYG__backLink svg{font-size:1.25em}.contact-module__swMWYG__backLink:hover{color:var(--brand-600)}.contact-module__swMWYG__main{flex:1;padding:clamp(40px,6vw,72px) 0}.contact-module__swMWYG__pageHead{text-align:center;margin-bottom:28px}.contact-module__swMWYG__title{font-size:clamp(1.8rem,4vw,2.4rem);font-weight:900}.contact-module__swMWYG__lead{color:var(--ink-soft);margin-top:14px;font-size:1rem}.contact-module__swMWYG__steps{justify-content:center;align-items:center;gap:8px;margin:0 auto 28px;padding:0;list-style:none;display:flex}.contact-module__swMWYG__stepItem{color:var(--muted);align-items:center;gap:8px;font-size:.9rem;font-weight:700;display:inline-flex}.contact-module__swMWYG__stepItem:not(:last-child):after{content:"";background:var(--line);width:28px;height:2px;margin-left:8px;display:inline-block}.contact-module__swMWYG__stepNum{border:2px solid var(--line);width:28px;height:28px;color:var(--muted);background:#fff;border-radius:50%;place-items:center;font-size:.85rem;display:grid}.contact-module__swMWYG__stepItem[data-state=active]{color:var(--brand-600)}.contact-module__swMWYG__stepItem[data-state=active] .contact-module__swMWYG__stepNum{background:var(--brand-500);border-color:var(--brand-500);color:#fff}.contact-module__swMWYG__stepItem[data-state=done]{color:var(--accent-600)}.contact-module__swMWYG__stepItem[data-state=done] .contact-module__swMWYG__stepNum{background:var(--accent-500);border-color:var(--accent-500);color:#fff}.contact-module__swMWYG__card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(24px,4vw,40px)}.contact-module__swMWYG__field{margin-bottom:22px}.contact-module__swMWYG__label{color:var(--ink);align-items:center;gap:10px;margin-bottom:8px;font-size:.95rem;font-weight:700;display:flex}.contact-module__swMWYG__req{color:#fff;background:#e11d48;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700}.contact-module__swMWYG__opt{color:var(--ink-soft);background:var(--surface-alt);border:1px solid var(--line);border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700}.contact-module__swMWYG__input,.contact-module__swMWYG__textarea{width:100%;color:var(--ink);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--radius-sm);padding:12px 14px;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.contact-module__swMWYG__textarea{resize:vertical;min-height:160px;line-height:1.7}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__textarea:focus,.contact-module__swMWYG__fileInput:focus-visible{border-color:var(--brand-500);box-shadow:0 0 0 3px var(--brand-100);outline:none}.contact-module__swMWYG__fileInput{width:100%;color:var(--ink-soft);border:1.5px dashed var(--line);border-radius:var(--radius-sm);background:var(--surface-alt);cursor:pointer;padding:12px 14px;font-size:.95rem}.contact-module__swMWYG__fileSelected{color:var(--ink-soft);align-items:center;gap:10px;margin-top:10px;font-size:.9rem;display:flex}.contact-module__swMWYG__fileSelected strong{color:var(--ink);word-break:break-all}.contact-module__swMWYG__hint{color:var(--muted);margin-top:8px;font-size:.82rem}.contact-module__swMWYG__linkBtn{color:#e11d48;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:600;text-decoration:underline}.contact-module__swMWYG__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.contact-module__swMWYG__btnPrimary,.contact-module__swMWYG__btnGhost{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:13px 28px;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.contact-module__swMWYG__btnPrimary{color:#fff;background:linear-gradient(135deg, var(--brand-500), var(--brand-700));box-shadow:var(--shadow-md);border:none}.contact-module__swMWYG__btnPrimary:hover:not(:disabled){box-shadow:var(--shadow-lg);transform:translateY(-1px)}.contact-module__swMWYG__btnGhost{color:var(--ink);background:var(--surface);border:1.5px solid var(--line)}.contact-module__swMWYG__btnGhost:hover:not(:disabled){border-color:var(--brand-500);color:var(--brand-600)}.contact-module__swMWYG__btnPrimary:disabled,.contact-module__swMWYG__btnGhost:disabled{opacity:.6;cursor:not-allowed}.contact-module__swMWYG__confirmNote{color:var(--ink-soft);margin-bottom:22px}.contact-module__swMWYG__summary{margin:0}.contact-module__swMWYG__summaryRow{border-bottom:1px solid var(--line);grid-template-columns:180px 1fr;gap:16px;padding:16px 0;display:grid}.contact-module__swMWYG__summaryRow:first-child{border-top:1px solid var(--line)}.contact-module__swMWYG__summaryLabel{color:var(--ink-soft);font-size:.95rem;font-weight:700}.contact-module__swMWYG__summaryValue{color:var(--ink);word-break:break-word}.contact-module__swMWYG__summaryMultiline{white-space:pre-wrap}.contact-module__swMWYG__error{border-radius:var(--radius-sm);color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;margin-top:20px;padding:12px 16px;font-size:.92rem}.contact-module__swMWYG__thanks{text-align:center}.contact-module__swMWYG__thanksIcon{color:#fff;background:linear-gradient(135deg, var(--accent-500), var(--accent-600));width:64px;height:64px;box-shadow:var(--shadow-md);border-radius:50%;place-items:center;margin:0 auto 20px;font-size:1.8rem;font-weight:900;display:grid}.contact-module__swMWYG__thanksTitle{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:900}.contact-module__swMWYG__thanksText{color:var(--ink-soft);margin-top:16px}.contact-module__swMWYG__thanks .contact-module__swMWYG__actions{justify-content:center}.contact-module__swMWYG__footer{background:var(--ink);color:#94a3b8;text-align:center;padding:24px;font-size:.86rem}@media (max-width:560px){.contact-module__swMWYG__summaryRow{grid-template-columns:1fr;gap:6px}.contact-module__swMWYG__actions{flex-direction:column-reverse}.contact-module__swMWYG__btnPrimary,.contact-module__swMWYG__btnGhost{width:100%}.contact-module__swMWYG__stepItem:not(:last-child):after{width:16px}}
