/* ========================================
   RESET E CONFIGURAÇÕES GERAIS
======================================== */
body.menu-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f8f7fe;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* ========================================
  COMPONENTES BOTÕES GLOBAIS
======================================== */
.btn {
  border-radius: 1000px;
  outline: none;
  border: none;
  padding: 1rem 2rem;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}

/* ========================================
  SEÇÃO HEADER DESKTOP
======================================== */
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  height: 125px;
  gap: 100px;
}

.logo-header {
  width: 72px;
  height: 113px;
  margin-top: 15px;
}

.header-captura {
  display: flex;
  justify-content: center;
}

.logo-header-captura {
  width: 50px;
  margin-top: 15px;
}

ul.nav-list {
  list-style: none;
  display: flex;
  gap: 50px;
}

.link-nav {
  display: block;
  color: #45606c;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}

.header .btn {
  background-color: #588986;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 1000px;
  white-space: nowrap;
}

.header-main,
.gradient-header,
.menu-expand-mobile {
  display: none;
}

/* ========================================
   SEÇÃO DIVISOR MENU
======================================== */
.divider-menu,
.divider-menu-captura,
.divider-menu-footer {
  width: 100%;
  height: 6px;
  background-image: var(--degrade,
      linear-gradient(90deg, #dfab4b 24.92%, #7465e9 66.02%));
}

/* ========================================
   SEÇÃO HEADER MOBILE
======================================== */
.header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0rem 1rem;
}

.icon-show-menu {
  width: 40px;
  height: 40px;
  color: #334F98;
}

.icon-close-menu {
  display: none;
}

.btn-header {
  background-color: #7565EA;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.cta-menu {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}

.menu-nav {
  background-color: #F8F7FE;
  padding: 20px 40px;
}

.menu-nav li {
  border-bottom: 1.2px solid #DEDAFA;
  list-style: none;
  color: #45606C;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  padding: 20px 5px;
}

.menu-nav li:last-child {
  border-bottom: none;
}

.contacts-menu {
  background-color: #7465E9;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  padding: 3rem 2rem;
}

.contacts-menu>.contact-address {
  grid-column: 1 / span 2;
}

.contact-phone,
.contact-help,
.contact-address {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.contact-address {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.telefone-principais {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.icon-telefone-principal {
  margin-top: 3px;
}

.gradient-header {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #DFAB4B 24.92%, #7465E9 66.02%);
}

.contacts-menu p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.social-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.title-social {
  color: #45606C;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.7rem;
}

.social-networking {
  display: flex;
  gap: 12px;
}

.menu-expand-mobile {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  position: fixed;
  z-index: 2;
}

.menu-expand-mobile.open {
  max-height: 550px;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}

.icon-close-menu {
  display: none;
  cursor: pointer;
}

.icon-show-menu {
  cursor: pointer;
}

/* ========================================
   SEÇÃO BANNER/HERO
======================================== */
.content-main {
  background-image: linear-gradient(240deg,
      rgba(0, 0, 0, 0) 49.29%,
      #000 114.06%),
    url("../../images/banner02.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  display: flex;
  align-items: center;
  position: relative;
}

.content-main-captura {
  background-image: linear-gradient(240deg,
      rgba(0, 0, 0, 0) 49.29%,
      #000 114.06%),
    url("../../images/banner-captura.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
}

.hero {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  margin-bottom: 2rem;
  position: relative;
}

.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -0.8px;
}

.title-captura {
  width: 45%;
  line-height: 40px !important;
}

.subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.subtitle-captura {
  line-height: 24px !important;
}

.highlight-banner-captura {
  display: block;
}

.btn-banner {
  background-color: #588986;
  color: #fff;
  font-size: 22px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.btn-cta-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #588986;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0.7rem 1.5rem;
  font-size: 13px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-cta-whatsapp.hidden {
  opacity: 0;
  transform: translateY(100px);
  pointer-events: none;
}

.btn-cta-whatsapp img {
  width: 45px;
}

.btn-banner-captura {
  background-color: var(--secondary-color) !important;
  color: #fff;
  font-size: 22px;
  margin-top: 30px;
  display: inline-block;
}

/* ========================================
   SEÇÃO PLANOS/PRICING
======================================== */
.pricing-plans {
  margin-top: -71px;
  margin-bottom: 40px;
}

.plans-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  align-items: start;
}

.plan-card {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(116, 101, 233, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.plan-header {
  padding: 7px 0px 5px 0px;
  background: linear-gradient(124deg, #dba84b 17.19%, #7667e6 81.86%);
  color: white;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  position: relative;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-header-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-subtitle {
  font-size: 0.875rem;
  opacity: 0.9;
  font-weight: 400;
  line-height: 1.4;
}

.plan-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(116, 101, 233, 0.2);
}

.plan-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.plan-features li {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #4b5563;
  border-bottom: 1px solid #f3f4f6;
  line-height: 1.4;
}

.plan-features li:last-child {
  border-bottom: none;
}

.pricing-info {
  text-align: center;
  margin-bottom: 1.5rem;
}

.price-tier {
  display: flex;
  flex-direction: column;
}

.price-label {
  color: #7465e9;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.54px;
}

.price-value {
  color: #334f98;
  font-size: 38px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -1.14px;
}

.coin-value {
  color: #334f98;
  font-size: 20px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -0.6px;
}

.price-period {
  color: #334f98;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.42px;
}

.plan-observation {
  margin-top: 15px;
  color: #45606c;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.conjunction {
  width: 23px;
  height: 23px;
  background-color: #dedafa;
  border-radius: 50%;
  margin: 0 auto;
  color: #7465e9;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

.plan-footer {
  padding: 0 1.5rem 1.5rem;
}

.cta-button {
  background-color: #588986;
  color: #fff;
  border-radius: 1000px;
  outline: none;
  border: none;
  font-size: 22px;
  padding: 10px 20px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  bottom: -1.5rem;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.cta-button:active {
  transform: translateY(0);
}



/* ========================================
   SEÇÃO BENEFÍCIOS E DIFERENCIAIS
======================================== */
.benefits-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.benefits-title {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -0.76px;
  text-align: center;
  margin-bottom: 40px;
}

.benefits-title .highlight {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -0.76px;
}

.highlight-details {
  display: block;
}

.benefits-grid {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: start;
}

.benefit-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.benefit-card:hover {
  transform: translateY(-4px);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.benefit-icon svg {
  width: 32px;
  height: 32px;
  fill: white;
  stroke: white;
  stroke-width: 1.5;
}

.benefit-text {
  color: #45606c;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

/* ========================================
   SEÇÃO DETALHES DOS PLANOS
======================================== */
.organograma-image {
  width: 100%;
}

.organograma-mobile {
  display: none;
}

.organograma-desktop {
  display: block;
}

.details-plan {
  background-color: #fff;
  padding: 3rem;
  border-radius: 0px 0px 174px 0px;
}

.gradient-div-details {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 6px;
}

.gradient-div-details::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% + 50vw);
  background: var(--degrade, linear-gradient(90deg, #7465E9 24.92%, #DFAB4B 66.02%));
  z-index: -1;
}

.section-wrapper-asymmetric-details2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 7rem;
}

.section-wrapper-asymmetric-details2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  left: -50vw;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

@media (max-width: 768px) {
  .details-plan {
    border-radius: 0px;
  }
}

/* ========================================
   SEÇÃO LOCALIZAÇÃO DAS CLÍNICAS
======================================== */
.location-clinic {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.information-clinics {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 22px;
}

.map-clinics {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: end;
}

.map-dashed {
  width: 100%;
  margin-top: -50px;
}

.information-clinics h2 {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.14px;
}

.text-contrast {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
  letter-spacing: -1.14px;
  display: block;
}

.information-clinics p {
  color: #45606c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  width: 70%;
}

.information-clinics h3 {
  color: #45606c;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  width: 70%;
}

.btn-map {
  background-color: #588986;
  padding: 10px 20px;
  border-radius: 1000px;
  outline: none;
  border: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
}

/* ========================================
   SEÇÃO CTA COMPARE
======================================== */
.cta-compare {
  max-width: 1200px;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #588986;
  margin: 0 auto;
  margin-top: 7rem;
  position: relative;
  padding: 1.5rem 4rem;
  border-radius: 15px;
}

.cta-compare .image-doctor-mobile {
  display: none;
}

.image-doctor {
  position: absolute;
  left: 4rem;
  bottom: 0;
}

.cta-compare h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.84px;
  margin-right: 100px;
  width: 30%;
}

.btn-cta-compare {
  background-color: #dfab4b;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.highlight-text-cta {
  display: block;
  color: #fff;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.84px;
  width: 70%;
}

@media (max-width: 768px) {
  .cta-compare {
    border-radius: 0px;
    padding: 1.5rem 1rem 0rem 1.5rem;
  }
}

/* ========================================
   SEÇÃO CONTATO CTA
======================================== */
.contact-cta {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 7rem;
  gap: 7rem;
}

.contact-cta h2 {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  width: 30%;
}

.contact-cta p {
  color: #45606c;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 70%;
}

.number-contact-cta {
  color: #7465e9;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* ========================================
  SEÇÃO PASSO A PASSO (COMO ASSINAR)
======================================== */
.gradient-div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 6px;
}

.gradient-div::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100% + 50vw);
  background: var(--degrade, linear-gradient(90deg, #DFAB4B 24.92%, #7465E9 66.02%));
  z-index: -1;
}

.section-wrapper-asymmetric {
  position: relative;
  overflow: hidden;
}

.section-wrapper-asymmetric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: -50vw;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}

.steps-copass {
  background-color: #fff;
  padding: 4rem 5rem 4rem 5rem;
  position: relative;
  border-radius: 0px 0px 0px 174px;
  margin-bottom: -40px;
}

.grid-steps {
  display: flex;
  gap: 8rem;
  margin-bottom: 3rem;
}

.step-single {
  width: 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step-single h2 {
  color: #334f98;
  text-align: center;
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.step-single p {
  color: #45606c;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.highlight-step {
  color: #7465e9;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}

.step-number {
  margin: 0 auto;
  width: 58px;
  height: 58px;
  background-color: #588986;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  border-radius: 50%;
}

/* .CTA-steps {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5rem;
  padding: 0.8rem;
  position: relative;
  background: transparent;
  margin-left: -5rem;
  margin-right: -5rem;
  z-index: 10;
  padding-right: 15rem;
}

.CTA-steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 300px);
  right: calc(-50vw + 50%);
  background: #334f98;
  border-radius: 213px 0 0 213px;
  z-index: -1;
}

.CTA-steps h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  position: relative;
  z-index: 1;
}

.btn-cta-steps {
  border-radius: 1000px;
  border: 1.5px solid #707070;
  background: #dfab4b;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.btn-cta-steps:hover {
  background: #c99a3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(223, 171, 75, 0.4);
} */

/* ========================================
  SEÇÃO DEPOIMENTOS/TESTIMONIALS
======================================== */
.testimonials {
  margin-top: 6rem;
  position: relative;
}

.testimonials h2 {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.14px;
}

.highlight-testimonials {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -1.14px;
  display: block;
}

.testimoniais-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 3rem;
}

.single-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  gap: 10px;
  padding: 5rem 3rem;
  border-radius: 10px;
  border: 1px solid rgba(116, 101, 233, 0.2);
  background: #fff;
}

.text-testimonial {
  color: #45606c;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.name-testimonial {
  color: #588986;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.96px;
}

.picture-testimonial {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.video-testimonial {
  background-image: url(../../images/testimonial-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
}

.pagination-testimonial {
  position: absolute;
  right: 0;
  top: 3rem;
}

/* ========================================
   SEÇÃO FAQ (PERGUNTAS FREQUENTES)
======================================== */

.faq-session {
  display: flex;
  gap: 50px;
}

.faq-search-container {
  margin: 30px auto 0;
  max-width: 500px;
  position: relative;
}

.faq-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.faq-search-input {
  width: 100%;
  padding: 16px 20px 16px 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  color: #2C3E50;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.faq-search-input:focus {
  outline: none;
  border-color: #DFAB4B;
  box-shadow: 0 0 0 4px rgba(223, 171, 75, 0.2);
}

.faq-search-input::placeholder {
  color: #7F8C8D;
}

.faq-search-icon {
  position: absolute;
  left: 18px;
  pointer-events: none;
  z-index: 2;
}

.faq-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  margin-top: 8px;
  display: none;
}

.faq-featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #DFAB4B 0%, #E8B85C 100%);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(223, 171, 75, 0.3);
}

.faq-featured .faq-answer {
  position: relative;
}

.faq-question-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.faq-empty {
  text-align: center;
  padding: 60px 20px;
  color: rgba(255, 255, 255, 0.7);
}

.faq-empty p {
  font-size: 1.125rem;
  margin: 0;
}

.faq-featured {
  position: relative;
}

.faq-featured .faq-question {
  background: linear-gradient(135deg, rgba(223, 171, 75, 0.08) 0%, rgba(223, 171, 75, 0.03) 100%);
  border-left: 3px solid #DFAB4B;
}

.faq-featured .faq-question h4 {
  font-weight: 600;
  color: #2C3E50;
}

.faq-search-highlight {
  background: linear-gradient(120deg, rgba(223, 171, 75, 0.3) 0%, rgba(223, 171, 75, 0.1) 100%);
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 500;
}

.faq-loading {
  text-align: center;
  padding: 40px;
  color: rgba(255, 255, 255, 0.7);
}

.faq-loading::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #DFAB4B;
  animation: spin 1s ease-in-out infinite;
  margin-left: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.faq-category-counter {
  background: rgba(223, 171, 75, 0.2);
  color: #DFAB4B;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 8px;
  min-width: 20px;
  text-align: center;
}

.faq-breadcrumb {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

.faq-breadcrumb.show {
  display: block;
}

.faq-breadcrumb a {
  color: #DFAB4B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-breadcrumb a:hover {
  color: #E8B85C;
}

@media print {
  .faq-section {
    background: white !important;
    padding: 20px 0;
  }

  .faq-main-title,
  .faq-description,
  .faq-category-title,
  .faq-question h4,
  .faq-answer-content {
    color: black !important;
  }

  .faq-category {
    break-inside: avoid;
    margin-bottom: 20px;
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .faq-category-content,
  .faq-answer {
    max-height: none !important;
    opacity: 1 !important;
  }

  .faq-category-icon,
  .faq-toggle-icon,
  .faq-search-container {
    display: none !important;
  }

  .faq-question {
    cursor: default;
  }
}

.faq-question:focus-within {
  outline: 2px solid #DFAB4B;
  outline-offset: 2px;
}

.faq-category-header:focus-within {
  outline: 2px solid #DFAB4B;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .faq-section {
    background: #000066 !important;
  }

  .faq-category {
    background: white !important;
    border: 2px solid #000 !important;
  }

  .faq-main-title,
  .faq-description {
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  }

  .faq-category-title,
  .faq-question h4 {
    color: #000 !important;
  }

  .faq-toggle-icon path,
  .faq-category-icon path {
    stroke: #000 !important;
  }
}

.faq-scroll-indicator {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  display: none;
}

.faq-scroll-indicator.show {
  display: block;
}

.faq-scroll-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(223, 171, 75, 0.3);
  margin: 8px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-scroll-dot.active {
  background: #DFAB4B;
  transform: scale(1.5);
}

.faq-category-content {
  contain: layout style;
}

.faq-answer {
  contain: layout style;
}

/* FAQ Mobile Optimizations */
@media (max-width: 480px) {
  .faq-search-input {
    font-size: 16px;
  }

  .faq-question {
    min-height: 44px;
  }

  .faq-featured-badge {
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
  }

  .faq-featured-badge svg {
    width: 12px;
    height: 12px;
  }
}

/* FAQ Tablet Optimizations */
@media (min-width: 481px) and (max-width: 1024px) {
  .faq-container {
    padding: 0 20px;
  }

  .faq-category {
    margin-bottom: 20px;
  }

  .faq-search-container {
    max-width: 400px;
  }
}

/* FAQ Large Screen Optimizations */
@media (min-width: 1200px) {
  .faq-container {
    max-width: 1000px;
  }

  .faq-category {
    margin-top: 15px;
  }

  .faq-main-title {
    color: #DFAB4B;
    text-align: right;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.14px;
    margin-top: -5px;
  }

  .faq-description {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.66px;
    text-align: left;
  }
}


/* FAQ Section - Nova Estrutura */
.faq-section {
  padding: 80px 0;
  background-color: #334F98;
  position: relative;
  overflow: hidden;
  margin: 5rem 0rem;
}

.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcz4KICAgIDxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxwYXRoIGQ9Ik0gMTAwIDAgTCAwIDAgMCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0icmdiYSgyNTUsMjU1LDI1NSwwLjAzKSIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L3BhdHRlcm4+CiAgPC9kZWZzPgogIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JpZCkiLz4KPC9zdmc+') repeat;
  opacity: 0.5;
  pointer-events: none;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.faq-main-title {
  color: #DFAB4B;
  text-align: right;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.14px;
  width: 50%;
}

.highlight-faq {
  color: #DFAB4B;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.14px;
  display: block;
}

.faq-description {
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
  width: 26%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq-category {
  transition: all 0.3s ease;
}

.faq-category:hover {
  transform: translateY(-2px);
}

.faq-category-header {
  border-radius: 10px;
  border: 2px solid #FFF;
  background: #334F98;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem;
  cursor: pointer;
}

.faq-category-header:hover {
  background: linear-gradient(135deg, rgba(223, 171, 75, 0.15) 0%, rgba(223, 171, 75, 0.08) 100%);
}

.faq-category.active .faq-category-header::before {
  transform: scaleY(1);
}

.faq-category-title {
  color: #DFAB4B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.faq-category-icon {
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-category.active .faq-category-icon {
  transform: rotate(180deg);
}

.faq-category.active .faq-category-icon .icon-plus {
  display: none;
}

.faq-category.active .faq-category-icon .icon-minus {
  display: block !important;
}

.faq-category-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  display: flex;
  flex-direction: column;
}

.faq-category.active .faq-category-content {
  max-height: 2000px;
  opacity: 1;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  border-radius: 10px;
  border: 2px solid #FFF;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.7rem;
  cursor: pointer;
  margin-top: 12px;
}

.faq-question h4 {
  color: #334F98;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.faq-toggle-icon {
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-item.active .faq-toggle-icon .plus-vertical {
  opacity: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
}

.faq-answer-content {
  padding: 0.7rem;
  color: #5A6C7D;
  line-height: 1.6;
  font-size: 0.95rem;
}

.faq-answer-content p {
  margin: 0 0 12px 0;
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

.faq-answer-content ul,
.faq-answer-content ol {
  margin: 12px 0;
  padding-left: 20px;
  color: #fff;
}

.faq-answer-content li {
  margin-bottom: 6px;
}

.faq-answer-content strong {
  color: #2C3E50;
  font-weight: 600;
}

.faq-answer-content a {
  color: #DFAB4B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faq-answer-content a:hover {
  color: #C99A3A;
  text-decoration: underline;
}

/* Responsivo */
@media (max-width: 768px) {

  .faq-session {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 2rem;
  }

  .faq-main-title,
  .faq-description {
    width: 100%;
    text-align: center;
  }

  .faq-section {
    padding: 60px 20px;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  .faq-main-title {
    font-size: 38px;
  }

  .faq-description {
    font-size: 22px;
    padding: 0 20px;
  }

  .faq-category-header {
    padding: 20px;
  }

  .faq-category-title {
    font-size: 1.125rem;
  }

  .faq-question {
    padding: 16px 20px;
  }

  .faq-question h4 {
    font-size: 0.95rem;
    padding-right: 15px;
  }

  .faq-answer-content {
    padding: 10px 20px 20px 20px;
    font-size: 0.9rem;
  }

  .faq-toggle-icon,
  .faq-category-icon {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .faq-category {
    margin-bottom: 16px;
    border-radius: 12px;
  }

  .faq-category-header {
    padding: 18px 16px;
  }

  .faq-question {
    padding: 14px 16px;
  }

  .faq-answer-content {
    padding: 0 16px 16px 16px;
  }
}

/* Animações */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-category {
  animation: fadeInUp 0.6s ease forwards;
}

.faq-category:nth-child(1) {
  animation-delay: 0.1s;
}

.faq-category:nth-child(2) {
  animation-delay: 0.2s;
}

.faq-category:nth-child(3) {
  animation-delay: 0.3s;
}

.faq-category:nth-child(4) {
  animation-delay: 0.4s;
}

.faq-category:nth-child(5) {
  animation-delay: 0.5s;
}

/* ========================================
   SEÇÃO EBOOK E FORMULÁRIO
======================================== */
.ebook-guia {
  position: relative;
  margin-top: 7rem;
  margin-bottom: 7rem;
  display: flex;
  gap: 10rem;
}

.info-ebook {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  width: 50%;
  border-radius: 10px 60px 10px 10px;
  border: 1px solid #dedafa;
  background: #fff;
  padding: 3rem 2rem;
  position: relative;
  min-height: 25rem;
  /*   height: 22rem; */
}

.title-info {
  color: #588986;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -1.14px;
}

.description-info {
  color: #45606c;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 60%;
}

.btn-ebook {
  background-color: #588986;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  bottom: -1.7rem;
}

.mockup-ebook {
  position: absolute;
  right: -12rem;
  bottom: -2rem;
}

.mockup-ebook2 {
  position: absolute;
  right: -4rem;
  top: -1rem;
}

.form-cartilha {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}

.form-cartilha input {
  border-radius: 1000px;
  border: 1.6px solid rgba(116, 101, 233, 0.34);
  background: #fff;
  padding: 1rem 2rem 1rem 2rem;
  width: 100%;
  color: rgba(69, 96, 108, 0.66);
  font-family: "DM Sans";
  font-size: 20px;
}

.form-cartilha input::placeholder {
  color: rgba(69, 96, 108, 0.66);
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.title-cartilha {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -1.14px;
}

.title-cartilha-mobile {
  display: none;
}

.highlight-cartilha {
  display: block;
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -1.14px;
}

.description-cartilha {
  color: #45606c;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0.5rem 0rem 1rem 0rem;
}

.highlight-description-cartilha {
  color: #7465e9;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.radio-lgpd-container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0;
}

.radio-lgpd-container input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 2px solid #6366f1;
  border-radius: 3px;
  /* Checkbox deve ser quadrado/arredondado, não circular */
  background: white;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  flex-shrink: 0;
  accent-color: #7465e9;
  margin: 0;
  /* Remove margin padrão do browser */
}

.radio-lgpd-container input[type="checkbox"]:checked {
  background: #7465e9;
  border-color: #7465e9;
}

.radio-lgpd-container label {
  color: #45606c;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  cursor: pointer;
  flex: 1;
}

.radio-lgpd-container label a {
  color: #7465e9;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  text-decoration-line: underline;
}

.btn-submit-form {
  background-color: #588986;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

/* ========================================
   SEÇÃO FOOTER
======================================== */

.link-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer-copass {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #334f98;
  padding: 30px;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
}

.infos-footer {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.pa-virtual {
  display: flex;
  flex-wrap: nowrap;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1.5px solid #dfab4b;
  flex-shrink: 0;
}

.phone-help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
}

.social-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-shrink: 0;
}

.phone,
.help {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.address {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.logo-copass-footer {
  flex-shrink: 0;
}

.apps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.info-app {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.icon-app {
  flex-shrink: 0;
}

.links-app {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pa-virtual p {
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  white-space: nowrap;
}

.text-info {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  margin-left: 8px;
  white-space: nowrap;
}

.text-help {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  white-space: nowrap;
}

.title-app {
  color: #dfab4b;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin-bottom: 5px;
  text-align: start;
}

/* ========================================
   SEÇÃO ABOUT CAPTURA
======================================== */

.about-captura {
  margin: 5rem auto;
  display: flex;
  gap: 2rem;
  border-radius: 50px 0px 116px 0px;
  background: #fff;
}

.text-about-captura {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #588986;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.18px;
  padding: 3rem 3rem 1rem 3rem;
}

.btn-about-captura {
  background-color: #588986;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  margin: 0rem 3rem 3rem 3rem;
}

.more-about {
  color: #45606c;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.definition-copass {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 60%;
}

.image-about {
  width: 40%;
  background-image: url(../../images/about-captura.png);
  background-repeat: no-repeat;
  position: relative;
  border-radius: 0px 0px 50px 0px;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.garoto-image {
  position: absolute;
  top: -38px;
  right: -145px;
  z-index: 0;
}

@media (max-width: 768px) {
  .text-about-captura {
    color: #588986;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 2.5rem 2.5rem 1rem 2.5rem;
  }

  .more-about {
    color: #45606C;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
}

/* ========================================
   SEÇÃO CTA E INFORMAÇÕES CAPTURA
======================================== */
.infos-cta {
  display: flex;
  gap: 10rem;
  margin-bottom: 4rem;
}

.infos-material {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.grid-materiais {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.cta-form {
  width: 50%;
}

.title-infos {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: -0.38px;
  margin-bottom: 3rem;
}

.highlight-info {
  color: #334f98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: -0.38px;
  display: block;
}

.single-material {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 12px;
  width: 90%;
}

.description-material {
  text-align: center;
  color: #45606c;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

/* ========================================
   ANIMAÇÕES E EFEITOS
======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.benefit-card {
  animation: fadeInUp 0.6s ease-out;
}

.benefit-card:nth-child(1) {
  animation-delay: 0.1s;
}

.benefit-card:nth-child(2) {
  animation-delay: 0.2s;
}

.benefit-card:nth-child(3) {
  animation-delay: 0.3s;
}

.benefit-card:nth-child(4) {
  animation-delay: 0.4s;
}

.benefit-card.loading {
  opacity: 0.7;
  pointer-events: none;
}

.benefit-card.loading .benefit-icon {
  animation: pulse 1.5s infinite;
}

.btn,
.btn-map {
  transition: transform 0.3s ease;
}

.btn:hover,
.btn-map:hover {
  transform: translateY(-4px);
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* ========================================
   VARIÁVEIS CSS
======================================== */
:root {
  --primary-blue: #334f98;
  --secondary-purple: #7465e9;
  --accent-gold: #dfab4b;
  --text-dark: #45606c;
  --white: #ffffff;
  --overlay-bg: rgba(51, 79, 152, 0.95);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========================================
   HEADER MOBILE ALTERNATIVO
======================================== */
.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--white);
  box-shadow: var(--shadow);
  z-index: 1000;
  padding: 1rem 0;
  display: none;
}

.container-mobile {
  width: 100%;
  max-width: 100%;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.logo-mobile {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo-img {
  height: 80px;
  width: auto;
  max-width: 120px;
}

.hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: var(--transition);
  z-index: 1001;
}

.hamburger-btn:hover {
  transform: scale(1.05);
}

.hamburger-line {
  width: 40px;
  height: 5px;
  background: var(--primary-blue);
  border-radius: 2px;
  transition: var(--transition);
  transform-origin: center;
}

.hamburger-btn.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.hamburger-btn.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--overlay-bg);
  backdrop-filter: blur(10px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  overflow-y: auto;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.menu-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.close-btn {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-line {
  position: absolute;
  width: 25px;
  height: 3px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

.close-line:nth-child(1) {
  transform: rotate(45deg);
}

.close-line:nth-child(2) {
  transform: rotate(-45deg);
}

.close-btn:hover .close-line {
  background: var(--accent-gold);
}

/* ========================================
   RESPONSIVIDADE - MEDIA QUERIES
======================================== */

/* Desktop - 1200px+ */
@media (min-width: 1200px) {
  .CTA-steps::before {
    left: calc(50% - 300px);
    right: calc(-50vw + 50%);
  }

  .gradient-div::after {
    width: calc(100% + 50vw);
  }
}

/* Tablets e Telas Médias - 768px a 1199px */
@media (max-width: 1199px) {
  .content-footer {
    gap: 20px;
  }

  .infos-footer {
    gap: 20px;
  }

  .gradient-div::after {
    width: 100vw;
  }
}

@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .benefit-card {
    padding: 1.5rem 1rem;
    min-height: 250px;
  }
}

@media (max-width: 992px) {
  .grid-steps {
    flex-direction: column;
    gap: 3rem;
  }

  .step-single {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .CTA-steps {
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .CTA-steps::before {
    left: 0;
    right: -50vw;
  }

  .CTA-steps h2 {
    text-align: center;
  }
}

/* Tablets - 768px a 991px */
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    display: flex;
  }

  .divider-menu {
    display: block;
  }

  .header-main,
  .gradient-header,
  .menu-expand-mobile {
    display: none;
  }
}

/* Responsividade Geral */
@media (max-width: 991px) {

  .header,
  .divider-menu {
    display: none;
  }

  .header-main,
  .gradient-header {
    display: block;
  }

  .menu-expand-mobile {
    display: none;
  }

  .menu-expand-mobile.open {
    display: block;
  }

  .header-grid img {
    width: 60px;
    height: 95px;
  }

  .content-main {
    background-image: url("https://novosplanos.incdigital.com.br/wp-content/themes/copass-theme/assets/images/banner-mobile.png") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 80vh;
    padding: 4rem 1rem 0rem 1rem;
    align-items: flex-start;
    margin-bottom: -2.5rem;
  }

  .content-main .container {
    max-width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
  }

  .hero {
    align-items: flex-start;
  }

  .hero .title {
    color: var(--copass-insti-neutras-white-main, #FFF);
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: -0.72px;
  }

  .hero .subtitle {
    font-size: 1rem;
    line-height: 24px;
  }

  .btn-banner {
    display: block;
    margin: 1rem 0 0 0;
    align-self: flex-start;
    margin-bottom: 30px;
  }

  .plans-container {
    /*     display: flex ;
    overflow-x: auto ;
    overflow-y: hidden ;
    scroll-snap-type: x mandatory ;
    -webkit-overflow-scrolling: touch ;
    gap: 1rem ;
    padding: 0 1rem ; */
    display: flex;
    overflow-x: scroll;
    overflow-y: visible;
    /* Permite que o conteúdo "vaze" verticalmente */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    padding: 0 1rem 2rem 1rem;
    /* Padding extra embaixo para o botão */

    /* Remove barras visuais mas mantém funcionalidade */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .plans-container::-webkit-scrollbar {
    display: none;
  }

  .plans-container {
    scrollbar-width: none;
  }

  .plan-card {
    flex: 0 0 calc(100% - 2rem);
    max-width: none;
    scroll-snap-align: start;
  }

  .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .benefit-card {
    padding: 1.5rem 1rem;
    min-height: auto;
  }

  .organograma-desktop {
    display: none;
  }

  .organograma-mobile {
    display: block;
    width: 100%;
    height: auto;
  }

  .location-clinic {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .location-clinic .information-clinics {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .location-clinic .information-clinics h2,
  .location-clinic .information-clinics p,
  .location-clinic .information-clinics h3 {
    margin-left: auto;
    margin-right: auto;
  }

  .location-clinic .information-clinics .btn-map {
    margin: 1.5rem auto 0;
  }

  .location-clinic .map-clinics {
    width: 100%;
    margin: 0 auto;
  }

  .location-clinic .map-clinics svg {
    width: 100%;
    height: auto;
    max-width: 360px;
  }

  .map-dashed {
    width: 100%;
    padding: 2rem;
  }

  .cta-compare {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem 1rem 0rem 1.5rem;
  }

  .cta-compare .image-doctor {
    display: none;
  }

  .cta-compare .image-doctor-mobile {
    display: block;
    position: static;
    width: 100%;
    max-width: 300px;
    height: auto;
    order: 3;
  }

  .cta-compare h2 {
    order: 1;
    margin: 0 0 1rem;
    max-width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -1.14px;
  }

  .highlight-text-cta {
    color: #FFF;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.14px;
    width: 100%;
  }

  .cta-compare .btn-cta-compare {
    order: 2;
    width: 100%;
    max-width: 300px;
    margin: 0 0 1.5rem;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding: 1rem 0rem;
  }

  .contact-cta {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }

  .contact-cta h2,
  .contact-cta p {
    width: 100%;
    text-align: center;
  }

  .testimonials {
    margin-top: 4rem;
    padding: 2rem;
  }

  .pagination-testimonial {
    display: none;
  }

  .testimonials h2 {
    color: #334F98;
    text-align: center;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -1.14px;
  }

  .highlight-testimonials {
    color: #334F98;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.14px;
  }

  .testimoniais-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .testimoniais-grid::-webkit-scrollbar {
    display: none;
  }

  .single-testimonial {
    flex: 0 0 100%;
    scroll-snap-align: start;
    box-sizing: border-box;
    padding: 1rem;
    height: 450px;
  }

  .faq {
    margin-top: 3rem;
    padding: 4rem 2rem;
  }

  .title-faq {
    color: #DFAB4B;
    text-align: center;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -1.14px;
  }

  .highlight-faq {
    color: #DFAB4B;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.14px;
  }

  .ebook-guia {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    margin-top: 4rem;
    gap: 4rem;
    margin-bottom: 4rem;
  }

  .info-ebook,
  .container-cartilha {
    width: 100%;
  }

  .container-cartilha {
    margin-top: 4rem;
  }

  .mockup-ebook {
    position: relative;
    right: 0;
    width: 100%;
    margin-bottom: -5rem;
  }

  .info-ebook {
    display: flex;
    flex-direction: column;
    /*     padding: 3rem; */
    gap: 1rem;
    height: 100%;
  }

  .description-info {
    width: 100%;
    color: #45606C;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }

  .btn-ebook {
    position: static;
    margin: 30px 0;
    width: 100%;
  }

  .title-info {
    color: #588986;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: -1.14px;
  }

  .title-cartilha,
  .description-cartilha {
    text-align: center;
  }

  .btn-submit-form {
    width: 100%;
  }

  .content-footer {
    display: flex;
    flex-direction: column;
  }

  .infos-footer {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .social-address {
    width: 30%;
    align-items: center;
    text-align: center;
    gap: 2rem;
  }

  .phone-help {
    gap: 0.5rem;
  }

  .footer-copass {
    padding: 4rem;
  }

  .text-info {
    white-space: wrap;
  }

  .address {
    display: flex;
    /*     flex-direction: column; */
  }

  .title-app {
    text-align: center;
  }
}

@media (max-width: 991px) {

  .header,
  .divider-menu {
    display: none;
  }

  .header-main,
  .gradient-header {
    display: block;
  }

  .menu-expand-mobile {
    display: none;
  }

  .menu-expand-mobile.open {
    display: block;
  }

  .plans-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .plan-header {
    padding: 1rem;
  }

  .plan-title {
    font-size: 1.125rem;
  }

  .plan-content {
    padding: 1.25rem;
  }

  .benefits-section {
    padding: 2rem 1rem;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .benefit-card {
    padding: 1.25rem 0.75rem;
    min-height: 220px;
  }

  .benefit-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
  }

  .benefit-icon svg {
    width: 28px;
    height: 28px;
  }

  .benefit-text {
    font-size: 0.875rem;
  }

  .steps-copass {
    padding: 3rem;
    border-radius: 0px;
  }

  .grid-steps {
    gap: 2rem;
  }

  .step-single h2 {
    font-size: 24px;
  }

  .step-single p {
    font-size: 18px;
    line-height: 28px;
  }

  .highlight-step {
    font-size: 18px;
  }

  .CTA-steps::before {
    border-radius: 0px;
  }

  .CTA-steps h2 {
    font-size: 20px;
    width: 70%;
  }

  .btn-cta-steps {
    font-size: 18px;
    width: 100%;
    max-width: 300px;
  }

  .content-footer {
    padding-bottom: 10px;
  }

  .infos-footer {
    gap: 15px;
  }

  .text-info,
  .text-help {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .pricing-plans {
    padding: 1rem 0.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .plan-header {
    padding: 1.25rem 1rem;
  }

  .plan-content {
    padding: 1rem;
  }

  .cta-button {
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
    z-index: 2;
  }

  .benefit-card {
    min-height: 200px;
    padding: 1rem;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }

  .CTA-steps {
    gap: 1.5rem;
  }
}

/* Responsividade Captura */

@media (max-width: 991px) {

  body {
    overflow-x: hidden;
  }

  .pricing-plans {
    padding: 1rem 0.5rem;
    margin-top: 7rem;
    margin-bottom: 0;
  }

  .content-main-captura {
    /*     background-image: url("https://novosplanos.incdigital.com.br/wp-content/themes/copass-theme/assets/images/banner-captura-mobile.png") !important; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: start;
    padding: 3rem;
  }

  .title-captura {
    width: 80%;
  }

  .btn-banner-captura {
    background-color: #588986 !important;
  }

  .about-captura {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 3rem auto;
    max-width: 80vw;
    box-sizing: border-box;
    overflow: hidden;
  }

  .image-about {
    width: 100%;
    height: 362px;
    margin-top: 3rem;
  }

  .definition-copass {
    width: 100%;
  }

  .infos-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 80vw;
  }

  .infos-material,
  .cta-form {
    width: 100%;
    padding: 3rem;
    margin-top: 2rem;
  }

  .btn-about-captura {
    width: 95%;
    font-size: 18px;
    margin: 0 auto;
  }

  .title-infos {
    text-align: center;
  }

  .title-cartilha {
    display: none;
  }

  .title-cartilha-mobile {
    display: block;
    margin-top: 50px;
  }

  .btn-cta-wpp {
    position: relative;
    right: auto;
    top: 0;
    margin: 16px auto 0 auto;
    display: block;
    width: fit-content;
    max-width: 90%;
    width: 235px;
  }


  .garoto-image {
    display: none;
  }

}

.footer-copass {
  background-color: #334f98;
  padding: 30px 0;
  width: 100%;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Logo do footer */
.logo-copass-footer {
  flex-shrink: 0;
  min-width: 120px;
}

.logo-copass-footer img {
  max-width: 100%;
  height: auto;
}

.infos-footer {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  min-width: 0;
}

.pa-virtual {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border: 1.5px solid #dfab4b;
  border-radius: 8px;
  flex-shrink: 0;
  min-width: max-content;
}

.pa-virtual img {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.pa-virtual span,
.pa-virtual p {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 800;
  line-height: 16px;
  white-space: nowrap;
  margin: 0;
  text-align: center;
}

.phone-help {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
}

.phone,
.help {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.phone img,
.help img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.social-address {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 1;
  min-width: 0;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-icons a {
  display: block;
  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.8;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.address img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.apps {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0;
  min-width: 180px;
}

.info-app {
  display: flex;
  align-items: center;
  gap: 15px;
}

.icon-app {
  flex-shrink: 0;
}

.icon-app img {
  width: 80px;
  height: 80px;
}

.links-app {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.links-app a {
  display: block;
  transition: transform 0.3s ease;
}

.links-app a:hover {
  transform: translateY(-2px);
}

.links-app img {
  max-width: 120px;
  height: auto;
}

.text-info {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}

.text-help {
  color: #fff;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.title-app {
  color: #dfab4b;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  text-align: left;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.copyright {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  opacity: 0.8;
}

.footer-extra-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-link {
  color: #fff;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* ========================================
   RESPONSIVIDADE DO FOOTER
======================================== */

@media (max-width: 1024px) {
  .content-footer {
    gap: 30px;
    padding: 0 15px;
  }

  .infos-footer {
    gap: 30px;
  }

  .apps {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  .content-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .infos-footer {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 100%;
  }

  .phone-help {
    align-items: center;
    gap: 15px;
  }

  .social-address {
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .social {
    flex-direction: column;
    align-items: center;
  }

  .address {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .apps {
    align-items: center;
    min-width: auto;
  }

  .info-app {
    align-items: center;
    gap: 15px;
  }

  .links-app {
    align-items: center;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .footer-extra-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .content-footer {
    padding: 0 10px;
  }

  .pa-virtual {
    padding: 6px 12px;
    margin-bottom: 15px;
  }

  .pa-virtual span,
  .pa-virtual p {
    font-size: 12px;
  }

  .social-icons {
    justify-content: center;
  }

  .text-info,
  .text-help {
    font-size: 12px;
  }

  .links-app img {
    max-width: 100px;
  }
}


/* MODAL */

.form-success-message {
  position: fixed;
  bottom: 0;
}

.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(2px);
}

.success-modal.show {
  display: flex;
}

.success-content {
  background: white;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.success-modal.show .success-content {
  transform: scale(1);
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #4CAF50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 40px;
  color: white;
}

.success-content h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 24px;
}

.success-content p {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.5;
}

.close-modal {
  background: #007cba;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.close-modal:hover {
  background: #005a8b;
}

/* FAQ Notification Animations */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}


/* ========================================
  MODAL DE VÍDEO - DEPOIMENTOS
======================================== */

/* Botão de play no vídeo */
.video-play-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
}

.video-play-btn:hover {
  transform: scale(1.1);
}

.video-play-btn:focus {
  border: 2px solid #588986;
  /*   outline-offset: 4px; */
  border-radius: 50%;
  padding: 5px 5px 1px 5px;
}

/* Modal de vídeo */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.video-modal.show {
  opacity: 1;
  visibility: visible;
}

.video-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.video-modal.show .video-modal-content {
  transform: scale(1);
}

.video-modal-close {
  position: absolute;
  top: -50px;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.3s ease;
  z-index: 10001;
}

.video-modal-close:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.video-modal-close:focus {
  outline: 2px solid #588986;
  outline-offset: 2px;
}

.video-modal-iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}

.video-modal-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsividade do modal */
@media (max-width: 768px) {
  .video-modal-content {
    width: 95%;
    margin: 20px;
  }

  .video-modal-close {
    top: -45px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .video-modal-content {
    width: 98%;
    margin: 10px;
  }

  .video-modal-close {
    top: -40px;
    right: 5px;
  }
}

/* Prevent body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}


/* STEPS NEW */

.section-wrapper-asymmetric {
  position: relative;
  overflow: hidden;
  margin-bottom: 7rem;
}

.CTA-steps {
  display: flex;
  justify-content: center;
  /* Volta para center */
  align-items: center;
  gap: 3rem;
  padding: 1.5rem 0;
  position: relative;
  background: transparent;
  margin-left: -5rem;
  margin-right: -5rem;
  z-index: 10;
  min-height: 80px;
}

.CTA-steps::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 300px);
  right: calc(-50vw + 50%);
  background: #334f98;
  border-radius: 213px 0 0 213px;
  z-index: -1;
}

/* Container wrapper para o conteúdo */
.CTA-steps h2,
.btn-cta-steps {
  position: relative;
  z-index: 1;
}

.CTA-steps h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  margin: 0;
  /* Padding para manter o texto dentro da área azul */
  padding-left: calc(50% - 250px);
  padding-right: 2rem;
  flex: 0 1 auto;
  max-width: 900px;
  width: 900px;
}

.btn-cta-steps {
  border-radius: 1000px;
  border: 1.5px solid #707070;
  background: #dfab4b;
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 36px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
  /* Margem para não ficar colado na borda */
  margin-right: 3rem;
}

.btn-cta-steps:hover {
  background: #c99a3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(223, 171, 75, 0.4);
}

.CTA-content {
  display: flex;
  align-items: center;
}

.CTA-steps-mobile {
  display: none;
}

/* Media Queries */
@media (max-width: 1400px) {
  .CTA-steps {
    gap: 2.5rem;
  }

  .CTA-steps h2 {
    font-size: 22px;
    padding-left: calc(50% - 280px);
  }

  .btn-cta-steps {
    font-size: 20px;
    padding: 10px 30px;
    margin-right: 2rem;
  }
}

@media (max-width: 1200px) {
  .CTA-steps h2 {
    font-size: 20px;
    line-height: 28px;
    padding-left: calc(50% - 290px);
  }

  .btn-cta-steps {
    font-size: 18px;
    padding: 10px 24px;
  }
}

@media (max-width: 992px) {

  .testimonial-pagination {
    display: none;
  }

  .CTA-content2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .CTA-steps-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #334f98;
    padding: 80px 40px 40px 40px;
  }

  .CTA-steps-mobile h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .btn-cta-steps-mobile {
    border-radius: 1000px;
    border: 1.5px solid #707070;
    background: #DFAB4B;
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 30px;
  }

  .CTA-steps {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    gap: 1.5rem;
  }

  .CTA-steps::before {
    left: 0;
    border-radius: 0;
  }

  .CTA-steps h2 {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    max-width: none;
  }

  .btn-cta-steps {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .testimonials-header {
    display: flex;
    flex-direction: column;
  }

  .CTA-steps h2 {
    font-size: 18px;
    line-height: 26px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-cta-steps {
    font-size: 16px;
    padding: 10px 24px;
  }

  .CTA-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center
  }

}

/* Para zoom alto */
@media (min-resolution: 120dpi),
(-webkit-min-device-pixel-ratio: 1.25) {
  .CTA-steps h2 {
    font-size: clamp(18px, 1.8vw, 22px);
    padding-left: calc(50% - 270px);
  }

  .btn-cta-steps {
    font-size: clamp(16px, 1.6vw, 20px);
  }
}


.testimoniais-slider.swiper {
  overflow: hidden;
  padding: 0;
}

.testimoniais-viewport.swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.swiper-slide {
  height: auto;
  display: flex;
  flex-shrink: 0;
  margin-right: 0px !important;
}

.swiper-slide .single-testimonial {
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-pagination {
  display: flex;
  gap: 15px;
  align-items: center;
}

.testimonials-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

.testimonials-header h2 {
  color: #334F98;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: -1.14px;
}

.testimonials-prev,
.testimonials-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonials-prev:hover,
.testimonials-next:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 4rem;
  position: static !important;
  margin-bottom: 1rem;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1 !important;

}

.swiper-pagination-bullet-active {
  background: #334f98 !important;
  transform: scale(1.2);
}

.testimonials-navigation button {
  display: none;
}


@media (max-width: 768px) {
  .testimonial-pagination {
    display: none;
  }

  .testimonials-header {
    margin: 0px 20px 20px 20px;
    text-align: center;
  }

  .testimoniais-slider.swiper {
    padding: 40px;
  }

}



/* SWIPER PLANOS */

/* ========================================
   SEÇÃO PLANOS/PRICING - CSS ORIGINAL + MOBILE SWIPER
======================================== */
.pricing-plans {
  margin-top: -71px;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

/* DESKTOP - Mostrar apenas layout original */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none !important;
}

/* MOBILE - Mostrar apenas swiper */
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }
}

/* CSS ORIGINAL - Mantido exatamente igual */
.plans-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  align-items: start;
}

.plan-card {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(116, 101, 233, 0.2);
  transition: all 0.3s ease;
  position: relative;
}

.plan-header {
  padding: 7px 15px 5px 15px;
  background: linear-gradient(124deg, #dba84b 17.19%, #7667e6 81.86%);
  color: white;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  position: relative;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-header img {
  width: 13px;
  height: 22px;
  cursor: pointer;
}

.plan-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.plan-subtitle {
  font-size: 0.875rem;
  opacity: 0.9;
  font-weight: 400;
  line-height: 1.4;
}

.plan-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(116, 101, 233, 0.2);
}

.plan-description {
  color: #45606c;
  text-align: center;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
  text-align: center;
  border-bottom: 1.2px solid #dedafa;
  padding: 15px 0;
  width: 100%;
}

.plan-features {
  list-style: none;
  margin-bottom: 1.5rem;
}

.plan-features li {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #4b5563;
  border-bottom: 1px solid #f3f4f6;
  line-height: 1.4;
}

.plan-features li:last-child {
  border-bottom: none;
}

.pricing-info {
  text-align: center;
  margin-bottom: 1.5rem;
}

.price-tier {
  display: flex;
  flex-direction: column;
}

.price-label {
  color: #7465e9;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.54px;
}

.price-value {
  color: #334f98;
  font-size: 38px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -1.14px;
}

.coin-value {
  color: #334f98;
  font-size: 20px;
  font-weight: 900;
  line-height: 42px;
  letter-spacing: -0.6px;
}

.price-period {
  color: #334f98;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.42px;
}

.plan-observation {
  margin-top: 15px;
  color: #45606c;
  font-family: "DM Sans";
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.conjunction {
  width: 23px;
  height: 23px;
  background-color: #dedafa;
  border-radius: 50%;
  margin: 0 auto 5px auto;
  color: #7465e9;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-footer {
  padding: 0 1.5rem 1.5rem;
}

.cta-button {
  background-color: #588986;
  color: #fff;
  border-radius: 1000px;
  outline: none;
  border: none;
  font-size: 22px;
  padding: 10px 20px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  bottom: -1.5rem;
  text-decoration: none;
  display: inline-block;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
  color: #fff;
  text-decoration: none;
}

.cta-button:active {
  transform: translateY(0);
}

/* MOBILE SWIPER - Configurações específicas */
.pricing-swiper {
  overflow: visible;
  padding: 0;
}

.pricing-swiper .swiper-wrapper {
  align-items: flex-start;
}

.pricing-swiper .swiper-slide {
  height: auto !important;
  display: flex !important;
  padding: 0 1rem !important;
  align-self: flex-start !important;
  margin-right: 0 !important;
  width: 100vw !important;
}

.pricing-swiper .swiper-slide[style*="margin-right"] {
  margin-right: 0 !important;
}

.pricing-swiper .swiper-slide .plan-card {
  width: 100%;
  height: auto;
  align-self: flex-start;
}

.pricing-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
  position: static !important;
}

.pricing-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1 !important;
}

.pricing-pagination .swiper-pagination-bullet-active {
  background: #334f98 !important;
  transform: scale(1.3);
}

.plan-header-desktop {
  display: flex;
  justify-content: center;
  align-items: center;
}



/* NOVOS */

.destaque-description {
  margin-top: 10px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .destaque-description {
    white-space: wrap;
  }
}

.icons-ebook {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.single-icon-ebook {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.single-icon-ebook p {
  color: #45606C;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 130% */
}

.container-btn-ebook {
  display: flex;
  width: 100%;
  justify-content: center;
}

.container-cartilha,
.cta-form {
  width: 40%;
}



/* SLIDE */

/* Ajustes para o slider funcionar corretamente */
.hero-slider-wrapper {
  margin: 0 auto;
  position: relative;
}

.hero-slider {
  width: 100%;
}

.hero-slider .swiper-slide {
  height: auto;
}

.content-main-captura {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-pagination {
  position: relative;
  margin-top: 2rem;
  text-align: center;
  padding-bottom: 2rem;
}

.hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active,
.hero-pagination-home .swiper-pagination-bullet-active {
  background: #deab4e !important;
  transform: scale(1.2);
}

.swiper-pagination {
  position: absolute !important;
  width: 1200px !important;
  display: flex;
  justify-content: flex-start;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
  .content-main-captura[style*="background-image"] {
    background-image: none !important;
  }
}

/* Hero Slider Home */
.hero-slider-wrapper-home {
  position: relative;
  width: 100%;
}

.hero-slider-home {
  width: 100%;
}

.hero-slider-home .swiper-slide {
  height: auto;
}

.hero-slider-home .content-main {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-pagination-home {
  position: absolute !important;
  bottom: 3rem;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  margin-bottom: 140px;
}

.hero-pagination-home .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* Responsivo */
@media (max-width: 768px) {
  .hero-slider-home .content-main {
    min-height: 500px;
  }

  .hero-pagination-home {
    bottom: 2rem;
  }

  .hero-pagination-home .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .hero-slider-home .content-main {
    min-height: 450px;
  }

  .hero-pagination-home {
    bottom: 1.5rem;
  }
}

.aps-maps {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 220px;
  height: 131px;
  flex-shrink: 0;
  border-radius: 17px;
  border: 1px solid #7465E9;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 20px 13px;
  transform: translate(-70%)
}

.aps-maps h3 {
  color: #334F98;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
}

@media (max-width: 768px) {
  .aps-maps {
    position: relative;
    transform: inherit;
    left: 0;
    width: 90%;
  }

  .container-cartilha,
  .cta-form {
    width: 100%;
  }
}

/* INFORMAÇÕES CLINICAS */

.titulo-clinica {
  color: #7465E9;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  /* 114.286% */
}

.endereco-clinica,
.funcioanamento-clinica,
.telefone-clinica {
  color: #45606C;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.custom-marker-icon {
  width: 22px;
  height: 22px;
}