* {
   box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
   scroll-behavior: smooth
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

ul li {
   list-style: none
}

a {
   text-decoration: none
}

.button {
   width: -moz-fit-content;
   width: fit-content;
   padding: 19px 20px;
   display: flex;
   gap: 10px;
   align-items: center;
   justify-content: center;
   background-color: #ffefeb;
   font-size: 1.25rem;
   font-weight: 700;
   border-radius: 62.4375rem;
   transition: .3s ease-out;
   border: none;
   text-transform: uppercase
}

@media screen and (max-width:33.75rem) {
   .button {
      font-size: 1.125rem
   }
}

.button__small {
   padding: 9.5px 16px;
   font-weight: 600
}


/* Header styles - Inicio */

.header_container {
    margin-top: 128px;
  background-image: url("../../imgs/vertice/LP-HERO.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px 20px 80px;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero_top {
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 70px;
}

.logo_header {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.header_h4 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
}

.span_dv {
  color: #1E824C;
  font-weight: 600;
}

.header_h5 {
  color: #ffffff;
  font-size: 16px;
  margin: 18px 0 0;
  font-weight: 300;
}

.header_h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  margin: 30px 0 10px;
  font-weight: 700;
}

.span_pd {
  color: #4a4a4a;
  font-weight: 700;
}

.btn_header {
  background: linear-gradient(90deg, #1E824C, #1E824C);
  color: #ffffff;
  padding: 14px 48px;
  border-radius: 999px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  font-size: 16px;
  box-shadow: 0 10px 30px rgba(0, 196, 107, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn_header:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 196, 107, 0.5);
  filter: brightness(1.05);
}

.list_img_header {
  max-width: 1120px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.list_content {
  flex: 1 1 50%;
  text-align: left;
}

.list_image {
  flex: 1 1 50%;
  display: flex;
  justify-content: flex-end;
}

.img_header {
  max-width: 480px;
  width: 100%;
}

.header_h3 {
  color: #ffffff;
  font-size: 24px;
  margin: 0 0 18px;
  font-weight: 600;
}

.ul_header {
  list-style: none;
  padding-left: 0;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 16px;
}

.ul_header li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
}

.ul_header li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #636363;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #383837;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_header {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.btn_header_wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .header_h2 {
    font-size: 32px;
  }

  .list_img_header {
    flex-direction: column-reverse;
    text-align: center;
  }

  .list_content {
    text-align: left;
    width: 100%;
  }

  .list_image {
    justify-content: center;
  }

  .img_header {
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .header_h2 {
    font-size: 26px;
  }

  .header_h4 {
    font-size: 16px;
    padding: 8px 20px;
  }

  .hero_top {
    margin-bottom: 50px;
  }
}

/* Header styles - Fim */

/* Section "Apice" styles - Inicio */

.section_apice {
  background-color: #f5f5f0;
  padding: 60px 20px 80px;
}

.section_container_apice {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
}

.apice_intro {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.6;
  color: #0A0A0A;
  margin: 0;
}

.apice_card {
  position: relative;
  width: 100%;
  max-width: 980px;
}

.img_section_apice_1 {
  width: 100%;
  display: block;
}

.apice_card_content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}

.section_h2 {
  margin: 0;
  max-width: 620px;
  font-size: 40px;
  line-height: 1.3;
  color: #0A0A0A;
  font-weight: 700;
}

.apice_image_wrapper {
  width: 100%;
  max-width: 980px;
}

