@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;
  }
}

/* Identidade Corona — alinhada com o jogo Catch: 60 seconds. */
@font-face {
  font-family: 'Corona Condensed';
  src: url('/fonts/corona/HelveticaNeueLTStd-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corona Condensed';
  src: url('/fonts/corona/HelveticaNeueLTPro-BlkCn.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corona Headline';
  src: url('/fonts/corona/CoronaHeadline-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Corona Brush';
  src: url('/fonts/corona/CoronaBrush-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --mint: #8dc4df;
  --mint-light: #edf7fb;
  --green: #002f5f;
  --green-dark: #001f45;
  --red: #002f5f;
  --bg-peach: #edf7fb;
  --bg-peach-soft: #f8fbfc;
  --bg-dark: #002f5f;
  --panel-light: rgba(255, 255, 255, .12);
  --panel-strong: rgba(255, 255, 255, .2);
  --ink: #002f5f;
  --ink-soft: rgba(0, 47, 95, .76);
  --line: rgba(255, 255, 255, .58);
  --contrast: #ffc72c;
  --danger: #b3292d;
  --success: #277a42;
}

html,
body,
.page-shell {
  background: #edf7fb;
}

body {
  font-family: 'Corona Condensed', Arial, sans-serif;
  color: var(--ink);
}

h1,
h2,
h3,
.section-title,
.form-card-header h2,
.campaign-state-card h2,
.modal-card h2,
.step-card h3 {
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
}

#participar .form-card-header h2,
.faq-section .section-title {
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
}

.button,
.header-link,
.upload-dropzone strong,
.faq-toggle,
.cookie-banner-copy strong {
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
}

.hero-meta {
  font-family: 'Corona Brush', 'Corona Condensed', Arial, sans-serif;
}

.form-card-header p,
.field input,
.field select,
.field textarea,
.upload-field > span {
  font-family: 'Corona Condensed', Arial, sans-serif;
}

.hero {
  min-height: clamp(570px, 72vw, 760px);
  padding: 0;
  overflow: hidden;
  background: #8dc4df var(--corona-landing-background) center bottom / cover no-repeat;
}

.hero .container,
.hero-wrap,
.hero-visual {
  width: 100%;
  max-width: none;
  min-height: inherit;
}

.hero-corona {
  position: relative;
  width: 100%;
  min-height: inherit;
  overflow: hidden;
}

.hero-corona::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 47, 95, .06), transparent 34%, rgba(0, 31, 69, .08));
}

.hero-corona-logo {
  position: absolute;
  z-index: 3;
  top: clamp(30px, 5vw, 64px);
  left: 50%;
  width: clamp(190px, 20vw, 300px);
  transform: translateX(-50%);
  filter: drop-shadow(0 8px 14px rgba(0, 31, 69, .12));
}

.hero-corona-bottle {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: clamp(-148px, -10vw, -72px);
  width: clamp(125px, 12vw, 176px);
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 24px rgba(0, 31, 69, .25));
}

.hero-corona-lime {
  position: absolute;
  z-index: 2;
  width: clamp(54px, 5vw, 82px);
  filter: drop-shadow(0 10px 10px rgba(0, 31, 69, .2));
}

.hero-corona-lime-1 {
  top: 25%;
  left: 20%;
  transform: rotate(-12deg);
}

.hero-corona-lime-2 {
  top: 43%;
  right: 18%;
  transform: rotate(14deg);
}

.hero-corona-lime-3 {
  top: 59%;
  left: 31%;
  transform: rotate(7deg);
}

.hero-actions-block {
  z-index: 4;
  margin-top: -104px;
  padding: 22px 0 26px;
  background: #002f5f var(--corona-landing-hud) center / cover no-repeat;
  box-shadow: 0 12px 24px rgba(0, 31, 69, .22);
}

.hero-actions-wrap {
  gap: 16px;
}

.hero-meta {
  color: #fff;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.05;
}

.header-link,
.button-primary,
.button-secondary,
.form-actions .button,
.upload-dropzone strong,
.cookie-banner-actions .button {
  background: #ffc72c;
  color: #002f5f;
  box-shadow: 0 10px 20px rgba(0, 31, 69, .18);
}

.button {
  min-height: 56px;
  padding: 0 32px;
  font-size: 22px;
  font-weight: 900;
}

.section-dark {
  background: #002f5f var(--corona-landing-hud) center / cover no-repeat;
  color: #fff;
}

