* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  src: url(/assets/fonts/Montserrat-VariableFont_wght.woff2);
}

@font-face {
  font-family: 'BebasNeue';
  font-display: swap;
  src: url(/assets/fonts/BebasNeue-Regular.woff2);
}

:root {
  --color-bg: #000;
  --color-bg2: #FFF;
  --color-white: #fff;
  --color-primary: #F92C37;
  --font-size-defult: clamp(14px, 3vw, 18px);
  --title-size-h1: clamp(24px, 3vw, 52px);
  --title-size-hero: clamp(34px, 3vw, 52px);
  --title-size-h3: clamp(20px, 3vw, 38px);
  --title-size-h2: clamp(22px, 3vw, 34px);
  --title-size-span: clamp(18px, 3vw, 24px);
}

main {
  overflow-x: hidden !important;
}

body {
  color: var(--color-white);
  background: var(--color-bg);
  font-family: 'Montserrat';
}

/* auxiliares */

.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.f-center {
  display: flex;
  justify-content: center;
}

.neue {
  font-family: 'BebasNeue' !important;
}

.serrat {
  font-family: 'Montserrat';
}

small {
  font-size: clamp(16px, 3vw, 24px);
}

.hero-title {
  font-size: var(--title-size-hero) !important;
}

p {
  color: var(--color-white);
  font-size: var(--font-size-defult);
}

.p2 {
  color: var(--color-bg) !important;
}

.t-color {
  color: var(--color-primary);
}

.b-color {
  color: var(--color-bg);
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

h1 {
  color: var(--color-white);
  font-size: var(--title-size-h1);
  letter-spacing: 1px;
  font-family: 'BebasNeue';
}

.title {
  color: var(--color-white);
  font-size: var(--title-size-h1);
}

h2 {
  color: var(--color-white);
  font-size: var(--title-size-h2);
}

.up {
  text-transform: uppercase;
}

.top {
  margin-top: 20px;
}

.lg {
  width: 100% !important;
}

.md {
  width: 40% !important;
}

.bd {
  border: solid 2px blue;
}

.sp-size {
  font-size: var(--title-size-span);
}

.container__section {
  padding: 50px 0 50px 0;
  margin: 0 auto;
  max-width: min(1200px, 85vw);
}

#final .box__info,
#hero .box__info {
  width: 60%;
  text-align: center;
  align-items: center;
  gap: 20px;
}

#hero .container__section {
  align-items: end;
  display: flex;
  justify-content: center;
  background-image: url(/assets/img/hero.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 100%;
}

#final {
  background-image: url(/assets/img/final.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 50%;
}

#final .container__section {
  justify-content: center;
  align-items: end;
  display: flex;
  height: 100%;
}

#hero {
  background: radial-gradient(ellipse at top center,
      #F92C37 0%,
      rgba(249, 44, 55, 0.01) 65%,
      rgba(249, 44, 55, 0.3) 40%,
      rgba(249, 44, 55, 0) 60%);
}

.cta:hover {
  background: var(--color-bg);
  border: solid 1px var(--color-primary);
  transition: .2s;
}

.cta {
  text-align: center;
  border: solid 1px var(--color-primary);
  border-radius: 4px;
  font-size: larger;
  width: 70%;
  background: var(--color-primary);
  padding: 20px 20px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  transition: all;
}



.cta-2 {
  background: var(--color-bg) !important;
  color: var(--color-white) !important;
  transition: all;
}

.cta-2:hover {
  background: var(--color-primary) !important;
  border: solid 1px var(--color-bg) !important;
  color: var(--color-bg) !important;
  transition: .2s;
}

.agenda {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: solid 2px var(--color-white);
  padding: 15px 20px;
}

#final,
#hero {
  height: 130vh;
}

#feedback {
  height: 100vh;
}

#samuel .content__top,
.container__section {
  gap: 50px;
}

#foot h1 {
  color: var(--color-bg);
}

#bonus,
#samuel {
  background: var(--color-primary) !important;
}

#foot,
#workshop,
#transform {
  background: var(--color-bg2) !important;
}

.img__bottom {
  text-align: center;
}

#bonus li {
  margin-left: 20px;
  margin-top: 15px;
}

#workshop li {
  color: var(--color-bg);
  margin-left: 20px;
  margin-top: 15px;
}

#bonus .box__img {
  position: relative;
}

.selo {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 10%;
}

#bonus .box__img #selo {
  width: 300px;
  position: absolute;
  right: -20%;
  bottom: -15%;
}

#after img {
  width: 100%;
}

#final h3 {
  display: none;
}

.gold {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 20px 15px;
  color: var(--color-bg);
  background-image: linear-gradient(to right, #ffbb00, #ffc232, #ffc94d, #ffd064, #ffd67a, #ffd67a, #ffd67a, #ffd67a, #ffd064, #ffc94d, #ffc232, #ffbb00);
}

#first p {
  padding: 20px 0 20px 0;
  margin: 0 auto;
  width: 50%;
}

#first .container__section {
  position: relative;
}

#first .box__info {
  flex-direction: column;
  display: flex;
}



#first {
  text-align: center !important;
}

#problem {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#problem .content__bottom {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}

#problem .content__top {
  max-width: 1100px;
  width: 100%;
  display: grid;
  margin-top: 60px;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
}

.card-problema {
  text-align: center;
  color: #fff;
}

.card-problema .icon img {
  width: 100%;
}

.card-problema p {
  font-weight: 600;
}

.card-problema .icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-problema p {
  font-size: 1rem;
  line-height: 1.4;
}

