/* Design Tokens — Premium Political */
:root {
    --navy: #1B4D3E;
    --navy-deep: #0C1A15;
    --royal: #2D6B4B;
    --gold: #C49D3A;
    --gold-light: #E2C471;
    --gold-dim: #8B6F2A;
    --white: #FFFFFF;
    --cream: #F5F0E8;
    --gray-light: #EFEBE4;
    --text-main: #1A2420;
    --text-muted: #5C6B64;
    --glass: rgba(255, 255, 255, 0.8);
    --glass-border: rgba(12, 26, 21, 0.08);
    
    --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-editorial: 'Playfair Display', Georgia, serif;
    
    --shadow-premium: 0 30px 60px rgba(12, 26, 21, 0.06);
    --transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    background-color: var(--cream);
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Texture Overlay for Premium Feel */
body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/pinstriped-suit.png');
    opacity: 0.025;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: multiply;
}

/* Patriotic Bar */
.patriotic-bar {
    height: 6px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.patriotic-bar .green { flex: 1; background: #006437; }
.patriotic-bar .yellow { flex: 1; background: #FFD700; }
.patriotic-bar .blue { flex: 1; background: #002776; }
.patriotic-bar .white { flex: 1; background: #FFFFFF; }

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* Navbar Premium */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0.8rem 0;
    transition: var(--transition);
    background: rgba(253, 252, 248, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(12, 26, 21, 0.06);
    box-shadow: 0 4px 30px rgba(12, 26, 21, 0.04);
}

.navbar.scrolled {
    padding: 0.6rem 0;
    background: rgba(253, 252, 248, 0.98);
    box-shadow: 0 4px 30px rgba(12, 26, 21, 0.08);
}

.navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img {
    height: 56px;
    width: auto;
    transition: var(--transition);
    opacity: 1;
}

.navbar.scrolled .logo-img {
    height: 48px;
    opacity: 1;
}

.nav-links {
    display: none;
    gap: 2.5rem;
    align-items: center;
}

@media (min-width: 1024px) {
    .nav-links {
        display: flex;
    }
}

.nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-main);
    position: relative;
    transition: color 0.3s ease;
    padding: 0.3rem 0;
}

.navbar.scrolled .nav-link {
    color: var(--text-main);
}

.nav-link:hover {
    color: #006437;
}

.navbar.scrolled .nav-link:hover {
    color: #006437;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1.5px;
    background: var(--gold);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-link:hover::after {
    width: 100%;
}

.btn-nav {
    background: var(--gold);
    color: var(--navy-deep);
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}

.btn-nav:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(201, 168, 76, 0.3);
    background: var(--gold-light);
}

/* Mobile Toggle */
.mobile-menu-toggle {
    display: block;
    background: none;
    border: none;
    color: var(--navy-deep);
    cursor: pointer;
}

@media (min-width: 1024px) {
    .mobile-menu-toggle {
        display: none;
    }
}

/* Typography & Section Headings */
.section-title {
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.8rem;
    display: block;
}

.section-heading {
    font-family: var(--font-sans);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--navy-deep);
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

/* Hero Section — Cinematográfico Institucional */
.hero-section {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0;
    background: #0C1A15;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 65% 50%, rgba(27, 77, 62, 0.35) 0%, transparent 60%),
        radial-gradient(ellipse at 30% 80%, rgba(196, 157, 58, 0.04) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(196, 157, 58, 0.03) 0%, transparent 40%);
    z-index: 1;
    pointer-events: none;
}

.hero-mesh {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(0,100,55,0.08) 0%, transparent 30%),
        linear-gradient(225deg, rgba(0,39,118,0.06) 0%, transparent 30%),
        linear-gradient(315deg, rgba(255,215,0,0.04) 0%, transparent 40%);
    z-index: 1;
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 72px;
    padding-bottom: 30px;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: flex-start;
    min-height: auto;
    position: relative;
}

.quote-feature-section {
    padding: 4rem 0 2rem;
    background: rgba(255, 255, 255, 0.95);
}

.quote-feature-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    border-radius: 30px;
    background: #0C1A15;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18);
    color: #F5F1EA;
}

.quote-feature-card .section-title {
    color: #F3D574;
}

.quote-feature-card .section-heading {
    color: #ffffff;
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
}

.quote-feature-text {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.9;
    margin: 0 0 1.8rem;
    font-size: 1.05rem;
    max-width: 780px;
}

.quote-feature-meta {
    margin-bottom: 1.8rem;
}

.quote-feature-meta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    font-size: 0.95rem;
}

.btn-reel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.6rem;
}

@media (max-width: 768px) {
    .quote-feature-card {
        padding: 1.8rem 1.4rem;
    }

    .quote-feature-text {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        min-height: auto;
        gap: 2rem;
    }
}

/* Hero Content — tight left column */
.hero-content {
    max-width: 580px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2rem 0;
}

@media (max-width: 1024px) {
    .hero-content {
        max-width: 100%;
        padding: 2rem 0 0;
        align-items: center;
    }
}

.hero-content.active {
    opacity: 1;
    transform: translateY(0);
}

.hero-label {
    font-family: 'Inter', var(--font-sans);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    display: block;
}

.hero-title {
    font-family: var(--font-editorial);
    font-size: clamp(2rem, 3.8vw, 3.8rem);
    line-height: 1.2;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: -0.01em;
}

