/* =============================================================
   GELANA WIDGETS CSS — Paleta e layout fiéis ao modelo1.html
   ============================================================= */

:root {
    --color-1: #0A3E54;
    --color-2: #1B8DA7;
    --bg-color: #ffffff;
    --light-gray: #f4f9f9;
    --gradient: linear-gradient(135deg, #0A3E54, #1B8DA7);
    --color-whatsapp: #25D366;
    --color-whatsapp-hover: #128C7E;
    --nav-height: 80px;
}

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

body { overflow-x: hidden; }

/* =============================================================
   RESPONSIVO — ALINHAMENTO E CENTRALIZAÇÃO
   ============================================================= */

/* Garantir widgets 100% largura dentro do Elementor */
.elementor-widget[class*="gelana-"] {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.elementor-widget[class*="gelana-"] > .elementor-widget-container {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
}
.elementor-widget[class*="gelana-"] > .elementor-widget-container > * {
    width: 100%;
    margin: 0 !important;
}

/* Seções base — garantir 100% largura
   ⚠️  NÃO definir padding aqui: este seletor tem especificidade (0,1,1)
   e sobrescreveria os seletores de classe (0,1,0) das seções específicas. */
section[class*="gelana-"] {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

/* Zerar o padding padrão do Elementor nas colunas/containers que
   contêm widgets Gelana — evita linhas brancas entre seções e garante
   largura total no mobile. */
.elementor-top-section .elementor-column > .elementor-element-populated {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.elementor-top-section .elementor-column > .elementor-element-populated:has(> .elementor-widget[class*="gelana-"]) {
    padding: 0 !important;
}
.e-con-full:has(.elementor-widget[class*="gelana-"]),
.e-con:has(.elementor-widget[class*="gelana-"]) {
    padding: 0 !important;
}

/* Containers universais — centralizar e manter largura */
div[class*="__container"],
div[class*="__inner"],
div[class*="__wrapper"] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.elementor-widget-gelana-hero-carousel,
.elementor-widget-gelana-hero-carousel > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-gelana-drink-section,
.elementor-widget-gelana-drink-section > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-gelana-features,
.elementor-widget-gelana-features > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-gelana-testimonials,
.elementor-widget-gelana-testimonials > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-gelana-flavor-carousel,
.elementor-widget-gelana-flavor-carousel > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-widget-gelana-full-video,
.elementor-widget-gelana-full-video > .elementor-widget-container,
.elementor-widget-gelana-b2b-section,
.elementor-widget-gelana-b2b-section > .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}

/* All sections are naturally aligned with 0px gaps - no transforms needed */

/* =============================================================
   BOTÕES
   ============================================================= */
.gelana-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--gradient);
    color: #ffffff;
    padding: 18px 45px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(27,141,167,0.4);
    cursor: pointer;
    white-space: nowrap;
}
.gelana-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(10,62,84,0.5); color: #fff; }
.gelana-btn:active { transform: translateY(-1px); }
.gelana-btn--whatsapp { background: var(--color-whatsapp) !important; box-shadow: 0 4px 15px rgba(37,211,102,0.4) !important; }
.gelana-btn--whatsapp:hover { background: var(--color-whatsapp-hover) !important; box-shadow: 0 8px 20px rgba(18,140,126,0.5) !important; }
.gelana-btn svg { width: 20px; height: 20px; fill: currentColor; }

/* =============================================================
   ONDAS DE TRANSIÇÃO ENTRE SEÇÕES
   ============================================================= */

/* Container da onda — fica sempre no fundo da seção */
.gelana-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 10;
    pointer-events: none;
}

/* Container da onda no topo da seção (variação) */
.gelana-wave--top {
    bottom: auto;
    top: -1px;
    transform: rotate(180deg);
}

.gelana-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* Ondas por seção — cor de preenchimento = bg da próxima seção */
/* Ordem: Hero → Drink → Features → Flavor → Testimonials → Full Video */
.gelana-hero-carousel  .gelana-wave svg { fill: #f4f9f9; }  /* → Drink */
.gelana-drink-section  .gelana-wave svg { fill: #eef5f9; }  /* → Features */
.gelana-features       .gelana-wave svg { fill: #ffffff; }  /* → Flavor (branco) */
.gelana-flavor-section .gelana-wave svg { fill: #f4f9f9; }  /* → Testimonials */
.gelana-ice-products-section .gelana-wave svg { fill: #eef5f9; } /* → Confiança */
.gelana-trust-section .gelana-wave svg { fill: #f4f9f9; }   /* → Depoimentos */
.gelana-trust-section .gelana-wave svg { height: 120px; }
.gelana-testimonials   .gelana-wave svg { fill: #0A3E54; }  /* → Full Video */

/* Garantir position:relative e overflow para as seções que precisam */
.gelana-hero-carousel,
.gelana-drink-section,
.gelana-features,
.gelana-testimonials,
.gelana-flavor-section,
.gelana-b2b-section {
    position: relative;
    overflow: hidden;
}

/* Padding-bottom extra para acomodar a onda SVG sem sobrepor conteúdo
   (onda SVG = 80px de altura + 10px de buffer = 90px mínimo) */
.gelana-drink-section,
.gelana-features,
.gelana-testimonials,
.gelana-flavor-section {
    padding-bottom: 90px !important;
}

.gelana-b2b__content {
    padding-bottom: 80px;
}

@media (max-width: 992px) {
    .gelana-wave svg { height: 50px; }
    /* Tablet: onda SVG = 50px → 50px + 30px buffer = 80px mínimo */
    .gelana-drink-section,
    .gelana-features,
    .gelana-testimonials,
    .gelana-flavor-section {
        padding-bottom: 80px !important;
    }

    /* Tablet: paddings verticais das seções — padrão uniforme 80px */
    .gelana-cta-section      { padding-top: 80px; padding-bottom: 80px; }
    .gelana-drink-section    { padding-top: 80px; }
    .gelana-features         { padding-top: 80px; }
    .gelana-testimonials     { padding-top: 80px; }
    .gelana-flavor-section   { padding-top: 80px; }
    .gelana-b2b__content     { padding-top: 80px; padding-bottom: 80px; }

    /* Tipografia tablet */
    .gelana-slide__content h1      { font-size: clamp(1.8rem, 4vw, 2.8rem); }
    .gelana-cta-section h1         { font-size: clamp(1.8rem, 4vw, 2.8rem); }
    .gelana-drink__content h2      { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
    .gelana-testimonials__title    { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
    .gelana-flavor__title          { font-size: clamp(1.8rem, 3.5vw, 2.5rem); }
    .gelana-b2b__title             { font-size: clamp(1.6rem, 3.5vw, 2.2rem); }
}

/* =============================================================
   NAVBAR (dentro do hero)
   ============================================================= */
.gelana-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    z-index: 1000;
}
.gelana-navbar__logo img { max-height: 55px; width: auto; object-fit: contain; }
.gelana-navbar__links { list-style: none; display: flex; gap: 30px; }
.gelana-navbar__links a {
    text-decoration: none;
    color: var(--color-1);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}
.gelana-navbar__links a:hover { color: var(--color-2); }

/* =============================================================
   WIDGET 1: HERO CAROUSEL
   ============================================================= */
.gelana-hero-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: var(--light-gray);
    z-index: 2;
}

.gelana-hero__slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.gelana-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding-bottom: 160px;
}
.gelana-slide--active { opacity: 1; z-index: 2; }

.gelana-hero__video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
}

.gelana-slide__overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(rgba(10,62,84,0.7), rgba(10,62,84,0.7));
    z-index: 2;
}

.gelana-slide__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}

.gelana-slide__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gelana-slide__content {
    text-align: center;
    color: #ffffff;
    max-width: 1000px;
    padding: 40px 20px;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}
.gelana-slide__content h1 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 2px 6px rgba(0,0,0,1), 0 4px 20px rgba(0,0,0,0.95), 0 8px 40px rgba(0,0,0,0.8);
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}
.gelana-slide__content p {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    text-shadow: 0 2px 6px rgba(0,0,0,1), 0 4px 16px rgba(0,0,0,0.9);
}

.gelana-carousel__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    color: #ffffff;
    border: none;
    font-size: 2rem;
    padding: 15px 20px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
}
.gelana-carousel__arrow:hover { background: var(--color-2); }
.gelana-carousel__arrow--prev { left: 20px; }
.gelana-carousel__arrow--next { right: 20px; }

/* =============================================================
   WIDGET 2: CTA SECTION (A Pureza do Gelo)
   ============================================================= */
.gelana-cta-section {
    text-align: center;
    padding: 80px clamp(30px, 8vw, 120px);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Wrapper interno: centraliza e limita largura para legibilidade */
.gelana-cta-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 5;
}

.gelana-cta-section h1 {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}
.gelana-cta-section p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
    font-weight: 600;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
}
.gelana-cta__icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.gelana-cta__icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.gelana-cta__icons img,
.gelana-cta__icon-placeholder {
    width: 100px;
    height: 100px;
    border: 2px solid var(--light-gray);
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    font-weight: 700;
    color: var(--color-1);
}

