body { 
  font-family: "Montserrat", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  box-sizing: border-box; 
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-regular.woff2') format('woff2'),
       url('/fonts/montserrat-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/montserrat-700.woff2') format('woff2'),
       url('/fonts/montserrat-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


h1, h2, h3 {
  font-weight: 700 !important;
}

p {
  font-weight: 400 !important;
}

small {
  font-weight: 300 !important;
}

:root {
  --cor-primaria: #ff8f00;
  --cor-secundaria: #c83296;
  --cor-terciaria: #fa3296;
  --texto-cinza: #646464;
  --texto-secundario: #2a2a2aab;
  --led-orange: #ff8f00;
  --text-dark: #333333;
  --text-muted: #666666;
  --bg-light: #ffffff;
}

@keyframes scrollLoopMobile {
  0% {
    transform: translateY(0);
  }
  50%, 60% {
    transform: translateY(-358px);
  }
  90%, 100% {
    transform: translateY(0);
  }
}

@keyframes scrollLoopDesktop {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-600px);
  }
  50% {
    transform: translateY(-1070px);
  }
  55% {
    transform: translateY(-1070px);
  }
  60% {
    transform: translateY(-1070px);
  }
  90% {
    transform: translateY(0);
  }    
  100% {
    transform: translateY(0);
  }
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: hidden!important;
  border-width: 0;
}

.clr-icons {
  color: #c83296!important;
}

.bg-section-cinza,
.bg-section-cinza-2 {
  background: #f8f2ed;
}

.bg-section-cinza {
  padding: 3.5rem 0; /* Regra mais específica mantida */
}
       
.bg-section-wt {
  background: #ffffff;
}

.py-6 {
  padding: 6rem 0;
}

.txt-rast {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: 300;
  position: relative;
  top: -8px;
}

.h3--- {
  margin: 0!important;
}

.clr-green-icn {
  color: green;
}

.clr-red-icn {
  color: red;
}

.bg-footer-agld {
  background: #ffffff;
  border-top: 1px solid #c3c3c36e;
}

.btn-section-primary { 
  text-transform: uppercase!important;
}

.h5-agl-plans-tt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  margin: 0 0 -20px 0;
}

.sub-tt-plans {
  display: flex;
  justify-content: center;
  margin: -20px 0 20px 0;
  color: #000000;
  font-weight: 700;
}

.des-plans {
  font-weight: 300!important;
  font-size: 15px;
  margin: 10px 0;
  text-align: center;
  font-weight: 800!important; /* Sobrescreve a linha anterior, mantido */
  color: #317b99;
}

.font-sz-itns-pls {
  font-size: 14px;
}

.p-tp-dw {
  padding: 0 0 2rem 0;
}

.price-main {
  display: flex;
  justify-content: center;
  font-size: 50px;
  font-weight: 900!important;
  color: #c83296!important;
  align-items: center;
}

.price-main span {
  font-size: 30px;
  font-weight: 700!important;
}

.sub-tt-plans-expl {
  display: flex;
  margin: -20px auto 20px auto;
  font-size: 13px;
  color: #4b4b4be0;
  font-weight: 300;
  max-width: 300px;
  width: 80%;
  text-align: center;
}

.mg-left-gd {
  margin-left: 20px;
  color: #7b9b0e!important;
}

.btn-pay {
  background-color: #7b9b0e!important;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.btn-section-orc {
  background-color: #7b9b0e;
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 15px 25px;
  font-weight: 600;
  width: 100%;
  max-width: 375px;
}

.btn-section-orc:hover {
  background-color: #6b831c;
  box-shadow: 0px 6px 18px 7px #aedf10de;
  border: solid 1px #c4ff097d;
}

.btn-pay:hover {
  background-color: #627428!important;
}

.forms-pay {
  margin: 10px 0;
  text-align: center;
  font-weight: 800!important;
  color: #317b99;
}

.text-contions {
  font-size: 12px;
  text-align: center;
  margin: -10px 0 0 0;
}

.cens-temp {
  background: #000;
  position: relative;
  z-index: 9;
}

.zindex-temp {
  position: relative;
  z-index: 1;
}

.area-pay {
  display: flex;
  position: absolute;
  bottom: 25px;
  flex-direction: column;
  width: 100%;
}

.card-body-pers {
  display: flex;
  position: relative;
  height: 900px;
  flex-direction: column;
  align-items: center;
}

