/*
 * SAGAZ — Master Layout Consolidation
 *
 * Camada final e escopada para reduzir respiros sem reabrir o contrato SEO.
 * Conteúdo, assets canônicos e destinos existentes permanecem intocados,
 * salvo os links contextuais explicitamente aprovados na revisão.
 */

:root {
  --master-header-offset: 96px;
  --master-ink: #063a45;
  --master-muted: #47686e;
  --master-paper: #f7f5ee;
  --master-lime: #b7f542;
}

html {
  scroll-padding-top: var(--master-header-offset);
}

body {
  overflow-x: hidden;
}

main [id] {
  scroll-margin-top: var(--master-header-offset);
}

/* Header: uma única superfície off-white e navegação contextual explícita. */
.site-header {
  background: var(--master-paper) !important;
}

.site-header > nav {
  position: relative;
}

.site-header .links {
  align-items: center;
}

.site-header .links > a,
.site-header .nav-dropdown > summary {
  color: #61777b;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .links > a:hover,
.site-header .links > a:focus-visible,
.site-header .nav-dropdown > summary:hover,
.site-header .nav-dropdown > summary:focus-visible {
  color: var(--master-ink);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > summary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown > summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown > summary::after {
  content: "＋";
  color: #7e9d35;
  font-size: 12px;
  line-height: 1;
}

.nav-dropdown[open] > summary::after {
  content: "−";
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  z-index: 110;
  display: grid;
  min-width: 218px;
  transform: translateX(-50%);
  border: 1px solid rgba(6, 58, 69, .14);
  border-radius: 12px;
  padding: 7px;
  background: var(--master-paper);
  box-shadow: 0 18px 34px rgba(6, 58, 69, .14);
}

.nav-dropdown-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 8px;
  color: var(--master-ink) !important;
  font-size: 12px !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: rgba(183, 245, 66, .34);
}

.nav-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(6, 58, 69, .26);
  border-radius: 10px;
  padding: 0;
  color: var(--master-ink);
  background: transparent;
}

.nav-menu-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.nav-menu-toggle:hover,
.nav-menu-toggle[aria-expanded="true"] {
  border-color: var(--master-ink);
  background: rgba(183, 245, 66, .22);
}

/* Home: contraste e ritmo entre NA PRÁTICA e SOLUÇÕES. */
body .proof-strip {
  background: #e7efe5 !important;
  box-shadow: 0 0 0 100vmax #e7efe5 !important;
}

body .proof-grid article {
  border-color: rgba(6, 58, 69, .17) !important;
}

body .proof-grid small,
body .proof-grid strong,
body .proof-grid span {
  color: var(--master-ink) !important;
}

body .proof-grid small {
  font-weight: 900;
}

body .proof-grid span {
  color: var(--master-muted) !important;
}

body #na-pratica {
  background: linear-gradient(135deg, #e7efe5 0%, #dcebe4 100%) !important;
}

body #na-pratica .showcase-shell {
  min-height: 0;
  padding-block: clamp(46px, 5vw, 64px);
}

body #na-pratica .showcase-heading {
  margin-bottom: 24px;
}

body #na-pratica .showcase-track {
  gap: 14px;
}

body #na-pratica .showcase-card {
  height: 254px;
}

body #na-pratica .showcase-copy {
  padding: 20px;
}

.showcase-actions {
  display: flex;
  margin-top: 22px;
}

body .showcase-actions .public-page-cta,
body .solutions-final .public-page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 0;
  border: 1px solid var(--master-ink);
  border-radius: 10px;
  padding: 13px 17px;
  color: #fff;
  background: var(--master-ink);
  font-weight: 850;
  text-decoration: none;
}

body .showcase-actions .public-page-cta span,
body .solutions-final .public-page-cta span {
  color: var(--master-lime);
  font-size: 19px;
  line-height: 1;
}

body .showcase-actions .public-page-cta:hover,
body .showcase-actions .public-page-cta:focus-visible,
body .solutions-final .public-page-cta:hover,
body .solutions-final .public-page-cta:focus-visible {
  color: var(--master-ink);
  background: var(--master-lime);
  outline: 3px solid rgba(183, 245, 66, .48);
  outline-offset: 2px;
}

body .showcase-actions .public-page-cta:hover span,
body .showcase-actions .public-page-cta:focus-visible span,
body .solutions-final .public-page-cta:hover span,
body .solutions-final .public-page-cta:focus-visible span {
  color: var(--master-ink);
}

body .solutions-final {
  min-height: 0 !important;
  padding-block: clamp(48px, 5vw, 68px) !important;
  background: linear-gradient(135deg, #f7f2e9 0%, #edf1e8 100%) !important;
}

body .solutions-final .section-heading {
  margin-bottom: 24px;
}

body .solutions-final .solution-list {
  gap: 12px;
}

body .solutions-final .solution-list article {
  min-height: 136px;
  padding: 20px 22px !important;
}

body .solutions-final .public-page-cta {
  margin-top: 20px;
}

/* Densidade global: seções de conteúdo não precisam ocupar uma viewport inteira. */
body .partners-final,
body .partners-final .partners-layout {
  min-height: 0 !important;
}

body .partners-final .partners-layout {
  padding-block: clamp(54px, 5.6vw, 78px) !important;
}

body .plan-comparison-final {
  padding-block: clamp(54px, 5.8vw, 76px) !important;
}

body .plan-comparison-final .comparison-row > * {
  min-height: 68px !important;
  padding: 16px 14px !important;
}

body #genio {
  margin-block: 40px !important;
}

