@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bebas+Neue&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg-deep: #6a1620;
  --bg-deeper: #3d0c12;
  --pink: #e5297f;
  --pink-dark: #b81c62;
  --gold: #f4c430;
  --cream: #f7ece1;
  --rose-muted: #e8c4b8;
  --ink: #3d0c12;
  --dark-purple: #2f1747;
  --white: #ffffff;
  --purple: #3a1a5c;
  --purple-deep: #24103a;
  --radius-btn: 10px;
}


html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background: linear-gradient(
    180deg,
    var(--bg-deep) 0%,
    var(--bg-deeper) 26%,
    var(--bg-deeper) 58%,
    var(--purple) 90%,
    var(--purple-deep) 100%
  );
  font-family: 'Inter', sans-serif;
  color: var(--cream);
}

img {
  max-width: 100%;
  display: block;
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
}

section {
  padding: 90px 0;
}

section.alt-bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}


h1, h2, h3,
.hero-h1,
.section-title,
.logo,
.eyebrow {
  font-family: 'Bebas Neue', 'Archivo Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

h1, .hero-h1 {
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin: 0 0 22px;
  color: var(--rose-muted);
}

h1 em, .hero-h1 em {
  font-style: normal;
  color: var(--cream);
}

h2.section-title {
  font-size: 32px;
  line-height: 1.1;
  color: var(--rose-muted);
  margin-bottom: 20px;
}

h2.section-title em {
  font-style: normal;
  color: var(--cream);
}

h3 {
  font-size: 22px;
}

p.desc {
  font-size: 16.5px;
  line-height: 1.75;
  color: rgba(247, 236, 225, 0.85);
}


nav.site-nav {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 40px 20px;
  border-bottom: none;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo img {
  height: 42px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.nav-links a:hover {
  color: var(--cream);
  opacity: 1;
}


.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid rgba(247, 236, 225, 0.25);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  z-index: 20;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger--ativo span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger--ativo span:nth-child(2) {
  opacity: 0;
}

.hamburger--ativo span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


.btn-primary,
.form-btn,
button[type="submit"] {
  background: var(--gold);
  color: #4a1010;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 17px 30px;
  border-radius: var(--radius-btn);
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover,
.form-btn:hover,
button[type="submit"]:hover {
  background-color: #e2b325;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(247, 236, 225, 0.4);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 17px 26px;
  border-radius: var(--radius-btn);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.btn-outline:hover {
  border-color: var(--cream);
  background: rgba(247, 236, 225, 0.12);
  transform: translateY(-2px);
}


.sticker-star {
  width: 74px;
  height: 74px;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.4));
}

.sticker-star svg {
  width: 100%;
  height: 100%;
}

.fita {
  position: absolute;
  top: -16px;
  left: 110px;
  width: 90px;
  height: 34px;
  background: rgba(247, 236, 225, 0.55);
  border: 1px solid rgba(247, 236, 225, 0.7);
  transform: rotate(-6deg);
  z-index: 3;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.divisor-recorte {
  height: 0;
  border: none;
  border-top: 2px dashed rgba(244, 196, 48, 0.45);
  max-width: 1240px;
  margin: 0 auto;
}


.hero-section {
  padding: 0;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  position: relative;
}

.hero-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 70px;
  align-items: center;
  padding: 20px 0;
}

.art {
  position: relative;
  width: 400px;
  height: 460px;
  justify-self: center;
}

.panfleto-rasgado {
  position: absolute;
  top: 18px;
  left: 38px;
  width: 330px;
  height: 400px;
  background: linear-gradient(155deg, var(--pink) 0%, var(--pink-dark) 100%);
  transform: rotate(6deg);
  clip-path: polygon(
    0% 0%, 100% 0%, 100% 82%,
    93% 85%, 100% 89%, 88% 93%,
    95% 96%, 82% 100%, 70% 95%,
    60% 100%, 48% 94%, 36% 100%,
    24% 93%, 14% 98%, 6% 91%,
    12% 86%, 0% 83%
  );
  box-shadow: 0 30px 50px -20px rgba(0, 0, 0, 0.6);
}

.foto-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  background: var(--cream);
  padding: 14px 14px 22px;
  border-radius: 3px;
  transform: rotate(-4deg);
  box-shadow: 0 35px 45px -18px rgba(0, 0, 0, 0.55);
  z-index: 2;
}

.foto-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 50% 22%;
}

.estrela-sticker {
  position: absolute;
  bottom: 30px;
  right: -22px;
  z-index: 4;
  transform: rotate(12deg);
}

.texto,
.hero-texto {
  max-width: 560px;
}

.botoes {
  display: flex;
  gap: 14px;
  margin-bottom: 40px;
}

.stats {
  display: flex;
  gap: 34px;
  padding-top: 28px;
  border-top: none;
}

.stat-num {
  font-family: 'Bebas Neue', 'Archivo Black', sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(247, 236, 225, 0.65);
  max-width: 130px;
  line-height: 1.4;
}


.sobre-grid {
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 70px;
  align-items: center;
}

.mural {
  position: relative;
  width: 100%;
  height: 480px;
}

.foto-mini {
  position: absolute;
  width: 210px;
  background: var(--cream);
  padding: 10px 10px 34px;
  border-radius: 2px;
  box-shadow: 0 20px 30px -14px rgba(0, 0, 0, 0.55);
  transition: transform 0.3s ease, z-index 0.3s ease;
}

.foto-mini:hover {
  z-index: 10;
  transform: scale(1.04) rotate(0deg);
}

.foto-mini img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: 50% 25%;
}

