/**
 * Festival Piano para Todos 2026 — landing (page ID 10792)
 * Redesign mobile-first: hierarquia tipográfica, programação editorial,
 * galeria Instagram, respiro entre seções, divisores padronizados.
 *
 * Escala de espaçamento: múltiplos de 8 (8, 16, 24, 32, 48, 64, 80).
 * Escala tipográfica:
 *   Display  — clamp(2.5rem, 8vw, 4.5rem)  Graftyne
 *   H2       — clamp(1.75rem, 5vw, 2.75rem) Graftyne
 *   H3       — clamp(1.25rem, 3.5vw, 1.75rem) Graftyne
 *   Body     — 16px / 1.75  Montserrat 400
 *   Support  — 14px         Montserrat 400
 *   Meta     — 12px         Montserrat 700 uppercase
 */

@font-face {
  font-family: 'Interstate Condensed';
  src: url('../fonts/InterstateCondensed-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Graftyne Display';
  src: url('../fonts/GraftyneDisplay-ExtraCond.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* === TOKENS === */
.page-content,
.fppt-body {
  --fppt-gold: #fdbc11;
  --fppt-dark: #000000;
  --fppt-muted: #7c7c7c;
  --fppt-pink: #F06EA0;
  --fppt-green: #00a650;
  --fppt-bg: #ffffff;
  --fppt-cream: #f9f7f2;
  --fppt-border: #ebe8e0;
  --fppt-section-gap: 64px;
}

/* === HERO === */
.fppt-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: -30px;
  background-color: var(--fppt-gold);
  padding: 0;
  margin-bottom: 0;
}
.fppt-hero-banner {
  width: 100%;
  line-height: 0;
  background: var(--fppt-gold);
}
.fppt-hero-banner__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: 1200px;
  margin: 0 auto;
}
.fppt-hero-content {
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 20px 36px;
  text-align: center;
}
.fppt-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
  color: var(--fppt-dark);
  max-width: 560px;
  margin: 0 auto;
}
.fppt-hero-pretitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  opacity: 0.85;
}
.fppt-hero-title {
  font-family: 'Graftyne Display', 'Interstate Condensed', sans-serif;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 0.95;
  margin: 0 0 24px;
  color: var(--fppt-dark);
}
.fppt-hero-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto 32px;
  text-align: center;
}
.fppt-hero-details {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fppt-hero-details li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.fppt-hero-presenter {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-bottom: 32px;
  text-align: center;
  opacity: 0.75;
}
.fppt-btn-cta {
  display: inline-block;
  background-color: var(--fppt-dark);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.fppt-btn-cta:hover {
  background-color: #333;
  color: #fff;
  transform: translateY(-1px);
}

/* === BODY === */
.fppt-body {
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 20px 0;
  font-family: 'Montserrat', sans-serif;
  color: var(--fppt-dark);
  background-color: var(--fppt-bg);
  text-align: justify;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: break-word;
  word-break: break-word;
  overflow: visible;
}
.elementor-widget-container:has(.fppt-body),
.elementor-element:has(.fppt-body),
.e-con:has(.fppt-body) {
  overflow: visible !important;
}
.elementor-widget-container:has(.fppt-hero),
.elementor-element:has(.fppt-hero),
.e-con:has(.fppt-hero),
body:has(.fppt-hero) {
  overflow-x: hidden;
}
html:has(.fppt-body) {
  overflow-x: hidden;
}

/* === FULLBLEED UTILITY (break out of .fppt-body 880px container) === */
.fppt-fullbleed {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}
.fppt-fullbleed-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* === INFO STRIP (black band — date/location/time) === */
.fppt-info-strip {
  background: #111111;
  color: #ffffff;
  text-align: center;
  margin-top: 24px;
  padding: 32px 20px;
  font-family: 'Interstate Condensed', 'Graftyne Display', sans-serif;
  font-size: clamp(1.1rem, 3.4vw, 1.55rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fppt-info-strip p {
  margin: 0;
  color: #ffffff;
  max-width: 880px;
}
.fppt-info-strip strong {
  font-weight: 700;
  color: #ffffff;
}
.fppt-info-strip .fppt-thin {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.72em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: middle;
}

/* === LINEUP STRIP (black band — artist names highlight) === */
.fppt-lineup-strip {
  background: #111111;
  color: #ffffff;
  text-align: center;
  padding: 44px 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fppt-lineup-strip p {
  font-family: 'Interstate Condensed', 'Graftyne Display', sans-serif;
  font-size: clamp(1.6rem, 4.5vw, 2.4rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0 auto;
  max-width: min(1100px, 92vw);
  color: #ffffff;
}
.fppt-lineup-strip .fppt-lineup-headliner {
  font-size: clamp(2.2rem, 7vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.0;
  margin-bottom: 12px;
}
.fppt-lineup-sub {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.7rem, 1.8vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-top: 10px;
  display: block;
}

/* === DIVIDER (legacy — hidden, replaced by colored strips) === */
.fppt-pattern-divider {
  display: none;
}

/* === BLOCO — seção editorial fechada (substitui .fppt-section) === */
.fppt-bloco {
  padding: 64px 0;
}
.fppt-bloco + .fppt-bloco {
  padding-top: 0;
}
.fppt-fullbleed + .fppt-bloco {
  padding-top: 64px;
}
.fppt-bloco + .fppt-fullbleed {
  margin-top: 0;
}

/* === BLOCO CONCEITUAL — manifesto editorial === */
.fppt-bloco.fppt-conceitual {
  padding: 80px 0 72px;
  text-align: center;
}
.fppt-conceitual .fppt-section-title {
  color: var(--fppt-dark);
  line-height: 1.05;
  max-width: min(960px, 92vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.fppt-conceitual .fppt-lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #3a3a3a;
}
.fppt-conceitual .fppt-lead + .fppt-lead {
  margin-top: 16px;
}

/* === SECTIONS (legacy compat) === */
.fppt-section {
  margin-bottom: var(--fppt-section-gap);
}
.fppt-fullbleed + .fppt-section {
  padding-top: var(--fppt-section-gap);
}
.fppt-section + .fppt-fullbleed {
  margin-top: 0;
}

/* === FAIXA PRETA ATRIBUTOS === */
.fppt-atributos-strip {
  background: #111111;
  color: #ffffff;
  text-align: center;
  padding: 52px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fppt-atributos-strip p {
  font-family: 'Interstate Condensed', 'Graftyne Display', sans-serif;
  font-size: clamp(1.3rem, 4.5vw, 2.2rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin: 0;
  color: #ffffff;
  max-width: 760px;
}

/* === MAPA STANDALONE === */
.fppt-mapa-bloco {
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.fppt-mapa-bloco iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
.fppt-section-title {
  font-family: 'Interstate Condensed', 'Graftyne Display', sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 700;
  color: rgba(0,0,0,0.8);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 24px;
  border-bottom: none;
  line-height: 1.05;
}
.fppt-section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-align: center;
  color: var(--fppt-muted);
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}

/* === INTRO === */
.fppt-intro {
  text-align: center;
}
.fppt-intro .fppt-lead,
.fppt-intro p {
  text-align: center;
}

/* Intro: bloco de respiro curto entre faixas — não lidera */
.fppt-bloco.fppt-intro {
  padding: 0 0 32px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Título do intro: label, não headline dominante */
.fppt-intro .fppt-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--fppt-muted);
  margin-bottom: 16px;
  line-height: 1.4;
}

.fppt-lead {
  font-size: 15px;
  line-height: 1.7;
  color: var(--fppt-dark);
  margin-bottom: 14px;
}
.fppt-lead strong {
  font-weight: 700;
  color: #1a1a1a;
}

.fppt-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;
}

/* === PIANO IMAGE (legacy, kept for compatibility) === */
.fppt-piano-hero {
  position: relative;
  text-align: center;
  margin: 8px 0 36px;
  padding: 24px 0 8px;
}
.fppt-piano-hero::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: min(420px, 95vw);
  height: min(420px, 95vw);
  max-height: 360px;
  background: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.02) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.fppt-piano-hero__img {
  position: relative;
  z-index: 1;
  max-width: min(420px, 92vw);
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

/* === SPONSOR === */
.fppt-sponsor {
  background: var(--fppt-cream);
  padding: 64px 40px 72px;
  margin: 48px 0 var(--fppt-section-gap);
  text-align: center;
}
.fppt-sponsor-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fppt-dark);
  margin: 28px 0 32px;
  text-align: center;
  line-height: 1.6;
}
.fppt-sponsor-label strong {
  font-weight: 700;
}
.fppt-sponsor p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto 16px;
  color: var(--fppt-dark);
  text-align: center;
  max-width: 540px;
}
.fppt-sponsor p:last-child { margin-bottom: 0; }
.fppt-sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0;
}
.fppt-sponsor-logos img {
  max-height: 88px;
  width: auto;
  max-width: min(280px, 60vw);
  object-fit: contain;
}

/* === ORIGIN === */
.fppt-origin {
  margin: 0 0 8px;
  padding: 0;
  text-align: justify;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.fppt-origin__inner { max-width: 100%; text-align: justify; }
.fppt-origin p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: var(--fppt-dark);
  text-align: justify;
}
.fppt-origin h2 { margin-top: 0; }

.fppt-intro p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: var(--fppt-dark);
  font-weight: 400;
}

.fppt-motto {
  font-family: 'Graftyne Display', 'Interstate Condensed', sans-serif;
  font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  color: var(--fppt-gold);
  margin: 24px 0 8px;
  padding: 8px 16px;
  background: transparent;
  border: none;
  line-height: 1.35;
}

.fppt-local-inline {
  font-size: 14px;
  color: var(--fppt-muted);
  margin-top: 8px;
  line-height: 1.65;
  text-align: justify;
  max-width: 100%;
}
.fppt-local-inline strong { color: var(--fppt-dark); font-weight: 600; }
.fppt-local-inline a { color: var(--fppt-dark); text-decoration: none; }
.fppt-local-inline a:hover { text-decoration: underline; text-decoration-color: var(--fppt-gold); }

/* === MATERIALS === */
.fppt-materials {
  background: #f9f9f9;
  border-radius: 6px;
  padding: 20px;
  margin: 24px 0;
  text-align: justify;
}
.fppt-materials ul { margin: 12px 0 0; padding-left: 0; list-style: none; }
.fppt-materials li { margin-bottom: 8px; font-size: 14px; line-height: 1.55; }
.fppt-materials a {
  color: var(--fppt-dark);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid var(--fppt-gold);
}
.fppt-materials a:hover { color: #000; }

/* === PROGRAMAÇÃO — dark card model === */
.fppt-programacao {
  text-align: center;
}
.fppt-programacao .fppt-section-title {
  margin-bottom: 32px;
  text-align: center;
  font-size: clamp(1.4rem, 3.8vw, 2rem);
  color: rgba(0,0,0,0.8);
}
.fppt-prog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto;
}

/* Card dark */
.fppt-day-card {
  background: #1e1e1e;
  border-radius: 32px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fppt-day-card-header {
  text-align: center;
  margin-bottom: 24px;
}
.fppt-day-badge {
  display: inline-block;
  background: var(--fppt-gold);
  color: var(--fppt-dark);
  font-family: 'Interstate Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 7px 24px;
  border-radius: 40px;
}
.fppt-day-card-slots {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Slot row */
.fppt-slot-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
}
.fppt-slot-card--dj {
  opacity: 0.55;
  padding-left: 4px;
}
.fppt-slot-time-badge {
  background: var(--fppt-gold);
  color: var(--fppt-dark);
  font-family: 'Interstate Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-align: center;
  line-height: 1;
}
.fppt-slot-body {
  flex: 1;
  text-align: left;
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}
.fppt-slot-body strong {
  font-family: 'Interstate Condensed', sans-serif;
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.fppt-slot-body span {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-top: 3px;
}
.fppt-slot-sep {
  text-align: center;
  color: var(--fppt-gold);
  font-size: 16px;
  padding: 3px 0;
  opacity: 0.7;
}

/* Card direito — horário à direita */
.fppt-day-card--right .fppt-slot-card {
  flex-direction: row-reverse;
}
.fppt-day-card--right .fppt-slot-card--dj {
  flex-direction: row;
}

/* Legacy slot styles (compat) */
.fppt-slots { display: flex; flex-direction: column; gap: 0; }
.fppt-slot { display: flex; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(0,0,0,0.06); }
.fppt-slot:last-child { border-bottom: none; }
.fppt-slot-time { font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 800; color: var(--fppt-gold); min-width: 56px; flex-shrink: 0; }
.fppt-slot-info { flex: 1; }
.fppt-slot-name { font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: var(--fppt-dark); display: block; }
.fppt-slot-desc { font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--fppt-muted); display: block; }
.fppt-slot--dj { opacity: 0.7; border-bottom: none; }

/* Legacy table overrides (kept for any residual Elementor content) */
.page-content .fppt-day table,
.entry-content .fppt-day table,
.elementor-widget-theme-post-content .fppt-day table {
  width: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: 0 !important;
}
.page-content .fppt-day table td,
.page-content .fppt-day table th,
.entry-content .fppt-day table td,
.entry-content .fppt-day table th,
.elementor-widget-theme-post-content .fppt-day table td,
.elementor-widget-theme-post-content .fppt-day table th {
  border: 0 !important;
  border-color: #fff !important;
}
.page-content .fppt-day table tbody tr:nth-child(odd),
.page-content .fppt-day table tbody tr:nth-child(even),
.entry-content .fppt-day table tbody tr:nth-child(odd),
.entry-content .fppt-day table tbody tr:nth-child(even),
.elementor-widget-theme-post-content .fppt-day table tbody tr:nth-child(odd),
.elementor-widget-theme-post-content .fppt-day table tbody tr:nth-child(even) {
  background-color: #fff !important;
}
.fppt-day td {
  padding: 7px 0;
  font-size: 13px;
  font-weight: 400;
  vertical-align: top;
  color: var(--fppt-dark);
  text-align: justify;
}
.fppt-day td:first-child {
  font-weight: 600;
  width: 52px;
  white-space: nowrap;
  color: var(--fppt-muted);
  padding-right: 10px;
  text-align: left;
}

/* === ARTISTS === */
.fppt-artists-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.fppt-artist-card {
  background: var(--fppt-bg);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-top: 5px solid var(--fppt-gold);
  display: flex;
  flex-direction: column;
}
.fppt-artist-card:nth-child(3n+1) { border-top-color: var(--fppt-gold); }
.fppt-artist-card:nth-child(3n+2) { border-top-color: var(--fppt-pink); }
.fppt-artist-card:nth-child(3n+3) { border-top-color: var(--fppt-green); }
.fppt-artist-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 28%;
  border-radius: 0;
  margin: 0;
  display: block;
}
.fppt-artist-card-body {
  padding: 16px 16px 18px;
  flex: 1;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex;
  flex-direction: column;
}
.fppt-artist-head {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  margin-bottom: 8px;
  text-align: center;
}
.fppt-artist-meta {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fppt-muted);
  margin-bottom: 4px;
}
.fppt-artist-avatar {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: var(--fppt-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--fppt-dark);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
  flex-shrink: 0;
}
.fppt-artist-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fppt-artist-card strong {
  font-family: 'Interstate Condensed', 'Graftyne Display', sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--fppt-dark);
  line-height: 1.1;
}
.fppt-artist-bio {
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  color: var(--fppt-dark);
  margin: 0 0 10px;
  text-align: justify;
  flex: 1;
}
.fppt-artist-card a {
  font-size: 12px;
  color: var(--fppt-muted);
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: center;
}
.fppt-artist-card a:hover {
  text-decoration: underline;
  text-decoration-color: var(--fppt-gold);
  color: var(--fppt-dark);
}

/* === IMPACTO (yellow full-bleed section) === */
.fppt-impacto {
  background: var(--fppt-gold);
  color: var(--fppt-dark);
  padding: 64px 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fppt-impacto .fppt-section-title {
  color: rgba(0,0,0,0.8);
  max-width: min(960px, 92vw);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.4rem, 3.8vw, 2rem);
}
.fppt-impacto .fppt-lead {
  color: var(--fppt-dark);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 32px;
}
/* Bullets como lista inline com separador ✶ */
.fppt-impacto .fppt-bullets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.fppt-impacto .fppt-bullets li {
  display: inline;
  font-family: 'Interstate Condensed', sans-serif;
  font-size: clamp(1rem, 3vw, 1.35rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fppt-dark);
  padding-left: 0;
  margin-bottom: 0;
}
.fppt-impacto .fppt-bullets li::before {
  display: none;
}
.fppt-impacto .fppt-bullets li:not(:last-child)::after {
  content: ' ✶ ';
  font-size: 0.8em;
}
.fppt-impacto .fppt-video-wrap {
  max-width: 680px;
  width: 100%;
}

/* === BULLETS === */
.fppt-bullets {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 600px;
  text-align: justify;
}
.fppt-bullets li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--fppt-dark);
}
.fppt-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fppt-gold);
}

