.contact-module__swMWYG__hero{height:340px;margin-top:var(--header-h);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.contact-module__swMWYG__heroOverlay{z-index:1;background:linear-gradient(160deg,#0a2540eb 0%,#0a2540d1 35%,#163b5cb3 65%,#0a2540d9 100%);position:absolute;inset:0}.contact-module__swMWYG__hero:after{content:"";z-index:2;opacity:.04;pointer-events:none;background-image:linear-gradient(#fff 1px,#0000 1px),linear-gradient(90deg,#fff 1px,#0000 1px);background-size:120px 120px;position:absolute;inset:0}.contact-module__swMWYG__heroContent{z-index:3;text-align:center;color:var(--white);animation:.8s forwards contact-module__swMWYG__fadeInUp;position:relative}.contact-module__swMWYG__heroContent h1{font-family:var(--font-heading);color:var(--white);letter-spacing:-1px;text-shadow:0 2px 20px #00000026;font-size:48px;font-weight:800}.contact-module__swMWYG__heroSub{color:#ffffffa6;margin-top:14px;font-size:18px;line-height:1.7}.contact-module__swMWYG__breadcrumb{color:#ffffff8c;letter-spacing:.3px;margin-bottom:14px;font-size:14px}.contact-module__swMWYG__breadcrumb a{color:#ffffff8c;transition:var(--transition)}.contact-module__swMWYG__breadcrumb a:hover{color:var(--white)}.contact-module__swMWYG__main{padding:100px 0 120px;position:relative}.contact-module__swMWYG__main:before{content:"";background:linear-gradient(90deg,transparent,var(--gray-200),transparent);height:1px;position:absolute;top:0;left:0;right:0}.contact-module__swMWYG__mainInner{max-width:var(--container-max);gap:56px;margin:0 auto;padding:0 64px;display:flex}.contact-module__swMWYG__infoCol{flex-shrink:0;width:40%}.contact-module__swMWYG__infoTitle{font-family:var(--font-heading);color:var(--primary);letter-spacing:-.5px;margin-bottom:16px;font-size:34px;font-weight:800}.contact-module__swMWYG__infoDesc{color:var(--gray-600);margin-bottom:40px;font-size:15px;line-height:1.8}.contact-module__swMWYG__infoBlock{background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-100);transition:var(--transition);gap:16px;margin-bottom:28px;padding:16px;display:flex}.contact-module__swMWYG__infoBlock:hover{background:var(--white);box-shadow:var(--shadow-md);transform:translate(4px)}.contact-module__swMWYG__infoIcon{flex-shrink:0;margin-top:2px;font-size:22px}.contact-module__swMWYG__infoBlock strong{color:var(--primary);margin-bottom:4px;font-size:15px;font-weight:700;display:block}.contact-module__swMWYG__infoBlock p{color:var(--gray-600);font-size:14px;line-height:1.6}.contact-module__swMWYG__hours{border-top:1px solid var(--gray-200);padding-top:28px}.contact-module__swMWYG__hours strong{color:var(--primary);margin-bottom:8px;font-size:15px;font-weight:700;display:block}.contact-module__swMWYG__hours p{color:var(--gray-600);font-size:14px}.contact-module__swMWYG__formCol{flex:1}.contact-module__swMWYG__form{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);padding:44px;position:relative;overflow:hidden}.contact-module__swMWYG__form:before{content:"";background:linear-gradient(90deg,var(--accent),var(--primary),var(--gold));height:4px;position:absolute;top:0;left:0;right:0}.contact-module__swMWYG__formTitle{font-family:var(--font-heading);color:var(--primary);margin-bottom:6px;font-size:22px;font-weight:700}.contact-module__swMWYG__formSub{color:var(--gray-500);margin-bottom:32px;font-size:14px}.contact-module__swMWYG__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-module__swMWYG__field{flex-direction:column;margin-bottom:18px;display:flex}.contact-module__swMWYG__field label{color:var(--primary);letter-spacing:.2px;margin-bottom:8px;font-size:13px;font-weight:600}.contact-module__swMWYG__field input,.contact-module__swMWYG__field select,.contact-module__swMWYG__field textarea{border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:14px;font-family:var(--font-body);transition:var(--transition);background:var(--white);color:var(--primary);outline:none;padding:14px 16px}.contact-module__swMWYG__field input:focus,.contact-module__swMWYG__field select:focus,.contact-module__swMWYG__field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #0a25400f}.contact-module__swMWYG__field textarea{resize:vertical}.contact-module__swMWYG__fileInput{background:var(--gray-50);padding:12px}.contact-module__swMWYG__submitBtn{background:linear-gradient(135deg,var(--accent)0%,var(--accent-dark)100%);width:100%;height:56px;color:var(--white);font-family:var(--font-heading);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);letter-spacing:.3px;border:none;justify-content:center;align-items:center;gap:10px;margin-top:8px;font-size:16px;font-weight:700;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #c43e2a40}.contact-module__swMWYG__submitBtn:after{content:"";pointer-events:none;background:linear-gradient(#ffffff1f 0%,#0000 100%);position:absolute;inset:0}.contact-module__swMWYG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c43e2a59}@keyframes contact-module__swMWYG__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.contact-module__swMWYG__mainInner{padding:0 32px}}@media (max-width:768px){.contact-module__swMWYG__hero{height:280px}.contact-module__swMWYG__heroContent h1{font-size:32px}.contact-module__swMWYG__main{padding:60px 0 80px}.contact-module__swMWYG__mainInner{flex-direction:column;padding:0 20px}.contact-module__swMWYG__infoCol{width:100%}.contact-module__swMWYG__formRow{grid-template-columns:1fr}.contact-module__swMWYG__form{padding:28px}}
