/* Corporate header and homepage hero */
body[data-site-theme="corporate"] .site-header {
  position: relative;
  z-index: 50;
  left: 50%;
  width: 100vw !important;
  max-width: none;
  margin: 0 !important;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 1px 0 rgba(3, 31, 65, .08);
  font-family: Arial, Helvetica, sans-serif;
}

body[data-site-theme="corporate"] .topbar {
  width: min(1630px, calc(100% - 48px)) !important;
  max-width: 1630px !important;
  min-height: 39px;
  margin: 0 auto !important;
  box-sizing: border-box;
  padding: 0 6px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  color: #6b7e98;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #dce5ef;
}

body[data-site-theme="corporate"] .topbar span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}

body[data-site-theme="corporate"] .topbar span + span {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

body[data-site-theme="corporate"] .topbar svg {
  width: 17px;
  height: 17px;
  color: #58708f;
}

body[data-site-theme="corporate"] .topbar .search-trigger {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  padding: 0;
  color: #075fbd;
  background: transparent;
  border: 0;
  border-left: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

body[data-site-theme="corporate"] .topbar .search-trigger:hover {
  color: #12c5cf;
  background: transparent;
}

body[data-site-theme="corporate"] .topbar .search-trigger svg {
  width: 17px;
  height: 17px;
}

body[data-site-theme="corporate"] .navbar {
  width: min(1630px, calc(100% - 48px));
  max-width: 1630px;
  min-height: 84px;
  height: 84px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px 4px;
  gap: 20px;
  background: #fff;
}

body[data-site-theme="corporate"] .brand-logo-frame,
body[data-site-theme="corporate"] .brand-logo {
  width: 174px;
  max-width: 174px;
  height: 54px;
  object-fit: contain;
}

body[data-site-theme="corporate"] .brand-logo {
  filter: none !important;
}

body[data-site-theme="corporate"] .nav-links {
  margin-left: auto;
  gap: 20px;
}

body[data-site-theme="corporate"] .nav-links > a,
body[data-site-theme="corporate"] .nav-dropdown > summary,
body[data-site-theme="corporate"] .nav-parent-link {
  color: #0a1930;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

body[data-site-theme="corporate"] .language-switcher > summary {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #c9d5e2;
  border-radius: 4px;
}

body[data-site-theme="corporate"] .quote-btn {
  display: inline-flex !important;
  flex: 0 0 auto;
  min-width: 154px;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: #075fbd;
  background: #fff;
  border: 1px solid #9fc2e8;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transform: none;
}

body[data-site-theme="corporate"] .quote-btn svg {
  display: none;
}

body[data-site-theme="corporate"] .voice-command {
  display: flex;
  flex: 0 0 auto;
}

body[data-site-theme="corporate"] .voice-command-button {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #06396e;
  background: #fff;
  border: 1px solid #c9d5e2;
  border-radius: 4px;
  box-shadow: none;
}

body[data-site-theme="corporate"] .voice-command-button:not([hidden]) {
  display: inline-flex;
}

body[data-site-theme="corporate"] .voice-command-button svg {
  width: 19px;
  height: 19px;
}

body[data-site-theme="corporate"] main > .hero {
  position: relative;
  isolation: isolate;
  display: block;
  left: 50%;
  width: 100vw !important;
  max-width: none;
  min-height: max(720px, calc(100svh - 124px));
  margin: 0 !important;
  transform: translateX(-50%);
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #031c3d;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
}

body[data-site-theme="corporate"] main > .hero .hero-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
}

body[data-site-theme="corporate"] main > .hero .hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 23, 51, .98) 0%, rgba(2, 27, 59, .9) 29%, rgba(2, 27, 59, .34) 49%, rgba(2, 27, 59, .02) 66%);
}

body[data-site-theme="corporate"] main > .hero .hero-visual::before {
  background: transparent !important;
}

body[data-site-theme="corporate"] main > .hero .hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center !important;
  opacity: 1 !important;
  filter: none !important;
  border-radius: 0;
}

