/* ============================================================
   O BRASIL QUER MAIS — Landing Page
   Réplica fiel da referência (artboard 1920 x 7797)
   Escala: 1rem = 100px no artboard de 1920px
   ============================================================ */

/* ---------- Fontes ---------- */

@font-face {
  font-family: 'Anybody';
  src: url('fonts/Anybody[slnt,wdth,wght].ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 50% 200%;
  font-style: oblique 0deg 10deg;
  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Machina';
  src: url('fonts/PP NEUE MACHINA/PPNeueMachina-PlainMedium.otf') format('opentype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'PP Neue Machina';
  src: url('fonts/PP NEUE MACHINA/PPNeueMachina-PlainUltrabold.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}

/* ---------- Variáveis ---------- */

:root {
  --azul: #170197;
  --verde: #395421;
  --creme: #fbf8ea;
  --amarelo: #e7c24e;
  --cinza-video: #606060;
  --preto: #131312;
}

/* ---------- Base ---------- */

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

html {
  /* escala do artboard de 1920px, reduzida ~11% e limitada em telas largas */
  font-size: min(calc(100vw / 21.6), 100px);
}

body {
  background: var(--amarelo);
  font-family: 'PP Neue Machina', sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

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

.display,
.momento-title,
.pressao-left h2,
.pressao-bottom h2,
.porque-title,
.porque-lista,
.final h2,
.video-frame span,
.header-nav a,
.btn,
.sticker span {
  font-family: 'Anybody', sans-serif;
}

.yellow { color: var(--amarelo); }

/* conteúdo centralizado; fundos das seções seguem full-bleed */
.wrap {
  position: relative;
  width: min(19.2rem, 100%);
  margin: 0 auto;
  height: 100%;
}

/* ---------- Header ---------- */

.site-header {
  height: 2.1rem;
  background: var(--azul);
  position: relative;
  z-index: 10;
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.18rem 0 0.8rem;
}

.header-logo {
  margin-top: 0.12rem;
}

.header-logo img {
  width: 1.67rem;
  height: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.91rem;
}

.header-nav a {
  color: var(--amarelo);
  font-size: 0.5rem;
  font-weight: 900;
  font-stretch: 75%;
  letter-spacing: 0.015em;
}

/* ---------- Hero (vídeo) ---------- */

.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 1200;
  overflow: hidden;
  background: #000;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- Seção verde — Mais Tempo ---------- */

.momento {
  position: relative;
  z-index: 1;
  background: var(--verde);
  padding: 0.94rem 0 3.03rem; /* o fundo verde segue atrás da seção azul */
}

.video-frame {
  width: 15.5rem;
  height: 8.37rem;
  margin: 0 auto;
  background: var(--cinza-video);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-frame span {
  color: var(--preto);
  font-size: 0.95rem;
  font-weight: 900;
  font-stretch: 50%;
}

.momento-title {
  text-align: center;
}

.momento-title .kicker {
  display: block;
  color: var(--amarelo);
  font-size: 1.26rem;
  font-weight: 900;
  font-stretch: 77%;
  line-height: 1;
  margin-top: 0.94rem;
  transform: translateX(0.25rem);
}

.momento-title h2 {
  color: var(--creme);
  font-size: 4.09rem;
  font-weight: 900;
  font-stretch: 64%;
  line-height: 1;
  margin-top: 0;
}

.momento-title .kicker-2 {
  margin-top: -0.52rem;
  transform: translateX(0.13rem);
}

.momento-text {
  margin: 0.31rem 0 0 5.84rem;
  color: var(--creme);
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.17;
}

/* ---------- Seção azul — Pressão ---------- */

.pressao {
  position: relative;
  z-index: 3;
  background: var(--azul);
  border-radius: 1rem;
  margin-top: -1.6rem;
}

.pressao .wrap {
  padding-top: 3.07rem;
}

.sticker {
  position: absolute;
  top: -0.95rem;
  left: 11.05rem;
  width: 6.5rem;
  height: 2.85rem;
  background: var(--azul);
  border: 0.045rem solid var(--amarelo);
  border-radius: 50%;
  transform: rotate(-8deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sticker span {
  color: var(--amarelo);
  font-size: 0.74rem;
  font-weight: 700;
  font-stretch: 100%;
  font-style: oblique 10deg;
  line-height: 1.06;
  letter-spacing: 0.01em;
}

.pressao-left {
  width: 8.2rem;
  margin-left: 1.8rem;
}

.pressao-left h2 {
  color: var(--creme);
  font-size: 0.945rem;
  font-weight: 900;
  font-stretch: 69%;
  line-height: 0.94;
  white-space: nowrap;
}

.pressao-left p {
  color: var(--creme);
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.19;
  margin-top: 0.43rem;
}

.pressao-left p + p {
  margin-top: 0.5rem;
}

.pressao-left .logo-tempo {
  width: 4.18rem;
  margin: 0.58rem 0 0 -0.09rem;
}

.brush-pressao {
  position: absolute;
  left: 8.04rem;
  top: 11.85rem;
  width: 11.15rem;
  height: 3.81rem;
}

.mockup {
  position: absolute;
  left: 9.78rem;
  top: 3.72rem;
  width: 8.92rem;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.2);
}

.btn-pressao {
  position: absolute;
  left: 11.69rem;
  top: 14.51rem;
  width: 5.15rem;
}

/* botão padrão da campanha */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--creme);
  border: 0.035rem solid var(--verde);
  box-shadow: 0.14rem 0.14rem 0 var(--verde);
  color: var(--preto);
  font-size: 0.42rem;
  font-weight: 900;
  font-stretch: 62%;
  line-height: 1.15;
  padding: 0.24rem 0.35rem;
}

.pressao-bottom {
  text-align: center;
  padding: 2.14rem 0 1.77rem;
}

.pressao-bottom h2 {
  color: var(--amarelo);
  font-size: 2.01rem;
  font-weight: 900;
  font-stretch: 63%;
  line-height: 1;
  transform: translateX(0.2rem);
}

.pressao-bottom p {
  width: 10.2rem;
  margin: 0.08rem auto 0;
  color: var(--creme);
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.18;
}

/* ---------- Seção creme — Porque o Brasil quer mais ---------- */

.porque {
  position: relative;
  z-index: 2;
  background: var(--creme);
  border-radius: 0 0 1rem 1rem;
  margin-top: -1rem;
  padding: 2.3rem 0 0.74rem;
  text-align: center;
}

.porque-title {
  line-height: 1;
}

.porque-title .linha-verde {
  display: block;
  color: var(--verde);
  font-size: 2.01rem;
  font-weight: 900;
  font-stretch: 63.5%;
  line-height: 0.9;
}

.porque-title .linha-azul {
  position: relative;
  display: inline-block;
  color: var(--azul);
  font-size: 4.38rem;
  font-weight: 900;
  font-stretch: 64%;
  line-height: 0.9;
  margin-top: -0.14rem;
}

.porque-title .linha-azul .brush {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 0.11rem), calc(-50% + 0.31rem));
  width: 15.14rem;
  height: 3.94rem;
  max-width: none;
  z-index: -1;
}

.porque-lista {
  margin-top: 0.11rem;
  color: var(--verde);
  font-size: 0.54rem;
  font-weight: 800;
  font-stretch: 68%;
  line-height: 0.97;
}

/* ---------- Seção final — Porta-Voz ---------- */

.final {
  position: relative;
  z-index: 1;
  background: var(--amarelo);
  margin-top: -1rem;
  padding: 2.41rem 0 2.23rem;
  text-align: center;
}

.final .logo-portavoz {
  width: 2.8rem;
  margin: 0 auto;
  transform: translateX(0.03rem);
}

.final h2 {
  color: var(--verde);
  font-size: 0.9rem;
  font-weight: 900;
  font-stretch: 54%;
  margin-top: 0.85rem;
  line-height: 1;
}

.final p {
  margin: 0.32rem auto 0;
  color: var(--preto);
  font-size: 0.4rem;
  font-weight: 500;
  line-height: 1.2;
}

.final .btn {
  width: 5.15rem;
  margin: 0.44rem auto 0;
  transform: translateX(-0.045rem);
}

/* ---------- Mobile ---------- */

@media (max-width: 720px) {
  html {
    /* aumenta a escala para manter legibilidade */
    font-size: calc(100vw / 8.2);
  }

  .site-header .wrap {
    padding: 0 0.35rem;
  }

  .header-logo img {
    width: 1.1rem;
  }

  .header-nav {
    gap: 0.5rem;
  }

  .header-nav a {
    font-size: 0.26rem;
    white-space: nowrap;
  }

  .video-frame {
    width: 7.4rem;
    height: 4.1rem;
  }

  .video-frame span {
    font-size: 0.5rem;
  }

  .momento-title .kicker {
    font-size: 0.62rem;
  }

  .momento-title h2 {
    font-size: 2rem;
  }

  .momento-title .kicker-2 {
    margin-top: -0.15rem;
  }

  .momento-text {
    margin: 0.45rem 0 0 1rem;
  }

  .pressao {
    padding-top: 2rem;
  }

  .sticker {
    left: auto;
    right: 0.35rem;
    width: 4.4rem;
    height: 1.95rem;
  }

  .sticker span {
    font-size: 0.42rem;
  }

  .pressao-left {
    width: auto;
    margin: 0 0.55rem;
  }

  .pressao-left h2 {
    font-size: 0.72rem;
  }

  .mockup {
    position: relative;
    left: auto;
    top: auto;
    width: 6.9rem;
    margin: 0.8rem auto 0;
  }

  .brush-pressao {
    left: auto;
    right: -0.55rem;
    top: auto;
    bottom: 5.6rem;
    width: 7.8rem;
    height: 2.6rem;
  }

  .btn-pressao {
    position: relative;
    left: auto;
    top: auto;
    width: 5rem;
    margin: 0.55rem auto 0;
  }

  .pressao-bottom {
    padding: 1.2rem 0 1.6rem;
  }

  .pressao-bottom h2 {
    font-size: 1.05rem;
  }

  .pressao-bottom p {
    width: 6.9rem;
  }

  .porque-title .linha-verde {
    font-size: 1.35rem;
  }

  .porque-title .linha-azul {
    font-size: 2.2rem;
  }

  .porque-title .linha-azul .brush {
    width: 7.6rem;
    height: 1.98rem;
  }

  .porque-lista {
    font-size: 0.3rem;
    line-height: 1.3;
    padding: 0 0.3rem;
  }

  .final h2 {
    font-size: 0.72rem;
  }
}
