:root {
  --custom-color: #133874;
  --custom-color-hover: #0e2955;
  --custom-secondary-color: #e81574;
  --custom-secondary-color-hover: #bb0e5c;
  --success-light: #2ad367;
  --success-light-hover: #139642;
}

html * {
  scroll-behavior: smooth !important;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
}

header {
  z-index: 999;
}

img {
  max-width: 100%;
}

section {
  position: relative;
}

.btn {
  border-radius: 15px;
}

#preloader {
  position: fixed;
  background: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--custom-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -webkit-animation: loader-animation 1s linear infinite;
  animation: loader-animation 1s linear infinite;
}

.text-custom-secondary {
  color: var(--custom-secondary-color);
}

.shadow-success-light {
  box-shadow: 0 0 2rem 0 #9dfcbf;
}

.text-shadow-light {
  text-shadow: 1px 1px 10px #fff5;
}

.bg-success-light {
  background-color: var(--success-light);
}

.text-success-light {
  color: var(--success-light);
}

.btn-success-light {
  background-color: var(--success-light);
  border-color: var(--success-light);
  color: #fff !important;
}

.btn-success-light:hover,
.btn-success-light:focus,
.btn-success-light:active,
.btn-success-light:active:focus {
  background-color: var(--success-light-hover);
  border-color: var(--success-light-hover);
}

.btn-custom-secondary {
  background-color: var(--custom-secondary-color);
  border-color: var(--custom-secondary-color);
  color: #fff !important;
}

.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active,
.btn-custom-secondary:active:focus {
  background-color: var(--custom-secondary-color-hover);
  border-color: var(--custom-secondary-color-hover);
}

.btn-custom {
  background-color: var(--custom-color);
  border-color: var(--custom-color);
  color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom:active:focus {
  background-color: var(--custom-color-hover);
  border-color: var(--custom-color-hover);
}

.text-custom {
  color: var(--custom-color);
}

.h-90 {
  height: 90%;
}

header .navbar .navbar-brand img {
  height: 50px !important;
}

/* â”€â”€ Layout: logo esquerda | menu centralizado | botÃµes direita â”€â”€ */
@media (min-width: 992px) {
  header .navbar .container {
    position: relative;
  }

  header .navbar-nav.navbar-nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
  }
}

/* Mobile: menu e botÃµes empilhados normalmente */
@media (max-width: 991.98px) {
  header .navbar-nav.navbar-nav-center {
    margin-bottom: 0.5rem;
  }

  header .navbar-btns {
    padding-bottom: 0.5rem;
    flex-wrap: wrap;
  }
}

header .navbar-nav .nav-link {
  font-weight: 600;
}

header .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--success-light);
}

#section-slide {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#section-slide .fundo-slide,
#section-como-funciona .fundo-como-funciona,
#section-teste-gratis .fundo-teste-gratis,
#section-planos .fundo-planos,
#section-faq .fundo-faq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#section-slide img.slide-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  min-height: 100%;
}

#section-slide img.slide-tela {
  position: absolute;
  width: 35vw;
  top: calc(50% - 7vw);
  left: 66%;
  z-index: 2;
}

#section-slide .slide-content {
  position: relative;
  z-index: 2;
  padding: 5rem;
  top: 5rem;
}

#section-slide .slide-content span {
  display: block;
  letter-spacing: -0.2rem;
}

#section-slide .slide-content .linha-01 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 100;
  line-height: 3rem;
}

#section-slide .slide-content .linha-02 {
  text-transform: uppercase;
  color: #e91270;
  font-size: 3.85rem;
  line-height: 3.35rem;
  font-weight: bold;
}

#section-slide .slide-content .linha-03 {
  text-transform: uppercase;
  color: #2ad469;
  font-size: 3.75rem;
  line-height: 3.25rem;
  font-weight: bold;
}

#section-slide .slide-content .linha-04 {
  color: #fff;
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: lighter;
  font-style: italic;
  position: relative;
  top: -.5rem;
}