.gelana-cta__icons img:hover,
.gelana-cta__icon-placeholder:hover {
    transform: scale(1.05);
    border-color: var(--color-2);
}

/* =============================================================
   WIDGET 3: FLAVOR SECTION ("O Seu Drink + Gostoso")
   ============================================================= */
.gelana-drink-section {
    background-color: var(--light-gray);
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
.gelana-drink__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(40px, 5vw, 80px);
    position: relative;
    z-index: 5;
}
/* Título centralizado no topo */
.gelana-drink__title {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-1);
    line-height: 1.1;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
}

/* Duas colunas: conteúdo (esq) + imagem (dir) */
.gelana-drink__columns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 60px;
    width: 100%;
}

/* Coluna esquerda: descrição + botão */
.gelana-drink__col-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.gelana-drink__cta {
    align-self: flex-start;
    margin-left: 0;
}

.gelana-drink-section .gelana-drink__col-content .gelana-drink__cta {
    align-self: flex-start !important;
    margin: 0 !important;
}

.gelana-drink-section .gelana-drink__col-content .gelana-drink__description,
.gelana-drink-section .gelana-drink__col-content .gelana-drink__description > p {
    margin-left: 0 !important;
}

/* Coluna direita: imagem — alinhada ao canto direito */
.gelana-drink__col-image {
    flex: 0 0 58%;
    max-width: 58%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* Extende a imagem até a borda do container */
    margin-right: calc(-1 * clamp(40px, 5vw, 80px));
}

/* Descrição alinhada à esquerda */
.gelana-drink__description {
    font-size: 1.1rem;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    width: 100%;
    text-align: left;
}

/* Mantém compatibilidade com antigo .gelana-drink__content */
.gelana-drink__content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.gelana-drink__content h2 {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-1);
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}
.gelana-drink__content p {
    font-size: 1.1rem;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
}
.gelana-drink__image-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 40px 20px;
}
.gelana-drink__image-wrapper::before,
.gelana-drink__image-wrapper::after {
    content: '';
    position: absolute;
    border-radius: 100px 0 100px 0;
    z-index: 0;
    opacity: 0.6;
}
.gelana-drink__image-wrapper::before {
    top: 0;
    right: 10%;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.4);
    box-shadow: 0 15px 40px rgba(10,62,84,0.15);
}
.gelana-drink__image-wrapper::after {
    bottom: 5%;
    left: 0;
    width: 260px;
    height: 260px;
    background: rgba(27,141,167,0.2);
}
.gelana-drink__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    border-radius: 100px 0 100px 0;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0,0,0,0.15);
    z-index: 1;
}
.gelana-drink__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Botão na seção drink segue a ordem natural do HTML */
.gelana-drink__placeholder {
    width: 100%;
    min-height: 400px;
    border-radius: 100px 0 100px 0;
    background: rgba(27,141,167,0.1);
    border: 2px dashed rgba(27,141,167,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-2);
    font-size: 3rem;
}

/* =============================================================
   WIDGET 4: FEATURES (Diferenciais)
   ============================================================= */
.gelana-features {
    padding: 80px clamp(30px, 5vw, 80px) 90px;
    background: url('https://mastermaverick.com.br/wp-content/uploads/2026/02/Pattern-scaled.jpg') center/cover;
    background-color: #eef5f9;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow: visible !important;
}
.gelana-features__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.gelana-features__container {
    position: relative;
    z-index: 2;
}
.gelana-features__grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    position: relative;
    z-index: 5;
}
.gelana-feature-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fcfd 100%);
    padding: 60px 40px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(10, 62, 84, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 3px solid var(--color-2);
    position: relative;
    overflow: hidden;
}
.gelana-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-1) 0%, var(--color-2) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gelana-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 48px rgba(10, 62, 84, 0.18), 0 4px 12px rgba(27, 141, 167, 0.15);
    border-top: 3px solid var(--color-1);
    background: linear-gradient(135deg, #ffffff 0%, #f0f8fb 100%);
}
.gelana-feature-card:hover::before {
    opacity: 1;
}
.gelana-feature-card__icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f0f8fb 0%, #e8f4f9 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    color: var(--color-2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(27, 141, 167, 0.1);
    box-shadow: 0 4px 15px rgba(27, 141, 167, 0.08);
}
.gelana-feature-card__icon svg,
.gelana-feature-card__icon i {
    color: var(--color-2);
    font-size: 2.8rem;
    transition: all 0.5s ease;
    font-weight: 400;
    filter: drop-shadow(0 2px 4px rgba(27, 141, 167, 0.15));
    line-height: 1;
}
.gelana-feature-card:hover .gelana-feature-card__icon {
    background: var(--gradient);
    color: #ffffff;
    transform: scale(1.15) rotate(5deg);
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(27, 141, 167, 0.3);
}
.gelana-feature-card:hover .gelana-feature-card__icon svg,
.gelana-feature-card:hover .gelana-feature-card__icon i {
    color: #ffffff;
    transform: scale(1.1);
}

.gelana-feature-card__title {
    font-size: 1.45rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--color-1);
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease;
}
.gelana-feature-card:hover .gelana-feature-card__title {
    color: var(--color-2);
}
.gelana-feature-card__description {
    color: #555555;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease;
}
.gelana-feature-card:hover .gelana-feature-card__description {
    color: #333333;
}

/* =============================================================
   WIDGET 5: TESTIMONIALS ("Quem Provou Aprovou")
   ============================================================= */
