.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;

  --lp-soft-pink: #f7e2ea;
  --lp-raspberry: #ff0058;
  --lp-dark-maroon: #3a0016;
  --lp-bright-pink: #ff5c9b;
  --lp-pink-gradient: linear-gradient(
    to right,
    var(--lp-bright-pink),
    var(--lp-raspberry)
  );
  --lp-maroon-gradient: linear-gradient(
    to right,
    var(--lp-dark-maroon) 50%,
    transparent 100%
  );

  font-family: "Montserrat", sans-serif;
  --lp-font-title: "Montserrat Alternates", sans-serif;
  line-height: 1.5;
  overflow: hidden;
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing *:focus-visible {
  outline: 2px dashed;
  outline-offset: -4px;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .btn {
  color: white;
  background: var(--lp-raspberry);
  font-size: 1.25em;
  font-weight: 700;
  font-family: var(--lp-font-title);
  width: fit-content;
  padding: 0.75em 1.6875em;
  border-radius: 4px 16px 4px 4px;
  text-shadow: 0 1px 10px var(--lp-dark-maroon);
  text-decoration: none;
  --webkit-transition: 0.1s;
  transition: 0.1s;
}
.landing .btn:hover {
  background: var(--lp-dark-maroon);
}
.landing h2 {
  font-family: var(--lp-font-title);
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-wrap: balance;
  line-height: 1.2;
}

/* VALORES ---- */
.landing .cta {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1.5em;
  color: var(--lp-dark-maroon);
}
.landing .preco-curso {
  font-size: 1.125em;
}
.landing .preco-curso s[style] + span::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.5em;
  opacity: 0.75;
}
.landing .antigo {
  display: none;
}
.landing .parcelado {
  display: inline-block;
  font-size: 1.3333em;
  line-height: 1.1;
  margin-top: 0.25em;
}
.landing .parcela {
  font-size: 1.25em;
  white-space: nowrap;
  color: var(--lp-raspberry);
}

/* INTRO ---- */
.landing .intro {
  background: var(--lp-soft-pink);
}
.landing .intro .prof p {
  font-family: var(--lp-font-title);
  color: white;
  font-weight: 700;
  font-size: 1.5em;
  text-wrap: balance;
  background: var(--lp-raspberry);
  border-radius: 4px 16px 4px 4px;
  padding: 12px 20px;
  box-shadow: -2px 0px 0px 0px var(--lp-dark-maroon);
  line-height: 1.1;
  position: relative;
  margin: -5em 1.5em 0 0;
  width: 90%;
}
.landing .intro .mote h1 {
  background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/logo-curso.png)
    left center / contain no-repeat;
  height: 230px;
  text-indent: -9999px;
}
.landing .intro .mote h1 + p {
  font-size: 1.5em;
  line-height: 1.2;
  text-wrap: balance;
}
.landing .intro .mote p {
  font-family: var(--lp-font-title);
  color: var(--lp-dark-maroon);
}
.landing .intro .mote p strong {
  color: var(--lp-raspberry);
  display: block;
  margin-top: -1.5em;
}
.landing .intro .mote ul {
  font-size: 1.125em;
  line-height: 1.2;
  color: var(--lp-dark-maroon);
  list-style: none;
  margin-top: 1.5em;
  padding-left: 0;
  text-wrap: balance;
}
.landing .intro .mote ul li {
  position: relative;
  padding-left: 1.25em;
  display: flex;
  align-items: center;
}
.landing .intro .mote ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.landing .intro .mote ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%) rotate(100deg);
  width: 10px;
  height: 8.89px;
  background-color: var(--lp-raspberry);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* SOBRE ---- */
.landing .sobre h2 {
  color: var(--lp-raspberry);
}
.landing .sobre ul {
  list-style: none;
  padding-left: 0;
}
.landing .sobre ul li {
  background: var(--lp-soft-pink);
  color: var(--lp-dark-maroon);
  border-radius: 4px;
  margin: 0 0 1em 0;
  font-size: 1.125em;
  line-height: 1.1;
  padding: 3em 1.5em 0.75em;
  position: relative;
  text-wrap: balance;
}
.landing .sobre ul li::before {
  background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/icon-sobre.svg)
    50% / contain no-repeat;
  content: "";
  display: block;
  width: 50px;
  height: 54px;
  position: absolute;
  left: 14px;
  top: -8px;
}

