/*
Theme Name: Honda Semana da Segurança
Author: upvison
Description: Tema WordPress customizado e responsivo. Versão atualizada com imagem única no rodapé.
Version: 1.2.0
Text Domain: honda-seguranca
*/

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

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #e6f3dc url('assets/images/bg-waves.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.site-wrapper {
    width: 100%;
    max-width: 1080px; 
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 auto; 
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    border-bottom: 1px solid #eceff1;
    background: #ffffff;
}

.top-bar .brand-logo { height: 18px; width: auto; }

.top-bar .top-nav a {
    font-size: 12px;
    font-weight: 700;
    color: #006633;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.main-hero { padding: 40px 40px 20px 40px; text-align: center; }
.hero-banner-img { max-width: 100%; height: auto; display: block; margin: 0 auto; }

.divider {
    height: 2px;
    background-color: #cbdcb6;
    margin: 15px 40px 40px 40px;
}

.icons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin-bottom: 60px;
    gap: 15px;
}

.icon-item {
    flex: 1;
    max-width: 75px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-item img { width: 100%; height: auto; display: block; }

.campaign-slogan { padding: 0 60px; text-align: center; margin-bottom: 80px; }
.campaign-slogan h1 {
    color: #73a839; font-size: 38px; font-weight: 700; font-style: italic;
    line-height: 1.2; letter-spacing: -0.5px;
}
.campaign-slogan .sub-text {
    display: block; color: #006633; font-weight: 700; font-size: 30px;
    font-style: normal; margin-top: 6px; letter-spacing: -0.5px;
}

.content-spacer { flex-grow: 1; }

.site-footer {
    border-top: 1px solid #f0f4f1;
    padding: 30px 40px;
    background: #ffffff;
}

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

.footer-logo-combined {
    height: 110px; 
    max-width: 100%;
    width: auto;
    display: block;
}

@media (max-width: 768px) {
    .site-wrapper { box-shadow: none; }
    .top-bar, .main-hero, .divider, .icons-container, .campaign-slogan, .site-footer {
        padding-left: 20px; padding-right: 20px;
    }
    .campaign-slogan h1 { font-size: 28px; }
    .campaign-slogan .sub-text { font-size: 22px; }
    .icons-container { padding: 0 15px; gap: 8px; }
    .icon-item { max-width: 60px; }
    .footer-logo-combined { height: 70px; }
}
