@import "main.css";

@import "form.css";

.thanks-page .btn {
  background: var(--button-color-primary);
  box-shadow: 0 8px 20px rgba(39, 205, 103, 0.3);
}

.thanks-page .btn:hover {
  background: var(--button-color-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(39, 205, 103, 0.4);
}

.arrow {
  font-size: 1.2rem;
}

.thanks-page {
  min-height: calc(100vh - 80px); /* deixa espaço pro footer */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: linear-gradient(
    334deg,
    #0852c5 0.74%,
    #003684 22.81%,
    #0e2c5d 46.39%,
    #000 74.5%
  );
}

.thanks-card {
  width: 100%;
  max-width: 1100px;
  background: linear-gradient(
    334deg,
    #000 12.69%,
    #0e2c5d 40.8%,
    #003684 64.38%,
    #0852c5 86.45%
  );
  border-radius: 28px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.thanks-text {
  max-width: 480px;
  color: #fff;
}

.thanks-text p {
  margin-bottom: 40px;
}

.thanks-illustration img {
  max-width: 420px;
  width: 100%;
  height: auto;
}

/* Responsivo */
@media (max-width: 900px) {
  .thanks-card {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
  }

  .thanks-text {
    max-width: 100%;
  }

  .thanks-illustration img {
    max-width: 300px;
  }
}

/*identify*/
.identify {
  position: relative;
  background: linear-gradient(135deg, #031427 0%, #071c35 100%);
  padding: 5rem 5rem 0rem 5rem;
  overflow: hidden;
  color: #fff;
}

.identify .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  justify-content: flex-start;
}

/* TELEFONE */
.identify .identify-visual {
  display: flex;
  align-items: flex-end;
}

.identify .identify-visual img {
  height: 100%;
  max-height: 600px;
  object-fit: contain;
}

/* CONTEÚDO */
.identify .identify-content {
  max-width: 600px;
}

.identify .identify-content h2 {
  margin-bottom: 3rem;
  line-height: 1.3;
}

.identify .identify-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.identify .identify-content ul li {
  margin-bottom: 1.5rem;
  color: #cfd8e3;
  text-align: left;
  font-size: 1.3rem;
}

.identify p {
  margin-bottom: 3rem;
  text-align: left;
}

.identify p strong {
  background: linear-gradient(90deg, #0069fb 0%, #48c0ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  line-height: normal;
}

/* BOTÃO */
.identify .btn {
  display: inline-block;
  background: #00c853;
  color: #fff;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 3rem;
}

.identify .btn:hover {
  background: #00b34a;
  transform: translateY(-2px);
}

/* MOBILE */
@media (max-width: 992px) {
  .identify {
    padding: 3rem 2rem 0 2rem;
  }
  .identify .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .identify .identify-visual {
    position: relative;
    height: auto;
    order: 2;
  }

  .identify .identify-visual img {
    height: auto;
    max-width: 280px;
  }
  .identify .identify-content ul li {
    font-size: 1rem;
  }
}

/*identify*/

/*picpay*/

.picpay {
  background: linear-gradient(180deg, #1fba5b 0%, #04492c 100%);
  font-family: "Neulis Sans", sans-serif;
  color: #fff;
}

.picpay .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}

/* ===== CARD ===== */

.picpay-card img {
  width: 100%;
  display: block;
}

/* ===== CONTEÚDO ===== */

.picpay-content {
  flex: 1;
}

.picpay-content h2 {
  line-height: 1.3;
  margin-bottom: 1rem;
  max-width: 610px;
}

.picpay-content h2 strong {
  font-weight: 600;
}

.picpay-content p {
  margin-bottom: 4rem;
  max-width: 505px;
}

.picpay-content .description {
  margin-bottom: 1rem;
}

.picpay-content .btn {
  background: #27cd67;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.picpay-content .btn:hover {
  background: #32bb60;
  transform: translateY(-2px);
}

.note {
  font-size: 1rem;
  opacity: 0.8;
}

/* ===== RESPONSIVO ===== */

@media (max-width: 992px) {
  .picpay .container {
    flex-direction: column;
    text-align: center;
  }

  .picpay-card {
    width: 100%;
    max-width: 380px;
  }

  .picpay-content h2 {
    font-size: 28px;
  }

  .subtitle {
    font-size: 16px;
  }
}

/*video*/
.video {
  background: #030b19;
}

.video .container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video .container h2 {
  color: #fff;
  font-family: "Neulis Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3rem */
  margin-bottom: 3rem;
}

.video .container .video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  padding-top: 46.25%; /* Proporção 16:9 */
}

.video .container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1rem;
}
/*video*/

/*stats*/

.stats {
  background: linear-gradient(293deg, #0069f9 20.07%, #004fbb 79.93%), #fff;
  color: #fff;
}

.stats .container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT SIDE */

.stats-content {
  flex: 1;
}

.stats-content h2 {
  color: #fff;
  font-family: "Neulis Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 3rem */
  margin-bottom: 3rem;
}

.stats-content h3 {
  color: #48c0ff;
  font-family: "Neulis Sans", sans-serif;
  margin-bottom: 3rem;
}

.stats-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.stats-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 23px;

  color: #fff;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 1.7875rem */
}

.stats-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #7fd2ff;
}

