/* ===============================
   LP Live PNAE 2026 — Resultados parciais
   Extensão de pnae2.css (não usar livegpts / JDC)
   =============================== */

.live-pnae-parcial {
    background: #F9FAFB;
    font-family: 'Nunito', sans-serif;
    color: #1F2937;
}

.live-pnae-parcial h1,
.live-pnae-parcial h2,
.live-pnae-parcial h3,
.live-pnae-parcial h4,
.live-pnae-parcial .section-title,
.live-pnae-parcial .hero-title,
.live-pnae-parcial .pnae-stat-ratio,
.live-pnae-parcial .pnae-stat-pct,
.live-pnae-parcial .pnae-bar-val,
.live-pnae-parcial .pnae-insight-metric,
.live-pnae-parcial .pnae-rank-pct,
.live-pnae-parcial .pnae-topic-num,
.live-pnae-parcial .pnae-countdown-number,
.live-pnae-parcial .pnae-countdown-sep,
.live-pnae-parcial .pnae-funnel-step-bar,
.live-pnae-parcial .pnae-participar-highlight,
.live-pnae-parcial .btn {
    font-family: 'Outfit', sans-serif;
}

.live-pnae-parcial p,
.live-pnae-parcial li,
.live-pnae-parcial label,
.live-pnae-parcial input,
.live-pnae-parcial select,
.live-pnae-parcial button,
.live-pnae-parcial .section-subtitle,
.live-pnae-parcial .pnae-bar-label,
.live-pnae-parcial .pnae-countdown-cta {
    font-family: 'Nunito', sans-serif;
}

.pnae-live-hero .container,
.pnae-live-section .container,
.pnae-cred-strip .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Countdown */
.pnae-live-countdown {
    position: sticky;
    top: 0;
    z-index: 999;
    background: linear-gradient(135deg, #083FCF 0%, #B073FF 100%);
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 16px rgba(8, 63, 207, 0.35);
}

.pnae-live-countdown-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.pnae-live-countdown-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Nunito', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    white-space: nowrap;
}

.pnae-live-dot {
    width: 10px;
    height: 10px;
    background: #FC7D55;
    border-radius: 50%;
    animation: pnae-live-pulse 1.4s ease-in-out infinite;
}

@keyframes pnae-live-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(252, 125, 85, 0.7); }
    50% { box-shadow: 0 0 0 6px rgba(252, 125, 85, 0); }
}

.pnae-countdown-blocks {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.pnae-countdown-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 0.3rem 0.65rem;
    min-width: 52px;
}

.pnae-countdown-number {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.pnae-countdown-unit {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.pnae-countdown-sep {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}

.pnae-countdown-cta {
    background: #FC7D55;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 0.5rem 1.25rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pnae-countdown-cta:hover {
    background: #fff;
    color: #083FCF;
    transform: translateY(-2px);
}

.pnae-live-countdown.is-ended {
    display: none;
}

/* Hero live */
.pnae-live-hero .pnae-logo-img--hero.pnae-logo-img--live-hero,
.pnae-live-hero .pnae-logo-img--live-hero {
    width: min(420px, 92vw);
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: auto;
    display: block;
}

.pnae-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0.4rem 1rem;
    border-radius: 100px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 1rem;
}

.pnae-live-badge-dot {
    width: 8px;
    height: 8px;
    background: #4ade80;
    border-radius: 50%;
    animation: pnae-live-pulse 1.4s ease-in-out infinite;
}

.pnae-live-hero .hero-title {
    font-size: 2.35rem;
    margin-bottom: 1rem;
}

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

.pnae-live-hero .hero-title .accent-purple {
    color: #E9D5FF;
}

.pnae-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 1.5rem 0;
}

.pnae-stat-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 1.25rem;
    backdrop-filter: blur(6px);
}

.pnae-stat-ratio {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.pnae-stat-pct {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #FC7D55;
    margin-top: 0.25rem;
}

.pnae-stat-desc {
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
    line-height: 1.45;
}

.pnae-event-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.25rem;
}

.pnae-event-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.35rem 0.75rem;
    border-radius: 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.pnae-event-badge strong {
    color: #fff;
}