#section-slide .slide-content .linha-05 {
  text-transform: uppercase;
  color: #2ad469;
  font-size: 3.75rem;
  line-height: 4rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem;
}

#section-slide .slide-content .btn {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 1.5rem;
  font-size: 1.75rem;
  box-shadow: 0 0 2rem 0 #9dfcbf;
  padding: .3rem 1rem;
}

#section-como-funciona .fundo-como-funciona {
  object-position: top;
}

#section-como-funciona #como-funciona {
  color: #fff;
}

#section-como-funciona #como-funciona .title {
  font-size: 3.7rem;
  line-height: 4.7rem;
  letter-spacing: 0;
  font-weight: 100;
}

#section-como-funciona #como-funciona .second-content .title {
  font-size: 3rem;
  line-height: 3.25rem;
}


#section-como-funciona #como-funciona .title span {
  background: #e81574;
  font-weight: bold;
}

#section-como-funciona #como-funciona .second-content .title span {
  margin-left: 5px;
  padding: 0 5px;
  text-transform: none;
}

#section-como-funciona #como-funciona .content {
  font-size: 1.5rem;
  text-align: justify;
}

section#section-vantagens #vantagens .logo-segsmart {
  text-align: center;
  filter: grayscale(1);
}

section#section-vantagens #vantagens .sessao-titulo div {
  width: fit-content;
  margin: auto;
  text-align: center;
}

section#section-vantagens #vantagens .sessao-titulo div.sobretitulo {
  font-size: 3.3rem;
  line-height: 3rem;
  color: #464646;
  font-style: italic;
  font-weight: 100;
}

section#section-vantagens #vantagens .sessao-titulo div.titulo {
  background: linear-gradient(to right, rgba(41, 210, 103, 1) 40%, rgba(253, 133, 1, 1) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4rem;
  line-height: 3.5rem;
}

section#section-vantagens #vantagens .sessao-titulo div.subtitulo {
  font-size: 1.4rem;
  color: #464646;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem,
section#section-depoimentos #depoimentos .card-depoimento {
  position: relative;
  background: #fbfbfb;
  text-align: center;
  padding: 20px;
  height: 100%;
  box-shadow: 3px 3px 10px 0 #3335;
  border-radius: 10px;
  display: grid;
  transition: .2s ease-in-out;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:hover {
  box-shadow: 3px 3px 10px 0 #3338;
  transform: scale(1.015) !important;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem div,
section#section-depoimentos #depoimentos .card-depoimento div {
  position: relative;
  z-index: 3;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:before,
section#section-vantagens #vantagens .lista-vantagens .card-vantagem:after,
section#section-depoimentos #depoimentos .card-depoimento:before,
section#section-depoimentos #depoimentos .card-depoimento:after {
  content: '';
  position: absolute;
  border-radius: 10px;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:before,
section#section-depoimentos #depoimentos .card-depoimento:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(33deg, rgba(48, 210, 104, 1) 0%, transparent 30%, transparent 70%, rgba(253, 142, 23, 1) 100%);
  z-index: 1;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem:after,
section#section-depoimentos #depoimentos .card-depoimento:after {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fbfbfb;
  z-index: 2;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .imagem {
  width: 100px;
  height: 100px;
  margin: 15px auto;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .imagem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .titulo {
  color: #454545;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

section#section-vantagens #vantagens .lista-vantagens .card-vantagem .conteudo {
  color: #454545;
}

#section-teste-gratis .teste-gratis-anuncio {
  display: grid;
  grid-template-columns: 40% 60%;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque {
  color: #fff;
  background: #ff8500;
  text-align: center;
  padding: 30px 15px;
  border-radius: 25px;
  border: 3px solid #ffb635;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque .texto-destaque-01 {
  font-size: 2.75rem;
  line-height: 2.5rem;
  margin-bottom: 10px;
  font-weight: 100;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque .texto-destaque-02 {
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-destaque .texto-destaque-03 {
  font-size: 1.75rem;
  line-height: 1.65rem;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #fff;
  height: auto;
  align-self: center;
  padding: 10px 15px 10px 35px;
  text-align: center;
  border-radius: 0 25px 25px 0;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo img {
  height: 75px;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item {
  padding: 15px;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item:first-child {
  border-right: 2px solid #dadada;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item .titulo {
  font-weight: 600;
  color: #454545;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

#section-teste-gratis .teste-gratis-anuncio .teste-gratis-conteudo .item .conteudo {
  color: #454545;
}

#section-teste-gratis .texto-sem-compromisso {
  color: #fff;
}

#section-teste-gratis .texto-sem-compromisso .subtitulo {
  font-size: 2.25rem;
  line-height: 2rem;
  font-weight: 100;
  font-style: italic;
}

#section-teste-gratis .texto-sem-compromisso .titulo {
  font-size: 2.25rem;
  line-height: 2rem;
  font-weight: 600;
}

#section-planos .card-plano {
  background: #00000045;
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  color: #fff;
  border-radius: 20px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #57329791;
  box-shadow: 0 0 5px 0 #333333b3;
  transition: .2s ease-in-out;
  position: relative;
  z-index: 9;
}

#section-planos .card-plano:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: -1;
  border-width: 5px 5px 0 0;
  border-color: #573297c2;
  border-style: solid;
  opacity: 0;
  transition: .2s ease-in-out;
}

#section-planos .card-plano:hover:before {
  opacity: 1;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
}

#section-planos .card-plano:hover {
  box-shadow: 0 0 10px 0 #ffffffba;
}