body[data-site-theme="corporate"] main > .hero .hero-copy {
  position: relative !important;
  z-index: 2;
  inset: auto !important;
  width: min(800px, calc(100% - 96px));
  max-width: none;
  min-height: max(720px, calc(100svh - 124px));
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 0 0 max(64px, calc((100vw - 1680px) / 2));
  padding: 50px 0;
  color: #fff;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none !important;
}

body[data-site-theme="corporate"] .hero-eyebrow {
  display: block;
  margin-bottom: 42px;
  color: #04c3cf;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-site-theme="corporate"] main > .hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 78px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: wrap;
}

body[data-site-theme="corporate"] main > .hero .hero-copy > p {
  max-width: 650px;
  margin: 30px 0 62px;
  color: rgba(255, 255, 255, .92);
  font-size: 21px;
  line-height: 1.7;
}

body[data-site-theme="corporate"] main > .hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

body[data-site-theme="corporate"] main > .hero .hero-actions .btn {
  min-height: 64px;
  padding: 0 28px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

body[data-site-theme="corporate"] main > .hero .hero-actions .primary {
  flex: 0 0 350px;
  justify-content: space-between;
  color: #031c3d;
  background: #09c1ca;
  border-color: #09c1ca;
}

body[data-site-theme="corporate"] main > .hero .hero-actions .secondary {
  display: none !important;
}

body[data-site-theme="corporate"] main > .hero .hero-quote-cta {
  flex: 0 0 220px;
  justify-content: space-between;
  display: inline-flex;
  color: #fff;
  background: rgba(3, 28, 61, .38);
  border: 1px solid rgba(255, 255, 255, .88);
}

body[data-site-theme="corporate"] main > .hero .hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 725px;
  min-height: 126px;
  max-width: 100%;
  margin-top: 52px;
  padding: 28px 30px;
  background: rgba(3, 28, 61, .58);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

body[data-site-theme="corporate"] main > .hero .hero-proof > span {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, .25);
}

body[data-site-theme="corporate"] main > .hero .hero-proof > span:first-child {
  padding-left: 0;
}

body[data-site-theme="corporate"] main > .hero .hero-proof > span:last-child {
  padding-right: 0;
  border-right: 0;
}

body[data-site-theme="corporate"] main > .hero .hero-proof svg {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  color: #09c1ca;
  stroke-width: 1.7;
}

body[data-site-theme="corporate"] main > .hero .hero-proof b,
body[data-site-theme="corporate"] main > .hero .hero-proof small {
  overflow-wrap: anywhere;
}

body[data-site-theme="corporate"] main > .hero .hero-proof b {
  color: #fff;
  font-size: 19px;
  line-height: 1.1;
}

body[data-site-theme="corporate"] main > .hero .hero-proof small {
  color: rgba(255, 255, 255, .9);
  font-size: 14px;
}

body[data-site-theme="corporate"] main > .hero .trust-badges {
  display: none !important;
}

body[data-site-theme="corporate"] main > .hero .hero-arrow {
  display: none !important;
}

body[data-site-theme="corporate"] main > .hero .hero-arrow.left {
  left: 28px;
}

body[data-site-theme="corporate"] main > .hero .hero-arrow.right {
  right: 28px;
}

body[data-site-theme="corporate"] main > .hero .slider-dots {
  display: none !important;
}

body[data-site-theme="corporate"] main:has(> .hero) {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 calc(50% - 50vw) 32px !important;
  padding-top: 0 !important;
  overflow: visible !important;
}

body[data-site-theme="corporate"]:has(main > .hero) .quick-contact-widget {
  display: none !important;
}

