* {
    font-family: 'Sora', sans-serif;
    box-sizing: border-box;
}

ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding-left: 0px;
}

ul li {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

ul li img {
    max-width: 35px;
    align-self: baseline;
}

h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 24px;
}

p, li {
    font-size: 18px;
    line-height: 28px;
}

b {
    font-weight: 600;
}

red {
    color: red;
}

red-gradiente {
    background: linear-gradient(90deg, #e73a3a 0, #812020 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


#hero {
    background-image: url("/assets/img/hero-desktop.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* ATE-QUANDO */

#ate-quando {
    background: #110909;
}

 .wrapper {
    background: #ededed;
    border-color: #e73a3a;
    border-radius: 20px;
    border: 1px solid #e73a3a;

    max-width: 1368px;
    margin: 0 auto;
}

#ate-quando .container {
    max-width: 1200px;
    margin: 0 auto;
}

#ate-quando .f-center {
   align-items: center;
   justify-content: center;
   display: flex;
   flex-direction: column;
}

.max-w-80 {
   max-width: 80%;
}

.cards-s2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.card-s2 {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.card-s2 img {
    width: 100%;
    object-fit: cover;
}

.card-s2 p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    padding-bottom: 30px;
    color: white;
    margin: 0;

}

/* DEPOIMENTOS - grid layout */
.depo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
}

.depo-grid img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.depo-grid img:last-child {
    grid-column: 2 / 3; /* center the single item on the last row */
}

#mergulhei {
    background: url(https://media.atomicatpages.net/u/aVjnJIrMU9Tcqau1wYCog6yFLox2/Pictures/clone/page12091/1bb19e30.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

#mergulhei h2 {
    max-width: 100%;
}

#treinamento {
    background: url(https://media.atomicatpages.net/u/aVjnJIrMU9Tcqau1wYCog6yFLox2/Pictures/clone/page12091/1a399a88.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 400px !important;
    background-color: rgb(18, 9, 10);
}

#treinamento .content {
    max-width: 600px;
    margin: 0 auto;
}

#depoimentos {
    background: #000;
}

#depoimentos .wrapper {
    background-color: #fff;
    border: #fff;
}

.pros {
    position: relative;
}

.pros .x {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
}

#mockup {
    background: linear-gradient(235.68deg, #100800 0%, #1c0d02 100%);
    border-left: 3px solid #E7903A;
    overflow: hidden;

}

/* PASSOS - grid layout */
.grid-passos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: start;
}

.passo {
    border-radius: 20px;
    border: 1px solid #7e7e7e;
    border-radius: 20px;
}

/* Último item ocupa 100% */
.grid-passos .passo:last-child {
    grid-column: 1 / -1;
}

.assista {
    margin-left: -10px;
}

/* CARDS VALE A PENA */
#vale-a-pena {
    background-color: #110909;
}

.cards-grid-vale-a-pena {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.card-vale-a-pena {
    background: linear-gradient(135deg, #1d0606 0%, #2d0d0d 100%);
    border: 2px solid #ff8c00;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.card-vale-a-pena:first-child {
    grid-column: 1 / -1;
}


.card-icon {
    width: 100px;
    height: 100px;
    background-color: #ff8c00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.card-icon img {
    width: 60px;
    height: 60px;
}

.card-vale-a-pena h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.card-vale-a-pena p {
    color: #bdbdbd;
    margin-bottom: 30px;
}

.card-vale-a-pena h2 {
    color: #ff8c00;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

/* VIDEO RESPONSIVO */
.video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

#bonus .bonus-title {
    background-color: #000;
    text-align: center;
    padding: 20px;
    color: #fff;
}

#bonus .bonus-valor {
    background-color: red;
    text-align: center;
    padding: 20px;
    color: #fff;
    margin: 0px;
}

#bonus .bonus-content {
    text-align: center;
}

#bonus .wrapper {
    overflow: hidden;
    border: none;
}

#bonus {
    background: linear-gradient(235.68deg, #100800 0%, #1c0d02 100%);
}

/* CTA SECTION */
#cta {
    padding-bottom: 50px !important;
}

#cta h2 {
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}

