.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;
  --lp-grey: #444242;
  --lp-blue: #2d477a;
  --lp-dark-blue: #0b2354;
  --lp-aqua: #8df7d1;
  --lp-green: #269972;
  --lp-light-green: #b6ddda;
  --lp-light-green2: #eefffd;

  color: var(--lp-grey);
  font-family: "Archivo", 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 solid;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing .btn {
  border-radius: 999px;
  display: inline-block;
  font-size: 1.375em;
  font-weight: 900;
  padding: 0.5625em 1.625em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
  color: var(--lp-aqua);
  background: var(--lp-blue);
  letter-spacing: 0.08em;
  box-shadow: inset 0px 2px 12px 0px var(--lp-dark-blue);
}
.landing .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

/* INTRO */
.landing .intro h1 {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/logo-intro@2x.png)
    center / contain no-repeat;
  height: 182px;
  text-indent: -9999px;
}
.landing .intro .mote .titulo {
  font-size: 1.5em;
  line-height: 1.1;
  text-wrap: balance;
  color: var(--lp-grey);
  position: relative;
  padding-left: 1.15em;
}
.landing .intro .mote .titulo strong {
  color: var(--lp-blue);
}
.landing .intro .mote .titulo::before {
  position: absolute;
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/seta.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0;
  top: 2px;
}
.landing .intro .mote ul {
  font-size: 1.125em;
  color: var(--lp-grey);
  padding: 24px 20px;
  background: white;
  border: 1px solid var(--lp-light-green);
  border-radius: 9px;
  width: 258px;
  margin-left: 1em;
  list-style: none;
  margin-top: 1.5em;
}
.landing .intro .mote ul li {
  display: grid;
  align-items: center;
  gap: 0.5em;
  grid-template-columns: 32px 1fr;
  margin-left: -2.25em;
}
.landing .intro .mote ul li:not(:last-child) {
  margin-bottom: 1.5em;
}
.landing .intro .btn {
  margin-top: 1em;
  z-index: 1;
}
.landing .intro {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-intro-mb.jpg)
    center / cover no-repeat;
}

/* CURSO */
.landing .curso {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-curso-mb.jpg)
    center / cover no-repeat;
}
.landing .curso h2,
.landing .modulos h2,
.landing .publico h2 {
  text-align: center;
  font-weight: 900;
  font-size: 2.25em;
  color: var(--lp-green);
}
.landing .curso ul {
  display: grid;
  gap: 1.25em;
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
  font-size: 1.125em;
}
.landing .curso ul li {
  align-items: center;
  display: flex;
  text-wrap: balance;
  background: var(--lp-light-green2);
  box-shadow: inset 0px 8px 24px 0px var(--lp-light-green);
  border-radius: 18px 48px 18px 18px;
  /* padding: 1.5em 0.5em 1em 0; */
  padding: 1.5em 0.5em 1em 1em;
  flex-direction: column;
  gap: 1em;
  position: relative;
}
.landing .curso ul picture {
  align-items: center;
  /* background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-icon.svg) left center / cover no-repeat; */
  display: flex;
  height: 64px;
  margin: 0 auto;
  justify-content: center;
  width: 64px;
  z-index: 1;
}
.landing .curso ul li .txt {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.landing .curso h3 {
  /* font-size: 1.5em; */
  color: var(--lp-blue);
  font-weight: 900;
  line-height: 1.2;
}
.landing .curso p {
  color: var(--lp-grey);
}

/* MODULOS */
.landing .modulos {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-modulos-mb.jpg)
    bottom / cover no-repeat;
}
.landing .modulos h2 {
  margin-bottom: 1em;
}
.landing .modulos .box {
  background: var(--lp-light-green2);
  box-shadow: inset 0px 8px 24px 0px var(--lp-light-green);
  border-radius: 18px 48px 18px 18px;
  margin-bottom: 1.5em;
}
.landing .modulos details summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  background: var(--lp-light-green2);
  box-shadow: inset 0px 8px 24px 0px var(--lp-light-green);
  border-radius: 18px 48px 0px 0px;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.landing .modulos summary:hover {
  background: #dbfff2;
}
.landing .modulos details summary::before {
  position: absolute;
  content: "";
  display: block;
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/i-mod.svg)
    top left / contain no-repeat;
  width: 71px;
  height: 13px;
  top: -6px;
  left: 16px;
}
.landing .modulos .heading {
  padding: 20px 28px 18px 18px;
  border-radius: 18px 48px 18px 18px;
}
.landing .modulos .heading h3 {
  color: var(--lp-green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.25em;
  line-height: 1.5;
}
.landing .modulos .heading h4 {
  color: var(--lp-blue);
  font-weight: 900;
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-wrap: balance;
}
.landing .modulos details summary::after {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/seta.svg)
    center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 1.5em;
  height: 1.5em;
  margin-left: 1em;
  transition: 0.25s;
  width: 1.5em;
}
.landing .modulos details[open] summary::after {
  -webkit-transform: rotate(0.75turn);
  -moz-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
}
.landing .modulos .panel {
  padding: 8px 18px 20px 18px;
}
.landing .modulos .panel ul {
  list-style: none;
  counter-reset: item;
  line-height: 1.25;
  padding: 0 20px 16px 0;
}
.landing .modulos .panel ul li {
  padding: 0 0 0.75em;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 1em;
}
.landing .modulos .panel ul li::before {
  color: var(--lp-green);
  counter-increment: item;
  content: counter(item);
  font-size: 1.5em;
  font-weight: 700;
}
.landing .modulos .panel ul li p {
  color: var(--lp-grey);
  line-height: 1.2;
  text-wrap: balance;
}
.landing .modulos .panel ul li em {
  color: var(--lp-blue);
}
.landing .modulos .box[open] .panel {
  display: block;
}
.landing .modulos .box[open] .heading {
  border-radius: 18px 48px 0 0;
  background: #defffb;
  box-shadow: inset 0px 8px 24px 0px #91cfca;
  background-blend-mode: multiply;
  padding-bottom: 0;
}

