:root {
  --green-950: #221a12;
  --green-900: #3e471b;
  --green-800: #35211a;
  --green-500: #5e8b65;
  --orange-700: #e2560b;
  --orange-500: #fca31c;
  --sun: #fca31c;
  --cream: #fdfbf8;
  --paper: #fdfbf8;
  --ink: #2b2620;
  --muted: #5f675d;
  --line: rgba(43, 38, 32, 0.15);
  --container: 1200px;
  --shadow: 0 16px 45px rgba(23, 20, 15, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 8px 14px;
  color: var(--paper);
  background: var(--green-950);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.top-pattern {
  height: 31px;
  background: var(--green-900)
    url("../assets/Grupo%20de%20m%C3%A1scara%201.png") center / cover no-repeat;
}

.hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background-image: url(../assets/bg-foto.png);
  background-size: cover ;
  background-position: right ;
  background-repeat: no-repeat;
  
}

.hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: auto;
  max-width: 60%;
  height: 100%;
  object-fit: cover;
}
.bg-bc{
  background: url("../assets/Caminho\ 180.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  width: 60%;
  background-position: right;


}
.hero__inner {
    position: relative;
    z-index: 1;
    padding-block: 44px 74px;
    width: 520px;
    float: right;
    margin-right: 18%;
  
}

.hero__brand {
  width: 190px;
  height: auto;
  margin-bottom: 106px;
}

.hero__row {
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 540px;
}

.hero__lockup {
  flex-shrink: 0;
  width: 180px;
  height: auto;
}

.hero__divider {
  align-self: stretch;
  width: 1px;
  background: rgba(43, 38, 32, 0.35);
}

h1 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(1.5rem, 2.6vw, 1.8rem);
  font-weight: 800;
  line-height: 1.15;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 11px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(23, 35, 18, 0.17);
}

.button:focus-visible,
.share-link:focus-visible {
  outline: 3px solid var(--orange-500);
  outline-offset: 4px;
}

.button--sun {
  color: var(--green-950);
  background: var(--sun);
}

.button--sun:hover,
.button--sun:focus-visible {
  background: #ffc24c;
}

.button--sun img {
  width: 15px;
  height: auto;
}

.share-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--sun);
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.share-link img {
  width: 44px;
  height: auto;
}

.share-link:hover,
.share-link:focus-visible {
  transform: translateY(-2px);
  opacity: 0.85;
}

.share-link--light {
  color: var(--paper);
}

.section {
  padding-block: 110px;
}

.manifesto {
  position: relative;
  background: linear-gradient(
    to right,
    var(--sun) 0%,
    var(--sun) 32%,
    var(--green-800) 32%,
    var(--green-800) 100%
  );
}

.manifesto__grid {
  display: grid;
  grid-template-columns: minmax(220px, 32%) 1fr;
  align-items: end;
  gap: clamp(24px, 6vw, 70px);
  padding: 80px 0px 40px 0px;
}

.manifesto__cover {
  justify-self: center;
  width: min(100%, 306px);
  margin-top: -40px;
}

.manifesto__content {
  max-width: 640px;
  padding-block: 90px;
  color: var(--paper);
}

h2,
h3,
p {
  overflow-wrap: break-word;
}

h2,
h3 {
  margin-top: 0;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  margin-bottom: 24px;
  color: var(--green-900);
  font-size: clamp(2rem, 4vw, 3.55rem);
  letter-spacing: 0;
}

h3 {
  margin-bottom: 9px;
  color: var(--green-900);
  font-size: 1.45rem;
}

p {
  margin: 0 0 18px;
}

.manifesto__content p {
  color: rgba(253, 251, 248, 0.92);
}

.manifesto__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.reasons {
  background: var(--paper);
}

.reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0px, 8vw, 0px);
}

.reasons__col h2 {
  color: var(--orange-700);
  font-size: clamp(1.7rem, 3vw, 1.4rem);
}

.reasons__col p {
  color: var(--ink);
}

.reasons__col--divided {
  padding-left: clamp(24px, 6vw, 70px);
  border-left: 1px solid var(--line);
}

