@font-face {
  font-family: 'Oakes Grotesk';
  src: url('/fonts/OakesGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('/fonts/OakesGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('/fonts/OakesGrotesk-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url('/fonts/OakesGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('/fonts/GothamNarrow-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url('/fonts/GothamNarrow-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --mint: #8ccfb4;
  --mint-light: #eefbf8;
  --green: #286848;
  --green-dark: #236d4b;
  --red: #ef2b24;
  --bg-peach: #8ccfb4;
  --bg-peach-soft: #eefbf8;
  --bg-dark: #236d4b;
  --panel-light: rgba(255, 255, 255, 0.16);
  --panel-strong: rgba(255, 255, 255, 0.24);
  --ink: #286848;
  --ink-soft: rgba(40, 104, 72, 0.78);
  --line: rgba(255, 255, 255, 0.62);
  --white: #ffffff;
  --white-soft: rgba(255, 255, 255, 0.82);
  --contrast: #ef2b24;
  --danger: #ef2b24;
  --success: #286848;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--mint);
}

body {
  margin: 0;
  font-family: 'Oakes Grotesk', Arial, sans-serif;
  color: var(--ink);
  background: var(--mint);
}

h2 {
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-weight: 900;
}

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

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

.page-shell {
  min-height: 100vh;
  background: var(--mint);
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .16s ease, opacity .16s ease, background-color .16s ease;
}

.header-link,
.button-primary,
.button-secondary {
  background: var(--contrast);
  color: #fff;
}

.header-link:hover,
.button:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.button-wide {
  width: 100%;
}

.hero {
  padding: 0;
  background: var(--mint);
  position: relative;
}

.hero-wrap {
  display: grid;
  gap: 0;
}

.hero-visual {
  display: grid;
  justify-items: center;
  gap: 0;
}

.hero-figure {
  width: min(1040px, 100%);
  filter: drop-shadow(0 16px 18px rgba(40, 104, 72, 0.12));
}

.hero-actions-block {
  background: transparent;
  margin-top: -112px;
  padding: 0 0 18px;
  position: relative;
  z-index: 2;
}

.hero-actions-wrap {
  display: grid;
  gap: 14px;
  justify-items: center;
}

.hero-meta {
  text-align: center;
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero,
.hero-actions-block,
.section-dark#como-participar,
.section-title,
.hero-meta,
.step-card,
.form-card-header h2,
.form-card-header p {
  user-select: none;
}

.upload-note,
.consent-item span,
.consent-item a,
.faq-toggle,
.faq-panel p {
  user-select: none;
}

.section-dark {
  background: var(--bg-dark);
  color: #fff;
  padding: 64px 0 92px;
}

.section-peach {
  background:
    var(--landing-decoration-1) left 15% top 5% / clamp(120px, 18vw, 230px) auto no-repeat,
    var(--landing-decoration-2) right 12% top 7% / clamp(70px, 10vw, 130px) auto no-repeat,
    var(--landing-decoration-3) right 9% top 33% / clamp(120px, 18vw, 220px) auto no-repeat,
    linear-gradient(180deg, var(--mint-light) 0 45%, var(--mint) 45% 100%);
  color: var(--ink);
  padding: 32px 0 82px;
  position: relative;
  overflow: hidden;
}

.section-title {
  margin: 0;
  text-align: center;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 0.96;
  font-weight: 900;
  text-transform: uppercase;
}

.section-subtitle {
  margin: 14px auto 0;
  max-width: 700px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.steps-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.step-number {
  color: var(--contrast);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  font-weight: 900;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
}

.step-card h3 {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.34;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Oakes Grotesk', Arial, sans-serif;
}

.step-card p {
  margin: 8px 0 0;
  color: rgba(246, 241, 230, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.form-layout {
  display: grid;
  justify-items: center;
}

.form-card,
.campaign-state-card {
  width: min(660px, 100%);
  background: transparent;
  padding: 0;
}

.campaign-state-card {
  text-align: center;
  justify-items: center;
}

.form-card-header {
  margin-bottom: 20px;
  text-align: center;
}

#participar .form-card-header h2,
.faq-section .section-title {
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.005em;
}


.form-card-header h2,
.campaign-state-card h2,
.modal-card h2,
.winners-block h2 {
  margin: 0;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 5.2vw, 58px);
  line-height: 0.96;
  text-transform: uppercase;
}

#participar .form-card-header h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px 4px;
  background: var(--red);
  color: #fff;
  line-height: 0.86;
  font-size: clamp(54px, 6.5vw, 78px);
}

.form-card-header p,
.campaign-state-card p {
  margin: 24px auto 0;
  max-width: 680px;
  color: var(--red);
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: clamp(30px, 3.8vw, 40px);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.campaign-state-docs {
  margin-top: 28px;
  width: 100%;
  text-align: left;
}

.campaign-state-docs h3 {
  margin: 0 0 14px;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
}

.campaign-state-docs-list {
  display: grid;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto;
}

.campaign-state-doc {
  padding: 16px 18px;
  border: 1px solid rgba(246, 241, 230, 0.14);
  border-radius: 14px;
  background: rgba(255, 248, 235, 0.04);
  text-align: center;
}

.campaign-state-doc-title {
  display: inline-flex;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.field,
.upload-field {
  display: grid;
  gap: 8px;
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field-full {
  grid-column: 1 / -1;
}

.field span,
.upload-field > span {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  color: rgba(246, 241, 230, 0.86);
}

.upload-field > span {
  display: block;
  margin: 34px 0 16px;
  color: #fff;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: clamp(28px, 3.6vw, 40px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.upload-field > span::before {
  content: "ADICIONE O ";
}

.upload-field > span {
  color: var(--red);
}

.upload-field > span::before {
  color: #fff;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 56px;
  padding: 4px 18px 0;
  border: 0;
  background: var(--red);
  color: #fff;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.field textarea {
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.68);
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  box-shadow: inset 0 0 0 2px rgba(181, 35, 47, 0.45);
  background: #fff0f1;
  animation: field-error-pulse 0.6s ease;
}

.upload-dropzone {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 4px 18px 20px;
  background: transparent;
  border: 0;
  text-align: center;
}

.upload-dropzone input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-dropzone strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 16px;
  background: var(--contrast);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  text-transform: uppercase;
}

.upload-dropzone small {
  color: rgba(40, 104, 72, 0.8);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.upload-note {
  text-align: center;
  color: rgba(40, 104, 72, 0.82);
  font-size: 13px;
  line-height: 1.4;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  text-transform: uppercase;
  max-width: min(500px, 90%);
  margin: 0 auto 20px;
}

.upload-field.is-invalid .upload-dropzone strong {
  background: var(--danger);
  animation: field-error-pulse 0.6s ease;
}

.consent-list {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  max-width: min(500px, 90%);
  margin-left: auto;
  margin-right: auto;
}

.consent-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}

.consent-item input {
  margin-top: 3px;
}

.consent-item span {
  color: rgba(40, 104, 72, 0.9);
  font-size: 13px;
  line-height: 1.5;
}

.consent-item a {
  font-weight: 700;
}

.consent-item.is-invalid span {
  color: var(--danger);
  animation: field-error-pulse 0.6s ease;
}

@keyframes field-error-pulse {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-4px);
  }
  40% {
    transform: translateX(4px);
  }
  60% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}

.form-feedback {
  min-height: 24px;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.form-feedback.is-error {
  color: var(--danger);
}

.form-feedback.is-success {
  color: #5bc389;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 1200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100% - 32px));
  padding: 18px 20px;
  border: 1px solid rgba(246, 241, 230, 0.16);
  border-radius: 18px;
  background: rgba(11, 11, 11, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
}

.cookie-banner-copy strong {
  display: block;
  margin-bottom: 8px;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}

.cookie-banner-copy p {
  margin: 0;
  color: rgba(246, 241, 230, 0.84);
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner-copy a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 760px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    bottom: 12px;
    gap: 14px;
    padding: 16px;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-banner-actions .button {
    width: 100%;
  }
}

.form-actions {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  position: relative;
}

.form-actions::before {
  content: none;
}

.form-actions .button {
  min-width: min(320px, 100%);
  min-height: 58px;
  font-size: 40px;
  line-height: 0.9;
  position: relative;
  z-index: 1;
}

.faq-layout {
  display: grid;
  justify-items: center;
}

.faq-list {
  width: min(860px, 100%);
  display: grid;
  gap: 0;
  margin-top: 28px;
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  font-size: 24px;
  line-height: 1;
  transition: transform .18s ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  padding: 0;
}

.faq-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
}

.faq-item.is-open .faq-panel {
  padding-bottom: 18px;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(6px);
}

.modal-card {
  position: relative;
  width: min(560px, 100%);
  padding: 32px 28px;
  background: var(--green-dark);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.modal-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.modal-card-wide {
  width: min(960px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
}

.modal-actions {
  margin-top: 20px;
}

.winners-block {
  display: grid;
  gap: 18px;
  color: #fff;
}

.winners-block h2 {
  color: #fff;
}

.winners-block > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.winners-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.winner-group {
  padding: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.winner-group h3 {
  margin: 0 0 14px;
  font-family: 'Gotham Narrow', 'Oakes Grotesk', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

.winner-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.winner-list li {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.winner-list strong {
  color: #fff;
}

.winner-list span {
  color: rgba(255, 255, 255, 0.78);
}

.winner-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

[hidden] {
  display: none !important;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.form-reveal {
  opacity: 0;
  transform: translateX(-22px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.form-reveal.form-reveal-right {
  transform: translateX(22px);
}

.form-reveal.is-visible {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 960px) {
  .hero {
    padding-bottom: 14px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: calc(100% - 24px);
  }

  .header-link,
  .button {
    width: 100%;
  }

  .section-dark,
  .section-peach {
    padding: 36px 0 44px;
  }

  .hero {
    min-height: 520px;
    padding: 0;
    overflow: hidden;
  }

  .hero .container {
    width: 100%;
  }

  .hero-visual {
    min-height: 500px;
    overflow: hidden;
    position: relative;
  }

  .hero-figure {
    position: absolute;
    left: 50%;
    top: 0;
    width: 980px;
    max-width: none;
    transform: translateX(-50%);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions-block {
    margin-top: -124px;
    padding-bottom: 24px;
  }

  .hero-meta {
    font-size: 12px;
    padding-inline: 10px;
  }

  .section-peach {
    background:
      var(--landing-decoration-1) left 2% top 5% / 92px auto no-repeat,
      var(--landing-decoration-2) right 8% top 6% / 56px auto no-repeat,
      var(--landing-decoration-3) right -14px top 35% / 120px auto no-repeat,
      linear-gradient(180deg, var(--mint-light) 0 49%, var(--mint) 49% 100%);
  }

  #participar .form-card-header h2 {
    font-size: 48px;
  }

  .form-card-header p,
  .campaign-state-card p {
    font-size: 27px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field input,
  .field select,
  .field textarea {
    min-height: 52px;
    font-size: 20px;
  }

  .form-actions .button {
    font-size: 34px;
  }

  .winners-groups {
    grid-template-columns: 1fr;
  }
}