.img_section_apice_2 {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .apice_card_content {
    padding: 32px 20px;
  }

  .section_h2 {
    font-size: 24px;
  }

  .apice_intro {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .apice_card_content {
    padding: 32px 20px;
  }

  .section_h2 {
    font-size: 20px;
  }

  .apice_intro {
    font-size: 14px;
  }
}

/* Section "Apice" styles - Fim */

/* Section "Solucoes" styles - Inicio */

.section_solucoes {
  background-color: #0A0A0A;
  padding: 60px 20px 80px;
}

.section_solucoes_container {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.solucoes_intro {
   color: #f5f5f5;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  padding: 10px 24px;
  border-radius: 999px;
}

.span_md {
  color: #ff8b3d;
  font-weight: 500;
}

.solucoes_hero {
  position: relative;
  margin-bottom: 32px;
}

.img_section_solucoes {
  width: 100%;
  max-width: 980px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.apice_card_content_solucao {
  position: absolute;
  left: 50%;
  top: 70%;                       /* mantém a posição vertical */
  transform: translate(-50%, -50%);
  width: 100%;                    /* pega a largura toda disponível */
  max-width: 780px;               /* mas não passa disso em telas grandes */
  padding: 0 16px;                /* espaço lateral pra mobile */
  display: flex;
  justify-content: center;
}

.features_wrapper {
  max-width: 980px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 32px;
}

.feature-card {
  height: 120px;
  padding: 16px 20px;
  color: #f5f5f5;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;

  border: 1px solid rgba(0, 255, 153, 0.4);
  border-radius: 2px;
  background: #050505;
  box-shadow: 0 0 18px rgba(0, 255, 153, 0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.feature-card:hover {
  border-color: #1E824C;
  box-shadow: 0 0 24px rgba(0, 255, 180, 0.18);
  transform: translateY(-3px);
}

.solucoes_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: nowrap;
}

.solucoes_bottom_image {
  flex: 0 0 auto;
}

.img_section_solucoes_2 {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

.solucoes_box {
  max-width: 260px;
  padding: 20px 22px;
  background: #050505;
  border-radius: 16px;
  border: 1px solid #1E824C;
  box-shadow: 0 0 26px rgba(0, 255, 153, 0.25);
  color: #f5f5f5;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.solucoes_box h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: #1E824C;
}

@media (max-width: 1024px) {
  .features_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solucoes_bottom {
    flex-wrap: wrap;
  }

  .solucoes_box {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .apice_card_content_solucao {
    top: 71%;
    max-width: 100%;
  }

  .solucoes_intro {
    font-size: 11px;
    padding: 8px 16px;
  }
}

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

  .feature-card {
    height: auto;
    min-height: 110px;
  }

  .solucoes_bottom {
    flex-direction: column;
  }

  .img_section_solucoes_2 {
    max-width: 320px;
  }
}

/* Section "Solucoes" styles - Fim */

/* Section "Trilha" styles - Inicio */

.section_trilha {
    padding: 50px 50px;
    background-color: #0A0A0A;
    text-align: center;
}

.section_h2_trilha {
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.img_section_trilha {
  width: 100%;
  max-width: 980px;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}

@media (max-width: 768px) {
  .section_trilha {
    padding: 40px 16px;
  }

  .section_h2_trilha {
    font-size: 22px;
  }
}

/* Section "Trila" styles - Fim */

/* Section "Vertice" styles - Inicio */

.section_vertice {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 16px 60px;
  background-color: #0A0A0A;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.hero-logo {
  width: 220px;
  margin: 0 auto 40px;
  display: block;
}

.hero-description {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  color: white;
}

.hero-description .accent {
  color: #1E824C;
  font-weight: 400;
}

.metrics {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.metric {
  min-width: 180px;
  max-width: 220px;
}

.metric-number {
  font-size: 48px;
  font-weight: 700;
  color: #1E824C;
  margin-bottom: 8px;
}

.metric-text {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.partners {
  margin-top: 80px;
}

.partners-title {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  color: white;
  margin-bottom: 40px;
}

.partners-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 40px 80px;
  align-items: center;
  justify-items: center;
  margin-bottom: 90px;
}

.partner-logo {
  max-width: 160px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .metrics {
    gap: 32px;
    margin-top: 48px;
  }

  .metric-number {
    font-size: 40px;
  }

  .partners-grid {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 32px 40px;
  }
}

@media (max-width: 600px) {
  .vertice-hero {
    padding-top: 60px;
  }

  .partners-grid {
    grid-template-columns: 1fr;
  }
}

/* Section "Vetice" styles - Fim */

/* Section "Agende" styles - Inicio */

.section_agende {
  padding: 80px 16px 100px;
  background: #0A0A0A;
  background-image: url("../../imgs/vertice/PADRÃO-PÓS-PARCEIROS.png"); /* imagem de fundo */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.cta-inner {
  max-width: 1100px;
  width: 100%;
  text-align: center;
}

.cta-image-wrapper {
  max-width: 960px;
  margin: 0 auto 32px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.cta-image {
  display: block;
  width: 100%;
  height: auto;
}

.cta-text {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.cta-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.cta-highlight {
  color: #00c46b;
}

.cta-subtitle {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 768px) {
  .vertice-cta {
    padding: 60px 16px 80px;
  }

  .cta-image-wrapper {
    border-radius: 16px;
  }

  .cta-title {
    font-size: 18px;
  }

  .cta-subtitle {
    font-size: 15px;
  }
}

/* Section "Agende" styles - Fim */

/* Section "Dimensao" styles - Inicio */

.section_dimensao {
  background: #0A0A0A;
  padding: 80px 16px 80px;
  color: #f5f5f5;
}

.about-inner {
  max-width: 1100px;
  margin: 0 auto 40px;
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-media {
  flex: 0 0 420px;
}

.about-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}

.about-image {
  display: block;
  width: 100%;
  height: auto;
}

.about-content {
  flex: 1 1 380px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.about-content p {
  margin-bottom: 16px;
}

.accent {
  color: #00c46b;
  font-weight: 400;
}

.about-cta-wrapper {
  display: flex;
  justify-content: center;
}

.about-cta {
  display: inline-block;
  padding: 16px 48px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #00a84f, #00c46b);
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 196, 107, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.about-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 196, 107, 0.5);
  filter: brightness(1.05);
}

.bottom_dimensao {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .about-inner {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    text-align: center;
  }
}

/* Section "Dimensao" styles - Fim */

/* Section "Formulario" styles - Inicio */

/* Section "Formulario" styles - Fim */

/* Footer styles - Inicio */

.footer {
  background-color: #0A0A0A;
  color: #ffffff;
  padding: 16px 0 20px;
  text-align: center;
}

.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;           /* distância entre os ícones */
  margin-bottom: 8px;
}

.footer__icon {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer__icon:hover {
  color: #1E824C;
  transform: translateY(-2px);
}

.footer__copy {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}

/* Footer styles - Fim */

/* video styles - Inicio */

.video-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.video-overlay.is-active {
  display: block;
}

.video-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.video-overlay__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.video-overlay__ratio {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-overlay__ratio iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-overlay__close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 1;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}

/* video styles - Fim */

#form-contato {
    background-color: #0A0A0A;
    padding: 0;
}

.section7__franquias__container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
}

#IContrate {
    display: block;
    margin: 0;
    padding: 0;
}