@media (max-width: 1480px) {
  body[data-site-theme="corporate"] .quote-btn {
    transform: none;
  }

  body[data-site-theme="corporate"] .navbar {
    width: min(1380px, calc(100% - 48px));
    gap: 14px;
  }

  body[data-site-theme="corporate"] .brand-logo-frame,
  body[data-site-theme="corporate"] .brand-logo {
    width: 158px;
    max-width: 158px;
  }

  body[data-site-theme="corporate"] .nav-links {
    gap: 12px;
  }

  body[data-site-theme="corporate"] .nav-links > a,
  body[data-site-theme="corporate"] .nav-dropdown > summary,
  body[data-site-theme="corporate"] .nav-parent-link {
    font-size: 10px;
  }

  body[data-site-theme="corporate"] .quote-btn {
    padding: 0 15px;
    font-size: 11px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-copy {
    margin-left: max(52px, calc((100vw - 1380px) / 2));
  }
}

@media (max-width: 1180px) {
  body[data-site-theme="corporate"] .quote-btn {
    display: none !important;
  }

  body[data-site-theme="corporate"] .navbar {
    min-height: 92px;
  }

  body[data-site-theme="corporate"] .menu-toggle {
    margin-left: auto;
  }

  body[data-site-theme="corporate"] main > .hero {
    min-height: 720px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-copy {
    width: min(650px, calc(100% - 96px));
    padding-top: 82px;
  }

  body[data-site-theme="corporate"] main > .hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 760px) {
  body[data-site-theme="corporate"] .topbar {
    min-height: 38px;
    padding: 0 18px;
    justify-content: center;
    gap: 16px;
  }

  body[data-site-theme="corporate"] .topbar span {
    font-size: 11px;
  }

  body[data-site-theme="corporate"] .topbar span:first-child {
    display: none;
  }

  body[data-site-theme="corporate"] .topbar span + span {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  body[data-site-theme="corporate"] .topbar .search-trigger {
    min-width: 34px;
    margin-left: 0;
    padding-left: 0;
    justify-content: center;
    border-left: 0;
    font-size: 0;
  }

  body[data-site-theme="corporate"] .navbar {
    width: calc(100% - 32px);
    min-height: 78px;
    padding: 10px 0;
  }

  body[data-site-theme="corporate"] .brand-logo-frame,
  body[data-site-theme="corporate"] .brand-logo {
    width: 145px;
    max-width: 145px;
  }

  body[data-site-theme="corporate"] main > .hero {
    min-height: 670px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-visual::after {
    background: linear-gradient(90deg, rgba(2, 23, 51, .94), rgba(2, 27, 59, .72)), linear-gradient(0deg, rgba(2, 23, 51, .7), transparent 55%);
  }

  body[data-site-theme="corporate"] main > .hero .hero-visual img {
    object-position: 62% center !important;
  }

  body[data-site-theme="corporate"] main > .hero .hero-copy {
    width: calc(100% - 48px);
    margin: 0 24px;
    padding: 70px 0 40px;
  }

  body[data-site-theme="corporate"] .hero-eyebrow {
    margin-bottom: 20px;
    font-size: 11px;
  }

  body[data-site-theme="corporate"] main > .hero h1 {
    font-size: 40px;
    line-height: 1.12;
  }

  body[data-site-theme="corporate"] main > .hero .hero-copy > p {
    margin: 22px 0 26px;
    font-size: 16px;
    line-height: 1.55;
  }

  body[data-site-theme="corporate"] main > .hero .hero-actions {
    gap: 12px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-actions .btn {
    min-height: 54px;
    padding: 0 18px;
    font-size: 11px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-actions .primary,
  body[data-site-theme="corporate"] main > .hero .hero-quote-cta {
    flex-basis: auto;
  }

  body[data-site-theme="corporate"] main > .hero .hero-proof {
    margin-top: 34px;
    padding: 18px 14px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-proof > span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 10px;
    text-align: center;
  }

  body[data-site-theme="corporate"] main > .hero .hero-proof svg {
    width: 25px;
    height: 25px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-proof b {
    font-size: 14px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-proof small {
    font-size: 10px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-arrow {
    top: auto;
    bottom: 18px;
    width: 40px;
    height: 40px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-arrow.left {
    left: 16px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-arrow.right {
    right: 16px;
  }

  body[data-site-theme="corporate"] main > .hero .slider-dots {
    bottom: 32px;
  }
}

@media (max-width: 390px) {
  body[data-site-theme="corporate"] main > .hero h1 {
    font-size: 35px;
  }

  body[data-site-theme="corporate"] main > .hero .hero-actions .btn {
    width: 100%;
    justify-content: space-between;
  }
}