.stats-content .btn {
  display: inline-block;
  padding: 14px 28px;
  background: #2ecc71;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s ease;
}

.stats-content .btn:hover {
  background: #27ae60;
  transform: translateY(-2px);
}

/* RIGHT SIDE */

.stats .stats-cards {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  text-align: center;
}

.stats .stats-card img {
  width: 100%;
  transition: 0.3s ease;
}

.stats .stats-card img:hover {
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .stats .container {
    flex-direction: column;
    text-align: center;
  }

  .stats-cards {
    grid-template-columns: 1fr;
  }

  .stats-list li {
    font-size: 1.1rem;
    text-align: left;
  }
}
/*stats*/

/* ===== CONTAINER ===== */

/* Controles */
.carousel-controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  gap: 10px;
}

.carousel-controls button {
  background: #0e2c5d;
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
}

.carousel-controls button:hover {
  background: #133d81;
}

/* Dots */
.carousel-dots {
  margin-top: 20px;
}

.dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}

.dot.active {
  background: var(--button-color-primary);
}

/* Botão */
.carousel-section .btn {
  background: var(--button-color-primary);
  margin-top: 1rem;
}

.carousel-section .btn:hover {
  background: var(--button-color-primary-hover);
  transform: translateY(-2px);
}

/* Responsivo */
@media (max-width: 900px) {
  .carousel-slide {
    display: inline;
  }
  .carousel-slide.active {
    flex-direction: column;
    text-align: center;
  }

  .slide-content {
    text-align: center;
    padding: 40px;
    max-width: 100%;
  }
  .slide-content p {
    min-height: 100px;
  }

  .carousel-controls {
    display: inline;
    position: relative;
    right: 0;
    bottom: 0;
    top: 12px;
  }

  .carousel-track {
    min-height: 415px;
  }
  .slide-image img {
    height: auto;
    width: 100%;
  }
  .carousel-dots {
    display: none;
  }

  .problem-solution-content .btn,
  .solution-content .btn {
    padding: 12px 14px;
  }

  .carousel-section h2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.carousel-slide {
  display: flex;
  align-items: center; /* ALINHA VERTICALMENTE */
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
}

.slide-content {
  flex: 1;
  max-width: 420px;
  text-align: left;
}

.slide-content h3 {
  font-size: 28px;
  margin-bottom: 16px;
}

.slide-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.slide-image {
  flex: 1;
  display: flex;
  align-items: center; /* centraliza vertical */
  justify-content: flex-end;
}

.slide-image img {
  width: 100%;
  max-width: 520px; /* controla o tamanho */
  height: auto;
  object-fit: contain;
}

@media (max-width: 900px) {
  .carousel-slide {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .slide-content {
    max-width: 100%;
  }

  .slide-content h3 {
    text-align: center;
    font-size: 26px;
  }

  .slide-image {
    justify-content: center;
  }

  .slide-image img {
    max-width: 320px;
    height: 0;
  }
}

.carousel-section {
  background: linear-gradient(
    334deg,
    #000 12.69%,
    #0e2c5d 40.8%,
    #003684 64.38%,
    #0852c5 86.45%
  );
  color: #fff;
}
.container-carousel {
  text-align: center;
}
.container-carousel h2 {
  max-width: 600px;
  margin: 0 auto;
}

.carousel-section .container {
  margin: 0 auto;
  text-align: center;
}

/* ===== CARROSSEL ===== */
.features-carousel {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.carousel-track {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  background: rgba(0, 31, 71, 0.5);
  border-radius: 20px;
}

/* ===== TRACK ===== */
.carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.8s ease;
  will-change: transform;
  margin-bottom: 30px;
}

/* ===== CARD ===== */
.feature-card {
  min-width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  position: absolute;
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.6s ease;
  min-height: 310px;
}

/* ===== TEXTO ===== */
.feature-card .text {
  max-width: 50%;
  padding: 50px;
  text-align: left;
}

.feature-card h3 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.feature-card p {
  text-align: left;
  margin: 0 auto;
}

/* ===== IMAGEM ===== */
.feature-card .image {
  width: 53%;
  display: block;
}

.feature-card .image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== NAVEGAÇÃO ===== */
.carousel-nav {
  position: absolute;
  bottom: 30px;
  right: 60px;
  display: flex;
  gap: 12px;
  z-index: 2;
}

.carousel-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #333;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.carousel-nav button:hover {
  background: #555;
}

/* ===== DOTS ===== */
.carousel-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-dots .dot.active {
  background: #fff;
  transform: scale(1.2);
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .feature-card {
    flex-direction: column;
  }

  .feature-card .image {
    width: 100%;
    height: 240px;
  }

  .feature-card .text {
    padding: 30px;
    text-align: center;
    max-width: 100%;
  }

  .feature-card p {
    min-height: 70px;
  }

  .feature-card h3 {
    font-size: 26px;
  }

  .carousel-nav {
    right: 20px;
    bottom: 20px;
  }
  .carousel-dots .dot {
    display: none;
  }
}
/* ===== CARROSSEL ===== */

/* ===== hero-formulario ===== */

.hero-formulario {
  position: relative;
  background: linear-gradient(
    334deg,
    #0852c5 0.74%,
    #003684 22.81%,
    #0e2c5d 46.39%,
    #000 74.5%
  );
  overflow: hidden;
}

.hero-formulario .container {
  position: relative;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Texto */
.hero-formulario .hero-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 40px;
}

.hero-formulario .hero-content .whatsapp-ia {
  width: 185px;
}
.hero-formulario .hero-content img {
  width: 100%;
}
.hero-formulario .hero-content .voce-cliente {
  width: 596px;
}

.hero-formulario .hero-content h1 {
  background: linear-gradient(
    103deg,
    #fff 0.55%,
    #48c0ff 46.67%,
    #0069fb 99.45%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-formulario .hero-content p {
  color: #fff;
}

.hero-formulario .hero-content strong {
  font-weight: 800;
  color: #26cf66;
}

@media (max-width: 900px) {
  .hero-formulario .container {
    display: block;
  }

  .hero-formulario .hero-content h2 {
    text-align: center;
    line-height: 2.3rem;
  }

  .hero-formulario .hero-content .whatsapp-ia {
    margin: 0 auto;
    width: 150px;
  }
  .hero-formulario .hero-content .voce-cliente {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 3rem;
  }
}
/* ===== hero-formulario ===== */

/*hero*/

.hero {
  display: flex; /* 👈 controla alinhamento */
  justify-content: flex-end; /* 👈 joga o container para direita */
  padding: 0px 0;
  background: #030b19;
  overflow: hidden;
  height: 100vh;
}

.hero-container {
  width: 100%;
  display: flex;
  align-items: center; /* centraliza vertical */
  gap: 40px;
  padding-left: 5rem;
}

.hero .hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero .hero-content h1 {
  color: #fff;
}

.hero .hero-content h2 {
  color: #48c0ff;
  font-family: Inter;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 2.25rem */
}

.hero .hero-content p {
  color: #fff;
}

.hero .hero-content .btn-primary {
  padding: 14px 28px;
  background: #2ecc71;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s ease;
  text-align: center;
  display: block;
}

.hero .hero-content .btn-primary:hover {
  background: #27ae60;
  transform: translateY(-2px);
}

.hero-media {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  overflow: hidden; /* 👈 importante */
}

.hero-media img {
  width: clamp(1600px, 55vw, 1100px);
  height: auto;
}

@media (max-width: 992px) {
  .hero {
    justify-content: center; /* 👈 centraliza container */
    height: auto;
  }

  .hero-container {
    flex-direction: column;
    text-align: center;
    padding: 0px;
  }

  .hero .hero-content {
    padding: 3rem 2rem 0 2rem;
    margin-left: 0;
  }

  .hero .hero-content .btn {
    margin: 0 auto;
  }

  .hero-media {
    width: 100%;
    justify-content: center;
    overflow: hidden;
  }

  .hero-media img {
    width: 130%; /* 👈 faz ela "vazar" */
    max-width: none;

    width: 710px;
    max-width: none;
    margin-left: 255px;
  }
}
/*Hero*/
