html {
  scroll-behavior: smooth;
}
.landing {
  --lp-darkblue: #253151;
  --lp-darkerblue: #253144;
  --lp-lightgold: #E5BD65;
  --lp-gold: #C0A15D;
  --lp-fixed: 19em;
  --lp-pad-x: 20px;
  --lp-pad-y: 32px;

  color: var(--lp-darkblue);
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  position: relative;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing h1,
.landing h2,
.landing h3,
.landing ul,
.landing ol,
.landing li,
.landing p {
  line-height: inherit;
  margin: 0;
}
.landing ul {
  list-style: none;
  padding: 0;
}
.landing h2.lp-title {
  font-size: 1.375em;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}
.landing *:focus-visible {
  outline: 2px solid white;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .btn {
  border-radius: 9px;
  display: inline-block;
  font-size: 1.375em;
  font-weight: 700;
  padding: .5em 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .1s;
  transition: .1s;
  width: 100%;
}
.landing .btn.btn-gold {
  background: var(--lp-lightgold);
  color: var(--lp-darkerblue);
}
.landing .btn.btn-white {
  background: white;
  color: var(--lp-darkblue);
}
.landing .btn.btn-gold:hover {
  background: var(--lp-gold);
  color: var(--lp-darkerblue);
}
.landing .btn.btn-white:hover {
  background: var(--lp-darkblue);
  color: white;
}
.landing .preco-antigo {
  display: none;
}
.landing section[class]:not(.intro) {
  scroll-margin-top: 150px;
}

/* INTRO ---- */
.landing .intro {
  background: var(--lp-darkblue) url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/bg-intro-mb.jpg) bottom center / cover no-repeat;
  color: white;
}
.landing .intro .wrapper:first-child {
  padding-bottom: 0;
  text-align: center;
}
.landing .intro h1 {
  color: var(--lp-gold);
  font-size: 1.125em;
  font-weight: 400;
}
.landing .intro .nome-professor {
  font-size: 1.125em;
  text-transform: uppercase;
}
.landing .intro .nome-professor::before {
  background: currentColor;
  content: '';
  display: block;
  height: 1px;
  margin: .5em auto;
  width: 3em;
}
.landing .intro .wrapper:last-child {
  padding-top: 16px;
}
.landing .intro .foto-professor img {
  max-height: 387px;
  width: auto;
}
.landing .intro .txt img {
  margin-left: 0;
}
.landing .intro h2 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
  margin: 1.2em 0;
}
.landing .intro h2 strong {
  font-weight: 800;
}
.landing .intro ul {
  line-height: 1.5;
  letter-spacing: -0.025em;
  list-style: square;
  padding-left: 20px;
}
.landing .intro ul li::marker {
  color: var(--lp-gold);
}
.landing .intro ul li:not(:last-child) {
  margin-bottom: .5em;
}
.landing .intro ul strong {
  font-weight: 600;
}
.landing .intro .preco-curso {
  font-size: 1.375em;
  line-height: 1.3;
  margin: 1em 0;
}
.landing .intro .preco-curso s[style] + strong {
  font-weight: 600;
}
.landing .intro .preco-curso s[style] + strong::before {
  content: '|';
  font-weight: 400;
  margin: 0 0.25em;
  opacity: .75;
}
.landing .intro .parcela {
  font-size: 1.25em;
}