.checklist-cta {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.checklist-cta li {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 140, 0, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid #ff8c00;
}

.checklist-cta li img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.checklist-cta li p {
    flex: 1;
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.checklist-cta li span {
    color: #ff8c00;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.pricing {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.pricing span {
    color: #999;
    font-size: 16px;
}

.pricing span:nth-child(2) {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-top: -12px;
}

.btn-cta {
    display: inline-block;
    background-color: #07a418;
    color: #fff;
    padding: 18px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid #3ae74e;
    margin: 0 auto;
    transform: translateY(0);
    text-decoration: none;
}

.btn-cta span {
    color: #fff;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 46px 0 rgba(76, 255, 58, .5);
}

.btn-cta span {
    display: block;
}

/* GARANTIA SECTION */
#garantia {
    background: linear-gradient(135deg, #d35400 0%, #a84600 100%);
}

#garantia .container {
    max-width: 1200px;
}

.garantia-badge {
    max-width: 300px;
    width: 100%;
}

#garantia h2 {
    margin-bottom: 30px;
}

.garantia-content p {
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.garantia-content p:last-child {
    margin-bottom: 0;
}

.garantia-content p b {
    font-weight: 700;
}

.container-cta {
    background-color: #000000 ;
}

#bio {
    background-color: #000;
    background: url(https://media.atomicatpages.net/u/aVjnJIrMU9Tcqau1wYCog6yFLox2/Pictures/clone/page12091/1298c1b5.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#faq .faq-title {
    color: #fff;
}

#faq .faq-subtitle {
    color: #ff8c00;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
}

div#accordionExample {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item {
    overflow: hidden;
    border-radius: 10px;
}


@media (max-width: 768px) {

   h2 {
        font-size: 22px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

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

    .cards-grid-vale-a-pena {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card-vale-a-pena {
        padding: 20px;
    }

    .card-vale-a-pena h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .depo-grid {
        grid-template-columns: 1fr;
    }

    .depo-grid img:last-child {
        grid-column: auto;
    }

    #hero {
        background-image: url("/assets/img/hero-desktop.webp");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left;
    }

    .max-w-80 {
        max-width: 100%;
    }

    #mergulhei h2 {
        max-width: 300px;
    }

    #mergulhei {
        padding-top: 300px !important;
        background-position-x: 70%;
        background-position-y: top;
        background-size: 300%;
    }

    #treinamento {
        background-position-x: -21vw;
        background-position-y: top;
        background-size: 140%;

        padding-top: 250px !important;
    }

    .pros .x {
        max-width: 60px;
        left: 50%;
        top: inherit;
        margin-top: -65px;
        transform: none;
        transform: translateX(-50%);
    }

    #mockup .img-mockup {
        left: 50%;
        transform: translateX(-50%);
        min-width: 120vw !important;
        position: relative;
    }

    .grid-passos {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }

    .checklist-cta li {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
        border-left: 0px solid #ff8c00;
        border-bottom: 2px solid #ff8c00;
    }

    .checklist-cta li img {
        align-self: center;
        width: 28px;
        height: 28px;
        max-width: 28px;
    }

    .pricing span:nth-child(2) {
        font-size: 36px;
    }

    .btn-cta {
        width: 100%;
        padding: 16px 20px;
    }

    #bio {
        background-image: url("/assets/img/bio-mobile.webp");
        padding-top: 250px !important;
        background-position-y: top;
    }


    .garantia-badge {
        max-width: 200px;
        margin-bottom: 20px;
    }

    #cta h2 {
        font-size: 20px;
    }

}

.cta-parcelado {
    border: 2px dashed red;
    border-radius: 10px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}


/* Countdown Timer Styles */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Sora', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
}
.countdown span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown #minutes > span:first-child,
.countdown #seconds > span:first-child {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
}
.countdown #minutes > span:last-child,
.countdown #seconds > span:last-child {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2px;
}
.countdown > span:not([id]) {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 8px;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .countdown {
    font-size: 1.2rem;
  }
  .countdown #minutes > span:first-child,
  .countdown #seconds > span:first-child {
    font-size: 1.8rem;
  }
  .countdown > span:not([id]) {
    font-size: 1.5rem;
  }

  #banner .banner-text {
    font-size: 14px;
  }
}