.step-number {
  color: #ffc72c;
}

.step-card p {
  color: rgba(255, 255, 255, .82);
}

.section-peach {
  padding: 70px 0 92px;
  background:
    linear-gradient(180deg, rgba(237, 247, 251, .91), rgba(255, 255, 255, .96)),
    var(--corona-landing-background) center / cover fixed no-repeat;
  color: #002f5f;
}

.form-card,
.campaign-state-card {
  width: min(760px, 100%);
  padding: clamp(28px, 4.5vw, 58px);
  background: #fff var(--corona-landing-panel) center / 100% 100% no-repeat;
  box-shadow: 0 24px 60px rgba(0, 31, 69, .2);
}

#participar .form-card-header h2 {
  padding: 0;
  background: transparent;
  color: #002f5f;
  font-size: clamp(48px, 6.5vw, 76px);
}

.form-card-header p,
.campaign-state-card p {
  color: #002f5f;
}

.field input,
.field select,
.field textarea {
  background: #002f5f;
  color: #fff;
  font-weight: 900;
  border: 2px solid transparent;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  box-shadow: none;
  border-color: #ffc72c;
}

.upload-field > span,
.upload-field > span::before,
.upload-dropzone small,
.upload-note,
.consent-item span {
  color: #002f5f;
}

.consent-item input {
  accent-color: #ffc72c;
}

.faq-item {
  border-color: rgba(255, 255, 255, .22);
}

.faq-icon {
  color: #ffc72c;
}

.modal-backdrop {
  background: rgba(0, 31, 69, .76);
}

.modal-card {
  background: #fff var(--corona-landing-panel) center / 100% 100% no-repeat;
  color: #002f5f;
}

.modal-card p {
  color: rgba(0, 47, 95, .84);
}

.modal-card .winners-block,
.modal-card .winners-block h2,
.modal-card .winner-group h3,
.modal-card .winner-list strong {
  color: #002f5f;
}

.modal-card .winners-block > p,
.modal-card .winner-list li,
.modal-card .winner-list span {
  color: rgba(0, 47, 95, .84);
}

.modal-card .winner-group {
  border-color: rgba(0, 47, 95, .18);
  background: rgba(0, 47, 95, .06);
}

.modal-card .winner-list li {
  border-top-color: rgba(0, 47, 95, .18);
}

.cookie-banner {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(0, 31, 69, .97);
}

.cookie-banner-copy,
.cookie-banner-copy p {
  color: #fff;
}

