.contact-module__swMWYG__page{background:var(--background);min-height:100vh}.contact-module__swMWYG__hero{max-width:1400px;margin:0 auto;padding:6rem 2rem 5rem}.contact-module__swMWYG__heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.contact-module__swMWYG__heroContent{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.contact-module__swMWYG__breadcrumb a{color:var(--primary);font-weight:600;text-decoration:none}.contact-module__swMWYG__heroTitle{color:var(--text-main);letter-spacing:-.04em;font-size:4rem;font-weight:800;line-height:1.1}.contact-module__swMWYG__heroSub{color:var(--text-muted);max-width:540px;font-size:1.25rem;line-height:1.7}.contact-module__swMWYG__checkList{flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.contact-module__swMWYG__checkList li{color:var(--text-main);align-items:center;gap:.8rem;font-size:1.1rem;font-weight:600;display:flex}.contact-module__swMWYG__heroVisual{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;height:500px;padding:2rem;display:flex;position:relative;overflow:hidden}.contact-module__swMWYG__mapWrapper{opacity:.8;flex-grow:1;position:relative}.contact-module__swMWYG__mapSvg{width:100%;height:100%}.contact-module__swMWYG__mapPin{color:var(--primary);filter:drop-shadow(0 0 10px #0ea5e980);position:absolute}.contact-module__swMWYG__pulse{background:var(--primary);border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%)}.contact-module__swMWYG__pulse:after{content:"";border:2px solid var(--primary);border-radius:50%;width:100%;height:100%;animation:2s infinite contact-module__swMWYG__map-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes contact-module__swMWYG__map-pulse{0%{opacity:1;width:10px;height:10px}to{opacity:0;width:40px;height:40px}}.contact-module__swMWYG__quickContact{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;padding:1.5rem;display:grid;box-shadow:0 10px 30px -5px #0000000d}.contact-module__swMWYG__quickItem{align-items:center;gap:1rem;display:flex}.contact-module__swMWYG__quickIcon{background:var(--surface);width:44px;height:44px;color:var(--primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__quickText h4{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;margin:0;font-size:.75rem}.contact-module__swMWYG__quickText p{color:var(--text-main);margin:.1rem 0 0;font-size:.95rem;font-weight:700}.contact-module__swMWYG__section{padding:6rem 0}.contact-module__swMWYG__bgSurface{background:var(--surface)}.contact-module__swMWYG__sectionHeader{text-align:center;margin-bottom:4rem}.contact-module__swMWYG__sectionTitle{color:var(--text-main);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.contact-module__swMWYG__optionsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.contact-module__swMWYG__optionCard{border:1px solid var(--border);box-shadow:var(--card-shadow);background:#fff;border-radius:20px;flex-direction:column;height:100%;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.contact-module__swMWYG__optionCard:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 25px 50px -12px #0ea5e933}.contact-module__swMWYG__optionIcon{background:var(--surface);width:60px;height:60px;color:var(--primary);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.contact-module__swMWYG__optionTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.contact-module__swMWYG__optionDesc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.5}.contact-module__swMWYG__bestFor{border-top:1px solid var(--border);margin-top:auto;margin-bottom:1.5rem;padding-top:1.5rem}.contact-module__swMWYG__bestTitle{color:var(--text-main);text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.contact-module__swMWYG__bestList{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.contact-module__swMWYG__bestList li{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.contact-module__swMWYG__bestList li:before{content:"•";color:var(--primary)}.contact-module__swMWYG__responseTag{color:#10b981;background:#10b9811a;border-radius:100px;width:max-content;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.contact-module__swMWYG__ctaLink{color:var(--primary);align-items:center;gap:.5rem;font-weight:800;text-decoration:none;transition:gap .2s;display:flex}.contact-module__swMWYG__ctaLink:hover{gap:.8rem}.contact-module__swMWYG__formContainer{border:1px solid var(--border);background:#fff;border-radius:32px;max-width:1000px;margin:0 auto;padding:4rem;box-shadow:0 40px 100px -20px #00000014}.contact-module__swMWYG__formGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.contact-module__swMWYG__fullWidth{grid-column:span 2}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.6rem;display:flex}.contact-module__swMWYG__label{color:var(--text-main);font-size:.95rem;font-weight:700}.contact-module__swMWYG__input,.contact-module__swMWYG__select,.contact-module__swMWYG__textarea{background:var(--surface);border:1.5px solid var(--border);color:var(--text-main);border-radius:12px;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.contact-module__swMWYG__phoneInputGroup{gap:.5rem;display:flex}.contact-module__swMWYG__countrySelect{flex-shrink:0;width:120px}.contact-module__swMWYG__phoneNumberInput{flex-grow:1}.contact-module__swMWYG__input:focus,.contact-module__swMWYG__select:focus,.contact-module__swMWYG__textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 4px #0ea5e91a}.contact-module__swMWYG__radioGroup{flex-wrap:wrap;gap:1.5rem;margin-top:.5rem;display:flex}.contact-module__swMWYG__radioLabel{cursor:pointer;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.contact-module__swMWYG__radioInput{width:18px;height:18px;accent-color:var(--primary)}.contact-module__swMWYG__checkboxContainer{background:var(--surface);border:1px solid var(--border);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;display:grid}.contact-module__swMWYG__checkboxLabel{cursor:pointer;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.contact-module__swMWYG__checkboxInput{width:16px;height:16px;accent-color:var(--primary)}.contact-module__swMWYG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:1rem;padding:1.25rem;font-size:1.1rem;font-weight:800;transition:all .3s;display:flex}.contact-module__swMWYG__submitBtn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 30px -5px #0ea5e966}.contact-module__swMWYG__formFooter{text-align:center;color:var(--text-muted);justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;font-size:.9rem;display:flex}@media (max-width:1024px){.contact-module__swMWYG__heroGrid{grid-template-columns:1fr}.contact-module__swMWYG__optionsGrid{grid-template-columns:1fr 1fr}.contact-module__swMWYG__formContainer{padding:3rem 2rem}}@media (max-width:768px){.contact-module__swMWYG__heroTitle{font-size:3rem}.contact-module__swMWYG__optionsGrid,.contact-module__swMWYG__formGrid{grid-template-columns:1fr}.contact-module__swMWYG__fullWidth{grid-column:auto}.contact-module__swMWYG__checkboxContainer{grid-template-columns:1fr 1fr}.contact-module__swMWYG__quickContact{grid-template-columns:1fr}}
