/* ═══════════════════════════════════════════════════
   Bolsas de Gabardina — Landing por Mayoreo
   Modificador de color sobre la base hero-fiubags
   (bolsas-para-bodas.css debe cargarse antes)
═══════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════
   MODIFICADOR — Gabardina (paleta Fiubags teal)
   Usa los colores de marca verde-azulado de Fiubags.
   Sobreescribe solo las variables de color y overlay;
   todos los estilos estructurales del hero se heredan.
═══════════════════════════════════════════════════ */
.hero-fiubags--gabardina {
    --hb-dark:        #0e2422;   /* teal muy oscuro — fondo base     */
    --hb-dark2:       #1a3532;   /* teal oscuro marca (nav text)     */
    --hb-accent:      #6eaba5;   /* teal principal Fiubags           */
    --hb-cream:       #e8f5f3;   /* teal muy claro (fondo suave)     */
    --hb-muted:       rgba(255, 255, 255, 0.70);
    --hb-overlay-rgb: 14, 36, 34;  /* #0e2422 en RGB                */
    --hb-fallback-bg: #0a1e1c;   /* fallback si no carga imagen      */
}

@media (max-width: 575px) {
    .hero-fiubags--gabardina .hf-title {
        font-size: clamp(1.9rem, 10vw, 2.6rem);
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 2 — Por qué gabardina
   Sobreescribe variables bpe-* al teal de Fiubags
═══════════════════════════════════════════════════ */
.gbg-sec2 {
    --bpe-dark:   #1a3532;
    --bpe-dark2:  #355e5a;
    --bpe-accent: #6eaba5;
    --bpe-bg:     #eaf3f2;
    --bpe-border: #b8d8d5;
    --bpe-text:   #1a3532;
    --bpe-muted:  rgba(26, 53, 50, 0.68);

    padding: clamp(3rem, 6vw, 5rem) 0;
    font-family: 'Poppins', sans-serif;
}

.gbg-sec2__inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
}

.gbg-sec2__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: stretch;
}

.gbg-sec2__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gbg-sec2__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

@media (max-width: 991px) {
    .gbg-sec2__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.gbg-sec2 .titulo-producto {
    color: var(--bpe-dark);
}

.gbg-sec2 .texto-descripcion {
    color: var(--bpe-muted);
    margin-bottom: 14px;
}

/* ── Imagen ──────────────────────────────────────── */
.gbg-sec2 .gbg-img-wrap {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 320px;
    box-shadow: 0 4px 24px rgba(110, 171, 165, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.gbg-sec2 .gbg-img-wrap:hover {
    transform: scale(1.012);
    box-shadow: 0 18px 48px rgba(110, 171, 165, 0.28);
}
.gbg-sec2 .gbg-img-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Eyebrow ─────────────────────────────────────── */
.gbg-sec2 .gbg-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #42ADA5;
    margin: 0 0 6px;
}

/* ── Benefit cards ───────────────────────────────── */
.gbg-benefit-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 28px;
}

.gbg-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #f4fbf9;
    border: 1px solid #c8e0dd;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gbg-benefit-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(66, 173, 165, 0.14);
}

.gbg-benefit-card--full {
    grid-column: 1 / -1;
}

.gbg-benefit-card__icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 9px;
    background: #ddf0ee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #42ADA5;
}

.gbg-benefit-card__icon svg {
    width: 16px;
    height: 16px;
}

.gbg-benefit-card__text {
    font-size: 0.87rem;
    color: #1a3532;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
    padding-top: 7px;
}

@media (max-width: 575px) {
    .gbg-benefit-cards {
        grid-template-columns: 1fr;
    }
    .gbg-benefit-card--full {
        grid-column: auto;
    }
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .gbg-sec2 .bpe-cta {
        width: 100%;
        justify-content: center;
    }
    .gbg-sec2 .bpe-micro {
        text-align: center;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 3 — Elige composición (cards 2 columnas)
═══════════════════════════════════════════════════ */
.gbg-sec3 {
    padding: clamp(3rem, 6vw, 5rem) 0;
    font-family: 'Poppins', sans-serif;
}

.gbg-sec3__inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
}

/* ── Header centrado ─────────────────────────────── */
.gbg-sec3__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.gbg-sec3__eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #42ADA5;
    margin: 0 0 6px;
}

