@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");

:root {
  --omni-shared-ink: #17162b;
  --omni-shared-copy: #5a5d70;
  --omni-shared-brand: #2f1c67;
  --omni-shared-brand-dark: #1b133e;
  --omni-shared-green: #2de889;
  --omni-shared-line: #e4e6ee;
  --omni-shared-soft: #f5f6fa;
  --omni-shared-white: #ffffff;
}

.omni-global-header,
.omni-global-footer {
  box-sizing: border-box;
  font-family: "Nunito Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.omni-global-header *,
.omni-global-footer * {
  box-sizing: border-box;
}

.omni-global-header a,
.omni-global-footer a {
  text-decoration: none;
}

.omni-global-wrap {
  box-sizing: border-box;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.omni-global-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  border-bottom: 1px solid rgba(228, 230, 238, 0.92);
  background: rgba(255, 255, 255, 0.97);
  color: var(--omni-shared-ink);
  backdrop-filter: blur(12px);
}

.omni-global-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(23, 22, 43, 0.08);
}

.omni-global-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.omni-global-brand {
  width: 184px;
  flex: 0 0 184px;
}

.omni-global-brand img {
  width: 184px;
  height: auto;
  display: block;
}

.omni-global-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}

.omni-global-nav > a,
.omni-global-solutions > summary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 9px 10px;
  border-radius: 6px;
  color: #3c394e;
  font-size: 14px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.omni-global-nav > a:hover,
.omni-global-solutions > summary:hover,
.omni-global-solutions[open] > summary {
  background: var(--omni-shared-soft);
  color: var(--omni-shared-brand);
}

.omni-global-solutions {
  position: relative;
}

.omni-global-solutions > summary::-webkit-details-marker {
  display: none;
}

.omni-global-solutions > summary .msym {
  font-size: 18px;
}

.omni-global-mega {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 900px;
  max-width: min(94vw, 900px);
  display: none;
  padding: 24px;
  border: 1px solid var(--omni-shared-line);
  border-radius: 18px;
  background: var(--omni-shared-white);
  box-shadow: 0 30px 70px rgba(20, 26, 51, 0.16);
  z-index: 60;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.omni-global-solutions:hover .omni-global-mega,
.omni-global-solutions:focus-within .omni-global-mega,
.omni-global-solutions[open] .omni-global-mega {
  display: block;
}

.omni-global-mega::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}

.omni-mega-feature {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  padding: 15px 18px;
  border-radius: 14px;
  background: linear-gradient(120deg, #2f1c67 0%, #20134c 100%);
  color: #fff !important;
}

.omni-mega-feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 24px;
}

.omni-mega-feature strong,
.omni-mega-feature small {
  display: block;
}

.omni-mega-feature strong {
  font: 800 15.5px/1.1 Poppins, sans-serif;
}

.omni-mega-feature small {
  margin-top: 4px;
  color: #d9d2f2;
  font: 600 12.5px/1.35 "Nunito Sans", sans-serif;
}

.omni-mega-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.omni-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 22px;
}

.omni-mega-col h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  color: #9096ac;
  font: 800 11px/1.2 "Nunito Sans", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.omni-mega-col h3 .msym {
  color: #2f1c67;
  font-size: 15px;
}

.omni-mega-col a {
  min-height: 0;
  display: block;
  padding: 6px 8px;
  border-radius: 8px;
  color: #3a4059;
  font: 600 13.5px/1.3 "Nunito Sans", sans-serif;
}

.omni-mega-col a:hover {
  background: #f5f6fa;
  color: #2f1c67;
}

.omni-mega-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #eef0f6;
}

.omni-mega-foot a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #2f1c67;
  font: 800 14px "Nunito Sans", sans-serif;
}

.omni-mega-foot a:first-child { color: #3a4059; }

.omni-global-mega a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 9px;
  border-radius: 7px;
  color: var(--omni-shared-ink);
}

.omni-global-mega .omni-mega-feature {
  min-height: 0;
  grid-template-columns: 44px minmax(0, 1fr) 34px;
}

.omni-global-mega a:hover {
  background: var(--omni-shared-soft);
  color: var(--omni-shared-brand);
}

.omni-global-mega .msym {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #eeeafd;
  color: var(--omni-shared-brand);
  font-size: 19px;
}

.omni-global-mega strong,
.omni-global-mega small {
  display: block;
}

.omni-global-mega strong {
  font-size: 13px;
}

.omni-global-mega small {
  margin-top: 2px;
  color: var(--omni-shared-copy);
  font-size: 11px;
  line-height: 1.3;
}

.omni-global-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.omni-global-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--omni-shared-ink);
}

.omni-global-phone > .msym {
  color: #2f1c67;
  font-size: 20px;
}