.check-circle {
  width: clamp(20px, 3vw, 28px);
  height: clamp(20px, 3vw, 28px);
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: bold;
  margin-right: 10px;
}

.check-circle::before {
  content: "✔";
}

.oferta__box p {
  font-size: clamp(14px, 3vw, 26px);
}

#oferta .container__section {
  gap: 20px;
}

#oferta .box__info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.ofer {
  background: #272727;
}

.oferta__box {
  gap: 10px;
  width: 620px;
  border-radius: 2px;
  flex-direction: row;
  padding: 20px 50px;
  display: inline-flex;
  border: solid 1px var(--color-white);
}

.content-section {
  background: #000;
  padding: 60px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  align-items: start;
}

/* Caixas dos vídeos (placeholder) */
.video-box {
  width: 100%;
  aspect-ratio: 9 / 16;
  /* Mantém formato vertical */
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Texto */
.card h3 {
  font-family: 'Bebasneue';
  text-align: center;
  margin-top: 15px;
  color: #e82424;
  font-size: clamp(52px, 4vw, 60px);
  font-weight: 800;
  letter-spacing: 1px;
}

.card p {
  text-align: center;
  max-width: 90%;
  margin: 10px auto 0;
  color: #e6e6e6;
  line-height: 1.4em;
}

#videos .container__section {
  gap: 20px;
  align-items: center;
}

.feedback-section {
  width: 100%;
  background: #000;
  padding: 50px 0;
}

.feedback-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
}

/* CARROSSEL */
.feedback-carousel {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.feedback-carousel::-webkit-scrollbar {
  display: none;
}

/* ITENS (onde irão as imagens) */
.feedback-item {
  flex: 0 0 350px;
  height: 180px;
  background: #bfbfbf;
  border-radius: 6px;
  scroll-snap-align: center;
}

/* SETAS */
.nav {
  border: 0;
  background: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

/* DOTS */
.dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #555;
}

.dots span.active {
  background: var(--color-primary);
}

/* .feedback-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:6px;
} */

.stats-section {
  background: #000;
  padding: 50px 20px;
}

.stats-container {
  padding-top: 50px;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

/* NÚMEROS */
.stat-number {
  font-family: 'Bebasneue';
  display: block;
  color: #ff2a2a;
  font-size: clamp(55px, 4vw, 65px);
  font-weight: 800;
  line-height: 1.1;
}

/* TEXTO */
.stat-text {
  font-family: 'Bebasneue';
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: var(--title-size-h2);
  letter-spacing: 1px;
  line-height: 1.4;
}

/* RESPONSIVO */
@media(max-width:992px) {
  .stats-container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

@media(max-width:576px) {}

/* RESPONSIVO */
@media(max-width:992px) {
  .feedback-item {
    flex: 0 0 300px;
  }
}

@media(max-width:768px) {
  .feedback-container {
    gap: 10px;
  }

  .feedback-item {
    flex: 0 0 260px;
  }
}

/* RESPONSIVO */
@media (max-width: 992px) {
  .container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* 🔥 Responsivo */
@media (max-width: 920px) {
  #problem .content__top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  #problem .content__top {
    grid-template-columns: 1fr;
  }

  .card-problema .icon {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 1240px) {

  .check-circle {
    width: clamp(20px, 3vw, 28px);
    height: clamp(20px, 3vw, 28px);
    font-size: clamp(12px, 3vw, 18px);
    margin-right: 10px;
  }

  #m1 {
    display: none;
  }

  .agenda {
    font-weight: bold;
    width: 100%;
    padding: 15px 12px;
    font-size: 12px;
  }

  .agenda img {

    width: 60px;
  }

  .oferta__box {
    width: 100%;
    flex-direction: row;
    padding: 20px 15px;
    display: inline-flex;
    border: solid 1px var(--color-white);
  }

  #videos br,
  #problem h1 br {
    display: none;
  }

  #problem,
  .container__section {
    max-width: min(1200px, 85vw);
    flex-direction: column;
  }

  .content__top {
    flex-direction: column;
  }

  #hero {
    background-image: radial-gradient(circle at top center,
        #F92C37 0%,
        rgba(249, 44, 55, 0.01) 65%,
        rgba(249, 44, 55, 0.6) 40%,
        rgba(249, 44, 55, 0) 60%);
  }

  #final .box__info,
  #hero .box__info {
    width: 100%;
  }

  .cta {
    font-size: small;
    width: 100% !important;
  }

  #final {
    height: auto;
  }

  #hero {
    height: 100vh;
  }

  #hero .container__section {
    justify-content: end;
    background: url(/assets/img/hero.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 120%;
  }

  #bonus .box__img,
  #workshop .box__img,
  #samuel .box__img,
  #foot .box__img,
  #transform .box__img {
    text-align: center;
  }

  #bonus .container__section,
  #workshop .container__section,
  #foot .container__section,
  #samuel .content__top {
    flex-direction: column-reverse;
  }

  #workshop img,
  #bonus img,
  #samuel img,
  #foot img,
  #transform img {
    width: 80%;
  }

  #bonus .box__img #selo {
    width: 120px;
    position: absolute;
    right: -5%;
    bottom: -15%;
  }

  .selo {
    width: 80px;
    position: absolute;
    right: -6%;
    bottom: 0;
  }

  #first p {
    width: 100%;
  }

  #final .box__info {
    margin-top: 170px;
  }

  #final .container__section {
    justify-content: end;
  }

  #final {
    background-size: 70%;
  }

  .img__bottom img {
    width: 100% !important;
  }

  .img__bottom {
    text-align: center;
  }

  #final h1 {
    display: none;
  }

  #final h3 {
    display: block;
  }
}