.contact-module__swMWYG__formZone{padding:clamp(22px,3.2vw,40px) 0 clamp(28px,4vw,52px);scroll-margin-top:32px}.contact-module__swMWYG__partnerZone{grid-template-columns:minmax(220px,.34fr) minmax(0,.66fr);gap:16px clamp(28px,4vw,64px);padding:clamp(22px,3.2vw,40px) 0 clamp(28px,4vw,52px);display:grid}.contact-module__swMWYG__partnerIntro{max-width:420px}.contact-module__swMWYG__partnerIntro h3{color:var(--docs-text);margin:0;font-size:1rem;font-weight:650;line-height:1.45}.contact-module__swMWYG__partnerIntro p,.contact-module__swMWYG__partnerCallout p{color:var(--docs-muted);margin:8px 0 0;font-size:.875rem;line-height:1.65}.contact-module__swMWYG__partnerCallout{border-top:1px solid var(--docs-border);grid-column:2;padding-top:12px}.contact-module__swMWYG__submitMessage{border-radius:8px;margin:0 0 4px;padding:12px 14px;font-size:.875rem;line-height:1.5}.contact-module__swMWYG__successMessage{border:1px solid var(--semantic-success-subtle);background:var(--semantic-success-card);color:var(--semantic-success-accent-strong)}.contact-module__swMWYG__errorMessage{border:1px solid var(--semantic-danger-border);background:var(--semantic-danger-subtle);color:var(--semantic-danger-accent)}.contact-module__swMWYG__form{grid-template-columns:minmax(220px,.34fr) minmax(0,.66fr);align-items:start;gap:20px clamp(28px,4vw,64px);display:grid}.contact-module__swMWYG__formHeader{border-bottom:1px solid var(--docs-border);grid-column:1/-1;padding-bottom:20px}.contact-module__swMWYG__formHeader h2{color:var(--docs-text);letter-spacing:0;margin:0;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:700;line-height:1.3}.contact-module__swMWYG__formHeader p{color:var(--docs-muted);margin:12px 0 0;font-size:.95rem;line-height:1.7}.contact-module__swMWYG__leadSummary{max-width:420px}.contact-module__swMWYG__leadSummarySlot{grid-column:1}.contact-module__swMWYG__leadSummaryLabel{color:var(--docs-faint);margin:0 0 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;font-weight:550;line-height:1.45;display:block}.contact-module__swMWYG__leadSummary h3{color:var(--docs-text);margin:0;font-size:1rem;font-weight:650;line-height:1.45}.contact-module__swMWYG__leadSummary p{margin:8px 0 0;font-size:.875rem;line-height:1.65}.contact-module__swMWYG__formGrid{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.contact-module__swMWYG__formColumn{flex-direction:column;gap:16px;min-width:0;display:flex}.contact-module__swMWYG__formFooter{grid-column:2}.contact-module__swMWYG__form label,.contact-module__swMWYG__multiSelectField{color:var(--docs-muted);font-size:.8125rem;font-weight:400;line-height:1.45}.contact-module__swMWYG__requiredMark{color:var(--semantic-danger-accent)}.contact-module__swMWYG__fieldHint{color:var(--docs-faint);margin-top:4px;font-size:.75rem;font-weight:500;line-height:1.45;display:block}.contact-module__swMWYG__form input,.contact-module__swMWYG__form textarea{border:1px solid var(--app-border);background:var(--app-control-background);width:100%;color:var(--color-text);font:inherit;box-sizing:border-box;border-radius:8px;outline:none;margin-top:8px;font-size:.875rem;font-weight:400;transition:background-color .16s,border-color .16s,color .16s,box-shadow .18s,transform .16s,opacity .16s}.contact-module__swMWYG__form input{min-height:36px;padding:.45rem .625rem;line-height:1.45}.contact-module__swMWYG__form textarea{resize:vertical;min-height:96px;padding:.45rem .625rem;line-height:1.55;overflow-y:auto}.contact-module__swMWYG__form textarea.contact-module__swMWYG__singleLineTextarea{resize:none;height:36px;min-height:36px;overflow-y:hidden}.contact-module__swMWYG__form input:focus,.contact-module__swMWYG__form textarea:focus{border-color:var(--brand-primary);box-shadow:var(--visual-shadow-focus)}.contact-module__swMWYG__hiddenField{opacity:0;position:absolute;left:-10000px;width:1px!important;height:1px!important}.contact-module__swMWYG__toggleRow{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.contact-module__swMWYG__toggleRow label{border:1px solid var(--docs-border);background:var(--docs-soft);min-height:44px;color:var(--docs-text);border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.875rem;font-weight:500;display:inline-flex}.contact-module__swMWYG__toggleRow input{width:20px;height:20px;accent-color:var(--brand-primary);margin:0}.contact-module__swMWYG__toggleRow label:has(input:checked){border-color:var(--brand-primary-border);background:var(--brand-primary-subtle);color:var(--brand-primary)}.contact-module__swMWYG__toggleRow label:focus-within{border-color:var(--brand-primary);box-shadow:var(--visual-shadow-focus)}.contact-module__swMWYG__formFooter{border-top:1px solid var(--docs-border);justify-content:flex-end;align-items:center;gap:18px;padding-top:16px;display:flex}.contact-module__swMWYG__primaryButton{border:1px solid var(--docs-text);background:var(--docs-text);min-height:44px;color:var(--docs-canvas);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-width:220px;padding:0 .875rem;font-size:.875rem;font-weight:650;line-height:1;transition:background-color .16s,border-color .16s,color .16s,opacity .16s;display:inline-flex}.contact-module__swMWYG__primaryButton:disabled{cursor:wait;opacity:.64}@media (max-width:900px){.contact-module__swMWYG__form,.contact-module__swMWYG__formGrid,.contact-module__swMWYG__partnerZone{grid-template-columns:1fr}.contact-module__swMWYG__leadSummarySlot,.contact-module__swMWYG__formGrid,.contact-module__swMWYG__formFooter,.contact-module__swMWYG__partnerCallout,.contact-module__swMWYG__formHeader{grid-column:auto}}@media (max-width:560px){.contact-module__swMWYG__formFooter{flex-direction:column;align-items:stretch}.contact-module__swMWYG__primaryButton{width:100%}}
