* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
  font-family: "Inter", sans-serif;
}

.top-bar {
  display: flex;
  width: 100%;
  height: 45.07px;
  background-color: #063d2b;
  justify-content: center;
  align-items: center;
  padding: 0 27.042px;
}

.top-bar .container {
  display: flex;
  width: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
}

.atendimento {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.atendimento:hover {
  opacity: 0.8;
}

.top-links {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.top-link-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.top-link-item:hover {
  opacity: 0.8;
}

.top-link-item i {
  font-size: 14px;
}

.main-nav {
  display: flex;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.container-nav {
  display: flex;
  width: 100%;
  max-width: 1156px;
  justify-content: center;
  gap: 32px;
  align-items: center;
}

.logo img {
  height: 50px;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
  align-items: center;
}

.nav-links li a {
  text-decoration: none;
  color: #149457;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.nav-links li a:hover {
  color: #156642;
}

.dropdown {
  position: relative;
}

.dropdown-trigger i {
  font-size: 16px;
  font-weight: 700;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow:
    0 1px 2px 0 rgba(0, 0, 0, 0.3),
    0 2px 6px 2px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 24px 8px;
  width: max-content;
  min-width: 220px;
  max-width: 280px;
  height: auto;
  display: none;
  z-index: 10;
  align-items: center;
  border-radius: 0 0 16px 16px;
}

.dropdown-menu li {
  border-bottom: 1px solid #cee07e;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
  padding: 12px 16px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.hero {
  display: flex;
  width: 100%;
  height: 961px;
  overflow: hidden;
}

.hero-content {
  flex: 1;
  background-color: #149457;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px 0 142px;
  color: #fff;
  gap: 64px;
  margin-left: -32px;
}

.hero-content h1 {
  font-size: 62px;
  font-style: normal;
  font-weight: 900;
  line-height: 64px;
  letter-spacing: -1.5px;
}

.hero-content p {
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  line-height: 32px;
  max-width: 552px;
}

.btn-hero {
  display: inline-flex;
  border-radius: 24px 24px 24px 0;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 20px 40px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  transition: background 0.3s;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-hero:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-image {
  flex: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history {
  width: 100%;
  background-color: #cee07e;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.container-history {
  display: flex;
  width: 100%;
  max-width: 1440px;
  align-items: center;
  gap: 40px;
}

.history-image-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-icon-shape {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  left: -50px;
}

.people-img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}

.history-text {
  flex: 1;
}

.history-text h2 {
  color: #084734;
  font-size: 56px;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
}

.history-text .description p {
  color: #084734;
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
  line-height: 34px;
  align-self: stretch;
}

.history-text strong {
  font-weight: 700;
}

.essencia {
  background-color: #084734;
  padding: 96px;
  gap: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.header-essencia {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.header-essencia .label-compromisso {
  color: #cee07e;
  font-weight: 700;
  letter-spacing: 0.7px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}

.header-essencia h2 {
  font-size: 48px;
  margin: 16px 0;
}

.header-essencia p {
  max-width: 600px;
  margin: 0 auto 62px auto;
  font-size: 18px;
  opacity: 0.9;
}

.grid-missao-visao {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: 100%;
}

.grid-valores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  margin-bottom: 62px;
}

.card-large,
.card-valor {
  color: #123c5a;
  font-weight: 400;
  line-height: 26px;
  background-color: #fff;
  padding: 40px;
  border-radius: 12px;
  text-align: left;
  position: relative;
  box-shadow: 8px 8px 0px #cee07e;
  cursor: pointer;
}

.card-large h3 {
  font-size: 24px;
  color: #149457;
  line-height: 32px;
  font-weight: 700;
}

.card-large p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #123c5a;
}

.card-large {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
}

.card-valor .icon-box {
  background: #1d8a5a;
  color: white;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 24px;
}

.card-valor h4 {
  color: #149457;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.title-valores {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.btn-governanca {
  display: flex;
  border-radius: 12px 12px 12px 0;
  padding: 12px 22px;
  border: 2px solid #fff;
  color: white;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.1);
}

.btn-governanca:hover {
  background: #fff;
  color: #063d2b;
}

.gestao-foco {
  background-color: #f2f2f2;
  padding: 20px;
  gap: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 80px;
}

.header-gestao {
  display: flex;
  width: 1290px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.header-gestao h2 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #084734;
}

.header-gestao p {
  color: #084734;
  max-width: 1171.414px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.grid-gestao {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1156px;
  margin-bottom: 100px;
}

.card-gestao {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: left;
  position: relative;
  border-right: 10px solid #149457;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.icon-gestao {
  background-color: #149457;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.card-gestao h3 {
  color: #123c5a;
  font-size: 22px;
  font-weight: 600;
  line-height: 31.194px;
  margin-bottom: 14px;
}

.card-gestao p {
  color: #123c5a;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.966px;
}

.solucoes {
  background-color: #cee07e;
  padding: 80px 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.header-solucoes h2 {
  color: #084734;
  font-size: 48px;
  font-weight: 800;
}

.header-solucoes {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.header-solucoes p {
  color: #063d2b;
  max-width: 1098px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 48px;
}

.grid-solucoes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  width: 100%;
  max-width: 1156px;
}

.card-solucao {
  background: #fff;
  padding: 36px;
  border-radius: 17.962px 17.962px 17.962px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 0px #123c5a;
  cursor: pointer;
  gap: 22px;
}

.icon-solucao {
  background-color: #149457;
  color: white;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.card-solucao h3 {
  color: #084734;
  font-size: 22px;
  font-weight: 600;
  line-height: 31.433px;
}

.card-solucao p {
  color: #123c5a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  flex-grow: 1;
  max-width: 294.127px;
}

.badge-destaque {
  display: flex;
  align-items: flex-start;
  background-color: #cfebff;
  color: #123c5a;
  padding: 6.736px 13.471px;
  border-radius: 37668960px;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  flex-shrink: 0;
  line-height: 22.452px;
}

.link-saiba-mais {
  display: flex;
  color: #123c5a;
  text-decoration: none;
  font-weight: 500;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  font-size: 18px;
  transition: gap 0.2s;
  line-height: 26.943px;
}

.link-saiba-mais:hover {
  gap: 12px;
}

.passo-a-passo {
  background-color: #f2f2f2;
  gap: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 128px;
  padding: 40px;
}

.header-simples {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  margin-top: 100px;
}

.header-simples h2 {
  text-align: center;
  color: #084734;
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
}

.header-simples p {
  text-align: center;
  color: #084734;
  max-width: 800px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.stepper-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1156px;
  position: relative;
  margin-bottom: 80px;
}

.step-line {
  position: absolute;
  top: 110px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #149457;
  z-index: 1;
  opacity: 0.95;
}

.step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  padding: 0 10px;
  gap: 12px;
}

.number-badge {
  background-color: #149457;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.icon-box-step {
  background-color: #cee07e;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.step-item h3 {
  color: #123c5a;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.75px;
}

.step-item p {
  color: #123c5a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.75px;
}

.final-cta {
  background-color: #149457;
  width: 100%;
  height: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.cta-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.final-cta h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  color: #fff;
}

.final-cta p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.text-final-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.btn-simulacao {
  display: flex;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid white;
  border-radius: 16px 16px 16px 0;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  margin-top: 24px;
}

.btn-simulacao:hover {
  transform: translate(2px, 2px);
}

.btn-simulacao i {
  font-size: 32px;
}

.faq-section {
  background-color: #f5f7f6;
  padding: 100px 142px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}

.faq-top {
  display: flex;
  width: 100%;
  max-width: 1400px;
  gap: 30px;
}

.faq-intro {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-intro h2 {
  color: #084734;
  font-size: 48px;
  font-weight: 800;
  line-height: 48px;
}

.faq-intro p {
  color: #084734;
  font-size: 18px;
  font-weight: 400;
  line-height: 29.25px;
  max-width: 400px;
}

.faq-content {
  flex: 1.5;
}

details {
  background: white;
  margin-bottom: 16px;
  border-radius: 12px 12px 12px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

summary {
  display: flex;
  padding: 24px;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #084734;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

summary::-webkit-details-marker {
  display: none;
}

.answer {
  padding: 0 24px 24px 24px;
  color: #123c5a;
  line-height: 1.6;
  font-weight: 500;
}

.faq-support-banner {
  width: 100%;
  height: 164px;
  max-width: 1400px;
  background-color: #cfebff;
  padding: 0 32px;
  border-radius: 24px 24px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: space-between;
}

.support-text h3 {
  color: #123c5a;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.support-text p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.btn-support {
  font-size: 16px;
  padding: 14px 25.531px 18px 27px;
  line-height: 24px;
  border: 2px solid #123c5a;
  border-radius: 12px 12px 12px 0;
  color: #123c5a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.footer {
  background-color: #123c5a;
  padding: 44px 88px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 60px;
}

.footer-col h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.contact-item i {
  font-size: 20px;
}

.contact-item a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  line-height: 24px;
}

.contact-item a:hover {
  text-decoration: underline;
}

.ans-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ans-img {
  height: 40px;
}

.ans-number {
  border: 1px solid white;
  padding: 8px 12px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: center;
}

.ans-number strong {
  font-size: 14px;
}

.footer-divider {
  width: 100%;
  max-width: 1156px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1156px;

  p {
    text-align: center;
    font-size: 16px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    line-height: 25.6px;
  }
}

.social-links {
  display: flex;
  align-items: center;
  gap: 20px;

  span {
    font-family: "Archivo", sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}

.social-links .icons {
  display: flex;
  gap: 15px;
  font-size: 24px;
}

.social-links a {
  color: #fff;
  text-decoration: none;
}

.footer-logo img {
  height: 30px;
  flex-shrink: 0;
}

.hero-tabelas {
  display: flex;
  width: 100%;
  height: 859px;
  overflow: hidden;
}

.hero-content-tabelas {
  flex: 1;
  background-color: #1d8a5a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px 0 142px;
  color: #fff;
}

.hero-content-tabelas h1 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 32px;
}

.hero-content-tabelas p {
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 48px;
  max-width: 500px;
}

.btn-hero-tabelas {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 18px 32px;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 4px 4px 0px #fff;
  transition: all 0.2s;
}

.btn-hero-tabelas:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px #fff;
}

.hero-image-tabelas {
  flex: 1;
}

.hero-image-tabelas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secao-tabelas {
  background-color: #f2f2f2;
  padding: 80px 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-tabelas-busca {
  text-align: center;
  margin-bottom: 48px;
}

.header-tabelas-busca h2 {
  color: #063d2b;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 16px;
}

.header-tabelas-busca p {
  color: #1d8a5a;
  font-size: 20px;
  font-weight: 600;
}

.container-filtros {
  background: white;
  width: 100%;
  max-width: 900px;
  padding: 32px;
  border-radius: 20px;
  border-right: 8px solid #1d8a5a;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 48px;
}

.filtro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.input-group label {
  font-weight: bold;
  color: #1d8a5a;
  font-size: 14px;
}

.input-group select {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #666;
  outline: none;
}

.botoes-filtro {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.btn-limpar {
  background-color: #ffaaaa;
  color: #d32f2f;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
}

.btn-buscar {
  background-color: #1d8a5a;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lista-unimeds {
  background: white;
  width: 100%;
  max-width: 1000px;
  padding: 40px;
  border-radius: 20px;
  border-right: 12px solid #1d8a5a;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.card-unimed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-bottom: 2px solid #f2f2f2;
}

.card-unimed:last-child {
  border-bottom: none;
}

.unimed-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.unimed-logo-box {
  background-color: #1d8a5a;
  color: white;
  padding: 10px;
  border-radius: 12px;
  width: 200px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.unimed-logo-box img {
  width: 120px;
}

.unimed-text h3 {
  color: #063d2b;
  font-size: 20px;
  font-weight: 800;
}

.unimed-text p {
  color: #12344d;
  font-weight: bold;
}

.btn-ver-tabela {
  background-color: #1d8a5a;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}

.btn-ver-tabela:hover {
  background-color: #084734;
}

.solucoes-dark {
  background-color: #084734;
  padding: 80px 142px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.solucoes-dark h2,
.solucoes-dark p {
  color: #ffffff;
}

.card-solucao.variant-dark {
  box-shadow: 10px 10px 0px #cee07e;
}

.card-solucao.variant-dark h3 {
  color: #084734;
}

.card-solucao.variant-dark p {
  color: #123c5a;
}

.variant-dark .icon-solucao {
  background-color: #149457;
}

.variant-dark .link-saiba-mais {
  color: #123c5a;
}

.passo-a-passo-tabelas {
  background-color: #f2f2f2;
  gap: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 128px;
  padding: 40px;
}

.final-cta-tabelas {
  background-color: #cee07e;
  width: 100%;
  height: 414px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #084734;
}

.final-cta-tabelas h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
}

.final-cta-tabelas p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 750px;
  margin-bottom: 40px;
}

.btn-simulacao-dark {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background-color: #063d2b;
  border: none;
  border-radius: 12px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.btn-simulacao-dark:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}

/* --- AJUSTES GERAIS DE RESPONSIVIDADE --- */

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  img,
  svg {
    max-width: 100%;
  }

  .top-bar {
    display: none;
  }

  .main-nav {
    height: auto;
    background-color: transparent;
    border-bottom: none;
    padding: 16px 26px 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }

  .container-nav {
    display: flex;
    background: #084734;
    border-radius: 24px 24px 24px 0;

    width: 370px;
    height: 88px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    gap: 64px;

    box-shadow:
      0 1px 2px 0 rgba(0, 0, 0, 0.3),
      0 1px 3px 1px rgba(0, 0, 0, 0.15);
  }

  .logo img {
    height: 60px;
    filter: brightness(0) invert(1);
  }

  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: transparent;
    font-size: 48px;
    color: #fff;
    cursor: pointer;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #005a3f;
    padding: 14px 16px 18px;
    z-index: 999;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.28);
  }

  .nav-links li a {
    color: #fff;
    font-size: 15px;
    text-align: left;
    display: block;
    padding: 8px 0;
    line-height: 1.35;
  }

  .nav-links.active {
    display: flex;
  }

  .dropdown-menu {
    display: block;
    position: static;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 6px 0 0 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    margin-top: 2px;
  }

  .dropdown-menu li {
    border-bottom: none;
  }

  .dropdown-menu li a {
    color: #d7f6e7;
    font-size: 13px;
    padding: 6px 0;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }

  .hero,
  .hero-tabelas {
    flex-direction: column;
    height: auto;
  }

  .hero-content,
  .hero-content-tabelas {
    order: 1;
    margin-left: 0;
    gap: 14px;
    padding: 18px 20px 16px;
    text-align: left;
    align-items: flex-start;
  }

  .hero-content {
    background-color: #149457;
  }

  .hero-content-tabelas {
    background-color: #1d8a5a;
  }

  .hero-content h1,
  .hero-content-tabelas h1 {
    font-size: 23px;
    line-height: 1.13;
    letter-spacing: -0.5px;
  }

  .hero-content p,
  .hero-content-tabelas p {
    max-width: 100%;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 24px;
  }

  .hero-image,
  .hero-image-tabelas {
    order: 2;
    height: 214px;
  }

  .btn-hero,
  .btn-hero-tabelas {
    display: none;
  }

  .history {
    padding: 22px 20px;
  }

  .container-history {
    flex-direction: column;
    gap: 32px;
  }

  .bg-icon-shape {
    display: none;
  }

  .history-image-wrapper {
    width: 100%;
  }

  .history-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #084734;
    line-height: 44.813px;
    letter-spacing: -0.934px;
    margin-bottom: 20px;
  }

  .history-text .description p {
    font-size: 16px;
    color: #084734;
    font-style: italic;
    font-weight: 400;
    line-height: 18px;
  }

  .essencia,
  .gestao-foco,
  .solucoes,
  .solucoes-dark,
  .passo-a-passo,
  .passo-a-passo-tabelas,
  .secao-tabelas,
  .faq-section {
    padding: 24px 20px;
    gap: 22px;
  }

  .header-essencia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16.396px;
    align-self: stretch;
  }

  .header-solucoes,
  .header-tabelas-busca {
    width: 100%;
    gap: 10px;
    margin: 0;
  }

  .header-essencia h2,
  .header-tabelas-busca h2,
  .final-cta-tabelas h2 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.4px;
  }

  .header-essencia p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.347px;
    max-width: 360.21px;
    margin: 0;
  }

  .card-large {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
  }
  .card-large h3 {
    color: #149457;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    width: 255.17px;
    height: 17px;
  }

  .card-large p {
    color: #123c5a;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .header-tabelas-busca p,
  .final-cta-tabelas p {
    font-size: 12px;
    line-height: 14.347px;
    margin: 0;
    max-width: 100%;
  }

  .title-valores {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
  }

  .grid-missao-visao,
  .grid-gestao {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }

  .grid-solucoes {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }

  .solucoes-dark .grid-solucoes {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .grid-valores {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
  }

  .card-large,
  .card-valor {
    padding: 16px;
    box-shadow: 5px 5px 0 #cee07e;
  }

  .card-gestao {
    display: flex;
    width: 360px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 9.511px 9.511px 9.511px 0;
    border-right: 4.269px solid #149457;
    background: #fff;
    box-shadow:
      0 0.594px 1.783px 0 rgba(0, 0, 0, 0.1),
      0 0.594px 1.189px -0.594px rgba(0, 0, 0, 0.1);
  }

  .card-gestao h3 {
    color: #123c5a;
    font-size: 20px;
    font-weight: 600;
    line-height: 23.904px;
  }

  .header-solucoes h2 {
    color: #084734;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    align-self: stretch;
  }

  .header-solucoes p {
    color: #084734;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .card-solucao {
    display: flex;
    width: 369.712px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 17.962px 17.962px 17.962px 0;
    border-right: 8px solid var(--Unisalus-Azul, #123c5a);
    background: var(--Unisalus-Branco, #fff);
    box-shadow:
      0 1.123px 3.368px 0 rgba(0, 0, 0, 0.1),
      0 1.123px 2.245px -1.123px rgba(0, 0, 0, 0.1);
  }

  .icon-solucao {
    display: flex;
    width: 62.867px;
    height: 62.867px;
    justify-content: center;
    align-items: center;
    border-radius: 15.717px;
    background: var(--Unisalus-Verde, #149457);

    svg {
      width: 26.195px;
      height: 23.575px;
    }
  }

  .card-solucao.variant-dark {
    box-shadow: 5px 5px 0 #cee07e;
  }

  .card-solucao {
    padding: 14px;
    gap: 10px;
    border-radius: 14px 14px 14px 0;
  }

  .card-solucao h3 {
    color: #084734;
    font-size: 22.452px;
    font-weight: 600;
    line-height: 31.433px;
  }

  .card-solucao p {
    color: #123c5a;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }

  .badge-destaque {
    display: flex;
    height: 35.924px;
    padding: 6.736px 13.471px;
    align-items: flex-start;
    border-radius: 37668960px;
    background: #cfebff;
  }

  .link-saiba-mais {
    color: #123c5a;
    font-size: 17.962px;
    font-weight: 500;
    line-height: 26.943px; /* 150% */
  }

  .card-valor {
    display: flex;
    border-radius: 8px 8px 8px 0;
    /* width: 206px;
    height: 160px; */
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
  }

  .card-valor .icon-box {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    font-size: 15px;
    border-radius: 7px;
  }

  .card-valor h4 {
    color: #149457;
    font-size: 14px;
    font-weight: 700;
    line-height: 14.347px;
  }

  .card-valor p {
    color: #123c5a;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .btn-governanca {
    color: #fff;
    text-align: center;
    font-size: 13.67px;
    font-weight: 600;
    line-height: 21.873px;
  }

  .header-gestao h2 {
    color: #084734;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-top: 50px;
  }

  .header-gestao p {
    color: #084734;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .header-gestao {
    display: flex;
    width: 403.125px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .header-simples {
    display: flex;
    height: 191px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
  }

  .header-simples h2 {
    padding-top: 50px;
    color: var(--Unisalus-Verde-Escuro, #084734);
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
  }

  .header-simples p {
    color: var(--Unisalus-Verde-Escuro, #084734);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 32px;
  }

  .stepper-container {
    flex-direction: column;
    gap: 0;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    align-items: stretch;
  }

  .step-line {
    display: none;
  }

  .stepper-container::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #b7dcc8;
    border-radius: 99px;
  }

  .step-item {
    position: relative;
    width: 100%;
    padding: 0 0 22px 42px;
    text-align: left;
    align-items: flex-start;
    gap: 0;
  }

  .number-badge {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
    width: 28px;
    height: 28px;
    font-size: 12px;
    z-index: 2;
  }

  .icon-box-step {
    width: 48px;
    height: 48px;
    font-size: 14px;
    margin-bottom: 8px;
    border-radius: 10px;

    svg {
      width: 28px;
      height: 28px;
      flex-shrink: 0;
    }
  }

  .step-item h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #123c5a;
    max-width: 230px;
    font-weight: 700;
  }

  .step-item p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #123c5a;
    max-width: 220px;
    font-weight: 400;
  }

  .step-item:last-child {
    padding-bottom: 0;
  }

  .passo-a-passo {
    padding-bottom: 80px;
  }

  .final-cta h2 {
    color: var(--Unisalus-Branco, #fff);
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 34px;
    max-width: 431px;
  }

  .final-cta p {
    color: var(--Unisalus-Branco, #fff);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .text-final-cta {
    gap: 32px;
  }

  .faq-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24.706px;
    align-self: stretch;
  }

  .faq-intro h2 {
    padding-top: 50px;
    color: var(--Unisalus-Verde-Escuro, #084734);
    font-size: 32px;
    font-weight: 800;
    line-height: 36px;
  }

  .faq-intro p {
    color: var(--Unisalus-Verde-Escuro, #084734);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.583px;
  }

  .faq-top {
    flex-direction: column;
    gap: 16px;
  }

  .faq-section {
    gap: 20px;
    padding-bottom: 100px;
  }

  summary {
    font-size: 15px;
    line-height: 1.4;
    padding: 16px;
  }

  .answer {
    padding: 0 16px 16px;
    font-size: 14px;
  }

  .faq-support-banner {
    display: flex;
    width: 413px;
    height: 124.507px;
    padding: 0 24.294px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12.147px;
    border-radius: 18.221px 18.221px 18.221px 0;
    background: var(--Unisalus-Azul-Claro, #cfebff);
  }

  .support-text h3 {
    color: var(--Unisalus-Azul, #123c5a);
    text-align: center;
    font-size: 18.221px;
    font-weight: 600;
    line-height: 22.508px;
  }

  .support-text p {
    display: flex;
    color: var(--Unisalus-Cinza-Medio, #666);
    font-size: 10.003px;
    font-weight: 400;
    line-height: 15.005px;
    justify-content: center;
  }

  .btn-support {
    display: flex;
    padding: 8.563px 15.903px;
    justify-content: center;
    align-items: center;
    gap: 6.117px;
    border-radius: 7.34px 7.34px 7.34px 0;
    border: 1.223px solid var(--Unisalus-Azul, #123c5a);
    box-shadow:
      0 0.612px 1.835px 0 rgba(0, 0, 0, 0.1),
      0 0.612px 1.223px -0.612px rgba(0, 0, 0, 0.1);
    color: var(--Unisalus-Azul, #123c5a);
    text-align: center;
    font-size: 9.787px;
    font-weight: 600;
    line-height: 14.68px;
  }

  .final-cta,
  .final-cta-tabelas {
    height: auto;
    padding: 28px 20px;
  }

  .cta-container {
    gap: 16px;
  }

  .btn-simulacao,
  .btn-simulacao-dark {
    display: flex;
    padding: 11.782px 23.565px;
    justify-content: center;
    align-items: center;
    gap: 5.891px;
    border-radius: 9.426px 9.426px 9.426px 0;
    border: 1.178px solid var(--Unisalus-Branco, #fff);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 2.356px 2.356px 0 rgba(0, 0, 0, 0.25);
  }

  .secao-tabelas {
    background-color: #f4f4f4;
  }

  .container-filtros,
  .lista-unimeds {
    padding: 14px;
    border-right-width: 6px;
    border-radius: 12px;
    box-shadow: 4px 4px 0 rgba(18, 60, 90, 0.1);
  }

  .filtro-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .input-group select {
    padding: 9px;
    font-size: 13px;
  }

  .botoes-filtro {
    justify-content: flex-start;
    gap: 10px;
  }

  .btn-limpar,
  .btn-buscar {
    padding: 8px 13px;
    font-size: 12px;
    border-radius: 7px;
  }

  .card-unimed {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 0;
  }

  .unimed-info {
    gap: 12px;
    align-items: flex-start;
  }

  .unimed-logo-box {
    width: 100%;
    max-width: 156px;
  }

  .btn-ver-tabela {
    width: fit-content;
    align-self: flex-start;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 7px;
  }

  .footer {
    padding: 24px 20px;
  }

  .footer-top {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
  }

  .footer-col h4 {
    font-size: 17px;
  }

  .contact-item a {
    font-size: 14px;
  }

  .footer-divider {
    margin-bottom: 18px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .footer-bottom p {
    font-size: 12px;
    line-height: 1.4;
  }

  .social-links {
    flex-direction: column;
    gap: 10px;
  }

  .social-links span {
    font-size: 14px;
  }

  .social-links .icons {
    font-size: 18px;
  }

  .hero .hero-content {
    padding-top: 184px;
    padding-bottom: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
  }

  .hero .hero-image {
    height: 206px;
  }

  .history {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  /* .container-history {
    gap: 8px;
  } */

  .history-image-wrapper {
    margin-top: -6px;
  }

  /* .history-text h2 {
    font-size: 20px;
    margin-bottom: 6px;
  } */

  /* .history-text .description p {
    font-size: 12px;
    line-height: 1.34;
  } */

  .essencia {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .grid-valores {
    column-gap: 14px;
  }

  /* .card-valor {
    min-height: 156px;
  } */

  .solucoes .grid-solucoes {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .solucoes .card-solucao {
    border-radius: 12px 12px 12px 0;
  }

  .solucoes .card-solucao .icon-solucao {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .grid-valores {
    grid-template-columns: 1fr;
  }

  .grid-solucoes {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .hero-content h1,
  .hero-content-tabelas h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -1.5px;
  }

  .header-essencia h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 24.595px;
    margin: 0;
  }

  .header-tabelas-busca h2,
  .final-cta-tabelas h2 {
    max-width: 320px;
  }

  /* Ajuste fino TABELAS */
  .hero-tabelas .hero-content-tabelas {
    padding-top: 84px;
    padding-bottom: 14px;
  }

  .hero-tabelas .hero-image-tabelas {
    height: 198px;
  }

  .secao-tabelas {
    padding-top: 18px;
    padding-bottom: 20px;
    gap: 16px;
  }

  .header-tabelas-busca h2 {
    font-size: 18px;
    line-height: 1.22;
  }

  .header-tabelas-busca p {
    font-size: 11px;
  }

  .container-filtros,
  .lista-unimeds {
    border-radius: 10px;
    border-right-width: 5px;
  }

  .filtro-grid {
    gap: 8px;
    margin-bottom: 12px;
  }

  .input-group label {
    font-size: 12px;
  }

  .input-group select {
    font-size: 12px;
    padding: 8px;
  }

  .botoes-filtro {
    gap: 8px;
  }

  .btn-limpar,
  .btn-buscar {
    padding: 7px 12px;
    font-size: 11px;
  }

  .card-unimed {
    gap: 10px;
    padding: 12px 0;
  }

  .unimed-info {
    gap: 10px;
  }

  .unimed-logo-box {
    max-width: 144px;
    padding: 8px;
    border-radius: 10px;
  }

  .unimed-logo-box img {
    width: 102px;
  }

  .unimed-text h3 {
    font-size: 16px;
  }

  .unimed-text p {
    font-size: 12px;
  }

  .btn-ver-tabela {
    padding: 7px 10px;
    font-size: 11px;
  }

  .solucoes-dark {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .solucoes-dark .header-solucoes h2 {
    font-size: 21px;
  }

  .solucoes-dark .grid-solucoes {
    gap: 10px;
  }

  .solucoes-dark .card-solucao {
    border-radius: 12px 12px 12px 0;
    box-shadow: 4px 4px 0 #cee07e;
  }

  .passo-a-passo-tabelas {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .final-cta-tabelas {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .final-cta-tabelas h2 {
    font-size: 21px;
  }

  .final-cta-tabelas p {
    font-size: 12px;
    line-height: 1.36;
  }
}

/* Tablet e notebooks (entre mobile e desktop amplo) */
@media (min-width: 769px) and (max-width: 1366px) {
  .main-nav {
    height: 88px;
    padding: 0 24px;
  }

  .container-nav {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }

  .logo img {
    height: 42px;
  }

  .nav-links {
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .nav-links li a {
    font-size: 17px;
  }

  .hero,
  .hero-tabelas {
    height: auto;
    min-height: 620px;
  }

  .hero-content,
  .hero-content-tabelas {
    margin-left: 0;
    padding: 64px 40px;
    gap: 26px;
  }

  .hero-content h1,
  .hero-content-tabelas h1 {
    font-size: clamp(40px, 4vw, 54px);
    line-height: 1.08;
  }

  .hero-content p,
  .hero-content-tabelas p {
    font-size: clamp(20px, 1.8vw, 24px);
    line-height: 1.28;
    max-width: 520px;
  }

  .history,
  .essencia,
  .solucoes,
  .solucoes-dark,
  .faq-section,
  .secao-tabelas {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header-gestao {
    width: 100%;
  }

  .grid-valores,
  .grid-gestao,
  .grid-solucoes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .stepper-container {
    flex-wrap: wrap;
    row-gap: 28px;
  }

  .step-line {
    display: none;
  }

  .step-item {
    flex: 0 0 calc(50% - 10px);
  }

  .footer-top,
  .footer-bottom {
    gap: 24px;
  }
}

/* Correção do corte do hero no mobile */
@media (max-width: 768px) {
  .hero-image,
  .hero-image-tabelas {
    height: auto;
    min-height: 0;
  }

  .hero-image img,
  .hero-image-tabelas img {
    height: auto;
    object-fit: contain;
  }
}

/* Esconder hambúrguer no Desktop */
@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
}