/* CONTEÚDO ---- */
.landing .bg-pink {
  background:
    url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-conteudo-mb.png)
      top center / cover no-repeat,
    var(--lp-soft-pink);
  position: relative;
}
.landing .conteudo h2 {
  text-align: center;
  color: var(--lp-dark-maroon);
  text-wrap: balance;
}
.landing .conteudo details {
  counter-increment: list;
  margin-top: 2em;
  position: relative;
}
.landing .conteudo details summary {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.landing .conteudo details summary p {
  background:
    url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-modulos.svg)
      right center / contain no-repeat,
    var(--lp-pink-gradient);
  color: var(--lp-dark-maroon);
  font-family: var(--lp-font-title);
  font-weight: 700;
  width: 100%;
  padding: 1em 0 0.25em 1em;
  border-radius: 4px 16px 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--lp-maroon-gradient);
}
.landing .conteudo details summary p::after {
  align-self: center;
  content: counter(list);
  flex: 0 0 1.75em;
  font-size: 3em;
  line-height: 1.25;
  text-align: center;
  font-family: var(--lp-font-title);
  font-weight: 900;
  font-style: italic;
  color: white;
  padding: 0;
  margin: -0.5em 0 -0.5em 0;
}
.landing .conteudo details summary p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--lp-maroon-gradient);
  z-index: 1;
}
.landing .conteudo details summary span {
  background: white;
  color: var(--lp-dark-maroon);
  font-size: 1.125em;
  font-weight: 700;
  padding: 1em;
  text-wrap: balance;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25em;
  border-radius: 0 0 4px 4px;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
}
.landing .conteudo details summary span::after {
  background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/i-arrow.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 36px;
  height: 36px;
  width: 36px;
  transition: transform 0.25s;
}
.landing .conteudo details[open] summary span::after {
  --webkit-transform: rotate(180deg);
  --moz-transform: rotate(180deg);
  --ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.landing .conteudo details ul {
  background: white;
  padding: 0 0.75em 1em 2.25em;
  list-style: none;
  color: var(--lp-dark-maroon);
  border-radius: 0 0 4px 4px;
  font-size: 1.125em;
  line-height: 1.2;
  text-wrap: balance;
}
.landing .conteudo ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.landing .conteudo ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.landing .conteudo ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  transform: translateY(-50%) rotate(100deg);
  width: 10px;
  height: 8.89px;
  background-color: var(--lp-raspberry);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.landing .conteudo ul li:has(.txt) {
  margin-top: 1em;
}
.landing .conteudo ul li:has(.txt)::before {
  display: none;
}
.landing .conteudo details[open] summary span {
  border-radius: 0;
}

/* INDICACAO ---- */
.landing .indicacao h2 {
  color: var(--lp-raspberry);
  text-align: left;
  text-wrap: balance;
}
.landing .indicacao p {
  color: var(--lp-dark-maroon);
  text-wrap: balance;
  margin-bottom: 1em;
  font-size: 1.125em;
}
.landing .indicacao ul {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  color: var(--lp-dark-maroon);
  list-style: none;
  padding-left: 0;
  background: white;
  padding: 1.5em 1.875em 1.5em 1.5em;
  box-shadow: -2px 0px 0px 0px var(--lp-dark-maroon);
  border-radius: 4px 16px 4px 4px;
  width: 90%;
}
.landing .indicacao ul li {
  position: relative;
  padding-left: 1.25em;
  display: flex;
  align-items: center;
}
.landing .indicacao ul li:not(:last-child) {
  margin-bottom: 0.625em;
}
.landing .indicacao ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%) rotate(100deg);
  width: 10px;
  height: 8.89px;
  background-color: var(--lp-raspberry);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* PROFESSOR ---- */
.landing .professor {
  background: var(--lp-dark-maroon);
}
.landing .professor h2 {
  color: var(--lp-bright-pink);
}
.landing .professor h3 {
  color: white;
  font-family: var(--lp-font-title);
  margin-bottom: 1em;
  position: relative;
  font-size: 1.5em;
}
.landing .professor h3::after {
  background: var(--lp-soft-pink);
  content: "";
  display: block;
  height: 1px;
  max-width: 164px;
  width: 100%;
  margin-top: 0.5em;
}
.landing .professor p {
  color: white;
  font-size: 1.125em;
  text-wrap: balance;
}

