@font-face {
  font-family: 'Agharti Regular';
  src: url('../fonts/agharti-regular.woff2') format('woff2'),
    url('../fonts/agharti-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agharti Black Semi Wide';
  src: url('../fonts/agharti-semiwide-extrabold.woff2') format('woff2'),
    url('../fonts/agharti-semiwide-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agharti Demi Semi Wide';
  src: url('../fonts/agharti-wide-bold.woff2') format('woff2'),
    url('../fonts/agharti-wide-bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agharti Extra Wide Semibold';
  src: url('../fonts/agharti-extrawide-semibold.woff2') format('woff2'),
    url('../fonts/agharti-extrawide-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agharti Extra Wide Bold';
  src: url('../fonts/agharti-extrawide-bold.woff2') format('woff2'),
    url('../fonts/agharti-extrawide-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  background: #514ccd;
  min-height: 100%;
}

body {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.year {
  position: absolute;
  top: 32px;
  right: max(20px, calc((100vw - 1040px) / 2));
  z-index: 5;
  font-family: 'Agharti Black Semi Wide', sans-serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #fff;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 72px;
}

.logo {
  width: min(420px, 70%);
  height: auto;
}

.scroll {
  display: flex;
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-top: 8px;
  animation: arrow-opacity 2.5s linear infinite, arrow-move 2.5s linear infinite;
}

.scroll img {
  width: 48px;
  height: 48px;
  filter: brightness(0) invert(1);
}

.ideia {
  position: relative;
  width: 100%;
  margin-top: 8px;
  padding-bottom: 180px;
  margin-bottom: 5rem;
}

.ideia__fundo {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.ideia__texto {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 21%;
    bottom: 37%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fe2373;
    font-size: clamp(12px, 1.9vw, 40px);
    font-weight: 300;
    line-height: 1.45;
    text-align: center;
}

.ideia__texto span {
  display: block;
}

.ideia__texto strong {
  font-weight: 800;
}

.ideia__texto b {
  font-weight: 900;
}

.mascot {
  position: absolute;
  left: 0;
  right: 0;
  top: 68%;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
}

.robozin {
  width: min(400px, 50%);
  height: auto;
  animation: robozin-float 2.5s linear infinite;
}

.balao {
  position: relative;
  flex-shrink: 0;
  width: min(200px, 26%);
  aspect-ratio: 241 / 182;
  margin-top: 8px;
  margin-left: -8px;
  animation:
    balao-opacity 0.8s linear 1 both,
    balao-move 1s cubic-bezier(0.3, -1.2, 0.45, 1) 1 both,
    balao-scale 0.8s cubic-bezier(0.15, 0.52, 0.5, 1) 1 both;
}

.balao__fundo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.balao__label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 67%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 24px 0;
}

.balao__texto {
  position: static;
  width: 78%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.intro-bleed {
  position: relative;
  overflow: hidden;
  padding: 16px 0 64px;
}

.catavento {
  position: absolute;
  right: -80px;
  top: 28%;
  z-index: 0;
  width: min(520px, 42vw);
  height: auto;
  pointer-events: none;
  transform-origin: center center;
  animation: catavento-spin 12s linear infinite;
}

.intro {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.titulo {
  width: min(470px, 100%);
  height: auto;
  margin: 0 auto 12px;
}

.lead,
.copy {
  width: 100%;
  font-size: clamp(18px, 3.2vw, 32px);
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.lead span {
  font-weight: 800;
  color: #b3ffb5;
}

.lead strong,
.copy strong {
  font-weight: 800;
}

.copy {
  margin-top: 28px;
}

.copy p + p {
  margin-top: 1.25em;
}

.copy em {
  font-style: italic;
  font-weight: 300;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin-top: 36px;
  padding: 0 40px;
  border-radius: 999px;
  background: #efe6f5;
  color: #6750a4;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.3),
    0 4px 8px 3px rgba(0, 0, 0, 0.15);
}

.cta:hover,
.cta:focus-visible {
  background: #e7dcf0;
}

.sobre {
  padding: 24px 0 48px;
  font-size: clamp(16px, 2.6vw, 26px);
  font-weight: 300;
  line-height: 1.45;
  text-align: justify;
  color: #fff;
}

.sobre p + p {
  margin-top: 1.2em;
}

.sobre strong {
  font-weight: 600;
}

.sobre .marca {
  text-transform: uppercase;
}

.sobre a {
  font-weight: 600;
  color: #b3ffb5;
  text-transform: none;
}

.social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 48px;
  padding: 8px 0 32px;
}

.social__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b3ffb5;
  font-size: 20px;
  font-weight: 600;
}

.social__item img {
  width: 160px;
  height: auto;
}

.social__ig {
  width: 40px !important;
  height: 40px !important;
}

.footer {
  padding-bottom: 32px;
}

.protocolo {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

.footer__band {
  position: relative;
}

.rodape-forma {
  width: 100%;
  height: auto;
}

.chancela {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 76%;
  transform: translate(-50%, -50%);
}

@keyframes arrow-opacity {
  0% {
    opacity: 0;
  }
  16%,
  100% {
    opacity: 1;
  }
}

@keyframes arrow-move {
  0% {
    translate: 0 -40px;
  }
  24%,
  100% {
    translate: 0 0;
  }
}

@keyframes robozin-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes balao-opacity {
  0% {
    opacity: 0;
  }
  16%,
  100% {
    opacity: 1;
  }
}

@keyframes balao-move {
  0% {
    translate: 0 20px;
  }
  40%,
  100% {
    translate: 0 0;
  }
}

@keyframes balao-scale {
  0% {
    scale: 0.6;
  }
  31.2%,
  100% {
    scale: 1;
  }
}

@keyframes catavento-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 900px) {
  .cta {
    height: 88px;
    padding: 0 48px;
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .year {
    top: 16px;
    right: 16px;
    font-size: 20px;
  }

  .hero {
    padding-top: 56px;
  }

  .logo {
    width: min(280px, 78%);
  }

  .ideia {
    padding-bottom: 200px;
    margin-bottom: 12rem;
  }

  .ideia__texto {
   left: 18%;
        right: 18%;
        top: 2%;
        bottom: 35%;
        font-size: clamp(11px, 3.1vw, 15px);
        line-height: 1.35;
  }

  .mascot {
    top: 62%;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    gap: 0;
  }

  .robozin {
    width: min(280px, 78%);
  }

  .balao {
    width: min(168px, 58%);
    margin-top: 0;
    margin-left: 24px;
    margin-bottom: -4px;
  }

  .catavento {
    width: 200px;
    right: -90px;
    top: auto;
    bottom: 8%;
    opacity: 0.85;
  }

  .lead,
  .copy,
  .sobre {
    text-align: left;
  }

  .only-desktop {
    display: none;
  }

  .cta {
    height: 56px;
    padding: 0 28px;
    font-size: 18px;
    width: 100%;
    max-width: 320px;
  }

  .social {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .social__item {
    font-size: 16px;
  }

  .social__item img {
    width: 120px;
  }

  .protocolo {
    font-size: 11px;
  }

  .chancela {
    width: 88%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll,
  .robozin,
  .balao,
  .catavento {
    animation: none;
  }
}
