.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;
  --lp-darkpurple: #613362;
  --lp-peach: #FAAA75;
  --lp-raspberry: #A84770;
  --light-gradient: radial-gradient(370.04% 256.09% at 50% -81.3%, var(--lp-peach) 0%, var(--lp-raspberry) 100%);
  --dark-gradient: radial-gradient(370.04% 256.09% at 50% -81.3%, var(--lp-darkpurple) 0%, var(--lp-raspberry) 100%);
  --inset-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.50) inset;
  --shadow: 0 0 10px 5px rgba(168, 71, 112, 0.15);

  color: black;
  font-family: 'Ubuntu', sans-serif;
  overflow: hidden;
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing *:focus-visible {
  outline: 2px solid;
}
.landing .wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing section:not(.intro) h2 {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.landing .badge {
  background: var(--light-gradient);
  border-radius: 999px;
  box-shadow: var(--inset-shadow);
  display: inline-block;
  font-weight: 700;
  line-height: 1.125;
  letter-spacing: .08em;
  padding: 0.25em 0.9375em;
  text-box-trim: trim-both;
  text-transform: uppercase;
}
.landing .glass-box {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  box-shadow: var(--shadow);
}
.landing .outline-box {
  background: rgba(97, 51, 98, 0.25);
  border: 1px solid white;
  border-radius: 10px;
}
.landing .price-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  list-style: none;
  margin-top: 2.5em;
  padding: 0;
  text-align: center;
}
.landing .price-boxes li {
  flex: 0 1 15em;
  padding: 0 1em 1em;
}
.landing .price-boxes .badge {
  transform: translateY(-50%);
}
.landing .price-boxes .preco-antigo {
  display: none;
}
.landing .price-boxes .preco {
  color: var(--lp-darkpurple);
  line-height: 1.15;
  font-size: 1.125em;
}
.landing .price-boxes .preco span {
  font-size: 2em;
}
.landing .price-boxes .btn {
  margin-top: .6667em;
  width: 100%;
}
.landing .btn {
  border-radius: 999px;
  box-shadow: var(--inset-shadow);
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  padding: .5em 1.25em;
  text-decoration: none;
  transition: filter .1s;
}
.landing .btn:focus-visible {
  outline-color: black;
}
.landing .btn:hover {
  filter: saturate(1.5);
}
.landing .btn.btn-purple {
  background: var(--dark-gradient);
  color: white;
}
.landing .btn.btn-peach {
  background: var(--light-gradient);
  color: black;
}