#section-planos .card-plano .titulo {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}

#section-planos .card-plano .preco {
  text-align: center;
  font-weight: 500;
}

#section-planos .card-plano .preco .preco-original {
  text-decoration: line-through;
  font-weight: 100;
}

#section-planos .card-plano .preco .preco-atual {
  font-size: 5rem;
  line-height: 5rem;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}

#section-planos .card-plano .preco .periodo {
  margin-top: -7px;
}

#section-planos .card-plano .preco .preco-atual span {
  font-size: 40%;
  font-weight: 500;
}

#section-planos .card-plano .preco .preco-atual span.centavos {
  line-height: 3.4rem;
}

#section-planos .card-plano .detalhes ul {
  list-style: none;
  padding: 0 0 0 1rem;
}

#section-planos .card-plano .detalhes ul li {
  margin-bottom: 5px;
}

#section-planos .card-plano .detalhes ul li .mdi.mdi-triangle:before {
  transform: rotate(90deg);
}

/* â”€â”€ Card coluna (novo layout 4 colunas) â”€â”€ */
#section-planos .card-plano-col {
  padding: 20px 18px;
}

#section-planos .card-plano-col-header {
  border-bottom: 1px solid #57329750;
  padding-bottom: 14px;
  margin-bottom: 4px;
  text-align: center;
}

#section-planos .card-plano-col .titulo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

#section-planos .card-plano-col .preco-atual {
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  width: 100%;
}

#section-planos .card-plano-col .periodo {
  font-size: 0.82rem;
  color: #c0b8d0;
  margin-top: 4px;
  text-align: center;
}

#section-planos .card-plano-col .detalhes {
  flex-grow: 0;
}

#section-planos .card-plano-col .detalhes ul {
  list-style: none;
  padding: 0 0 0 0.5rem;
  margin-bottom: 0;
}

#section-planos .card-plano-col .detalhes ul li {
  margin-bottom: 6px;
  font-size: 0.88rem;
}

#section-planos .card-plano-col .detalhes ul li.card-plano-nota-atendentes {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #57329750;
  font-size: 0.82rem;
  color: #c8a8f8;
}

/* â”€â”€ Ãrea "ver mais" / dropdown â”€â”€ */
#section-planos .card-plano-mais {
  margin-top: 8px;
  border-top: 1px solid #57329740;
  padding-top: 8px;
  margin-bottom: 14px;
}

#section-planos .card-plano-mais .btn-ver-mais {
  background: none;
  border: none;
  color: #c8a8f8;
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  transition: color .2s;
}