/* === VIDEO === */
.fppt-video-wrap {
  max-width: 560px;
  margin: 32px auto 0;
}
.fppt-video-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}
.fppt-video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fppt-video-trigger {
  position: relative;
  display: inline-block;
}
.fppt-video-trigger:hover .fppt-play-icon {
  background-color: var(--fppt-dark) !important;
  color: #fff !important;
}

/* === FIQUE POR DENTRO (gallery — white full-bleed section) === */
.fppt-instagram {
  background: #ffffff;
  padding: 56px 20px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fppt-instagram .fppt-section-title {
  font-family: 'Interstate Condensed', 'Graftyne Display', sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  color: var(--fppt-dark);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 8px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.fppt-instagram .fppt-section-subtitle {
  color: var(--fppt-muted);
  margin-bottom: 32px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.fppt-insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1140px;
  margin: 24px auto 0;
  align-items: start;
}
.fppt-insta-embed {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.fppt-insta-embed .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
}
.fppt-insta-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0,0,0,0.2);
}
.fppt-insta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fppt-insta-icon svg {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}

/* === SOCIAL (legacy, absorbed by instagram section) === */
.fppt-social {
  text-align: justify;
  padding: 22px 0 0;
}
.fppt-social .fppt-section-title { text-align: center; }
.fppt-social p,
.fppt-social li {
  font-size: 14px;
  color: var(--fppt-dark);
  margin: 0 0 6px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  text-align: justify;
}
.fppt-social a { color: var(--fppt-dark); text-decoration: none; font-weight: 600; }
.fppt-social a:hover { text-decoration: underline; text-decoration-color: var(--fppt-gold); }