.omni-global-phone small,
.omni-global-phone strong {
  display: block;
  line-height: 1.1;
}

.omni-global-phone small {
  color: #9096ac;
  font: 700 9.5px "Nunito Sans", sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.omni-global-phone strong {
  color: var(--omni-shared-ink);
  font: 700 15px Poppins, sans-serif;
}

.omni-global-login {
  padding: 8px;
  color: var(--omni-shared-brand);
  font-size: 14px;
  font-weight: 800;
}

.omni-global-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 7px;
  background: var(--omni-shared-brand);
  color: var(--omni-shared-white);
  font-size: 14px;
  font-weight: 800;
}

.omni-global-cta:hover {
  background: #3d2781;
  color: var(--omni-shared-white);
}

.omni-global-toggle {
  width: 42px;
  height: 42px;
  display: none;
  place-items: center;
  padding: 0;
  border: 1px solid var(--omni-shared-line);
  border-radius: 7px;
  background: var(--omni-shared-white);
  color: var(--omni-shared-brand);
  cursor: pointer;
}

.omni-global-mobile {
  display: none;
  padding: 8px 0 18px;
  border-top: 1px solid var(--omni-shared-line);
}

.omni-global-mobile.is-open {
  display: grid;
}

.omni-global-mobile a {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--omni-shared-line);
  color: var(--omni-shared-ink);
  font-weight: 800;
}

.omni-global-mobile .omni-global-cta {
  margin-top: 14px;
  border-bottom: 0;
  color: var(--omni-shared-white);
}

.omni-global-footer {
  background: var(--omni-shared-brand-dark);
  color: #d5d1e5;
}

.omni-global-footer-main {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.9fr 1fr;
  gap: 36px;
  padding-top: 54px;
  padding-bottom: 30px;
}

.omni-global-footer-logo {
  width: 188px;
  height: auto;
  filter: brightness(0) invert(1);
}

.omni-global-footer-about {
  max-width: 300px;
  margin: 17px 0 0;
  color: #aaa5c2;
  font-size: 13px;
  line-height: 1.65;
}

.omni-global-footer h2 {
  margin: 0;
  color: var(--omni-shared-white);
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.omni-global-footer-links {
  display: grid;
  gap: 9px;
  margin-top: 16px;
}

.omni-global-footer-links a {
  color: #aaa5c2;
  font-size: 13px;
  font-weight: 650;
}

.omni-global-footer-links a:hover {
  color: var(--omni-shared-green);
}

.omni-global-footer-contact {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.omni-global-footer-contact a,
.omni-global-footer-contact p {
  margin: 0;
  color: #aaa5c2;
  font-size: 13px;
  line-height: 1.5;
}

.omni-global-footer-contact a:hover {
  color: var(--omni-shared-green);
}

.omni-global-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.omni-global-socials a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: #d5d1e5;
  font-size: 11px;
  font-weight: 750;
}

.omni-global-socials a:hover {
  border-color: var(--omni-shared-green);
  color: var(--omni-shared-green);
}

.omni-global-footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.omni-global-footer-bottom p,
.omni-global-footer-legal {
  margin: 0;
  color: #8882a5;
  font-size: 11px;
  line-height: 1.5;
}

.omni-global-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.omni-global-footer-legal a:hover,
.omni-consent-footer-button:hover {
  color: var(--omni-shared-white);
}

@media (max-width: 1080px) {
  .omni-global-nav {
    display: none;
  }

  .omni-global-phone {
    display: none;
  }

  .omni-global-actions {
    margin-left: auto;
  }

  .omni-global-toggle {
    display: grid;
  }
}

@media (max-width: 820px) {
  .omni-global-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .omni-global-wrap {
    width: calc(100% - 32px);
  }

  .omni-global-header,
  .omni-global-header-inner {
    min-height: 70px;
  }

  .omni-global-brand,
  .omni-global-brand img {
    width: 154px;
  }

  .omni-global-brand {
    flex-basis: 154px;
  }

  .omni-global-login,
  .omni-global-actions > .omni-global-cta {
    display: none;
  }

  .omni-global-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .omni-global-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
.msym {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}

/* Banner "Canal próprio" do mega-menu: legibilidade (base + hover) */
.omni-mega-feature small { color: #e3ddf8; }
.omni-global-mega .omni-mega-feature:hover {
  background: linear-gradient(120deg, #3a2585 0%, #271a61 100%);
  color: #fff !important;
}
.omni-global-mega .omni-mega-feature:hover small { color: #e3ddf8; }
.omni-global-mega .omni-mega-feature:hover .omni-mega-feature-icon,
.omni-global-mega .omni-mega-feature:hover .omni-mega-arrow { background: rgba(255, 255, 255, .22); }
