.contact-module__swMWYG__page{min-height:100vh;padding-top:80px}.contact-module__swMWYG__hero{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem}.contact-module__swMWYG__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-color);border:1px solid #3b82f659;border-radius:2rem;margin-bottom:1.5rem;padding:.3rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-module__swMWYG__heading{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.contact-module__swMWYG__accent{background:linear-gradient(90deg,#fff 0%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__swMWYG__sub{color:var(--text-muted);max-width:580px;font-size:1.125rem;line-height:1.7}.contact-module__swMWYG__container{grid-template-columns:280px 1fr;align-items:start;gap:4rem;max-width:1200px;margin:0 auto;padding:0 2rem 8rem;display:grid}.contact-module__swMWYG__infoColumn{flex-direction:column;gap:1rem;display:flex;position:sticky;top:100px}.contact-module__swMWYG__infoCard{border:1px solid var(--border-color);background:#ffffff08;border-radius:.75rem;align-items:flex-start;gap:1rem;padding:1.25rem;transition:border-color .3s;display:flex}.contact-module__swMWYG__infoCard:hover{border-color:#3b82f666}.contact-module__swMWYG__infoIcon{flex-shrink:0;font-size:1.25rem;line-height:1}.contact-module__swMWYG__infoLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.contact-module__swMWYG__infoValue{font-size:.95rem;font-weight:500}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-module__swMWYG__field{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__field label{color:var(--text-color);letter-spacing:.01em;font-size:.875rem;font-weight:500}.contact-module__swMWYG__required{color:var(--accent-color);margin-left:2px}.contact-module__swMWYG__field input{border:1px solid var(--border-color);width:100%;color:var(--text-color);background:#ffffff0a;border-radius:.5rem;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .25s,background .25s,box-shadow .25s}.contact-module__swMWYG__field input::placeholder{color:#52525b}.contact-module__swMWYG__field input:focus{border-color:var(--accent-color);background:#3b82f60d;box-shadow:0 0 0 3px #3b82f61f}.contact-module__swMWYG__editorWrapper{border:1px solid var(--border-color);border-radius:.5rem;transition:border-color .25s,box-shadow .25s;overflow:hidden}.contact-module__swMWYG__editorWrapper:focus-within{border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61f}.contact-module__swMWYG__editorToolbar{border-bottom:1px solid var(--border-color);background:#ffffff08;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.contact-module__swMWYG__toolbarLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.contact-module__swMWYG__charCount{color:#52525b;font-variant-numeric:tabular-nums;font-size:.75rem}.contact-module__swMWYG__editorTextarea{width:100%;color:var(--text-color);resize:vertical;background:#ffffff08;border:none;outline:none;min-height:220px;padding:1rem;font-family:inherit;font-size:.95rem;line-height:1.7}.contact-module__swMWYG__editorTextarea::placeholder{color:#52525b}.contact-module__swMWYG__submitBtn{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:opacity .25s,transform .2s,box-shadow .25s;display:inline-flex;box-shadow:0 4px 20px #3b82f64d}.contact-module__swMWYG__submitBtn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 8px 30px #3b82f666}.contact-module__swMWYG__submitBtn:active:not(:disabled){transform:translateY(0)}.contact-module__swMWYG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.contact-module__swMWYG__btnArrow{font-size:1.1rem;transition:transform .2s}.contact-module__swMWYG__submitBtn:hover .contact-module__swMWYG__btnArrow{transform:translate(4px)}.contact-module__swMWYG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite contact-module__swMWYG__spin}@keyframes contact-module__swMWYG__spin{to{transform:rotate(360deg)}}.contact-module__swMWYG__successBanner{background:#22c55e1a;border:1px solid #22c55e59;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;font-size:.95rem;display:flex}.contact-module__swMWYG__successBanner span:first-child{flex-shrink:0;font-size:1.25rem}.contact-module__swMWYG__successBanner strong{color:#4ade80;margin-bottom:.25rem;display:block}.contact-module__swMWYG__successBanner p{color:var(--text-muted);font-size:.875rem}.contact-module__swMWYG__errorBanner{color:#f87171;background:#ef44441a;border:1px solid #ef444459;border-radius:.5rem;padding:.85rem 1.25rem;font-size:.9rem}@media (max-width:768px){.contact-module__swMWYG__container{grid-template-columns:1fr;gap:2rem}.contact-module__swMWYG__infoColumn{flex-flow:wrap;gap:.75rem;position:static}.contact-module__swMWYG__infoCard{flex:200px}.contact-module__swMWYG__row{grid-template-columns:1fr}}