.tx-ftr {
  font-size: 12px;
  font-weight: 200!important;
  margin: 15px 0;
}

.img-cards-vnd {
  margin: 2rem 0 0;
}

.col-texts h2 {
  color: #1b1b1b;
}

.btn-sctn-spfy {
  background: #4c8125!important;
}

.btn-sctn-spfy:hover {
  background: #4f7037!important;
}

#header {
  background: #000;
}

/* Base de regras para .logo-oficial, .wdt-prs-01, etc. que se repetem.
   As Media Queries mais específicas manterão suas regras. */
.shadow-bg {
    box-shadow: 1px 0 12px 4px #d0c2ef40;
}

.nav-prsn {
    gap: 20px;
    font-weight: 600;
}

.nav-prsn-item {
    color: #ffffff;
}

.nav-prsn-item:hover {
    color: #ffbc00;
} 

.logo-oficial {
    width: 100%;
} /* Valor base, será sobrescrito */

.wdt-prs-01 {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

.logo-pstion {
  width: 100%;
} /* Valor base, será sobrescrito */


.tex-down-btn {
  color: var(--texto-secundario);
  font-weight: 600 !important;
  margin: 6px 0 0 0 !important;
}

.btn-section-primary {
  background-color: var(--cor-primaria);
  color: #fff;
  border: none;
  font-size: 15px;
  padding: 15px 25px; /* Valor base, será sobrescrito */
  font-weight: 600;
  width: 100%;
}
.btn-section-primary:hover {
  background-color: var(--cor-secundaria);
  color: #fff !important;
}

#mkp-desktop {
  display: none;
}

#mkp-mobile {
  display: block;
  position: relative; /* Valor base, será sobrescrito */
  z-index: 9; /* Valor base, será sobrescrito */
}

.stcn-prs-one {
  flex-wrap: nowrap !important; /* Valor base, será sobrescrito */
  padding: 1rem 1.2rem;
}

.lead {
  color: var(--texto-cinza);
  width: 100%;
  max-width: 400px; /* Valor base, será sobrescrito */
}

.img-oft-spfy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 750px; /* Valor base, será sobrescrito */
    height: 100%; /* Valor base, será sobrescrito */
  }


/* 🟡 Telas muito pequenas (até 480px) */
@media (max-width: 480px) {
  .sctn-prm-spfy {
    background-color: #f6f6f7;
    position: relative;
    display: flex;
    align-items: center;
    height: 620px;
    padding: 0 1rem;
  }
  
  .img-oft-spfy {
    max-width: 420px;
    height: auto; /* Corrigido para ser responsivo */
  }

  .sctn-prm-spfy h2 {
    margin: 10rem 0 0.5rem!important;
  }

  .sctn-prm-spfy ul li {
    font-size: 14px;
  }

  .card-body-pers {
    height: 900px;
  }
  .area-pay {
    width: 85%;
  }
  .pd-ps-card {
    padding: 1rem 0.8rem!important;
  }
  .scroll-animation-wrapper-mbl  {
    position: absolute;
    width: 100%;
    height: 130px;
    overflow: hidden;
    right: 19.23%;
    max-width: 560px;
    top: 34.4%;
    z-index: 1;
  }

  #mkp-mobile-scrool {
    z-index: 9;
    position: absolute;
    max-width: 166px;
    width: 100%;
    right: 4%;
    top: 3.3%;
  }

  #mkp-desktop-scrool,
  .scroll-animation-wrapper-desk {
    display: none;
  }
  
  .scroll-animation {
    animation: scrollLoopMobile 18s ease-in-out infinite;
  }
  
  .logo-pstion {
      max-width: 220px;
  }

  .logo-oficial {
      width: 50% !important;
  }

  .tt-sctn-one {
    font-size: 2.8rem !important;
    text-align: left;
  }

  .tt-sctn-one span {
    font-size: 1.5rem !important;
    color:  #ff8f00;
   }

  .tex-down-btn {
      font-size: 13px !important;
    }

  .lead {
      font-size: 15px !important;
      max-width: 400px;
  }
}