@media (max-width: 680px) {
  .hero {
    min-height: 590px;
  }

  .hero-visual {
    min-height: inherit;
  }

  .hero-corona-logo {
    top: 24px;
    width: 174px;
  }

  .hero-corona-bottle {
    bottom: -90px;
    width: 126px;
  }

  .hero-corona-lime {
    width: 54px;
  }

  .hero-corona-lime-1 {
    top: 27%;
    left: 11%;
  }

  .hero-corona-lime-2 {
    top: 42%;
    right: 9%;
  }

  .hero-corona-lime-3 {
    top: 58%;
    left: 20%;
  }

  .hero-actions-block {
    margin-top: -96px;
    padding: 20px 0 24px;
  }

  .section-peach {
    padding: 34px 0 50px;
    background:
      linear-gradient(180deg, rgba(237, 247, 251, .94), rgba(255, 255, 255, .98)),
      var(--corona-landing-background) center / cover no-repeat;
  }

  .form-card,
  .campaign-state-card {
    padding: 30px 18px;
  }

  .cookie-banner {
    bottom: 8px;
    gap: 10px;
    padding: 12px;
  }

  .cookie-banner-copy strong {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .cookie-banner-copy p {
    font-size: 12px;
    line-height: 1.35;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .cookie-banner-actions .button {
    width: auto;
    min-height: 44px;
    padding: 0 8px;
    font-size: 16px;
  }
}

/* Landing promocional — composição configurável e retrocompatível. */
.hero[data-hero-layout='promotional'] {
  min-height: clamp(620px, 51.5vw, 790px);
  background: #8dc4df var(--corona-landing-background) center bottom / cover no-repeat;
}

.hero[data-hero-layout='promotional'] .hero-corona::after {
  display: none;
}

.hero-corona-promotional {
  isolation: isolate;
}

.hero-corona-promotional .hero-corona-logo {
  top: 6.5%;
  left: 38%;
  width: clamp(170px, 13.6vw, 255px);
  transform: translateX(-50%);
  filter: none;
}

.hero-corona-products {
  position: absolute;
  z-index: 3;
  left: 45%;
  bottom: 4.5%;
  width: min(45.5vw, 844px);
  transform: translateX(-50%);
  transform-origin: center bottom;
  animation: corona-products-breathe 5.5s ease-in-out infinite;
}

.hero-corona-copy {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 52%;
  width: clamp(280px, 19vw, 360px);
  min-height: 56%;
  padding: clamp(38px, 4vw, 70px) clamp(22px, 2vw, 38px) 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffc72c;
  background: #002f5f var(--corona-blue-texture) center / cover no-repeat;
  clip-path: polygon(4% 0, 97% 0, 100% 96%, 93% 98%, 85% 96%, 76% 100%, 67% 97%, 58% 100%, 49% 96%, 39% 100%, 29% 97%, 20% 100%, 11% 96%, 2% 99%, 0 0);
}

.hero-corona-eyebrow {
  margin: 0 0 8px;
  font-family: 'Corona Condensed', Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-corona-copy h1 {
  margin: 0;
  color: #ffc72c;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(40px, 4.6vw, 86px);
  font-weight: 600;
  line-height: .88;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.hero-corona-text {
  margin: 14px 0 0;
  color: #fff;
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.2;
}

.hero-corona-promo {
  position: relative;
  width: 112%;
  margin-top: clamp(20px, 2.4vw, 42px);
  padding: 18px 16px 16px;
  display: grid;
  gap: 5px;
  color: #002f5f;
  background: #ffc72c;
  clip-path: polygon(2% 7%, 11% 3%, 20% 6%, 31% 1%, 42% 5%, 55% 0, 66% 5%, 78% 2%, 90% 6%, 99% 2%, 97% 94%, 88% 98%, 76% 94%, 65% 100%, 53% 96%, 41% 100%, 29% 95%, 17% 99%, 1% 94%);
}

.hero-corona-promo strong {
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: .95;
  text-transform: uppercase;
}

.hero-corona-promo span {
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(12px, .95vw, 18px);
  font-weight: 600;
  line-height: 1.05;
  text-transform: uppercase;
}

.hero-corona-badge {
  position: absolute;
  z-index: 5;
  width: clamp(42px, 3.2vw, 60px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #002f5f;
  color: #fff;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(10px, .75vw, 14px);
  text-transform: uppercase;
  animation: corona-badge-pulse 3s ease-in-out infinite;
}

.hero-corona-badge-1 {
  top: 39%;
  left: 40.5%;
}

.hero-corona-badge-2 {
  top: 58%;
  left: 58.5%;
  animation-delay: -1.5s;
}

.hero-corona-floating-lime {
  position: absolute;
  z-index: 2;
  width: clamp(44px, 4.2vw, 76px);
  filter: drop-shadow(0 10px 12px rgba(0, 31, 69, .2));
  animation: corona-lime-drift 5s ease-in-out infinite;
}

.hero-corona-floating-lime-1 {
  top: 18%;
  left: 22%;
  animation-delay: -.8s;
}

.hero-corona-floating-lime-2 {
  top: 31%;
  right: 19%;
  animation-delay: -2.4s;
}

.hero-corona-floating-lime-3 {
  top: 61%;
  left: 24%;
  animation-delay: -3.6s;
}

.hero[data-hero-layout='promotional'] + .hero-actions-block {
  position: relative;
  z-index: 8;
  margin-top: -120px;
  padding: 18px 0 20px;
  background: rgba(61, 42, 29, .52);
  box-shadow: none;
}

.hero[data-hero-layout='promotional'] + .hero-actions-block .hero-actions-wrap {
  gap: 12px;
}

.hero[data-hero-layout='promotional'] + .hero-actions-block .hero-meta {
  color: #fff;
  font-family: 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 31, 69, .45);
}

.hero[data-hero-layout='promotional'] + .hero-actions-block .button {
  min-width: 185px;
  min-height: 49px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(69, 40, 23, .42);
  color: #fff;
  box-shadow: none;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: 16px;
}

#como-participar.section-dark {
  overflow: hidden;
  padding: 62px 0 78px;
  background: #002f5f var(--corona-blue-texture) center / cover no-repeat;
}

.prizes-section::before,
.prizes-section::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: clamp(100px, 13vw, 190px);
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform-origin: 50% 72%;
  will-change: transform;
}

#como-participar .section-title {
  color: #ffc72c;
  font-size: clamp(42px, 4.2vw, 68px);
}

#como-participar .steps-grid {
  margin-top: 42px;
  gap: clamp(24px, 4vw, 70px);
}