/* INTRO ---- */
.landing .intro {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/bg-intro-mb.png) top center / cover no-repeat;
}
.landing .intro .wrapper {
  padding: 0 var(--lp-pad-x) calc(var(--lp-pad-y) * 2);
}
.landing .intro .txt {
  flex: 0 1 37.5em;
}
.landing .intro h1 {
  color: var(--lp-darkpurple);
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.landing .intro h2 {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: normal;
  margin: .8em 0 1em;
  max-width: 21.5em;
}
.landing .intro h2 strong {
  color: var(--lp-raspberry);
}
.landing .intro h2 + p {
  font-size: 1.125em;
  line-height: 1.25;
}
.landing .intro h2 + p strong {
  color: var(--lp-darkpurple);
}

/* SOBRE ---- */
.landing :is(.sobre, .autores) {
  background: var(--lp-darkpurple) url(https://mktgen.com.br/imagens/ifrs18-cpc51/bg-sobre.png) center / cover no-repeat;
  border-top-right-radius: var(--lp-pad-y);
  color: white;
  margin-top: calc(var(--lp-pad-y) * -1);
}
.landing .sobre .txt {
  flex: 0 1 38em;
  line-height: 1.5;
}
.landing .sobre .txt p {
  margin-top: 1em;
}
.landing .sobre .objetivo {
  font-size: 1.125em;
  line-height: 1.25;
  margin-top: 1.1em;
  padding: 0 2em 1.5em;
}
.landing .sobre h3 {
  border-radius: 999px;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 0.2em .8em;
  text-transform: uppercase;
}
.landing .sobre .objetivo h3 {
  background: white;
  color: black;
  font-size: 1.3333em;
  transform: translateY(-50%);
}
.landing .sobre .importante {
  background: white;
  border-radius: 20px;
  box-shadow: var(--shadow);
  color: black;
  flex: 0 1 46em;
  font-size: 1.25em;
  line-height: 1.25;
  margin-top: 2em;
  padding: .8em 2.1em;
}
.landing .sobre .importante h3 {
  background: var(--lp-peach) var(--light-gradient);
  box-shadow: var(--inset-shadow);
  font-size: 1.2em;
  margin-bottom: .5em;
}

/* MUDANÇAS ---- */
.landing .mudancas {
  background: var(--lp-peach) url(https://mktgen.com.br/imagens/ifrs18-cpc51/bg-mudancas.png) center / cover no-repeat;
  border-bottom-right-radius: var(--lp-pad-y);
  position: relative;
}
.landing .mudancas::before {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/white-div.svg) center / contain no-repeat;
  content: '';
  height: 12px;
  left: 50%;
  position: absolute;
  top: -6px;
  transform: translateX(-50%);
  width: 196px;
}
.landing .mudancas h2 {
  text-align: center;
}
.landing .mudancas ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.125em;
  gap: 1.75em 2.6667em;
  justify-content: center;
  line-height: 1.25;
  list-style: none;
  margin: 1.75em 0 2em;
  padding: 0;
}
.landing .mudancas ul li {
  flex: 0 1 19.5em;
}
.landing .mudancas ul li::before {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/dbl-plus-white.svg) left center / contain no-repeat;
  content: '';
  display: block;
  height: 20px;
  margin-bottom: .5em;
}

/* ESTRUTURA ---- */
.landing .bg-white {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/bg-depoimentos.png) bottom center / 200% auto no-repeat;
}
.landing .bg-white h2 {
  color: var(--lp-darkpurple);
}
.landing .estrutura .heading {
  flex: 0 1 45.5em;
  margin-bottom: 2.5em;
  text-align: center;
}
.landing .estrutura .heading p {
  color: var(--lp-raspberry);
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: .2em;
}
.landing .estrutura .heading + ul {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  list-style: none;
  margin-bottom: 2em;
  padding: 0;
}
.landing .estrutura .heading + ul > li {
  flex: 0 1 21.5em;
  padding: 0 1.5em 1.5em;
}
.landing .estrutura .badge {
  transform: translateY(-50%);
}
.landing .estrutura h3 {
  color: var(--lp-darkpurple);
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: .6667em;
}
.landing .estrutura h3 + ul {
  display: grid;
  font-size: 1.125em;
  gap: .3333em;
  line-height: 1.25;
  margin: 0;
  padding-left: 1.5em;
}
.landing .estrutura .glass-box p {
  line-height: 1.25;
  margin-top: .25em;
}

/* DEPOIMENTOS ---- */
.landing .depoimentos .wrapper {
  padding: calc(var(--lp-pad-y) / 4) var(--lp-pad-x) calc(var(--lp-pad-y) * 2);
}
.landing .depoimentos h2 {
  align-items: center;
  display: flex;
  gap: .5em;
}
.landing .depoimentos h2::after {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/dbl-plus-pink.svg) left center / contain no-repeat;
  content: '';
  flex: 0 0 45px;
  height: 20px;
}
.landing .depoimentos p {
  font-size: 1.125em;
}
.landing .depoimentos .quote {
  font-style: italic;
  line-height: 1.5;
  margin: .8em 0;
}
.landing .depoimentos .autor {
  line-height: 1.25;
  text-align: right;
}
.landing .depoimentos .autor strong {
  color: var(--lp-raspberry);
  font-size: 1.1em;
}
.landing .depoimentos .autor em {
  color: var(--lp-darkpurple);
}