.pnae-speaker-mini {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.pnae-speaker-mini img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.pnae-speaker-mini strong {
    display: block;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
}

.pnae-speaker-mini span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Form */
.pnae-live-form-col {
    position: sticky;
    top: 80px;
}

.pnae-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem 1.75rem 1.75rem;
    box-shadow: 0 20px 60px rgba(8, 63, 207, 0.15);
    border: 1px solid rgba(8, 63, 207, 0.08);
}

.pnae-form-header {
    text-align: center;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.pnae-form-header h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.35rem;
}

.pnae-form-header p {
    font-size: 0.85rem;
    color: #6B7280;
    margin: 0;
}

.pnae-waitlist-form .form-group {
    margin-bottom: 0.75rem;
}

.pnae-waitlist-form .form-group label {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.25rem;
}

.pnae-waitlist-form .form-group input:not([type="radio"]),
.pnae-waitlist-form .form-group select {
    width: 100%;
    padding: 0.5rem 0.8rem;
    border: 1.5px solid #e5e7eb;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-size: 0.85rem;
    background: #f9fafb;
    box-sizing: border-box;
}

.pnae-waitlist-form .form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B7280' stroke-width='1.8' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    padding-right: 2.25rem;
}

.pnae-waitlist-form .form-group input:focus,
.pnae-waitlist-form .form-group select:focus {
    outline: none;
    border-color: #083FCF;
    box-shadow: 0 0 0 3px rgba(8, 63, 207, 0.1);
}

.form-radio-group {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.25rem;
}

.form-radio-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    cursor: pointer;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
}

.form-state-select {
    width: 90px !important;
}

.pnae-waitlist-form .btn-submit {
    width: 100%;
    margin-top: 0.5rem;
    height: 54px;
    border-radius: 12px;
}

.pnae-waitlist-form .form-required {
    color: #FC7D55;
    font-weight: 700;
}

/* Cred strip */
.pnae-cred-strip {
    background: #083FCF;
    color: rgba(255, 255, 255, 0.9);
    padding: 1rem 0;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5;
}

.pnae-cred-strip strong {
    color: #fff;
}

/* Sections */
.pnae-live-section {
    padding: 4rem 0;
}

.pnae-live-section--alt {
    background: #fff;
}

