/* ===============================
   LP Live 3 PNAE 2026 — Terceira parcial
   Hero centralizado, sem form no topo
   Design persuasivo (extensão de live-pnae-parcial.css)
   =============================== */

/* Countdown tag */
.live-pnae-terceira .pnae-live-countdown-label-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.55rem;
    margin-left: 0.35rem;
    border-radius: 999px;
    background: rgba(252, 125, 85, 0.28);
    border: 1px solid rgba(252, 125, 85, 0.6);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ===============================
   HERO CENTRALIZADO
   Base de organização/espaçamento: live-matriculas-2027 (sem serif)
   =============================== */
.pnae-live-hero--centered {
    padding: 4rem 0 4.5rem;
    text-align: center;
}

.pnae-live-hero--centered .hero-grid {
    display: block;
    grid-template-columns: none;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.pnae-live-hero--centered .hero-content {
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Eyebrow (badge) */
.pnae-live-hero--centered .pnae-live-badge {
    background: rgba(252, 125, 85, 0.14);
    border: 1px solid rgba(252, 125, 85, 0.42);
    color: #FFD9C8;
    padding: 0.5rem 1.15rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    margin-bottom: 1.75rem;
}

.pnae-live-hero--centered .pnae-live-badge-dot {
    background: #FC7D55;
}

/* Logos PNAE + Lumni */
.pnae-hero-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    transform: translateX(-1.25rem);
}

.pnae-hero-logos__pnae {
    width: min(220px, 48vw);
    height: auto;
    display: block;
    margin: 0;
}

.pnae-hero-logos__divider {
    display: block;
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.28);
    flex-shrink: 0;
}

.pnae-hero-logos__lumni {
    height: 36px;
    width: auto;
    display: block;
    opacity: 0.92;
    margin: 0;
}

/* Title — bold, sem serif */
.pnae-live-hero--centered .hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.3rem, 5.6vw, 3.85rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: #fff;
    max-width: 18ch;
    margin: 0 auto 1.35rem;
    text-align: center;
}

.pnae-live-hero--centered .hero-title .accent-orange {
    color: #FC7D55;
}

/* Títulos de seção — mesmo padrão da hero (Outfit 800) */
.live-pnae-terceira .section-title,
.live-pnae-terceira .pnae-section-header .section-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.12;
}