.hero-title em {
    font-style: italic;
    font-weight: 400;
    color: var(--gold-light);
}

.hero-description {
    font-family: 'Inter', var(--font-sans);
    font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    color: rgba(255, 255, 255, 0.55);
    max-width: 500px;
    line-height: 1.8;
    font-weight: 400;
}

/* Lead Capture Section */
.lead-capture-section {
    padding: 4rem 0;
    background: rgba(255, 255, 255, 0.96);
}

.lead-capture-card {
    display: grid;
    grid-template-columns: minmax(280px, 1.1fr) minmax(320px, 0.9fr);
    gap: 2rem;
    align-items: stretch;
    background: #ffffff;
    border: 1px solid rgba(12, 26, 21, 0.08);
    border-radius: 32px;
    box-shadow: 0 30px 80px rgba(12, 26, 21, 0.08);
    padding: 2.5rem;
}

.lead-capture-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.lead-capture-description {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy-deep);
    max-width: 620px;
}

.lead-capture-support {
    color: var(--text-muted);
    line-height: 1.8;
    max-width: 600px;
    font-size: 1rem;
}

.lead-capture-details {
    margin-top: 1rem;
}

.lead-capture-whatsapp {
    display: inline-block;
    color: var(--navy-deep);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(12, 26, 21, 0.4);
}

.lead-capture-actions {
    margin-top: 1.8rem;
}

.lead-capture-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.lead-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.lead-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    color: var(--text-main);
    font-size: 0.95rem;
    font-weight: 600;
}

.lead-form-field span {
    font-size: 0.9rem;
}

.lead-form-field input {
    width: 100%;
    border: 1px solid rgba(12, 26, 21, 0.15);
    border-radius: 10px;
    background: #fff;
    color: var(--text-main);
    padding: 0.95rem 1rem;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lead-form-field input:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 4px rgba(196, 157, 58, 0.12);
}

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

.lead-form-submit {
    width: fit-content;
    padding: 1rem 2.4rem;
}

.lead-form-feedback {
    color: var(--navy-deep);
    font-weight: 600;
    min-height: 1.6rem;
    margin-top: 0.2rem;
}

.lead-form-feedback.success {
    color: #0C6E47;
}

.lead-capture-note,
.lead-capture-story {
    margin-top: 1.5rem;
    padding: 1.4rem 1.5rem;
    border-radius: 18px;
    background: rgba(12, 26, 21, 0.04);
    border: 1px solid rgba(12, 26, 21, 0.08);
}

.lead-capture-note p,
.lead-capture-story p {
    margin: 0 0 0.8rem;
    line-height: 1.75;
    color: var(--text-muted);
}

.lead-capture-note p:last-child,
.lead-capture-story p:last-child {
    margin-bottom: 0;
}

.lead-capture-note strong {
    color: var(--text-main);
}

.lead-capture-story h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: var(--navy-deep);
}

.lead-capture-final {
    margin-top: 1rem;
    font-weight: 700;
    color: var(--navy-deep);
}

.lead-form-feedback.error {
    color: #B10B0B;
}

.input-error {
    border-color: #B10B0B;
}

@media (max-width: 1024px) {
    .lead-capture-card {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
    .lead-form-grid {
        grid-template-columns: 1fr;
    }
    .lead-capture-section {
        padding: 3rem 0;
    }
}

@media (max-width: 640px) {
    .container {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .lead-capture-card {
        border-radius: 24px;
    }
    .lead-capture-actions {
        width: 100%;
    }
    .btn-primary.lead-capture-button {
        width: 100%;
    }
    .lead-form-submit {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .hero-description {
        max-width: 100%;
    }
}

/* Hero Stats — refined editorial */
.hero-stats {
    display: flex;
    gap: 1.5rem;
    padding-top: 0.5rem;
}

@media (max-width: 600px) {
    .hero-stats {
        gap: 1.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    position: relative;
}

.stat-item + .stat-item {
    padding-left: 2.5rem;
}

.stat-item + .stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12%;
    height: 76%;
    width: 1px;
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 600px) {
    .stat-item + .stat-item {
        padding-left: 1.5rem;
    }
}

.stat-value {
    font-family: var(--font-editorial);
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--gold-light);
    line-height: 1;
    display: block;
}

.stat-label {
    font-family: 'Inter', var(--font-sans);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.3);
    display: block;
    line-height: 1.4;
}

/* Hero CTA Group */
.hero-cta-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-top: 1rem;
}

@media (max-width: 1024px) {
    .hero-cta-group {
        justify-content: center;
    }
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gold);
    color: var(--navy-deep);
    padding: 1rem 2.4rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(196, 157, 58, 0.2);
}

.btn-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    padding: 1rem 0.5rem;
}

.btn-text-link:hover {
    color: var(--gold-light);
}

.btn-text-link svg {
    transition: transform 0.3s ease;
}

.btn-text-link:hover svg {
    transform: translateX(4px);
}

