/* Tema Dia dos Pais - Página Principal */

.theme-pais {
    --pais-azul: #1565c0;
    --pais-azul-claro: #64b5f6;
    --pais-celeste: #90caf9;
    --pais-navy: #0d47a1;
    --pais-gelo: #f5f9fc;
}

.theme-pais .header {
    background: linear-gradient(180deg, #f5f9fc 0%, #e3f2fd 100%);
    border-bottom: 2px solid #64b5f6;
}

.theme-pais .main-nav a:hover,
.theme-pais .main-nav a.active {
    color: #0d47a1;
}

.theme-pais .hero.hero-pais {
    background: #e3f2fd;
    padding: 24px 20px;
    min-height: min(56vh, 520px);
    overflow: hidden;
}

.hero-bunnies {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    z-index: 0;
    padding: 0 4px;
}

.hero-bunny-col {
    overflow: hidden;
    min-height: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.hero-bunny-col img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
}

.theme-pais .hero.hero-pais .hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(13, 71, 161, 0.4) 0%,
        rgba(21, 101, 192, 0.28) 40%,
        rgba(1, 87, 155, 0.42) 100%
    );
    z-index: 1;
}

.theme-pais .hero.hero-pais .hero-content {
    z-index: 2;
    padding: 24px 28px 28px;
    max-width: 880px;
    background: rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 32px rgba(13, 71, 161, 0.18);
}

.theme-pais .hero.hero-pais .hero-logo {
    margin-bottom: 10px;
}

.theme-pais .hero.hero-pais .hero-logo img {
    height: clamp(72px, 12vw, 110px);
}

.theme-pais .hero.hero-pais h1 {
    font-size: clamp(2rem, 5.5vw, 3.6rem);
    margin-bottom: 10px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.theme-pais .hero.hero-pais .hero-subtitle {
    margin-bottom: 12px;
    font-size: 1.4rem;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.theme-pais .hero.hero-pais .hero-pais-texto {
    margin-bottom: 14px !important;
    font-size: 1.25rem !important;
}

.theme-pais .hero.hero-pais .hero-decoration {
    margin-top: 12px;
    max-width: min(85%, 380px);
    opacity: 0.95;
}

.hero-pais-badge {
    display: inline-block;
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    color: white;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 22px;
    border-radius: 30px;
    margin-bottom: 12px;
    box-shadow: 0 4px 20px rgba(25, 118, 210, 0.45);
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s ease-out;
}

.hero-pais-texto {
    font-size: 1.25rem !important;
    color: #f5f9fc !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    animation: fadeInUp 0.8s ease-out 0.45s both;
}

@media (max-width: 900px) {
    .hero-bunnies {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
    }

    .hero-bunny-col img {
        min-height: 0;
        height: 95px;
        max-height: 95px;
        object-position: center center;
    }

    .theme-pais .hero.hero-pais {
        min-height: min(62vh, 480px);
    }
}

@media (max-width: 600px) {
    .hero-bunny-col img {
        height: 82px;
        max-height: 82px;
    }

    .theme-pais .hero.hero-pais {
        min-height: min(58vh, 440px);
    }

    .theme-pais .hero.hero-pais .hero-content {
        padding: 14px 16px 16px;
    }
}

.theme-pais .section-noticias {
    background: linear-gradient(180deg, #e3f2fd 0%, #f5f9fc 100%);
}

.theme-pais .section-noticias h2 {
    color: #0d47a1;
}

.theme-pais .noticia-destaque.noticia-pais {
    border-left-color: #1565c0;
    background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
}

.theme-pais .noticia-badge-pais {
    background: linear-gradient(135deg, #1976d2, #64b5f6);
}

.theme-pais .link-noticia:hover {
    color: #0d47a1;
}

.noticias-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 16px;
}

.noticias-tema-decor {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #64b5f6;
    box-shadow: 0 2px 10px rgba(21, 101, 192, 0.22);
}

.theme-pais .noticias-header h2 {
    margin: 0;
}

@media (max-width: 600px) {
    .noticias-header {
        flex-wrap: wrap;
        gap: 12px;
    }

    .noticias-tema-decor {
        width: 40px;
    }
}

.noticia-card-imagem {
    margin: -32px -32px 20px -32px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    background: linear-gradient(135deg, #e3f2fd 0%, #f5f9fc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.noticia-card-imagem img {
    width: 100%;
    max-height: 200px;
    height: auto;
    object-fit: contain;
}

.theme-pais .noticias-placeholder-pais {
    border: 2px solid #64b5f6;
    background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
}

.theme-pais .noticias-placeholder-pais h3 {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    color: #0d47a1;
    margin-bottom: 12px;
}

.theme-pais .section-reforco {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f0f7ff 50%, rgba(227, 242, 253, 0.45) 100%),
                url('../images/pattern.png') center/cover;
}

.theme-pais .section-reforco h2 {
    color: #0d47a1;
}

.theme-pais .section-galeria h2 {
    color: #0d47a1;
}

.theme-pais .footer {
    background: linear-gradient(180deg, #0d47a1 0%, #1a2744 100%);
}