/* PUBLICO */
.landing .publico {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-publico-mb.jpg)
    center / cover no-repeat;
}
.landing .publico h2 {
  color: var(--lp-blue);
  text-wrap: balance;
  margin-bottom: 1em;
}
.landing .publico ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
}
.landing .publico ul li {
  display: grid;
  align-items: baseline;
  gap: 0.5em;
  grid-template-columns: 12px 1fr;
}
.landing .publico ul li p {
  font-size: 1.125em;
  font-weight: 500;
  color: var(--lp-grey);
  text-wrap: balance;
}
.landing .publico ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

/* FINAL */
.landing .final {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/bg-final-mb.jpg)
    center / cover no-repeat;
}
.landing .final h1 {
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/logo-curso@2x.png)
    center / contain no-repeat;
  height: 152px;
  text-indent: -9999px;
}
.landing .final .thumb {
  position: relative;
  z-index: 1;
}
.landing .final .thumb::before {
  display: block;
  content: "";
  position: absolute;
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/bg-thumb.svg)
    bottom left / contain no-repeat;
  width: 240px;
  height: 240px;
  left: -13px;
  bottom: 50px;
  z-index: -1;
}
.landing .final .thumb::after {
  position: absolute;
  content: "";
  background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/seta.svg)
    bottom left / contain no-repeat;
  width: 32px;
  height: 32px;
  bottom: 70px;
  left: 0;
  transform: rotate(270deg);
}
.landing .final h1 {
  margin: -1.15em 0 -0.5em;
}
.landing .final .txt {
  margin: 0.25em 0 1em;
  text-wrap: balance;
}
.landing .final .txt p {
  color: var(--lp-blue);
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.5em;
}
.landing .final .txt span {
  color: var(--lp-grey);
  font-size: 1.125em;
  line-height: 1.15;
}
.landing .final .cta {
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: 0 0 1em;
}
.landing .preco-curso {
  font-size: 1.125em;
  color: var(--lp-grey);
}
.landing .preco-curso s[style] + span::before {
  content: "|";
  font-weight: 400;
  margin: 0 0.5em;
  opacity: 0.75;
}
.landing .parcelado {
  display: inline-block;
  font-size: 1.3333em;
  line-height: 1.1;
  margin-top: 0.25em;
}
.landing .parcela {
  color: var(--lp-blue);
  font-size: 1.25em;
  white-space: nowrap;
  font-weight: 900;
}
.landing .antigo {
  display: none;
}

