/* HERO PRODUCTS */

.hero {
  margin-top: var(--navbar-height);
  padding: 7rem 0;
  background: #F0FFEB;
}

.hero-box {
  display: flex;
  justify-content: center;
  gap: 0;
}

.hero-box .hero-img {
  margin-top:-20px;
}

.page-template-page-nota-fiscal .hero-box .hero-img {
  margin-top:-100px;
}

.page-template-page-nota-fiscal .hero {
  padding-bottom: 0;
}

.hero-img video {
  max-width: 97%;
  height: auto;
  margin-top:15px;
  float:right;
}

.hero-text {
  width: 46.6rem;
}

.hero-text>h1 {
  font-family: "bornasemibold";
  font-size: 48px;
  letter-spacing: -0.015em;
  color: #00695A;
  margin-top: 0;
  margin-bottom: 1.8rem;
  line-height:50px;
  font-weight:normal;
}

#intro {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #00695A;
  line-height:160%;
  margin-bottom:30px;
}

#types-badge {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size:16px;
  color:#00695A;
}

#types-badge .types {
  margin-bottom: 1.2rem;
  display: inline-block;
  width: fit-content;
  font-size: 15px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  background-color: #00695A;
  border: none;
  color: #FFF;
}

#start-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.6rem;
  margin-bottom: 0;
}

.total_companies {
  font-size: 15px;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  color: #00695A;
  font-family: 'Inter', sans-serif;
  margin-bottom: 3.2rem;
}

.start-now-btn {
  font-size: 15px;
  font-family:"bornasemibold";
  cursor: pointer;
  text-align: center;
  background-color: #00695A;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 12.2rem;
  margin-right: 2.7rem;
  white-space: nowrap;
}

.start-now-btn_2 {
  background: none;
  color:#6F7D7D;
  border: 1px solid #00695A;
}

.start-now-btn_2:hover {
  color:#FFFFFF;
}

.start-now-btn.differentials {
  background-color: var(--second-green);
  color: var(--white);
}

.start-now-btn:hover {
  background-color: var(--primary-green);
}

.call-sales {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}

#start-now>.call-sales>a {
  font-size: 1.5rem;
  font-weight: 600;
  color: #00695A;
}

#start-now>.call-sales>img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0;
}

@media (max-width: 1023px) {
  .hero-box {
    padding-top: 4.4rem;
  }

  .hero {
    padding: 7rem 0 6rem;
  }
  .hero-img {
    display:none;
  }
}

@media (max-width: 500px) {
  .start-now-btn {
    width: 20rem;
    padding: 1rem;
  }

}

.initial-price {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-green);
  border-radius: 0.8rem;
  padding: 2.4rem 4.5rem 2.6rem 3.4rem;
  width: fit-content;
}

.initial-price-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}

.initial-price .initial-price-content .price p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--grey-medium);
}

.initial-price .initial-price-content .price p:first-child {
  margin-bottom: 0.8rem;
}

.initial-price .initial-price-content .price p span {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--primary-green);
  letter-spacing: -0.015em;
  margin-right: 0.5rem;
}

.price-description p {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--grey-medium);
  line-height: 17px !important;
}

.price-description p span {
  font-weight: 700;
  color: var(--primary-green);
}

.price-description small {
  color: var(--primary-green);
  font-size: 1.1rem;
}

/* HERO PRODUCTS - MEDIA QUERIES */
/* Valores em px e rem para funcionar em  navegadores que não suportam a unidade rem */



@media (max-width: 1100px) {
  .hero-img {
    right: -5rem;
    max-width: 48rem;
  }
}

@media (max-width: 1050px) {
  .hero-img {
    right: -8rem;
    max-width: 45rem;
  }
}

@media (max-width: 1023px) {
  .hero-text {
    width: 100%;
    max-width: 60rem;
  }
  
  .hero-img {
    position: static;
    transform: none;
    max-width: 100%;
    margin-top: 3rem;
  }

}

@media (max-width: 768px) {

  .call-sales {
    display: none;
  }

  .start-now-btn {
    margin-right: 0;
  }

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

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

  .hero-text {
    display: flex;
    flex-direction: column;
  }

  #start-now {
    flex-direction: column;
    align-items: flex-start;
  }

  .total_companies {
    text-align: left;
  }

  .hero-img {
    display: none;
  }
}


@media (max-width: 480px) {

  .initial-price-content {
    flex-direction: column;
    gap: 14px;
    gap: 1.4rem;
  }


  .price-description p{
    font-size: 1.4rem;
  }

  .initial-price .initial-price-content .price p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .initial-price .initial-price-content .price p span {
    font-size: 46px;
    font-size: 3.6rem;
  }

  .hero-img {
    width: 100%;
    display: none;
  }
}