.gbg-sec3__title {
    font-size: clamp(1.5rem, 3vw, 1.8rem);
    font-weight: 700;
    color: #6eaba5;
    line-height: 1.25;
    margin: 0 0 14px;
}

.gbg-sec3__lead {
    font-size: 1rem;
    color: rgba(26, 53, 50, 0.7);
    line-height: 1.65;
    margin: 0;
}

/* ── Grid de cards ───────────────────────────────── */
.gbg-sec3__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

/* ── Card base ───────────────────────────────────── */
.gbg-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1.5px solid #c8e0dd;
    border-radius: 18px;
    padding: 32px 28px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.gbg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(110, 171, 165, 0.18);
}

/* ── Badge ───────────────────────────────────────── */
.gbg-card__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 14px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    background: rgba(110, 171, 165, 0.15);
    color: #355e5a;
    border: 1px solid rgba(110, 171, 165, 0.4);
}

.gbg-card--algodon .gbg-card__badge {
    background: rgba(53, 94, 90, 0.12);
    color: #1a3532;
    border-color: rgba(53, 94, 90, 0.3);
}

/* ── Título H3 ───────────────────────────────────── */
.gbg-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a3532;
    line-height: 1.3;
    margin: 0 0 12px;
}

/* ── Descripción ─────────────────────────────────── */
.gbg-card__desc {
    font-size: 0.93rem;
    color: rgba(26, 53, 50, 0.72);
    line-height: 1.6;
    margin: 0 0 18px;
}

/* ── Lista ideal para ────────────────────────────── */
.gbg-card__list-label {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6eaba5;
    margin: 0 0 8px;
}

.gbg-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.gbg-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.9rem;
    color: #1a3532;
    line-height: 1.45;
}

.gbg-card__list li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6eaba5;
    flex-shrink: 0;
    margin-top: 7px;
}

/* ── Meta (colores / técnicas) ───────────────────── */
.gbg-card__meta {
    margin: 0 0 24px;
    padding: 14px 16px;
    background: rgba(110, 171, 165, 0.08);
    border-radius: 10px;
    border-left: 3px solid #6eaba5;
}

.gbg-card__meta p {
    font-size: 0.85rem;
    color: rgba(26, 53, 50, 0.75);
    line-height: 1.55;
    margin: 0 0 6px;
}

.gbg-card__meta p:last-child { margin-bottom: 0; }

.gbg-card__meta strong {
    color: #1a3532;
    font-weight: 600;
}

/* ── CTA de card ─────────────────────────────────── */
.gbg-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: auto;
    background: #42ADA5;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 13px 24px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(66, 173, 165, 0.30);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gbg-card__cta:hover {
    background: #1a5c55;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(26, 92, 85, 0.32);
}

.gbg-card__cta:focus-visible {
    outline: 2px solid #42ADA5;
    outline-offset: 3px;
}

.gbg-card__cta svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