/* === CTA FINAL === */
.fppt-cta-final {
  text-align: center;
  padding: 48px 0;
  margin: 0;
}
.fppt-cta-final .fppt-section-title {
  margin-bottom: 16px;
}
.fppt-cta-final .fppt-lead {
  text-align: center;
  margin-bottom: 24px;
}
.fppt-cta-final .fppt-btn-cta {
  display: inline-block;
}

/* === INFORMAÇÕES === */
.fppt-info-box {
  background: var(--fppt-cream);
  border: 1px solid var(--fppt-border);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.fppt-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fppt-info-list li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--fppt-dark);
}
.fppt-info-list li:last-child { margin-bottom: 0; }
.fppt-info-list li strong {
  font-weight: 700;
  color: var(--fppt-dark);
  margin-right: 4px;
}
.fppt-map-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.fppt-map-container iframe {
  display: block;
  border: 0;
}

/* Legacy gallery placeholder */
.fppt-gallery-placeholder {
  text-align: justify !important;
}
.fppt-informacoes .fppt-info-list li {
  text-align: justify;
}

.fppt-hashtags {
  font-size: 12px;
  color: var(--fppt-muted);
  margin-top: 8px;
  line-height: 1.5;
  text-align: center;
}

/* === LOGO BAR === */
.fppt-barra-logos {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* === CHANCELA (flex legacy) === */
.fppt-chancela {
  text-align: center;
  padding: 32px 0 12px;
  border-top: 1px solid #f0f0f0;
}
.fppt-chancela-group { margin-bottom: 24px; }
.fppt-chancela-group-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--fppt-dark);
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  display: block;
  opacity: 0.8;
}
.fppt-chancela-logos-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.fppt-chancela-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.fppt-chancela-logos img {
  max-width: 140px;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.fppt-chancela-logos img.fppt-chancela-logo--partner { max-width: min(300px, 50vw); max-height: 60px; }
.fppt-chancela-logos img.fppt-chancela-logo--wide { max-width: min(380px, 94vw); max-height: 52px; }
.fppt-chancela-logos img.fppt-chancela-logo--lei { max-width: min(260px, 90vw); max-height: 48px; }
.fppt-chancela-logos img.fppt-chancela-logo--dellarte { max-width: 200px; max-height: 44px; }
.fppt-chancela-logos img.fppt-chancela-logo--gaia { max-width: 140px; max-height: 48px; }
.fppt-chancela-textline {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

/* === PRONAC === */
.fppt-pronac-footer {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: var(--fppt-muted);
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  line-height: 1.55;
  text-align: center;
}

/* === CHANCELA GRID (2+2+3 rows) === */
.fppt-chancela-grid {
  max-width: 100%;
  margin: 0;
  padding: 56px 20px 48px;
  background: transparent;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  text-align: center;
}
.fppt-chancela-row {
  max-width: 880px;
  width: 100%;
}
.fppt-chancela-row--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
  align-items: end;
  max-width: 880px;
  width: 100%;
}
.fppt-chancela-row--3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 28px;
  align-items: end;
  max-width: 880px;
  width: 100%;
}
.fppt-chancela-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.fppt-chancela-grid .fppt-chancela-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--fppt-dark);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
  max-width: 100%;
}
.fppt-chancela-label--spacer {
  visibility: hidden;
  user-select: none;
}
.fppt-chancela-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
}
.fppt-chancela-grid .fppt-chancela-logo-wrap img {
  height: 64px;
  width: auto;
  max-height: 64px;
  max-width: min(280px, 100%);
  object-fit: contain;
  display: block;
}
.fppt-chancela-grid .fppt-chancela-logo--sh { max-width: min(240px, 42vw); }
.fppt-chancela-grid .fppt-chancela-logo--lei { max-width: min(300px, 100%); }
.fppt-chancela-grid .fppt-chancela-logo--minc {
  max-width: min(420px, 100%);
  width: auto;
}