.foto-mini--1 { top: 0; left: 10px; transform: rotate(-5deg); z-index: 3; }
.foto-mini--2 { top: 15px; left: 240px; transform: rotate(4deg); z-index: 2; }
.foto-mini--3 { top: 250px; left: 0px; transform: rotate(3deg); z-index: 2; }
.foto-mini--4 { top: 265px; left: 235px; transform: rotate(-3deg); z-index: 3; }

.etiqueta {
  position: absolute;
  bottom: -12px;
  left: 12px;
  right: 12px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-align: center;
  padding: 8px 6px;
  color: var(--ink);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}

.etiqueta--pink { background: var(--gold); transform: rotate(-2deg); }
.etiqueta--gold { background: #ecdcc7; transform: rotate(2deg); }

.mural-star {
  position: absolute;
  bottom: -10px;
  right: 20px;
  transform: rotate(14deg);
  z-index: 4;
}

.sobre-texto p.desc {
  margin-bottom: 16px;
}

.sobre-texto p.desc:last-child {
  margin-bottom: 0;
}


.pilares {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin: 46px 0 60px;
}

.pilar-card {
  background: rgba(247, 236, 225, 0.05);
  border: 1px solid rgba(247, 236, 225, 0.12);
  border-radius: 14px;
  padding: 30px 26px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.pilar-card:hover {
  border-color: rgba(247, 236, 225, 0.3);
  transform: translateY(-4px);
}

.pilar-num {
  font-family: 'Bebas Neue', 'Archivo Black', sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--pink);
  margin-bottom: 14px;
}

.pilar-card h3 {
  font-size: 20px;
  color: var(--cream);
  margin-bottom: 10px;
}

.pilar-card p {
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(247, 236, 225, 0.75);
  margin: 0;
}

.trabalho-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.numeros {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.numero-valor {
  font-family: 'Bebas Neue', 'Archivo Black', sans-serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--gold);
  line-height: 1;
}

.numero-label {
  font-size: 13.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: rgba(247, 236, 225, 0.7);
  margin-top: 6px;
}

.bilhete {
  position: relative;
  background: var(--dark-purple);
  color: #fff;
  padding: 34px 32px 28px;
  transform: rotate(-2deg);
  box-shadow: 0 25px 40px -18px rgba(0, 0, 0, 0.55);
  clip-path: polygon(
    0% 4%, 4% 0%, 96% 0%, 100% 5%,
    99% 30%, 100% 55%, 98% 80%,
    100% 96%, 95% 100%, 60% 97%,
    40% 100%, 6% 98%, 0% 92%,
    3% 60%, 0% 30%
  );
}

.bilhete p {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 600;
  margin: 0 0 16px;
}

.bilhete-assinatura {
  font-family: 'Archivo Black', sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
}


.tags-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.tag-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(247, 236, 225, 0.05);
  border: 1px solid rgba(247, 236, 225, 0.12);
  border-radius: 50px;
  padding: 14px 24px 14px 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tag-item:hover {
  background: rgba(247, 236, 225, 0.1);
  transform: translateY(-2px);
}

.tag-icone {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
}

.tag-icone--gold { background: var(--gold); }
.tag-icone--pink { background: var(--pink); }
.tag-icone svg { width: 100%; height: 100%; }

.tag-item span {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--cream);
}


section.section-cta {
  position: relative;
  overflow: hidden;
}