/* ── Microcopy de sección ────────────────────────── */
.gbg-sec3__micro {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 0.88rem;
    color: rgba(26, 53, 50, 0.6);
    margin: 40px 0 0;
    line-height: 1.5;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .gbg-sec3__grid {
        grid-template-columns: 1fr;
    }

    .gbg-card__cta {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .gbg-sec3__title {
        font-size: clamp(1.35rem, 7vw, 1.6rem);
    }

    .gbg-card {
        padding: 24px 20px;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 3 — Comparación interactiva (animaciones)
═══════════════════════════════════════════════════ */
@keyframes gbg-wa-pulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
    60%      { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
}
.gbg-compare-img {
    transition: transform 0.4s ease;
}
.gbg-compare-card:hover .gbg-compare-img {
    transform: scale(1.05);
}

.gbg-compare-card {
    transition: transform .3s ease, box-shadow .3s ease,
                opacity .3s ease, border-color .3s ease;
    -webkit-tap-highlight-color: transparent;
}
.gbg-compare-card.is-focused {
    transform: scale(1.015);
    box-shadow: 0 20px 48px rgba(46,125,50,.14);
    border-color: #2E7D32 !important;
}
.gbg-compare-card.is-dimmed { opacity: .55; }
.gbg-compare-card.is-focused .gbg-wa-cta {
    animation: gbg-wa-pulse 1.6s ease infinite;
}
.gbg-ideal-tag {
    transition: background .15s ease, color .15s ease,
                border-color .15s ease, transform .15s ease;
    -webkit-tap-highlight-color: transparent;
    cursor: default;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
}
.gbg-ideal-tag:hover,
.gbg-ideal-tag:active {
    background: #c8e6c9 !important;
    color: #1b5e20 !important;
    border-color: #81c784 !important;
    transform: scale(1.06);
}
.gbg-wa-cta {
    -webkit-tap-highlight-color: transparent;
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}
.gbg-wa-cta:active {
    background: #1a5c55 !important;
    transform: scale(0.97) !important;
}
[data-sel] {
    cursor: pointer;
    transition: background .15s ease, color .15s ease,
                border-color .15s ease, transform .15s ease, box-shadow .15s ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
}
[data-sel]:active { transform: scale(0.94); }
[data-sel="color"].is-sel {
    background: #42ADA5 !important;
    color: #fff !important;
    border-color: #42ADA5 !important;
    box-shadow: 0 0 0 2px rgba(66,173,165,.35);
}
[data-sel="tec"].is-sel {
    background: #1a5c55 !important;
    box-shadow: 0 0 0 3px rgba(66,173,165,.4);
}
.gbg-sel-summary {
    font-size: 0.78rem;
    color: #42ADA5;
    font-weight: 600;
    min-height: 1.2em;
    transition: opacity .2s ease;
}
.gbg-sel-summary:empty { opacity: 0; }

/* ═══════════════════════════════════════════════════
   SECCIÓN 4 — Casos de uso (cards con imagen)
═══════════════════════════════════════════════════ */
.gbg-s4-card {
    transition: transform .25s ease, box-shadow .25s ease;
    -webkit-tap-highlight-color: transparent;
}
.gbg-s4-card:hover  { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(26,53,50,.12); }
.gbg-s4-card:active { transform: scale(.97); }
.gbg-s4-card:hover .gbg-s4-img { transform: scale(1.05); }
.gbg-s4-img { transition: transform .4s ease; }
.gbg-s4-cta {
    -webkit-tap-highlight-color: transparent;
    transition: background .15s ease, transform .15s ease;
}
.gbg-s4-cta:active { background: #1a5c55 !important; transform: scale(.96); }
.gbg-s4-scroll::-webkit-scrollbar { display: none; }
.gbg-s4-scroll { -ms-overflow-style: none; scrollbar-width: none; }

/* ═══════════════════════════════════════════════════
   SECCIÓN 5 — Configurador premium de personalización
═══════════════════════════════════════════════════ */
.gbg-s5-badge {
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease,
                border-color .18s ease, background .18s ease;
    -webkit-tap-highlight-color: transparent;
}
.gbg-s5-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(66, 173, 165, 0.14);
    border-color: #42ADA5 !important;
}
.gbg-s5-badge:active { transform: scale(0.96); }

/* Estado seleccionado */
.gbg-s5-badge--sel {
    background: #ddf0ee !important;
    border-color: #42ADA5 !important;
    box-shadow: 0 0 0 2px rgba(66, 173, 165, 0.22);
}
.gbg-s5-badge--sel .gbg-s5-label { color: #1a5c55 !important; font-weight: 700; }

/* Bubble checkbox */
.gbg-s5-check {
    transition: background .15s ease, border-color .15s ease;
}
.gbg-s5-badge--sel .gbg-s5-check {
    background: #42ADA5 !important;
    border-color: #42ADA5 !important;
}
.gbg-s5-badge--sel .gbg-s5-check svg { opacity: 1 !important; }

.gbg-s5-summary:empty { opacity: 0; }
.gbg-s5-cta:active { background: #1a5c55 !important; transform: scale(0.98); }

/* ═══════════════════════════════════════════════════
   SECCIÓN 8 — Marquee de logos
═══════════════════════════════════════════════════ */
@keyframes gbg-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.gbg-marquee {
    animation: gbg-marquee 28s linear infinite;
    will-change: transform;
    white-space: nowrap;
}
.gbg-marquee-item {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #9ca3af;
    padding: 0 2rem;
    border-right: 1.5px solid #e5e7eb;
}
.gbg-marquee-item:last-child { border-right: none; }

/* ═══════════════════════════════════════════════════
   SECCIÓN 7 — Segmented Control / Tab selector
═══════════════════════════════════════════════════ */
.gbg-tab--active {
    background: #42ADA5;
    color: #fff;
    box-shadow: 0 1px 4px rgba(66,173,165,0.30);
}
.gbg-tab-panel {
    animation: gbg-panel-fade 0.18s ease;
}
@keyframes gbg-panel-fade {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 8 — Override título "Nuestros Clientes"
   (scoped: no toca el include usado en otras páginas)
═══════════════════════════════════════════════════ */
.gbg-clients-wrap .modern-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #9ca3af;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .gbg-clients-wrap .modern-title { font-size: 0.875rem; }
}
.gbg-clients-wrap .title-decoration { display: none; }

/* ═══════════════════════════════════════════════════
   SECCIÓN 8 — Logo marquee
═══════════════════════════════════════════════════ */
.gbg-marquee--logos { animation-duration: 45s; }
.gbg-marquee-logo {
    flex-shrink: 0;
    height: 40px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    opacity: 0.50;
    transition: opacity 0.25s ease;
    margin: 0 2.5rem;
}
.gbg-marquee-logo:hover { opacity: 1; }
@media (min-width: 768px) {
    .gbg-marquee-logo { height: 48px; max-width: 140px; }
}

/* ═══════════════════════════════════════════════════
   FAQ ACCORDION — Bolsas de Gabardina
═══════════════════════════════════════════════════ */
.faq-fiubags {
    --hf-green:     #3a7d78;
    --hf-green-mid: #6eaba5;
    --hf-mint:      #e4f2f1;
    --hf-text:      #1a3634;
    --hf-muted:     #4e7b78;
    --ff-bg:        #f6fbfb;
    --ff-white:     #fff;
    --ff-rule:      rgba(110, 171, 165, 0.20);
    --ff-shadow:    0 4px 24px rgba(61, 125, 120, 0.10);

    clear: both;
    width: 100%;
    background: var(--ff-bg);
    padding: clamp(3rem, 6vw, 5rem) 0;
    font-family: 'Poppins', sans-serif;
    color: var(--hf-text);
}

.faq-fiubags .ff-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-fiubags .ff-header {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3rem);
}

.faq-fiubags .ff-badge {
    display: inline-block;
    background: var(--hf-mint);
    color: var(--hf-green);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.faq-fiubags .ff-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    font-weight: 700;
    color: var(--hf-text);
    line-height: 1.2;
    margin: 0 0 12px;
}

.faq-fiubags .ff-desc {
    font-size: 1rem;
    color: var(--hf-muted);
    max-width: 560px;
    line-height: 1.65;
    margin: 0 auto;
}

.faq-fiubags .ff-list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.faq-fiubags .ff-item {
    background: var(--ff-white);
    border: 1px solid var(--ff-rule);
    border-radius: 14px;
    overflow: visible;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-fiubags .ff-item:hover {
    border-color: var(--hf-green-mid);
    box-shadow: var(--ff-shadow);
}

.faq-fiubags .ff-question {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
    user-select: none;
    color: var(--hf-text);
    transition: color 0.2s ease, background 0.2s ease;
    border-radius: 14px;
}

.faq-fiubags .ff-question:hover {
    color: var(--hf-green);
    background: rgba(228, 242, 241, 0.35);
}

.faq-fiubags .ff-question[aria-expanded="true"] {
    color: var(--hf-green);
    background: rgba(228, 242, 241, 0.55);
    border-radius: 14px 14px 0 0;
}

.faq-fiubags .ff-question:focus-visible {
    outline: 2px solid var(--hf-green-mid);
    outline-offset: -2px;
}

.faq-fiubags .ff-question h3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    flex: 1;
    color: inherit;
}

.faq-fiubags .ff-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--hf-mint);
    color: var(--hf-green);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, color 0.25s ease;
}

.faq-fiubags .ff-icon svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq-fiubags .ff-question[aria-expanded="true"] .ff-icon {
    background: var(--hf-green);
    color: #fff;
}

.faq-fiubags .ff-question[aria-expanded="true"] .ff-icon svg {
    transform: rotate(180deg);
}

.faq-fiubags .ff-answer {
    padding: 0 1.25rem 1.25rem;
    color: var(--hf-muted);
    font-size: 0.95rem;
    line-height: 1.7;
}

.faq-fiubags .ff-answer::before {
    content: "";
    display: block;
    height: 1px;
    background: var(--ff-rule);
    margin: 0 0 1rem;
}

@media (max-width: 575px) {
    .faq-fiubags .ff-question { padding: 1rem; gap: 0.75rem; }
    .faq-fiubags .ff-question h3 { font-size: 0.95rem; }
    .faq-fiubags .ff-answer { padding: 0 1rem 1rem; font-size: 0.92rem; }
    .faq-fiubags .ff-icon { width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    .faq-fiubags * { transition: none !important; }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 3 — Split card: layout horizontal
   Texto izquierda (~55%) / Imagen derecha (~45%)
═══════════════════════════════════════════════════ */
.gbg-split-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    min-height: 360px;
    box-shadow: 0 2px 16px rgba(110, 171, 165, 0.10);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.gbg-split-card:hover {
    box-shadow: 0 10px 40px rgba(66, 173, 165, 0.18);
    transform: translateY(-3px);
}

.gbg-split-text {
    flex: 0 0 55% !important;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 28px 24px !important;
}

.gbg-split-img {
    flex: 0 0 45%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background: #eaf3f2;
}

.gbg-split-img picture {
    display: block;
    width: 100%;
    height: 100%;
}

.gbg-split-img .gbg-compare-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.45s ease;
}

.gbg-split-card:hover .gbg-split-img .gbg-compare-img {
    transform: scale(1.06);
}

/* Badge dentro de columna de texto */
.gbg-split-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 5px 14px;
    border-radius: 999px;
    border: 1px solid;
    line-height: 1;
}

/* Mobile: imagen arriba (4:3), texto abajo */
@media (max-width: 767px) {
    .gbg-split-card {
        flex-direction: column !important;
        min-height: unset;
    }
    .gbg-split-text {
        flex: none !important;
        order: 2;
        padding: 24px 20px !important;
    }
    .gbg-split-img {
        flex: none;
        order: 1;
        width: 100%;
        aspect-ratio: 4 / 3;
    }
}

/* ═══════════════════════════════════════════════════
   COTIZADOR COMPACTO — Widget de personalización
   Estilos para #prod-widget del cotizador de gabardina
═══════════════════════════════════════════════════ */
#prod-widget {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

#prod-widget .hf-precio-card {
    background: linear-gradient(135deg, #ffffff 0%, #f9fdfc 100%);
    border: 1px solid rgba(66, 173, 165, 0.25);
    box-shadow: 0 6px 24px rgba(26, 92, 85, 0.08);
    border-radius: 20px;
    padding: 18px 12px !important;
}

#prod-widget .lav-cotiza-header {
    text-align: center;
    margin-bottom: 16px;
}

#prod-widget .lav-cotiza-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(66, 173, 165, 0.08), rgba(66, 173, 165, 0.12));
    border: 1.5px solid rgba(66, 173, 165, 0.25);
    color: #1a5c55;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

#prod-widget .lav-pkg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 16px 0;
}