@media (max-width: 375px) {

  #types-badge .types {
    margin-bottom: 30px;
  }

  .hero-img {
    margin-top: 0;
  }
}

/* =====================================================
   NOSSOS DIFERENCIAIS - REDESIGN 2026
   Seção otimizada para conversão e engajamento
   ===================================================== */

.differentials-redesigned {
  background: linear-gradient(180deg, #F0FFEB 0%, #E8F5E9 50%, #FFFFFF 100%);
  padding: 6rem 0 8rem;
  position: relative;
  overflow: hidden;
}

/* Elemento decorativo de fundo */
.differentials-redesigned::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 105, 90, 0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.differentials-redesigned::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 105, 90, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.differentials-container {
  position: relative;
  z-index: 1;
}

/* Header da seção */
.differentials-header {
  text-align: center;
  margin-bottom: 5rem;
}

.differentials-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(34, 139, 87, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.6rem 1.4rem;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #228B57;
  width: fit-content;
  border: 1px solid rgba(34, 139, 87, 0.2);
  margin-bottom: 2rem;
  font-family: 'Inter', sans-serif;
}

.differentials-title {
  font-family: 'bornasemibold', sans-serif;
  font-size: 4.2rem;
  color: #021A1A;
  margin-bottom: 1.5rem;
  font-weight: normal;
  line-height: 1.2;
}

.differentials-title span {
  color: #00695A;
  position: relative;
}

.differentials-title span::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(0, 105, 90, 0.15);
  border-radius: 4px;
  z-index: -1;
}

.differentials-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  color: #6F7D7D;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards Grid */
.differentials-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 5rem;
}

/* Card Individual */
.differential-card {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 105, 90, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.differential-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 105, 90, 0.12);
  border-color: rgba(0, 105, 90, 0.2);
}

/* Card Destaque (Featured) */
.differential-card.featured {
  background: linear-gradient(180deg, #FFFFFF 0%, #F0FFEB 100%);
  border: 2px solid #00695A;
  transform: scale(1.02);
}

.differential-card.featured:hover {
  transform: scale(1.02) translateY(-8px);
}

.featured-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #00695A 0%, #00897B 100%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0, 105, 90, 0.3);
}

/* Ícone do Card */
.card-icon {
  margin-bottom: 2rem;
}

.card-icon svg {
  transition: transform 0.3s ease;
}

.differential-card:hover .card-icon svg {
  transform: scale(1.1);
}

/* Conteúdo do Card */
.card-content {
  flex: 1;
}

.card-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #00695A;
  background: rgba(0, 105, 90, 0.08);
  padding: 0.4rem 1rem;
  border-radius: 6px;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-content h3 {
  font-family: 'bornasemibold', sans-serif;
  font-size: 2.4rem;
  color: #021A1A;
  margin-bottom: 1.2rem;
  font-weight: normal;
}

.card-content > p {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: #6F7D7D;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.card-content > p strong {
  color: #00695A;
  font-weight: 600;
}

/* Features List */
.card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}

.card-features li {
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  color: #4A5568;
  margin-bottom: 1rem;
  padding: 0.6rem 0;
}

.card-features li:last-child {
  margin-bottom: 0;
}

.card-features .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #E8F5E9;
  color: #00695A;
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}

/* CTA Button */
.card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-family: 'bornasemibold', sans-serif;
  font-size: 1.4rem;
  padding: 1.4rem 2.4rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.card-cta.primary {
  background: #00695A;
  color: #fff;
}

.card-cta.primary:hover {
  background: #004D40;
  transform: translateX(4px);
}

.card-cta.secondary {
  background: transparent;
  color: #00695A;
  border: 2px solid #00695A;
}

.card-cta.secondary:hover {
  background: #00695A;
  color: #fff;
}

.card-cta svg {
  transition: transform 0.3s ease;
}

.card-cta:hover svg {
  transform: translateX(4px);
}

/* Trust Indicators */
.differentials-trust {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 105, 90, 0.1);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #4A5568;
}

.trust-item svg {
  flex-shrink: 0;
}

/* =====================================================
   RESPONSIVIDADE - DIFERENCIAIS
   ===================================================== */

@media (max-width: 1100px) {
  .differentials-cards {
    gap: 2rem;
  }
  
  .differential-card {
    padding: 2.5rem;
  }
}