section.section-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(55% 75% at 62% 40%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

section.section-cta .wrap {
  position: relative;
  z-index: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.form-intro {
  position: relative;
}

.form-star {
  position: absolute;
  top: -10px;
  right: 40px;
  transform: rotate(-10deg);
}

.form-card {
  position: relative;
  background: var(--cream);
  border-radius: 6px;
  padding: 40px 36px 34px;
  transform: rotate(1.5deg);
  box-shadow: 0 35px 55px -20px rgba(0, 0, 0, 0.55);
}

.fita--form {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  width: 100px;
  height: 34px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

#form-apoio label {
  display: block;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--ink);
  margin: 18px 0 6px;
}

#form-apoio label:first-child {
  margin-top: 0;
}

#form-apoio input {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1.5px solid #e3d3c4;
  background: #fffdfa;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#form-apoio input:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px rgba(229, 41, 127, 0.15);
}

#form-apoio input::placeholder {
  color: #b7a89b;
}

.form-btn {
  width: 100%;
  margin-top: 26px;
  padding: 17px;
  font-size: 15px;
}

.form-nota {
  font-size: 12px;
  color: #8a7666;
  text-align: center;
  margin: 14px 0 0;
  line-height: 1.5;
}


.rodape {
  padding: 40px 0 34px;
  border-top: 3px solid #ffffff;
  font-size: 13px;
  color: rgba(247, 236, 225, 0.65);
}

.rodape-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.rodape-marca {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rodape .logo {
  font-size: 16px;
}

.rodape-social {
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.social-icone {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-btn);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 236, 225, 0.08);
  border: 1px solid rgba(247, 236, 225, 0.2);
  color: var(--cream);
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.social-icone svg {
  width: 18px;
  height: 18px;
}

.social-icone:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-3px) rotate(-4deg);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.5);
}

.social-icone:nth-child(2):hover,
.social-icone:nth-child(4):hover {
  transform: translateY(-3px) rotate(4deg);
}



@media (max-width: 860px) {
  nav.site-nav {
    padding: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    background: var(--dark-purple);
    border: 1px solid rgba(247, 236, 225, 0.15);
    border-radius: 14px;
    padding: 28px 20px;
    box-shadow: 0 25px 40px -18px rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 15;
  }

  .nav-links--aberto {
    display: flex;
    animation: nav-abrir 0.25s ease;
  }

  .nav-links a {
    font-size: 15px;
  }

  .wrap {
    padding: 0 22px;
  }

  section {
    padding: 60px 0;
  }

  h1, .hero-h1 {
    font-size: 38px;
  }

  h2.section-title {
    font-size: 30px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 40px;
    text-align: center;
  }

  .hero-texto,
  .texto {
    max-width: 100%;
  }

  .art {
    margin: 0 auto 20px;
    width: 320px;
    height: 400px;
  }

  .panfleto-rasgado {
    width: 270px;
    height: 350px;
    left: 20px;
  }

  .foto-card {
    width: 260px;
  }

  .foto-card img {
    height: 300px;
  }

  .botoes {
    flex-wrap: wrap;
    justify-content: center;
  }

  .rodape-social {
    justify-content: center;
  }

  .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 20px;
    row-gap: 28px;
    justify-content: center;
    text-align: center;
    padding-top: 24px;
  }

  .stat-item:last-child {
    grid-column: 1 / -1;
  }

  .stat-num {
    font-size: 32px;
  }

  .stat-label {
    max-width: 100%;
    margin: 0 auto;
  }

  .sobre-grid {
    grid-template-columns: 1fr;
  }

  .mural {
    height: 560px;
    margin: 0 auto 30px;
    max-width: 460px;
  }

  .pilares {
    grid-template-columns: 1fr;
  }

  .trabalho-bottom {
    grid-template-columns: 1fr;
  }

  .tags-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-card {
    transform: none;
  }

  .rodape-grid {
    flex-direction: column;
    text-align: center;
    
  }
}

@keyframes nav-abrir {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* celulares pequenos */
@media (max-width: 480px) {
  h1, .hero-h1 {
    font-size: 30px;
  }

  h2.section-title {
    font-size: 26px;
  }

  .wrap {
    padding: 0 16px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .art {
    width: 260px;
    height: 320px;
  }

  .panfleto-rasgado {
    width: 220px;
    height: 280px;
    left: 12px;
  }

  .foto-card {
    width: 210px;
  }

  .foto-card img {
    height: 240px;
  }

  .stats {
    gap: 22px;
  }

  .stat-num {
    font-size: 30px;
  }

  .form-card {
    padding: 28px 22px 24px;
  }
}