#como-participar .step-number {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffc72c;
  color: #002f5f;
  font-size: 27px;
}

#como-participar .step-card h3 {
  color: #fff;
  font-family: 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(18px, 1.3vw, 23px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
}

.prizes-section {
  position: relative;
  padding: 62px 0 70px;
  overflow: hidden;
  background: #f0d6a6 var(--corona-sand-background) center bottom / auto 125% no-repeat;
  color: #002f5f;
}

.prizes-section::before {
  top: 24%;
  left: calc(50% - 450px - clamp(100px, 13vw, 190px) - 24px);
  background-image: var(--corona-form-lime-right);
  animation: corona-lime-bob-b 13s ease-in-out -6s infinite;
}

.prizes-section::after {
  right: calc(50% - 450px - clamp(100px, 13vw, 190px) - 24px);
  bottom: 12%;
  background-image: var(--corona-form-lime-left);
  animation: corona-lime-bob-a 9s ease-in-out -2s infinite;
}

@media (max-width: 1279px) {
  .prizes-section::before,
  .prizes-section::after {
    display: none;
  }
}

.prizes-wrap {
  position: relative;
  z-index: 1;
}

.prizes-title {
  margin: 0;
  text-align: center;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(44px, 4.5vw, 76px);
  line-height: .95;
  text-transform: uppercase;
}

.prizes-grid {
  width: min(900px, 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 74px);
}

.prize-card {
  display: grid;
  grid-template-rows: 44px 184px auto;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.prize-card h3 {
  margin: 0;
  width: 100%;
  align-self: end;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.prize-card img {
  width: min(180px, 100%);
  height: 175px;
  margin-top: 8px;
  object-fit: contain;
}

.prize-card p {
  margin: 6px 0 0;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(19px, 1.65vw, 26px);
  line-height: 1;
  text-transform: uppercase;
}

.section-peach {
  position: relative;
  overflow: hidden;
  padding: 70px 0 92px;
  background: #ffc72c;
  color: #002f5f;
}

.section-peach::before,
.section-peach::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: clamp(100px, 13vw, 190px);
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  transform-origin: 50% 72%;
  will-change: transform;
}

.section-peach::before {
  top: 2%;
  left: calc(50% - 410px - clamp(100px, 13vw, 190px) - 24px);
  background-image: var(--corona-form-lime-left);
  animation: corona-lime-bob-a 11s ease-in-out -3s infinite;
}

.section-peach::after {
  top: 42%;
  right: calc(50% - 410px - clamp(100px, 13vw, 190px) - 24px);
  background-image: var(--corona-form-lime-right);
  animation: corona-lime-bob-b 9s ease-in-out -5s infinite;
}

@media (max-width: 1247px) {
  .section-peach::before,
  .section-peach::after {
    display: none;
  }
}

@keyframes corona-lime-bob-a {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-12deg); }
  25% { transform: translate3d(3px, -7px, 0) rotate(6deg); }
  50% { transform: translate3d(8px, -15px, 0) rotate(-4deg); }
  75% { transform: translate3d(2px, -6px, 0) rotate(9deg); }
}

@keyframes corona-lime-bob-b {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(11deg); }
  25% { transform: translate3d(-3px, -6px, 0) rotate(-7deg); }
  50% { transform: translate3d(-7px, -13px, 0) rotate(4deg); }
  75% { transform: translate3d(-2px, -5px, 0) rotate(-10deg); }
}

.section-peach .form-layout {
  position: relative;
  z-index: 1;
}

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

#participar .form-card-header h2 {
  padding: 0;
  color: #002f5f;
  font-size: clamp(50px, 5vw, 78px);
}

.form-card-header p,
.campaign-state-card p {
  margin-top: 12px;
  color: #002f5f;
  font-size: 22px;
}

.form-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.form-grid > .field,
.form-grid > .upload-field {
  grid-column: span 6;
}

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

.field input,
.field select,
.field textarea {
  min-height: 48px;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: #fff;
  color: #002f5f;
  box-shadow: none;
  font-size: 17px;
}