/* 🔵 Celulares (481px a 768px) */
@media (min-width: 481px) and (max-width: 768px) {

  .sctn-prm-spfy {
    background-color: #f6f6f7;
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
  }
  
  .img-oft-spfy {
    height: 100%;
  }

  .area-pay {
    width: 85%;
  }
  .pd-ps-card {
    padding: 1rem 0.8rem!important;
  }
  .span-tt-dwn {
    color:  #ff8f00;
    font-size: 20px;
  }

  #mkp-desktop-scrool,
  .scroll-animation-wrapper-desk {
      display: none;
    }

  .logo-pstion {
      max-width: 320px;
  }

  .logo-oficial {
      width: 60% !important;
  }

  .stcn-prs-one {
    flex-wrap: wrap !important;
  }

  .wdt-prs-02 {
    width: 100% !important;
  }

  .tt-sctn-one {
    font-size: 2.8rem !important;
    text-align: left;
  }

  .tt-sctn-one span {
    font-size: 2.4rem !important;
  }

  .lead {
      font-size: 16px !important;
      max-width: 600px;
  }

  .btn-section-primary {
      padding: 15px 60px;
      max-width: 400px;
      margin: 0 auto;
    }

    .tex-down-btn {
      font-size: 15px !important;
      margin: 6px auto 0 auto !important;
    }

  .img-mokup-primary {
    max-width: 100%;
    margin-top: 30px;
  }

  .logo-oficial {
    margin: 0 auto;
  }
}

/* 🟣 Tablets (769px a 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .sctn-prm-spfy {
    background-color: #f6f6f7;
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
  }
  
  .img-oft-spfy {
    height: 100%;
  }

  .pd-container-ps {
    padding: 0 7rem;
  }
  .card-body-pers {
    height: 900px;
  }
  .area-pay {
    width: 85%;
  }
  .pd-ps-card {
    padding: 1rem 0.8rem!important;
  }

  #mkp-desktop-scrool,
  .scroll-animation-wrapper-desk {
    display: none;
  }

  .logo-pstion {
    max-width: 320px;
  }

  .logo-oficial {
    width: 60% !important;
  }

  .stcn-prs-one {
    flex-wrap: wrap !important;
  }

  .wdt-prs-02 {
    width: 100% !important;
  }

  .tt-sctn-one {
    font-size: 2.7rem !important;
  }

  .tt-sctn-one span {
    font-size: 2rem !important;
    color:  #ff8f00;
  }

  .lead {
      font-size: 16px !important;
      max-width: 600px;
      margin: 0 auto;
  }

  .btn-section-primary {
      padding: 15px 60px;
      max-width: 400px;
      margin: 0 auto;
    }

    .tex-down-btn {
      font-size: 15px !important;
      margin: 6px auto 0 auto !important;
    }

  .img-mokup-primary {
    max-width: 100%;
    margin-top: 30px;
  }

  .logo-oficial {
    margin: 0 auto;
  }
}

/* 🔴 Desktops médios (1025px a 1200px) - Intervalo Corrigido */
@media (min-width: 1025px) and (max-width: 1200px) {
  .sctn-prm-spfy {
    background-color: #f6f6f7;
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
  }
  
  .img-oft-spfy {
    height: 100%;
  }

  .pd-container-ps {
    padding: 0 15rem;
  }
  .card-body-pers {
    height: 900px;
  }
  .span-tt-dwn {
    color:  #ff8f00;
    font-size: 35px;
  }

  #mkp-desktop-scrool {
    z-index: 9;
    position: absolute;
    max-width: 502px;
    width: 100%;
    right: 3.89%;
    top: 3.35%;
    display: block; /* Garante que está visível */
    }
    
  .scroll-animation-wrapper-desk {
    position: absolute;
    width: 100%;
    height: 362px;
    overflow: hidden;
    right: 19.23%;
    max-width: 560px;
    top: 15.42%;
    display: block; /* Garante que está visível */
    }

  #mkp-mobile-scrool,
  .scroll-animation-wrapper-mbl,
  #mkp-mobile {
    display: none;
  }
  
  .scroll-animation {
    animation: scrollLoopDesktop 18s ease-in-out infinite;
  }

  .logo-oficial {
    width: 65% !important;
  }

  .tt-sctn-one {
    font-size: 3.2rem !important;
  }

  .tt-sctn-one span {
    font-size: 2rem !important;
    color: var(--cor-primaria);
  }

  .lead {
    font-size: 17px !important;
    max-width: 400px;
    margin: 0 auto;
  }

  .btn-section-primary {
    padding: 15px 60px;
  }

  .tex-down-btn {
    font-size: 13px !important;
    margin: 6px 0 0 0 !important;
  }

  .img-mokup-primary {
    max-width: 800px;
    position: relative;
    z-index: 9;
  }

  .stcn-prs-one {
    justify-content: center;
  }

  .wdt-prs-01 {
    width: 35% !important;
  }

  .wdt-prs-02 {
    width: 60%;
  }

  /* Footer do Mobile (regra de redefinição desnecessária) */
  footer {
    background-color: var(--cor-primaria);
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
  }

  .tt-sctn-one {
    font-size: 3rem !important; /* Regra duplicada e ajustada para este bloco */
  }

  .tt-sctn-one span {
    font-size: 2rem !important;
  }

  .btn-section-primary {
    padding: 14px 50px;
  }

  .lead {
    font-size: 17px !important;
  }
}