/* Hero Image — integrated cinematic */
.hero-image-box {
    position: sticky;
    top: 72px;
    align-self: start;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

@media (max-width: 1024px) {
    .hero-image-box {
        position: relative;
        justify-content: center;
        height: auto;
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        transform: translateY(30px);
        opacity: 1;
    }
}

.hero-image-box.active {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1024px) {
    .hero-image-box.active {
        transform: translateY(0);
    }
}

.hero-glow-halo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding-bottom: 90%;
    background: radial-gradient(circle at center,
        rgba(255, 215, 0, 0.15) 0%,
        rgba(0, 100, 55, 0.1) 30%,
        rgba(0, 39, 118, 0.05) 50%,
        transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: halo-pulse 4s ease-in-out infinite;
}

@keyframes halo-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 1; }
}

.hero-image-frame {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}


.hero-image {
    max-height: 70vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .hero-image {
        max-height: 60vh;
    }
}

@media (max-width: 600px) {
    .hero-image {
        max-height: 50vh;
    }
}


/* Manifesto Section */
.manifesto-section {
    padding: 10rem 0;
    background: var(--cream);
    color: var(--navy-deep);
    position: relative;
    overflow: hidden;
}

.manifesto-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-tag {
    font-size: 0.95rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--royal);
    margin-bottom: 1.5rem;
    display: block;
}

.manifesto-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    color: var(--navy-deep);
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.gold-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
    margin-top: 2.5rem;
    border-radius: 2px;
}

.manifesto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
}

.manifesto-card {
    background: var(--white);
    padding: 4rem 3rem;
    border-radius: 12px;
    transition: var(--transition);
    border: 1px solid rgba(6, 78, 59, 0.06);
    box-shadow: 0 10px 30px rgba(6, 78, 59, 0.02);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.manifesto-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
    opacity: 0;
    transition: var(--transition);
}

.manifesto-card:hover::before {
    opacity: 1;
}

.manifesto-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(6, 78, 59, 0.08);
    border-color: rgba(197, 155, 39, 0.25);
}

.card-icon-container {
    padding: 1.2rem;
    background: rgba(197, 155, 39, 0.06);
    border-radius: 12px;
    margin-bottom: 2.5rem;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.manifesto-card:hover .card-icon-container {
    background: rgba(197, 155, 39, 0.12);
    transform: scale(1.05) rotate(3deg);
}

.card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--navy-deep);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.card-subtitle {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--royal);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    display: block;
}

.card-desc {
    font-size: 1rem;
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-weight: 400;
    opacity: 0.85;
}

.card-link {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--royal);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: var(--transition);
    margin-top: auto;
    text-decoration: none;
}

.card-link svg {
    transition: var(--transition);
}

.card-link:hover {
    color: var(--gold);
}

.card-link:hover svg {
    transform: translateX(5px);
}

/* News Section Premium */
.news-section {
    padding: 5rem 0;
    background: var(--white);
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .news-grid {
        grid-template-columns: 1.5fr 1fr;
    }
}

/* Fix Fixed Navbar Scroll Offset */
section[id] {
    scroll-margin-top: 120px;
}

.news-card-featured {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 600px;
    cursor: pointer;
    box-shadow: var(--shadow-premium);
}

.news-card-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card-featured:hover img {
    transform: scale(1.05);
}

.news-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem 3rem;
    background: linear-gradient(to top, rgba(4, 42, 31, 0.95) 0%, rgba(4, 42, 31, 0.3) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    transition: all 0.4s ease;
}

.news-card-featured:hover .news-overlay {
    background: linear-gradient(to top, rgba(4, 42, 31, 0.98) 0%, rgba(4, 42, 31, 0.5) 60%, transparent 100%);
}

/* Premium News Row Card (Right List) */
.news-row-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(4, 42, 31, 0.08);
    border-radius: 16px;
    padding: 1.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(4, 42, 31, 0.02);
    position: relative;
    overflow: hidden;
}

.news-row-card:hover {
    transform: translateY(-4px);
    background: var(--white);
    border-color: rgba(197, 155, 39, 0.35);
    box-shadow: 0 15px 35px rgba(4, 42, 31, 0.08);
}

.news-row-img {
    width: 120px;
    height: 100px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    border: 1px solid rgba(4, 42, 31, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.news-row-card:hover .news-row-img {
    transform: scale(1.05);
    border-color: rgba(197, 155, 39, 0.2);
}

.news-row-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    transition: transform 0.3s ease;
}

.news-row-card:hover .news-row-content {
    transform: translateX(4px);
}

.news-row-date {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-row-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--navy-deep);
    margin: 0;
    line-height: 1.35;
    transition: all 0.3s ease;
    letter-spacing: -0.01em;
}

.news-row-card:hover .news-row-title {
    color: var(--navy-deep);
}

/* News overlay typography helper */
.news-overlay-tag {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
}
.news-overlay-title {
    font-family: var(--font-serif);
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 900;
    color: var(--white);
    margin: 0.5rem 0 1.5rem;
    line-height: 1.25;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
.news-overlay-btn {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(8px);
    color: var(--white);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}
.news-overlay-btn:hover {
    background: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.4);
}

/* Dynamic Gliding Arrow Indicator */
.news-row-card::after {
    content: '→';
    font-family: var(--font-sans);
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--gold);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: auto;
    padding-left: 0.5rem;
    flex-shrink: 0;
}

.news-row-card:hover::after {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 576px) {
    .news-row-card {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 1.25rem;
    }
    
    .news-row-img {
        width: 100%;
        height: 160px;
    }
}