/* CTA do Gênio: destino preservado, tratamento visual próprio. */
body #genio .button {
  gap: 12px;
  width: fit-content;
  border: 1px solid var(--master-ink) !important;
  border-radius: 999px;
  background: transparent !important;
  color: var(--master-ink) !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body #genio .button::after {
  content: "↗";
  color: #6f9b23;
  font-size: 18px;
  line-height: 1;
}

body #genio .button:hover,
body #genio .button:focus-visible {
  color: var(--master-ink) !important;
  background: rgba(183, 245, 66, .42) !important;
}

/* Representantes: grids e seções dirigidos pelo conteúdo, sem colunas órfãs. */
.representatives-page .section {
  padding-block: clamp(54px, 4.8vw, 76px);
}

.representatives-page .hero {
  min-height: clamp(520px, 54vw, 660px);
}

.representatives-page .hero-copy {
  padding-block: clamp(34px, 4vw, 60px);
}

.representatives-page .heading {
  gap: 32px;
}

.representatives-page .steps,
.representatives-page .signal-grid,
.representatives-page .offer-grid,
.representatives-page .profile-grid,
.representatives-page .journey,
.representatives-page .faq {
  margin-top: 30px;
  gap: 16px;
}

@media (min-width: 901px) {
  .representatives-page .profile-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.representatives-page .quote {
  margin-top: 28px;
  padding: 20px 24px;
}

.representatives-page .band {
  padding-block: 64px;
}

/* Rodapé: assinatura legível, fina e separada do wordmark. */
.site-footer .footer-signature {
  gap: 5px !important;
  line-height: 1.35;
}

.site-footer .footer-signature strong {
  font-size: 15px !important;
  font-weight: 800 !important;
}

.site-footer .footer-signature b {
  max-width: 520px;
  color: rgba(255, 255, 255, .62) !important;
  font-family: Manrope, "Avenir Next", "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .015em;
  line-height: 1.5;
  white-space: normal !important;
}

@media (max-width: 980px) {
  .site-header > nav {
    grid-template-columns: auto 1fr auto;
  }

  .site-header .links {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    z-index: 105;
    display: none;
    align-items: stretch;
    justify-content: start;
    gap: 0;
    border-top: 1px solid rgba(6, 58, 69, .08);
    border-bottom: 1px solid rgba(6, 58, 69, .14);
    padding: 8px 12px 12px;
    background: var(--master-paper);
    box-shadow: 0 18px 32px rgba(6, 58, 69, .12);
  }

  .site-header.nav-open .links {
    display: grid;
  }

  .site-header .links > a,
  .site-header .nav-dropdown,
  .site-header .nav-dropdown > summary {
    width: 100%;
  }

  .site-header .links > a,
  .site-header .nav-dropdown > summary {
    min-height: 44px;
    align-items: center;
    padding: 10px 4px;
  }

  .site-header .nav-dropdown-menu {
    position: static;
    min-width: 0;
    transform: none;
    border: 0;
    border-top: 1px solid rgba(6, 58, 69, .1);
    border-radius: 0;
    padding: 4px 0 7px 12px;
    background: #f1eee5;
    box-shadow: none;
  }

  .site-header .nav-dropdown-menu a {
    min-height: 38px;
    padding: 9px 10px;
  }

  .nav-menu-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .site-header .nav-operations {
    display: none !important;
  }

  .site-header .central-access {
    display: none !important;
  }

  body #na-pratica .showcase-card {
    height: 246px;
  }

  body #genio {
    margin-block: 32px !important;
  }
}

@media (max-width: 760px) {
  :root {
    --master-header-offset: 82px;
  }

  .site-header > nav {
    min-height: 66px;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 6px;
    padding-inline: 0;
  }

  .public-shell-page .site-header .nav-cta {
    min-height: 42px;
    padding-inline: 8px;
    font-size: 10px;
  }

  .site-header .brand-logo,
  .representatives-page .brand-logo {
    width: 116px;
    min-width: 116px;
  }

  .site-header .nav-cta {
    min-height: 42px;
    padding-inline: 11px;
    font-size: 10px;
    white-space: nowrap;
  }

  body #na-pratica .showcase-shell {
    padding-block: 46px;
  }

  body #na-pratica .showcase-heading {
    margin-bottom: 20px;
  }

  body #na-pratica .showcase-card {
    height: auto;
  }

  .showcase-actions,
  body .showcase-actions .public-page-cta,
  body .solutions-final .public-page-cta {
    width: 100%;
  }

  .representatives-page .section {
    padding-block: 54px;
  }

  .representatives-page .hero-copy {
    padding-block: 40px;
  }

  .representatives-page .band {
    padding-block: 54px;
  }

  body .partners-final .partners-layout {
    padding-block: 52px !important;
  }

  body .plan-comparison-final {
    padding-block: 52px !important;
  }

  .site-footer .footer-signature b {
    max-width: 330px;
  }
}

@media (max-width: 420px) {
  .site-header .brand-logo,
  .representatives-page .brand-logo {
    width: 108px;
    min-width: 108px;
  }

  .site-header .nav-cta {
    padding-inline: 9px;
    font-size: 9px;
  }
}