/* === ELEMENTOR EDITOR DEFENSE — neutraliza p/br gerados pelo TinyMCE === */
/* Parágrafos vazios que o editor cria em volta de comentários HTML */
.elementor-widget-text-editor > .elementor-widget-container > p:empty,
.elementor-widget-text-editor > .elementor-widget-container > p:blank {
  display: none;
}
/* br soltos dentro dos cards da galeria */
.fppt-insta-card > br,
.fppt-insta-grid br {
  display: none;
}
/* p vazio direto dentro do widget text-editor */
.elementor-widget-text-editor p:empty {
  margin: 0;
  padding: 0;
  line-height: 0;
  height: 0;
}

/* === POPUP SUPPRESSION === */
.elementor-popup-modal,
.dialog-widget-content[data-id],
.dialog-lightbox-widget-content {
  display: none !important;
}

/* ============================================================
   MOBILE-FIRST — max-width: 768px
   ============================================================ */
@media (max-width: 768px) {
  :root {
    --fppt-section-gap: 48px;
  }
  .fppt-body {
    --fppt-section-gap: 48px;
  }

  .fppt-hero {
    margin-top: -20px;
    padding: 0;
    margin-bottom: 0;
  }
  .fppt-hero-banner__img {
    max-width: 100%;
  }
  .fppt-hero-content {
    padding: 20px 16px 32px;
  }
  .fppt-hero-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
  }
  .fppt-hero-desc {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .fppt-hero-details {
    font-size: 13px;
    gap: 6px;
    margin-bottom: 20px;
  }
  .fppt-hero-presenter {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .fppt-btn-cta {
    font-size: 13px;
    padding: 12px 28px;
  }

  .fppt-body {
    padding: 40px 16px 0;
  }

  .fppt-bloco {
    padding: 48px 0;
  }
  .fppt-fullbleed + .fppt-bloco {
    padding-top: 48px;
  }
  .fppt-bloco.fppt-conceitual {
    padding: 56px 0 48px;
  }
  .fppt-conceitual .fppt-section-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 28px;
  }
  .fppt-conceitual .fppt-lead {
    font-size: 15px;
    max-width: 100%;
    padding: 0 4px;
  }
  .fppt-atributos-strip {
    padding: 40px 20px;
  }
  .fppt-atributos-strip p {
    font-size: clamp(1.1rem, 5vw, 1.7rem);
    line-height: 1.3;
    letter-spacing: 0.06em;
  }
  .fppt-mapa-bloco iframe {
    height: 280px;
  }
  .fppt-info-strip {
    margin-top: 16px;
    padding: 24px 16px;
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    line-height: 1.35;
  }
  .fppt-bloco.fppt-intro {
    padding: 0 0 28px;
  }
  .fppt-lineup-strip {
    padding: 36px 16px;
  }
  .fppt-lineup-strip p {
    font-size: clamp(1.2rem, 5.5vw, 1.8rem);
    line-height: 1.35;
  }
  .fppt-lineup-strip .fppt-lineup-headliner {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    margin-bottom: 10px;
  }

  .fppt-section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }

  .fppt-piano-hero {
    overflow: visible;
    padding-top: 20px;
    margin-top: 8px;
  }
  .fppt-piano-hero::before { top: 58%; }
  .fppt-piano-hero__img {
    max-width: min(420px, 100%);
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }
  .elementor-widget-container:has(.fppt-piano-hero),
  .elementor-column:has(.fppt-piano-hero),
  .e-con:has(.fppt-piano-hero) {
    overflow: visible !important;
  }

  /* Programação dark cards: single column mobile */
  .fppt-prog-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
  }
  .fppt-day-card {
    border-radius: 24px;
    padding: 24px 22px 22px;
  }
  .fppt-slot-time-badge {
    width: 46px;
    height: 46px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .fppt-slot-body {
    text-align: left;
  }
  .fppt-slot-body strong {
    font-size: clamp(15px, 4.2vw, 18px);
  }
  .fppt-slot-body span {
    font-size: 11px;
  }
  .fppt-slot-card {
    gap: 14px;
  }
  /* No mobile, card direito volta ao layout normal (horário à esquerda) */
  .fppt-day-card--right .fppt-slot-card {
    flex-direction: row;
  }
  /* Impacto mobile */
  .fppt-impacto {
    padding: 48px 20px;
  }
  .fppt-impacto .fppt-bullets li {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
  }

  /* Artists: single column on mobile */
  .fppt-artists-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fppt-artist-photo {
    aspect-ratio: 16 / 9;
  }
  .fppt-artist-card strong {
    font-size: 22px;
  }
  .fppt-artist-bio {
    font-size: 13px;
  }

  /* Fique por dentro / Instagram */
  .fppt-instagram {
    padding: 40px 16px;
  }
  .fppt-insta-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 480px;
  }
  /* Impacto */
  .fppt-impacto {
    padding: 40px 16px;
  }

  /* Chancela */
  .fppt-chancela-grid {
    padding: 40px 16px 36px;
    gap: 48px;
  }
  .fppt-chancela-row--2,
  .fppt-chancela-row--3 {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fppt-chancela-grid .fppt-chancela-logo-wrap img {
    height: 48px;
    max-height: 48px;
  }
  .fppt-chancela-logo-wrap {
    min-height: 48px;
  }

  /* Sponsor */
  .fppt-sponsor {
    padding: 48px 24px 56px;
  }
  .fppt-sponsor p {
    font-size: 15px;
  }
  .fppt-sponsor-logos img {
    max-height: 72px;
    max-width: min(200px, 70vw);
  }

  /* Info */
  .fppt-info-box {
    padding: 20px 16px;
  }
  .fppt-map-container iframe {
    height: 250px;
  }

  /* CTA */
  .fppt-cta-final {
    padding: 32px 0;
  }

  /* Chancela flex logos */
  .fppt-chancela-logos img {
    max-width: 100px;
    max-height: 44px;
  }
  .fppt-chancela-logos img.fppt-chancela-logo--partner { max-width: min(260px, 82vw); max-height: 52px; }
  .fppt-chancela-logos img.fppt-chancela-logo--wide { max-width: min(320px, 94vw); max-height: 48px; }
  .fppt-chancela-logos img.fppt-chancela-logo--lei { max-width: min(220px, 88vw); max-height: 42px; }
  .fppt-chancela-logos img.fppt-chancela-logo--gaia { max-width: 128px; max-height: 48px; }
}