/* Footer Premium */
footer, .footer {
    background: #070F24;
    padding: 1.5rem 0 1rem;
    border-top: 1px solid var(--glass-border);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.footer-logo {
    height: 80px;
    margin-bottom: 2rem;
}

.footer-logo-img {
    height: 40px;
    width: auto;
    margin-bottom: 0.5rem;
}

.footer-desc {
    color: rgba(255,255,255,0.6);
    max-width: 300px;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.footer-heading {
    color: var(--gold);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 0.6rem;
    font-weight: 800;
}

.footer-link {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.3rem;
    font-weight: 500;
    transition: var(--transition);
    font-size: 0.85rem;
}

.footer-link:hover {
    color: var(--gold);
    transform: translateX(5px);
}

/* Premium Animated Social Links */
.social-link-premium {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-link-premium:hover {
    color: var(--gold-light) !important;
    transform: translateX(8px);
}

.social-svg-icon {
    width: 20px;
    height: 20px;
    stroke: rgba(255, 255, 255, 0.5);
    fill: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-link-premium:hover .social-svg-icon {
    stroke: var(--gold-light);
}

/* Instagram Hover Animation */
.social-link-premium:hover .instagram-icon {
    transform: rotate(12deg) scale(1.15);
    filter: drop-shadow(0 0 8px rgba(197, 155, 39, 0.5));
}

/* Facebook Hover Animation */
.social-link-premium:hover .facebook-icon {
    transform: translateY(-2px) scale(1.15);
    filter: drop-shadow(0 0 8px rgba(197, 155, 39, 0.5));
}

/* YouTube Hover Animation */
.social-link-premium:hover .youtube-icon {
    transform: scale(1.2);
    fill: rgba(197, 155, 39, 0.15);
    filter: drop-shadow(0 0 8px rgba(197, 155, 39, 0.5));
}

.footer-copyright {
    text-align: center;
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--glass-border);
}
.footer-copyright-text {
    color: rgba(255,255,255,0.4);
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
}
.footer-copyright-small {
    display: block;
    margin-top: 0.5rem;
    color: rgba(255,255,255,0.3);
    font-size: 0.8rem;
}
.footer-dev-link {
    display: inline-block;
    text-decoration: none;
}
.footer-dev-logo {
    height: 90px;
    width: auto;
    display: block;
    border: none;
    outline: none;
}

/* Developer Credit Link Premium Style */
.developer-credit-link {
    display: inline-block;
}

.developer-credit-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--gold-light);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.developer-credit-link:hover {
    color: var(--white) !important;
    text-shadow: 0 0 8px rgba(197, 155, 39, 0.6);
}

.developer-credit-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* Mobile Menu Premium Overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--navy-deep);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    transition: var(--transition);
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu a {
    font-size: 2rem;
    font-family: var(--font-serif);
    font-weight: 700;
    color: var(--white);
}

.mobile-menu a:hover {
    color: var(--gold);
}

/* Hover Gaze for Premium Cards */
.manifesto-card, .news-card-featured {
    transition: var(--transition);
}

.manifesto-card:hover {
    box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.25);
    border-color: var(--gold);
}

/* ===== PLAYER THUMB ===== */
.player-thumb {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(197, 155, 39, 0.15);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.player-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.player-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background: #ff0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 0, 0, 0.4);
    transition: transform 0.2s ease;
    pointer-events: none;
}

.player-thumb:hover .player-play-btn {
    transform: translate(-50%, -50%) scale(1.08);
}

.player-thumb.playing {
    cursor: default;
    border-color: var(--gold);
}

.player-thumb.playing img,
.player-thumb.playing .player-play-btn {
    display: none;
}

/* ===== APOIADORES COUNTER SECTION ===== */
.causa-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, var(--navy-deep) 0%, #064E3B 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.causa-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(197, 155, 39, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.causa-header {
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.causa-heading {
    color: white;
    font-size: clamp(2rem, 4vw, 3.5rem);
}

.causa-subtitle {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.causa-section-title {
    color: var(--gold-light);
}

.causa-count {
    color: var(--gold-light);
    font-weight: 900;
}

.causa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.causa-stat {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(197, 155, 39, 0.2);
    border-radius: 16px;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.causa-stat:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(197, 155, 39, 0.5);
    transform: translateY(-6px);
}

.causa-number {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--gold-light);
    line-height: 1;
    display: block;
}

.causa-label {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.6);
}

/* ===== DEPOIMENTOS SECTION ===== */
.depoimentos-section {
    background: var(--gray-light);
}
.depoimentos-header {
    text-align: center;
    margin-bottom: 2rem;
}
.depoimentos-heading {
    color: var(--navy-deep);
    margin-bottom: 0.5rem;
}
.depoimentos-subtitle {
    color: var(--text-muted);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}
.depoimentos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
}

.depoimento-card {
    background: var(--white);
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(6, 78, 59, 0.06);
    border: 1px solid rgba(6, 78, 59, 0.06);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: var(--transition);
    position: relative;
}

.depoimento-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(6, 78, 59, 0.12);
    border-color: rgba(197, 155, 39, 0.3);
}

.depoimento-quote {
    font-family: var(--font-serif);
    font-size: 5rem;
    line-height: 0.6;
    color: var(--gold-light);
    font-weight: 900;
    opacity: 0.4;
    height: 40px;
}