#prod-widget .lav-pkg-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 8px;
    text-align: center;
    background: #f8fffe;
    border: 1.5px solid #d4ebe8;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    min-height: 52px;
}

#prod-widget .lav-pkg-btn:hover {
    background: #e8f8f7;
    border-color: #42ADA5;
    box-shadow: 0 2px 8px rgba(66, 173, 165, 0.1);
}

#prod-widget .lav-pkg-btn.active {
    background: linear-gradient(135deg, #42ADA5, #3a9892);
    border-color: #2e7d72;
    color: #fff;
    box-shadow: 0 4px 12px rgba(66, 173, 165, 0.25);
}

#prod-widget .lav-pkg-qty {
    font-size: 0.72rem;
    font-weight: 700;
    color: #1a3532;
}

#prod-widget .lav-pkg-btn.active .lav-pkg-qty {
    color: #fff;
}

#prod-widget .lav-pkg-precio {
    font-size: 0.62rem;
    font-weight: 600;
    color: #42ADA5;
}

#prod-widget .lav-pkg-btn.active .lav-pkg-precio {
    color: rgba(255, 255, 255, 0.9);
}

#prod-widget .lav-qty-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 16px 0;
    font-size: 0.9rem;
    font-weight: 600;
}

#prod-widget .lav-qty-row label {
    color: #1a3532;
    white-space: nowrap;
    font-size: 0.85rem;
}