#section-planos .card-plano-mais .btn-ver-mais:hover {
  color: #fff;
}

#section-planos .card-plano-mais .collapse ul,
#section-planos .card-plano-mais .collapsing ul {
  list-style: none;
  padding: 0 0 0 0.5rem;
}

#section-planos .card-plano-mais .collapse ul li,
#section-planos .card-plano-mais .collapsing ul li {
  margin-bottom: 5px;
  font-size: 0.85rem;
}

/* â”€â”€ Destaque â”€â”€ */
#section-planos .card-plano-destaque {
  border-color: #8b5cf6;
  box-shadow: 0 0 18px 2px #7c3aed80;
}

#section-planos .card-plano-badge {
  text-align: center;
  background: linear-gradient(90deg, #573297, #8b5cf6);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 20px;
  padding: 3px 14px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

#section-planos .logo-segsmart {
  text-align: center;
}

#section-planos .logo-segsmart img {
  filter: brightness(0) invert(1);
}

#section-depoimentos .titulo-sessao {
  color: #474747;
}

#section-depoimentos .titulo-sessao span {
  color: #ff8500;
}

#section-depoimentos .card-depoimento .depoimento {
  text-align: left;
  text-wrap: pretty;
}

#section-depoimentos .card-depoimento .cliente {
  display: grid;
  grid-template-columns: 30% auto;
  text-align: left;
  align-items: center;
}

#section-depoimentos .card-depoimento .cliente .nome {
  color: #313d79;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1rem;
}

#section-depoimentos .card-depoimento .cliente .empresa {
  color: #555;
  font-style: italic;
  font-size: .8rem;
}

#section-depoimentos .card-depoimento .cliente .estrelas {
  color: #27d56c;
}

#section-depoimentos .card-depoimento .cliente .imagem {
  border-radius: 50%;
  overflow: hidden;
  width: 75px;
  height: 75px;
}

#section-faq #como-usar {
  background: linear-gradient(45deg, rgba(255, 133, 0, 1) 10%, rgba(42, 212, 105, 1) 90%);
  border-radius: 25px;
}

#section-faq #faq .titulo {
  color: #fd8300;
}

#section-faq #faq #accordionFaq .accordion-item {
  margin-bottom: 1rem;
  border-radius: 15px;
  overflow: hidden;
}

#section-faq #faq #accordionFaq button.accordion-button {
  box-shadow: none;
  font-weight: 600;
  color: #444444;
}

#section-faq #faq #accordionFaq button.accordion-button:hover,
#section-faq #faq #accordionFaq button.accordion-button:active,
#section-faq #faq #accordionFaq button.accordion-button:focus,
#section-faq #faq #accordionFaq button.accordion-button:hover:active {
  box-shadow: none;
}

#section-faq #faq #accordionFaq .accordion-button:not(.collapsed) {
  background: none;
  color: #444444;
}

#section-faq #faq #accordionFaq .accordion-button::after {
  content: unset !important;
}

#section-faq #faq #accordionFaq .accordion-body {
  color: #444;
  font-weight: normal;
  font-size: 1rem;
  padding-top: 0;
  text-align: left;
  text-wrap: pretty;
}


div#modalVideo .modal-dialog {
  background: none;
}

div#modalVideo .modal-dialog .modal-content {
  background: none;
  border: 0;
}

div#modalVideo .modal-dialog .modal-content .modal-header {
  border: 0;
}

div#modalVideo .modal-dialog .modal-content .modal-header button {
  filter: brightness(0) invert(1);
}

div#modalVideo .modal-dialog .modal-content .modal-body {
  padding: 0;
}

div#modalVideo video {
  max-width: 100%;
  margin: auto;
}

[data-tipo="video"] {
  cursor: pointer;
}

.btn-cadastro-header i:before {
  transform: rotate(45deg);
}

@keyframes loader-animation {
  to {
    transform: rotate(360deg);
  }
}