@media (max-width: 991px) {
  .differentials-redesigned {
    padding: 5rem 0 6rem;
  }
  
  .differentials-title {
    font-size: 3.6rem;
  }
  
  .differentials-cards {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .differential-card.featured {
    transform: none;
    order: -1; /* Coloca o card featured primeiro no mobile */
  }
  
  .differential-card.featured:hover {
    transform: translateY(-8px);
  }
  
  .differentials-trust {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .differentials-redesigned {
    padding: 4rem 0 5rem;
  }
  
  .differentials-header {
    margin-bottom: 3.5rem;
  }
  
  .differentials-badge {
    font-size: 1.2rem;
    padding: 0.7rem 1.6rem;
  }
  
  .differentials-title {
    font-size: 3rem;
  }
  
  .differentials-subtitle {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
  
  .differential-card {
    padding: 2.5rem 2rem;
  }
  
  .card-content h3 {
    font-size: 2.2rem;
  }
  
  .differentials-trust {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .differentials-redesigned {
    padding: 3rem 0 4rem;
  }
  
  .differentials-title {
    font-size: 2.6rem;
  }
  
  .differentials-subtitle {
    font-size: 1.5rem;
  }
  
  .differential-card {
    padding: 2rem 1.8rem;
    border-radius: 1.6rem;
  }
  
  .card-content h3 {
    font-size: 2rem;
  }
  
  .card-content > p {
    font-size: 1.4rem;
  }
  
  .card-features li {
    font-size: 1.3rem;
  }
  
  .card-cta {
    width: 100%;
    justify-content: center;
  }
}

/* =====================================================
   LEGADO - Mantido para outras páginas que usam
   ===================================================== */

.our-differentials-products {
  display: none; /* Esconde a versão antiga */
}

.header-section {
  display: flex;
  justify-content: space-between;
  background: #f6f6f9;
  margin-bottom: 6.8rem;
}

.header-section-title {
  text-align: left;
}

.header-section-title p {
  color: #00695A;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 0.385em;
  text-transform: uppercase;
  font-family:"bornamedium";
  margin-bottom: 0.8rem;
}

.header-section-title h1 {
  color: #021A1A;
  font-size: 36px;
  line-height: 4.6rem;
  letter-spacing: -0.015em;
  font-family:"bornasemibold";
  font-weight:normal;
}

.header-section-title span {
  color: var(--primary-green);
}

.differentials-products {
  background: #ffff;
  align-items: center;
}

.tab-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffff;
  border-bottom: 1px solid #ebecee;
  height: 6.9rem;
  width: 67.2rem;
  max-width: 53.42% !important;
  z-index: 10;
}

.tab-items>.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.4rem;
  height: 6.9rem;
  text-align: center;
  font-size: 1.5rem;
  color: var(--grey-light);
  opacity: 1;
  background-color: transparent;
  border-radius: 0;
  font-family: 'bornaregular';
  font-weight:normal;
}

.tab-items>.swiper-pagination-bullet:hover, .tab-items>.swiper-pagination-bullet-active {
  border-bottom: 3px solid #00695A;
  font-family: 'bornabold';
  color: #00695A;
  font-weight: normal;
}

.infos-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
}

.panel>img {
  position: absolute;
  width: 70rem;
  height: auto;
  z-index: 1;
  top: -120px;
  margin: 0;
}

.bg {
  position: relative;
  width: 51.1rem;
  height: 50rem;
  background: linear-gradient(202.87deg,
  #29ab67 14.83%,
  #296dab 143.99%,
  #296dab 143.99%);  border-radius: 0.8rem;
  opacity: 0.1;
  z-index: 0;
  display:none;
}

.infos-box .products-differentials-infos {
  width: 50rem;
  height: 44.8rem;
  margin: 0rem 0 5.6rem 4rem;
  background: var(--white);
}

.infos-box .products-differentials-infos h1 {
  text-align: left;
  font-size: 3.2rem;
  font-family:"bornasemibold";
  color: #021A1A;
  margin-bottom: 3.2rem;
  margin-top: 1.1rem;
  font-weight:normal;
}

.infos-box .products-differentials-infos p:nth-child(1) {
  font-size: 1.4rem;
  letter-spacing: 0.385em;
  text-transform: uppercase;
  color: #00695A;
  margin-bottom: 0;
  font-family: "bornamedium";
}

.infos-box .products-differentials-infos p {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--grey-medium);
  margin-bottom: 5.45rem;
}

.infos-box .products-differentials-infos p>a {
  color: var(--primary-green);
}

.to-doc-link {
  text-transform: uppercase;
  color: var(--white);
  padding: 1.5rem 3rem;
  background: var(--primary-green);
  border-radius: 12.2rem;
}

#discount-price {
  line-height: 100%;
}

/* OUR DIFFERENTIALS PRODUCTS - MEDIA QUERIES */
/* Valores em px e rem para funcionar em  navegadores que não suportam a unidade rem */

@media (max-width: 1200px) {
  .infos-box .differentials-infos {
    margin-right: 50px;
    margin-right: 5rem;
  }

  .tab-items {
    margin-right: 20px;
    margin-right: 2rem;
  }
}