/* MENU ---- */
.landing .menu {
  background: var(--lp-darkblue);
}
.landing .menu ul {
  border-bottom: 1px solid rgba(255,255,255,.25);
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.landing .menu ul li {
  padding: 0 1em;
  scroll-snap-align: center;
}
.landing .menu ul li a {
  color: white;
  display: inline-block;
  font-size: 1.125em;
  padding: .75em 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.landing .menu ul li a:hover {
  font-weight: 700;
}
.landing .menu ul li a::after {
  background-color: var(--lp-gold);
  bottom: -1px;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: .15s width ease;
  width: 0;
}
.landing .menu ul li a:hover::after {
  width: 50%;
}

/* FIXEDBOX ---- */
@keyframes slideUp {
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
  }
}
.landing .fixedbox {
  align-items: center;
  background: linear-gradient(var(--lp-lightgold), var(--lp-gold));
  color: var(--lp-darkblue);
  display: none;
  font-size: .75em;
  justify-content: space-between;
  line-height: 1.2;
  padding: var(--lp-pad-x);
  width: 100%;
}
.landing .fixedbox.fixed {
  animation: slideUp 1s forwards;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  z-index: 10;
}
.landing .fixedbox > *:not(.preco-curso):not(.btn) {
  display: none;
}
.landing .fixedbox .autor {
  margin-bottom: 1.25em;
  text-transform: uppercase;
}
.landing .fixedbox .flag {
  background: var(--lp-darkblue);
  border-radius: .25em;
  color: var(--lp-gold);
  font-size: .875em;
  font-weight: 500;
  padding: .5em 1em;
  text-transform: uppercase;
}
.landing .fixedbox h2 {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: .75em 0 .25em;
}
.landing .fixedbox ul {
  font-size: .875em;
  text-wrap: balance;
}
.landing .fixedbox ul li:not(:last-child)::after {
  background: white;
  content: '';
  display: block;
  height: 2px;
  margin: .75em auto;
  width: 58%;
}
.landing .fixedbox ul li strong {
  display: block;
}
.landing .fixedbox .preco-curso {
  font-size: 1.5em;
}
.landing .fixedbox .preco-antigo {
  font-size: .75em;
}
.landing .fixedbox .preco-antigo + strong {
  font-weight: 600;
}
.landing .fixedbox .parcelado {
  display: block;
  font-size: .9em;
}
.landing .fixedbox .parcela {
  font-size: 1.25em;
  white-space: nowrap;
}
.landing .fixedbox .btn {
  flex: 0 0 10em;
}
.landing .fixedbox .btn:focus-visible {
  outline-color: var(--lp-darkblue);
}
.landing .fixedbox .btn-whats {
  align-items: center;
  color: inherit;
  font-size: .875em;
  font-weight: 700;
  gap: 6px;
  grid-template-columns: 24px 1fr;
  margin-top: 1.5em;
  text-align: left;
}
.landing .fixedbox .btn-whats:hover {
  text-decoration: none;
}
.landing .fixedbox .btn-whats small {
  font-size: .85em;
  font-weight: 400;
  text-decoration: underline;
}
.landing .fixedbox .btn-whats:hover small {
  text-decoration: none;
}

/* SOBRE ---- */
.landing .sobre {
  background: var(--lp-darkblue);
  color: white;
}
.landing .sobre p {
  font-size: 1.125em;
  margin-top: 1em;
}

/* DIFERENCIAIS & PROFESSOR ---- */
.landing .diferenciais p,
.landing .professor p,
.landing .diferenciais ul {
  font-size: 1.125em;
  margin-top: 1em;
}
.landing .diferenciais ul {
  margin-top: 1.25em;
}
.landing .diferenciais ul li {
  align-items: center;
  display: grid;
  gap: .5em;
  grid-template-columns: 24px 1fr;
  line-height: 1.2;
}
.landing .diferenciais ul li:not(:last-child) {
  margin-bottom: .75em;
}
.landing .professor .wrapper {
  padding-top: calc(var(--lp-pad-y) / 2);
}
.landing .professor h3 {
  font-size: 1.25em;
  font-weight: 700;
}
.landing .professor h3::after {
  border-bottom: 2px solid var(--lp-gold);
  content: '';
  display: block;
  margin-top: .4em;
  width: 64px;
}
.landing .professor .foto {
  margin: 1.5em auto;
  max-height: 350px;
  width: auto;
}

/* CONTEÚDO ---- */
.landing .conteudo {
  background: var(--lp-darkblue) url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/bg-intro-mb.jpg) top center / cover no-repeat;
  color: white;
}
.landing .conteudo p {
  font-size: 1.125em;
  margin-top: 1em;
}
.landing .conteudo ul {
  font-size: 1.125em;
  margin-top: 1.6667em;
}
.landing .conteudo ul li {
  border: 2px solid var(--lp-gold);
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.2;
  padding: .9em;
}
.landing .conteudo ul li:not(:last-child) {
  margin-bottom: .9em;
}

