:root {
  color-scheme: light;
  --brand-navy: #082d63;
  --brand-deep: #02234d;
  --brand-blue: #102f83;
  --brand-red: #e51b23;
  --brand-cyan: #20bfe8;
  --text-blue: #102b78;
  --text-body: #243d6b;
  --line: #dfe5ee;
  --soft: #f7f9fc;
  --focus: #e31820;
  --shadow: 0 10px 30px rgb(15 43 92 / 9%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #fff; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
  color: var(--text-body);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
main, section, .image-panel { width: 100%; margin: 0; padding: 0; }
a { color: inherit; }
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.svg-sprite symbol,
.desktop-content svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.approved-page { width: 100%; }
.image-panel { position: relative; line-height: 0; }
.approved-hero,
.approved-landing {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  user-select: none;
  -webkit-user-drag: none;
}
.mobile-page { display: none; }

/* Transparent click targets over buttons already drawn in the approved hero. */
.hotspot {
  position: absolute;
  z-index: 5;
  display: block;
  background: transparent;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.hotspot:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 2px;
  background: rgb(255 255 255 / 10%);
}
.nav-company { left: 27.6%; top: 2.1%; width: 12.4%; height: 7.0%; }
.nav-accounting { left: 40.3%; top: 2.1%; width: 11.8%; height: 7.0%; }
.nav-banking { left: 52.2%; top: 2.1%; width: 13.9%; height: 7.0%; }
.nav-growth { left: 66.0%; top: 2.1%; width: 13.2%; height: 7.0%; }
.nav-services { left: 79.3%; top: 2.1%; width: 8.7%; height: 7.0%; }
.nav-contact { left: 89.1%; top: 1.4%; width: 8.2%; height: 7.4%; }
.hero-start { left: 4.1%; top: 47.0%; width: 17.6%; height: 5.7%; }
.hero-explore { left: 23.1%; top: 47.0%; width: 13.8%; height: 5.7%; }

.desktop-content {
  width: 100%;
  color: var(--text-body);
  background: #fff;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  line-height: 1.42;
}
.content-section {
  position: relative;
  overflow: hidden;
}
.section-shell {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}
.support-section,
.audience-section,
.learning-section {
  background: #fff;
}
.support-section { padding: 64px 0 30px; }
.audience-section { padding: 58px 0 68px; }
.learning-section { padding: 58px 0 72px; background: #fbfcfe; border-top: 1px solid #edf0f5; }
.section-title {
  position: relative;
  margin: 0 0 38px;
  color: var(--text-blue);
  font-size: clamp(28px, 2.15vw, 40px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
}
.section-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 13px auto 0;
  border-radius: 99px;
  background: var(--brand-red);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.support-card {
  display: flex;
  min-height: 455px;
  flex-direction: column;
  align-items: center;
  padding: 28px 30px 25px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}
.major-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 7px;
  color: var(--brand-blue);
  stroke-width: 1.7 !important;
}
.support-card h3 {
  margin: 0;
  color: var(--text-blue);
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.red-rule {
  width: 36px;
  height: 2px;
  margin: 12px 0 14px;
  background: var(--brand-red);
}
.service-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-list li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 58px;
  color: var(--text-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.28;
  font-weight: 600;
}
.service-list svg {
  width: 31px;
  height: 31px;
  color: var(--brand-blue);
  stroke-width: 2 !important;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--text-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link span { color: var(--brand-red); font-size: 20px; line-height: 1; transition: transform .16s ease; }
.text-link:hover span { transform: translateX(3px); }
.finance-note {
  margin: 18px 0 0;
  color: var(--text-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.stage-section {
  min-height: 360px;
  padding: 47px 0 55px;
  color: #fff;
  background:
    radial-gradient(circle at 19% 58%, rgb(31 193 235 / 20%) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 28%, rgb(31 193 235 / 18%) 0 2px, transparent 3px),
    radial-gradient(circle at 88% 67%, rgb(31 193 235 / 18%) 0 2px, transparent 3px),
    linear-gradient(100deg, #03285a 0%, #03214d 50%, #063875 100%);
}
.stage-network,
.cta-network {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .58;
  background-image:
    linear-gradient(31deg, transparent 47%, rgb(27 187 231 / 18%) 48%, rgb(27 187 231 / 18%) 49%, transparent 50%),
    linear-gradient(-24deg, transparent 47%, rgb(27 187 231 / 14%) 48%, rgb(27 187 231 / 14%) 49%, transparent 50%),
    radial-gradient(circle, rgb(42 211 250 / 52%) 0 1px, transparent 2px);
  background-size: 170px 115px, 210px 145px, 68px 68px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 15%, #000 100%);
}
.stage-shell { position: relative; z-index: 2; }
.light-title { color: #fff; margin-bottom: 34px; }
.stage-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.stage-grid::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 92px;
  left: 11%;
  right: 11%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--brand-cyan) 10%, var(--brand-cyan) 90%, transparent);
  box-shadow: 0 0 12px rgb(32 191 232 / 65%);
}
.stage-card {
  position: relative;
  z-index: 1;
  text-align: center;
}
.stage-number {
  margin-bottom: 8px;
  color: #ff2028;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.stage-icon-wrap {
  position: relative;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  margin: 0 auto 8px;
  color: #fff;
  background: #062956;
}
.stage-icon-wrap::before,
.stage-icon-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--brand-cyan);
  box-shadow: 0 0 14px var(--brand-cyan);
  transform: translateY(-50%);
}
.stage-icon-wrap::before { left: -53px; }
.stage-icon-wrap::after { right: -53px; }
.stage-card:first-child .stage-icon-wrap::before,
.stage-card:last-child .stage-icon-wrap::after { display: none; }
.stage-icon-wrap svg { width: 67px; height: 67px; stroke-width: 1.8 !important; }
.stage-card h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}
.stage-card p {
  margin: 6px 0 0;
  color: rgb(255 255 255 / 91%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.audience-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  min-height: 215px;
  padding: 30px 28px 25px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}
.audience-card > svg {
  width: 70px;
  height: 70px;
  color: var(--brand-blue);
  stroke-width: 1.7 !important;
}
.audience-card h3 {
  margin: 2px 0 10px;
  color: var(--text-blue);
  font-size: clamp(16px, 1.16vw, 19px);
  line-height: 1.15;
  font-weight: 700;
  text-transform: uppercase;
}
.audience-card p {
  margin: 0 0 18px;
  color: var(--text-body);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}
.audience-card .text-link { margin-top: 0; }

.learning-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.learning-card {
  display: flex;
  min-height: 425px;
  flex-direction: column;
  padding: 20px 25px 24px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  box-shadow: var(--shadow);
}
.learning-illustration {
  display: grid;
  min-height: 142px;
  place-items: center;
  margin-bottom: 13px;
  border: 1px solid #e0e6f0;
  border-radius: 6px;
  background: linear-gradient(135deg, #fbfdff, #f5f8fc);
}
.learning-illustration svg {
  width: 104px;
  height: 104px;
  color: var(--brand-blue);
  opacity: .94;
  stroke-width: 1.35 !important;
}
.learning-card h3 {
  margin: 0 0 10px;
  color: var(--text-blue);
  font-size: clamp(19px, 1.25vw, 22px);
  line-height: 1.12;
  font-weight: 700;
}
.learning-card p {
  margin: 0 0 22px;
  color: var(--text-body);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.58;
}
.learning-card .text-link { margin-top: auto; }

.cta-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(98deg, #052958 0%, #06316b 64%, #0873b7 100%);
}
.cta-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1.05fr auto;
  align-items: center;
  gap: 42px;
  min-height: 215px;
  padding-top: 36px;
  padding-bottom: 36px;
}
.cta-shell h2 {
  margin: 0;
  padding-left: 28px;
  border-left: 4px solid var(--brand-red);
  color: #fff;
  font-size: clamp(34px, 2.5vw, 48px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -.03em;
}
.cta-shell p {
  margin: 0;
  color: rgb(255 255 255 / 93%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--brand-red); color: #fff; box-shadow: 0 8px 18px rgb(0 0 0 / 18%); }
.button-secondary { border-color: rgb(255 255 255 / 80%); color: #fff; background: rgb(0 30 78 / 35%); }

.site-footer {
  color: #fff;
  background: #031f45;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(4, minmax(130px, 1fr));
  gap: 46px;
  padding-top: 45px;
  padding-bottom: 37px;
}
.footer-logo-image {
  display: block;
  width: min(100%, 360px);
  height: auto;
  margin: 0 0 20px;
  border: 0;
  user-select: none;
  -webkit-user-drag: none;
}

.social-row { display: flex; gap: 10px; }
.social-row a {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 62%);
  border-radius: 50%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.footer-column a {
  margin: 0 0 10px;
  color: rgb(255 255 255 / 79%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}
.footer-column a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  padding-top: 20px;
  padding-bottom: 28px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.footer-bottom p {
  margin: 0;
  color: rgb(255 255 255 / 65%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.45;
}
.footer-bottom p:last-child { text-align: right; white-space: nowrap; }

@media (max-width: 1160px) {
  .section-shell { width: min(100% - 48px, 1100px); }
  .support-grid { gap: 18px; }
  .support-card { padding-left: 20px; padding-right: 20px; }
  .audience-grid { gap: 18px; }
  .audience-card { grid-template-columns: 58px 1fr; padding: 24px 20px; gap: 14px; }
  .audience-card > svg { width: 56px; height: 56px; }
  .learning-grid { gap: 16px; }
  .learning-card { padding-left: 18px; padding-right: 18px; }
  .cta-shell { grid-template-columns: 1fr 1fr; }
  .cta-actions { grid-column: 1 / -1; justify-content: center; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 900px) and (min-width: 734px) {
  .support-grid,
  .audience-grid { grid-template-columns: 1fr; }
  .support-card { min-height: auto; }
  .learning-grid { grid-template-columns: repeat(2, 1fr); }
  .stage-grid { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
  .stage-grid::before,
  .stage-icon-wrap::before,
  .stage-icon-wrap::after { display: none; }
  .cta-shell { grid-template-columns: 1fr; text-align: center; }
  .cta-shell h2 { padding-left: 0; padding-top: 18px; border-left: 0; border-top: 4px solid var(--brand-red); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-row: auto; grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom p:last-child { text-align: left; }
}

@media (max-width: 733px) {
  .desktop-page { display: none; }
  .mobile-page { display: block; max-width: 733px; margin: 0 auto; }
}

@media (min-width: 734px) {
  .desktop-page { display: block; }
  .mobile-page { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* USA BUSINESS ACCESS APPROVED FOOTER LOGO FIX
   Uses the owner-approved, non-generative footer logo asset. */
.footer-wordmark {
  display: block !important;
  width: min(360px, 100%) !important;
  max-width: 360px !important;
  height: auto !important;
  aspect-ratio: 720 / 176;
  margin: 0;
  background-color: #031f45;
  background-image: url("assets/usa-business-access-footer-logo-v3.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  color: transparent !important;
  line-height: 0 !important;
  text-transform: none !important;
}
.footer-wordmark > * {
  display: none !important;
}
.footer-brand > p {
  display: none !important;
}
.footer-brand .social-row {
  margin-top: 18px;
}


/* USA BUSINESS ACCESS SERVICES MEGA MENU */
.services-menu-toggle {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  color: transparent;
  font: inherit;
}
.services-menu-toggle[aria-expanded="true"] {
  background: rgb(8 45 99 / 6%);
}
.services-mega-menu {
  position: absolute;
  z-index: 40;
  top: 8.85%;
  right: 3.8%;
  left: 14.5%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  visibility: hidden;
  border: 1px solid rgb(9 46 103 / 16%);
  border-top: 4px solid var(--brand-red);
  border-radius: 0 0 15px 15px;
  background: rgb(255 255 255 / 98.5%);
  box-shadow: 0 22px 58px rgb(0 24 65 / 30%);
  color: var(--text-body);
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.services-mega-menu::before {
  position: absolute;
  top: -11px;
  right: 8.5%;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgb(9 46 103 / 16%);
  border-left: 1px solid rgb(9 46 103 / 16%);
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.hero-panel.services-menu-open .services-mega-menu,
.services-mega-menu:focus-within {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.services-menu-column {
  min-width: 0;
  padding: 25px 22px 24px;
}
.services-menu-column + .services-menu-column {
  border-left: 1px solid #e1e7f0;
}
.services-menu-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  margin-bottom: 13px;
}
.services-menu-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgb(16 47 131 / 18%);
  border-radius: 50%;
  background: #f7f9fd;
  color: var(--brand-blue);
}
.services-menu-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.services-menu-kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--brand-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.1;
  text-transform: uppercase;
}
.services-menu-heading h2 {
  margin: 0;
  color: var(--brand-blue);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.15;
}
.services-menu-links {
  display: grid;
  gap: 2px;
}
.services-menu-links a {
  display: flex;
  min-height: 35px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 9px;
  border-radius: 6px;
  color: #1c3766;
  font-size: clamp(11px, .82vw, 14px);
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: background .14s ease, color .14s ease, transform .14s ease;
}
.services-menu-links a:hover,
.services-menu-links a:focus-visible {
  background: #f0f5fb;
  color: var(--brand-blue);
  outline: none;
  transform: translateX(2px);
}
.services-menu-links a b,
.services-menu-footer a b {
  flex: 0 0 auto;
  color: var(--brand-red);
  font-size: 15px;
  font-weight: 700;
}
.services-menu-note {
  margin: 10px 8px 0;
  color: #62738f;
  font-size: 9px;
  line-height: 1.35;
}
.services-menu-feature {
  display: block;
  margin: 2px 0 8px;
  padding: 13px 14px;
  border: 1px solid rgb(16 47 131 / 13%);
  border-radius: 8px;
  background: linear-gradient(135deg, #f6f9fd, #eef5fb);
  color: var(--brand-blue);
  text-decoration: none;
  transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}
.services-menu-feature:hover,
.services-menu-feature:focus-visible {
  border-color: rgb(16 47 131 / 30%);
  box-shadow: 0 7px 18px rgb(8 45 99 / 10%);
  outline: none;
  transform: translateY(-1px);
}
.services-menu-feature strong {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.2;
}
.services-menu-feature span {
  display: block;
  color: #536b91;
  font-size: 10px;
  line-height: 1.4;
}
.services-menu-resource-links a {
  min-height: 31px;
}
.services-menu-footer {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 24px;
  border-top: 1px solid #e1e7f0;
  background: #f7f9fc;
  color: #52698e;
  font-size: 11px;
  line-height: 1.3;
}
.services-menu-footer a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--brand-blue);
  font-weight: 700;
  text-decoration: none;
}
.services-menu-footer a:hover,
.services-menu-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}
.service-list li[id] {
  scroll-margin-top: 26px;
}
.service-list li[id]:target {
  border-radius: 6px;
  background: #f0f5fb;
  box-shadow: 0 0 0 5px #f0f5fb;
}

@media (max-width: 1120px) and (min-width: 734px) {
  .services-mega-menu {
    top: 9.1%;
    right: 3%;
    left: 3%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: min(78vh, 610px);
    overflow-y: auto;
  }
  .services-menu-column:nth-child(3) {
    border-left: 0;
  }
  .services-menu-column:nth-child(n + 3) {
    border-top: 1px solid #e1e7f0;
  }
  .services-menu-heading h2 {
    font-size: 16px;
  }
  .services-menu-links a {
    font-size: 13px;
  }
}

@media (max-width: 733px) {
  .services-menu-toggle,
  .services-mega-menu {
    display: none !important;
  }
}


/* USA BUSINESS ACCESS COMPANY FORMATION MEGA MENU */
.company-menu-toggle { appearance:none; -webkit-appearance:none; margin:0; padding:0; color:transparent; font:inherit; }
.company-menu-toggle[aria-expanded="true"] { background: rgb(8 45 99 / 6%); }
.company-mega-menu {
  position:absolute; z-index:41; top:8.85%; right:3.8%; left:4.1%; display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)); overflow:hidden; visibility:hidden;
  border:1px solid rgb(9 46 103 / 16%); border-top:4px solid var(--brand-red); border-radius:0 0 15px 15px;
  background:rgb(255 255 255 / 98.5%); box-shadow:0 22px 58px rgb(0 24 65 / 30%); color:var(--text-body);
  line-height:1.35; opacity:0; pointer-events:none; transform:translateY(-10px);
  transition:opacity .16s ease,transform .16s ease,visibility .16s ease; backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px);
}
.hero-panel.company-menu-open .company-mega-menu,.company-mega-menu:focus-within { visibility:visible; opacity:1; pointer-events:auto; transform:translateY(0); }
.company-menu-column { min-width:0; padding:25px 20px 24px; }
.company-menu-column + .company-menu-column { border-left:1px solid #e1e7f0; }
.company-menu-heading { display:flex; align-items:center; gap:11px; min-height:48px; margin-bottom:13px; }
.company-menu-icon { display:grid; flex:0 0 42px; width:42px; height:42px; place-items:center; border:1px solid rgb(16 47 131 / 18%); border-radius:50%; background:#f7f9fd; color:var(--brand-blue); }
.company-menu-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:2; stroke-linecap:round; stroke-linejoin:round; }
.company-menu-kicker { display:block; margin-bottom:2px; color:var(--brand-red); font-size:10px; font-weight:700; letter-spacing:.09em; line-height:1.1; text-transform:uppercase; }
.company-menu-heading h2 { margin:0; color:var(--brand-blue); font-size:clamp(14px,1.05vw,18px); font-weight:700; line-height:1.15; }
.company-menu-links { display:grid; gap:2px; }
.company-menu-links a { display:flex; min-height:35px; align-items:center; justify-content:space-between; gap:12px; padding:7px 9px; border-radius:6px; color:#1c3766; font-size:clamp(11px,.82vw,14px); font-weight:600; line-height:1.25; text-decoration:none; transition:background .14s ease,color .14s ease,transform .14s ease; }
.company-menu-links a:hover,.company-menu-links a:focus-visible { background:#f0f5fb; color:var(--brand-blue); outline:none; transform:translateX(2px); }
.company-menu-links a b,.company-menu-footer a b { flex:0 0 auto; color:var(--brand-red); font-size:15px; }
.company-menu-footer { grid-column:1 / -1; display:flex; align-items:center; justify-content:space-between; gap:20px; padding:13px 22px; border-top:1px solid #e1e7f0; background:#f8fafc; color:#63738d; font-size:10px; line-height:1.35; }
.company-menu-footer a { flex:0 0 auto; color:var(--brand-blue); font-size:12px; font-weight:700; text-decoration:none; }
@media (max-width:1040px) and (min-width:734px) { .company-mega-menu { left:2.5%; right:2.5%; grid-template-columns:repeat(2,minmax(0,1fr)); max-height:72vh; overflow-y:auto; } }


/* HEADER DROPDOWN CHEVRONS */
.company-menu-toggle::after,
.services-menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--brand-blue);
  border-bottom: 2px solid var(--brand-blue);
  pointer-events: none;
  transform: translateY(-72%) rotate(45deg);
  transform-origin: 55% 55%;
  transition: transform .16s ease;
}
.company-menu-toggle[aria-expanded="true"]::after,
.services-menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-28%) rotate(225deg);
}