.btn-whatsapp-flutuante {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0cc243;
  box-shadow: 0 0 2rem 0 #9dfcbf;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
  animation: pulse 1s infinite linear;
  font-size: 3rem;
  border: 0;
}

.card:has(#quantidade-licencas) {
  background: rgba(0, 0, 0, .1);
}

#quantidade-licencas {
  color: #fff;
}

#quantidade-licencas button {
  color: #fff;
  background: #2ad367
}

#quantidade-licencas button.disabled {
  background: rgba(100, 100, 100, .5);
}


a.btn.btn-lg.btn-success-light.shadow-success-light {
  padding: 15px 20px !important;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 700;
}

p.m-0 {
  margin-left: 20px !important;
}

#home main {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth !important;
}

.politica_cookies {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 99999;
}

.politica_cookies .conteudo-lgpd {
  width: 80vw;
  margin: auto;
  background: rgba(255, 255, 255, .9);
  padding: 1rem;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: .9rem;
}

.politica_cookies .conteudo-lgpd .btn-cookies {
  font-size: .9rem;
  border-radius: 20px;
}

.banner img {
  width: 100%;
  height: 100%
}

.whatsapp-modal {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: .25rem .5rem;
  box-shadow: 0 0 2rem 0 #9dfcbf;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .9);
  border-radius: .5rem;
  z-index: 9999;
}

.whatsapp-modal .form-group {
  margin-bottom: .25rem;
}

.whatsapp-modal .btn-close-whatsapp-modal {
  position: absolute;
  top: -2rem;
  right: .25rem;
  font-size: 1.5rem;
  color: #000;
  opacity: .5;
  border: 0;
}

.whatsapp-modal form button {
  border-radius: .5rem;
}

.loading {
  user-select: none !important;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  z-index: 9999;
  border-radius: .5rem;
}

.loading:after {
  content: "";
  display: block;
  position: fixed;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  z-index: 99999;
  border: 2px solid #f3f3f3;
  border-top-color: #133874;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.hidden-captcha .form-group {
  display: flex;
  align-items: center;
}

.hidden-captcha .captcha {
  user-select: none;
  cursor: default;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-size: 1.2rem;
  font-weight: 700;
  background: #f9f9f9 url("/arquivos/imagens/captcha.jpg") no-repeat center !important;
  text-transform: none !important;
  height: 50px;
  margin: 0;
  white-space: nowrap;
}

.hidden-captcha input.captcha_result {
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 0;
  width: 100%;
  height: 50px;
}

.proof-strip {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid;
  border-color: #e9e9e9;
}

.proof-strip strong {
  color: #e81574;
}

#problema {
  padding: 50px 0;
}

.section-eyebrow {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  text-align: center;
  background: linear-gradient(to right, rgba(41, 210, 103, 1) 40%, rgba(253, 133, 1, 1) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2.section-title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #474747;
}

p.section-lead {
  font-size: 19px;
  color: #464646;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  line-height: 1.55;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 50px;
  display: none;
}

.pain-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 32px 28px;
  position: relative;
  z-index: 1;
  transition: .3s ease-in-out;
}

.pain-card::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(33deg, rgba(48, 210, 104, 1) 0%, transparent 30%, transparent 70%, rgba(253, 142, 23, 1) 100%);
  border-radius: 10px;
  z-index: -1;
}

.pain-card::after {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  border-radius: 10px;
  z-index: -1;
}

.pain-icon {
  font-size: 32px;
  margin-bottom: 16px;
}

.pain-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #5b5b5b;
  line-height: 1.3;
}

.pain-card p {
  color: #5b5b5b;
  font-size: 16px;
}

.pain-card .highlight {
  color: #ff8500;
  font-weight: 700;
}

.pain-cost {
  background: linear-gradient(45deg, #ff34c3, #22317b);
  color: white;
  border-radius: 16px;
  padding: 40px;
  margin-top: 60px;
  text-align: center;
}

.pain-cost h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.pain-cost h3 .red {
  color: #f3b329;
}

.pain-cost p {
  font-size: 17px;
  color: #ffffff;
  max-width: 720px;
  margin: 0 auto;
}

/* ============ HOW IT WORKS ============ */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 60px;
}

