.image-content-mobile {
    display: none;
}

/* Reset e Configurações Gerais */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.card {
    min-height: 64vh;
    display: flex;
    align-items: center;
}

/* Card 1: Denuncie */
.card-denuncie {
    background: linear-gradient(135deg, #8B2A8B 0%, #5D1A5D 50%, #4A154A 100%);
    color: white;
    position: relative;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0;
}

.text-left h1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.spoon-container {
    margin: 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spoon-container img {
    width: 550px;
    height: auto;
    position: absolute;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.4));
    bottom: 0;
}

.text-right {
    text-align: right;
}

.text-right h2 {
    font-size: 4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-left: 40px;
    color: #FFD700;
}

.description {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #D0D0D0;
    max-width: 100%;
    margin-left: auto;
}

.footer-button {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #C0E5F6;
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-button p {
    font-size: 0.7rem;
    text-align: center;
    font-weight: 500;
}

/* Card 2: Caminhada */
.card-caminhada {
    background: linear-gradient(to bottom, #87CEEB 0%, #B0E0E6 100%);
    color: #333;
}

.card-content-horizontal {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

.text-content {
    flex: 1;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.text-content h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #7D288A;
    margin-bottom: 20px;
    line-height: 1.1;
}

.text-content .description {
    color: #7D288A;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.text-content .info {
    font-weight: 700;
    font-size: 1rem;
    color: #7D288A;
    margin-bottom: 30px;
}


.image-content {
    width: 64%;
}

.image-content img {
    width: 100%;
    height: auto;

}

.image-overlay h3 {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.cta-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* opcional: espaço acima */
}

.cta-button {
    display: block;
    margin: 20px 0;
    /* centraliza horizontalmente */
    background-color: #8B2A8B;
    color: #C0E5F6;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}


.cta-button:hover {
    background: linear-gradient(135deg, #5D1A5D, #4A154A);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 42, 139, 0.4);
}




/* Card 3: Telefone e Ações */
.card-acoes {
    background: linear-gradient(135deg, #8B2A8B 0%, #5D1A5D 100%);
    color: white;
    display: block;
    padding: 80px 0;
    /* aumenta o espaço interno superior e inferior */
    margin-bottom: -60px;
    /* mantém o sobreposição */
}

.row-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

    position: absolute;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
}

.text-l,
.text-r {
    flex: 1;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
}

.text-l {
    text-align: left;
    padding-left: 65px;
}

.text-r {
    text-align: left;
    padding-right: 80px;
}

.text-l h2,
.text-r h2 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #C0E5F6;
}

.text-l-l,
.text-r-r {
    font-size: 1rem;
    line-height: 1.4;
    color: #C0E5F6;
    margin-top: 10px;
}

.phone {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #E8E8E8;
}

.phone-section {
    position: absolute;
    z-index: 7;
    left: 4%;
    top: -75%;
}

.phone-visual img {
    width: 90%;
    max-width: 100%;
    height: auto;
}

/* ------------- CARD 4 “Deputadas” ------------- */
.team-photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.team-photo img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 0 40%;
    display: block;
}

.team-caption {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}


/* ------------- CARD 5 “Ações que salvam vidas” ------------- */


.card-info {
    padding: 80px 0;
    background: #b3e5fc;
}

.info-card {
    padding: 20px 30px;
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.info-card h2 {
    font-size: 24px;
    color: #662d91;
    font-weight: bold;
    margin-bottom: 20px;
}

.info-card .quote {
    font-size: 16px;
    color: #7D288A;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.info-card .author {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    color: #7D288A;
}


/* Card 6: Conheça as Leis */

.card-leis {
    background: #7D288A;
    color: #333;
    padding: 80px 0;
}

.laws-header {
    text-align: center;
    margin-bottom: 60px;
}

.laws-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #C0E5F6;
}

.laws-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.law-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 15px;
    border-left: 6px solid #8B2A8B;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.law-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.law-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4A154A;
    margin-bottom: 15px;
    line-height: 1.3;
}

.law-item p {
    color: #666;
    line-height: 1.5;
    font-size: 0.95rem;
}

.cta-button-laws {
    display: block;
    margin: 20px auto; /* Mudança aqui: auto centraliza horizontalmente */
    background-color: #c0e5f6;
    color: #7d288a;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    text-align: center; /* Centraliza o texto dentro do botão */
}


/* Card 7: Vídeo e Redes Sociais */
.card-video {
    background: #C0E5F6;
    color: #333;
    padding: 80px 0;
}

.video-content {
    text-align: center;
    width: 100%;
}

.video-content h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #7D288A;
    margin-bottom: 50px;
    line-height: 1.3;
}

.video-player {
    background: linear-gradient(135deg, #8B2A8B, #5D1A5D);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 15px 40px rgba(139, 42, 139, 0.3);
    max-width: 900px; /* Aumenta a largura máxima do container */
    width: 100%; /* Garante que use toda largura disponível */
    
}

iframe{
    border-radius: 20px;
}


.video-placeholder {
    position: relative;
    display: inline-block;
}

/* .video-thumb {
    width: 600px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
} */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.95);
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #8B2A8B;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: white;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.social-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #8B2A8B, #5D1A5D);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(139, 42, 139, 0.3);
}