/* Soluções: hero visual único, com texto sobreposto e formulário desacoplado. */
body.solutions-page .hero-split {
  display: block !important;
  position: relative;
  width: 100%;
  min-height: 0 !important;
  overflow: hidden;
}

body.solutions-page .hero-visual.hero-media {
  position: relative;
  display: block !important;
  width: 100%;
  min-width: 0;
  min-height: clamp(620px, 55.5vw, 820px);
  overflow: hidden;
  background: #062f3a;
}

body.solutions-page .hero-visual.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 31, 40, .94) 0%, rgba(4, 31, 40, .82) 34%, rgba(4, 31, 40, .42) 62%, rgba(4, 31, 40, .08) 84%, rgba(4, 31, 40, 0) 100%),
    linear-gradient(180deg, rgba(3, 28, 36, .12), rgba(3, 28, 36, .24));
}

body.solutions-page .hero-split .hero-content {
  position: relative !important;
  z-index: 2;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px !important;
  box-sizing: border-box;
  margin-inline: auto;
  min-height: clamp(620px, 55.5vw, 820px);
  padding-block: clamp(72px, 8vw, 128px) !important;
}

body.solutions-page .hero-split .hero-content h1 {
  max-width: 760px !important;
}

body.solutions-page .hero-split .hero-image {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 68% center;
  mask-image: none !important;
  margin: 0;
  filter: saturate(.92) contrast(1.03);
}