/* 🟢 Telas grandes (acima de 1201px) - Intervalo Corrigido */
@media (min-width: 1201px) {
  .sctn-prm-spfy {
    background-color: #f6f6f7;
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
  }
  
  .img-oft-spfy {
    height: 100%;
  }

  .pd-container-ps {
    padding: 0 15rem;
  }
  .card-body-pers {
    height: 900px;
  }
  .span-tt-dwn {
    color:  #ff8f00;
    font-size: 35px;
  }

  .scroll-animation-wrapper-mbl,
  #mkp-mobile-scrool,
  #mkp-mobile {
    display: none;
  }

  #mkp-desktop-scrool {
    z-index: 9;
    position: absolute;
    max-width: 502px;
    width: 100%;
    right: 3.89%;
    top: 3.35%;
    display: block; /* Garante que está visível */
  }
    
  .scroll-animation-wrapper-desk {
    position: absolute;
    width: 100%;
    height: 362px;
    overflow: hidden;
    right: 19.23%;
    max-width: 560px;
    top: 15.42%;
    display: block; /* Garante que está visível */
  }

  .scroll-animation {
    animation: scrollLoopDesktop 18s ease-in-out infinite;
  }

  .logo-oficial {
    width: 65% !important;
  }

  .tt-sctn-one {
    font-size: 3.2rem !important; /* Ajustado para o tamanho maior de tela */
    line-height: 3.3rem;
    text-align: left;
  }

  .tt-sctn-one span {
    font-size: 2rem !important;
    color: var(--cor-primaria);
  }

  .lead {
    font-size: 17px !important;
    max-width: 400px;
    margin: 0 auto;
  }

  .btn-section-primary {
    padding: 16px 70px; /* Ajustado para o tamanho maior de tela */
  }

  .tex-down-btn {
    font-size: 13px !important;
    margin: 6px 0 0 0 !important;
  }

  .img-mokup-primary {
    max-width: 800px;
    position: relative;
    z-index: 9;
  }

  .stcn-prs-one {
    justify-content: center;
  }

  .wdt-prs-01 {
    width: 35% !important;
  }

  .wdt-prs-02 {
    width: 60%;
  }

  /* Footer */
  footer {
    background-color: var(--cor-primaria);
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
  }
}

.instagram svg {
  fill: #000000;
}


.instagram svg:hover {
  fill: #ffce33;
}

  .icon-check {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
  }

  .btn-pulse {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .btn-pulse::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-wave 2s infinite;
  }

  @keyframes pulse-wave {
    0% {
      width: 0;
      height: 0;
      opacity: 0.8;
    }
    70% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  .btn-pulse:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255,255,255,0.4);
  }

    .pricing-section {
      background-color: #1f130a;
      padding: 80px 0;
    }
  
    .section-title {
      text-align: center;
      font-size: 2.3rem;
      font-weight: 700;
      color: #ff8f00;
      margin-bottom: 50px;
    }
  
    .pricing-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
  
    .card-img-pricing {
      width: 400px;
    }

    .pricing-card {
      background: #fff;
      border: 1px solid #ff8f00b3;
      width: 100%;
      transition: all 0.3s ease;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      max-width: 320px;
    }

    .box-pricing {
      width: 100%;
      max-width: 500px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
  
    .pricing-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }
  
    .pricing-header {
      background: #212529;
      color: #fff;
      padding: 25px 15px;
      text-align: center;
    }

  
    .pricing-header span {
      font-size: 0.95rem;
      opacity: 0.8;
    }
  
    .pricing-body {
      padding: 25px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }
  
    .pricing-body ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
  
    .pricing-body li {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 2rem;
      font-size: 1.4rem;
      color: #131313;
    }

    #planos-yampi .pricing-body li {
      font-size: 1.4rem;
      color: #ffffff;
    }
  
    .pricing-body li i {
      color: #ff8f00;
    }
  
    .pricing-price {
      text-align: center;
      font-weight: 700;
      color: #212529;
      font-size: 2.6rem;
      margin: 20px 0 10px;
    }
  
    .pricing-payment {
      text-align: center;
      font-size: 0.9rem;
      color: #ffffff;
      margin-bottom: -15px;
    }
  
    .pricing-footer {
      text-align: center;
      padding: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin: 0;
    }
  
    .btn-primary-plan {
      background-color: #ff8f00;
      color: #fff;
      font-weight: 600;
      padding: 15px 25px;
      border-radius: 25px;
      border: none;
      width: 100%;
      margin-bottom: 10px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
      text-transform: uppercase;
      text-decoration: none;
    }
  
    .btn-primary-plan:hover {
      background-color: #e57e00;
    }
  
    /* ====== DESTAQUE ====== */
    .highlight-card .pricing-header {
      background-color: #ff8f00;
    }
  
    .highlight-card .pricing-body li i {
      color: #212529;
    }
  
    .highlight-card .btn-primary-plan {
      animation: pulse 2s infinite;
    }
  
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(255, 143, 0, 0.6); }
      70% { box-shadow: 0 0 0 10px rgba(255, 143, 0, 0); }
      100% { box-shadow: 0 0 0 0 rgba(255, 143, 0, 0); }
    }