.social-icon:hover {
    background: linear-gradient(135deg, #5D1A5D, #4A154A);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(139, 42, 139, 0.4);
}

/* Footer */

/* Footer */
.footer {
    background: #7D288A;
    color: white;
    padding: 60px 0 40px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    text-align: left;
}

/* Header section com logo e realização lado a lado */
.footer-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.footer-header p {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}

.footer-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-info {
    margin-bottom: 40px;
}

.footer-info p {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #D0D0D0;
}

.footer-logos {
    display: flex;
    justify-content: center;
}

.footer-logo {
    height: 60px;
    width: auto;
}

.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #ddd;
    flex-shrink: 0;
}

.logo-visual img {
    max-width: 120px;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.logo-visual img:hover {
    transform: scale(1.05);
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 1.5rem;
    transition: background 0.3s;
    text-decoration: none;
}

.facebook {
    background-color: #3b5998;
}

.instagram {
    background-color: #e1306c;
}

.youtube {
    background-color: #ff0000;
}

.social-icon:hover {
    filter: brightness(0.9);
}



/* Seção de conteúdo principal com duas colunas */
.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.footer-links,
.footer-contacts {
    flex: 1;
}

.footer-links h3,
.footer-contacts h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: white;
}

.footer-links p,
.footer-contacts p {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px 0;
}

.footer-links a,
.footer-contacts a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover,
.footer-contacts a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}