.field textarea {
  min-height: 108px;
  border-radius: 24px;
}

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

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #002f5f;
}

.field[data-field-key='valor_total'] {
  grid-column: span 8;
}

.field[data-field-key='loja'] {
  grid-column: span 4;
}

#valor_total {
  font-size: 13px;
}

.upload-field {
  margin-top: 24px;
  text-align: center;
}

.upload-field > span {
  justify-content: center;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.upload-field > span::before {
  content: none;
}

.upload-dropzone {
  width: min(300px, 100%);
  min-height: 0;
  margin: 12px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #002f5f;
}

.upload-dropzone strong {
  color: #fff;
}

.upload-dropzone strong {
  width: 100%;
  min-height: 48px;
  padding: 8px 18px;
  background: transparent var(--corona-blue-texture) center / 100% 100% no-repeat;
  box-shadow: 0 8px 16px rgba(0, 31, 69, .16);
}

.upload-dropzone small {
  color: #002f5f;
}

.upload-note {
  max-width: 620px;
  margin: 18px auto 0;
  text-align: center;
}

.consent-list {
  width: min(680px, 100%);
  margin: 28px auto 0;
}

.form-actions .button {
  min-height: 64px;
  border: 0;
  border-radius: 0;
  background: transparent var(--corona-blue-texture) center / 100% 100% no-repeat;
  color: #fff;
  box-shadow: none;
  font-size: clamp(24px, 2.2vw, 34px);
}

@keyframes corona-products-breathe {
  0%, 100% { transform: translateX(-50%) translateY(0) scale(1); }
  50% { transform: translateX(-50%) translateY(-7px) scale(1.008); }
}

@keyframes corona-lime-drift {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-18px) rotate(10deg); }
}

@keyframes corona-badge-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-corona-products,
  .hero-corona-floating-lime,
  .hero-corona-badge,
  .prizes-section::before,
  .prizes-section::after,
  .section-peach::before,
  .section-peach::after {
    animation: none;
  }
}

@media (max-width: 900px) {
  .hero[data-hero-layout='promotional'] {
    min-height: 760px;
    background-position: center top;
  }

  .hero-corona-promotional .hero-corona-logo {
    top: 4%;
    left: 50%;
    width: 190px;
  }

  .hero-corona-copy {
    top: 19%;
    left: auto;
    right: 6%;
    width: min(310px, 41vw);
    min-height: 48%;
  }

  .hero-corona-products {
    left: 33%;
    bottom: 3%;
    width: min(570px, 68vw);
  }

  .hero-corona-floating-lime-1 { left: 7%; }
  .hero-corona-floating-lime-2 { right: 5%; }
  .hero-corona-floating-lime-3 { left: 10%; }

  .hero-corona-badge-1 { top: 48%; left: 30%; }
  .hero-corona-badge-2 { top: 66%; left: 49%; }

  .section-peach::before { left: 5%; }
  .section-peach::after { right: 3%; }
}