/* ===== Responsividade específica para a seção principal (bg-section-cinza) - Regras unificadas ===== */


.stcn-prs-one {
  gap: 1.5rem;
  align-items: center;
}

/* TITULO */
.tt-sctn-one {
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 0.5rem;
  font-size: 2.4rem; /* desktop default */
}

/* destaque da linha menor */
.span-tt-dwn {
  color: var(--cor-primaria);
  font-weight: 800;
  display: inline-block;
  font-size: 2.25rem;
  width: 65%;
}

/* parágrafo descriptivo: remova largura inline no HTML ou sobrescreva aqui */
.bg-section-cinza .text-muted {
  width: 65%;
  max-width: 720px;
}

/* mockup image */
.img-mokup-primary {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 6px;
  transition: transform .35s ease, box-shadow .35s ease;
}

.img-mokup-primary:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(12,20,39,0.16);
}

/* botões */
.bg-section-cinza .btn {
  min-width: 170px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* acessibilidade: foco visível para botões */
.bg-section-cinza .btn:focus {
  outline: 3px solid rgba(255,143,0,0.18);
  outline-offset: 3px;
  box-shadow: none;
}

/* ===== Mobile first overrides (<= 767.98px) ===== */
@media (max-width: 767.98px) {
  .bg-section-cinza {
    padding: 2.25rem 0;
  }

  /* título menor e mais compacto no mobile */
  .tt-sctn-one {
    font-size: 1.6rem;
    line-height: 1.18;
  }

  .span-tt-dwn {
    font-size: 1.85rem;
    line-height: 1.8rem;
    margin: 2rem 0 1rem;
    width: 95%;
  }

  /* faz o parágrafo usar 100% e quebrar corretamente */
  .bg-section-cinza .text-muted {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1rem;
  }

  /* empilha botões e centraliza para telas pequenas */
  .d-flex.justify-content-center.justify-content-md-start {
    display: flex !important;
    flex-direction: column;
    gap: .75rem;
    align-items: stretch;
    width: 100%;
  }

  .d-flex.justify-content-center.justify-content-md-start .btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 18px;
  }

  /* reduz a imagem e centraliza */
  .col-md-6.text-center.mt-4.mt-md-0 {
    margin-top: 1.15rem;
  }

  .col-md-6.text-center.mt-4.mt-md-0 .img-mokup-primary {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  /* melhora espaçamento vertical da row */
  .stcn-prs-one {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  /* reduz margens negativas/overflows que quebrem layout */
  .tt-sctn-one br {
    display: none;
  }

  #sct-one-desk {
    display: none;
  }
  #sct-one-mobile {
    display: flex;
  }
}

/* ===== Tablets (768px a 991.98px) ===== */
@media (min-width: 768px) and (max-width: 991.98px) {
  #sct-one-desk {
    display: none;
  }
  #sct-one-mobile {
    display: flex;
  }

  .tt-sctn-one {
    font-size: 1.9rem;
  }

  .span-tt-dwn {
    font-size: 1.15rem;
  }

  .bg-section-cinza .text-muted {
    width: 85%;
    max-width: 640px;
  }

  .d-flex.justify-content-center.justify-content-md-start {
    flex-direction: row;
    gap: 1rem;
  }

  .d-flex.justify-content-center.justify-content-md-start .btn {
    width: auto;
  }

  .col-md-6.text-center.mt-4.mt-md-0 .img-mokup-primary {
    max-width: 420px;
  }
}