/* ============================================================
   NARROW PHONES — max-width: 480px
   ============================================================ */
@media (max-width: 480px) {
  .fppt-hero {
    padding: 0;
    margin-top: -16px;
  }
  .fppt-hero-content {
    padding: 16px 16px 28px;
  }
  .fppt-hero-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .fppt-hero-title {
    font-size: clamp(2rem, 12vw, 3rem);
  }
  .fppt-info-strip {
    padding: 14px 16px;
    font-size: clamp(0.82rem, 4.2vw, 0.98rem);
    line-height: 1.35;
  }
  .fppt-lineup-strip {
    padding: 20px 16px;
  }
  .fppt-lineup-strip p {
    font-size: clamp(1rem, 5vw, 1.4rem);
    line-height: 1.35;
  }
  .fppt-lineup-strip .fppt-lineup-headliner {
    font-size: clamp(1.6rem, 9vw, 2.4rem);
    margin-bottom: 8px;
  }
  .fppt-insta-grid {
    gap: 16px;
  }
}

/* ============================================================
   V2B — revisão visual (scoped .fppt-v2b, página separada)
   ============================================================ */
.fppt-v2b {
  --fppt-gold: #FCBB11;
  --fppt-pink: #FE60A3;
  --fppt-green: #BDCC4E;
  --fppt-dark: #010100;
  --fppt-light: #F2F2F0;
  --fppt-red: #EC1D23;
  --fppt-muted: #7c7c7c;
}