.pnae-live-section--purple {
    background: linear-gradient(180deg, #EFE2FF 0%, #fff 100%);
}

.pnae-section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.pnae-section-header .section-title {
    margin-bottom: 0.75rem;
}

.pnae-section-header .section-title span {
    color: #083FCF;
}

/* Mirror tabs */
.pnae-mirror-tabs {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.pnae-mirror-tab {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 0.65rem 1.25rem;
    border-radius: 100px;
    border: 2px solid #e5e7eb;
    background: #fff;
    color: #4B5563;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pnae-mirror-tab.is-active,
.pnae-mirror-tab:hover {
    border-color: #083FCF;
    background: #083FCF;
    color: #fff;
}

.pnae-mirror-panel {
    display: none;
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 20px rgba(8, 63, 207, 0.06);
}

.pnae-mirror-panel.is-active {
    display: block;
}

.pnae-mirror-panel h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.35rem;
    color: #1F2937;
    margin-bottom: 1rem;
}

.pnae-mirror-panel p {
    font-family: 'Nunito', sans-serif;
    color: #4B5563;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.pnae-mirror-tab,
.pnae-insight-tab,
.pnae-insight-subtab {
    font-family: 'Outfit', sans-serif;
}

.pnae-faq-q {
    font-family: 'Outfit', sans-serif;
}

.pnae-faq-a {
    font-family: 'Nunito', sans-serif;
}

.pnae-mobile-sticky-text {
    font-family: 'Outfit', sans-serif;
}

.pnae-mobile-sticky-text span {
    font-family: 'Nunito', sans-serif;
}

/* Bars */
.pnae-bar-row {
    margin-bottom: 0.85rem;
}

.pnae-bar-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #4B5563;
}

.pnae-bar-val {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    color: #1F2937;
}

.pnae-bar-track {
    height: 10px;
    background: #F3F4F6;
    border-radius: 10px;
    overflow: hidden;
}

.pnae-bar-fill {
    height: 100%;
    border-radius: 10px;
    width: 0;
    transition: width 0.8s ease;
}

.pnae-bar-fill--green { background: #10B981; }
.pnae-bar-fill--blue { background: #083FCF; }
.pnae-bar-fill--red { background: #EF4444; }
.pnae-bar-fill--gray { background: #9CA3AF; }
.pnae-bar-fill--orange { background: #FC7D55; }
.pnae-bar-fill--purple { background: #B073FF; }

.pnae-highlight-box {
    font-family: 'Nunito', sans-serif;
    background: linear-gradient(135deg, #EFF4FF, #F3EAFF);
    border-left: 4px solid #083FCF;
    padding: 1rem 1.25rem;
    border-radius: 0 12px 12px 0;
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-size: 0.93rem;
    color: #1F2937;
    line-height: 1.65;
}

.pnae-highlight-box strong {
    color: #083FCF;
}

/* Insight explorer */
.pnae-insight-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pnae-insight-tab {
    font-family: 'Nunito', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 1.5px solid #EFE2FF;
    background: #fff;
    color: #083FCF;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pnae-insight-tab.is-active {
    background: #083FCF;
    color: #fff;
    border-color: #083FCF;
}

.pnae-insight-panel {
    display: none;
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e5e7eb;
    max-width: 800px;
    margin: 0 auto;
}

.pnae-insight-panel.is-active {
    display: block;
}

.pnae-insight-panel h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #083FCF;
}

.pnae-insight-metric {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1F2937;
    line-height: 1;
    margin: 0.5rem 0;
}

.pnae-insight-metric span {
    font-size: 1rem;
    color: #6B7280;
    font-weight: 600;
}

.pnae-insight-panel ul {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    font-family: 'Nunito', sans-serif;
    color: #4B5563;
    line-height: 1.7;
}

.pnae-insight-panel p {
    font-family: 'Nunito', sans-serif;
}

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

.pnae-insight-subtabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.pnae-insight-subtab {
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 0.85rem;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    cursor: pointer;
}

.pnae-insight-subtab.is-active {
    background: #FC7D55;
    color: #fff;
    border-color: #FC7D55;
}

.pnae-insight-subpanel {
    display: none;
}

.pnae-insight-subpanel.is-active {
    display: block;
}

/* Funnel */
.pnae-funnel-steps {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1rem 0;
}

.pnae-funnel-step {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f9fafb;
}

.pnae-funnel-step.is-active {
    border-color: #083FCF;
    background: #EFF4FF;
}

.pnae-funnel-step-label {
    flex: 1;
    font-size: 0.88rem;
    font-weight: 600;
    color: #4B5563;
}

.pnae-funnel-step-bar {
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    min-width: 80px;
}

.pnae-funnel-step-bar--100 { width: 100%; background: #083FCF; }
.pnae-funnel-step-bar--70 { width: 70%; background: #4F6FEB; }
.pnae-funnel-step-bar--40 { width: 40%; background: #B073FF; }

.pnae-insight-lead {
    font-family: 'Nunito', sans-serif;
    color: #4B5563;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

/* Rank (estático) */
.pnae-rank-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pnae-rank-list--static .pnae-rank-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: default;
}

.pnae-rank-list--static .pnae-rank-item:last-child {
    border-bottom: none;
}

.pnae-rank-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #083FCF;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.pnae-rank-num.top {
    background: #FC7D55;
}

.pnae-rank-body {
    flex: 1;
    min-width: 0;
}

.pnae-rank-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

.pnae-rank-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1F2937;
    line-height: 1.35;
}

.pnae-rank-pct {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #083FCF;
    flex-shrink: 0;
}

.pnae-rank-note {
    font-family: 'Nunito', sans-serif;
    font-size: 0.88rem;
    color: #6B7280;
    line-height: 1.55;
    margin: 0;
}

/* Participar PNAE */
.pnae-participar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    max-width: 960px;
    margin: 0 auto;
}

.pnae-participar-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pnae-participar-card--cta {
    background: linear-gradient(135deg, #EFF4FF 0%, #F3EAFF 100%);
    border-color: rgba(8, 63, 207, 0.15);
}

.pnae-participar-card--wide {
    grid-column: 1 / -1;
}

.pnae-participar-icon {
    font-size: 1.5rem;
    line-height: 1;
}

.pnae-participar-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #083FCF;
    margin: 0;
}

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

.pnae-participar-highlight {
    font-family: 'Outfit', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1F2937;
    margin: 0.15rem 0 0.35rem;
}

.pnae-participar-list {
    margin: 0.25rem 0 0;
    padding-left: 1.15rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    color: #4B5563;
    line-height: 1.65;
}

.pnae-participar-list li + li {
    margin-top: 0.4rem;
}

.pnae-participar-card--cta .btn {
    margin-top: 0.75rem;
    width: 100%;
}

/* Topics */
.pnae-topics-grid {
    display: grid;
    gap: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
}

.pnae-topic-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.pnae-topic-num {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #FC7D55;
    flex-shrink: 0;
}

.pnae-topic-item h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
    color: #1F2937;
}

.pnae-topic-item p {
    font-size: 0.9rem;
    color: #6B7280;
    margin: 0;
    line-height: 1.55;
}

/* FAQ */
.pnae-faq-list {
    max-width: 720px;
    margin: 0 auto;
}

.pnae-faq-item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.pnae-faq-q {
    width: 100%;
    text-align: left;
    padding: 1.1rem 1.25rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #1F2937;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.pnae-faq-q::after {
    content: '+';
    font-size: 1.25rem;
    color: #083FCF;
    flex-shrink: 0;
}

.pnae-faq-item.is-open .pnae-faq-q::after {
    content: '−';
}

.pnae-faq-a {
    display: none;
    padding: 0 1.25rem 1.1rem;
    font-size: 0.9rem;
    color: #4B5563;
    line-height: 1.65;
}

.pnae-faq-item.is-open .pnae-faq-a {
    display: block;
}

.pnae-faq-a a {
    color: #083FCF;
    font-weight: 700;
}

.pnae-section-cta {
    text-align: center;
    margin-top: 2rem;
}

/* Mobile sticky */
.pnae-mobile-sticky {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    padding: 0.75rem 1rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
}

.pnae-mobile-sticky.is-visible {
    display: block;
}

.pnae-mobile-sticky-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.pnae-mobile-sticky-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #1F2937;
}

.pnae-mobile-sticky-text span {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #6B7280;
}

/* Obrigado extras (scoped via body class on ty page) */
body.obrigado-live-pnae .event-card {
    display: flex;
    gap: 1.25rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    text-align: left;
    width: 100%;
    max-width: 520px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

body.obrigado-live-pnae .event-date-badge {
    flex-shrink: 0;
    width: 64px;
    background: linear-gradient(135deg, #083FCF, #B073FF);
    border-radius: 12px;
    padding: 0.5rem;
    text-align: center;
    color: #fff;
}

body.obrigado-live-pnae .event-month {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

body.obrigado-live-pnae .event-day {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1;
}

body.obrigado-live-pnae .event-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: #083FCF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.35rem;
}

body.obrigado-live-pnae .event-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}

body.obrigado-live-pnae .event-detail-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #6B7280;
    margin-bottom: 0.25rem;
}

body.obrigado-live-pnae .btn-youtube {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #1F2937;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    padding: 0 1.75rem;
    height: 52px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
}

body.obrigado-live-pnae .btn-youtube:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

body.obrigado-live-pnae .yt-link-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

body.obrigado-live-pnae .yt-link-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

@media (max-width: 900px) {
    .pnae-live-hero .hero-grid {
        grid-template-columns: 1fr;
    }

    .pnae-live-form-col {
        position: static;
    }

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

    .pnae-live-hero .hero-title {
        font-size: 1.85rem;
    }

    .pnae-live-hero .pnae-logo-img--live-hero {
        width: min(320px, 88vw);
    }
}

@media (max-width: 640px) {
    .pnae-live-countdown-inner {
        gap: 0.75rem;
    }

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

    .pnae-insight-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.5rem;
    }
}