/* REALIZACAO */
.landing .realizacao {
  --lp-pad-y: 40px;
  text-align: center;
}
.landing .realizacao h2 {
  color: var(--lp-grey);
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.landing .realizacao ul {
  display: grid;
  grid-gap: 2.5em;
  gap: 2.5em;
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.landing .realizacao .logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.5em;
  gap: 2.5em;
  align-items: center;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
  .landing .intro .mote ul {
    margin: 1.5em auto 0;
  }
  .landing .curso ul li {
    padding: 1.5em 1.25em 1em 0;
    flex-direction: row;
    gap: 0.5em;
  }
  .landing .modulos .wrapper {
    padding-top: 0;
  }
  .landing .publico ul {
    margin-top: 0;
  }
  .landing .publico .txt {
    display: grid;
    grid-template-columns: 173px 1fr;
    gap: 2em;
    align-items: center;
  }
  .landing .final .thumb::before {
    width: 250px;
    height: 250px;
    left: 30px;
    bottom: 46px;
  }
  .landing .final .thumb::after {
    left: 40px;
  }
  /* .landing .realizacao img {
    margin: 0;
  } */
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
    --lp-smallwrapper: 47.875em;
  }
  .landing .smallwrapper {
    max-width: var(--lp-smallwrapper);
    margin: 0 auto;
  }
  .landing .intro .mote {
    display: grid;
    grid-template-columns: 285px 1fr;
    margin: 2em auto 0 6em;
  }
  .landing .intro .titulo {
    font-size: 1.75em;
  }
  .landing .intro .mote ul {
    margin-top: 0;
  }
  .landing .intro .btn {
    width: 11.75em;
    margin-top: -9em;
    height: fit-content;
  }
  .landing .curso ul li .txt {
    flex: 0 0 75%;
    padding-left: 1.25em;
  }
  .landing .curso ul li {
    padding: 1em 4em 1em 0;
    border-top-right-radius: 72px;
  }
  .landing .curso ul li::before {
    /* background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-icon.svg)
      left center / cover no-repeat; */
    background: #defffb;
    box-shadow: inset 0px 8px 24px 0px #91cfca;
    background-blend-mode: multiply;
    position: absolute;
    content: "";
    display: block;
    width: 160px;
    height: stretch;
    z-index: 0;
    left: 0;
    border-radius: 18px 0 0 18px;
  }

  .landing .modulos .box {
    max-width: 745px;
    margin: 0 auto 1.25em;
  }
  .landing .modulos .heading {
    padding: 40px 40px 16px 40px;
  }
  .landing .modulos details summary::before {
    left: 40px;
  }
  .landing .modulos .panel {
    padding-left: 48px;
    padding-top: 16px;
    position: relative;
  }
  .landing .modulos .panel::before {
    background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/bg-mod.svg)
      bottom right / contain no-repeat;
    content: "";
    display: block;
    width: 179px;
    height: 236px;
    bottom: -16px;
    right: -6px;
    position: absolute;
  }
  .landing .modulos .box[open] .heading {
    padding-bottom: 8px;
  }
  .landing .modulos .panel ul li {
    position: relative;
    gap: 48px;
  }
  .landing .modulos .panel ul li::after {
    background: var(--lp-light-green);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 48px;
    position: absolute;
    width: 1px;
  }
  .landing .publico .txt {
    grid-template-columns: 200px 470px;
    justify-content: center;
  }
  .landing .publico ul li p {
    font-size: 1.375em;
  }
  .landing .final {
    background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/bg-final.jpg)
      center / cover no-repeat;
  }
  .landing .final .smallwrapper {
    background: white;
    border-radius: 18px 18px 72px 18px;
    border: 1px solid var(--lp-light-green);
    box-shadow: inset 0px 0px 30px 0px white;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 8em;
    padding: 32px 40px 32px 0;
    justify-content: center;
  }
  .landing .final .txt {
    margin-top: 0.75em;
  }
  .landing .final .thumb {
    flex: 0 0 271px;
    margin-left: -8em;
    margin-right: -1em;
  }
  .landing .final .thumb::before {
    left: -24px;
    bottom: 46px;
  }
  .landing .final .thumb::after {
    left: -8px;
    bottom: 64px;
  }
  .landing .final h1 {
    margin: 0;
    height: 119px;
  }
  .landing .final .btn {
    width: fit-content;
  }
  .landing .realizacao ul {
    grid-gap: 6em;
    gap: 6em;
    grid-template-columns: 200px 350px;
    justify-content: center;
  }
  .landing .realizacao .logos {
    grid-template-columns: 140px 160px;
    justify-content: center;
    gap: 2.5em;
  }
  .landing .realizacao ul li:first-child h2 {
    margin-bottom: 1.5em;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
  }
  .landing .intro h1 {
    margin-left: -10em;
  }
  .landing .intro .mote {
    grid-template-columns: 460px 400px;
    gap: 4em;
    margin: 1em auto 0 4em;
  }
  .landing .intro .mote .titulo {
    font-size: 2em;
    margin-top: 1.6875em;
  }
  .landing .intro .mote .titulo::before {
    width: 24px;
    height: 24px;
  }
  .landing .intro .mote ul {
    margin: 0;
    width: 330px;
  }
  .landing .intro .mote ul li {
    margin-left: -2em;
  }
  .landing .intro .btn {
    width: 18.75em;
  }
  .landing .curso {
    background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-curso-desk.jpg)
      bottom / cover no-repeat;
  }
  .landing .curso ul {
    max-width: 820px;
    margin: 1.5em auto 0;
  }
  .landing .curso ul li {
    padding: 20px 100px 20px 0;
  }
  .landing .curso ul li .txt {
    width: 466px;
    gap: 0.5em;
    padding-left: 0.75em;
  }
  .landing .curso h3 {
    font-size: 24px;
    line-height: 1.1;
  }
  .landing .curso p {
    font-size: 1.125em;
    line-height: 1.2;
  }
  .landing .curso ul picture {
    width: 80px;
    height: 80px;
  }
  .landing .curso ul li::before {
    width: 172px;
  }
  .landing .modulos {
    background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-modulos-desk.jpg)
      top / cover no-repeat;
  }
  .landing .publico {
    background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-publico-desk.jpg)
      center / cover no-repeat;
  }
  /* .landing .final .smallwrapper {
    margin: 0 auto;
  } */
  .landing .final h1 {
    width: 500px;
    margin-bottom: 0.5em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 67em;
    --lp-smallwrapper: 57em;
  }
  .landing .intro {
    background: url(https://mktgen.com.br/imagens/curso-infectologia/3-edicao-2026/versao-b/bg-intro-desk.jpg)
      bottom center / cover no-repeat;
  }
  .landing .intro .wrapper {
    padding-bottom: 0;
  }
  .landing .intro h1 {
    margin-left: 0;
    width: 598px;
    height: 182px;
  }
  .landing .intro .mote {
    margin-left: 3em;
    margin-top: 0;
    grid-template-columns: 460px 480px;
  }
  .landing .intro .mote ul {
    width: 480px;
  }
  .landing .intro .mote ul li {
    margin-left: -2em;
  }
  .landing .intro .mote ul li:not(:last-child) {
    margin-bottom: 1em;
  }
  .landing .intro .btn {
    margin-top: -6.5em;
  }
  .landing .final .smallwrapper {
    margin: 0 auto;
    max-width: 47.875em;
  }
  .landing .final .thumb {
    margin-left: -12em;
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing .intro {
    --lp-wrapper: 75em;
  }
}

/* ANIMAÇÕES ---- */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  @keyframes dissolve {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes slideLeft {
    from {
      opacity: 0;
      -webkit-transform: translateX(50px);
      -moz-transform: translateX(50px);
      -ms-transform: translateX(50px);
      transform: translateX(50px);
    }
    to {
      opacity: 1;
      -webkit-transform: initial;
      -moz-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  }
  @keyframes slideUp {
    from {
      opacity: 0;
      -webkit-transform: translateY(-50px);
      -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
      transform: translateY(-50px);
    }
    to {
      opacity: 1;
      -webkit-transform: initial;
      -moz-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .intro h1.anime {
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  .js .landing .intro .mote.anime {
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    transform: translateY(25px);
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    transform: initial !important;
  }
  .landing .sobre section.active {
    animation: slideUp 0.5s forwards;
  }
  .landing .conteudo section.active {
    animation: slideLeft 0.5s forwards;
  }
}
