.contact-module__dAJ5MW__contactPage{--contact-primary:#c41e3a;--contact-primary-hover:#a01830;--contact-bg-deep:#080a0e;--contact-bg-surface:#12141a;--contact-bg-elevated:#0d0f12;--contact-text-primary:#fff;--contact-text-secondary:#ffffffb3;--contact-text-muted:#fff9;--contact-text-subtle:#fff6;--contact-border:#ffffff1a;--contact-border-hover:#fff3;--contact-focus-ring:0 0 0 3px #c41e3a33;background:var(--contact-bg-deep);color:var(--contact-text-primary);font-family:var(--font-dm-sans),system-ui,sans-serif;overflow-x:hidden}.contact-module__dAJ5MW__hero{background:linear-gradient(#080a0e 0%,#0d0f12 100%);justify-content:center;align-items:center;min-height:40vh;display:flex;position:relative;overflow:hidden}.contact-module__dAJ5MW__heroOverlay{z-index:1;background:radial-gradient(at 50% 30%,#c41e3a0f 0%,#0000 60%);position:absolute;inset:0}.contact-module__dAJ5MW__heroContent{z-index:10;text-align:center;max-width:700px;padding:100px 2rem 60px;position:relative}.contact-module__dAJ5MW__heroTitle{font-family:var(--font-playfair),serif;color:#fff;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:400}.contact-module__dAJ5MW__heroDescription{color:#ffffffb3;max-width:600px;margin:0 auto;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.7}.contact-module__dAJ5MW__mainContent{max-width:1100px;margin:0 auto;padding:4rem 2rem 6rem}.contact-module__dAJ5MW__contentGrid{grid-template-columns:40% 60%;align-items:start;gap:3rem;display:grid}.contact-module__dAJ5MW__addressesColumn{flex-direction:column;gap:1.5rem;display:flex}.contact-module__dAJ5MW__addressesTitle{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin:0 0 .5rem;font-size:.875rem;font-weight:600}.contact-module__dAJ5MW__addressCard{background:var(--contact-bg-surface);border:1px solid var(--contact-border);border-radius:12px;padding:2rem;transition:border-color .3s}.contact-module__dAJ5MW__addressCard:hover{border-color:var(--contact-border-hover)}.contact-module__dAJ5MW__countryHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.contact-module__dAJ5MW__countryFlag{font-size:1.5rem}.contact-module__dAJ5MW__countryName{text-transform:uppercase;letter-spacing:.05em;color:var(--contact-primary);font-size:.875rem;font-weight:600}.contact-module__dAJ5MW__addressText{color:#fffc;margin:0;font-size:1rem;line-height:1.6}.contact-module__dAJ5MW__addressLine{display:block}.contact-module__dAJ5MW__mapLink{color:#fff9;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.contact-module__dAJ5MW__mapLink:hover{color:var(--contact-primary)}.contact-module__dAJ5MW__mapLink svg{width:16px;height:16px}.contact-module__dAJ5MW__comingSoonBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--contact-primary);background:#c41e3a26;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-module__dAJ5MW__comingSoonMessage{color:#fff9;margin:0;font-size:.9375rem;line-height:1.5}.contact-module__dAJ5MW__formColumn{background:var(--contact-bg-surface);border:1px solid var(--contact-border);border-radius:12px;padding:2.5rem}.contact-module__dAJ5MW__formTitle{color:#fff;margin:0 0 2rem;font-size:1.5rem;font-weight:600}.contact-module__dAJ5MW__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__dAJ5MW__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__dAJ5MW__label{color:#ffffffb3;font-size:.875rem;font-weight:500}.contact-module__dAJ5MW__required{color:var(--contact-primary);margin-left:.25rem}.contact-module__dAJ5MW__input,.contact-module__dAJ5MW__select,.contact-module__dAJ5MW__textarea{background:var(--contact-bg-deep);color:#fff;border:1px solid #ffffff26;border-radius:8px;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,box-shadow .2s}.contact-module__dAJ5MW__input:focus,.contact-module__dAJ5MW__select:focus,.contact-module__dAJ5MW__textarea:focus{border-color:var(--contact-primary);box-shadow:var(--contact-focus-ring);outline:none}.contact-module__dAJ5MW__input::placeholder,.contact-module__dAJ5MW__textarea::placeholder{color:#fff6}.contact-module__dAJ5MW__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:3rem}.contact-module__dAJ5MW__select option{background:var(--contact-bg-surface);color:#fff}.contact-module__dAJ5MW__textarea{resize:vertical;min-height:120px}.contact-module__dAJ5MW__submitButton{background:var(--contact-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.contact-module__dAJ5MW__submitButton:hover:not(:disabled){background:var(--contact-primary-hover);transform:translateY(-2px);box-shadow:0 10px 30px #c41e3a4d}.contact-module__dAJ5MW__submitButton:focus-visible{box-shadow:var(--contact-focus-ring);outline:none}.contact-module__dAJ5MW__submitButton:disabled{opacity:.7;cursor:not-allowed}.contact-module__dAJ5MW__submitButton.contact-module__dAJ5MW__loading{color:#0000;position:relative}.contact-module__dAJ5MW__submitButton.contact-module__dAJ5MW__loading:after{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin:-10px 0 0 -10px;animation:.8s linear infinite contact-module__dAJ5MW__spin;position:absolute;top:50%;left:50%}@keyframes contact-module__dAJ5MW__spin{to{transform:rotate(360deg)}}.contact-module__dAJ5MW__inputError{border-color:#ef4444}.contact-module__dAJ5MW__errorMessage{color:#ef4444;margin-top:.25rem;font-size:.8rem}.contact-module__dAJ5MW__successState{text-align:center;padding:3rem 2rem}.contact-module__dAJ5MW__successIcon{color:#22c55e;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.contact-module__dAJ5MW__successTitle{color:#fff;margin:0 0 .75rem;font-size:1.5rem;font-weight:600}.contact-module__dAJ5MW__successText{color:#ffffffb3;margin:0;font-size:1rem;line-height:1.6}.contact-module__dAJ5MW__alternativeContact{text-align:center;background:var(--contact-bg-deep);border-top:1px solid var(--contact-border);padding:4rem 2rem}.contact-module__dAJ5MW__alternativeText{color:#ffffff80;margin:0 0 .5rem;font-size:1rem}.contact-module__dAJ5MW__emailLink{color:#fff;font-size:1.25rem;text-decoration:none;transition:color .2s}.contact-module__dAJ5MW__emailLink:hover{color:var(--contact-primary)}.contact-module__dAJ5MW__socialLinks{justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.contact-module__dAJ5MW__socialLink{background:var(--contact-bg-surface);border:1px solid var(--contact-border);color:#fff9;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:flex}.contact-module__dAJ5MW__socialLink:hover{border-color:var(--contact-primary);color:var(--contact-primary);transform:translateY(-2px)}.contact-module__dAJ5MW__socialLink svg{width:20px;height:20px}@media (max-width:1024px){.contact-module__dAJ5MW__contentGrid{grid-template-columns:45% 55%;gap:2rem}}@media (max-width:768px){.contact-module__dAJ5MW__heroContent{padding:80px 1.5rem 40px}.contact-module__dAJ5MW__mainContent{padding:3rem 1.5rem 4rem}.contact-module__dAJ5MW__contentGrid{grid-template-columns:1fr;gap:2rem}.contact-module__dAJ5MW__addressesColumn{order:1}.contact-module__dAJ5MW__formColumn{order:2;padding:2rem}.contact-module__dAJ5MW__addressCard{padding:1.5rem}.contact-module__dAJ5MW__submitButton{width:100%}.contact-module__dAJ5MW__alternativeContact{padding:3rem 1.5rem}}@media (max-width:480px){.contact-module__dAJ5MW__heroTitle{font-size:2rem}.contact-module__dAJ5MW__formTitle{font-size:1.25rem}.contact-module__dAJ5MW__formColumn{padding:1.5rem}}@media (prefers-reduced-motion:reduce){.contact-module__dAJ5MW__submitButton,.contact-module__dAJ5MW__socialLink,.contact-module__dAJ5MW__addressCard,.contact-module__dAJ5MW__mapLink{transition:none}.contact-module__dAJ5MW__submitButton:hover:not(:disabled),.contact-module__dAJ5MW__socialLink:hover{transform:none}.contact-module__dAJ5MW__submitButton.contact-module__dAJ5MW__loading:after{animation:none}}
