.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;
  --lp-steelblue: #26549E;
  --lp-beige: #DED9C3;
  --lp-tan: #AD8965;
  --lp-deepnavy: #010A19;
  --lp-shadow: 0 6px 24px rgba(173, 137, 101, .5);
  --lp-alt-font: "Raleway", sans-serif;

  color: var(--lp-deepnavy);
  font-family: "Ubuntu", sans-serif;
  line-height: 1.15;
  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 h2 {
  color: var(--lp-steelblue);
  font: 900 2.25em / 1.15 var(--lp-alt-font);
  margin-bottom: 1.1em;
  text-wrap: balance;
}
.landing .box {
  background: var(--lp-deepnavy);
  border: 2px solid var(--lp-steelblue);
  border-radius: 20px;
}
.landing .checklist {
  display: grid;
  font-size: 1.125em;
  gap: .5em;
  list-style: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/i-check.svg);
  padding-left: 24px;
}
.landing .info-cta p {
  font-size: 1.25em;
  text-align: center;
}
.landing .info-cta .preco-antigo {
  display: none;
  font-size: .75em;
}
.landing .info-cta p > span {
  font-size: 1.5em;
}
.landing .btn {
  align-items: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  font: 900 1.25em var(--lp-alt-font);
  gap: .5em;
  margin: 0 auto;
  outline-color: yellow;
  outline-offset: 1px;
  padding: .6em 1.2em;
  text-align: center;
  text-decoration: none;
  width: fit-content;
}
.landing .btn:hover {
  filter: saturate(2);
}
.landing .btn.btn-light {
  background: var(--lp-beige) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-lightgold.jpg) center / cover no-repeat;
  color: var(--lp-deepnavy);
}

/* INTRO ---- */
.landing .intro {
  background: var(--lp-deepnavy) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-intro-mb.jpg) top center / cover no-repeat;
  color: white;
}
.landing .intro .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding-top: calc(var(--lp-pad-y) / 2); */
}
.landing .intro picture {
  display: none;
  /* margin-bottom: -55%; */
}
.landing .intro .txt {
  flex: 0 1 38.125em;
  position: relative;
}
.landing .intro h1 {
  aspect-ratio: 10 / 3;
  background: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/logo.svg) left center / contain no-repeat;
  font-size: 1em;
  max-width: 31.25em;
  text-indent: -9999px;
}
.landing .intro h2 {
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  margin: 1em 0 .6667em;
}
.landing .intro h2 strong {
  background: var(--lp-beige) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-lightgold.jpg) center / cover no-repeat;
  background-clip: text;
  color: transparent;
  font: 900 1.25em / 1 var(--lp-alt-font);
}
.landing .intro .info-cta {
  align-items: center;
  box-shadow: -16px 0 0 var(--lp-steelblue);
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
  margin: 4.5em 0 0 16px;
  padding: 24px 32px;
  position: relative;
}
.landing .intro .info-cta.box h3 {
  font-size: 1.125em;
  margin: 0 1.5em;
  padding: .5em 1em;
  position: absolute;
  top: -0.75em;
}

/* FIXEDBOX ---- */
.landing .fixedbox {
  background: var(--lp-deepnavy) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-intro.jpg) top center no-repeat;
  bottom: 0;
  color: white;
  display: grid;
  gap: 1.25em;
  left: 0;
  padding: var(--lp-pad-x);
  position: fixed;
  transform: translateY(100%);
  width: 100%;
  z-index: 10;
}
.landing .fixedbox.fixed {
  transform: initial;
}
.landing .fixedbox > img:not(.promo):first-child {
  border-bottom: 1px solid var(--lp-steelblue);
  padding-bottom: 1.25em;
}
.landing .fixedbox .box {
  margin-top: 1.25em;
}
.landing .condicoes :is(h2, h3),
.landing .intro .info-cta h3 {
  background: var(--lp-tan);
  border-radius: 999px;
  color: var(--lp-deepnavy);
  font: 900 1em / 1 var(--lp-alt-font);
  margin: 0 .5em;
  padding: .5em;
  text-align: center;
  transform: translateY(-50%);
}
.landing .fixedbox h2 {
  font-size: .875em;
}
.landing :is(.fixedbox, .condicoes) ul {
  display: grid;
  font-size: .875em;
  gap: .75em;
  list-style: none;
}
.landing .condicoes ul {
  margin-top: -1em;
  padding: 0 1em 1em;
  text-align: left;
}
.landing .fixedbox > ul {
  opacity: .8;
  padding-left: 0;
  text-align: center;
}
.landing .condicoes ul li {
  align-items: center;
  display: flex;
  gap: .5em;
}
.landing .condicoes ul li img {
  margin: 0;
}
@media (max-width: 74.999rem) {
  .landing .fixedbox > *:not(.info-cta) {
    display: none;
  }
}
.landing .fixedbox .info-cta {
  align-items: center;
  display: flex;
  font-size: .8em;
  justify-content: space-between;
}
.landing .fixedbox .info-cta p {
  text-align: left;
}
.landing .fixedbox .btn {
  margin: 0;
}