#prod-widget .lav-stepper {
    display: flex;
    align-items: center;
    border: 1.5px solid #d4ebe8;
    border-radius: 10px;
    background: #f5fffe;
    overflow: hidden;
    gap: 0;
}

#prod-widget .lav-step-btn {
    background: transparent;
    border: none;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #42ADA5;
    transition: all 0.15s ease;
}

#prod-widget .lav-step-btn:hover {
    background: rgba(66, 173, 165, 0.08);
}

#prod-widget #prodQtyInput {
    background: transparent;
    border: none;
    border-left: 1px solid #d4ebe8;
    border-right: 1px solid #d4ebe8;
    width: 56px;
    height: 34px;
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a3532;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#prod-widget #prodQtyInput::-webkit-outer-spin-button,
#prod-widget #prodQtyInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#prod-widget #prodQtyInput[type=number] {
    -moz-appearance: textfield;
}

#prod-widget .lav-resumen {
    background: linear-gradient(135deg, #f0fbfa, #f5fffe);
    border: 1px solid #d4ebe8;
    border-radius: 12px;
    padding: 13px;
    margin: 16px 0;
}

#prod-widget .lav-resumen-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    margin-bottom: 6px;
}

#prod-widget .lav-resumen-row:last-child {
    margin-bottom: 0;
}

