/* Tema Dia das Mães - Página Principal */

.theme-maes {
    --maes-rosa: #e91e63;
    --maes-rosa-claro: #f48fb1;
    --maes-coral: #ffab91;
    --maes-lavanda: #ce93d8;
    --maes-champagne: #fff8f7;
}

.theme-maes .header {
    background: linear-gradient(180deg, #fff8f9 0%, #fce4ec 100%);
    border-bottom: 2px solid #f48fb1;
}

.theme-maes .main-nav a:hover,
.theme-maes .main-nav a.active {
    color: #c2185b;
}

.theme-maes .hero.hero-maes {
    background: #fce4ec;
    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-maes .hero.hero-maes .hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(136, 14, 79, 0.35) 0%,
        rgba(194, 24, 91, 0.22) 40%,
        rgba(183, 28, 28, 0.35) 100%
    );
    z-index: 1;
}

.theme-maes .hero.hero-maes .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(136, 14, 79, 0.15);
}

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

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

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

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

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

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

.hero-maes-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ec407a, #f06292);
    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(236, 64, 122, 0.45);
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s ease-out;
}

.hero-maes-texto {
    font-size: 1.25rem !important;
    color: #fff8f9 !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-maes .hero.hero-maes {
        min-height: min(62vh, 480px);
    }
}

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

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

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

.theme-maes .section-noticias {
    background: linear-gradient(180deg, #fce4ec 0%, #fff8f9 100%);
}

.theme-maes .section-noticias h2 {
    color: #ad1457;
}

.theme-maes .noticia-destaque.noticia-maes {
    border-left-color: #e91e63;
    background: linear-gradient(135deg, #fff 0%, #fff5f8 100%);
}

.theme-maes .noticia-badge-maes {
    background: linear-gradient(135deg, #ec407a, #f48fb1);
}

.theme-maes .link-noticia:hover {
    color: #880e4f;
}

.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 #f48fb1;
    box-shadow: 0 2px 10px rgba(233, 30, 99, 0.2);
}

.theme-maes .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, #fce4ec 0%, #fff8f9 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-maes .noticias-placeholder-maes {
    border: 2px solid #f48fb1;
    background: linear-gradient(135deg, #fff 0%, #fff5f8 100%);
}

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

.theme-maes .section-reforco {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #fff5f8 50%, rgba(252, 228, 236, 0.45) 100%),
                url('../images/pattern.png') center/cover;
}

.theme-maes .section-reforco h2 {
    color: #ad1457;
}

.theme-maes .section-galeria h2 {
    color: #ad1457;
}

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