.reasons__highlight {
  margin-top: 6px;
  margin-bottom: 0;
  color: var(--green-900);
  font-weight: 800;
  font-size: 1.15rem;
}

.mobilization {
  color: var(--paper);
  background: var(--green-900);
}

.mobilization__grid {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) minmax(0, 1.6fr);
  align-items: center;
  gap: clamp(40px, 8vw, 90px);
}

.mobilization__display {
  margin: 0;
  line-height: 0.95;
}

.mobilization__display span {
  display: block;
  color: var(--sun);
}

.mobilization__display span:nth-child(1) {
  font-weight: 200;
  font-size: clamp(1.6rem, 3.4vw, 3rem);
}

.mobilization__display span:nth-child(2) {
  font-weight: 200;
  font-size: clamp(2rem, 4.4vw, 3rem);
}

.mobilization__display span:nth-child(3) {
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3rem);
}

.mobilization__content h2 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--paper);
  font-size: clamp(1.8rem, 3.4vw, 2rem);
}

.mobilization__content p {
  max-width: 560px;
  color: rgba(253, 251, 248, 0.85);
}

.mobilization__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 18px;
}

.supporters {
  padding-top: 90px;
  background: #fff;
}

.supporters__chancela {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid var(--line);
}

.supporters__chancela img:first-child {
  width: 200px;
  height: auto;
}

.supporters__chancela img:last-child {
  width: 52px;
  height: auto;
}

.supporters__label {
  color: var(--ink);
  font-weight: 20;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: #999;
  margin-right: -10px;
  margin-left: 30px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 34px 20px;
  margin-bottom: 38px;
}

.logo-grid--secondary {
  margin-bottom: 0;
}

.logo-grid img {
  width: auto;
  max-width: 170px;
  max-height: 66px;
  object-fit: contain;
}

.toast {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  max-width: min(360px, calc(100% - 40px));
  padding: 12px 17px;
  color: var(--paper);
  background: var(--green-950);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);

}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  padding-right: 80px;
}
.reasons__col--divided{
  padding-right: 0px!important;
}
.manifesto__cover{
  padding-right: 0px!important;
}

@media (max-width: 1150px) {
  .hero__inner {
    padding-left: 70px;
  }
  .hero__row.reveal.is-visible {
    padding-right: 0px
  }
  .manifesto__cover {
    height: auto;
  }
  .manifesto__content {
      padding-block: 0;
  }
}
@media (max-width: 1024px) {
  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .hero__photo {
    max-width: 50%;
  }

  .hero__row {
    max-width: 520px;
  }

  .section {
    padding-block: 84px;
  }



}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .top-pattern {
    height: 18px;
    background-size: auto 100%;
  }

  .hero {
    min-height: 0;
  }
  .hero__inner {
    padding-left: 30px;
    padding-block: 0;
  }
  .hero__photo {
    position: static;
    width: 100%;
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: 60% center;
    margin-bottom: 28px;
  }


  .hero__brand {
    width: 150px;
    margin-bottom: 28px;
  }

  .hero__row {
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero__lockup {
    width: 152px;
    margin:40px 0 0px 0px;
    border-bottom: 1px dotted #333;
    padding-bottom: 20px;
  }

  .hero__divider {
    display: none;
  }

  h1 {
    font-size: clamp(1.1rem, 7vw, 0.8rem);
  }

  .section {
    padding-block: 64px;
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }

  .manifesto {
    background: linear-gradient(
      to bottom,
      var(--sun) 0%,
      var(--sun) 22%,
      var(--green-800) 22%,
      var(--green-800) 100%
    );
  }

  .manifesto__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .manifesto__cover {
    width: min(70%, 260px);
    margin-top: 0;
  }

  .manifesto__content {
    padding-block: 0 46px;
  }

  .reasons__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .reasons__col--divided {
    padding-top: 36px;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .mobilization__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .supporters {
    padding-top: 64px;
  }

  .supporters__chancela {
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .logo-grid {
    gap: 26px 22px;
  }

  .logo-grid img {
    max-width: 130px;
    max-height: 52px;
  }
  .bg-bc {
    height: 390px;
    padding: 20px 0px 0px 10px;

  }
  .hero {
      background-position: calc(80% - 100px) center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