@media (max-width: 680px) {
  .hero[data-hero-layout='promotional'] {
    min-height: 760px;
    background-position: 43% top;
  }

  .hero-corona-promotional .hero-corona-logo {
    top: 22px;
    width: 150px;
  }

  .hero-corona-copy {
    top: 145px;
    left: 50%;
    right: auto;
    width: min(270px, 72vw);
    min-height: 300px;
    padding: 30px 22px 24px;
    transform: translateX(-50%);
  }

  .hero-corona-copy h1 {
    font-size: 45px;
  }

  .hero-corona-promo {
    margin-top: 18px;
    padding: 13px 12px;
  }

  .hero-corona-products {
    left: 50%;
    bottom: -5px;
    width: min(440px, 94vw);
  }

  .hero-corona-floating-lime {
    width: 46px;
  }

  .hero-corona-floating-lime-1 { top: 19%; left: 4%; }
  .hero-corona-floating-lime-2 { top: 43%; right: 3%; }
  .hero-corona-floating-lime-3 { top: 65%; left: 6%; }

  .hero-corona-badge-1 { top: 67%; left: 28%; }
  .hero-corona-badge-2 { top: 77%; left: 66%; }

  .hero[data-hero-layout='promotional'] + .hero-actions-block {
    margin-top: 0;
    padding: 15px 14px 18px;
    background: #002f5f var(--corona-blue-texture) center / cover no-repeat;
  }

  .hero[data-hero-layout='promotional'] + .hero-actions-block .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero[data-hero-layout='promotional'] + .hero-actions-block .button {
    width: 100%;
    background: #ffc72c;
    color: #002f5f;
  }

  #como-participar.section-dark {
    padding: 45px 0 52px;
  }

  #como-participar .steps-grid,
  .prizes-grid {
    grid-template-columns: 1fr;
  }

  #como-participar .steps-grid {
    gap: 24px;
  }

  #como-participar .step-number {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }

  .prizes-section {
    padding: 52px 0 48px;
  }

  .prizes-grid {
    width: min(280px, 100%);
    gap: 28px;
  }

  .prize-card img {
    height: 155px;
  }

  .prize-card {
    grid-template-rows: 42px 165px auto;
  }

  .section-peach {
    padding: 48px 0 58px;
  }

  .section-peach::before {
    top: 7px;
    left: -30px;
    width: 100px;
  }

  .section-peach::after {
    top: 55%;
    right: -35px;
    width: 110px;
  }

  .form-card,
  .campaign-state-card {
    padding: 0 8px;
  }

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

  .form-card-header p {
    font-size: 22px;
  }

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

  #valor_total {
    font-size: 12px;
  }

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

  .form-grid > .field,
  .form-grid > .upload-field,
  .field[data-field-key='valor_total'],
  .field[data-field-key='loja'] {
    grid-column: 1 / -1;
  }
}

/* Hero Corona: um único asset transparente por jogo. */
.hero {
  min-height: 0;
  aspect-ratio: 1866 / 1015;
}

.hero .container,
.hero-wrap,
.hero-visual {
  height: 100%;
  min-height: 0;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% + 1.55vw);
  width: 17.96vw;
  height: .97vw;
  background: #002f5f;
  pointer-events: none;
}

.hero-figure {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 39.82vw;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 20px rgba(0, 31, 69, .14));
}

.hero + .hero-actions-block {
  position: relative;
  z-index: 8;
  margin-top: clamp(-171px, -8.9vw, -100px);
  padding: 0 0 clamp(34px, 3vw, 58px);
  background: transparent;
  box-shadow: none;
}

.hero + .hero-actions-block .hero-actions-wrap {
  gap: 12px;
}

.hero + .hero-actions-block .hero-responsibility {
  margin: 0 0 -5px;
  color: #fff;
  font-family: 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(15px, 1vw, 19px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 31, 69, .45);
}

.hero + .hero-actions-block .hero-meta {
  color: #fff;
  font-family: 'Corona Condensed', Arial, sans-serif;
  font-size: clamp(16px, 1.1vw, 21px);
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 31, 69, .45);
}

.hero + .hero-actions-block .button {
  min-width: 185px;
  min-height: 49px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(69, 40, 23, .42);
  color: #fff;
  box-shadow: none;
  font-family: 'Corona Headline', 'Corona Condensed', Arial, sans-serif;
  font-size: 16px;
}

#como-participar.section-dark {
  position: relative;
  z-index: 9;
  margin-top: -6px;
  isolation: isolate;
  background:
    var(--corona-blue-texture) center bottom / calc(100% + 80px) calc(100% + 42px) no-repeat,
    linear-gradient(to bottom, #002144 0 6px, transparent 6px),
    #f0d6a6 var(--corona-sand-background) center / cover no-repeat;
}

@media (max-width: 680px) {
  .hero {
    aspect-ratio: auto;
  }

  .hero .container,
  .hero-wrap,
  .hero-visual {
    height: auto;
  }

  .hero-figure {
    position: static;
    left: auto;
    top: auto;
    width: min(94vw, 430px);
    max-width: 100%;
    transform: none;
  }

  .hero-visual::before {
    left: calc(50% + min(17px, 3.7vw));
    width: min(194px, 42.4vw);
    height: min(10px, 2.2vw);
  }

  .hero + .hero-actions-block {
    margin-top: 0;
    padding: 14px 14px 18px;
    background: #002f5f var(--corona-blue-texture) center / cover no-repeat;
  }

  .hero + .hero-actions-block .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero + .hero-actions-block .hero-responsibility {
    margin-bottom: -4px;
    font-size: 14px;
  }

  .hero + .hero-actions-block .button {
    width: 100%;
    background: #ffc72c;
    color: #002f5f;
  }
}