/* BENEFÍCIOS ---- */
.landing .beneficios h2 {
  margin-bottom: 0;
}
.landing .beneficios h2 + p {
  margin: 1em 0 2.5em;
}
.landing .beneficios ul {
  display: grid;
  font-size: 1.125em;
  gap: 2.2222em;
  list-style: none;
  padding-left: 0;
}
.landing .beneficios ul img {
  float: left;
  margin: 0 .6667em .6667em 0;
}

/* FUNCIONAMENTO ---- */
.landing .funcionamento {
  background: var(--lp-beige) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-lightgold.jpg) center / cover no-repeat;
}
.landing .funcionamento h2 {
  color: var(--lp-deepnavy);
}
.landing .funcionamento ul {
  display: grid;
  gap: 1.5em;
  list-style: none;
  padding: 0;
}
.landing .funcionamento ul li {
  background: white url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-funcionamento.svg) right center no-repeat;
  border-radius: 4px;
  box-shadow: var(--lp-shadow);
  font-size: 1.125em;
  padding: 1.75em 2em 1.75em 1em;
}

/* PÚBLICO ---- */
.landing .publico {
  background: var(--lp-steelblue) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-publico-mb.jpg) center / cover no-repeat;
}
.landing .publico h2 {
  color: white;
}
.landing .publico ul {
  color: white;
  display: grid;
  font-size: 1.125em;
  gap: 1.75em;
  list-style: none;
  padding-left: 0;
}
.landing .publico ul li {
  background: var(--lp-deepnavy);
  border-radius: 60px 4px 24px 4px;
  border-top: 24px solid var(--lp-tan);
  padding: 3.1em 2em 1.3333em 1.1em;
  position: relative;
}
.landing .publico ul li::before {
  background: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/g-publico.svg) center / contain no-repeat;
  content: '';
  height: 4.45em;
  position: absolute;
  right: -0.5em;
  top: -2em;
  width: 4.45em;
}

/* CONTEÚDO ---- */
.landing .conteudo ul.checklist {
  gap: 1.1em;
}

/* AUTOR ---- */
.landing .autor .heading .wrapper {
  padding-bottom: 0;
}
.landing .autor .heading .smallwrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 1em;
}
.landing .autor h2 {
  margin-bottom: .25em;
}
.landing .autor .txt p {
  font-size: 1.125em;
  font-style: italic;
}
.landing .autor .content {
  background: var(--lp-beige) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-lightgold.jpg) center / cover no-repeat;
  line-height: 1.2;
}

/* COMPRA ---- */
.landing .compra {
  background: var(--lp-deepnavy) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-compra.png) top center repeat-x;
  color: white;
}
.landing .compra h2 {
  color: var(--lp-beige);
  margin-bottom: .25em;
}
.landing .compra .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.landing .compra picture {
  flex: 1 0 250px;
}
.landing .compra .blocos {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 2.5em;
}
.landing .compra .blocos > div {
  flex: 1 1 21.875em;
}
.landing .compra .box {
  padding: 0 var(--lp-pad-x) var(--lp-pad-x);
}
.landing .compra .diferenciais h3 {
  background: var(--lp-deepnavy);
  display: inline-block;
  font: 700 1em var(--lp-alt-font);
  padding: 0 .5em;
  transform: translateY(-60%);
}
.landing .compra .checklist {
  font-size: 1em;
  gap: .75em;
  margin-top: .75em;
}
.landing .compra .info-cta {
  background: var(--lp-steelblue);
  border-radius: 20px;
  display: grid;
  gap: 1.25em;
  padding-bottom: 48px;
  text-align: center;
}
.landing .compra .info-cta h3 {
  margin: 0;
}
.landing .compra .condicoes ul {
  margin-top: -0.5em;
  padding: 0;
}
.landing .compra .info-cta p {
  display: flex;
  flex-direction: column;
  font-size: min(7.5vw, 1.875em);
}
.landing .compra .info-cta .preco-antigo {
  margin-bottom: .25em;
}