.depoimento-texto {
    font-size: 1.05rem;
    color: var(--text-main);
    line-height: 1.8;
    font-style: italic;
    flex: 1;
}

.depoimento-autor {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(6, 78, 59, 0.08);
}

.depoimento-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-deep);
    font-weight: 900;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.depoimento-nome {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--navy-deep);
    margin-bottom: 0.2rem;
}

.depoimento-local {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Galeria de Fotos Premium */
.gallery-section {
    padding: 4rem 0;
    background: var(--cream);
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.gallery-header .section-heading {
    margin-bottom: 0;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.gallery-card {
    position: relative;
    height: 380px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(1, 26, 20, 0.08);
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgba(1, 26, 20, 0.95) 0%, 
        rgba(1, 26, 20, 0.5) 40%, 
        transparent 80%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
    z-index: 2;
    transition: background 0.4s ease;
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(1, 26, 20, 0.18);
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-card-tag {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-light);
    margin-bottom: 0.5rem;
    display: block;
}

.gallery-card-title {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--white) !important;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Elegant custom button in heading */
.btn-gallery-all {
    border: 2px solid var(--gold);
    color: var(--navy-deep);
    background: transparent;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-gallery-all:hover {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-deep);
    box-shadow: 0 10px 25px rgba(201, 168, 76, 0.3);
    border-color: transparent;
    transform: translateY(-2px);
}

/* ===== PRÉ-CAMPANHA CINEMATOGRÁFICA ===== */
.pc-section {
    background: var(--white);
    overflow: hidden;
}

/* Hero — cinematic split field */
.pc-hero {
    position: relative;
    padding: 0;
    background: #050F0B;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pc-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 70% 50%, #0A1F17 0%, #050F0B 50%, #010503 100%);
    z-index: 1;
}

.pc-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 15, 11, 0.92) 0%, rgba(5, 15, 11, 0.5) 40%, rgba(5, 15, 11, 0.3) 60%, rgba(5, 15, 11, 0.7) 100%),
        radial-gradient(ellipse at 30% 80%, rgba(197, 155, 39, 0.04) 0%, transparent 60%);
    z-index: 2;
}

.pc-hero-grain {
    position: absolute;
    inset: 0;
    background-image: url('https://www.transparenttextures.com/patterns/clean-gray-paper.png');
    background-size: 300px 300px;
    opacity: 0.04;
    mix-blend-mode: overlay;
    z-index: 3;
    pointer-events: none;
}

.pc-hero-inner {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    padding: 2rem 0;
    width: 100%;
}

@media (min-width: 1024px) {
    .pc-hero-inner {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        padding: 3rem 0;
    }
}

/* Image — integrated, no box, natural shadow */
.pc-hero-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    order: 1;
}

@media (min-width: 1024px) {
    .pc-hero-image {
        order: 0;
    }
}

.pc-hero-image-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60%;
    background: radial-gradient(ellipse at center bottom, rgba(197, 155, 39, 0.08) 0%, rgba(5, 15, 11, 0.3) 50%, transparent 75%);
    pointer-events: none;
    z-index: 1;
}

.pc-hero-image img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    position: relative;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 75%, transparent 100%);
}

@media (min-width: 1024px) {
    .pc-hero-image img {
        max-width: 600px;
    }
}

/* Content — tight to the image */
.pc-hero-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 0 2rem;
}

@media (min-width: 1024px) {
    .pc-hero-content {
        padding: 0 2rem 0 0;
    }
}

.pc-hero-tag {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.pc-hero-badge {
    display: inline-block;
    font-family: 'Open Sans', var(--font-sans);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
}

.pc-hero-flag {
    font-size: 1rem;
    line-height: 1;
}

.pc-hero-quote {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.8rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.3;
    letter-spacing: -0.01em;
    position: relative;
}

.pc-hero-quote-mark {
    font-family: 'Georgia', serif;
    font-size: 3em;
    color: rgba(197, 155, 39, 0.15);
    position: absolute;
    top: -0.4em;
    left: -0.15em;
    line-height: 1;
    pointer-events: none;
}

.pc-hero-accent {
    display: inline;
    color: #D4AF37;
    font-weight: 700;
}

.pc-hero-text {
    font-family: 'Open Sans', var(--font-sans);
    font-size: clamp(0.9rem, 1.6vw, 1.05rem);
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    max-width: 480px;
    font-weight: 400;
}

/* Metrics — campaign-style, not SaaS */
.pc-hero-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-top: 0.5rem;
    border-left: 2px solid var(--gold);
    padding-left: 1.5rem;
}

.pc-hero-stat-text {
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    line-height: 1.8;
    font-style: italic;
    max-width: 480px;
}
.pc-hero-stat-text strong {
    color: #fff;
}

.pc-metric {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.1rem;
    position: relative;
}

.pc-metric + .pc-metric {
    padding-left: 2rem;
}

.pc-metric + .pc-metric::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.pc-metric-value {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
}

.pc-metric-unit {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: 1rem;
    font-weight: 400;
    color: #D4AF37;
    margin-right: 0.3rem;
    align-self: flex-start;
}

.pc-metric-label {
    font-family: 'Open Sans', var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.35);
    width: 100%;
    padding-top: 0.15rem;
}