/* METODOLOGIA ---- */
.landing .metodologia p {
  font-size: 1.125em;
  margin-top: 1em;
}
.landing .metodologia ul {
  display: grid;
  font-size: 1.125em;
  gap: 1.5em;
  margin-top: 1.125em;
}
.landing .metodologia ul li::before {
  background: url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/i-objetivos.svg) center / contain no-repeat;
  content: '';
  display: block;
  height: 13px;
  margin-bottom: .5em;
  width: 13px;
}

/* CURSO COMPLETO ---- */
.landing .curso-completo {
  background: var(--lp-gold);
}
.landing .curso-completo::before {
  bottom: 0;
}
.landing .curso-completo .txt,
.landing .curso-completo .thumb {
  position: relative;
}
.landing .curso-completo .thumb::after {
  background: url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/sombra-thumb.png) top center / contain no-repeat;
  bottom: -23px;
  content: '';
  display: block;
  height: 23px;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
}
.landing .curso-completo .thumb img {
  background: white;
  border-radius: .5em;
  margin-bottom: 2em;
}
.landing .curso-completo p,
.landing .curso-completo ul {
  font-size: 1.125em;
  margin-top: 1em;
}
.landing .curso-completo ul {
  list-style: url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/i-arrow.svg);
  padding-left: 20px;
}
.landing .curso-completo ul li:not(:last-child) {
  margin-bottom: .25em;
}
.landing .curso-completo .preco-curso {
  font-size: 1.5em;
}
.landing .curso-completo .preco-antigo {
  font-size: .75em;
}
.landing .curso-completo .preco-antigo + strong {
  display: block;
  font-weight: 600;
}
.landing .curso-completo .preco-parcelado {
  font-size: .9em;
}
.landing .curso-completo .parcela {
  font-size: 1.25em;
}
.landing .curso-completo .btn {
  margin-top: .75em;
}