/* VANTAGENS ---- */
.landing .vantagens {
  background: var(--lp-beige) url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-lightgold.jpg) center / cover no-repeat;
  text-align: center;
}
.landing .vantagens h2 {
  color: var(--lp-deepnavy);
  margin-bottom: .45em;
}
.landing .vantagens .whitebox {
  background: white;
  border-radius: 20px;
  box-shadow: var(--lp-shadow);
  margin: 3.75em auto;
  padding: 0 var(--lp-pad-x) 3em;
}
.landing .vantagens h3 {
  font: 900 1.25em / 1 var(--lp-alt-font);
}
.landing .vantagens .whitebox h3 {
  background: var(--lp-tan);
  border-radius: 999px;
  margin: 0 1em;
  padding: .5em 1em;
  transform: translateY(-50%);
}
.landing .vantagens table {
  position: relative;
}
.landing .vantagens table::before {
  background: linear-gradient(var(--lp-steelblue), var(--lp-deepnavy));
  border-radius: 20px;
  content: '';
  height: calc(100% + var(--lp-pad-x));
  left: 0;
  position: absolute;
  top: calc(var(--lp-pad-x) * .75 * -1);
  width: 50%;
}
.landing .vantagens table tr {
  position: relative;
}
.landing .vantagens table tr > * {
  font-size: 1.125em;
  padding: .25em 0;
  vertical-align: middle;
}
.landing .vantagens table th {
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}
.landing .vantagens table .desconto {
  font-size: 1.875em;
  width: 50%;
}
.landing .vantagens table tr > *:first-child {
  color: white;
}
.landing .vantagens table tr td:nth-child(2) {
  padding-left: 1em;
  text-align: left;
}
.landing .vantagens table + p {
  font-size: min(6vw, 1.875em);
  margin-top: 1.5em;
}
.landing .vantagens table + p b {
  background: var(--lp-steelblue);
  border-radius: 4px;
  color: white;
  font-size: 1.5em;
}
.landing .vantagens .whitebox + h3 {
  font-size: 1.5em;
  text-wrap: balance;
}
.landing .vantagens .finalbox {
  background: var(--lp-deepnavy);
  border-radius: 999px;
  color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1em;
  padding: var(--lp-pad-x) calc(var(--lp-pad-x) * 2);
}
.landing .vantagens .finalbox p {
  font-size: 1.125em;
}

