@font-face {
  font-family: "Mentis Display";
  src: url("../fonts/cormorant-garamond-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Mentis Sans";
  src: url("../fonts/manrope-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

body.mentis-atendimento-canonical-page {
  --mac-bg: #030506;
  --mac-panel: #080a0b;
  --mac-panel-soft: #0b0d0e;
  --mac-line: #2b2114;
  --mac-line-strong: #8f6728;
  --mac-gold: #c9963e;
  --mac-gold-light: #f0c66f;
  --mac-text: #f1eee8;
  --mac-muted: #b8b4ad;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  background: var(--mac-bg);
  color: var(--mac-text);
  font-family: "Mentis Sans", Manrope, Arial, sans-serif;
}

html:has(body.mentis-atendimento-canonical-page) {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: var(--mac-bg);
}

body.mentis-atendimento-canonical-page *,
body.mentis-atendimento-canonical-page *::before,
body.mentis-atendimento-canonical-page *::after {
  box-sizing: border-box;
}

body.mentis-atendimento-canonical-page img {
  max-width: 100%;
}

body.mentis-atendimento-canonical-page .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: clip;
  background: var(--mac-bg);
}

/* Header isolado: mesma gramática visual da Home 1.8.7, sem alterar seu CSS. */
body.mentis-atendimento-canonical-page .site-header {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 82px;
  min-height: 82px;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--mac-line);
  background: var(--mac-bg);
}

body.mentis-atendimento-canonical-page .site-header .header-inner.mentis-ecosystem-header-inner {
  width: min(1328px, calc(100% - 48px));
  max-width: none;
  height: 82px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: 20px;
}

body.mentis-atendimento-canonical-page .brand.mentis-ecosystem-brand {
  min-width: 258px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mac-gold-light);
  text-decoration: none;
}

body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(211, 157, 59, .25));
}

body.mentis-atendimento-canonical-page .brand-copy {
  display: grid;
  gap: 1px;
  line-height: 1;
}

body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-name {
  color: var(--mac-gold-light);
  font-family: "Mentis Display", Georgia, serif;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: .31em;
}

body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-sub {
  color: #d3d0c9;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .13em;
}

body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav {
  position: static;
  inset: auto;
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.05vw, 18px);
  border: 0;
  background: transparent;
  transform: none;
  visibility: visible;
  opacity: 1;
}

body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav > a {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  color: #d7d4ce;
  border: 0;
  border-bottom: 1px solid transparent;
  font-size: 12px;
  font-weight: 430;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease, border-color .16s ease, transform .16s ease;
}

body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav > a:hover,
body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav > a[aria-current="page"] {
  color: var(--mac-gold-light);
  border-bottom-color: var(--mac-gold);
}

body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav > a:focus-visible,
body.mentis-atendimento-canonical-page .mentis-header-cta:focus-visible,
body.mentis-atendimento-canonical-page .menu-toggle:focus-visible,
body.mentis-atendimento-canonical-page .mac-primary-cta:focus-visible,
body.mentis-atendimento-canonical-page .mac-card-cta:focus-visible,
body.mentis-atendimento-canonical-page .mac-knowledge-card:focus-visible,
body.mentis-atendimento-canonical-page .mentis-home-footer a:focus-visible,
body.mentis-atendimento-canonical-page .mentis-home-footer button:focus-visible {
  outline: 3px solid var(--mac-gold-light);
  outline-offset: 3px;
}

body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav .nav-cta--drawer {
  display: none;
}

body.mentis-atendimento-canonical-page .mentis-header-cta {
  width: 218px;
  min-width: 218px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid var(--mac-line-strong);
  border-radius: 5px;
  color: var(--mac-gold-light);
  background: linear-gradient(180deg, rgba(205, 151, 60, .06), rgba(205, 151, 60, 0));
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .045em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.mentis-atendimento-canonical-page .mentis-header-cta:hover {
  border-color: var(--mac-gold-light);
  box-shadow: 0 0 18px rgba(212, 156, 58, .13);
  transform: translateY(-2px);
}

body.mentis-atendimento-canonical-page .mentis-header-cta .mentis-calendar-icon,
body.mentis-atendimento-canonical-page .nav-cta--drawer .mentis-calendar-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  filter: none;
}

