/* Preserve the original full-width layout inside Elementor's migration wrappers. */
.elementor .e-con > .elementor-widget-html {
  width: 100%;
  max-width: none;
}

/* The source logo is navy; the footer needs a high-contrast treatment. */
.elementor footer > img {
  filter: brightness(0) invert(1);
}

.elementor .project-logo img.logo-original {
  max-width: 190px;
  max-height: 96px;
}


/* Elementor's global image rule otherwise shrinks the SVG sprite before it
   reaches the crop window used by the product lockups. */
.elementor .product-brand-icon img {
  width: 238px;
  max-width: none;
  height: auto;
}

.connect-hub-icon {
  display: block;
  width: 58px;
  height: 66px;
  overflow: visible;
}

.connect-hub-icon img {
  display: block;
  width: 58px;
  max-width: none;
  height: auto;
}

.connect-hub {
  width: 108px;
  height: 96px;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 0;
  background: transparent;
  clip-path: none;
  box-shadow: none;
  filter: drop-shadow(0 0 20px rgba(255, 129, 52, .58));
  isolation: isolate;
}

.connect-hub-frame {
  position: absolute;
  inset: 0;
  z-index: 0;
  animation: exa-connect-frame-spin 18s linear infinite;
}

.connect-hub-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ff8134;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  z-index: 0;
}

.connect-hub-frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  background: #17344c;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  z-index: 1;
}

.connect-hub-icon {
  position: relative;
  z-index: 1;
}

@keyframes exa-connect-frame-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .connect-hub-frame { animation: none; } }

.elementor .connect-map {
  background: radial-gradient(circle at 50% 50%, rgba(255, 129, 52, .42) 0, rgba(243, 108, 33, .17) 25%, transparent 50%), linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.015));
}

.contact-side .wpcf7 { width: 100%; }
.contact-side .wpcf7-form { display: block; position: relative; overflow: hidden; transition: height .26s ease; }
.contact-side .form-step-enter-forward,
.contact-side .form-step-leave-forward,
.contact-side .form-step-enter-back,
.contact-side .form-step-leave-back { position: absolute; inset: 0 auto auto 0; width: 100%; }
.contact-side .form-step-enter-forward { animation: exa-form-step-in-forward .26s ease both; }
.contact-side .form-step-leave-forward { animation: exa-form-step-out-forward .26s ease both; }
.contact-side .form-step-enter-back { animation: exa-form-step-in-back .26s ease both; }
.contact-side .form-step-leave-back { animation: exa-form-step-out-back .26s ease both; }
@keyframes exa-form-step-in-forward { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes exa-form-step-out-forward { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(-14px); } }
@keyframes exa-form-step-in-back { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: translateX(0); } }
@keyframes exa-form-step-out-back { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(14px); } }
.contact-side .form-step-primary { display: block; }
.contact-side .form-step-primary > p { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; width: 100%; margin: 0; }
.contact-side .form-step-primary > p > br { display: none; }
.contact-side .form-step-primary > p label:first-of-type,
.contact-side .form-step-primary > p .form-next { grid-column: 1 / -1; }
.contact-side .form-step-primary > p .form-next { margin-top: 12px; }
.contact-side .exa-contact-form .form-step-primary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; }
.contact-side .exa-contact-form .form-step-primary label:first-child,
.contact-side .exa-contact-form .form-step-primary .form-next { grid-column: 1 / -1; }
.contact-side .exa-contact-form .form-step-primary .form-next { margin-top: 12px; }
.contact-side .wpcf7-form label { color: #d8e1e6; display: grid; gap: 5px; font-size: 11px; font-weight: 700; }
.contact-side .form-step-message label { display: grid; }
.contact-side .form-step-message > p > br { display: none; }
.contact-side .wpcf7-form input:not([type="submit"]),
.contact-side .wpcf7-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.28); color: #fff; padding: 11px 12px; background: rgba(255,255,255,.06); }
.contact-side .wpcf7-form textarea { min-height: 56px; resize: vertical; }
.contact-side .wpcf7-form input[type="submit"], .contact-side .form-submit { width: max-content; cursor: pointer; background: var(--orange); color: #fff; padding: 14px 20px; font-size: 12px; font-weight: 800; border: 0; }
.exa-honeypot { position:absolute!important; width:1px!important; height:1px!important; opacity:0!important; pointer-events:none!important; }
.contact-side .form-next, .contact-side .form-back { appearance: none; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; width: max-content; cursor: pointer; border: 1px solid rgba(255,255,255,.48); color: #fff; padding: 0 20px; font-size: 12px; font-weight: 800; line-height: 1; }
.contact-side .form-next { background: var(--orange); border-color: var(--orange); box-shadow: 0 8px 22px rgba(243,108,33,.22); }
.contact-side .form-back { background: rgba(255,255,255,.08); }
.contact-side .form-actions { display: flex; width: 100%; justify-content: space-between; gap: 20px; margin-top: 16px; align-items: center; }
.contact-side .form-actions > p { display: flex; width: 100%; justify-content: flex-start; gap: 18px; align-items: center; margin: 0; }
.contact-side .wpcf7-spinner { display: none !important; }
.contact-side .wpcf7-response-output { margin: 4px 0 0 !important; color: #fff; font-size: 12px; }
footer { grid-template-columns: 1.5fr 1fr 1fr 1fr 1.2fr auto; }
footer div span + span { margin-top: 4px; }
.site-header .language-switch { display:inline-flex; align-items:center; justify-content:center; min-width:34px; height:28px; border:1px solid rgba(255,255,255,.32); border-radius:14px; color:#fff; font-size:10px; font-weight:800; letter-spacing:.08em; }
.site-header .language-switch:hover { border-color:var(--orange); color:var(--orange); }
@media (max-width: 680px) { .contact-side .form-step-primary > p { grid-template-columns: 1fr; } .contact-side .form-step-primary label { grid-column: auto !important; } }
@media (prefers-reduced-motion: reduce) { .contact-side .form-step-enter-forward, .contact-side .form-step-leave-forward, .contact-side .form-step-enter-back, .contact-side .form-step-leave-back { animation-duration: .01ms; } }