/* Section Divider */
.section-divider {
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: -1px;
    overflow: hidden;
    line-height: 0;
}
.section-divider svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Jornada */
.pc-jornada {
    padding: 1.5rem 0 2rem;
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.pc-jornada::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 600px 300px at 15% 0%, rgba(0,100,55,0.05) 0%, transparent 60%),
        radial-gradient(ellipse 500px 500px at 85% 100%, rgba(0,39,118,0.04) 0%, transparent 60%),
        radial-gradient(ellipse 400px 400px at 50% 40%, rgba(255,215,0,0.025) 0%, transparent 60%);
    pointer-events: none;
}

.pc-jornada-header {
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.pc-jornada-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, #006437, #FFD700, #002776);
    margin: 0.75rem auto 0;
    border-radius: 2px;
}

.pc-jornada-header .pc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #006437;
    background: rgba(0, 100, 55, 0.06);
    border: 1px solid rgba(0, 100, 55, 0.15);
    padding: 0.4rem 0.9rem;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.pc-jornada-header .pc-hero-badge .star-icon {
    color: #FFD700;
}

.pc-jornada-title {
    font-family: 'Open Sans', var(--font-sans);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--navy-deep);
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.pc-jornada-sub {
    font-family: 'Open Sans', var(--font-sans);
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

.pc-jornada-list {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

.pc-jornada-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #006437 0%, #FFD700 40%, #002776 80%, transparent 100%);
    opacity: 0.35;
}

@media (min-width: 600px) {
    .pc-jornada-list::before {
        left: 28px;
    }
}

.pc-jornada-card {
    display: flex;
    gap: 1.5rem;
    padding: 1.5rem 0;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: pcFadeIn 0.5s ease forwards;
    animation-delay: calc(var(--i, 1) * 0.1s);
}

@keyframes pcFadeIn {
    to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 600px) {
    .pc-jornada-card {
        gap: 2rem;
        padding: 2rem 0;
    }
}

.pc-jornada-num {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    width: 40px;
    position: relative;
    z-index: 2;
}

@media (min-width: 600px) {
    .pc-jornada-num {
        width: 56px;
    }
}

.pc-jornada-num span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #006437 0%, #00994D 50%, #00AA55 100%);
    color: #fff;
    font-family: 'Open Sans', var(--font-sans);
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(0, 100, 55, 0.25);
    border: 2px solid rgba(255, 215, 0, 0.7);
    position: relative;
}

@media (min-width: 600px) {
    .pc-jornada-num span {
        width: 56px;
        height: 56px;
        font-size: 1rem;
        border-width: 2.5px;
    }
}

.pc-jornada-line {
    width: 2px;
    flex: 1;
    background: linear-gradient(180deg, rgba(0, 100, 55, 0.2) 0%, transparent 100%);
}

.pc-jornada-card:last-child .pc-jornada-line {
    display: none;
}

.pc-jornada-content {
    flex: 1;
    background: var(--white);
    border: 1px solid rgba(0, 100, 55, 0.06);
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    box-shadow: 0 2px 12px rgba(12, 26, 21, 0.03);
}

.pc-jornada-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #006437, #FFD700);
    border-radius: 16px 0 0 16px;
}

@media (min-width: 600px) {
    .pc-jornada-content {
        padding: 2rem;
    }
}

.pc-jornada-content:hover {
    transform: translateX(6px);
    border-color: rgba(0, 100, 55, 0.12);
    box-shadow: 0 12px 40px rgba(12, 26, 21, 0.07);
}

.pc-jornada-content:hover::before {
    background: linear-gradient(180deg, #FFD700, #006437);
}

.pc-jornada-title-sm {
    font-family: 'Open Sans', var(--font-sans);
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--navy-deep);
    margin-bottom: 0.6rem;
}

@media (min-width: 600px) {
    .pc-jornada-title-sm {
        font-size: 1.25rem;
    }
}

.pc-jornada-content p {
    font-family: 'Open Sans', var(--font-sans);
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--text-main);
    margin-bottom: 0.75rem;
}

@media (min-width: 600px) {
    .pc-jornada-content p {
        font-size: 0.95rem;
    }
}