body.mentis-atendimento-canonical-page .menu-toggle,
body.mentis-atendimento-canonical-page .menu-overlay {
  display: none;
}

/* Composição canônica da página Atendimento. */
body.mentis-atendimento-canonical-page .mentis-attendance-canonical {
  width: 100%;
  background: var(--mac-bg);
}

body.mentis-atendimento-canonical-page .mac-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 348px;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  overflow: hidden;
  border-bottom: 1px solid var(--mac-line);
  background: radial-gradient(circle at 50% 32%, rgba(47, 35, 17, .10), transparent 38%), var(--mac-bg);
}

body.mentis-atendimento-canonical-page .mac-hero-art {
  position: relative;
  z-index: 1;
  min-width: 0;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  background: transparent;
}

body.mentis-atendimento-canonical-page .mac-hero-art img {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: none;
  transform: none;
  background: transparent;
}

body.mentis-atendimento-canonical-page .mac-hero-art--neural {
  grid-column: 1;
}

body.mentis-atendimento-canonical-page .mac-hero-art--neural img {
  left: 0;
  bottom: -2px;
  height: 340px;
  object-position: left bottom;
}

body.mentis-atendimento-canonical-page .mac-hero-art--medical {
  grid-column: 3;
}

body.mentis-atendimento-canonical-page .mac-hero-art--medical img {
  right: 18px;
  top: 20px;
  height: 302px;
  object-position: right center;
  opacity: .92;
}

body.mentis-atendimento-canonical-page .mac-hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 2;
  align-self: center;
  justify-self: stretch;
  min-width: 0;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.mentis-atendimento-canonical-page .mac-hero-copy h1 {
  margin: -7px 0 6px;
  color: var(--mac-gold-light);
  font-family: "Mentis Display", Georgia, serif;
  font-size: clamp(54px, 5.4vw, 78px);
  font-weight: 300;
  letter-spacing: .18em;
  line-height: .95;
  text-shadow: 0 1px 0 #57370f, 0 0 8px rgba(222, 167, 71, .18);
}

body.mentis-atendimento-canonical-page .mac-hero-copy > p:not(.mac-hero-note) {
  width: min(560px, 100%);
  margin: 4px auto 24px;
  color: #ebe6dd;
  font-family: "Mentis Display", Georgia, serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}

body.mentis-atendimento-canonical-page .mac-primary-cta,
body.mentis-atendimento-canonical-page .mac-card-cta {
  border: 1px solid #d29a3b;
  border-radius: 4px;
  background: linear-gradient(180deg, #e8ba59, #c1842c);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 0 16px rgba(213, 153, 55, .13);
  color: #11100d;
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

body.mentis-atendimento-canonical-page .mac-primary-cta {
  min-width: 306px;
  min-height: 54px;
  padding: 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: .045em;
}

body.mentis-atendimento-canonical-page .mac-primary-cta img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%);
}

body.mentis-atendimento-canonical-page .mac-primary-cta:hover,
body.mentis-atendimento-canonical-page .mac-card-cta:hover {
  border-color: var(--mac-gold-light);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), 0 0 22px rgba(217, 159, 59, .23);
  transform: translateY(-2px);
}

body.mentis-atendimento-canonical-page .mac-primary-cta:active,
body.mentis-atendimento-canonical-page .mac-card-cta:active,
body.mentis-atendimento-canonical-page .mac-knowledge-card:active {
  transform: scale(.99);
}

body.mentis-atendimento-canonical-page .mac-hero-note {
  width: min(470px, 100%);
  margin: 11px auto 0;
  color: var(--mac-muted);
  font-size: 11px;
  line-height: 1.4;
}

body.mentis-atendimento-canonical-page .mac-section {
  width: 100%;
  margin: 0;
  padding-left: max(24px, env(safe-area-inset-left));
  padding-right: max(24px, env(safe-area-inset-right));
}