/* ===== Pequenas melhorias visuais para desktop (>=992px) ===== */
@media (min-width: 992px) {
  #sct-one-desk {
    display: flex;
  }
  #sct-one-mobile {
    display: none;
  }
  .tt-sctn-one {
    font-size: 2.6rem;
  }

  .bg-section-cinza .text-muted {
    width: 65%;
  }

  .d-flex.justify-content-center.justify-content-md-start {
    align-items: center;
  }

  .col-md-6.text-center.mt-4.mt-md-0 .img-mokup-primary {
    max-width: 520px;
  }
}

.pricing-black {
    background-color: #cd1212;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
    bottom: -35px;
}

.pricing-price-compare {
  position: relative;
  bottom: -25px;
  text-align: center;
  color: red;
  text-decoration: line-through;
  font-size: 20px;
}


    #page-politicas {
        background-color: var(--bg-light);
        color: var(--text-dark);
        font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 0;
    }

    /* Header simples para as páginas legais */
    .legal-header {
        padding: 40px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    .legal-header h1 {
        font-weight: 800;
        color: var(--text-dark);
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .legal-header span {
        color: var(--led-orange);
    }

    /* Container do Texto */
    .legal-content {
        max-width: 850px;
        margin: 50px auto;
        padding: 0 20px;
    }

    .legal-content h2 {
        color: var(--text-dark);
        font-weight: 700;
        font-size: 1.4rem;
        margin-top: 35px;
        border-left: 4px solid var(--led-orange);
        padding-left: 15px;
    }

    .legal-content p, .legal-content li {
        color: var(--text-muted);
        font-size: 1.05rem;
        margin-bottom: 15px;
    }

    .legal-content strong {
        color: var(--text-dark);
    }

    /* Footer de navegação */
    .legal-footer {
        text-align: center;
        padding: 40px;
        margin-top: 50px;
        background: #f9f9f9;
    }

    .btn-back {
        color: var(--led-orange);
        text-decoration: none;
        font-weight: 700;
        transition: 0.3s;
    }

    .btn-back:hover {
        text-decoration: underline;
    }


    /* --- ESTILO FAQ AGÊNCIA LED --- */
#faq-led {
    padding: 80px 0;
    background-color: #ffffff;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #ff8f00;
    box-shadow: 0 5px 15px rgba(255, 143, 0, 0.1);
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background: #ffffff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    outline: none;
}

.faq-question h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1c1d20;
    padding-right: 15px;
}

.faq-question i {
    color: #ff8f00;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #f9f9f9;
}

.faq-answer-content {
    padding: 0 25px 20px;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}


.faq-item.active i {
    transform: rotate(180px);
}
.faq-item.active .faq-answer {
    max-height: 500px; 
}


.faq-question i {
    color: #ff8f00;
    font-size: 1.2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), color 0.3s;
}


.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: #1c1d20;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    background-color: #fcfcfc;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}


.faq-item.active .faq-answer {
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
    border-top: 1px solid #eee;
}


.faq-item.active {
    border-color: #ff8f00;
    background-color: #fff;
}


/* Estilo Botão WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: #fff;
}

/* Tooltip (Balão de fala que aparece ao passar o mouse) */
.tooltip-whatsapp {
    position: absolute;
    right: 70px;
    background-color: #1c1d20;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    border: 1px solid #333;
}

.whatsapp-float:hover .tooltip-whatsapp {
    opacity: 1;
    visibility: visible;
}


@keyframes pulse-whatsapp {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


@media (max-width: 768px) {
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
    .tooltip-whatsapp {
        display: none; 
    }
}


/* Estilo para as opções do formulário de qualificação */
.action-option {
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-option:hover {
    border-color: #ff8f00 !important;
    background-color: rgba(255, 143, 0, 0.05);
}

.form-check-input:checked + .form-check-label {
    color: #ff8f00;
    font-weight: bold;
}

/* Deixa os inputs de texto mais elegantes */
.form-control:focus {
    border-color: #ff8f00;
    box-shadow: 0 0 0 0.25rem rgba(255, 143, 0, 0.25);
}