/* Global Styles — Guarani Esporte Clube */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    --color-primary: #1a1a1a;
    --color-secondary: #f5f5f5;
    --guarani-red: #C2272C;
    --guarani-red-hover: #a01f24;
    --color-accent: #C63438;
    --color-menu-gray: #D2D3D5;
    --color-text: #333333;
    --color-text-light: #666666;
    --color-white: #ffffff;
    --font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-nav-size: 0.8125rem;
    --whatsapp-green: #25d366;
    --whatsapp-green-hover: #1ebe57;
    --portal-header-bg: #1e293b;
    --portal-header-bg-hover: #334155;
}

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

body {
    font-family: var(--font-family);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    max-width: 500px;
    width: calc(100% - 40px);
    background: var(--color-white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    z-index: 9999;
}

.home-activity-slide {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    min-height: 220px;
}

@media (max-width: 991px) {
    .home-activity-slide {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}

.home-activity-slide__media {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background: linear-gradient(135deg, rgba(194, 39, 44, 0.12), rgba(0, 0, 0, 0.04));
    border: 1px solid rgba(0,0,0,0.06);
}

.home-activity-slide__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-activity-slide__media.is-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.35);
}

.home-activity-slide__placeholder {
    font-size: 34px;
}

.home-activity-slide__content {
    text-align: left;
}

.home-activity-slide__icon {
    font-size: 22px;
    color: var(--guarani-red);
    margin-bottom: 8px;
}

.home-activity-slide__title {
    font-weight: 800;
    margin-bottom: 8px;
}

.home-activity-slide__text {
    color: var(--color-text-light);
    margin-bottom: 14px;
}

.home-activity-slide__actions .btn {
    font-weight: 700;
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cookie-banner__actions .btn {
    border-radius: 999px;
    padding-left: 16px;
    padding-right: 16px;
}

.cookie-banner h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cookie-banner p {
    font-size: 13px;
    color: var(--color-text-light);
}

/* Navigation */
.navbar {
    padding: 15px 0;
    transition: all 0.3s ease;
    background: transparent;
}

.navbar.scrolled {
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px 0;
}

.navbar-brand img {
    height: 48px;
}

.navbar-nav .nav-link {
    color: var(--color-white) !important;
    font-weight: 600;
    font-size: var(--font-nav-size);
    letter-spacing: 0.02em;
    padding: 0.5rem 0.65rem !important;
    transition: color 0.2s ease, opacity 0.2s ease;
}

@media (min-width: 1200px) {
    .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem !important;
    }
}

.navbar-nav .nav-link:hover {
    opacity: 0.88;
}

/* CTAs do header: sempre uma linha */
.site-header-actions {
    flex-wrap: nowrap !important;
    flex-shrink: 0;
}

.site-header-actions .btn {
    white-space: nowrap;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.42rem 1rem;
    line-height: 1.25;
    border-radius: 999px;
}

.btn-reservas {
    background: var(--color-accent);
    color: var(--color-primary) !important;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-reservas:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 228, 54, 0.3);
}

/* Hero Section */
.hero-section {
    height: 100vh;
    min-height: 800px;
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?w=1920') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}

.badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.badge-hero i {
    color: var(--color-accent);
    font-size: 8px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.1;
    max-width: 600px;
}

.hero-features {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 2;
}

.feature-item {
    color: var(--color-white);
    padding: 20px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    color: var(--guarani-red);
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}

.feature-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 0;
}

/* Home: banners nos 4 destaques */
body.home-page .hero-banner-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

body.home-page .hero-banner-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    aspect-ratio: 16 / 9;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home-page .hero-banner-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.home-page .hero-banner-link:hover .hero-banner-card,
body.home-page .hero-banner-link:focus-visible .hero-banner-card {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.33);
    border-color: rgba(255, 255, 255, 0.28);
}

/* Section Styles */
section {
    padding: 80px 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-light);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-badge i {
    color: var(--color-accent);
    font-size: 8px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.2;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 16px;
    color: var(--color-text-light);
    max-width: 700px;
    margin: 0 auto;
}