#prod-widget .lav-resumen-row strong {
    font-weight: 700;
    color: #1a3532;
    font-size: 0.9rem;
}

#prod-widget .lav-resumen-envio {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.4;
    margin-top: 6px;
}

#prod-widget .prod-wa-cta-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 14px;
    margin: 14px 0;
    background: linear-gradient(135deg, #25D366, #1da851);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(25, 135, 84, 0.15);
    font-family: 'Plus Jakarta Sans', sans-serif;
}

#prod-widget .prod-wa-cta-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

#prod-widget .prod-wa-cta-btn:hover {
    background: linear-gradient(135deg, #1da851, #157a44);
    box-shadow: 0 6px 16px rgba(25, 135, 84, 0.3);
    transform: translateY(-2px);
}

#prod-widget .prod-wa-cta-btn:active {
    transform: translateY(0);
}

#prod-widget .nota-precios {
    font-size: 0.75rem;
    color: #888;
    text-align: center;
    margin-top: 8px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    #prod-widget .hf-precio-card {
        padding: 14px 12px !important;
    }

    #prod-widget .lav-pkg-grid {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    #prod-widget .lav-pkg-btn {
        padding: 8px 6px;
    }

    #prod-widget .lav-qty-row {
        flex-direction: column;
        gap: 6px;
        margin: 8px 0;
    }

    #prod-widget .lav-stepper {
        width: auto;
    }
}

/* ═══════════════════════════════════════════════════
   FAQ GABARDINA — Overrides de colores específicos
═══════════════════════════════════════════════════ */
.faq-gabardina .ff-answer,
.faq-gabardina .collapse .ff-answer,
.faq-gabardina .collapsing .ff-answer,
.faq-gabardina .show .ff-answer,
.faq-gabardina .ff-answer * {
    color: rgba(26, 54, 52, 0.68);
}