.pc-jornada-link {
    font-family: 'Open Sans', var(--font-sans);
    font-size: 0.95rem;
    font-weight: 700;
    color: #006437;
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.pc-jornada-link:hover {
    color: var(--gold);
    gap: 0.6rem;
}

/* CTA */
.pc-cta {
    padding: 0;
    margin-top: 2rem;
    background: var(--cream);
    border-radius: 20px;
    overflow: hidden;
}

.pc-cta-grid {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

@media (min-width: 900px) {
    .pc-cta-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.pc-cta-text {
    text-align: left;
    padding: 3rem;
}

@media (min-width: 900px) {
    .pc-cta-text {
        padding: 3rem 3rem 3rem 4rem;
    }
}

.pc-cta-text p {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-style: italic;
    color: var(--navy-deep);
    margin-bottom: 2rem;
    line-height: 1.5;
    position: relative;
}

.pc-cta-text p::before {
    content: '"';
    font-size: 3em;
    color: var(--gold-light);
    opacity: 0.3;
    position: absolute;
    top: -0.3em;
    left: -0.15em;
    line-height: 1;
    font-style: normal;
    pointer-events: none;
}

.pc-cta-text p strong {
    color: var(--gold);
    font-style: normal;
    font-weight: 700;
}

.pc-cta-video {
    position: relative;
}

.pc-video-player-section {
    padding: 3rem 0 2rem;
}

.pc-video-player {
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.18);
}

.pc-video-player::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.pc-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pc-cta-video .player-thumb {
    border-radius: 0 0 20px 20px;
    border: none;
    margin: 0;
}

@media (min-width: 900px) {
    .pc-cta-video .player-thumb {
        border-radius: 0 20px 20px 0;
    }
}

.pc-cta-video .player-thumb.playing iframe {
    border-radius: 0 0 20px 20px !important;
}

@media (min-width: 900px) {
    .pc-cta-video .player-thumb.playing iframe {
        border-radius: 0 20px 20px 0 !important;
    }
}

/* ===== CANAL OFICIAL SECTION - Premium Cinematic ===== */
.canal-section {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(160deg, #011A14 0%, #042218 30%, #064E3B 60%, #042218 100%);
    overflow: hidden;
    isolation: isolate;
}

.canal-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(197, 155, 39, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(197, 155, 39, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.015) 0%, transparent 30%);
    pointer-events: none;
    z-index: 1;
}

.canal-glow-1 {
    position: absolute;
    top: -30%;
    right: -10%;
    width: 70%;
    height: 120%;
    background: radial-gradient(ellipse, rgba(197, 155, 39, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.canal-glow-2 {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 60%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(6, 78, 59, 0.3) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.canal-top-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.canal-divider-line {
    display: block;
    width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.canal-divider-icon {
    color: var(--gold);
    font-size: 0.9rem;
    opacity: 0.6;
}

.canal-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media (min-width: 1024px) {
    .canal-grid {
        grid-template-columns: 1fr 1.2fr;
        gap: 6rem;
    }
}

.canal-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.canal-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(197, 155, 39, 0.08);
    border: 1px solid rgba(197, 155, 39, 0.2);
    padding: 0.6rem 1.2rem;
    border-radius: 100px;
    width: fit-content;
}

.canal-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold-light);
    animation: canal-pulse-dot 1.5s ease-in-out infinite;
}

@keyframes canal-pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.canal-title {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--white);
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.canal-title-highlight {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.canal-description {
    font-size: 1.15rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    max-width: 520px;
    font-weight: 400;
}

.canal-stats {
    display: flex;
    gap: 2.5rem;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.canal-stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.canal-stat-number {
    font-family: var(--font-serif);
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--gold-light);
    line-height: 1;
}

.canal-stat-label {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.4);
}

.canal-buttons {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    padding-top: 0.5rem;
}

.canal-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.1rem 2.2rem;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.canal-btn-primary {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--navy-deep);
    box-shadow: 0 8px 25px rgba(197, 155, 39, 0.3);
}

.canal-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(197, 155, 39, 0.45);
}

.canal-btn-primary .canal-btn-arrow {
    transition: transform 0.3s ease;
}

.canal-btn-primary:hover .canal-btn-arrow {
    transform: translateX(4px);
}

.canal-btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: var(--white);
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.canal-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(197, 155, 39, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.canal-btn-primary::before,
.canal-btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
    transition: left 0.6s ease;
}

.canal-btn-primary:hover::before,
.canal-btn-secondary:hover::before {
    left: 100%;
}

.canal-video-wrapper {
    position: relative;
    z-index: 2;
}

.canal-video-column {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}

.canal-video-label {
    display: block;
    font-family: 'Open Sans', var(--font-sans);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 0.6rem;
}

.top-videos-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #FFFDF9 0%, #F3EFE7 100%);
}
.top-videos-header {
    max-width: 720px;
    margin: 0 auto 2.5rem;
    text-align: center;
}
.top-videos-copy {
    color: var(--text-muted);
    max-width: 640px;
    margin: 1rem auto 0;
    line-height: 1.8;
}
.top-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
.top-video-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(12, 26, 21, 0.08);
    box-shadow: 0 25px 40px rgba(12, 26, 21, 0.04);
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(12, 26, 21, 0.1);
}
.top-video-thumb {
    position: relative;
    height: 180px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(0, 100, 55, 0.14), rgba(196, 157, 58, 0.18));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.top-video-thumb::before {
    content: '▶';
    color: rgba(255, 255, 255, 0.92);
    font-size: 3.5rem;
    letter-spacing: 0.1em;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.top-video-info {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.top-video-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    background: var(--navy-deep);
    color: #fff;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.top-video-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    line-height: 1.35;
    margin: 0;
}
.top-video-copy {
    color: var(--text-muted);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1024px) {
    .top-videos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    .top-videos-grid { grid-template-columns: 1fr; }
}

.canal-video-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    height: 130%;
    background: radial-gradient(circle, rgba(197, 155, 39, 0.15) 0%, rgba(197, 155, 39, 0.05) 30%, transparent 60%);
    pointer-events: none;
    z-index: -1;
}

/* ===== RESPONSIVO GLOBAL ===== */