/* CURSO COMPLETO ---- */
.landing .curso-completo .wrapper {
  background: var(--lp-soft-pink);
  position: relative;
  border-radius: 0 12px 48px 12px;
}
.landing .curso-completo .wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background: var(--lp-raspberry);
  border-radius: 0 12px 12px 12px;
  z-index: 1;
  pointer-events: none;
}
.landing .curso-completo .wrapper::after {
  content: "";
  position: absolute;
  top: -25px;
  left: 33px;
  background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-curso-completo.svg)
    top left / contain no-repeat;
  width: 23px;
  height: 75px;
  z-index: 2;
  pointer-events: none;
  transform: rotate(90deg);
}
.landing .curso-completo h3 {
  color: var(--lp-dark-maroon);
  line-height: 1.2;
  text-wrap: balance;
  font-weight: 700;
  font-size: 1.5em;
  margin: 1em 0;
}

/* APOIO ---- */
.landing .apoio {
  text-align: center;
}
.landing .apoio p {
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: 700;
  font-family: var(--lp-font-title);
  line-height: 1.2;
  color: var(--lp-dark-maroon);
}
.landing .apoio ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 2.5em;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .intro .prof p {
    width: 70%;
    margin-top: -5.25em;
  }
  .landing .intro .mote h1 {
    margin-top: 0.5em;
  }
  .landing .intro .mote p {
    margin-top: 1.5em;
  }
  .landing .professor .wrapper {
    padding-bottom: calc(var(--lp-pad-y) + 48px);
  }
  .landing .curso-completo {
    --lp-pad-x: 40px;
    --lp-wrapper: 27.5em;
    margin-top: -48px;
    position: relative;
    z-index: 1;
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .cta {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .landing .intro {
    --lp-pad-y: 40px;
    background:
      linear-gradient(var(--lp-raspberry), var(--lp-raspberry)) no-repeat right
        top,
      linear-gradient(var(--lp-soft-pink), var(--lp-soft-pink)) no-repeat left
        top;
    background-size:
      50% calc(100% - 60px),
      50% 100%;
  }
  .landing .intro .wrapper {
    background: var(--lp-soft-pink);
    border-bottom-right-radius: 50px;
  }
  .landing .intro .prof p {
    width: 12.15em;
    margin-left: 5.55em;
    margin-top: -5.5em;
  }
  .landing .intro .mote p {
    margin-top: 2.5em;
  }
  .landing .sobre ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .landing .sobre ul li {
    max-width: 320px;
  }
  .landing .conteudo details summary p {
    padding: 1.25em 0 0.25em 2em;
  }
  .landing .conteudo details summary span {
    padding: 1.25em 1.25em 1.25em 2em;
  }
  .landing .conteudo details ul {
    padding-left: 3.25em;
  }
  .landing .indicacao .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .landing .indicacao p {
    margin-bottom: 0;
  }
  .landing .indicacao ul {
    width: fit-content;
  }
  .landing .curso-completo {
    --lp-wrapper: 43.5em;
  }
  .landing .curso-completo .cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .landing .apoio ul {
    grid-template-columns: 260px 100px 260px;
    justify-content: center;
    align-items: center;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
    --lp-smallwrapper: 34em;
  }
  .landing .smallwrapper {
    max-width: var(--lp-smallwrapper);
  }
  .landing .intro {
    --lp-wrapper: 46em;
    background-image:
      linear-gradient(var(--lp-soft-pink), var(--lp-soft-pink)),
      url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-intro.png);
    background-repeat: no-repeat, no-repeat;
    background-position:
      left top,
      right top;
    background-size:
      776px 679px,
      auto 619px;
    min-height: 679px;
    display: block;
    width: 100%;
  }
  .landing .intro .wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    border-bottom-right-radius: 100px;
    min-height: 679px;
  }
  .landing .intro .prof {
    margin: 0 0 0 -70px;
    flex: 0 0 400px;
  }
  .landing .intro .prof p {
    margin-left: 0;
    margin-top: -5.25em;
  }
  .landing .intro .txt {
    flex: 0 0 35em;
  }
  .landing .sobre {
    background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-sobre-v2.png)
      34em -4em / contain no-repeat;
  }
  .landing .sobre ul {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
  .landing .conteudo .wrapper,
  .landing .indicacao .wrapper {
    --lp-wrapper: 51.25em;
    position: relative;
  }
  .landing .professor .wrapper {
    --lp-wrapper: 58em;
    display: flex;
    align-items: center;
    gap: 3em;
  }
  .landing .professor {
    position: relative;
    border-top-left-radius: 150px;
    padding-bottom: calc(var(--lp-pad-y) * 2);
  }
  .landing .professor::after {
    content: "";
    position: absolute;
    bottom: 124px;
    left: 0;
    background: var(--lp-raspberry);
    height: 1px;
    width: 100%;
    display: block;
    opacity: 0.2;
  }
  .landing .professor picture {
    flex: 0 0 308px;
  }
  .landing .curso-completo {
    --lp-pad-x: 60px;
    --lp-wrapper: 51.25em;
    margin-top: -10em;
  }
  .landing .curso-completo .wrapper {
    display: grid;
    gap: 60px;
    grid-template-columns: 200px 1fr;
    border-radius: 12px 48px 12px 12px;
    padding: 24px 90px;
  }
  .landing .curso-completo .wrapper::before {
    width: 24px;
    height: 100%;
    border-radius: 12px 12px 0;
  }
  .landing .curso-completo .wrapper::after {
    transform: none;
    left: 0;
    top: 17.25em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 67em;
    --lp-smallwrapper: 38em;
  }
  .landing .intro {
    --lp-pad-y: 48px;
    --lp-wrapper: 71em;
    position: relative;
    background-size:
      959px 679px,
      auto 619px;
  }
  .landing .intro .wrapper {
    position: relative;
  }
  .landing .intro .wrapper::after {
    content: "";
    position: absolute;
    top: 72px;
    left: -194px;
    width: 1363px;
    height: 604px;
    border: 2px solid white;
    background: transparent;
    border-top-left-radius: 100px;
    z-index: 1;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(
      to right,
      #ffffff 50%,
      transparent 100%
    );
    mask-image: linear-gradient(to right, #ffffff 50%, transparent 100%);
  }
  .landing .intro .prof {
    margin: 0 0 0 52px;
    flex: 0 0 434px;
    margin-top: 2.75em;
  }
  .landing .intro .prof,
  .landing .intro .txt {
    position: relative;
    z-index: 2;
  }
  .landing .intro .wrapper {
    max-width: 55.5625em;
  }
  .landing .sobre {
    background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-sobre-v2.png)
      calc(50% + 500px) -32px / 490px auto no-repeat;
    position: relative;
  }
  .landing .sobre .wrapper {
    position: relative;
  }
  .landing .sobre .wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -103px;
    background: var(--lp-bright-pink);
    height: 100%;
    width: 2px;
    display: block;
  }
  .landing .sobre .wrapper::after {
    content: "";
    position: absolute;
    top: 85px;
    left: -110px;
    background: url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/hexagon.svg)
      center / contain no-repeat;
    width: 16px;
    height: 18px;
    display: block;
  }
  .landing .sobre ul li {
    margin-bottom: 0;
  }
  .landing .bg-pink {
    background:
      url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-conteudo.png)
        top / auto no-repeat,
      var(--lp-soft-pink);
  }
  .landing .conteudo .wrapper::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -229px;
    width: 1200px;
    height: 216px;
    border: 2px solid white;
    background: transparent;
    border-bottom-left-radius: 100px;
    z-index: 0;
    pointer-events: none;
    --webkit-mask-image: linear-gradient(
      to right,
      #ffffff 80%,
      transparent 100%
    );
    mask-image: linear-gradient(to right, #ffffff 80%, transparent 100%);
  }
  .landing .indicacao .wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: -210px;
    width: 1200px;
    height: 100%;
    border: 2px solid white;
    background: transparent;
    border-top-right-radius: 100px;
    z-index: 0;
    pointer-events: none;
    --webkit-mask-image: linear-gradient(
      to left,
      #ffffff 80%,
      transparent 100%
    );
    mask-image: linear-gradient(to left, #ffffff 80%, transparent 100%);
  }
  .landing .professor {
    position: relative;
    z-index: 1;
    background: var(--lp-dark-maroon)
      url(https://mktgen.com.br/imagens/curso-online-hormonios-pratica-ginecologica/bg-bottom-professor.svg)
      no-repeat bottom right / 187px 125px;
  }
  .landing .professor::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 187px;
    height: 124px;
    width: 1px;
    background: var(--lp-raspberry);
    display: block;
    opacity: 0.2;
  }
  .landing .professor .wrapper {
    padding-bottom: var(--lp-pad-y);
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing .intro {
    --lp-wrapper: 75em;
    background-size:
      1038px 679px,
      auto 619px;
  }
}

/* > 1600px ---- */
@media (min-width: 100rem) {
  .landing .bg-pink {
    background-size: 100% auto;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  html {
    scroll-behavior: smooth;
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .intro .prof.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .intro :is(.mote, .cta).anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }
}