.faq-gabardina .ff-question {
    color: #1a3634;
}

.faq-gabardina .ff-question[aria-expanded="true"] {
    color: #42ADA5;
}

.faq-gabardina .ff-question h3 {
    color: inherit;
}

.faq-gabardina .ff-icon {
    background: rgba(66, 173, 165, 0.1);
    color: #42ADA5;
}

.faq-gabardina .ff-question[aria-expanded="true"] .ff-icon {
    background: #42ADA5;
    color: #fff;
}

/* ═══════════════════════════════════════════════════
   CLIENTES SECTION — Override del título
═══════════════════════════════════════════════════ */
.gbg-clients-wrap .section-title-modern {
    display: none;
}

/* ═══════════════════════════════════════════════════
   BENEFICIOS DEL COTIZADOR — Lista de beneficios
═══════════════════════════════════════════════════ */
.mand-bene-card {
    border-top: 2px solid #e8f6f5;
    padding: 18px 0 0;
}
.mand-bene-eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #42ADA5;
    margin: 0 0 4px;
}
.mand-bene-title {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
}
.mand-bene-list {
    display: flex;
    flex-direction: column;
    margin: 0 0 14px;
}
.mand-bene-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid #f2f2f2;
}
.mand-bene-row:last-child { border-bottom: none; }
.mand-bene-icon-wrap {
    width: 26px;
    flex-shrink: 0;
    color: #42ADA5;
    font-size: 1.05rem;
    text-align: center;
}
.mand-bene-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.mand-bene-label {
    font-size: 0.87rem;
    font-weight: 700;
    color: #333;
}
.mand-bene-desc {
    font-size: 0.78rem;
    color: #888;
    line-height: 1.4;
}
.mand-bene-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25D366;
    color: #fff;
    font-weight: 600;
    font-size: 0.90rem;
    border-radius: 6px;
    padding: 11px 16px;
    text-decoration: none;
    transition: background 0.2s;
}
.mand-bene-cta:hover {
    background: #1dba57;
    color: #fff;
    text-decoration: none;
}
.mand-bene-cta i {
    font-size: 1.1rem;
}

/* ═══════════════════════════════════════════════════
   BOTONES DE WHATSAPP — Sobreescritura para GABARDINA
   Usa el verde original de WhatsApp (#25D366), no naranja
═══════════════════════════════════════════════════ */

/* Hero button — gabardina */
.hero-fiubags--gabardina .hf-cta[href*="api.whatsapp.com"],
.hero-fiubags--gabardina .hf-cta--wa {
    background: #25D366 !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.30) !important;
}
.hero-fiubags--gabardina .hf-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--gabardina .hf-cta--wa:hover {
    background: #128C7E !important;
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.38) !important;
}
.hero-fiubags--gabardina .hf-cta[href*="api.whatsapp.com"]:focus-visible,
.hero-fiubags--gabardina .hf-cta--wa:focus-visible {
    outline: 2px solid #25D366 !important;
}

/* Botón de "Más presentables que una bolsa básica" (sección gbg-sec2) */
.gbg-sec2 .bpe-cta[href*="api.whatsapp.com"] {
    background: #25D366 !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.28) !important;
}
.gbg-sec2 .bpe-cta[href*="api.whatsapp.com"]:hover {
    background: #128C7E !important;
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.35) !important;
}
.gbg-sec2 .bpe-cta[href*="api.whatsapp.com"]:focus-visible {
    outline: 2px solid #25D366 !important;
}

/* ═══════════════════════════════════════════════════
   FIX: Sincronizar .container a 1140px (igual que .hf-container)
   Problema: Learts sobreescribe Bootstrap y expande .container a 1200px
   Solución: Override específico para esta landing a 1140px
═══════════════════════════════════════════════════ */
@media only screen and (min-width: 1200px) {
  .hero-fiubags--gabardina ~ .container {
    max-width: 1140px !important;
  }
  .section-padding .container {
    max-width: 1140px !important;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .hero-fiubags--gabardina ~ .container,
  .section-padding .container {
    max-width: 100%;
  }
}