.section-text {
    font-size: 16px;
    color: var(--color-text-light);
    margin-bottom: 30px;
}

/* Nosso Clube Section */
.section-clube {
    background: var(--color-secondary);
}

.torneio-card {
    background: var(--color-white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.torneio-desc {
    font-size: 15px;
    color: var(--color-text-light);
    margin-bottom: 15px;
}

.torneio-info {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.torneio-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.torneio-list li {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 5px;
}

.btn-link {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-link:hover {
    color: var(--color-accent);
}

.clube-image img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* Torneio Section */
.section-torneio {
    background: var(--color-white);
}

.torneio-data {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--color-text-light);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.torneio-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.torneio-image img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* Atividades Section */
.section-atividades {
    background: var(--color-secondary);
}

.atividade-card {
    background: var(--color-white);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.atividade-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.atividade-num {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-accent);
    display: block;
    margin-bottom: 15px;
}

.atividade-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0;
}

/* Diferenciais Section */
.section-diferenciais {
    background: var(--color-white);
}

.diferencial-card {
    background: var(--color-secondary);
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    transition: all 0.3s ease;
}

.diferencial-card:hover {
    background: var(--color-accent);
}

.diferencial-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.diferencial-card p {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 0;
}

/* Faça História Section */
.section-historia {
    background: var(--color-secondary);
}

.historia-image img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.btn-warning {
    background: var(--color-accent);
    border: none;
    color: var(--color-primary);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 228, 54, 0.4);
}

.btn-outline-dark {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-outline-dark:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

/* Como Funciona Section */
.section-como-funciona {
    background: var(--color-white);
}

.passo-card {
    background: var(--color-secondary);
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.passo-card:hover {
    background: var(--color-accent);
}

.passo-num {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    margin-bottom: 15px;
}

.passo-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 0;
}

/* Destaques Section */
.section-destaques {
    background: var(--color-secondary);
}

.destaque-item {
    padding: 30px;
}

.destaque-num {
    font-size: 64px;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
    line-height: 1;
}

.destaque-item p {
    font-size: 14px;
    color: var(--color-text-light);
    margin-top: 10px;
}

.badge-destaque {
    background: var(--color-white);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-primary);
}

/* Planos Section */
.section-planos {
    background: var(--color-white);
}

.plano-card {
    background: var(--color-secondary);
    padding: 30px;
    border-radius: 16px;
    position: relative;
    height: 100%;
}

.badge-em-breve {
    background: var(--color-accent);
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 15px;
}

.plano-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 10px;
}

.plano-desc {
    font-size: 13px;
    color: var(--color-text-light);
    margin-bottom: 20px;
}

.plano-preco {
    margin-bottom: 20px;
}

.plano-preco .moeda {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

.plano-preco .valor {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-primary);
}

.plano-preco .periodo {
    font-size: 14px;
    color: var(--color-text-light);
}

.plano-beneficios {
    list-style: none;
    padding: 0;
}

.plano-beneficios li {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.plano-beneficios li i {
    color: var(--color-accent);
}

.plano-nota {
    font-size: 13px;
    color: var(--color-text-light);
    margin-bottom: 20px;
}

/* Associe-se Section */
.section-associe {
    background: var(--color-secondary);
}

.beneficios-list {
    list-style: none;
    padding: 0;
}

.beneficios-list li {
    font-size: 15px;
    color: var(--color-text);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.beneficios-list li i {
    color: var(--color-accent);
    font-size: 18px;
}

.associe-image img {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

/* Depoimentos Section */
.section-depoimentos {
    background: var(--color-white);
}

.depoimento-card {
    background: var(--color-secondary);
    padding: 30px;
    border-radius: 16px;
    height: 100%;
}

.depoimento-avaliacao {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.depoimento-avaliacao .nota {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-primary);
}

.depoimento-avaliacao .tipo {
    font-size: 12px;
    color: var(--color-text-light);
}

.depoimento-texto {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.depoimento-autor strong {
    display: block;
    font-size: 14px;
    color: var(--color-primary);
}

.depoimento-autor span {
    font-size: 13px;
    color: var(--color-text-light);
}

/* FAQ Section */
.section-faq {
    background: var(--color-secondary);
}

.accordion-item {
    background: var(--color-white);
    border: none;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    background: var(--color-white);
    font-weight: 600;
    color: var(--color-primary);
    padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
    background: var(--color-white);
    color: var(--color-primary);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 0 25px 20px;
    font-size: 14px;
    color: var(--color-text-light);
}

/* Blog Section */
.section-blog {
    background: var(--color-white);
}

.blog-card {
    background: var(--color-secondary);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.blog-image {
    position: relative;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-data {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--color-accent);
    color: var(--color-primary);
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
}

.blog-content {
    padding: 25px;
}

.blog-categoria {
    font-size: 12px;
    color: var(--color-text-light);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-content h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin: 10px 0 15px;
}

.blog-link {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.blog-link:hover {
    color: var(--color-accent);
}

/* Parceiros Section */
.section-parceiros {
    background: var(--color-secondary);
}

.parceiro-logo {
    display: block;
    padding: 20px 30px;
    background: var(--color-white);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.parceiro-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.parceiro-logo img {
    height: 50px;
    object-fit: contain;
}

/* CTA Section */
.section-cta {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 60px 0;
}

.section-cta h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 0;
}

.section-cta p {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 0;
}

/* Footer */
.footer {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 60px 0 30px;
}

.footer h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-white);
}

.footer-contato p {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contato i {
    color: var(--color-accent);
    margin-top: 3px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--color-accent);
}

.footer-form {
    display: flex;
    gap: 10px;
}

.footer-form .form-control {
    background: rgba(255,255,255,0.1);
    border: none;
    color: var(--color-white);
    padding: 12px 15px;
}

.footer-form .form-control::placeholder {
    color: rgba(255,255,255,0.5);
}

.footer-bottom {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.footer-bottom a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    text-decoration: none;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    color: var(--color-accent);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-section {
        min-height: 0;
        height: auto;
        padding: 6rem 0 2rem;
        align-items: flex-start;
    }

    /* Home: evita conteúdo maior que 100vh sobrepondo a próxima seção */
    body.home-page .hero-section {
        min-height: 0;
        padding: 5.5rem 0 2.5rem;
    }

    body.home-page .hero-section > .container {
        height: auto !important;
        min-height: 0 !important;
        display: block;
    }

    body.home-page .hero-content {
        padding-top: 0;
    }

    .hero-features {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: 1.75rem;
        margin-bottom: 0;
    }

    body.home-page .hero-features {
        margin-top: 2.5rem;
    }

    .feature-item {
        padding: 12px 0;
    }
    
    section {
        padding: 60px 0;
    }
    
    .cookie-banner {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background: rgba(26, 26, 26, 0.98);
        padding: 20px;
        border-radius: 12px;
        margin-top: 15px;
    }

    .navbar-light .navbar-collapse {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .footer-form {
        flex-direction: column;
    }
    
    .footer-bottom a {
        display: inline-block;
        margin: 5px 10px 5px 0;
    }
}


/* --- Guarani overrides (multipágina) --- */
.navbar .nav-link.active { color: var(--color-accent) !important; font-weight: 600; }
.dropdown-menu-dark .dropdown-item.active { background: rgba(198, 52, 56, 0.35); }
.navbar-light .dropdown-menu .dropdown-item.active {
    background: rgba(194, 39, 44, 0.12);
    color: var(--guarani-red);
    font-weight: 600;
}
.btn-reservas {
    background: var(--guarani-red) !important;
    color: var(--color-white) !important;
    border: none !important;
    box-shadow: none;
}
.btn-reservas:hover {
    background: var(--guarani-red-hover) !important;
    color: var(--color-white) !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(194, 39, 44, 0.35);
}
.badge-hero i, .section-badge i { color: var(--color-accent); }
.blog-data { background: var(--guarani-red) !important; color: var(--color-white) !important; }
.btn-warning {
    background: var(--guarani-red) !important;
    border: none !important;
    color: var(--color-white) !important;
}
.btn-warning:hover {
    background: var(--guarani-red-hover) !important;
    color: var(--color-white) !important;
    box-shadow: 0 5px 15px rgba(194, 39, 44, 0.35);
}
.diferencial-card:hover {
    background: var(--guarani-red);
}
.diferencial-card:hover h5,
.diferencial-card:hover p { color: var(--color-white); }
.page-main { padding-top: 88px; min-height: 45vh; }
.page-hero {
    background: linear-gradient(135deg, #2d1516 0%, var(--guarani-red) 100%);
    color: var(--color-white);
    padding: 3rem 0 2.5rem;
    margin-bottom: 0;
}
.page-hero h1 { color: var(--color-white); font-weight: 700; }
.page-hero .lead { color: rgba(255,255,255,0.85); }

/* Menu claro (home + internas): fundo branco e links escuros */
#mainNav.navbar-light {
    background: #fff !important;
}
#mainNav.navbar-light.scrolled {
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #1a1a1a !important;
    font-size: var(--font-nav-size);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: var(--guarani-red) !important;
    opacity: 1;
}
.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.2);
}
.navbar-light .navbar-toggler-icon {
    filter: none;
}

/* Portal no header: sólido, mesmo “pill” do Seja sócio */
.btn-portal-header {
    background: var(--portal-header-bg) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
}
.btn-portal-header:hover {
    background: var(--portal-header-bg-hover) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(30, 41, 59, 0.35);
}

/* Hero da home: WhatsApp verde + Seja sócio vermelho, ambos pill */
.btn-hero-whatsapp {
    background: var(--whatsapp-green) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
}
.btn-hero-whatsapp:hover {
    background: var(--whatsapp-green-hover) !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}
.btn-hero-socio {
    background: var(--guarani-red) !important;
    color: #fff !important;
    border: none !important;
    font-weight: 600;
}
.btn-hero-socio:hover {
    background: var(--guarani-red-hover) !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(194, 39, 44, 0.4);
}

.navbar .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Atalhos da home (cards clicáveis) */
.section-atividades a {
    color: inherit;
}
.section-atividades a:hover .atividade-card {
    box-shadow: 0 15px 40px rgba(194, 39, 44, 0.15);
    border: 1px solid rgba(194, 39, 44, 0.2);
}
.section-atividades a .atividade-card h4 {
    color: var(--color-primary);
}

/* Home hero — imagem primeiro (LCP); vídeo em cima com fade-in via JS */
body.home-page .hero-section {
    background: #1a1a1a;
    /* Evita 100vh fixo + features absolutos cortando/sobrepondo CTAs em laptops/tablets */
    height: auto;
    align-items: stretch;
}

@media (min-width: 992px) {
    body.home-page .hero-section {
        min-height: 90vh;
    }

    /* Fluxo em coluna: título/botões em cima, ícones embaixo sem absolute (sem sobrepor Whats) */
    body.home-page .hero-section > .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 90vh;
        height: auto !important;
        padding-bottom: 1.5rem;
    }

    body.home-page .hero-features {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        margin-top: auto;
        padding-top: 2.5rem;
        padding-bottom: 0.25rem;
        width: 100%;
    }

    body.home-page .hero-content {
        padding-top: 5.5rem;
    }
}

body.home-page .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

body.home-page .hero-poster-img,
body.home-page .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home-page .hero-video {
    z-index: 1;
    opacity: 0;
    transition: opacity 0.75s ease;
}

body.home-page .hero-video.is-playing {
    opacity: 1;
}

/* Escurecimento forte para título e features legíveis sobre foto/vídeo */
body.home-page .hero-section .hero-overlay {
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.45) 35%,
        rgba(0, 0, 0, 0.62) 70%,
        rgba(0, 0, 0, 0.72) 100%
    );
    opacity: 1;
}