.gelana-testimonials {
    background-color: var(--light-gray);
    padding: 80px clamp(30px, 5vw, 80px) 90px;
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gelana-testimonials__header {
    text-align: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 60px;
    padding: 0 clamp(30px, 5vw, 80px);
}
.gelana-testimonials__container {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 5;
    padding: 0 clamp(30px, 5vw, 80px);
}
.gelana-testimonials__text { flex: 1; max-width: 380px; }
.gelana-testimonials__title {
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-1);
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: center !important;
}
.gelana-testimonials__stars {
    color: #FBBF24;
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
    justify-content: center;
}
.gelana-testimonials__stars svg { width: 24px; height: 24px; fill: currentColor; }
.gelana-testimonials__description {
    font-size: 1.1rem;
    color: #4d4d4d;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    text-align: center !important;
}
.gelana-testimonials__videos { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.gelana-testimonials__footer {
    text-align: center;
    width: 100%;
    padding: 0 clamp(30px, 5vw, 80px);
}

.gelana-video-card {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    aspect-ratio: 9/16;
    background-color: #1a1a1a;
    transition: transform 0.4s ease;
    cursor: pointer;
}
.gelana-video-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(27,141,167,0.2); }
.gelana-video-card video { width: 100%; height: 100%; object-fit: cover; display: block; }
.gelana-video-overlay {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    padding: 50px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #ffffff;
    pointer-events: none;
}
.gelana-video-overlay h4 {
    margin: 0 0 5px 0;
    font-size: 1.1rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}
.gelana-video-overlay p {
    margin: 0;
    font-size: 0.9rem;
    color: #e0e0e0;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

/* =============================================================
   WIDGET 6: FLAVOR FLIP CARDS ("Sabor Infinito")
   ============================================================= */
.gelana-flavor-section {
    text-align: center;
    background-color: #ffffff;
    padding: 80px clamp(30px, 5vw, 80px) 60px;
    position: relative;
    z-index: 2;
    width: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}

/* Overlay para melhorar legibilidade com backgrounds */
.gelana-flavor-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.9));
    z-index: 0;
    pointer-events: none;
}
.gelana-flavor__header {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 50px;
    padding: 0 clamp(40px, 5vw, 80px);
    text-align: center;
}

