/* ============================================================
   MANIFESTO PAGE — Styles
   ============================================================ */

/* ---------- Hero Mini ---------- */
.manifesto-hero {
  position: relative;
  width: 100%;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: var(--black);
  background-image: url('img/hero_real.jpg');
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.manifesto-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 0.2) 0%,
    rgba(28, 28, 28, 0.1) 40%,
    rgba(28, 28, 28, 0.4) 100%
  );
  z-index: 1;
}

.manifesto-hero-content {
  position: relative;
  z-index: 10;
  color: var(--white);
  padding: 120px 20px 60px;
}

.manifesto-hero-title {
  font-family: var(--font-title);
  font-weight: 900;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 16px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  color: var(--white);
}

.manifesto-hero-subtitle {
  font-family: 'Bad Script', cursive;
  font-size: clamp(1.8rem, 5vw, 3rem);
  color: var(--gold);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

/* ---------- Epígrafe ---------- */
.manifesto-epigrafe {
  background: var(--gray);
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.epigrafe-text {
  font-family: var(--font-title);
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  font-weight: 500;
  font-style: italic;
  color: #555;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.8;
  position: relative;
}

.epigrafe-aspas {
  font-family: var(--font-title);
  font-size: 3rem;
  color: var(--gold);
  font-weight: 900;
  line-height: 0;
  vertical-align: -0.3em;
  margin: 0 4px;
}

/* ---------- Corpo do Manifesto ---------- */
.manifesto-body {
  background: var(--white);
  padding: 80px 0 60px;
}

.manifesto-content {
  max-width: 720px;
  margin: 0 auto;
}

.manifesto-paragraph {
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
  margin-bottom: 24px;
}

/* Drop Cap */
.drop-cap::first-letter {
  font-family: var(--font-title);
  font-size: 4rem;
  font-weight: 900;
  float: left;
  line-height: 0.8;
  margin: 6px 12px 0 0;
  color: var(--gold);
}

/* Highlighted words */
.manifesto-body .text-red {
  color: var(--red);
  font-weight: 700;
}

.manifesto-body .text-gold {
  color: var(--gold);
  font-weight: 700;
}

/* ---------- Divider ---------- */
.manifesto-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  border-radius: 4px;
  margin: 48px auto;
}

/* ---------- Section Title ---------- */
.manifesto-section-title {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--gold);
  text-align: center;
  margin-bottom: 48px;
}

/* ---------- Manifesto Items (numbered) ---------- */
.manifesto-item {
  margin-bottom: 48px;
  padding-left: 0;
  position: relative;
}

.manifesto-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: var(--white);
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 1.3rem;
  margin-bottom: 12px;
  box-shadow: 0 4px 16px rgba(212, 42, 42, 0.25);
}

.manifesto-item-title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--black);
  margin-bottom: 12px;
}

/* ---------- Closing ---------- */
.manifesto-closing {
  background: var(--gray);
  border-radius: var(--radius-md);
  padding: 40px 32px;
  border-left: 4px solid var(--red);
  margin: 48px 0;
}

.manifesto-closing-text {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.9;
  color: #222;
  margin-bottom: 0;
}

/* ---------- Signature ---------- */
.manifesto-signature {
  text-align: center;
  margin: 56px 0 48px;
}

.signature-text {
  font-family: 'Bad Script', cursive;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold);
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.signature-line {
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 0 auto 16px;
}

.signature-author {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.1rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* ---------- CTA ---------- */
.manifesto-cta {
  text-align: center;
  padding-bottom: 20px;
}

/* ---------- Responsive ---------- */
@media (min-width: 768px) {
  .manifesto-hero {
    min-height: 50vh;
  }

  .manifesto-hero-content {
    padding: 140px 40px 80px;
  }

  .manifesto-epigrafe {
    padding: 80px 0;
  }

  .manifesto-body {
    padding: 100px 0 80px;
  }

  .manifesto-item {
    padding-left: 68px;
  }

  .manifesto-number {
    position: absolute;
    left: 0;
    top: 0;
  }

  .manifesto-closing {
    padding: 48px 40px;
  }
}