/* AUTORES ---- */
.landing .autores {
  border-bottom-right-radius: var(--lp-pad-y);
}
.landing .autores ul {
  list-style: none;
  padding: 0;
}
.landing .autores ul li {
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 2.5em;
  padding: 0 1.25em 1em;
}
.landing .autores h3 {
  background: white;
  border-radius: 999px 999px 999px 0;
  color: black;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-left: calc(-1em - 1px);
  padding: 0.2em 1em;
  transform: translateY(-0.75em);
}
.landing .autores h3 em {
  font-weight: 300;
  white-space: nowrap;
}
.landing .autores p {
  line-height: 1.5;
}

/* LIVROS ---- */
.landing .livros {
  text-align: center;
}
.landing .livros .heading {
  max-width: 58em;
}
.landing .livros h2 {
  margin: 0 auto .625em;
  max-width: 15.5em;
}
.landing .livros .heading p {
  font-size: 1.125em;
  line-height: 1.25;
}
.landing .livros .heading::after {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/peach-div.svg) center / contain no-repeat;
  content: '';
  display: block;
  height: 12px;
  margin: 2em 0;
  width: 100%;
}
.landing .livros h3 {
  color: var(--lp-raspberry);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25em;
}
.landing .livros ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 2em;
  justify-content: center;
  list-style: none;
  margin-top: 3.125em;
  padding: 0;
}
.landing .livros ul li {
  align-items: center;
  display: flex;
  flex: 0 1 21.5em;
  flex-direction: column;
  line-height: 1.25;
  padding: 0 1.5em 2em;
}
.landing .livros ul li picture {
  display: block;
  margin-bottom: -40px;
  position: relative;
  top: -40px;
}
.landing .livros ul li p {
  flex: 1;
  margin-bottom: 1.25em;
}

/* ENDING ---- */
.landing .ending {
  scroll-margin-top: 120px;
}
.landing .ending .wrapper {
  padding-top: calc(var(--lp-pad-y) / 4);
}
.landing .ending .txt {
  flex: 0 1 31.5em;
}
.landing section.ending h2 {
  color: black;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
  max-width: 17em;
}
.landing .ending h2::before {
  background: url(https://mktgen.com.br/imagens/ifrs18-cpc51/dbl-plus-pink.svg) left center / contain no-repeat;
  content: '';
  display: block;
  height: 28px;
  margin-bottom: .5em;
}
.landing .ending h2 strong {
  color: var(--lp-darkpurple);
  font-weight: 700;
}

/* > 480px ---- */
@media (min-width:30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .price-boxes {
    gap: 1.25em;
    justify-content: start;
  }
  .landing .bg-middle {
    background-size: contain;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
  }
  .landing .sobre .importante {
    align-items: center;
    border-radius: 999px;
    display: flex;
    gap: 1.6em;
  }
  .landing .sobre .importante h3 {
    margin-bottom: 0;
  }
  .landing .bg-white {
    background-size: contain;
  }
  .landing .depoimentos {
    --lp-wrapper: 53.75em;
  }
  .landing .autores {
    --lp-wrapper: 51.25em;
  }
  .landing .ending .wrapper {
    flex-direction: row-reverse;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 71em;
  }
  .landing .intro {
    background-image: url(https://mktgen.com.br/imagens/ifrs18-cpc51/bg-intro.png);
  }
  .landing .intro .wrapper {
    padding-bottom: var(--lp-pad-y);
  }
  .landing .sobre {
    --lp-wrapper: 67em;
  }
  .landing .sobre .wrapper {
    padding-top: calc(var(--lp-pad-y) * .75);
  }
  .landing .sobre picture {
    margin: 0 auto;
  }
  .landing .sobre .objetivo {
    margin-top: 2em;
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing {
    --lp-pad-y: 80px;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  html {
    scroll-behavior: smooth;
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .js .landing .intro img.anime {
    transform: scale(.5);
  }
  .js .landing .intro .txt.anime {
    transform: translateX(50px);
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    transform: initial !important;
  }
}