.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;
  
  --lp-green: #005F24;
  --lp-darkgreen: #001D00;
  --lp-darkgray: #414141;
  --lp-darkred: #5F1515;
  --lp-goldenbrown: #D2A04B;
  --lp-red: #901414;
  --lp-lighttaupe: #D3C7B9;

  font-family: "alverata-irregular", 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 black;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing section:not(.menu, .abas) h2 {
  color: var(--lp-darkgray);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
}
.landing section:not(.menu, .abas) h2 span {
  background: var(--lp-lighttaupe);
}
.landing section:not(.menu, .abas) h2 b {
  color: var(--lp-red);
}
.landing .btn {
  background-blend-mode: soft-light;
  background-image: url(https://mktgen.com.br/imagens/natal/2025/noise-bgs.jpg);
  border-radius: 6px;
  display: block;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 1px 1px 2px rgba(255,255,255,.6), 1px 1px 2px rgba(255,255,255,.6) inset, -1px -1px 2px black, -1px -1px 2px black inset;
  padding: .3333em .75em;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  -webkit-transition: .1s; transition: .1s;
  width: fit-content;
}
.landing .btn:hover {
  -webkit-filter: contrast(1.25); filter: contrast(1.25);
}
.landing .btn.btn-yellow {
  background-color: var(--lp-goldenbrown);
  color: var(--lp-darkred);
}
.landing .btn.btn-red {
  background-color: var(--lp-red);
  color: var(--lp-lighttaupe);
}
.landing .btn.btn-green {
  background-color: var(--lp-green);
  color: var(--lp-lighttaupe);
}

/* INTRO ---- */
.landing .intro {
  background: var(--lp-green) url(https://mktgen.com.br/imagens/natal/2025/bg-topo-mb.jpg) center / cover no-repeat;
}
.landing .intro h1 {
  background: url(https://mktgen.com.br/imagens/natal/2025/mote.svg) left center / contain no-repeat;
  -webkit-filter: drop-shadow(0 0 15px var(--lp-darkgreen)) drop-shadow(0 0 5px rgba(0, 29, 0, .5)); filter: drop-shadow(0 0 15px var(--lp-darkgreen)) drop-shadow(0 0 5px rgba(0, 29, 0, .5));
  height: min(37.5vw, 150px);
  text-indent: -9999px;
}
.landing .intro h2 {
  margin-top: 1em;
  max-width: 10.2em;
}
.landing .intro h2 span {
  box-shadow: 0 0 10px var(--lp-darkgreen);
}

/* MENU ---- */
.landing .menu {
  --lp-pad-y: 20px;
  background: var(--lp-red) url(https://mktgen.com.br/imagens/natal/2025/noise-bgs.jpg);
  background-blend-mode: soft-light;
}
.landing .menu h2 {
  color: var(--lp-lighttaupe);
  font-size: 1.5em;
  line-height: 1.15;
  margin-bottom: .5em;
  text-align: center;
}
.landing .menu h2 strong {
  display: inline-block;
}
.landing .menu ul {
  display: flex;
  gap: 1em;
  list-style: none;
  padding: 0;
}
.landing .menu ul li {
  flex: 1;
}
.landing .menu button {
  background: var(--lp-darkred) url(https://mktgen.com.br/imagens/natal/2025/noise-bgs.jpg);
  background-blend-mode: soft-light;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: var(--lp-lighttaupe);
  font-family: "Roboto Slab", serif;
  font-size: min(4.9vw, 1.25em);
  font-weight: 400;
  line-height: 1.2;
  padding: .3333em 0;
  position: relative;
  width: 100%;
}
@supports not (height: min(37.5vw, 150px)) {
  .landing .intro h1 {
    height: 150px;
  }
  .landing .menu button {
    font-size: 1.25em;
  }
}
.landing .menu button:not([aria-selected="true"]):hover {
  color: var(--lp-goldenbrown);
}
.landing .menu button[aria-selected="true"] {
  background-color: var(--lp-goldenbrown);
  box-shadow: 0 0 10px var(--lp-darkred);
  color: var(--lp-darkred);
}
.landing .menu button::after {
  background: inherit;
  background-blend-mode: inherit;
  border-radius: 2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
  height: 13px;
  left: calc(50% - 6.5px);
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  width: 13px;
}
.landing .menu button[aria-selected="true"]::after {
  opacity: 1;
  top: calc(100% - 11px);
}

/* ABAS ---- */
.landing .abas {
  background: var(--lp-darkred) url(https://mktgen.com.br/imagens/natal/2025/bg-vitrines.jpg) top center no-repeat;
}
.landing .abas .aba {
  padding: 1.75em 0 var(--lp-pad-y);
}
.landing .abas .aba:not(.active) {
  display: none;
}
.landing .abas h2 {
  background: url(https://mktgen.com.br/imagens/natal/2025/g-title-vitrines.svg) calc(50% - 100px) 45% no-repeat;
  color: var(--lp-lighttaupe);
  font-size: 1.25em;
  text-align: center;
}
.landing .abas h2 span {
  color: var(--lp-goldenbrown);
  font-family: 'Roboto Slab', serif;
  font-size: 1.8em;
}
.landing .abas h2 strong {
  font-size: 2em;
}
.landing .abas h2 strong sup {
  font-size: .6em;
  top: -.5em;
}
.landing .abas .mosaico-produtos {
  font-family: 'Roboto', sans-serif;
  margin: 1em auto;
}
.landing .abas .btn {
  margin: 0 auto;
}

/* CARROSSEL ---- */
.landing .carrossel {
  --lp-pad-y: 40px;
}

/* SOBRE ---- */
.landing .green-area {
  background: url(https://mktgen.com.br/imagens/natal/2025/bg-sobre-mb.jpg) top center / contain no-repeat, url(https://mktgen.com.br/imagens/natal/2025/bg-grid.jpg) bottom center no-repeat;
  background-color: var(--lp-green);
}
.landing .sobre {
  color: white;
}
.landing .sobre .wrapper {
  padding-bottom: calc(var(--lp-pad-y) * 1.15);
  padding-top: 0;
}
.landing .sobre .txt {
  margin-top: -2em;
}
.landing section.sobre h2 {
  font-weight: 400;
  margin-bottom: 1em;
}
.landing .sobre .txt p {
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 1em;
}
.landing .sobre .btn {
  margin-top: 1.5em;
  max-width: 9.5em;
}

/* DESTAQUES ---- */
.landing .destaques {
  --line-size: 0px;
  background: url(https://mktgen.com.br/imagens/natal/2025/green-split.svg) top center / 100% auto no-repeat;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, transparent var(--line-size), var(--lp-goldenbrown) 50%, transparent calc(100% - var(--line-size))) 1;
  position: relative;
}
.landing .destaques .wrapper {
  padding: calc(var(--lp-pad-y) * 1.15) var(--lp-pad-x);
}
.landing .destaques h2 {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  text-wrap: balance;
  z-index: 3;
}
.landing .destaques ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  padding: 0;
}
.landing .destaques ul li:not(:last-child) {
  background: url(https://mktgen.com.br/imagens/natal/2025/g-destaques.svg) bottom left no-repeat;
  padding-bottom: 2em;
}
.landing .destaques a {
  color: var(--lp-lighttaupe);
  display: block;
  text-decoration: none;
  -webkit-transition: .1s; transition: .1s;
}
.landing .destaques h3 {
  color: white;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
  text-wrap: balance;
}
.landing .destaques h3 + p {
  line-height: 1.2;
  margin: .75em 0 1.25em;
  text-wrap: balance;
}
.landing .destaques .btn {
  font-size: 1.25em;
}

/* PERSONAS ---- */
.landing .personas {
  background: var(--lp-red) url(https://mktgen.com.br/imagens/natal/2025/bg-personas.jpg) top center / cover no-repeat;
}
.landing .personas .wrapper {
  padding-bottom: 2.625em;
}
.landing .personas h2 {
  text-align: center;
  text-wrap: balance;
}
.landing .personas ul {
  display: flex;
  gap: 2.25em;
  justify-content: safe center;
  list-style: none;
  overflow: auto;
  padding: 0 var(--lp-pad-x) var(--lp-pad-y);
  -webkit-scroll-snap-type: x mandatory; -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory;
}
.landing .personas ul li {
  flex: 0 0 240px;
  scroll-snap-align: center;
}
.landing .personas ul li a {
  align-items: end;
  border-radius: 20px;
  box-shadow: 5px 5px 10px var(--lp-darkred);
  display: grid;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-wrap: balance;
}
.landing .personas ul li a::after {
  border-radius: inherit;
  box-shadow: 0 0 35px rgba(0,0,0,.75) inset;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.landing .personas ul li :is(img, .txt) {
  grid-area: 1 / 1;
}
.landing .personas ul li img {
  box-shadow: 0 0 35px rgba(0,0,0,.75) inset;
}
.landing .personas .txt {
  padding-bottom: 1.875em;
  z-index: 2;
}
.landing .personas h3 {
  color: white;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
  padding: 0 2.5em;
}
.landing .personas ul li .btn {
  font-size: 1.25em;
  margin: 0 auto;
}

/* INDICAÇÕES ---- */
.landing :is(.indicacoes, .carrossel) {
  background: var(--lp-lighttaupe) url(https://mktgen.com.br/imagens/natal/2025/bg-final.jpg) top center no-repeat;
}
.landing section.indicacoes h2 {
  color: var(--lp-darkred);
  margin-bottom: .75em;
  text-align: center;
  text-wrap: balance;
}
.landing section.indicacoes h2 span {
  background: white;
}
.landing .indicacoes h2 + p {
  color: var(--lp-darkgray);
  font-size: 1.125em;
  line-height: 1.15;
  text-align: center;
}
.landing .indicacoes .slider {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 2em;
}
.landing .indicacoes .slider :is(.title-sliders, .see-all, .owl-thumbs) {
  display: none !important;
}
.landing .indicacoes .btn {
  margin: 0 auto;
  max-width: 9.5em;
  text-align: center;
}
.landing :is(.slider .owl-carousel .owl-item .product-item, .mosaico-produtos .product-item) .product-item-info {
  background: white !important;
}

/* TJ ---- */
.landing .tj {
  --lp-pad-y: 40px;
  font-family: 'Roboto', sans-serif;
}
.landing section.tj h2 {
  font-size: 1.25em;
}
.landing .tj p {
  font-size: .875em;
  margin-top: 1em;
}

/* > 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 .intro {
    background-image: url(https://mktgen.com.br/imagens/natal/2025/bg-topo.jpg);
  }
  .landing .intro .wrapper {
    --lp-pad-y: 45px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .landing .intro h1 {
    flex: 0 0 290px;
  }
  .landing .intro h2 {
    margin-top: 0;
  }
  .landing .menu ul {
    justify-content: center;
    gap: 1.5em;
  }
  .landing .menu ul li {
    flex: none;
  }
  .landing .menu button {
    font-size: 1.5em;
    padding: .3333em 1em; 
  }
  .landing .green-area {
    background-image: url(https://mktgen.com.br/imagens/natal/2025/bg-sobre.jpg), url(https://mktgen.com.br/imagens/natal/2025/bg-grid.jpg);
    background-size: auto;
  }
  .landing .sobre .wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .landing .sobre picture {
    flex: 0 0 60%;
    margin-right: -60px;
  }
  .landing .sobre .txt {
    margin-right: -50px;
    margin-top: 0;
    padding-top: calc(var(--lp-pad-y) * 1.15);
    z-index: 2;
  }
  .landing :is(.sobre, .indicacoes) .btn {
    max-width: none;
  }
  .landing .destaques {
    --line-size: 10%;
    background-size: calc(100% - var(--line-size) * 2) auto;
  }
  .landing .destaques a {
    align-items: center;
    display: flex;
  }
  .landing .destaques a picture {
    flex: 0 0 236px;
  }
  .landing .destaques ul {
    gap: 2em;
    margin: 0 auto;
    max-width: 29.75em;
    justify-content: space-evenly;
  }
  .landing .destaques ul li:not(:last-child) {
    background: none;
    padding-bottom: 0;
  }
  .landing .destaques .txt {
    background: url(https://mktgen.com.br/imagens/natal/2025/g-destaques.svg) top left no-repeat;
    padding-top: 1.5em;
  }
  .landing .destaques ul :is(li:first-child h3, li:last-child h3 + p) {
    text-wrap: initial;
  }
  /* .landing .destaques ul li:last-child h3 + p {
    padding-right: 1em;
  } */
  .landing .personas h3 {
    padding: 0 1.75em;
  }
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
  }
  .landing .intro .wrapper {
    justify-content: center;
  }
  .landing .intro h2 {
    margin-left: 7.5em;
  }
  .landing .menu .wrapper {
    align-items: center;
    display: flex;
    gap: 1.5em;
    justify-content: center;
  }
  .landing .menu h2 {
    margin-bottom: 0;
  }
  .landing .sobre {
    position: relative;
    z-index: 2;
  }
  .landing .sobre .wrapper {
    padding-bottom: 0;
  }
  .landing .sobre .txt {
    margin-right: -110px;
  }
  .landing section.sobre h2 strong {
    white-space: nowrap;
  }
  .landing .destaques {
    margin-top: -140px;
  }
  .landing .tj {
    --lp-wrapper: 56em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 71em;
  }
  .landing .abas .mosaico-produtos {
    max-width: var(--lp-wrapper);
  }
  .landing .sobre {
    --lp-wrapper: 64em;
  }
  .landing .sobre .wrapper {
    -webkit-transform: translateX(30px); -moz-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px);
  }
  .landing .sobre picture {
    margin-right: -40px;
  }
  .landing .destaques {
    margin-top: -120px;
  }
  .landing .destaques ul {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
  }
  .landing .destaques ul li {
    flex: 0 0 29.75em;
  }
  .landing .personas ul li a {
    background: var(--lp-red);
    -webkit-transition: .1s; transition: .1s;
  }
  .landing .personas ul li a:not(:hover) {
    box-shadow: none;
  }
  .landing .personas ul li img {
    -webkit-transition: .1s; transition: .1s;
    transition-behavior: allow-discrete;
  }
  .landing .personas ul li a:not(:hover) img {
    -webkit-filter: grayscale(1); filter: grayscale(1);
    mix-blend-mode: luminosity;
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing {
    --lp-wrapper: 80em;
  }
  .landing :is(.abas, .green-area, .indicacoes, .carrossel) {
    background-size: 100% auto;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  @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: .5s; transition: .5s;
  }
  .js .landing .intro h1.anime {
    -webkit-transform: translateX(-50px); -moz-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px);
  }
  .js .landing :is(.intro h2.anime, .sobre img.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;
  }
  .landing .menu button,
  .landing .menu button::after {
    -webkit-transition: .1s; transition: .1s;
  }
  .landing .abas .aba.active {
    -webkit-animation: slideUp .5s forwards; -moz-animation: slideUp .5s forwards; animation: slideUp .5s forwards;
  }
  .landing .destaques a:hover {
    -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);
  }
}