/* Subtitle */
.pnae-live-hero--centered .hero-subtitle {
    font-size: clamp(1.05rem, 2.2vw, 1.28rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    max-width: 640px;
    margin: 0 auto 2rem;
    text-align: center;
}

.pnae-live-hero--centered .hero-subtitle strong {
    color: #fff;
    font-weight: 700;
}

/* Meta chips */
.pnae-live-hero--centered .pnae-event-badges {
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 2rem;
}

.pnae-live-hero--centered .pnae-event-badge {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.55rem 1.05rem;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
}

/* Hero CTA */
.pnae-hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

.pnae-hero-cta .btn {
    font-size: 1.1rem;
    padding: 0 2.6rem;
    height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.pnae-hero-cta__note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Trust strip (dados-âncora da rematrícula) */
.pnae-hero-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.75rem;
    margin-top: 3.25rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pnae-hero-trust__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    max-width: 200px;
    text-align: center;
}

.pnae-hero-trust__num {
    font-family: 'Outfit', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(120deg, #FDBA74, #FC7D55 55%, #B073FF);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pnae-hero-trust__label {
    font-family: 'Nunito', sans-serif;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.4;
}

/* ===============================
   CRED STRIP URGENTE
   =============================== */
.pnae-cred-strip--urgent {
    background: linear-gradient(135deg, #041F6F 0%, #083FCF 55%, #7C3AED 100%);
}

.pnae-cred-strip--urgent .pnae-cred-strip-meta {
    font-size: 0.88rem;
}

/* ===============================
   INSIGHT 1 — RETENÇÃO
   =============================== */
.pnae-retention-block {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid rgba(8, 63, 207, 0.1);
    border-radius: 22px;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    box-shadow: 0 20px 60px rgba(8, 63, 207, 0.08);
}

.pnae-retention-lead {
    font-size: 1.05rem;
    color: #374151;
    line-height: 1.65;
    margin-bottom: 2rem;
    text-align: center;
}

.pnae-retention-lead strong { color: #083FCF; }

.pnae-retention-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.pnae-retention-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 148px;
    padding: 2rem 1.5rem;
    border-radius: 18px;
    border: 1px solid transparent;
}

.pnae-retention-stat--up {
    background: linear-gradient(180deg, #ECFDF5 0%, #F0FDF4 100%);
    border-color: rgba(16, 185, 129, 0.25);
}

.pnae-retention-stat--down {
    background: linear-gradient(180deg, #FFF7ED 0%, #FFFBEB 100%);
    border-color: rgba(251, 146, 60, 0.2);
}

.pnae-retention-stat__num {
    display: block;
    width: 100%;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.8rem, 7vw, 3.75rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 0.65rem;
    text-align: center;
}

.pnae-retention-stat--up .pnae-retention-stat__num { color: #059669; }
.pnae-retention-stat--down .pnae-retention-stat__num { color: #EA580C; }

.pnae-retention-stat__label {
    display: block;
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #4B5563;
    line-height: 1.4;
    text-align: center;
}

.pnae-retention-stats-note {
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9CA3AF;
    text-align: center;
    margin: 0 0 1rem;
}

.pnae-retention-insights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.pnae-retention-insight {
    padding: 1.35rem 1.25rem;
    border-radius: 16px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
}

.pnae-retention-insight__title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1F2937;
    line-height: 1.25;
    margin: 0 0 0.6rem;
}

.pnae-retention-insight__text {
    font-family: 'Nunito', sans-serif;
    font-size: 0.92rem;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

.pnae-retention-block .pnae-highlight-box {
    margin-bottom: 0;
}

/* ===============================
   INSIGHTS 5 e 6 — SPOTLIGHT
   =============================== */
.pnae-spotlight-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 960px;
    margin: 0 auto;
}

.pnae-spotlight {
    display: grid;
    grid-template-columns: minmax(220px, 300px) 1fr;
    align-items: stretch;
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(17, 24, 39, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pnae-spotlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 56px rgba(17, 24, 39, 0.12);
}

.pnae-spotlight__visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 1.75rem;
    min-height: 200px;
    color: #fff;
    overflow: hidden;
}

.pnae-spotlight__visual::before {
    content: '';
    position: absolute;
    inset: -40% -30% auto auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.pnae-spotlight--whats .pnae-spotlight__visual {
    background: linear-gradient(150deg, #FC7D55 0%, #F95738 100%);
}

.pnae-spotlight--reajuste .pnae-spotlight__visual {
    background: linear-gradient(150deg, #083FCF 0%, #345DEE 100%);
}

.pnae-spotlight__stat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.35rem;
    width: 100%;
}

.pnae-spotlight__stat-value {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(4.5rem, 9vw, 5.75rem);
    font-weight: 900;
    line-height: 0.88;
    letter-spacing: -0.04em;
}

.pnae-spotlight__stat-ratio {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
    opacity: 0.95;
}

.pnae-spotlight__stat-ratio strong {
    font-size: clamp(1.45rem, 3vw, 1.85rem);
    font-weight: 900;
    letter-spacing: -0.02em;
}

.pnae-spotlight__body {
    padding: 2rem 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pnae-spotlight__tag {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9CA3AF;
    margin-bottom: 0.6rem;
}

.pnae-spotlight__q {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 800;
    color: #1F2937;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 0.85rem;
}

.pnae-spotlight__text {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.6;
    margin: 0;
}

.pnae-spotlight__text strong { color: #1F2937; }

/* ===============================
   RETROSPECTIVA
   =============================== */
.pnae-retro-quote {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    color: #083FCF;
    text-align: center;
    margin: 0 auto 0.85rem;
    max-width: 24rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.pnae-retro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.pnae-retro-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 1.5rem 1.35rem;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pnae-retro-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(8, 63, 207, 0.12);
    border-color: rgba(8, 63, 207, 0.25);
}

.pnae-retro-card__number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #083FCF;
    line-height: 1;
    margin-bottom: 0.6rem;
    letter-spacing: -0.02em;
}

.pnae-retro-card__msg {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1F2937;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.pnae-retro-card__ctx {
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    color: #6B7280;
    line-height: 1.5;
    margin: 0;
}

.pnae-retro-closing {
    margin: 2.5rem auto 0;
    max-width: 52rem;
    text-align: center;
}

.pnae-retro-closing__lead {
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    color: #4B5563;
    line-height: 1.65;
    margin: 0 auto 1.5rem;
    max-width: 40rem;
}

.pnae-retro-closing__lead strong {
    color: #083FCF;
    font-weight: 700;
}

.pnae-retro-closing__hook {
    position: relative;
    padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.75rem);
    border-radius: 22px;
    background: linear-gradient(135deg, #041F6F 0%, #083FCF 55%, #5B3FD9 100%);
    box-shadow: 0 24px 64px rgba(8, 63, 207, 0.28);
    overflow: hidden;
}

.pnae-retro-closing__hook::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 125, 85, 0.35) 0%, transparent 68%);
    pointer-events: none;
}

.pnae-retro-closing__topics {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.pnae-retro-closing__topic {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    background: rgba(252, 125, 85, 0.14);
    border: 1px solid rgba(252, 125, 85, 0.42);
    color: #FFD9C8;
}

.live-pnae-parcial.live-pnae-terceira .pnae-retro-closing__question {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.35rem, 3.2vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
    max-width: 38rem;
    margin-inline: auto;
}

.live-pnae-terceira .pnae-retro-closing__hook .accent-orange {
    color: #FC7D55;
}

/* ===============================
   SEÇÃO DE FORMULÁRIO (mais abaixo)
   =============================== */
.pnae-form-section {
    position: relative;
    padding: 4.5rem 1.5rem;
    background: linear-gradient(135deg, #083FCF 0%, #0629a3 55%, #4C1D95 100%);
    overflow: hidden;
}

.pnae-form-section::before {
    content: '';
    position: absolute;
    top: -25%;
    right: -8%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(252, 125, 85, 0.22) 0%, transparent 68%);
    pointer-events: none;
}

.pnae-form-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -8%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(176, 115, 255, 0.25) 0%, transparent 68%);
    pointer-events: none;
}

.pnae-form-shell {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(400px, 480px);
    gap: 3rem;
    align-items: center;
}

.pnae-form-pitch {
    color: #fff;
}

.pnae-form-pitch__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(252, 125, 85, 0.2);
    border: 1px solid rgba(252, 125, 85, 0.5);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.pnae-form-pitch h2 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.12;
    margin: 0 0 1rem;
    letter-spacing: -0.03em;
}

.pnae-form-pitch h2 .accent-orange {
    color: #FC7D55;
}

.pnae-form-pitch p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.08rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.pnae-form-pitch__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.pnae-form-pitch__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.45;
}

.pnae-form-pitch__list svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.pnae-form-section .lp-hero-form-card {
    max-width: 100%;
    width: 100%;
    justify-self: end;
}

/* ===============================
   PARTICIPAR — PESQUISA (refeito)
   =============================== */
.pnae-survey-section .pnae-section-header {
    margin-bottom: 2rem;
}

.pnae-survey-fomo-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto 1.5rem;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    background: rgba(8, 63, 207, 0.08);
    border: 1px solid rgba(8, 63, 207, 0.18);
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #083FCF;
}

.pnae-survey-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pnae-survey-fomo-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FC7D55;
    animation: pnae-survey-pulse 1.6s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pnae-survey-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

.pnae-survey-shell {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.25rem;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

.pnae-survey-main {
    background: #fff;
    border: 1px solid rgba(8, 63, 207, 0.12);
    border-radius: 22px;
    padding: clamp(1.5rem, 4vw, 2.25rem);
    box-shadow: 0 16px 48px rgba(8, 63, 207, 0.08);
}

.pnae-survey-main__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1F2937;
    margin: 0 0 0.75rem;
    line-height: 1.2;
}

.pnae-survey-main__text {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.65;
    margin: 0 0 1.25rem;
}

.pnae-survey-main__text strong {
    color: #083FCF;
    font-weight: 700;
}

.pnae-survey-benefits {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.pnae-survey-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.45;
}

.pnae-survey-benefits li::before {
    content: '';
    width: 18px;
    height: 18px;
    margin-top: 0.1rem;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23EFF4FF'/%3E%3Cpath d='M5.5 9L7.8 11.3L12.5 6.6' stroke='%23083FCF' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.pnae-survey-cta {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.pnae-survey-deadline {
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    color: #9CA3AF;
    text-align: center;
    margin: 0.85rem 0 0;
}

.pnae-survey-deadline strong {
    color: #6B7280;
    font-weight: 700;
}

.pnae-survey-report {
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 4vw, 2rem);
    border-radius: 22px;
    background: linear-gradient(160deg, #041F6F 0%, #083FCF 55%, #5B3FD9 100%);
    color: #fff;
    box-shadow: 0 20px 56px rgba(8, 63, 207, 0.25);
    position: relative;
    overflow: hidden;
}

.pnae-survey-report::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -20%;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(252, 125, 85, 0.3) 0%, transparent 68%);
    pointer-events: none;
}

.pnae-survey-report__tag {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1rem;
}

.pnae-survey-report__date-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.pnae-survey-report__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #FDBA74;
    flex-shrink: 0;
}