.step {
    background: linear-gradient(33deg, rgb(249 52 193) 0%, transparent 30%, transparent 70%, rgb(38 49 125) 100%);
    border-radius: 18px;
    padding: 36px 28px;
    position: relative;
    border: 0;
    transition: all .2s;
    z-index: 1;
}

.step:after {
    position: absolute;
    content: "";
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #fff;
    z-index: -1;
    border-radius: 20px;
}

.step:hover {
    border-color: #573297;
    transform: translateY(-4px);
}

.step-num {
    width: 48px;
    height: 48px;
    background: #133874;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 18px rgba(139, 92, 246, 0.3);
}

.step h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #133874;
}

.step p {
    color: #475569;
    font-size: 16px;
}

.how-callout {
  margin-top: 30px;
  background: #f4f1fb;
  border-left: 4px solid #573297;
  border-radius: 8px;
  padding: 24px 28px;
  font-size: 17px;
  color: #573297;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.how-callout strong {
  color: #573297;
}

.how-bridge {
  position: relative;
  margin-top: 70px;
  padding: 50px 40px;
  background: linear-gradient(33deg, rgb(249 52 193) 0%, transparent 30%, transparent 70%, rgb(38 49 125) 100%);
  border-radius: 22px;
  border: 1px solid #f5f3ff;
  text-align: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  transition: .3s ease-in-out;
}

.how-bridge .big-quote {
  margin: 0 auto 24px;
  max-width: 820px;
  font-size: 32px;
}

.how-bridge-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  color: #334155;
  line-height: 1.7;
}

.how-bridge-text p {
  margin-bottom: 14px;
}

.how-bridge .big-quote {
  margin: 0 auto 24px;
  max-width: 820px;
  font-size: 32px;
}

.how-bridge-text {
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  color: #474747;
  line-height: 1.7;
}

.how-bridge-text p {
  margin-bottom: 14px;
}

.how-bridge-text strong {
  color: #573297;
}

.big-quote {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 32px;
  color: #474747;
}

.big-quote span {
  color: #573297;
}

/* ============ COMPARISON ============ */
.comparison {
  background: white;
  padding: 50px 0;
}

.comp-table {
  margin-top: 50px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
}

.comp-table table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.comp-table th,
.comp-table td {
  padding: 18px 20px;
  text-align: left;
  border-bottom: 1px solid #E5E7EB;
  font-size: 15px;
}

.comp-table th {
  background: #f1f5f9;
  font-weight: 700;
  color: #133874;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.comp-table th.us {
  background: #573297;
  color: white;
}

.comp-table td.us {
  background: #f5f3ff;
  font-weight: 600;
  color: #573297;
}

.comp-table tr:last-child td {
  border-bottom: none;
}

.comp-row-label {
  font-weight: 600;
  color: #474747;
}

.x {
  color: #fd0d01;
  font-weight: 700;
}

.check-green {
  color: #573297;
  font-weight: 700;
}

/* ============ STACK / PRICING ============ */
.pricing {
  background: linear-gradient(180deg, #F8FAFC 0%, #FFFFFF 100%);
  padding: 50px 0;
}

.stack-box {
  background: white;
  border-radius: 18px;
  padding: 40px;
  max-width: 760px;
  margin: 0 auto 60px;
  border: 1px solid #E5E7EB;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.stack-box h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
}

.stack-list {
  list-style: none;
}

.stack-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed #E5E7EB;
  font-size: 15px;
}

.stack-list li:last-child {
  border-bottom: none;
}

.stack-list .item {
  color: #334155;
}

.stack-list .value {
  color: #94A3B8;
  font-weight: 600;
}

.stack-total {
  margin-top: 16px;
  padding: 20px;
  background: #fff0e0;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  color: #ffa23c;
}

.stack-total strong {
  font-size: 24px;
  display: block;
  margin-top: 6px;
  color: #fd8501;
}