.fppt-v2b.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  max-width: 100%;
}
.fppt-v2b .fppt-v2b-hero-wrap.e-con {
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  max-width: 100%;
  width: 100%;
}
.fppt-v2b .fppt-body.e-con {
  max-width: 880px;
  margin: 0 auto;
}

.fppt-v2b .fppt-hero-banner { display: none; }
@media (min-width: 769px) {
  .fppt-v2b .fppt-hero {
    background: var(--fppt-gold);
    padding: 0;
    margin-bottom: 0;
  }
  .fppt-v2b .fppt-hero-banner {
    display: block;
    width: 100%;
    line-height: 0;
    background: var(--fppt-gold);
  }
  .fppt-v2b .fppt-hero-banner__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .fppt-v2b .fppt-hero-pretitle,
  .fppt-v2b .fppt-hero-title,
  .fppt-v2b .fppt-hero-desc,
  .fppt-v2b .fppt-hero-details,
  .fppt-v2b .fppt-hero-presenter {
    display: none;
  }
  .fppt-v2b .fppt-hero-content {
    background: var(--fppt-gold);
    padding: 24px 20px 28px;
    text-align: center;
  }
}

.fppt-v2b .fppt-section-title { color: var(--fppt-dark); }
.fppt-v2b .fppt-day h3 { color: var(--fppt-dark); }