.pnae-survey-report__date-body {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.pnae-survey-report__date-label {
    font-family: 'Nunito', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.pnae-survey-report__date-value {
    line-height: 1;
}

.pnae-survey-report__date-num {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 5vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.pnae-survey-report__date-slash {
    color: #FC7D55;
    font-weight: 800;
    margin: 0 0.05em;
}

.pnae-survey-report__title {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin: 0 0 0.65rem;
}

.pnae-survey-report__text {
    position: relative;
    font-family: 'Nunito', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 1.25rem;
}

.pnae-survey-report__text strong {
    color: #fff;
    font-weight: 700;
}

.pnae-survey-report__note {
    position: relative;
    margin-top: auto;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}

.pnae-survey-report__note strong {
    color: #FDBA74;
    font-weight: 700;
}

.pnae-survey-privacy {
    max-width: 52rem;
    margin: 1.5rem auto 0;
    padding: 0 0.5rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    color: #9CA3AF;
    line-height: 1.55;
    text-align: center;
}

.pnae-dual-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
    margin-top: 2rem;
}

/* ===============================
   RESPONSIVO
   =============================== */
@media (max-width: 900px) {
    .pnae-spotlight {
        grid-template-columns: 1fr;
    }

    .pnae-spotlight__visual {
        padding: 2rem 1.5rem;
        min-height: 160px;
    }

    .pnae-retro-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pnae-form-shell {
        grid-template-columns: 1fr;
        gap: 2rem;
        max-width: 520px;
    }

    .pnae-form-section .lp-hero-form-card {
        justify-self: stretch;
    }

    .pnae-retention-insights {
        grid-template-columns: 1fr;
    }

    .pnae-survey-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .pnae-retro-grid {
        grid-template-columns: 1fr;
    }

    .pnae-hero-logos {
        gap: 1rem;
        margin-bottom: 1.25rem;
        transform: translateX(-0.75rem);
    }

    .pnae-hero-logos__pnae {
        width: min(180px, 42vw);
    }

    .pnae-hero-logos__divider {
        height: 34px;
    }

    .pnae-hero-logos__lumni {
        height: 30px;
    }

    .pnae-hero-trust {
        gap: 1.75rem;
        margin-top: 2.5rem;
        padding-top: 2rem;
    }

    .pnae-hero-trust__item {
        flex: 1 1 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .pnae-hero-trust__num {
        font-size: 2.1rem;
    }

    .live-pnae-terceira .pnae-live-countdown-label {
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .pnae-retention-stats {
        grid-template-columns: 1fr;
    }

    .pnae-hero-cta .btn {
        width: 100%;
        justify-content: center;
    }
}

/* Botão voltar ao topo */
.live-pnae-terceira .pnae-back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 997;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(145deg, #FC7D55 0%, #F95738 100%);
    color: #fff;
    box-shadow: 0 8px 24px rgba(249, 87, 56, 0.38);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, box-shadow 0.2s ease;
}

.live-pnae-terceira .pnae-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.live-pnae-terceira .pnae-back-to-top:hover {
    box-shadow: 0 12px 28px rgba(249, 87, 56, 0.48);
}

.live-pnae-terceira .pnae-back-to-top:focus-visible {
    outline: 2px solid #FC7D55;
    outline-offset: 3px;
}

.live-pnae-terceira .pnae-mobile-sticky.is-visible ~ .pnae-back-to-top {
    bottom: 5.75rem;
}

@media (prefers-reduced-motion: reduce) {
    .live-pnae-terceira .pnae-back-to-top {
        transition: opacity 0.01ms, visibility 0.01ms;
        transform: none;
    }

    .live-pnae-terceira .pnae-back-to-top.is-visible {
        transform: none;
    }
}