body.solutions-page .hero-form-section {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(28px, 3.2vw, 44px) 0 clamp(36px, 4.6vw, 64px);
  background: linear-gradient(180deg, #dfe9e7 0%, #f7f5ee 100%);
}

body.solutions-page .hero-form-section-inner {
  display: block !important;
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px !important;
  margin-inline: auto;
}

body.solutions-page .hero-form-section .hero-form-shell {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
  background: transparent;
}

body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form {
  position: static;
  width: min(100%, 1080px) !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: clamp(20px, 2.5vw, 32px) !important;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form > label:nth-of-type(4),
body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form > label:nth-of-type(5),
body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form > .form-actions,
body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form > .muted {
  grid-column: 1 / -1;
}

body.solutions-page .content-band {
  padding-block: clamp(54px, 5.2vw, 76px) !important;
}

body.solutions-page main > section.content-band:first-of-type {
  padding-block: clamp(52px, 4.8vw, 70px) !important;
}

body.solutions-page .section-heading {
  margin-bottom: 28px;
}

body.solutions-page .card-grid,
body.solutions-page .steps,
body.solutions-page .principles {
  gap: 16px;
}

body.solutions-page .info-card {
  padding: 24px !important;
}

body.solutions-page .step-card {
  min-height: 0 !important;
  padding: 20px 18px !important;
}

body.solutions-page .diagnostic-section {
  padding-block: clamp(52px, 5vw, 72px) !important;
}

body.solutions-page .diagnostic-visual-layout {
  display: block;
  max-width: 1180px;
}

body.solutions-page .diagnostic-copy {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(360px, 1.16fr);
  grid-template-rows: auto auto auto auto;
  column-gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

body.solutions-page .diagnostic-copy > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

body.solutions-page .diagnostic-copy > h2 {
  grid-column: 1;
  grid-row: 2;
}

body.solutions-page .diagnostic-copy > p {
  grid-column: 1;
  grid-row: 3;
}

body.solutions-page .diagnostic-copy > .button {
  grid-column: 1;
  grid-row: 4;
  justify-self: start;
}

body.solutions-page .diagnostic-copy > img {
  grid-column: 2;
  grid-row: 1 / span 4;
  align-self: center;
  height: auto !important;
  aspect-ratio: 2528 / 1696;
  margin-top: 24px;
  padding: 8px;
  border: 1px solid rgba(18, 59, 73, .16);
  border-radius: 18px;
  background: #f7f5ee;
  box-shadow: 0 16px 34px rgba(18, 59, 73, .14);
  object-fit: cover;
}

body.solutions-page .faq {
  padding-block: clamp(50px, 4vw, 60px) !important;
}

/* Botões de marketing deixam de ser pílulas; a cor segue o contraste SAGAZ. */
body .button,
body .nav-cta,
body .public-page-cta {
  border-radius: 10px !important;
}

body.solutions-page .button,
body.solutions-page .nav-cta,
body.solutions-page .public-page-cta {
  border-color: var(--master-lime) !important;
  background: var(--master-lime) !important;
  color: var(--master-ink) !important;
}

body.solutions-page .button:hover,
body.solutions-page .button:focus-visible,
body.solutions-page .nav-cta:hover,
body.solutions-page .nav-cta:focus-visible,
body.solutions-page .public-page-cta:hover,
body.solutions-page .public-page-cta:focus-visible {
  border-color: #d0ff71 !important;
  background: #d0ff71 !important;
  color: var(--master-ink) !important;
}

@media (max-width: 800px) {
  body.solutions-page .hero-split {
    display: block !important;
    min-height: 0 !important;
  }

  body.solutions-page .hero-visual.hero-media {
    display: block !important;
    min-height: 620px;
  }

  body.solutions-page .hero-split .hero-content {
    width: calc(100% - 32px);
    min-height: 0;
    padding: 64px 16px 72px !important;
  }

  body.solutions-page .hero-visual.hero-media::before {
    background:
      linear-gradient(90deg, rgba(4, 31, 40, .96) 0%, rgba(4, 31, 40, .88) 58%, rgba(4, 31, 40, .48) 100%),
      linear-gradient(180deg, rgba(3, 28, 36, .18), rgba(3, 28, 36, .3));
  }

  body.solutions-page .hero-split .hero-image {
    height: 100% !important;
    object-position: 68% center;
  }

  body.solutions-page .hero-form-section {
    padding: 24px 0 36px;
  }

  body.solutions-page .hero-form-section-inner {
    width: calc(100% - 32px);
  }

  body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form {
    width: 100% !important;
    max-width: none !important;
    padding: 22px !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  body.solutions-page .hero-form-section .hero-form-shell .diagnostic-form > * {
    grid-column: 1 / -1;
  }

  body.solutions-page .diagnostic-copy {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 0;
  }

  body.solutions-page .diagnostic-copy > .eyebrow,
  body.solutions-page .diagnostic-copy > h2,
  body.solutions-page .diagnostic-copy > p,
  body.solutions-page .diagnostic-copy > .button,
  body.solutions-page .diagnostic-copy > img {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 560px) {
  body.solutions-page .content-band,
  body.solutions-page .diagnostic-section,
  body.solutions-page .faq {
    padding-block: 48px !important;
  }

  body.solutions-page .diagnostic-copy > img {
    margin-top: 20px;
    padding: 6px;
    border-radius: 14px;
  }
}

/* Representantes: transformar a grade de informações em uma narrativa visual. */
.representatives-page .site-header .nav-cta {
  border: 1px solid var(--master-lime) !important;
  border-radius: 10px !important;
  background: var(--master-lime) !important;
  color: var(--master-ink) !important;
}

.representatives-page .site-header .nav-cta:hover,
.representatives-page .site-header .nav-cta:focus-visible {
  border-color: #d0ff71 !important;
  background: #d0ff71 !important;
  color: var(--master-ink) !important;
}

.representatives-page .representatives-hero > img {
  object-position: 100% center;
}

.representatives-page #gargalos {
  background: linear-gradient(148deg, #0b2b35 0%, #123b49 58%, #0b4149 100%);
}

.representatives-page #processo {
  background: linear-gradient(180deg, #e8f0ed 0%, var(--paper) 150px);
}

.representatives-page .profile-section {
  background: linear-gradient(148deg, #123b49 0%, #0d414b 58%, #0b2b35 100%);
}

.representatives-page .promise-section {
  background: linear-gradient(180deg, #0b2b35 0%, #123b49 100%);
}

.representatives-page .closing-band {
  background: linear-gradient(180deg, #123b49 0%, #082e36 100%);
}

.representatives-page .steps,
.representatives-page .process-steps,
.representatives-page .offer-grid,
.representatives-page .profile-grid,
.representatives-page .journey,
.representatives-page .faq {
  background: transparent;
  gap: 16px;
}

.representatives-page .steps > *,
.representatives-page .process-steps > *,
.representatives-page .journey article,
.representatives-page .faq details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 58, 69, .14);
  border-radius: 16px;
  background: linear-gradient(145deg, #f7f5ee 0%, #edf2e9 100%);
  box-shadow: 0 14px 26px rgba(6, 58, 69, .08);
}

.representatives-page .steps > *::after,
.representatives-page .process-steps > *::after,
.representatives-page .journey article::after,
.representatives-page .faq details::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 4px;
  content: "";
  background: var(--master-lime);
}

.representatives-page .steps > *:nth-child(2)::after,
.representatives-page .process-steps > *:nth-child(2)::after,
.representatives-page .journey article:nth-child(2)::after,
.representatives-page .faq details:nth-child(2)::after {
  background: #86b7af;
}

.representatives-page .steps > *:nth-child(3)::after,
.representatives-page .process-steps > *:nth-child(3)::after,
.representatives-page .journey article:nth-child(3)::after,
.representatives-page .faq details:nth-child(3)::after {
  background: #6f9b23;
}

.representatives-page .steps > *:nth-child(4)::after,
.representatives-page .process-steps > *:nth-child(4)::after,
.representatives-page .journey article:nth-child(4)::after,
.representatives-page .faq details:nth-child(4)::after {
  background: var(--master-ink);
}

.representatives-page .steps > *:nth-child(3),
.representatives-page .process-steps > *:nth-child(3),
.representatives-page .journey article:nth-child(3) {
  background: linear-gradient(145deg, #edf7d9 0%, #e4f0d0 100%);
}

.representatives-page .steps > *:nth-child(4),
.representatives-page .process-steps > *:nth-child(4),
.representatives-page .journey article:nth-child(4) {
  color: var(--master-ink);
  background: linear-gradient(145deg, #dfece8 0%, #cfe1dd 100%);
}

.representatives-page .steps > *:nth-child(4) p,
.representatives-page .process-steps > *:nth-child(4) p,
.representatives-page .journey article:nth-child(4) p {
  color: var(--master-muted);
}

.representatives-page .signal {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(183, 245, 66, .24);
  border-radius: 16px;
  background: linear-gradient(145deg, #eaf3e1 0%, #d9e8df 100%);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .12);
  color: var(--master-ink);
}

.representatives-page .signal::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 4px;
  content: "";
  background: var(--master-lime);
}

.representatives-page .signal:nth-child(2) {
  background: linear-gradient(145deg, #edf4d9 0%, #dfeccf 100%);
}

.representatives-page .signal:nth-child(2)::after {
  background: #86b7af;
}

.representatives-page .signal:nth-child(3) {
  background: linear-gradient(145deg, #e5f0ef 0%, #d1e4e0 100%);
}

.representatives-page .signal:nth-child(3)::after {
  background: #6f9b23;
}

.representatives-page .signal:nth-child(4) {
  background: linear-gradient(145deg, #e5ece5 0%, #d3e1dd 100%);
}

.representatives-page .signal:nth-child(4)::after {
  background: var(--master-ink);
}

.representatives-page .signal small {
  color: var(--master-muted);
}

.representatives-page .signal p {
  color: var(--master-muted);
}

.representatives-page .dark .quote {
  color: var(--master-ink);
  background: linear-gradient(135deg, #eaf4d9 0%, #d9ebc4 100%);
  border-left-color: var(--master-lime);
}

.representatives-page .offer {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0 20px 24px;
  border: 1px solid rgba(6, 58, 69, .14);
  border-radius: 18px;
  background: linear-gradient(145deg, #f7f5ee 0%, #e9f1e7 100%);
  box-shadow: 0 16px 30px rgba(6, 58, 69, .1);
}

.representatives-page .offer:nth-child(2) {
  background: linear-gradient(145deg, #eef4df 0%, #e4eed3 100%);
}

.representatives-page .offer:nth-child(3) {
  background: linear-gradient(145deg, #edf3f2 0%, #dce9e6 100%);
}

.representatives-page .offer:nth-child(4) {
  background: linear-gradient(145deg, #f3f0e7 0%, #ece8dc 100%);
}

.representatives-page .offer:nth-child(5) {
  background: linear-gradient(145deg, #e8f2e5 0%, #d7e9d1 100%);
}

.representatives-page .offer::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 48px;
  height: 4px;
  content: "";
  background: var(--master-lime);
}

.representatives-page .offer-media {
  height: 128px;
  margin: 0 -1px 20px;
  overflow: hidden;
  border-radius: 17px 17px 10px 10px;
  background: var(--master-ink);
}

.representatives-page .offer-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.03);
}

.representatives-page .offer:nth-child(1) .offer-media img {
  object-position: 72% center;
}

.representatives-page .offer strong {
  margin: 22px 0 10px;
}

@media (min-width: 901px) {
  .representatives-page .offer-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .representatives-page .offer {
    grid-column: span 2;
  }

  .representatives-page .offer:nth-child(4),
  .representatives-page .offer:nth-child(5) {
    grid-column: span 3;
  }
}

.representatives-page .profile-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.representatives-page .profile {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(183, 245, 66, .06));
  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
  color: #fff;
}

.representatives-page .profile::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 4px;
  content: "";
  background: var(--master-lime);
}

.representatives-page .profile:nth-child(2)::before,
.representatives-page .profile:nth-child(5)::before {
  background: #86b7af;
}

.representatives-page .profile p {
  color: #dce9e3;
}

.representatives-page .profile-visual {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(183, 245, 66, .5);
  border-radius: 16px;
  background: var(--master-ink);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .14);
}

.representatives-page .profile-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(6, 58, 69, .4));
}

.representatives-page .profile-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.representatives-page .promise-list {
  gap: 12px;
  background: transparent;
}

.representatives-page .promise-list span {
  min-height: 56px;
  padding: 14px 16px 14px 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(183, 245, 66, .06));
  box-shadow: 0 10px 22px rgba(0, 0, 0, .1);
  color: #fff;
}

.representatives-page .promise-list span::before {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border-radius: 50%;
  content: "";
  background: var(--master-lime);
  box-shadow: 0 0 0 4px rgba(183, 245, 66, .14);
}

.representatives-page .faq details {
  padding: 0 20px;
}

.site-footer small::after {
  display: block;
  margin-top: 7px;
  content: "🇧🇷";
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 900px) {
  .representatives-page .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .representatives-page .profile-visual {
    grid-column: span 2;
    min-height: 220px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .representatives-page .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .representatives-page .offer:nth-child(5),
  .representatives-page .profile:nth-child(5),
  .representatives-page .journey article:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 800px) {
  .representatives-page .representatives-hero > img {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: 260px;
    object-position: 84% center;
  }

  .representatives-page .representatives-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .representatives-page .representatives-hero::after {
    display: none;
  }

  .representatives-page .representatives-hero .hero-copy {
    order: 1;
    background: linear-gradient(180deg, #082e36 0%, #0b2b35 100%);
  }
}

@media (max-width: 640px) {

  .representatives-page .profile-grid {
    grid-template-columns: 1fr;
  }

  .representatives-page .profile-visual {
    grid-column: auto;
    min-height: 220px;
  }

  .representatives-page .offer-media {
    height: 140px;
  }
}

@media (min-width: 901px) {
  .representatives-page .section {
    padding-block: clamp(38px, 2.8vw, 46px);
  }

  .representatives-page main > section.section.shell + section.section.shell {
    padding-top: clamp(24px, 1.8vw, 30px);
  }

  .representatives-page .promise-section {
    padding-bottom: clamp(22px, 1.6vw, 28px);
  }

  .representatives-page .closing-band {
    padding-top: clamp(34px, 2.6vw, 42px);
  }
}

/* Revisão transversal dos cards: cada sequência fecha como um sistema, sem linha órfã. */
.representatives-page .offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.representatives-page .offer-grid > .offer {
  display: flex;
  flex-direction: column;
  grid-column: auto;
  height: auto;
  min-height: 0;
  padding: 0 0 20px;
}

.representatives-page .offer-media {
  position: relative;
  flex: 0 0 auto;
  height: clamp(148px, 10.5vw, 166px);
  width: calc(100% + 2px);
  margin: -1px -1px 16px;
  border: 1px solid rgba(6, 58, 69, .12);
  border-radius: 18px 18px 12px 12px;
  box-shadow: inset 0 -22px 28px rgba(6, 58, 69, .1);
}

.representatives-page .offer-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(6, 58, 69, .14));
  pointer-events: none;
}

.representatives-page .offer > small {
  margin: 0 0 7px;
  color: #55767d;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.representatives-page .offer > strong {
  margin: 0 0 8px;
  line-height: 1.08;
}

.representatives-page .offer > p {
  margin: 0;
  color: var(--master-muted);
  line-height: 1.45;
}

.representatives-page .offer > small,
.representatives-page .offer > strong,
.representatives-page .offer > p {
  margin-right: 18px;
  margin-left: 18px;
}

.representatives-page .offer:nth-child(6) {
  background: linear-gradient(145deg, #eaf4d9 0%, #d7e9d1 100%);
}

.representatives-page .offer:nth-child(6)::after {
  background: #6f9b23;
}

.representatives-page .profile-visual img {
  object-position: 68% center;
}

body.solutions-page .diagnostic-copy > img {
  object-fit: contain;
  object-position: center;
  background: #0b343c;
}

@media (max-width: 900px) {
  .representatives-page .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .representatives-page .offer-grid > .offer:nth-child(5),
  .representatives-page .offer-grid > .offer:nth-child(6) {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .representatives-page .offer-grid {
    grid-template-columns: 1fr;
  }

  .representatives-page .offer-media {
    height: 140px;
  }
}

/* Soluções: texto preservado na área negativa da imagem e diagnóstico integrado. */
@media (min-width: 801px) {
  body.solutions-page .hero-split .hero-content {
    width: min(1320px, calc(100% - 96px));
    max-width: 1320px;
    margin-inline: auto;
  }

  body.solutions-page .hero-split .hero-content {
    padding-inline: 0 !important;
  }

  body.solutions-page .hero-split .hero-content h1 {
    max-width: 620px !important;
    font-size: clamp(58px, 4.8vw, 72px) !important;
  }

  body.solutions-page .hero-split .hero-content > p:not(.muted) {
    max-width: 600px !important;
  }

  body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 18px !important;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(3),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5),
  body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions,
  body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
    grid-column: 1 / -1;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label input,
  body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
    min-height: 36px;
    padding: 8px 9px;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4) textarea {
    height: 70px;
    min-height: 70px;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5) textarea {
    height: 84px;
    min-height: 84px;
  }
}

body.solutions-page .why-diagnostic-band {
  padding-block: clamp(44px, 5vw, 70px) !important;
  background: linear-gradient(135deg, #e7efe5 0%, #f7f5ee 100%) !important;
}

body.solutions-page .why-diagnostic-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .72fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

body.solutions-page .why-diagnostic-copy {
  position: relative;
  max-width: 680px;
  padding: clamp(22px, 3vw, 38px) clamp(22px, 3.4vw, 46px);
  border: 1px solid rgba(6, 58, 69, .12);
  border-radius: 18px 18px 18px 6px;
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 14px 30px rgba(6, 58, 69, .07);
}

body.solutions-page .why-diagnostic-copy::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 42px;
  height: 42px;
  border-top: 3px solid var(--master-lime);
  border-left: 3px solid var(--master-lime);
  border-radius: 18px 0 0;
  content: "";
  pointer-events: none;
}

body.solutions-page .why-diagnostic-copy h2 {
  max-width: 18ch;
  margin-bottom: 18px;
}

body.solutions-page .why-diagnostic-copy > p:last-child {
  margin: 22px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--master-lime);
  border-radius: 0 12px 12px 0;
  background: rgba(183, 245, 66, .16);
}

body.solutions-page .why-diagnostic-band .hero-form-shell {
  width: 100%;
  max-width: 390px !important;
  justify-self: end;
}

body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
  position: relative !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid rgba(6, 58, 69, .16);
  border-radius: 18px 18px 12px 18px;
  background: linear-gradient(145deg, #ffffff 0%, #eef4ec 100%);
  box-shadow: 0 18px 34px rgba(6, 58, 69, .13);
  box-sizing: border-box;
}

body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form::before {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 36px;
  height: 36px;
  border-right: 3px solid var(--master-lime);
  border-bottom: 3px solid var(--master-lime);
  border-radius: 0 0 12px;
  content: "";
  pointer-events: none;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label {
  margin: 0 !important;
  color: var(--master-ink);
  font-size: 11px;
  line-height: 1.25;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label input,
body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
  margin-top: 5px;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid rgba(6, 58, 69, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
  font-size: 13px;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
  min-height: 68px;
  resize: vertical;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions {
  margin: 2px 0 0;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions .button {
  width: 100%;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

body.solutions-page .diagnostic-copy > img {
  object-fit: cover !important;
  object-position: center !important;
  padding: 0 !important;
  border: 1px solid rgba(6, 58, 69, .16);
  background: transparent !important;
}

/* Rodapé universal: compacto, com ícones reais e bandeira em vetor. */
body .site-footer {
  padding: 18px 0 12px !important;
}

body .site-footer .footer-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-areas: "logo" "signature" "actions" "copy" !important;
  align-items: start !important;
  justify-items: center !important;
  gap: 4px !important;
  text-align: center !important;
}

body .site-footer .footer-actions {
  display: flex !important;
  align-self: start;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin: 0 !important;
}

body .site-footer .social-links {
  display: flex !important;
  align-items: center;
  gap: 14px !important;
  height: 24px;
}

body .site-footer .social-links a {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
}

body .site-footer .social-links svg {
  width: 21px;
  height: 21px;
}

body .site-footer .social-links .youtube-play {
  fill: #042f3a !important;
}

body .site-footer .footer-flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  flex: 0 0 auto;
  vertical-align: -2px;
}

body .site-footer small {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 !important;
}

body .site-footer small::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 800px) {
  body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
    grid-template-columns: 1fr;
  }

  body.solutions-page .why-diagnostic-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.solutions-page .why-diagnostic-band .hero-form-shell {
    max-width: none !important;
    justify-self: stretch;
  }
}

@media (min-width: 801px) {
  body.solutions-page .hero-split .hero-content {
    width: min(1320px, calc(100% - 96px)) !important;
    max-width: 1320px !important;
  }

  body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(3),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5),
  body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions,
  body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
    grid-column: 1 / -1;
  }
}

@media (min-width: 801px) {
  body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
    gap: 8px;
    padding: 18px !important;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label input,
  body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
    min-height: 36px;
    padding: 8px 9px;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4) textarea {
    height: 70px;
    min-height: 70px;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5) textarea {
    height: 84px;
    min-height: 84px;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 22px !important;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(3),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5),
  body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions,
  body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
    grid-column: 1 / -1;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label input,
  body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
    min-height: 40px;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4) textarea {
    height: 78px;
    min-height: 78px;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5) textarea {
    height: 92px;
    min-height: 92px;
  }
}

/* Consolidação final: label navega, caret abre; a ação nunca é ambígua. */
.site-header .links > .nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
}

.site-header .links > .nav-dropdown .nav-context-link,
.site-header .links > .nav-context-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  color: #61777b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .links > .nav-dropdown .nav-context-link:hover,
.site-header .links > .nav-dropdown .nav-context-link:focus-visible,
.site-header .links > .nav-context-link:hover,
.site-header .links > .nav-context-link:focus-visible {
  color: var(--master-ink);
}

.site-header .nav-caret {
  display: inline-grid;
  width: 26px;
  height: 30px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  padding: 0;
  color: #7e9d35;
  background: transparent;
  cursor: pointer;
}

.site-header .nav-caret span {
  display: block;
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .18s ease;
}

.site-header .nav-dropdown.is-open .nav-caret span {
  transform: rotate(180deg) translateY(1px);
}

.site-header .nav-caret:hover,
.site-header .nav-caret:focus-visible {
  color: var(--master-ink);
  background: rgba(183, 245, 66, .25);
  outline: none;
}

.site-header .nav-dropdown-menu[hidden] {
  display: none !important;
}

.site-header .nav-dropdown-menu:not([hidden]) {
  display: grid;
}

/* A seção inteira é uma única superfície; os campos são a única variação de plano. */
body.solutions-page .why-diagnostic-band {
  padding-block: clamp(36px, 4.2vw, 62px) !important;
  background: linear-gradient(180deg, #dfeae6 0%, #f7f5ee 100%) !important;
}

body.solutions-page .why-diagnostic-layout {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  box-sizing: border-box;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(6, 58, 69, .16);
  border-radius: 28px 28px 28px 8px;
  background: linear-gradient(135deg, #e7efe5 0%, #f3f7ef 100%);
  box-shadow: 0 24px 54px rgba(6, 58, 69, .12);
}

body.solutions-page .why-diagnostic-layout::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 4px;
  border-radius: 0 0 6px;
  content: "";
  background: var(--master-lime);
  pointer-events: none;
}

body.solutions-page .why-diagnostic-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  padding: 8px clamp(24px, 4vw, 52px) 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.solutions-page .why-diagnostic-copy::before {
  display: none;
}

body.solutions-page .why-diagnostic-copy h2 {
  max-width: 17ch;
  margin-bottom: 16px;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

body.solutions-page .why-diagnostic-copy > p:last-child {
  margin: 20px 0 0;
  padding: 12px 0 12px 16px;
  border-left: 3px solid var(--master-lime);
  border-radius: 0;
  background: transparent;
}

body.solutions-page .why-diagnostic-band .hero-form-shell {
  width: 100%;
  max-width: none !important;
  justify-self: stretch;
  align-self: stretch;
  padding: 8px 0 8px clamp(28px, 4vw, 52px);
  border-left: 1px solid rgba(6, 58, 69, .16);
  background: transparent !important;
}

body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
  position: static !important;
  inset: auto !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form::before {
  display: none;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label {
  margin: 0 !important;
  color: var(--master-ink);
  font-size: 11px;
  line-height: 1.25;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(3),
body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4),
body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5),
body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions,
body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
  grid-column: 1 / -1;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label input,
body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
  width: 100%;
  min-height: 42px;
  margin-top: 5px;
  padding: 10px 11px;
  border: 1px solid rgba(6, 58, 69, .2);
  border-radius: 8px;
  color: var(--master-ink);
  background: rgba(255, 255, 255, .68);
  font-size: 13px;
  box-sizing: border-box;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea {
  min-height: 86px;
  resize: vertical;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4) textarea {
  height: 84px;
  min-height: 84px;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5) textarea {
  height: 98px;
  min-height: 98px;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > label input:focus,
body.solutions-page .why-diagnostic-band .diagnostic-form > label textarea:focus {
  outline: 3px solid rgba(183, 245, 66, .48);
  outline-offset: 1px;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions {
  margin: 2px 0 0;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions .button {
  width: 100%;
}

body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
  margin: 0;
  color: var(--master-muted);
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .site-header .links > .nav-dropdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
  }

  .site-header .links > .nav-dropdown .nav-context-link,
  .site-header .links > .nav-context-link {
    min-height: 44px;
    align-items: center;
    padding: 10px 4px;
  }

  .site-header .nav-caret {
    width: 44px;
    height: 44px;
  }

  .site-header .nav-dropdown-menu {
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    transform: none;
    border: 0;
    border-top: 1px solid rgba(6, 58, 69, .1);
    border-radius: 0;
    padding: 4px 0 7px 12px;
    background: #f1eee5;
    box-shadow: none;
  }
}

@media (max-width: 800px) {
  body.solutions-page .why-diagnostic-layout {
    grid-template-columns: 1fr;
    gap: 0;
    width: calc(100% - 32px);
    padding: 28px 24px 30px;
  }

  body.solutions-page .why-diagnostic-copy {
    padding: 0 0 26px;
  }

  body.solutions-page .why-diagnostic-band .hero-form-shell {
    padding: 26px 0 0;
    border-top: 1px solid rgba(6, 58, 69, .16);
    border-left: 0;
  }
}

@media (max-width: 600px) {
  body.solutions-page .why-diagnostic-band .hero-form-shell .diagnostic-form {
    grid-template-columns: 1fr;
  }

  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(3),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(4),
  body.solutions-page .why-diagnostic-band .diagnostic-form > label:nth-of-type(5),
  body.solutions-page .why-diagnostic-band .diagnostic-form > .form-actions,
  body.solutions-page .why-diagnostic-band .diagnostic-form > .muted {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  body.solutions-page .why-diagnostic-band {
    padding-block: 32px !important;
  }

  body.solutions-page .why-diagnostic-layout {
    width: calc(100% - 32px);
    padding: 24px 18px 24px;
    border-radius: 22px 22px 22px 7px;
  }
}

/* Closeout P0: footer ativo com redes verificadas, pendências explícitas e copyright central. */
body.home-page .site-footer,
body.solutions-page .site-footer,
body.representatives-page .site-footer {
  padding: 18px 0 12px !important;
}

body.home-page .site-footer small,
body.solutions-page .site-footer small,
body.representatives-page .site-footer small {
  width: min(100%, 560px);
  max-width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  align-items: center;
  justify-content: stretch;
  gap: 8px;
  box-sizing: border-box;
  white-space: normal;
  text-align: initial;
}

body.home-page .site-footer small .copyright-brand,
body.solutions-page .site-footer small .copyright-brand,
body.representatives-page .site-footer small .copyright-brand {
  justify-self: end;
  text-align: right;
}

body.home-page .site-footer small .copyright-flag-slot,
body.solutions-page .site-footer small .copyright-flag-slot,
body.representatives-page .site-footer small .copyright-flag-slot {
  display: grid;
  width: 18px;
  min-width: 18px;
  place-items: center;
  justify-self: center;
}

body.home-page .site-footer small .copyright-reserved,
body.solutions-page .site-footer small .copyright-reserved,
body.representatives-page .site-footer small .copyright-reserved {
  justify-self: start;
  text-align: left;
}

body.home-page .site-footer .copyright-flag,
body.solutions-page .site-footer .copyright-flag,
body.representatives-page .site-footer .copyright-flag {
  display: block;
  width: 18px;
  height: 12px;
}

body.home-page .site-footer .social-links .social-link,
body.solutions-page .site-footer .social-links .social-link,
body.representatives-page .site-footer .social-links .social-link {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  text-decoration: none;
}

body.home-page .site-footer .social-links .social-link.is-unavailable,
body.solutions-page .site-footer .social-links .social-link.is-unavailable,
body.representatives-page .site-footer .social-links .social-link.is-unavailable {
  opacity: .58;
  cursor: default;
}

@media (max-width: 600px) {
  body.home-page .site-footer small,
  body.solutions-page .site-footer small,
  body.representatives-page .site-footer small {
    gap: 6px;
    font-size: 9px;
    line-height: 1.2;
  }
}

/* Keep the verified LinkedIn mark intact after the unavailable networks are hidden. */
body.home-page .site-footer .social-links .social-link:nth-child(2) svg,
body.solutions-page .site-footer .social-links .social-link:nth-child(2) svg,
body.representatives-page .site-footer .social-links .social-link:nth-child(2) svg {
  display: block !important;
  fill: currentColor !important;
  stroke: none !important;
  stroke-width: 0 !important;
}

body.home-page .site-footer .social-links .social-link:last-child::before,
body.solutions-page .site-footer .social-links .social-link:last-child::before,
body.representatives-page .site-footer .social-links .social-link:last-child::before {
  content: none !important;
  display: none !important;
}

body.home-page .site-footer .social-links .social-link:last-child svg,
body.solutions-page .site-footer .social-links .social-link:last-child svg,
body.representatives-page .site-footer .social-links .social-link:last-child svg {
  display: block !important;
}
