/* Padronização global para todos os h2 */
h2 {
    text-align: center;
    color: #ff5a1f;
    font-size: 1.5em;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
@media (max-width: 700px) {
    .gallery {
        display: none !important;
    }
    .gallery-carousel {
        display: flex !important;
    }
}
@media (max-width: 700px) {
    .gallery {
        display: none;
    }
    .gallery-carousel {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .carousel-btn {
        display: block;
    }
    .carousel-img {
        display: block;
    }
}
@media (max-width: 700px) {
    .gallery-carousel .carousel-img {
        display: block;
    }
    .gallery-carousel .carousel-btn {
        display: flex;
    }
}
/* Carrossel mobile */
.gallery-carousel {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 18px 0 0 0;
}
.carousel-img {
    width: 96vw;
    max-width: 340px;
    max-height: 320px;
    border-radius: 12px;
    box-shadow: 0 2px 8px #ff914d;
    object-fit: contain;
    background: #fff;
}
.carousel-btn {
    background: #ff914d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 1.7em;
    cursor: pointer;
    box-shadow: 0 2px 8px #ff914d33;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s;
}
.carousel-btn:hover {
    background: #ffde59;
    color: #ff5a1f;
}
@media (max-width: 700px) {
    .gallery {
        display: none;
    }
    .gallery-carousel {
        display: flex;
    }
}
/* --- Fundo circular para a section dos grupos --- */
.banza-header-circular {
    background: linear-gradient(135deg, #fffde6 60%, #ffde59 100%);
    border-radius: 32px;
    box-shadow: 0 4px 32px #ff914d22;
    padding: 36px 0 32px 0;
    margin: 0 0 32px 0;
}
.banza-header-circular h2 {
    text-align: center;
    color: #ff5a1f;
    font-size: 1.5em;
    margin-bottom: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}
.grupos-cards-circular {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    flex-wrap: wrap;
}
.grupo-circular {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    box-shadow: none;
    border: none;
    min-width: 135px;
    max-width: 155px;
    padding: 0;
    transition: transform 0.18s, box-shadow 0.18s;
}
.grupo-circular {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    box-shadow: none;
    border: none;
    min-width: 180px;
    max-width: 220px;
    padding: 0 12px 0 8px;
    transition: transform 0.18s, box-shadow 0.18s;
}
.grupo-circular:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px #ff914d33;
}
.grupo-circulo {
    width: 92px;
    height: 92px;
    background: linear-gradient(135deg, #ff914d 60%, #ffde59 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px #ff914d33;
    border: 4px solid #fff;
    font-size: 2.8em;
}
.grupo-circular-nome {
    font-size: 1.18em;
    font-weight: bold;
    color: #ff5a1f;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 0.5px;
}
.grupo-circular-btn {
    width: 100%;
    justify-content: center;
    font-size: 1.08em;
    padding: 14px 0;
    margin-top: 0;
    .grupo-circulo {
        margin-left: auto;
        margin-right: auto;
    margin-bottom: 0;
    border-radius: 12px;
    font-weight: bold;
    box-shadow: 0 2px 8px #ff914d11;
    background: #ff914d;
    color: #fff;
    border: none;
    transition: background 0.18s, color 0.18s;
}
.grupo-circular-btn:hover {
    background: #ffde59;
    color: #ff5a1f;
}
.grupo-circular-btn img.wa-icon {
    margin-right: 8px;
}
@media (max-width: 900px) {
    .grupos-cards-circular {
        gap: 18px;
    }
    .grupo-circular {
        min-width: 140px;
        max-width: 98vw;
        padding: 0 2vw 0 2vw;
    }
}
@media (max-width: 700px) {
    .grupos-cards-circular {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 2vw;
    }
    .grupo-circular {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 12px 0 0 0;
        margin-bottom: 22px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 2px 10px #ff914d11;
        border: none;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    }
    .grupo-circular-btn {
        width: 100% !important;
        align-self: stretch !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box;
    }
}
/* --- Estilo moderno para cards dos grupos --- */
.grupo-card-modern {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 6px 32px #ff914d22;
    padding: 38px 18px 18px 18px;
    min-width: 220px;
    max-width: 260px;
    margin: 0 0 0 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: none;
}
.grupo-icone-modern {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #ff914d 60%, #ffde59 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 2px 12px #ff914d33;
    border: 3px solid #fff;
    position: relative;
    top: -32px;
}
.grupo-icone-modern .grupo-icone {
    font-size: 2.2em;
    background: none;
    box-shadow: none;
    margin: 0;
}
.grupo-nome-modern {
    font-size: 1.22em;
    font-weight: bold;
    color: #ff5a1f;
    margin-bottom: 18px;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: -10px;
}
.grupo-btn-modern {
    width: 100%;
    justify-content: center;
    font-size: 1.08em;
    padding: 14px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 18px 18px;
    border-top: 1.5px solid #ffde59;
    font-weight: bold;
    box-shadow: 0 2px 8px #ff914d11;
}
.grupo-btn-modern img.wa-icon {
    margin-right: 8px;
}
@media (max-width: 900px) {
    .grupo-card-modern {
        min-width: 160px;
        max-width: 98vw;
        padding: 28px 8px 14px 8px;
    }
}
/* --- Novo layout criativo para grupos --- */
.novo-layout-grupos {
    display: flex;
    flex-direction: row;
    gap: 38px;
    justify-content: center;
    margin: 32px 0 16px 0;
    flex-wrap: wrap;
}
.grupo-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 185px;
    max-width: 220px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 16px;
    box-shadow: 0 6px 20px #ff914d22;
    padding: 36px 16px 0 16px;
    overflow: visible;
    z-index: 1;
}
.grupo-card-alt1 {
    background: #fffde6;
    border: 2.5px solid #ff914d;
}
.grupo-card-alt2 {
    background: #ff914d;
    border: 2.5px solid #ffde59;
}
.grupo-card-alt2 .grupo-nome {
    color: #fff;
}
.grupo-icone-flutuante {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 12px #ff914d22;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border: 2px solid #ffde59;
}
.grupo-icone-flutuante .grupo-icone {
    font-size: 1.6em;
    min-width: 0;
    min-height: 0;
    margin: 0;
    background: none;
    box-shadow: none;
}
.grupo-card .grupo-nome {
    font-size: 1em;
    font-weight: bold;
    color: #ff5a1f;
    margin: 34px 0 14px 0;
    text-align: center;
    letter-spacing: 0.5px;
}
.grupo-btn-full {
    width: 100%;
    justify-content: center;
    font-size: 0.98em;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0 0 14px 14px;
    border-top: 1px solid #ffde59;
}
.grupo-btn-alt1 {
    background: #ff914d;
    color: #fff;
}
.grupo-btn-alt1:hover {
    background: #ffde59;
    color: #ff5a1f;
}
.grupo-btn-alt2 {
    background: #fffde6;
    color: #ff5a1f;
}
.grupo-btn-alt2:hover {
    background: #fff;
    color: #ff914d;
}
@media (max-width: 900px) {
    .novo-layout-grupos {
        gap: 18px;
    }
    .grupo-card {
        min-width: 180px;
        max-width: 98vw;
        padding: 48px 8px 0 8px;
    }
}
@media (max-width: 700px) {
    .novo-layout-grupos {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }
    .grupo-card {
        width: 98vw;
        min-width: 0;
        max-width: 420px;
        padding: 48px 4vw 0 4vw;
    }
}
/* --- Cards verticais para grupos --- */
.grupos-cards-container {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: center;
    margin: 32px 0 18px 0;
    flex-wrap: nowrap;
}
.grupo-card {
    /* já definido acima, removido duplicidade */
}
.grupo-btn-full {
    width: 100%;
    justify-content: center;
    font-size: 1.08em;
    padding: 14px 0;
    margin-top: 0;
    margin-bottom: 0;
}
@media (max-width: 1100px) {
    .grupos-cards-container {
        gap: 18px;
        flex-wrap: wrap;
    }
    .grupo-card {
        min-width: 220px;
        max-width: 98vw;
        padding: 24px 8px 18px 8px;
    }
}
@media (max-width: 200px) {
    .grupos-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .grupo-card {
        width: 98vw;
        min-width: 0;
        max-width: 420px;
        padding: 18px 4vw 14px 4vw;
    }
}
/* --- Blocos de grupos mais bonitos --- */
.bloco-grupo {
    display: flex;
    align-items: center;
    gap: 22px;
    background: #fffde6;
    border-radius: 16px;
    border: 2px solid #ff914d;
    box-shadow: 0 2px 12px #ff914d11;
    padding: 18px 22px;
    margin-bottom: 18px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.bloco-grupo:hover {
    box-shadow: 0 6px 24px #ff914d22;
    border-color: #ff5a1f;
}
.grupo-icone {
    font-size: 2.5em;
    min-width: 56px;
    min-height: 56px;
    background: #ff5a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px #ff914d22;
}
.grupo-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 8px;
}
.grupo-nome {
    font-size: 1.18em;
    font-weight: bold;
    color: #ff5a1f;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}
.grupo-btn {
    margin-top: 0;
    font-size: 1em;
    padding: 10px 22px;
    align-self: flex-start;
}
@media (max-width: 600px) {
    .bloco-grupo {
        flex-direction: column;
        align-items: stretch;
        padding: 14px 8px;
        gap: 10px;
    }
    .grupo-info {
        align-items: center;
        text-align: center;
    }
    .grupo-btn {
        align-self: center;
    }
}
/* --- BANZA STYLE INSPIRED --- */
.banza-header {
    background: #fbe8d2;
    border-radius: 22px 22px 0 0;
    padding: 18px 0 0 0;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.banza-logo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px 0 18px;
}
.banza-logo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(255,145,77,0.13);
}
.banza-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.banza-menu span {
    display: block;
    width: 32px;
    height: 4px;
    background: #ff5a1f;
    border-radius: 2px;
}
.banza-hero-img {
    width: 100%;
    max-width: 340px;
    border-radius: 18px;
    margin: 18px auto 0 auto;
    display: block;
    box-shadow: 0 4px 24px #ff914d33;
}

.banza-mission {
    background: #ff5a1f;
    color: #fff;
    padding: 32px 18px 18px 18px;
    border-radius: 0 0 22px 22px;
    margin-bottom: 18px;
    text-align: center;
}
.banza-mission-label {
    font-size: 0.95em;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fffde6;
    background: #ff914d;
    padding: 4px 14px;
    border-radius: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.banza-mission h1 {
    font-size: 2em;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    margin: 12px 0 10px 0;
    letter-spacing: 1px;
}
.banza-mission p {
    font-size: 1.1em;
    margin: 0 auto;
    max-width: 420px;
}

.banza-why {
    background: #fffde6;
    border-radius: 22px;
    padding: 28px 12px 18px 12px;
    margin: 18px 0;
    text-align: center;
}
.banza-why h2 {
    color: #ff5a1f;
    font-size: 1.5em;
    margin-bottom: 12px;
}
.banza-why-icons {
    display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 2.2em;
    margin-bottom: 10px;
}
.banza-why-text {
    color: #ff5a1f;
    font-size: 1.1em;
    margin-bottom: 0;
}

.banza-grupos {
    background: #fff;
    border-radius: 22px;
    padding: 28px 12px 18px 12px;
    margin: 18px 0;
    text-align: center;
}
.banza-grupos h2 {
    color: #ff5a1f;
    font-size: 1.4em;
    margin-bottom: 18px;
}
.banza-grupos-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}
.banza-grupo {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: #fffde6;
    border-radius: 16px;
    border: 2px solid #ff914d;
    box-shadow: 0 1px 8px #ff914d11;
}

.banza-gallery {
    background: #fff;
    border-radius: 22px;
    margin: 18px 0;
    padding: 28px 12px 18px 12px;
}
.banza-gallery h2 {
    color: #ff5a1f;
    font-size: 1.3em;
    margin-bottom: 18px;
}

.banza-welcome {
    background: #ff5a1f;
    color: #fff;
    border-radius: 22px;
    padding: 32px 18px 24px 18px;
    margin: 18px 0 32px 0;
    text-align: center;
}
.banza-welcome h2 {
    font-size: 1.4em;
    margin-bottom: 12px;
    color: #fff;
}
.banza-welcome p {
    font-size: 1.1em;
    margin-bottom: 18px;
}
.banza-welcome .whatsapp-btn {
    background: #fffde6;
    color: #ff5a1f;
    font-weight: bold;
    border: 2px solid #ff914d;
    margin-top: 0;
}
.banza-welcome .whatsapp-btn:hover {
    background: #ff914d;
    color: #fff;
}

@media (max-width: 600px) {
    .banza-header, .banza-mission, .banza-why, .banza-grupos, .banza-gallery, .banza-welcome {
        border-radius: 0;
        padding-left: 2vw;
        padding-right: 2vw;
    }
    .banza-logo-row {
        padding: 0 6vw;
    }
    .banza-hero-img {
        max-width: 98vw;
    }
}
/* Botão X para fechar overlay de imagem */
.zoom-close-btn {
    position: absolute;
    top: 18px;
    right: 28px;
    z-index: 10;
    background: #ff914d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}
.zoom-close-btn:hover {
    background: #ffde59;
    color: #222;
    transform: scale(1.12);
}
/* Galeria de promoções */
.promo-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    margin-bottom: 10px;
}
.promo-gallery .gallery img {
    width: 180px;
    max-width: 90vw;
    border-radius: 12px;
    transition: transform 0.18s, box-shadow 0.18s;
    object-fit: cover;
}
.promo-gallery .gallery img:hover {
    transform: scale(1.04) translateY(-2px);
    box-shadow: 0 6px 24px rgba(18,140,126,0.18);
}
.grupo {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    background: #fff;
    border: 2px solid #ffde59;
    border-radius: 14px;
    box-shadow: 0 1px 8px rgba(255,222,89,0.07);
    padding: 16px 18px;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}
.grupo:hover {
    box-shadow: 0 4px 18px rgba(255,222,89,0.15);
    border-color: #ff914d;
    transform: translateY(-2px) scale(1.02);
}
.grupo-icone {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    margin-right: 2px;
    position: relative;
}
.grupo-icone.beleza::before {
    content: "💄";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.grupo-icone.carro::before {
    content: "🚗";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.grupo-icone.casa::before {
    content: "🏠";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body {
    font-family: 'Montserrat', 'Roboto', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #ff914d;
    color: #222;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.bg-gradient {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
    background: linear-gradient(120deg, #ff914d 0%, #ffde59 100%);
    opacity: 0.13;
    pointer-events: none;
}

/* header removido */
/* .logo removido */
}

h1 {
    margin: 0 0 8px 0;
    font-size: 2.7em;
    letter-spacing: 2px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

.subtitle {
    font-size: 1.25em;
    margin: 0 0 10px 0;
    color: #ffde59;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
}

main {
    max-width: 900px;
    margin: 36px auto 0 auto;
    padding: 0 16px 36px 16px;
    position: relative; 
    z-index: 2;
}

.card {
    background: #fff;
    border-radius: 18px;
    border: 2px solid #ff914d;
    box-shadow: 0 2px 16px rgba(255,145,77,0.08), 0 1.5px 0.5px rgba(255,222,89,0.03);
    padding: 32px 24px 24px 24px;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.card:hover {
    box-shadow: 0 6px 32px rgba(255,145,77,0.13), 0 2px 1px rgba(255,222,89,0.06);
    border-color: #ffde59;
}

section h2 {
    color: #ff914d;
    margin-top: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 1px;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
ul li {
    font-size: 1.08em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
ul li span {
    font-size: 1.3em;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ff914d;
    color: #fff;
    padding: 14px 32px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.13em;
    box-shadow: 0 2px 8px rgba(255,145,77,0.13);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    margin-top: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: visible;
}


.whatsapp-btn::before {
    display: none;
}

@keyframes border-roll {
    0% { background-position: 0 0; }
    100% { background-position: 360px 0; }
}

@keyframes spin-border {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.whatsapp-btn:hover {
    background: #b6f2e1;
    color: #222;
    box-shadow: 0 6px 24px rgba(182,242,225,0.18);
    transform: translateY(-2px) scale(1.04);
}
.wa-icon {
    width: 26px;
    height: 26px;
    filter: drop-shadow(0 1px 2px rgba(18,140,126,0.13));
}

footer {
    text-align: center;
    padding: 20px 10px 18px 10px;
    color: #ff914d;
    border-radius: 0 0 18px 18px;
    font-size: 1em;
    margin: 0 16px 16px 16px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255,145,77,0.08);
}

@media (max-width: 600px) {
    main {
        padding: 0 2vw 24px 2vw;
    }
    .card {
        padding: 18px 8px 14px 8px;
    }
    footer {
        margin: 0 2vw 8px 2vw;
        font-size: 0.95em;
    }
}