/* > 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-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing h2.lp-title {
    align-items: start;
    display: flex;
    max-width: 19.75em;
    padding-top: .75em;
  }
  .landing h2.lp-title::after {
    background: url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/g-titles.svg) center / contain no-repeat;
    content: '';
    display: block;
    flex: 0 0 27px;
    height: 27px;
    margin: -0.75em 0 0 .75em;
  }
  .landing .intro,
  .landing .conteudo {
    background-image: url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/bg-intro.jpg);
  }
  .landing .intro .wrapper:last-child {
    padding-top: 0;
  }
  .landing .intro .foto-professor img {
    max-height: none;
  }
  .landing .intro .preco-curso {
    font-size: 2em;
    margin: .6667em 0 .5em;
  }
  .landing .intro .btn {
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: auto;
  }
  .landing .fixedbox {
    border-radius: .875em .875em 0 0;
    font-size: 1em;
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .fixedbox.fixed {
    left: calc(50% - var(--lp-wrapper) / 2);
  }
  .landing .professor .resumo {
    margin-top: 1.75em;
  }
  .landing .professor .foto {
    float: left;
    margin: 0 32px 32px 0;
  }
  .landing .professor h3::after {
    margin-left: 232px;
  }
  .landing .conteudo ol li {
    margin-left: -0.5em;
    padding-left: 0.5em;
  }
  .landing .curso-completo::before {
    background-image: url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/bg-ruido.jpg), url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/bg-final.jpg), url(https://mktgen.com.br/imagens/curso-direito-e-questoes-condominiais-karpat/lancamento/bg-final.jpg);
  }
  .landing .metodologia ul {
    gap: 1.75em 3em;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5em;
  }
  .landing .curso-completo .smallwrapper {
    align-items: start;
    display: flex;
  }
  .landing .curso-completo .thumb {
    flex: 0 0 215px;
    margin-top: 1em;
  }
  .landing .curso-completo .thumb img {
    margin-bottom: 0;
  }
  .landing .curso-completo .txt {
    margin-left: 32px;
  }
  .landing .curso-completo h2.lp-title::after {
    background-image: url(https://mktgen.com.br/imagens/curso-direito-constitucional-moraes/2025/g-titles-white.svg);
  }
  .landing .curso-completo p:not(.preco-curso),
  .landing .curso-completo ul {
    max-width: 20em;
  }
  .landing .curso-completo .btn {
    max-width: 12em;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 40px;
    --lp-wrapper: 60em;
  }
  .landing .intro .wrapper:first-child {
    align-items: end;
    display: flex;
    justify-content: center;
    text-align: left;
  }
  .landing .intro .wrapper:last-child {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 8px;
  }
  .landing .intro .nome-professor::before {
    background: none;
    content: '|';
    display: inline;
    margin: 0 .5em;
    height: auto;
    width: auto;
  }
  .landing .intro .foto-professor {
    flex: 0 0 50%;
  }
  .landing .intro .txt {
    margin: 2em -2em 0 0;
  }
  .landing .intro h2 {
    margin-bottom: 1em;
  }
  .landing .intro ul {
    max-width: 26em;
  }
  .landing .intro ul li span {
    white-space: nowrap;
  }
  .landing .menu ul {
    margin: 0 auto;
    max-width: 59em;
    overflow: visible;
    justify-content: center;
  }
  .landing .conteudo ol li {
    margin-left: -1em;
    padding-left: 1em;
  }

  @media (min-height:46em) {
    .landing .smallwrapper {
      max-width: calc(100% - var(--lp-fixed));
      padding-right: 40px;
    }
    .landing .fixedbox {
      border-radius: .875em;
      display: block;
      margin-top: 40px;
      max-width: var(--lp-fixed);
      padding: 25px var(--lp-pad-x);
      position: absolute;
      right: calc(50% - (var(--lp-wrapper) / 2 - var(--lp-pad-x)));
      text-align: center;
    }
    .landing .fixedbox.fixed {
      animation: none;
      bottom: unset;
      display: block;
      left: unset;
      top: 88px;
    }
    .landing .fixedbox > *:not(.preco-curso):not([class^=btn]) {
      display: block;
    }
    .landing .fixedbox .btn-whats {
      display: grid !important;
    }
    .landing .fixedbox .preco-curso {
      margin: .75em 0 .5em;
    }
    .landing .fixedbox ul li:last-child strong {
      display: block;
    }
    .landing .professor .foto {
      max-height: 250px;
    }
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 64em;
  }
  .landing .smallwrapper {
    padding-right: 60px;
  }
  .landing .professor .wrapper {
    padding-top: 0;
  }
  .landing .professor .foto {
    max-height: none;
  }
  .landing .conteudo ol li {
    margin-left: -1em;
    max-width: 41em;
    padding-left: 1em;
  }
  .landing .diferenciais ul {
    align-items: start;
    display: grid;
    gap: 1.3333em 2.2222em;
    grid-template-columns: 1fr 1fr;
  }
  .landing .diferenciais ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing .conteudo ol li {
    margin-left: -2em;
    padding-left: 2em;
  }
}

@media not (prefers-reduced-motion) {
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .js .landing .anime.show {
    opacity: 1;
  }
  .js .landing .intro {
    overflow: hidden;
  }
  .js .landing .intro .txt.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .intro .foto-professor.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .intro .foto-professor.anime.show,
  .js .landing .intro .txt.anime.show {
    -webkit-transform: initial;
    -moz-transform: initial;
    transform: initial;
  }
}