/* Container que envolve o carrossel de sabores */
.gelana-flavor__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.gelana-flavor__title {
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Montserrat', sans-serif;
}
.gelana-flavor-carousel-container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(40px, 5vw, 80px);
    z-index: 1;
}
.gelana-flavor-carousel-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 5px;
}
.gelana-flavor-carousel-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.25,1,0.5,1);
}
.gelana-flip-card {
    background-color: transparent;
    width: 280px;
    height: 380px;
    perspective: 1000px;
    flex-shrink: 0;
}
.gelana-flip-card__inner {
    position: relative;
    width: 100%; height: 100%;
    text-align: center;
    transition: transform 0.6s cubic-bezier(0.4,0.2,0.2,1);
    transform-style: preserve-3d;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.gelana-flip-card:hover .gelana-flip-card__inner { transform: rotateY(180deg); }
@media (hover: none) {
    .gelana-flip-card:hover .gelana-flip-card__inner { transform: none; }
    .gelana-flip-card.is-flipped .gelana-flip-card__inner { transform: rotateY(180deg); }
}
.gelana-flip-card__front, .gelana-flip-card__back {
    position: absolute;
    width: 100%; height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.gelana-flip-card__front {
    background-color: #ffffff;
    color: var(--color-1);
    border: 2px solid var(--light-gray);
}
/* Cores Pastel para cada Fruta */
.gelana-flip-card[data-flavor="Limao"] .gelana-flip-card__front { background-color: #FFFEF0; }
.gelana-flip-card[data-flavor="limao"] .gelana-flip-card__front { background-color: #FFFEF0; }
.gelana-flip-card[data-flavor="Morango"] .gelana-flip-card__front { background-color: #FFE8EF; }
.gelana-flip-card[data-flavor="morango"] .gelana-flip-card__front { background-color: #FFE8EF; }
.gelana-flip-card[data-flavor="Limão e Sal"] .gelana-flip-card__front { background-color: #F0FFF0; }
.gelana-flip-card[data-flavor="limao-e-sal"] .gelana-flip-card__front { background-color: #F0FFF0; }
.gelana-flip-card[data-flavor="Laranja"] .gelana-flip-card__front { background-color: #FFECC4; }
.gelana-flip-card[data-flavor="laranja"] .gelana-flip-card__front { background-color: #FFECC4; }
.gelana-flip-card[data-flavor="Coco"] .gelana-flip-card__front { background-color: #FFFAF0; }
.gelana-flip-card[data-flavor="coco"] .gelana-flip-card__front { background-color: #FFFAF0; }
.gelana-flip-card[data-flavor="Blue Ice"] .gelana-flip-card__front { background-color: #E0F7FF; }
.gelana-flip-card[data-flavor="blue-ice"] .gelana-flip-card__front { background-color: #E0F7FF; }
.gelana-flip-card[data-flavor="Abacaxi"] .gelana-flip-card__front { background-color: #FFFFCC; }
.gelana-flip-card[data-flavor="abacaxi"] .gelana-flip-card__front { background-color: #FFFFCC; }
.gelana-flip-card[data-flavor="Mix de Frutas"] .gelana-flip-card__front { background-color: #FFE8EF; }
.gelana-flip-card[data-flavor="mix-de-frutas"] .gelana-flip-card__front { background-color: #FFE8EF; }
.gelana-flip-card[data-flavor="Maça Verde"] .gelana-flip-card__front { background-color: #F5FFFA; }
.gelana-flip-card[data-flavor="maca-verde"] .gelana-flip-card__front { background-color: #F5FFFA; }
.gelana-flip-card[data-flavor="Maracuja"] .gelana-flip-card__front { background-color: #FFF8DC; }
.gelana-flip-card[data-flavor="maracuja"] .gelana-flip-card__front { background-color: #FFF8DC; }
.gelana-flip-card[data-flavor="Melancia"] .gelana-flip-card__front { background-color: #FFE8E8; }
.gelana-flip-card[data-flavor="melancia"] .gelana-flip-card__front { background-color: #FFE8E8; }
.gelana-flip-card__front h3 {
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: var(--color-1);
    font-family: 'Montserrat', sans-serif;
}
.gelana-flip-card__front p {
    color: #666;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.gelana-flip-icon { font-size: 3rem; margin-bottom: 20px; }
.gelana-flip-card__emoji {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
}
.gelana-flip-card__back {
    background-color: var(--color-1);
    color: white;
    transform: rotateY(180deg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color-2);
}
.gelana-flip-card__back::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(10,62,84,0.95), rgba(27,141,167,0.6));
    z-index: 1;
}
.gelana-flip-card__back-content { position: relative; z-index: 2; }
.gelana-flip-card__back-content h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.gelana-flip-card__back-content p {
    color: rgba(255,255,255,0.9);
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.gelana-flip-card__back-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: var(--color-whatsapp);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(37,211,102,0.3);
}
.gelana-flip-card__back-content a:hover { background-color: var(--color-whatsapp-hover); border-color: var(--color-whatsapp-hover); }
.gelana-flip-card__back-content a svg { width: 16px; height: 16px; fill: currentColor; }

.gelana-flavor-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}
.gelana-flavor-arrow {
    pointer-events: auto;
    background: var(--color-1);
    color: #ffffff;
    border: none;
    width: 50px; height: 50px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: background 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gelana-flavor-arrow:hover { background: var(--color-2); transform: scale(1.1); }

/* =============================================================
   WIDGET 7: FULL VIDEO
   ============================================================= */
.gelana-full-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: var(--color-1);
    z-index: 1;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.gelana-full-video video {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}
.gelana-full-video__placeholder {
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(255,255,255,0.5);
    gap: 16px;
    font-family: 'Montserrat', sans-serif;
}
.gelana-full-video__placeholder svg { opacity: 0.4; }

/* =============================================================
   WIDGET 8: B2B SECTION
   ============================================================= */
.gelana-b2b-section {
    background: var(--light-gray);
    color: var(--color-1);
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}
.gelana-b2b__container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}
.gelana-b2b__content {
    flex: 0 1 55%;
    min-width: 320px;
    padding: 80px clamp(40px, 5vw, 80px) 80px clamp(30px, calc((100vw - 1280px) / 2 + clamp(40px, 5vw, 80px)), 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.gelana-b2b__highlight {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-2) !important;
}
.gelana-b2b__title {
    color: var(--color-1) !important;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.gelana-b2b__description {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
}
.gelana-b2b-section .gelana-b2b__description,
.gelana-b2b-section .gelana-b2b__description p {
    color: var(--color-1) !important;
}
.gelana-b2b__benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: grid;
    gap: 12px;
}
.gelana-b2b__benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}
.gelana-b2b-section .gelana-b2b__benefits li {
    color: var(--color-1) !important;
}
.gelana-b2b-section .gelana-b2b__benefits li svg {
    stroke: var(--color-1) !important;
}
.gelana-b2b__image {
    flex: 1;
    min-width: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 992px) {
    .gelana-b2b__content {
        padding: 80px clamp(30px, 5vw, 80px);
    }
    .gelana-b2b__image {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .gelana-b2b__container {
        flex-direction: column;
    }
    .gelana-b2b__content,
    .gelana-b2b__image {
        flex: 1 1 100%;
        min-width: 0;
    }
    .gelana-b2b__content {
        padding: 60px 30px !important;
        text-align: center;
    }
    .gelana-b2b__description,
    .gelana-b2b__title,
    .gelana-b2b__highlight {
        text-align: center;
    }
    .gelana-b2b__image {
        min-height: 280px;
    }
}

/* =============================================================
   FOOTER (embutido na página)
   ============================================================= */
.gelana-footer {
    background: var(--gradient);
    padding: 80px clamp(30px, 5vw, 80px);
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gelana-footer__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: left;
}

.gelana-footer__brand img {
    max-height: 80px;
    margin: 0 0 20px;
    display: block;
}

.gelana-footer__tagline {
    font-weight: 600;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 10px;
    font-style: italic;
}

.gelana-footer__links h4,
.gelana-footer__contact h4,
.gelana-footer__social h4 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

.gelana-footer__links ul,
.gelana-footer__contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gelana-footer__links a {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}
.gelana-footer__links a:hover {
    color: #ffffff;
}

.gelana-footer__contact strong {
    display: inline-block;
    min-width: 90px;
}

.gelana-footer__social-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gelana-footer__social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}
.gelana-footer__social-link:hover {
    color: #ffffff;
}

.gelana-footer__social-link svg {
    width: 20px;
    height: 20px;
}

.gelana-footer__developed h4 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #ffffff;
}

.gelana-footer__developed-link {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gelana-footer__developed-link:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.gelana-footer__developed-logo {
    max-width: 120px;
    height: auto;
    display: block;
}

/* =============================================================
   RESPONSIVO
   ============================================================= */
@media (min-width: 992px) {
    .gelana-drink__image-wrapper { margin-top: -60px; margin-bottom: -60px; z-index: 10; }
}

/* =============================================================
   ULTRA WIDE (≥ 1920px)
   Containers crescem até 1600px. Padding e fontes proporcionais.
   ============================================================= */
@media (min-width: 1920px) {

    /* ── Full-bleed: seção vai de borda a borda, container controla o padding ── */
    /* Drink e Features têm margin-left/right: calc(50% - 50vw) → são full-bleed */
    .gelana-drink__container,
    .gelana-features__grid {
        max-width:     1600px;
        padding-left:  100px;
        padding-right: 100px;
    }

    /* ── Não full-bleed: seção controla o padding, container só limita largura ── */
    /* Testimonials, Flavor e CTA têm padding na seção → container NÃO duplica */
    .gelana-testimonials__container {
        max-width: 1600px;
    }
    .gelana-flavor__header,
    .gelana-flavor__container {
        max-width: 1600px;
    }
    .gelana-flavor-carousel-container {
        max-width:     1600px;
        padding-left:  0;
        padding-right: 0;
    }
    .gelana-cta-content {
        max-width: 1000px;
    }

    /* CTA: padding lateral da seção aumenta */
    .gelana-cta-section {
        padding-left:  140px;
        padding-right: 140px;
    }

    /* ── B2B: padding lateral alinhado ao container em ultra-wide ── */
    .gelana-b2b__content {
        padding-left: 160px !important;
        padding-right: 100px !important;
    }

    /* ── Footer ultra-wide ── */
    .gelana-footer {
        padding: 100px 160px;
    }
    .gelana-footer__inner {
        max-width: 1600px;
    }

    /* ── Tipografia ── */
    .gelana-cta-section h1 { font-size: clamp(2.5rem, 3vw, 4rem); }
    .gelana-cta-section p  { max-width: 1000px; font-size: 1.25rem; }
    .gelana-flavor__title  { font-size: 3.5rem; }
    .gelana-b2b__title     { font-size: 3rem; }
    .gelana-b2b__description { font-size: 1.25rem; }

    /* ── Padding vertical proporcional (Simetrizado para melhor equilíbrio visual) ── */
    .gelana-drink-section  { padding-top: 120px !important; padding-bottom: 120px !important; }
    .gelana-features       { padding-top: 120px !important; padding-bottom: 120px !important; }
    .gelana-testimonials   { padding-top: 120px !important; padding-bottom: 120px !important; }
    .gelana-flavor-section { padding-top: 70px !important; padding-bottom: 120px !important; }
    .gelana-b2b__content   { padding-top: 120px !important; padding-bottom: 120px !important; }

    /* Features: mais respiro entre cards */
    .gelana-features__grid { gap: 60px; }
}

@media (max-width: 992px) {
    .gelana-hero-carousel { height: 90vh; }
    .gelana-navbar__links { display: none; }
    .gelana-slide { padding-bottom: 90px; }
    .gelana-slide__content { padding: 30px 15px; min-height: 250px; }
    .gelana-slide__content h1 { font-size: 2.2rem; margin-bottom: 15px; }
    .gelana-slide__content p { font-size: 1rem; margin-bottom: 20px; }
    .gelana-carousel__arrow { padding: 10px 15px; font-size: 1.5rem; }
    .gelana-carousel__arrow--prev { left: 10px; }
    .gelana-carousel__arrow--next { right: 10px; }
    .gelana-cta-section h1 { font-size: 2.2rem; }

    /* Drink tablet — gap menor, imagem um pouco mais estreita */
    .gelana-drink__columns { gap: 30px; }
    .gelana-drink__col-image { flex: 0 0 45%; max-width: 45%; }

    /* Drink tablet — redimensionar decorações */
    .gelana-drink__image-wrapper::before {
        width: 150px;
        height: 150px;
        right: 5%;
    }
    .gelana-drink__image-wrapper::after {
        width: 180px;
        height: 180px;
        left: 5%;
    }
}

@media (max-width: 768px) {
    .gelana-hero-carousel { height: 80vh; }
    .gelana-slide { padding-bottom: 70px; }
    .gelana-slide__content { padding: 25px 15px; min-height: 220px; }
    .gelana-slide__content h1 { font-size: 1.8rem; margin-bottom: 12px; }
    .gelana-slide__content p { font-size: 0.95rem; margin-bottom: 15px; }
    .gelana-carousel__arrow { padding: 8px 12px; font-size: 1.2rem; width: 40px; height: 40px; }
    .gelana-carousel__dots { bottom: 20px; gap: 8px; }
    .gelana-carousel__dot { width: 10px; height: 10px; }

    /* Seções full-bleed: zeramos lateral da seção,
       o container interno assume os 30px de proteção */
    .gelana-drink-section,
    .gelana-features {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Containers dentro de seções full-bleed: 30px laterais */
    .gelana-drink__container,
    .gelana-features__container {
        padding-left:  30px !important;
        padding-right: 30px !important;
    }

    /* Seções SEM margin negativo: a própria seção tem os 30px,
       o container interno não duplica */
    .gelana-testimonials,
    .gelana-flavor-section {
        padding-left:  30px !important;
        padding-right: 30px !important;
    }

    .gelana-testimonials__container {
        padding-left:  0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 480px) {
    .gelana-footer__inner {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .gelana-footer__brand,
    .gelana-footer__links,
    .gelana-footer__contact,
    .gelana-footer__social,
    .gelana-footer__developed {
        width: 100%;
        text-align: center;
    }

    .gelana-footer__brand img,
    .gelana-footer__developed-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .gelana-footer__links ul,
    .gelana-footer__contact ul,
    .gelana-footer__social-list {
        align-items: center;
    }

    .gelana-footer__social-link {
        justify-content: center;
    }

    .gelana-footer__contact strong {
        min-width: 0;
    }

    /* Widgets e containers base */
    .elementor-widget[class*="gelana-"] {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .elementor-widget[class*="gelana-"] > .elementor-widget-container {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Seções com largura total: zerar margens laterais/externas */
    .gelana-drink-section,
    .gelana-features,
    .gelana-testimonials,
    .gelana-flavor-section,
    .gelana-b2b-section,
    .gelana-hero-carousel,
    .gelana-full-video {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        position: relative;
        left: 0 !important;
        right: 0 !important;
    }

    /* Wave mobile: padding vertical mínimo (top 60px + bottom 70px para a onda) */
    .gelana-drink-section,
    .gelana-features,
    .gelana-testimonials,
    .gelana-flavor-section {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    /* Hero Carousel */
    .gelana-hero-carousel {
        height: 60vh;
        min-height: 380px;
    }
    .gelana-slide { padding-bottom: 55px; }
    .gelana-slide__content { padding: 15px 10px; min-height: 180px; }
    .gelana-slide__content h1 { font-size: 1.3rem; margin-bottom: 8px; }
    .gelana-slide__content p { font-size: 0.85rem; margin-bottom: 10px; }
    .gelana-btn { padding: 12px 24px; font-size: 0.85rem; }
    .gelana-carousel__arrow { padding: 6px 10px; font-size: 0.9rem; width: 32px; height: 32px; }
    .gelana-carousel__dots { bottom: 12px; }
    .gelana-carousel__dot { width: 8px; height: 8px; }

    /* Drink section mobile — colunas empilham */
    .gelana-drink__container {
        gap: 20px;
        padding: 40px 20px !important;
        width: 100%;
        max-width: 100%;
    }
    .gelana-drink__columns {
        flex-direction: column;
        gap: 0;
    }
    .gelana-drink__col-content {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }
    .gelana-drink__col-image {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    /* Título mobile — responsivo */
    .gelana-drink__title {
        font-size: clamp(1.5rem, 5vw, 2.2rem);
        margin-bottom: 15px;
        line-height: 1.3;
    }

    /* Descrição mobile — centraliza */
    .gelana-drink__description {
        font-size: 0.95rem;
        margin-bottom: 20px;
        line-height: 1.6;
        text-align: left;
    }

    .gelana-drink-section .gelana-drink__col-content .gelana-drink__cta {
        align-self: flex-start !important;
        margin: 0 !important;
    }

    /* Imagem wrapper mobile */
    .gelana-drink__image-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
    }
    .gelana-drink__image-wrapper::before,
    .gelana-drink__image-wrapper::after {
        display: none !important;
    }
    .gelana-drink__image {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }

    .gelana-drink__image img {
        width: 100%;
        height: auto;
        display: block;
        display: block;
    }

    /* Features grid mobile */
    .gelana-features__container { padding: 30px 30px !important; }

    /* Testimonials mobile */
    .gelana-testimonials__container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 20px;
        padding: 30px 30px !important;
    }
    .gelana-testimonials__text { max-width: 100%; }
    .gelana-testimonials__title { font-size: 1.8rem; }
    .gelana-testimonials__videos {
        width: 100%;
        overflow-x: auto;
        padding: 15px 0 !important;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .gelana-testimonials__videos::-webkit-scrollbar { display: none; }
    .gelana-video-card { min-width: 240px; scroll-snap-align: center; }

    /* CTA mobile */
    .gelana-cta-content { max-width: 100%; padding: 0; }

    /* Flavor mobile */
    .gelana-flavor__header { padding: 0 30px !important; margin-bottom: 30px; }
    .gelana-flavor__title { font-size: 1.8rem; }
    .gelana-flavor-carousel-container { padding: 20px 30px !important; }

    /* Flavor mobile — container centralizado */
    .gelana-flavor-carousel-container,
    .gelana-flavor-carousel-wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 30px !important;
        display: flex;
        justify-content: center;
    }

    /* B2B mobile */
    .gelana-b2b__container {
        width: 100% !important;
        flex-direction: column !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .gelana-b2b__content {
        width: 100% !important;
        padding: 50px 30px !important;
        flex: 0 1 100% !important;
        margin: 0 !important;
    }
    .gelana-b2b__content h2 { font-size: 1.5rem; }
    .gelana-b2b__image {
        width: 100% !important;
        flex: 0 1 100% !important;
        height: 300px;
        margin: 0 !important;
    }

    /* Full video mobile */
    .gelana-full-video {
        height: 50vh;
        min-height: 300px;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Drink container centralizado */
    .gelana-drink-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Features container centralizado */
    .gelana-features {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Testimonials container centralizado */
    .gelana-testimonials {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Flavor container centralizado */
    .gelana-flavor-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Botões mobile */
    .gelana-flavor-carousel-container .gelana-flavor-arrow { width: 36px; height: 36px; font-size: 1rem; }
}

/* Garantir largura total dentro do Elementor */
.elementor-widget-gelana-hero-carousel,
.elementor-widget-gelana-cta-section,
.elementor-widget-gelana-drink-section,
.elementor-widget-gelana-features,
.elementor-widget-gelana-testimonials,
.elementor-widget-gelana-flavor-carousel,
.elementor-widget-gelana-full-video,
.elementor-widget-gelana-b2b-section {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ═══════════════════════════════════════════════════════════════
   AJUSTES DE ESPAÇAMENTO ENTRE SEÇÕES
   Usa especificidade (0,2,0) para sobrepor a regra base:
   .elementor-widget[class*="gelana-"] { margin: 0 !important }
   que tem (0,2,0) mas vem antes no CSS — last one wins.
   ═══════════════════════════════════════════════════════════════ */

/* Sem ajustes de margin — seções empilham naturalmente */
.elementor-widget.elementor-widget-gelana-flavor-carousel {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.elementor-widget-gelana-hero-carousel .elementor-widget-container,
.elementor-widget-gelana-cta-section .elementor-widget-container,
.elementor-widget-gelana-drink-section .elementor-widget-container,
.elementor-widget-gelana-features .elementor-widget-container,
.elementor-widget-gelana-testimonials .elementor-widget-container,
.elementor-widget-gelana-flavor-carousel .elementor-widget-container,
.elementor-widget-gelana-full-video .elementor-widget-container,
.elementor-widget-gelana-b2b-section .elementor-widget-container {
    padding: 0 !important;
    margin: 0 !important;
}

/* =============================================================
   FLAVOR SLIDER — NOVO LAYOUT (packshots)
   ============================================================= */
.gelana-flavor-section {
    background: #ffffff !important;
    background-image: none !important;
    padding: 48px clamp(20px, 4vw, 56px) 56px !important;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
}
.gelana-flavor-section::before {
    content: none !important;
}
.gelana-flavor-section .gelana-wave {
    display: none;
}
.gelana-flavor__header {
    text-align: center;
    margin-bottom: 60px;
}
.gelana-flavor__title {
    font-size: clamp(2rem, 4vw, 2.7rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #111111;
    text-transform: none;
    margin: 0;
}
.gelana-flavor__container {
    max-width: 1240px;
    margin: 0 auto 42px;
    position: relative;
}
.gelana-flavor-slider {
    position: relative;
    --flavor-gap: 30px;
    padding: 0 36px;
}
.gelana-flavor-slider__nav {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 5;
}
.gelana-flavor-arrow {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    background: transparent !important;
    color: #111111;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    padding: 0;
    cursor: pointer;
}
.gelana-flavor-arrow svg {
    width: 34px;
    height: 34px;
    stroke-width: 2.8;
}
.gelana-flavor-arrow:hover {
    background: transparent !important;
    color: #111111;
    opacity: 0.8;
    transform: scale(1.06);
}
.gelana-flavor-slider__viewport {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.gelana-flavor-slider__track {
    display: flex;
    gap: var(--flavor-gap);
    will-change: transform;
    align-items: flex-start;
}
.gelana-flavor-card {
    flex: 0 0 calc((100% - 2 * var(--flavor-gap)) / 3);
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 6px;
    text-align: center;
    box-shadow: none;
    overflow: visible;
}
.gelana-flavor-card:hover {
    transform: none;
    box-shadow: none;
}
.gelana-flavor-card__body {
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
}
.gelana-flavor-card__image {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
}
.gelana-flavor-card__image img {
    max-height: 360px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    background: transparent;
    filter: none;
}
.gelana-flavor-card__image img[src*="Blue_Ice_-removebg-preview"] {
    max-height: 335px;
}
.gelana-flavor-card__base {
    display: none;
}
.gelana-flavor-card__badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 0;
    font-weight: 800;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.1rem;
    background: var(--color-1);
    color: #ffffff;
    margin-top: 12px;
    box-shadow: none;
    line-height: 1.1;
}
.gelana-flavor-card[data-flavor="limao"] .gelana-flavor-card__badge,
.gelana-flavor-card[data-flavor="limao-e-sal"] .gelana-flavor-card__badge { background: #6bcf5b; }
.gelana-flavor-card[data-flavor="morango"] .gelana-flavor-card__badge { background: #c71919; }
.gelana-flavor-card[data-flavor="laranja"] .gelana-flavor-card__badge { background: #ff9b3c; }
.gelana-flavor-card[data-flavor="coco"] .gelana-flavor-card__badge { background: #2b9fbd; }
.gelana-flavor-card[data-flavor="blue-ice"] .gelana-flavor-card__badge { background: #3bb4ff; }
.gelana-flavor-card[data-flavor="abacaxi"] .gelana-flavor-card__badge { background: #ffd348; color: #111111; }
.gelana-flavor-card[data-flavor="mix-de-frutas"] .gelana-flavor-card__badge { background: #9c6bff; }
.gelana-flavor-card[data-flavor="maca-verde"] .gelana-flavor-card__badge { background: #6ecf63; }
.gelana-flavor-card[data-flavor="maracuja"] .gelana-flavor-card__badge { background: #e0a400; }
.gelana-flavor-card[data-flavor="melancia"] .gelana-flavor-card__badge { background: #ff6b6b; }

.gelana-flavor-card__desc {
    font-size: 0.92rem;
    color: #1f1f1f;
    font-weight: 600;
    margin: 4px 0 0;
    line-height: 1.3;
}

@media (max-width: 1023px) {
    .gelana-flavor-section {
        padding: 44px 20px 52px !important;
    }
    .gelana-flavor__header {
        margin-bottom: 48px;
    }
    .gelana-flavor__container {
        margin: 0 auto 34px;
    }
    .gelana-flavor-slider {
        --flavor-gap: 18px;
        padding: 0 24px;
    }
    .gelana-flavor-card {
        flex-basis: calc((100% - var(--flavor-gap)) / 2);
    }
    .gelana-flavor-card__body {
        min-height: 320px;
    }
    .gelana-flavor-card__image img {
        max-height: 320px;
    }
}

@media (max-width: 767px) {
    .gelana-flavor-section {
        padding: 36px 16px 44px !important;
    }
    .gelana-flavor__header {
        margin-bottom: 40px;
    }
    .gelana-flavor__container {
        margin: 0 auto 28px;
    }
    .gelana-flavor-slider {
        --flavor-gap: 12px;
        padding: 0 4px;
    }
    .gelana-flavor-slider__nav {
        inset: 0 -4px;
    }
    .gelana-flavor-arrow {
        width: 34px;
        height: 34px;
    }
    .gelana-flavor-arrow svg {
        width: 28px;
        height: 28px;
    }
    .gelana-flavor-card {
        flex-basis: 100%;
    }
    .gelana-flavor-card__body {
        min-height: 300px;
    }
    .gelana-flavor-card__image img {
        max-height: 300px;
    }
    .gelana-flavor-card__badge {
        font-size: 1rem;
    }
    .gelana-flavor-card__desc {
        font-size: 0.86rem;
    }
}

/* =============================================================
   BLOCO: GELO EM CUBO E ESCAMA (entre Sabores e Depoimentos)
   ============================================================= */
.gelana-ice-products-section {
    background: #f4f9f9;
    padding: 40px clamp(22px, 5vw, 64px) 88px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
}

.gelana-ice-products-section :is(h1, h2, h3, h4, h5, h6, p, a, button, li, span) {
    font-family: 'Montserrat', sans-serif;
}

.gelana-ice-products__container {
    max-width: 1280px;
    margin: 0 auto;
}

.gelana-ice-products__header {
    text-align: center;
    margin-bottom: 38px;
}

.gelana-ice-products__title {
    margin: 0;
    color: var(--color-1);
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.gelana-ice-products__subtitle {
    margin: 10px 0 0;
    color: #1f6f8a;
    font-size: 1.05rem;
    font-weight: 700;
}

.gelana-ice-products__stack {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 26px;
    justify-items: center;
}

.gelana-ice-products__item {
    display: grid;
    width: min(100%, 960px);
    grid-template-columns: minmax(280px, 380px) minmax(320px, 500px);
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 2.8vw, 36px);
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.gelana-ice-products__media {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 312px;
    background: transparent;
}

.gelana-ice-products__media img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 312px !important;
    object-fit: contain;
    display: block;
}

.gelana-ice-products__content {
    width: 100%;
    max-width: 500px;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.gelana-ice-products__content h3 {
    margin: 0 0 10px;
    color: var(--color-1);
    font-size: 1.35rem;
    font-weight: 800;
}

.gelana-ice-products__content p {
    margin: 0;
    color: #304650;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 500;
}

.gelana-ice-products__note {
    margin: 22px auto 0;
    max-width: 1100px;
    color: #1a5469;
    font-size: 1.14rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
}

.gelana-ice-products__footer {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gelana-ice-products__cta {
    min-width: 220px;
}

.gelana-ice-products__cta:hover {
    color: #ffffff;
}

@media (max-width: 991px) {
    .gelana-ice-products__item {
        width: min(100%, 560px);
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .gelana-ice-products__media {
        min-height: 256px;
    }

    .gelana-ice-products__media img {
        max-height: 256px !important;
    }

    .gelana-ice-products__content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .gelana-ice-products-section {
        padding: 30px 22px 66px;
    }

    .gelana-ice-products__stack {
        gap: 18px;
    }

    .gelana-ice-products__cta {
        width: min(100%, 280px);
    }
}

/* =============================================================
   BLOCO: CONFIANCA (antes de depoimentos)
   ============================================================= */
.gelana-trust-section {
    background: #eef5f9;
    padding: 44px clamp(22px, 5vw, 64px) 150px;
    position: relative;
    overflow: hidden;
}

.gelana-trust__container {
    max-width: 1280px;
    margin: 0 auto;
}

.gelana-trust__header {
    text-align: center;
    margin-bottom: 52px;
}

.gelana-trust__title {
    margin: 0;
    color: var(--color-1);
    font-size: clamp(1.8rem, 3.2vw, 2.5rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.gelana-trust__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gelana-trust-card {
    background: #ffffff;
    border: 1px solid #dbe8ef;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(10,62,84,0.08);
    padding: 24px 20px;
    text-align: center;
    display: grid;
    gap: 12px;
    align-content: center;
    min-height: 148px;
}

.gelana-trust-card__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    border-radius: 999px;
    background: rgba(22,163,74,0.1);
    color: #148f43;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gelana-trust-card__icon svg {
    width: 24px;
    height: 24px;
}

.gelana-trust-card__text {
    margin: 0;
    color: #0f455b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.45;
}

@media (max-width: 1200px) {
    .gelana-trust-section {
        padding-top: 34px;
        padding-bottom: 120px;
    }

    .gelana-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .gelana-trust-section {
        padding: 28px 22px 100px;
    }

    .gelana-trust__header {
        margin-bottom: 34px;
    }

    .gelana-trust__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gelana-trust-card {
        min-height: 132px;
        padding: 20px 16px;
    }
}

/* =============================================================
   AJUSTE DE PADRÃO: DIVISOR (CONFIANÇA → DEPOIMENTOS)
   ============================================================= */
.gelana-trust-section + .gelana-testimonials {
    padding-top: 12px !important;
}

@media (max-width: 992px) {
    .gelana-trust-section + .gelana-testimonials {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .gelana-trust-section + .gelana-testimonials {
        padding-top: 8px !important;
    }
}

/* =============================================================
   BLOCO: FAQ (abaixo de Para Negocios)
   ============================================================= */
.gelana-faq-section {
    background: #eef5f9;
    padding: 76px clamp(22px, 5vw, 64px) 96px;
    font-family: 'Montserrat', sans-serif;
}

.gelana-faq-section :is(h1, h2, h3, h4, h5, h6, p, a, button, li, span) {
    font-family: 'Montserrat', sans-serif;
}

.gelana-faq__container {
    max-width: 1100px;
    margin: 0 auto;
}

.gelana-faq__header {
    text-align: center;
    margin-bottom: 28px;
}

.gelana-faq__title {
    margin: 0;
    color: var(--color-1);
    font-size: clamp(1.9rem, 3.1vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.gelana-faq__list {
    display: grid;
    gap: 14px;
}

.gelana-faq-item {
    background: #ffffff;
    border: 1px solid #d5e4ec;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(10,62,84,0.07);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.gelana-faq-item:hover {
    border-color: #bfd6e3;
    box-shadow: 0 14px 28px rgba(10,62,84,0.1);
}

.gelana-faq-item__question {
    margin: 0;
}

.gelana-faq-item__trigger {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    text-align: left;
    cursor: pointer;
}

.gelana-faq-item__label {
    color: #0f455b;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.35;
}

.gelana-faq-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #eaf3f7;
    color: var(--color-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.gelana-faq-item__icon svg {
    width: 18px;
    height: 18px;
}

.gelana-faq-item__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.gelana-faq-item__answer {
    padding: 0 24px 22px;
}

.gelana-faq-item__answer p {
    margin: 0;
    color: #36515f;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 500;
}

.gelana-faq-item.is-open {
    border-color: #aecedc;
    box-shadow: 0 14px 30px rgba(10,62,84,0.12);
}

.gelana-faq-item.is-open .gelana-faq-item__icon {
    transform: rotate(180deg);
    background: #dbeef8;
}

.gelana-faq__support {
    margin-top: 24px;
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 12px;
}

.gelana-faq__support p {
    margin: 0;
    color: #1a5469;
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .gelana-faq-section {
        padding-top: 62px;
        padding-bottom: 82px;
    }
}

@media (max-width: 767px) {
    .gelana-faq-section {
        padding: 52px 22px 64px;
    }

    .gelana-faq__header {
        margin-bottom: 22px;
    }

    .gelana-faq-item__trigger {
        padding: 18px 16px;
    }

    .gelana-faq-item__label {
        font-size: 1rem;
    }

    .gelana-faq-item__answer {
        padding: 0 16px 18px;
    }
}

/* =============================================================
   BLOCO: MAPA (acima do rodape)
   ============================================================= */
.gelana-map-section {
    background: #eef5f9;
    padding: 0 clamp(22px, 5vw, 64px) 34px;
}

.gelana-map__container {
    max-width: 1280px;
    margin: 0 auto;
}

.gelana-map__card {
    background: #ffffff;
    border: 1px solid #d5e4ec;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(10,62,84,0.08);
}

.gelana-map__header {
    padding: 20px 24px;
    text-align: center;
}

.gelana-map__header h2 {
    margin: 0;
    color: var(--color-1);
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.gelana-map__header p {
    margin: 8px 0 0;
    color: #35515f;
    font-size: 0.98rem;
    line-height: 1.5;
    font-weight: 600;
}

.gelana-map__frame iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

@media (max-width: 767px) {
    .gelana-map-section {
        padding: 0 22px 28px;
    }

    .gelana-map__header {
        padding: 18px 16px;
    }

    .gelana-map__frame iframe {
        height: 320px;
    }
}

/* =============================================================
   FOOTER REBUILD (estrutura inspirada na referencia)
   ============================================================= */
.gelana-footer.gelana-footer--widget {
    background: var(--gelana-footer-bg, #0A3E54) !important;
    color: #e8f4f8;
    border-top: 1px solid rgba(255,255,255,0.12);
    padding: 0;
}

.gelana-footer.gelana-footer--widget .gelana-footer__top {
    padding: 72px clamp(22px, 5vw, 64px) 52px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__top-grid {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 48px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__col h4 {
    margin: 0 0 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.96rem;
    font-weight: 800;
}

.gelana-footer.gelana-footer--widget .gelana-footer__brand img {
    display: block;
    max-width: 220px;
    max-height: 82px;
    width: auto;
    height: auto;
    margin: 0 0 14px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__tagline {
    margin: 0;
    font-size: 1rem;
    color: rgba(232,244,248,0.84);
    font-weight: 600;
}

.gelana-footer.gelana-footer--widget .gelana-footer__brand-social {
    margin-top: 18px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__social-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.gelana-footer.gelana-footer--widget .gelana-footer__social-link:hover {
    color: #ffffff;
}

.gelana-footer.gelana-footer--widget .gelana-footer__social-link svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}

.gelana-footer.gelana-footer--widget .gelana-footer__social-link i {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
}

.gelana-footer.gelana-footer--widget .gelana-footer__links ul,
.gelana-footer.gelana-footer--widget .gelana-footer__contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__links a {
    color: rgba(232,244,248,0.9);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.25s ease;
}

.gelana-footer.gelana-footer--widget .gelana-footer__links a:hover {
    color: #ffffff;
}

.gelana-footer.gelana-footer--widget .gelana-footer__contact li {
    color: rgba(232,244,248,0.9);
    line-height: 1.5;
    font-weight: 500;
}

.gelana-footer.gelana-footer--widget .gelana-footer__contact strong {
    color: #ffffff;
    margin-right: 6px;
    font-weight: 700;
}

.gelana-footer.gelana-footer--widget .gelana-footer__payment {
    margin-top: 3px;
    color: #9ceac0;
    font-weight: 700;
}

.gelana-footer.gelana-footer--widget .gelana-footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.18);
    padding: 18px clamp(22px, 5vw, 64px);
}

.gelana-footer.gelana-footer--widget .gelana-footer__bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__copyright {
    margin: 0;
    color: rgba(232,244,248,0.82);
    font-size: 0.92rem;
    font-weight: 500;
}

.gelana-footer.gelana-footer--widget .gelana-footer__developed {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gelana-footer.gelana-footer--widget .gelana-footer__developed-label {
    color: rgba(232,244,248,0.88);
    font-size: 0.92rem;
    font-weight: 600;
}

.gelana-footer.gelana-footer--widget .gelana-footer__developed-link {
    display: inline-flex;
    align-items: center;
}

.gelana-footer.gelana-footer--widget .gelana-footer__developed-logo {
    display: block;
    max-width: 108px;
    width: auto;
    height: auto;
}

@media (max-width: 1023px) {
    .gelana-footer.gelana-footer--widget .gelana-footer__top {
        padding-top: 62px;
        padding-bottom: 42px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__top-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .gelana-footer.gelana-footer--widget .gelana-footer__top {
        padding: 52px 22px 36px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__top-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__brand img {
        margin-left: auto;
        margin-right: auto;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__brand,
    .gelana-footer.gelana-footer--widget .gelana-footer__links,
    .gelana-footer.gelana-footer--widget .gelana-footer__contact {
        text-align: center;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__social-link,
    .gelana-footer.gelana-footer--widget .gelana-footer__links a {
        justify-content: center;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__bottom {
        padding: 16px 22px 20px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__developed {
        justify-content: center;
        gap: 8px;
    }

    .gelana-footer.gelana-footer--widget .gelana-footer__developed-logo {
        width: 112px !important;
        max-width: 112px !important;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    :is(.gelana-hero-carousel, .gelana-cta-section, .gelana-drink-section, .gelana-features, .gelana-testimonials, .gelana-flavor-section, .gelana-ice-products-section, .gelana-trust-section, .gelana-b2b-section, .gelana-faq-section, .gelana-map-section, .gelana-footer.gelana-footer--widget) :is(h1, h2, h3, h4, h5, h6, p, li, span, a) {
        text-align: center !important;
    }

    :is(.gelana-hero-carousel, .gelana-cta-section, .gelana-drink-section, .gelana-features, .gelana-testimonials, .gelana-flavor-section, .gelana-ice-products-section, .gelana-trust-section, .gelana-b2b-section, .gelana-faq-section, .gelana-map-section, .gelana-footer.gelana-footer--widget) .gelana-btn,
    .gelana-ice-products__cta {
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
    }

    /* Botões WhatsApp mobile: alinhamento fino entre ícone e texto */
    .gelana-btn--whatsapp {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px;
        line-height: 1;
        white-space: nowrap !important;
    }

    .gelana-btn--whatsapp svg {
        display: inline-block !important;
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        margin: 0;
        transform: none;
        vertical-align: middle;
    }

    .gelana-drink__col-content,
    .gelana-ice-products__content,
    .gelana-b2b__text {
        align-items: center !important;
    }

    .gelana-faq-section .gelana-faq-item__trigger {
        justify-content: space-between !important;
        text-align: left !important;
        align-items: center !important;
    }

    .gelana-faq-section .gelana-faq-item__label {
        flex: 1 1 auto;
        text-align: left !important;
    }

    .gelana-b2b-section .gelana-b2b__benefits li {
        justify-content: center;
        gap: 0;
    }

    .gelana-b2b-section .gelana-b2b__benefits li svg {
        display: none !important;
    }

    .gelana-b2b-section .gelana-b2b__text > .gelana-btn,
    .gelana-b2b-section .gelana-b2b__text > .gelana-btn.gelana-btn--whatsapp {
        display: flex !important;
        width: 100%;
        max-width: 320px;
        box-sizing: border-box;
        padding: 12px 16px !important;
        gap: 8px;
        line-height: 1.2;
        white-space: normal !important;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .gelana-b2b-section .gelana-b2b__text > .gelana-btn svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }

    /* Hero mobile: alinhar o pacote azul do 1º slide com a logo do topo */
    .gelana-hero-carousel .gelana-hero__slides .gelana-slide:nth-child(1)[data-slide-type="image"] {
        background-position: 45% center !important;
    }

    /* Hero mobile: descer apenas o botão do 1º slide */
    .gelana-hero-carousel .gelana-hero__slides .gelana-slide:nth-child(1)[data-slide-type="image"] .gelana-slide__content .gelana-btn {
        margin-top: 58px !important;
    }
}