body.mentis-atendimento-canonical-page .mac-section-title {
  width: min(1248px, 100%);
  height: 49px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(36px, 1fr) auto minmax(36px, 1fr);
  align-items: center;
  gap: 18px;
}

body.mentis-atendimento-canonical-page .mac-section-title span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--mac-gold));
}

body.mentis-atendimento-canonical-page .mac-section-title span:last-child {
  background: linear-gradient(90deg, var(--mac-gold), transparent);
}

body.mentis-atendimento-canonical-page .mac-section-title h2 {
  margin: 0;
  color: var(--mac-gold-light);
  font-family: "Mentis Display", Georgia, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1;
  text-align: center;
}

body.mentis-atendimento-canonical-page .mac-organization {
  min-height: 169px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--mac-line);
  background: linear-gradient(180deg, #050708, #030506);
}

body.mentis-atendimento-canonical-page .mac-organization-grid {
  width: min(1248px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.mentis-atendimento-canonical-page .mac-organization-card {
  min-width: 0;
  min-height: 101px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border: 1px solid var(--mac-line-strong);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .018), rgba(255, 255, 255, 0));
}

body.mentis-atendimento-canonical-page .mac-organization-card > img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: none;
}

body.mentis-atendimento-canonical-page .mac-organization-card h3 {
  margin: 0 0 7px;
  color: var(--mac-gold-light);
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .025em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.mentis-atendimento-canonical-page .mac-organization-card p {
  margin: 0;
  color: #c9c5be;
  font-size: 9px;
  line-height: 1.45;
}

body.mentis-atendimento-canonical-page .mac-professionals {
  min-height: 307px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--mac-line);
  background: linear-gradient(180deg, #050708, #040607);
}

body.mentis-atendimento-canonical-page .mac-professional-grid {
  width: min(1258px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.mentis-atendimento-canonical-page .mac-professional-card {
  position: relative;
  min-width: 0;
  min-height: 239px;
  padding: 17px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  align-items: start;
  gap: 12px 14px;
  border: 1px solid var(--mac-line-strong);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0));
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

body.mentis-atendimento-canonical-page .mac-professional-mark,
body.mentis-atendimento-canonical-page .mac-future-mark {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 1px solid var(--mac-gold);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(204, 146, 48, .09), transparent 67%);
}

body.mentis-atendimento-canonical-page .mac-professional-mark img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: none;
}

body.mentis-atendimento-canonical-page .mac-future-mark img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: none;
  opacity: .72;
}

body.mentis-atendimento-canonical-page .mac-professional-copy {
  min-width: 0;
}

body.mentis-atendimento-canonical-page .mac-professional-copy h3 {
  margin: 4px 0 7px;
  color: var(--mac-gold-light);
  font-family: "Mentis Display", Georgia, serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.08;
}

body.mentis-atendimento-canonical-page .mac-professional-copy p {
  margin: 0;
  color: #cbc7c0;
  font-size: 11px;
  line-height: 1.5;
}

body.mentis-atendimento-canonical-page .mac-professional-copy .mac-professional-meta {
  margin-bottom: 12px;
  color: #e3ded5;
  font-size: 11px;
  line-height: 1.3;
}

body.mentis-atendimento-canonical-page .mac-future-label {
  margin: 3px 0 2px !important;
  color: var(--mac-gold-light) !important;
  font-size: 10px !important;
  font-weight: 720;
  letter-spacing: .09em;
}

body.mentis-atendimento-canonical-page .mac-professional-card--future {
  opacity: .82;
}

body.mentis-atendimento-canonical-page .mac-professional-card > .mac-card-cta {
  grid-column: 1 / -1;
  align-self: end;
  justify-self: center;
}

body.mentis-atendimento-canonical-page .mac-card-cta {
  width: min(210px, 100%);
  min-height: 36px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-align: center;
}

body.mentis-atendimento-canonical-page .mac-card-cta > span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

