:root {
  --green: #345c2b;
  --green2: #39a664;
  --orange: #ff7b0f;
  --red: #cb3d37;
  --black: #111;
  --white: #fff;
  --cream: #f6f3eb;
}
@font-face {
  font-family: "Archive Condensed";
  src: url("fontes/Archivo-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Barlow, Arial, sans-serif;
  color: #1c2c20;
  background: var(--cream);
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.topbar {
  height: 82px;
  background: #06270f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand {
  color: #fff;
  text-decoration: none;
  line-height: 0.8;
}
.logo-inacio {
  width: 155px;
  height: auto;
  display: block;
  object-fit: contain;
}
.brand-name {
  display: block;
  font: 28px/1 "Archivo Black";
  letter-spacing: -1px;
}
.brand-name::after {
  content: "★";
  color: var(--red);
  font-size: 16px;
  vertical-align: top;
}
.brand-sub {
  color: var(--red);
  font: 700 16px "Barlow Condensed";
}
.brand small {
  color: #fff;
  font-size: 7px;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
nav {
  display: flex;
  align-items: center;
  gap: 27px;
}
nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.nav-cta {
  background: var(--red);
  padding: 13px 20px;
  border-radius: 25px;
}
.menu-btn {
  display: none;
  background: none;
  border: 0;
}
.hero {
  min-height: 700px;
  background: #052b12;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(90deg, #0a3104 35%, rgba(3, 37, 14, 0.55)),
    radial-gradient(circle at 100% 50%, #951906 0, transparent 50%);
  opacity: 0.95;*/
  background:
    radial-gradient(
      circle at 100% 100%,
      #ff1f1f 0%,
      rgba(255, 31, 31, 0.85) 12%,
      transparent 32%
    ),

    radial-gradient(
      circle at 0% 100%,
      #ff5a0a 0%,
      rgba(255, 90, 10, 0.85) 14%,
      transparent 35%
    ),

    radial-gradient(
      ellipse at 48% 100%,
      #e8ef20 0%,
      rgba(232, 239, 32, 0.8) 15%,
      transparent 42%
    ),

    radial-gradient(
      ellipse at 0% 45%,
      #57a84e 0%,
      rgba(87, 168, 78, 0.75) 20%,
      transparent 47%
    ),

    radial-gradient(
      ellipse at 78% 60%,
      #5c9d57 0%,
      rgba(92, 157, 87, 0.65) 20%,
      transparent 48%
    ),

    linear-gradient(
      135deg,
      #d8e3b5 0%,
      #f8f4cf 45%,
      #fff7d8 100%
    );
}
.hero-content {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: 43% 34% 23%;
  align-items: center;
}
.eyebrow,
.section-kicker {
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--red);
  margin: 0;
}
.hero h1 {
 font-family: "Archive Condensed", sans-serif;
  font-size: clamp(60px, 8vw, 112px);
  font-weight: normal;
  line-height: 0.76;
  margin: 15px 0;
  text-transform: uppercase;
}
.hero h1 strong {
  display: block;
}
.hero h1 em {
  display: block;
  color: var(--red);
  font-style: italic;
}
.hero h2 {
  font-size: 25px;
  margin: 20px 0 12px;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 18px;
  line-height: 1.5;
  max-width: 440px;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border-radius: 28px;
  padding: 15px 22px;
  font-size: 13px;
  font-weight: 800;
  border: 2px solid transparent;
}
.btn-orange {
  background: var(--red);
}
.btn-outline {
  border-color: #fff;
}
.hero-photo {
  height: 540px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.photo-placeholder {
  width: 930px;
  height: 1040px;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  overflow: hidden;
  background: transparent;

  border: none;
  border-radius: 0;
}

.foto-inacio {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center bottom;

  display: block;
}

.ß {
  height: 460px;
  width: 330px;
  border-radius: 180px 180px 25px 25px;
  background: linear-gradient(145deg, #4c7c50, #173c20);
  border: 8px solid rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  color: #dbe8dc;
}
.campaign-number img{
  width: 400px;
}
.campaign-number b {
  color: #fff;
}
.campaign-number small {
  display: block;
  font: 800 15px "Archivo black";
  margin-top: 15px;
}
.campaign-number i {
  color: var(--red);
  font-style: normal;
}
.logo-pt img{
  width: 200px;
}
.hero-wave {
  position: absolute;
  bottom: -1px;
  left: -5%;
  width: 110%;
  height: 95px;
  background: var(--cream);
  border-radius: 50% 50% 0 0/70% 70% 0 0;
}
.section {
  padding: 90px 0;
}
.about {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 55px;
  align-items: center;
}
.about h2,
.join h2 {
  font: 800 50px/1 "Barlow Condensed";
  margin: 5px 0 20px;
}
.about p,
.join p {
  font-size: 17px;
  line-height: 1.65;
}
.highlight {
  font-weight: 700;
  color: var(--green);
}
.about-gallery {
  display: grid;

  grid-template-columns: 3fr 1fr;

  gap: 12px;

  height: 390px;

  width: 100%;
}

/* FOTO GRANDE */
.gallery-main {
  width: 100%;
  height: 100%;

  overflow: hidden;

  border-radius: 18px;

  background: #345c2b;
}

/* COLUNA DAS FOTOS PEQUENAS */
.gallery-side {
  display: grid;

  grid-template-rows: 1fr 1fr;

  gap: 12px;

  height: 100%;
}

/* CONTAINER DAS FOTOS PEQUENAS */
.gallery-side div {
  width: 100%;
  height: 100%;

  overflow: hidden;

  border-radius: 18px;

  background: #345c2b;
}

/* TODAS AS IMAGENS */
.gallery-main img,
.gallery-side img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center;
}
.gallery-main,
.gallery-side div {
  background: linear-gradient(135deg, #7e9b70, #244a2c);
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}
.gallery-side {
  display: grid;
  gap: 12px;
}
.values {
  padding-top: 25px;
}
.center-title {
  text-align: center;
  font: 800 38px "Barlow Condensed";
  margin-bottom: 30px;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-radius: 25px;
  padding: 35px 15px;
  box-shadow: 0 10px 35px #00000012;
}
.value-grid article {
  text-align: center;
  padding: 10px 25px;
  border-right: 1px solid #ddd;
}
.value-grid article:last-child {
  border: 0;
}
.icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  margin: auto;
  display: grid;
  place-items: center;
  font-size: 34px;
}
.icon.orange {
  background: var(--red);
}
.icon.red {
  background: var(--red);
}
.value-grid h3 {
  font: 800 22px "Barlow Condensed";
  margin: 15px 0 5px;
}
.value-grid p {
  font-size: 14px;
  line-height: 1.45;
}
.proposals {
  background: linear-gradient(rgba(235, 91, 0, 0.93), rgba(235, 91, 0, 0.93)),
    linear-gradient(120deg, #a74b00, #ff8a20);
  color: #fff;
  padding: 70px 0;
  text-align: center;
}
.light {
  color: #fff;
}
.proposals h2 {
  font: 800 45px "Barlow Condensed";
  margin: 7px 0 40px;
}
.proposal-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.proposal-grid article {
  padding: 10px 15px;
  border-right: 1px solid #ffffff77;
}
.proposal-grid article:last-child {
  border: 0;
}
.proposal-grid span {
  font-size: 40px;
}
.proposal-grid h3 {
  font: 800 19px "Barlow Condensed";
}
.proposal-grid p {
  font-size: 13px;
  line-height: 1.4;
}
.video-section {
  background: #073014;
  color: #fff;
  padding: 75px 0;
}
.video-layout {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 35px;
  align-items: center;
}
.video-layout h2 {
  font: italic 800 60px "Barlow Condensed";
  color: var(--red);
  margin: 0;
}
.video-layout p {
  line-height: 1.6;
}
.video-card {
  height: 330px;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(120deg, #355d30, #9b783c);
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.video-card span {
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 30px;
}
.join {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 35px;
  align-items: center;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.social {
  background: #fff;
  border-radius: 20px;
  padding: 25px 15px;
  text-align: center;
  text-decoration: none;
  color: #26372a;
  box-shadow: 0 8px 25px #00000012;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.social b {
  font-size: 42px;
}
.social span {
  font-weight: 800;
}
.social small {
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-weight: 800;
}
.whatsapp small {
  background: #299a54;
}
.instagram small {
  background: var(--orange);
}
.facebook small {
  background: #2862a8;
}
footer {
  background: linear-gradient(100deg, #b81317, var(--red));
  color: #fff;
}
.footer-content {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.footer-brand b {
  display: block;
  font: 40px "Archivo Black";
}
.footer-brand img{
  width: 200px;
}
.footer-brand span {
  font: 800 25px "Barlow Condensed";
  color: var(--orange);
}
.footer-brand small {
  font-size: 9px;
}
.footer-number img {
  width: 300px;

}

.legal {
  text-align: center;
  padding: 12px;
  background: #8f1013;
  font-size: 10px;
}
.modal {
  position: fixed;
  inset: 0;
  background: #000b;
  display: none;
  place-items: center;
  z-index: 100;
}
.modal.show {
  display: grid;
}
.modal-box {
  width: min(900px, 92%);
  background: #fff;
  padding: 15px;
  position: relative;
}
.modal-box button {
  position: absolute;
  right: 5px;
  top: -45px;
  background: none;
  color: #fff;
  border: 0;
  font-size: 38px;
}
.video-placeholder {
  aspect-ratio: 16/9;
  background: #172c1b;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
}
@media (max-width: 900px) {
  nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .menu-btn span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 5px;
  }
  .topbar.open nav {
    display: flex;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #06270f;
    flex-direction: column;
    padding: 25px;
  }
  .hero-content {
    grid-template-columns: 1fr;
    min-height: 800px;
    padding-top: 60px;
    text-align: center;
  }
  .hero-copy {
    z-index: 2;
  }
  .hero-copy > p:not(.eyebrow) {
    margin: auto;
  }
  .actions {
    justify-content: center;
  }
  .hero-photo {
    display: none;
  }
  .campaign-number {
    margin-top: 30px;
  }
  .about,
  .video-layout,
  .join {
    grid-template-columns: 1fr;
  }
  .about-gallery {
    height: 300px;
  }
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .proposal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .social-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    padding: 40px 0;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .hero h1 {
    font-size: 65px;
  }
  .hero {
    min-height: 760px;
  }
  .section {
    padding: 65px 0;
  }
  .about h2,
  .join h2 {
    font-size: 42px;
  }
  .value-grid {
    grid-template-columns: 1fr;
  }
  .value-grid article {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .proposal-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proposal-grid article:nth-child(2n) {
    border-right: 0;
  }
  .proposals h2 {
    font-size: 38px;
  }
  .footer-number {
    font-size: 38px;
  }
}

/* =========================
   CARDS DE PROPOSTAS
========================= */

.proposal-card {
  cursor: pointer;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  position: relative;
}

.proposal-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.proposal-card span {
  transition: transform 0.35s ease;
  display: inline-block;
}

.proposal-card:hover span {
  transform: scale(1.15) rotate(-5deg);
}


/* =========================
   MODAL
========================= */

.proposal-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 25px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.proposal-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Fundo escuro */

.modal-overlay {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.78);

  backdrop-filter: blur(8px);
}


/* Caixa */

.modal-content {
  position: relative;
  z-index: 2;

  width: min(700px, 100%);

  max-height: 85vh;
  overflow-y: auto;

  background: #ffffff;

  padding: 50px;

  border-radius: 18px;

  transform: translateY(30px) scale(0.95);

  transition: transform 0.35s ease;

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.proposal-modal.active .modal-content {
  transform: translateY(0) scale(1);
}


/* Botão fechar */

.modal-close {
  position: absolute;

  top: 15px;
  right: 18px;

  width: 42px;
  height: 42px;

  border: none;
  border-radius: 50%;

  background: #f1f1f1;

  color: #222;

  font-size: 30px;
  line-height: 1;

  cursor: pointer;

  transition: all 0.25s ease;
}

.modal-close:hover {
  background: #d71920;
  color: #fff;
  transform: rotate(90deg);
}


/* Conteúdo */

.modal-icon {
  display: block;

  font-size: 50px;

  margin-bottom: 10px;
}

.modal-kicker {
  margin: 0 0 8px;

  color: #d71920;

  font-size: 13px;
  font-weight: 700;

  letter-spacing: 2px;
}

.modal-content h2 {
  margin: 0 0 25px;

  font-size: 32px;
  line-height: 1.1;

  color: #171717;
}

.modal-text {
  color: #444;

  font-size: 17px;
  line-height: 1.75;
}

.modal-text p {
  margin-bottom: 18px;
}

.modal-text strong {
  color: #171717;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .modal-content {
    padding: 40px 25px 30px;
    border-radius: 14px;
  }

  .modal-content h2 {
    font-size: 25px;
  }

  .modal-text {
    font-size: 16px;
  }

  .proposal-card:hover {
    transform: translateY(-5px) scale(1.01);
  }
}


/* Bloqueia rolagem quando modal aberto */

body.modal-open {
  overflow: hidden;
}