:root {
  --section-hero-bg: #29262E;
  --font-sora: "Sora", serif;
  --font-montserrat: "Montserrat", serif;
}

html, body{
  width: 100%;
  height: 100%; 
}

body {
  font-family: "Montserrat", serif;
}

b{font-weight: 700;}

p{
  font-size: 18px;
  font-weight: 500;
}

.hero {
  background-color: #29262E;
  color: #fff;
  width: 100%;
  padding: 72px 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero h1 {
  font-weight: 600;
  line-height: 115%;
}



.botao-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #10a83e;
  color: #fff;
  padding: 0 80px;
  height: 62px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  text-shadow: 3px 3px 6px rgba(255, 255, 255, 0.11);
  transition: .3s all ease-in-out;

}

.botao-cta:hover {
  transform: scale(1.1);
}

section {
  padding: 50px 0;
}

ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

ul svg {
  color: #09A600;
  /* transform: scale(1.25); */
}

ul li {
  display: flex;
  align-items: start;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  margin-bottom: 14px;
  line-height: 148%;
  font-weight: 500;
}

ul li .li-icon{

  display: flex;
  justify-content: start;
  margin-right: 8px;
}



.features__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.features__item {
  display: flex;
  align-items: center;
  font-size: 22px;
  gap: 16px;
  font-weight: 600;
  letter-spacing: -1;
}

.features__list img {
  max-width: 52px;
}

ul li img {
  max-width: 60px;
}

.features .col-lg-6 {
  display: flex;
  align-items: center;
}

.video {
  background-color: var(--section-hero-bg);
  color: #fff;
}

.video p {
  padding: 24px 0;
}

.cases {
  background-color: var(--section-hero-bg);
  color: #fff;
}

.midia figure {
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 3%;
  margin-bottom: 6%;
}

.midia figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.garantia {
  background-color: #F7F7F7;
}

.garantia p {
  font-size: 16px;
}

.garantia__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1;
}

.garantia__item img {
  max-width: 60px;
}

.atencao {
  background-color: #ED4956;
  color: #fff;
}

.atencao h2,
.atencao p {
  font-weight: 700;
}

.atencao p {
  font-size: 24px;
}

.oferta {
  background-color: var(--section-hero-bg);
  color: #fff;
  padding-bottom: 80px;
}

.oferta h2 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}

.oferta .depor {
  font-size: 24px;
  font-weight: 300;
}

.oferta .apenas {
  font-weight: 500;
}

.oferta__lista {
  max-width: 680px;
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto;
  margin-top: -100px;
  padding: 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  box-shadow: 0px -12px 6px 0px rgba(0, 0, 0, 0.1);
}

.oferta__item {
  display: flex;
  gap: 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.oferta__item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.accordion-button {
  font-weight: 500;
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  color: #252525;
  font-weight: 600;
  background-color: #f7f7f7;
  box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
  box-shadow: none;
}

.hero figure {
  width: 100%;
  max-width: 380px;
  height: auto;
  margin: 0 auto;
}

.hero figure img {
  /* max-width: 360px;
  height: auto;
  object-fit: contain;
  transition: .3s all ease-in-out; */

  width: 380px;
  height: auto;
  object-fit: cover;

}


.autor {
  display: flex;
  align-items: center;
}

@media(max-width: 768px) {

  .oferta__lista {
    align-items: start;
  }

  .oferta__item {
    text-align: left;
  }



  .hero img {
    max-width: 80%;
  }

  .botao-cta {
    padding: 0 42px;
  }

  ul {
    margin-bottom: 30px;
  }

  ul li {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    align-items: start;
    font-size: 16px;
    margin-bottom: 24px;
  }

  ul li svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 1px;
  }

  .garantia__item {
    margin-bottom: 24px;
    align-items: start;
  }
  .garantia__item img {
    max-width: 55px;
  }
  p {
    font-size: 20px;
  }

}



.video-placeholder {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 3rem;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.play-button svg {
  width: 48px;
  height: 48px;
  stroke: #0d6efd;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}