body.mentis-atendimento-canonical-page .mac-knowledge {
  min-height: 205px;
  padding-bottom: 17px;
  background: linear-gradient(180deg, #050708, #030506);
}

body.mentis-atendimento-canonical-page .mac-knowledge-grid {
  width: min(1258px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.mentis-atendimento-canonical-page .mac-knowledge-card {
  min-width: 0;
  min-height: 139px;
  padding: 13px 17px;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  grid-template-rows: 1fr 36px;
  align-items: center;
  gap: 8px 14px;
  border: 1px solid var(--mac-line-strong);
  border-radius: 5px;
  color: var(--mac-text);
  background: linear-gradient(145deg, rgba(255, 255, 255, .018), rgba(255, 255, 255, 0));
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

body.mentis-atendimento-canonical-page .mac-knowledge-card:hover {
  border-color: var(--mac-gold-light);
  box-shadow: 0 0 22px rgba(201, 143, 46, .10);
  transform: translateY(-3px);
}

body.mentis-atendimento-canonical-page .mac-knowledge-card > img {
  grid-column: 1;
  grid-row: 1;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: none;
}

body.mentis-atendimento-canonical-page .mac-knowledge-card > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

body.mentis-atendimento-canonical-page .mac-knowledge-card h3 {
  margin: 0 0 7px;
  color: var(--mac-gold-light);
  font-family: "Mentis Display", Georgia, serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .045em;
  line-height: 1;
  text-transform: uppercase;
}

body.mentis-atendimento-canonical-page .mac-knowledge-card p {
  margin: 0;
  color: #cbc7c0;
  font-size: 10px;
  line-height: 1.45;
}

body.mentis-atendimento-canonical-page .mac-knowledge-card > .mac-card-cta {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
  width: min(190px, 100%);
}

/* Rodapé aprovado, reestilizado apenas sob a classe desta página. */
body.mentis-atendimento-canonical-page .mentis-home-footer {
  width: 100%;
  min-height: 203px;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--mac-bg);
  color: var(--mac-muted);
}

body.mentis-atendimento-canonical-page .mentis-home-footer-main {
  width: min(1308px, calc(100% - 80px));
  min-height: 160px;
  margin: 0 auto;
  padding: 24px 0 14px;
  display: grid;
  grid-template-columns: 1.35fr .72fr 1fr 1.05fr .72fr;
  align-items: start;
  gap: 28px;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-identity > a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mac-gold-light);
  text-decoration: none;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-identity img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-identity a > span {
  display: grid;
  line-height: 1;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-identity strong {
  color: var(--mac-gold-light);
  font-family: "Mentis Display", Georgia, serif;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: .28em;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-identity small {
  color: #c7c3bc;
  font-size: 7px;
  font-weight: 650;
  letter-spacing: .12em;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-identity p {
  max-width: 300px;
  margin: 13px 0 0;
  color: #a8a59f;
  font-size: 14px;
  line-height: 1.55;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-group h2,
body.mentis-atendimento-canonical-page .mentis-home-footer-social h2 {
  margin: 0 0 8px;
  color: var(--mac-gold-light);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-group a {
  color: #aaa7a2;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-group a:hover {
  color: var(--mac-gold-light);
}

body.mentis-atendimento-canonical-page .mentis-home-footer-social {
  justify-self: center;
  text-align: center;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-social a {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--mac-line-strong);
  border-radius: 50%;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-social img {
  width: 21px;
  height: 21px;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-bottom {
  min-height: 43px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-top: 1px solid var(--mac-line);
  color: #8f8b84;
  font-size: 14px;
  text-align: center;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-bottom a,
body.mentis-atendimento-canonical-page .mentis-home-footer-bottom button {
  padding: 3px;
  border: 0;
  background: transparent;
  color: #a6a29b;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

body.mentis-atendimento-canonical-page .mentis-home-footer-bottom button[hidden] {
  display: none;
}

/* A privacidade permanece em fluxo normal e nunca cobre a ação comercial. */
body.mentis-atendimento-canonical-page .mentis-consent-banner {
  position: static;
  inset: auto;
  z-index: 10;
  width: min(1120px, calc(100% - 40px));
  margin: 22px auto;
  transform: none;
}

body.mentis-atendimento-canonical-page .mobile-action-dock,
body.mentis-atendimento-canonical-page .whatsapp-float {
  display: none !important;
}

@media (min-width: 1051px) and (max-width: 1320px) {
  body.mentis-atendimento-canonical-page .site-header {
    height: 72px;
    min-height: 72px;
  }

  body.mentis-atendimento-canonical-page .site-header .header-inner.mentis-ecosystem-header-inner {
    width: calc(100% - 32px);
    height: 72px;
    grid-template-columns: 216px minmax(0, 1fr) 176px;
    gap: 10px;
  }

  body.mentis-atendimento-canonical-page .brand.mentis-ecosystem-brand {
    min-width: 0;
    gap: 8px;
  }

  body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-mark {
    width: 42px;
    height: 42px;
  }

  body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-name {
    font-size: 22px;
    letter-spacing: .27em;
  }

  body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-sub {
    font-size: 6px;
  }

  body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav {
    gap: clamp(6px, .7vw, 10px);
  }

  body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav > a {
    font-size: 10.5px;
  }

  body.mentis-atendimento-canonical-page .mentis-header-cta {
    width: 176px;
    min-width: 176px;
    height: 42px;
    gap: 7px;
    font-size: 10.5px;
  }

  body.mentis-atendimento-canonical-page .mentis-header-cta .mentis-calendar-icon {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 1050px) {
  body.mentis-atendimento-canonical-page .site-header {
    height: 72px;
    min-height: 72px;
  }

  body.mentis-atendimento-canonical-page .site-header .header-inner.mentis-ecosystem-header-inner {
    width: calc(100% - 30px);
    height: 72px;
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  body.mentis-atendimento-canonical-page .mentis-header-cta {
    display: none;
  }

  body.mentis-atendimento-canonical-page .menu-toggle {
    position: relative;
    z-index: 82;
    width: 54px;
    height: 46px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid var(--mac-line-strong);
    border-radius: 7px;
    background: #07090a;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span,
  body.mentis-atendimento-canonical-page .menu-toggle span::before,
  body.mentis-atendimento-canonical-page .menu-toggle span::after {
    width: 25px;
    height: 2px;
    display: block;
    content: "";
    background: var(--mac-gold-light);
    transition: transform .18s ease;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span {
    position: relative;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span::before {
    position: absolute;
    top: -8px;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span::after {
    position: absolute;
    top: 8px;
  }

  body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav {
    position: fixed;
    z-index: 80;
    inset: 0 0 0 auto;
    width: min(370px, 90vw);
    height: 100dvh;
    padding: 92px 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 3px;
    border: 0;
    border-left: 1px solid var(--mac-line);
    background: #050708;
    transform: translateX(105%);
    visibility: hidden;
    opacity: 0;
    transition: transform .2s ease, opacity .2s ease, visibility 0s linear .2s;
  }

  body.mentis-atendimento-canonical-page.menu-open .site-header .site-nav.mentis-ecosystem-nav {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav > a {
    min-height: 49px;
    padding: 0 12px;
    border-bottom: 1px solid #211a12;
    font-size: 14px;
  }

  body.mentis-atendimento-canonical-page .site-header .site-nav.mentis-ecosystem-nav .nav-cta--drawer {
    min-width: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--mac-line-strong);
    border-radius: 5px;
  }

  body.mentis-atendimento-canonical-page .menu-overlay {
    position: fixed;
    z-index: 70;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, .68);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility 0s linear .2s;
  }

  body.mentis-atendimento-canonical-page.menu-open .menu-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  body.mentis-atendimento-canonical-page .mac-hero {
    height: 370px;
    grid-template-columns: 30% 44% 26%;
  }

  body.mentis-atendimento-canonical-page .mac-hero-art--neural img {
    height: 350px;
  }

  body.mentis-atendimento-canonical-page .mac-hero-art--medical img {
    right: -8px;
    top: 35px;
    height: 280px;
    opacity: .75;
  }

  body.mentis-atendimento-canonical-page .mac-hero-copy h1 {
    font-size: clamp(48px, 7vw, 66px);
  }

  body.mentis-atendimento-canonical-page .mac-organization-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.mentis-atendimento-canonical-page .mac-professional-grid,
  body.mentis-atendimento-canonical-page .mac-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-main {
    gap: 18px;
  }
}

@media (max-width: 900px) {
  body.mentis-atendimento-canonical-page .mentis-home-footer-main {
    width: calc(100% - 52px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    padding: 25px 0;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-social {
    justify-self: start;
    text-align: left;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-social a {
    margin: 0;
  }
}

@media (max-width: 700px) {
  body.mentis-atendimento-canonical-page {
    padding-top: 4px;
  }

  body.mentis-atendimento-canonical-page .site-header {
    width: calc(100% - 10px);
    height: 48px;
    min-height: 48px;
    margin: 0 5px;
    border: 1px solid var(--mac-line);
    border-radius: 11px 11px 0 0;
  }

  body.mentis-atendimento-canonical-page .site-header .header-inner.mentis-ecosystem-header-inner {
    width: calc(100% - 20px);
    height: 46px;
    padding: 0 0 0 9px;
  }

  body.mentis-atendimento-canonical-page .brand.mentis-ecosystem-brand {
    min-width: 0;
    gap: 7px;
  }

  body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-mark {
    width: 30px;
    height: 30px;
  }

  body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-name {
    font-size: 16px;
    letter-spacing: .27em;
  }

  body.mentis-atendimento-canonical-page .mentis-ecosystem-brand .brand-sub {
    font-size: 5px;
  }

  body.mentis-atendimento-canonical-page .menu-toggle {
    width: 38px;
    min-width: 38px;
    height: 34px;
    min-height: 34px;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span,
  body.mentis-atendimento-canonical-page .menu-toggle span::before,
  body.mentis-atendimento-canonical-page .menu-toggle span::after {
    width: 20px;
    height: 1.5px;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span::before {
    top: -6px;
  }

  body.mentis-atendimento-canonical-page .menu-toggle span::after {
    top: 6px;
  }

  body.mentis-atendimento-canonical-page .site-main {
    width: calc(100% - 10px);
    margin: 0 5px;
  }

  body.mentis-atendimento-canonical-page .mac-hero {
    height: 518px;
    display: block;
    border-left: 1px solid var(--mac-line);
    border-right: 1px solid var(--mac-line);
  }

  body.mentis-atendimento-canonical-page .mac-hero-art {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  body.mentis-atendimento-canonical-page .mac-hero-art--neural img {
    left: 0;
    top: 11px;
    bottom: auto;
    width: min(57vw, 235px);
    height: auto;
    max-height: 345px;
    object-position: left top;
  }

  body.mentis-atendimento-canonical-page .mac-hero-art--medical img {
    right: -7px;
    top: 23px;
    width: min(41vw, 166px);
    height: auto;
    opacity: .62;
    object-position: right top;
  }

  body.mentis-atendimento-canonical-page .mac-hero-copy {
    position: absolute;
    inset: 216px 14px auto;
    padding: 0;
  }

  body.mentis-atendimento-canonical-page .mac-hero-copy h1 {
    margin: 0 0 10px;
    font-size: clamp(38px, 12vw, 52px);
    letter-spacing: .12em;
  }

  body.mentis-atendimento-canonical-page .mac-hero-copy > p:not(.mac-hero-note) {
    width: min(330px, 100%);
    margin: 0 auto 19px;
    font-size: 17px;
  }

  body.mentis-atendimento-canonical-page .mac-primary-cta {
    width: min(330px, 100%);
    min-width: 0;
    min-height: 50px;
    padding: 0 16px;
    font-size: 13px;
  }

  body.mentis-atendimento-canonical-page .mac-hero-note {
    width: min(330px, 100%);
    margin-top: 10px;
    font-size: 10px;
  }

  body.mentis-atendimento-canonical-page .mac-section {
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
  }

  body.mentis-atendimento-canonical-page .mac-section-title {
    height: auto;
    min-height: 63px;
    gap: 9px;
  }

  body.mentis-atendimento-canonical-page .mac-section-title h2 {
    max-width: 260px;
    font-size: 16px;
    line-height: 1.2;
  }

  body.mentis-atendimento-canonical-page .mac-organization {
    padding-bottom: 14px;
  }

  body.mentis-atendimento-canonical-page .mac-organization-grid,
  body.mentis-atendimento-canonical-page .mac-professional-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.mentis-atendimento-canonical-page .mac-organization-card {
    min-height: 102px;
    padding: 14px 16px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  body.mentis-atendimento-canonical-page .mac-organization-card > img {
    width: 50px;
    height: 50px;
  }

  body.mentis-atendimento-canonical-page .mac-organization-card h3 {
    font-size: 12px;
  }

  body.mentis-atendimento-canonical-page .mac-organization-card p {
    font-size: 11px;
  }

  body.mentis-atendimento-canonical-page .mac-professional-card {
    min-height: 214px;
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 16px;
  }

  body.mentis-atendimento-canonical-page .mac-professional-copy h3 {
    font-size: 23px;
  }

  body.mentis-atendimento-canonical-page .mac-professional-copy p,
  body.mentis-atendimento-canonical-page .mac-professional-copy .mac-professional-meta {
    font-size: 12px;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-card {
    min-height: 186px;
    padding: 13px 10px;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr 34px;
    gap: 7px;
    text-align: center;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-card > img {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    justify-self: center;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-card > div {
    grid-column: 1;
    grid-row: 2;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-card h3 {
    font-size: 17px;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-card p {
    font-size: 10px;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-card > .mac-card-cta {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    min-height: 34px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer {
    width: calc(100% - 10px);
    min-height: 0;
    margin: 12px 5px 4px;
    border: 1px solid var(--mac-line);
    border-radius: 0 0 11px 11px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-main {
    width: calc(100% - 28px);
    min-height: 0;
    padding: 22px 0 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 18px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-identity {
    grid-column: 1;
    grid-row: 1;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-identity img {
    width: 38px;
    height: 38px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-identity strong {
    font-size: 20px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-identity small {
    font-size: 6px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-identity p {
    max-width: 170px;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-group:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-group:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-group:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-social {
    grid-column: 1 / 3;
    grid-row: 3;
    justify-self: start;
    text-align: left;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-bottom {
    min-height: 44px;
    gap: 12px;
    flex-wrap: wrap;
  }

  body.mentis-atendimento-canonical-page .mentis-consent-banner {
    width: calc(100% - 24px);
    margin: 12px auto;
  }
}

@media (max-width: 360px) {
  body.mentis-atendimento-canonical-page .mac-hero {
    height: 548px;
  }

  body.mentis-atendimento-canonical-page .mac-hero-copy {
    top: 208px;
  }

  body.mentis-atendimento-canonical-page .mac-hero-copy h1 {
    font-size: 36px;
  }

  body.mentis-atendimento-canonical-page .mac-knowledge-grid,
  body.mentis-atendimento-canonical-page .mentis-home-footer-main {
    grid-template-columns: 1fr;
  }

  body.mentis-atendimento-canonical-page .mentis-home-footer-identity,
  body.mentis-atendimento-canonical-page .mentis-home-footer-group:nth-of-type(1),
  body.mentis-atendimento-canonical-page .mentis-home-footer-group:nth-of-type(2),
  body.mentis-atendimento-canonical-page .mentis-home-footer-group:nth-of-type(3),
  body.mentis-atendimento-canonical-page .mentis-home-footer-social {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.mentis-atendimento-canonical-page *,
  body.mentis-atendimento-canonical-page *::before,
  body.mentis-atendimento-canonical-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