/* FAQ ---- */
.landing .faq h2 {
  color: var(--lp-deepnavy);
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
}
.landing .faq h2 strong {
  color: var(--lp-steelblue);
  display: block;
  font-size: 1.2em;
  font-weight: 900;
}
.landing .faq details {
  --icon: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/i-mais.svg);
  background: var(--icon) calc(100% - 16px) 1.25em no-repeat, linear-gradient(white, white), linear-gradient(var(--lp-tan), var(--lp-tan));
  background-clip: padding-box, content-box, padding-box;
  border-radius: 10px;
  padding: 2px 48px 2px 2px;
}
.landing .faq details[open] {
  --icon: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/i-menos.svg);
  background-position: calc(100% - 16px) 1.5em, center, center;
}
.landing .faq details + details {
  margin-top: .75em;
}
.landing .faq details summary {
  cursor: pointer;
  font-family: var(--lp-alt-font);
  font-size: 1.125em;
  outline-offset: -3px;
  padding: .9em calc(1.75em + 48px) .9em 1.75em;
  transition: .1s;
  width: calc(100% + 48px);
}
.landing .faq details summary:hover {
  color: var(--lp-steelblue);
}
.landing .faq details[open] summary {
  padding-bottom: .6em;
}
.landing .faq details > div {
  list-style: 1.2;
  padding: 0 1.875em 1.125em;
}
.landing .faq details > div > *:not(:last-child) {
  margin-bottom: .5em;
}
.landing .faq details ul {
  padding-left: 2ch;
}
.landing .faq details a {
  color: var(--lp-steelblue);
  text-decoration: underline;
}
.landing .faq details a:hover {
  text-decoration: none;
}

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

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .intro picture {
    margin-bottom: -35%;
  }
  .landing .intro .info-cta {
    gap: 1.875em;
    padding: 32px;
    width: fit-content;
  }
  .landing .intro .info-cta p {
    text-align: left;
  }
  .landing .beneficios ul img {
    float: initial;
  }
  .landing .beneficios ul {
    grid-template-columns: 1fr 1fr;
  }
  .landing .fixedbox .info-cta {
    font-size: 1em;
  }
  .landing .funcionamento ul {
    grid-template-columns: repeat(3, 12.5em);
  }
  .landing .publico ul {
    grid-template-columns: 1fr 1fr;
    max-width: 37.5em;
  }
  .landing .conteudo ul.checklist {
    gap: 1.1em 2.2em;
    grid-template-columns: 1fr 1fr;
    max-width: 38.125em;
  }
  .landing .bg-white {
    background: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-sobre.jpg) 50% calc(100% - 11em) / contain no-repeat;
  }
  .landing .autor .heading .wrapper {
    padding-top: 0;
  }
  .landing .autor .heading .smallwrapper {
    flex-direction: row;
    gap: 0;
  }
  .landing .autor .txt {
    flex: 0 1 19.75em;
    margin-left: -42px;
    padding-top: 48px;
  }
  .landing .autor .content .wrapper {
    padding-top: 48px;
  }
  .landing .compra .box {
    --lp-pad-x: 30px;
  }
  .landing .vantagens .whitebox {
    max-width: 37em;
  }
  .landing .vantagens .whitebox h3 {
    margin: 0 auto;
    width: fit-content;
  }
  .landing .vantagens table {
    margin: 1em auto 0;
    max-width: 27.625em;
  }
  .landing .vantagens table + p strong {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .landing .vantagens .finalbox {
    --lp-pad-x: 24px;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 41.125em;
  }
  .landing .vantagens .finalbox a {
    margin: 0;
  }
  .landing .faq {
    --lp-wrapper: 38.125em;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
  }
  .landing .intro {
    background-image: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-intro.jpg);
  }
  .landing .publico {
    background-image: url(https://mktgen.com.br/imagens/escola-de-civilistas-tartuce/assinatura/bg-publico.jpg);
  }
  .landing .bg-white {
    background-position: 50% calc(100% - 15em);
  }
  .landing .vantagens {
    --lp-wrapper: 50em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 67em;
    --lp-fixedbox: 20em;
  }
  .landing .smallwrapper {
    padding-right: 100px;
    width: calc(100% - var(--lp-fixedbox));
  }
  .landing .intro .wrapper {
    --lp-wrapper: 71em;
    padding-bottom: 0;
    transform: translateX(40px);
  }
  .landing .intro picture {
    display: block;
    margin: 0 0 0 -150px;
    order: 2;
  }
  .landing .intro .txt {
    padding-bottom: calc(var(--lp-pad-y) / 2);
  }
  .landing .fixedbox {
    border-radius: 4px;
    bottom: initial;
    left: initial;
    margin-top: 60px;
    max-width: var(--lp-fixedbox);
    padding: 40px 30px;
    position: absolute;
    right: calc(50% - var(--lp-wrapper) / 2 + var(--lp-pad-x));
    transform: initial;
  }
  .landing .fixedbox.fixed {
    position: absolute;
  }
  @media (min-height: 47.5em) {
    .landing .fixedbox.fixed {
      margin-top: 120px;
      position: fixed;
      top: 0;
    }
  }
  .landing .fixedbox .info-cta {
    flex-direction: column;
    gap: 1.25em;
  }
  .landing .fixedbox .info-cta p {
    text-align: center;
  }
  .landing .compra {
    background-position: left center;
    background-repeat: repeat-y;
  }
  .landing .compra .wrapper {
    --lp-wrapper: 71em;
    display: grid;
    gap: 3.75em;
    grid-template-columns: 250px 1fr;
  }
  .landing .compra .blocos > div {
    flex-grow: 0;
  }
}

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

/* ANIMAÇÕES ---- */
@media (prefers-reduced-motion: no-preference) {
  .landing .fixedbox {
    transition: .25s;
  }
  .js .landing .anime {
    opacity: 0;
    transition: .5s;
  }
  .js .landing .intro .txt.anime {
    transform: translateX(50px);
  }
  .js .landing .anime.show {
    opacity: 1;
    transform: initial !important;
  }
}