.stack-reframe {
  text-align: center;
  margin-top: 32px;
  padding: 24px;
  background: linear-gradient(45deg, #ff8500, #2ad469);
  border-radius: 14px;
  color: white;
}

.stack-reframe .small {
  font-size: 16px;
  color: #ffffff;
}

.stack-reframe .big {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin: 8px 0;
  letter-spacing: -1px;
}

.stack-reframe .micro {
  font-size: 14px;
  color: #ffffff;
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.plan {
  background: transparent;
  border-radius: 16px;
  padding: 32px 24px;
  border: 2px solid #E5E7EB;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all .2s;
  backdrop-filter: blur(10px);
}

.plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.plan.featured {
  border-color: #8a64cb;
  transform: scale(1.04);
  box-shadow: 0 12px 36px rgba(87, 50, 151, 0.22);
}

.plan-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #573297, #8B5CF6);
  color: white;
  padding: 6px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.plan h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1px;
}

.plan-price small {
  font-size: 16px;
  color: #94A3B8;
  font-weight: 500;
}

.plan-per {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  background: #2ad36761;
  color: #ffffff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.plan-sub {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  min-height: 40px;
}

.plan-features {
  list-style: none;
  margin: 20px 0;
  flex: 1;
}

.plan-features li {
  font-size: 14px;
  padding: 8px 0;
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.plan-features li::before {
  content: 'âœ“';
  color: #24cf63;
  font-weight: 800;
}

.plan .btn {
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 15px;
  transition: transform .15s, box-shadow .15s;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: linear-gradient(135deg, #25D366 0%, #16A34A 100%);
  color: white;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.6);
}

.btn-ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid #CBD5E1;
}

.btn-lg {
  padding: 18px 36px;
  font-size: 17px;
}

.btn-xl {
  padding: 22px 44px;
  font-size: 19px;
}

a.btn.btn-ghost:hover {
  background: #fff;
}

/* ============ GUARANTEE ============ */
.guarantee {
  background: white;
  padding: 50px 0;
}

.guarantee-box {
  background: linear-gradient(135deg, #F5F3FF 0%, #FFFFFF 100%);
  border: 2px solid #DDD6FE;
  border-radius: 22px;
  padding: 50px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

.seal {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #0e1f65 0%, #6f338b 55%, #f034ba 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  box-shadow: 0 1px 30px rgb(238 52 185 / 59%);
  border: 6px solid white;
}

.seal-big {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.seal-small {
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.guarantee-text h3 {
  font-size: 28px;
  font-weight: 800;
  color: #573297;
  margin-bottom: 14px;
  line-height: 1.2;
}

.guarantee-text p {
  color: #474747;
  font-size: 16px;
  line-height: 1.65;
}

.how-bridge:after {
  position: absolute;
  content: "";
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #fff;
  z-index: -1;
  border-radius: 20px;
}

/* ============ FINAL CTA ============ */
.final-cta {
  background: #fff;
  color: #474747;
  padding: 50px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1.5px;
  max-width: 900px;
  margin: 0 auto 24px;
  position: relative;
}

.final-cta h2 span {
  color: #573297;
}

.final-cta p {
  font-size: 20px;
  color: #474747;
  max-width: 700px;
  margin: 0 auto 40px;
  position: relative;
}

.final-cta .btn {
  position: relative;
}

.ps {
  margin-top: 60px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  border-left: 3px solid #573297;
  padding: 24px 28px;
  border-radius: 8px;
  font-size: 16px;
  color: #474747;
  line-height: 1.7;
  position: relative;
}

.ps strong {
  color: #573297;
}

.pain-card:hover {
    transform: scale(1.015) !important;
    box-shadow: 0 7px 27px -24px #000;
}

.how-bridge:hover {
    transform: scale(1.015) !important;
    box-shadow: 0 13px 37px -30px #000;
}

@media screen and (max-width: 768px) {
  .banner {
    max-height: 180px
  }

  .banner img {
    height: 180px;
    object-fit: cover
  }

}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}