.fppt-v2b .fppt-divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: var(--fppt-section-gap) 0;
  opacity: 0.7;
}

.fppt-v2b .fppt-artist-card {
  border-top: none;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #fff;
}
.fppt-v2b .fppt-artist-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  z-index: 1;
  pointer-events: none;
}
.fppt-v2b .fppt-artist-card:nth-child(3n+1)::after { background: var(--fppt-gold); }
.fppt-v2b .fppt-artist-card:nth-child(3n+2)::after { background: var(--fppt-pink); }
.fppt-v2b .fppt-artist-card:nth-child(3n+3)::after { background: var(--fppt-green); }
.fppt-v2b .fppt-artist-photo { border-radius: 0; display: block; flex-shrink: 0; }
.fppt-v2b .fppt-artist-card-body {
  flex: 1 1 auto;
  background: #fff;
  padding-bottom: 24px;
}

@media (min-width: 769px) {
  .fppt-v2b .fppt-programacao {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .fppt-v2b .fppt-programacao .fppt-prog-grid {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .fppt-v2b .fppt-slot-time {
    font-weight: 800;
    font-size: 18px;
    color: var(--fppt-dark);
  }
  .fppt-v2b .fppt-slot-name {
    font-size: 15px;
  }
}

.fppt-v2b .fppt-sponsor {
  border-top-color: var(--fppt-gold);
  border-top-width: 4px;
}
.fppt-v2b .fppt-sponsor-logos img { max-height: 72px; max-width: min(300px, 56vw); }
.fppt-v2b .fppt-sponsor-label { font-size: 13px; letter-spacing: 0.15em; }

.fppt-v2b .fppt-chancela-logo-wrap--sh-bg {
  background: var(--fppt-gold);
  border-radius: 6px;
  padding: 10px 18px;
}
.fppt-v2b .fppt-chancela-row--3 .fppt-chancela-cell:first-child .fppt-chancela-logo {
  filter: grayscale(1) brightness(0);
}

.fppt-v2b .fppt-bullets li::before { background: var(--fppt-dark); }
.fppt-v2b .fppt-day-subtitle { border-bottom-color: var(--fppt-dark); }