/* Placeholders para imagens */
.spoon-placeholder {
    font-size: 6rem;
    text-align: center;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.team-placeholder {
    width: 100%;
    height: 350px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #666;
    font-size: 1.2rem;
    font-weight: 600;
}

.phone-placeholder {
    font-size: 6rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.logo-placeholder {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 40px;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
}

/* RESPONSIVE CSS - MOBILE FIRST */
/* ========== MEDIA QUERIES - SMALL MOBILE ========== */

@media (max-width: 576px) {
    .card-denuncie .spoon-container img {
        margin: 40px!important;
    }

    
    .video-player {
        padding: 20px;
        margin-bottom: 30px;
        max-width: 300px;
        width: 300px;
    }
}
/* ========== MEDIA QUERIES - MOBILE ========== */
@media (max-width: 768px) {

    /* CARD 1 - DENUNCIE (Colher/Spoon) */
    .card-denuncie {
        background: linear-gradient(135deg, #8B2A8B 0%, #5D1A5D 50%, #4A154A 100%);
        padding: 40px 20px;
        text-align: center;
    }

    .card-denuncie .card-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 0;
        gap: 30px;
    }

    .card-denuncie .text-left {
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .card-denuncie .text-left h1 {
        font-size: 2.5rem;
        line-height: 1.1;
        margin-bottom: 20px;
        color: white;
    }

    .card-denuncie .spoon-container {
        order: 2;
        margin: -190px 0;
        position: relative;
    }

    .card-denuncie .spoon-container img {
        width: 100%;
        position: static;
        rotate: 90deg;
        margin: 0;
    }

    .card-denuncie .text-right {
        order: 3;
        text-align: left;
        margin-top: 20px;
    }

    .card-denuncie .text-right h2 {
        font-size: 2.5rem;
        color: #FFD700;
        margin: 0 0 15px 0;
    }

    .card-denuncie .phone {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .card-denuncie .description {
        font-size: 13px;
        max-width: 300px;
        margin: 0 auto;
        text-align: left;
    }

    .card-denuncie .footer-button {
        position: static;
        transform: none;
        margin: 30px auto 0;
        display: block;
        width: fit-content;
        background: #C0E5F6;
        color: #7D288A;
    }
    /* CARD 2 - CAMINHADA */
    .card-caminhada {
        padding: 40px 20px;
        display: block;
    }

    .card-caminhada .card-content-horizontal {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .card-caminhada .image-content {
        display: none;
    }

    .image-content-mobile {
        width: 100%;
        display: block;
        font-size: 0;
    }

    .image-content-mobile img {
        width: 100%;
        height: auto;
    }



    .card-caminhada .text-content {
        order: 2;
        padding: 0;
        text-align: center;
        margin-top: 25px;
    }

    .card-caminhada .text-content h2 {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }

    .card-caminhada .text-content .description {
        font-size: 1.1rem;
        margin-bottom: 25px;
        line-height: 1.4;
        text-align: left;
    }

    .card-caminhada .cta-button {
        width: 100%;
        max-width: 300px;
        display: block;
        padding: 15px 20px;
        font-size: 1rem;
    }

    /* CARD 3 - TELEFONE/PHONE (Agosto Lilás) */
    .card-acoes {
        padding: 50px 20px;
        text-align: center;
    }

    .card-acoes .row-top {
        flex-direction: column;
        position: static;
        width: 100%;
        max-width: none;
        gap: 40px;
        align-items: start;
    }

    .card-acoes .text-l,
    .card-acoes .text-r {
        max-width: 100%;
        padding: 0;
        text-align: left;
    }

    .card-acoes .text-l h2,
    .card-acoes .text-r h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .card-acoes .text-l-l,
    .card-acoes .text-r-r {
        font-size: 1.1rem;
        line-height: 1.5;
    }

    .card-acoes .phone-section {
        position: static;
        order: 2;
        margin: 30px 0;
    }

    /* Esconder imagem do telefone no mobile - será adicionada depois */
    .card-acoes .phone-visual img {
        display: none;
    }

    /* CARD 4 e 5 - FOTO DEPUTADAS E AÇÕES */
    .team-photo {
        height: 250px;
    }

    .team-photo img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .card-info {
        padding: 50px 20px;
    }

    .info-card {
        padding: 20px;
        text-align: left;
    }

    .info-card .author {
        text-align: right;
    }

    .info-card h2 {
        font-size: 1.8rem;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .info-card .quote {
        font-size: 1rem;
        line-height: 1.6;
        max-width: 100%;
    }

    /* CARD 6 - CONHEÇA AS LEIS */
    .card-leis {
        padding: 50px 20px;
    }

    .laws-header h2 {
        font-size: 2rem;
        margin-bottom: 40px;
        text-align: center;
    }

    .laws-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .law-item {
        padding: 25px 20px;
        margin-bottom: 15px;
    }

    .law-item h3 {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .law-item p {
        font-size: 0.95rem;
        line-height: 1.4;
    }


    /* CARD 7 - VÍDEO E REDES SOCIAIS */
    .card-video {
        padding: 50px 20px;
    }

    .video-content h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
        text-align: center;
    }

    .video-player {
        padding: 20px;
        margin-bottom: 30px;
        max-width: 100%;
        width: 80%;
    }

    iframe {
        border-radius: 20px;
        max-width: 100%;
        
    }

    /* .video-thumb {
        width: 100%;
         max-width: 350px; 
        height: 200px;
        margin: 0 auto;
    } */

    .play-button {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .social-icons {
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .social-icon {
        width: 50px;
        height: 50px;
        font-size: 1.3rem;
    }

    /* FOOTER */
    .footer {
        padding: 40px 20px 30px;
    }

    .footer-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        margin-bottom: 25px;
    }

    .footer-header .logo-section {
        padding: 15px;
        border: none;
    }

    .footer-header .logo-visual img {
        max-width: 100px;
    }

    .footer-content h2 {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-main {
        flex-direction: column;
        gap: 25px;
        text-align: left;
    }

    .footer-links h3,
    .footer-contacts h3 {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .footer-links p,
    .footer-contacts p {
        font-size: 0.95rem;
        margin: 6px 0;
    }

    /* Ajustes gerais para mobile */
    .container {
        padding: 0 15px;
    }

    .card {
        min-height: auto;
    }
}

/* ========== TABLET RESPONSIVE ========== */
@media (min-width: 769px) and (max-width: 1024px) {

    /* CARD 1 - DENUNCIE */
    .card-denuncie .text-left h1 {
        font-size: 3rem;
    }

    .card-denuncie .text-right h2 {
        font-size: 3rem;
    }

    /* CARD 2 - CAMINHADA */
    .card-caminhada .text-content h2 {
        font-size: 2.4rem;
    }

    /* CARD 3 - TELEFONE */
    .card-acoes .text-l h2,
    .card-acoes .text-r h2 {
        font-size: 1.8rem;
    }

    /* CARD 6 - LEIS */
    .laws-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    /* FOOTER */
    .footer-main {
        flex-direction: row;
        gap: 30px;
    }
}