@media (max-width: 1150px) {
  .tab-items {
    width: 650px;
    width: 65rem;
  }
}

@media (max-width: 1080px) {
  .our-differentials-products {
    padding: 5.699999999999999rem 0 4.6rem 0;
  }

  .tab-items {
    width: 600px;
    width: 60rem;
  }

}

@media (max-width: 991px) {
  .tab-items {
    width: 540px;
    width: 54rem;
  }

  .infos-box .products-differentials-infos p {
    margin-bottom: 3rem;
  }

  .infos-box .products-differentials-infos .info-list p {
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
  }

  .differentials-img>img {
    width: 630px;
    width: 63rem;
  }

}

@media (max-width: 820px) {
  .infos-box .products-differentials-infos p {
    width: 27rem;
  }
}

@media (max-width: 768px) {
  .our-differentials-products {
    height: auto;
    padding-top: 50px;
    padding-bottom: 0px;
    overflow: hidden;
    display:none;
  }

  .differentials-products {
    flex-direction: column;
    margin-bottom: 54px;
    margin-bottom: 5.4rem;
  }

  .infos-box .products-differentials-infos p {
    width: 35rem;
  }

  .differentials-products>.header-section-title {
    text-align: center;
  }

  .tab-items {
    width: 650px;
    width: 65rem;
  }

  .header-section-title>.swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    max-width: unset !important;
  }

  .infos-box {
    flex-direction: column;
    align-items: unset;
  }

  .infos-box .differentials-img {
    width: 750px;
    width: 75rem;
  }

  .differentials-img>img {
    width: 750px;
    width: 75rem;
  }

  .infos-box .products-differentials-infos {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 600px;
    width: 60rem;
    margin: 0;
  }

  .infos-box .products-differentials-infos h1 {
    text-align: center;
  }


}


@media (max-width: 480px) {
  .infos-box {
    height: 74rem;
  }


  .differentials-products {
    margin-bottom: 0;
  }

  .header-section-title h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  .tab-items {
    width: 600px;
    width: 60rem;
    margin-left: 0;
  }

  .tab-items>.swiper-pagination-bullet {
    flex-direction: column;
  }

  .infos-box .differentials-img,
  .differentials-img>img {
    width: 450px;
    width: 45rem;
    height: 400px;
    height: 40rem;
  }

  .infos-box .products-differentials-infos {
    width: 322px;
    width: 32.2rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .table-btn {
    margin: 0;
  }


  .bg {
    width: 250px;
    width: 25rem;
    height: 244px;
    height: 24.4rem;
    margin-left: 24px;
    margin-left: 2.4rem;
    margin-top: 32px;
    margin-top: 3.2rem;
  }

}

@media (max-width: 375px) {
  .tab-items {
    margin-left: 25px;
    margin-left: 2.5rem;
  }

  .infos-box .differentials-img,
  .differentials-img>img {
    width: 350px;
    width: 35rem;
    height: 400px;
    height: 40rem;
  }

}

@media (max-width: 320px) {

  .infos-box .products-differentials-infos p {
    width: 32rem;
  }
}

#pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

#pages>.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  margin: 0.5rem;
}

#pages>.swiper-pagination-bullet-active {
  background: var(--primary-green);
}

@media (max-width: 1290px) {
    .hero-img video {
        right: -15rem !important;
        width: 100%;
        max-width: 75rem;
        position: absolute;
        top:-20px;
    }
    .hero-box {
      justify-content: left;
      padding-left: 0px;
      padding-bottom:40px;
      position:relative;
      overflow:hidden;
      margin-right:0;
      padding-right:30px;
    }
    #pages {
      margin-top:0;
    }
}

@media (max-width: 1128px) {
.hero-img video {
      right: -25rem !important;
    }
}

@media (max-width: 1024px) {
    .hero-text>h1 {
      margin-top:20px;
    }
    
}

@media (max-width: 720px) {
    .box-hero .hero-text .title {
        font-size: 5rem;
        margin-bottom: 2rem;
    }
    
}

@media (max-width: 1248px) {
    .panel>img {
      width: 63rem !important;
      position: relative;
      top: -90px !important;
    }
}
@media (max-width: 1173px) {
    .panel>img {
      width: 58rem !important;
      top: -100px !important;
    }
}
@media (max-width: 1134px) {
    .panel>img {
      width: 56rem !important;
    }
}
@media (max-width: 1112px) {
    .panel>img {
      width: 52rem !important;
    }
}
@media (max-width: 1064px) {
    .panel>img {
      width: 49rem !important;
    }
}
@media (max-width: 1024px) {
    .panel>img {
      width: 100% !important;
    }
}