/* Tablet vertical e abaixo */
@media (max-width: 1024px) {
    .container { padding: 0 1.5rem; }

    .hero-section { padding-top: 100px; padding-bottom: 30px; }
    .hero-section .container { padding-top: 0; padding-bottom: 0; }
    .hero-image-box { position: sticky; top: 72px; right: auto; width: 80%; max-width: 400px; margin: 2rem auto 0; transform: none; z-index: 10; }
    .hero-image-box.active { transform: none; }
    .hero-content { padding-right: 0 !important; text-align: center; }
    .hero-stats { justify-content: center !important; }
    .hero-description { margin-left: auto; margin-right: auto; }
    .hero-cta-group { justify-content: center; }

    .news-section { padding: 6rem 0; }
    .news-card-featured { height: 400px; }
    .news-overlay { padding: 2.5rem 2rem; }

    .gallery-section { padding: 5rem 0; }
    .gallery-card { height: 280px; }
    .gallery-header { flex-direction: column; align-items: flex-start !important; gap: 1.5rem; }

    .causa-section { padding: 6rem 0; }

    footer, .footer { padding: 2rem 0 1.5rem; }
    .footer-grid { gap: 1.5rem; margin-bottom: 1rem; }
}

/* Mobile (768px e abaixo) */
@media (max-width: 768px) {
    html { font-size: 15px; }

    .container { padding: 0 1.2rem; }

    .hero-section { min-height: auto; padding-top: 80px; padding-bottom: 30px; }
    .hero-section .container { padding-top: 0; padding-bottom: 0; }
    .hero-container { flex-direction: column; text-align: center; padding-top: 0; }
    .hero-content { padding: 1rem 0 0; text-align: center; }
    .hero-stats { justify-content: center !important; gap: 1.5rem !important; }
    .hero-stats .stat-item { text-align: center !important; min-width: 120px !important; }
    .hero-cta-group { flex-direction: column; align-items: center !important; }
    .hero-description { max-width: 100%; }
    .hero-image-box { position: sticky; top: 72px; width: 85%; max-width: 350px; margin: 1.5rem auto 0; opacity: 1; z-index: 10; }
    .hero-image { width: 100%; height: auto; max-height: none; }

    .stat-value { font-size: 2rem !important; }

    .btn-primary { padding: 1rem 2rem; font-size: 0.85rem; }
    .btn-secondary { padding: 1rem 2rem; font-size: 0.85rem; }

    .news-section { padding: 4rem 0; }
    .news-grid { gap: 2rem; }
    .news-card-featured { height: auto; min-height: 240px; }
    .news-card-featured img { height: 100%; min-height: 0; object-fit: cover; object-position: center top; }
    .news-overlay { padding: 2rem 1.5rem; }
    .news-overlay h3 { font-size: 1.4rem !important; }

    .news-row-card { flex-direction: column; align-items: center; gap: 1rem; padding: 1.25rem; }
    .news-row-content { width: 100%; text-align: center; align-items: center; }
    .news-row-img { width: 100%; height: 180px; object-fit: cover; object-position: center top; }

    .gallery-card { height: 240px; }

    .depoimentos-grid { grid-template-columns: 1fr; }
    .depoimento-card { padding: 2rem; }

    .causa-section { padding: 4rem 0; }
    .causa-header { margin-bottom: 3rem; }
    .causa-grid { gap: 1.5rem; }

    .pc-hero-inner { padding: 1.5rem 0; gap: 0.5rem; }
    .pc-hero-content { gap: 0.8rem; padding-bottom: 0.5rem; }
    .pc-hero-metrics { gap: 1rem; padding-left: 0.8rem; }
    .pc-metric { flex: 1; min-width: 100px; }
    .pc-jornada { padding: 1.5rem 0; }
    .pc-jornada-header { margin-bottom: 1rem; }
    .pc-jornada-card { padding: 1rem 0; }
    .pc-cta { padding: 0; }
    .pc-cta-text { padding: 2rem; }

    .canal-section { padding: 4rem 0; }
    .canal-grid { gap: 3rem; }
    .canal-stats { gap: 1.2rem; flex-wrap: wrap; }
    .canal-buttons { flex-direction: column; }
    .canal-btn { justify-content: center; }
    .canal-top-divider { margin-bottom: 2rem; }
    .canal-divider-line { width: 30px; }
    .player-play-btn { width: 56px; height: 56px; }
    .player-play-btn svg { width: 24px; height: 24px; }

    footer, .footer { padding: 1.5rem 0 1rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 0.5rem; text-align: center; }
    .footer-grid > div:first-child { display: flex; flex-direction: column; align-items: center; }
    .footer-heading { margin-bottom: 0.8rem; }
    .social-link-premium { justify-content: center; }

    section[id] { scroll-margin-top: 80px; }
}

/* Mobile pequeno */
@media (max-width: 400px) {
    html { font-size: 14px; }
    .container { padding: 0 1rem; }
    .hero-stats .stat-item { min-width: 100px !important; }
    .pc-metric { min-width: 80px; }
    .pc-metric-value { font-size: 1.5rem; }
}

/* ===== PERFORMANCE HINTS ===== */
.hero-image, .news-card-featured img, .gallery-card img {
    will-change: transform;
    content-visibility: auto;
}

.pc-jornada-card {
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

/* ===== IMAGE PLACEHOLDER / LOADING ===== */

/* ===== FOCUS VISIBLE FOR ACCESSIBILITY ===== */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}

