/* ═══════════════════════════════════════════════════
   Bolsas para Bodas — Landing Premium Editorial
   Hero con imagen + overlay oscuro · tipografía clara
═══════════════════════════════════════════════════ */

/* ── Variables ───────────────────────────────────── */
.hero-fiubags {
    --hb-dark:         #2d1420;
    --hb-dark2:        #4a2535;
    --hb-accent:       #d4899a;
    --hb-cream:        #faf4f0;
    --hb-muted:        rgba(255, 255, 255, 0.65);
    --hb-overlay-rgb:  26, 13, 19;
    --hb-fallback-bg:  #1a0d13;
}

/* ═══════════════════════════════════════════════════
   HERO — editorial, overlay oscuro sobre imagen
═══════════════════════════════════════════════════ */
.hero-fiubags {
    position: relative;
    isolation: isolate;
    background: var(--hb-fallback-bg);
    padding: clamp(4rem, 8vw, 6rem) 0;
    min-height: 680px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    animation: hf-rise 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    margin-bottom: 0;
}

/* Imagen de fondo — full opacity, el overlay la oscurece */
.hero-fiubags::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hf-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
}

/* Overlay oscuro: más denso a la izquierda, respira a la derecha */
.hero-fiubags::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(var(--hb-overlay-rgb), 0.82) 0%,
        rgba(var(--hb-overlay-rgb), 0.68) 38%,
        rgba(var(--hb-overlay-rgb), 0.45) 62%,
        rgba(var(--hb-overlay-rgb), 0.22) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hero-fiubags .hf-container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
}

/* ── Eyebrow ─────────────────────────────────────── */
.hero-fiubags .hf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
    opacity: 0;
    animation: hf-fade 0.7s 0.1s ease-out forwards;
}
.hero-fiubags .hf-eyebrow svg {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: var(--hb-accent);
}

/* ── Título ──────────────────────────────────────── */
.hero-fiubags .hf-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.2rem, 5.4vw, 3.6rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
    max-width: 18ch;
    opacity: 0;
    animation: hf-rise-text 0.85s 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-fiubags .hf-title .accent {
    color: var(--hb-accent);
}

/* ── Subtitle ────────────────────────────────────── */
.hero-fiubags .hf-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.15rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 550px;
    line-height: 1.68;
    font-weight: 400;
    margin: 0 0 28px;
    opacity: 0;
    animation: hf-rise-text 0.85s 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.hero-fiubags .hf-subtitle em {
    font-style: italic;
    color: #fff;
    font-weight: 600;
}

/* ── Actions ─────────────────────────────────────── */
.hero-fiubags .hf-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.25rem;
    margin-bottom: 20px;
    opacity: 0;
    animation: hf-fade 0.7s 0.5s ease-out forwards;
}

/* CTA principal — negro mate con WhatsApp sutil */
.hero-fiubags .hf-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--hb-dark);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(45, 20, 32, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-fiubags .hf-cta:hover {
    background: var(--hb-dark2);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(45, 20, 32, 0.35);
}
.hero-fiubags .hf-cta:focus-visible {
    outline: 2px solid var(--hb-dark);
    outline-offset: 3px;
}
.hero-fiubags .hf-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.80;
}

/* CTA WhatsApp — verde sobre fondos oscuros donde el botón base se pierde */
.hero-fiubags .hf-cta--wa {
    background: #25D366;
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.30);
}
.hero-fiubags .hf-cta--wa:hover {
    background: #128C7E;
    color: #fff;
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.38);
    transform: translateY(-2px);
}
.hero-fiubags .hf-cta--wa:focus-visible {
    outline: 2px solid #25D366;
    outline-offset: 3px;
}

/* CTA secundario — outline claro sobre fondo oscuro */
.hero-fiubags .hf-cta-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.55);
    box-shadow: none;
}
.hero-fiubags .hf-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.80);
    box-shadow: none;
}

/* ── Microcopy ───────────────────────────────────── */
.hero-fiubags .hf-micro {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 0.88rem;
    color: var(--hb-muted);
    max-width: 44ch;
    margin: 0;
    line-height: 1.55;
    opacity: 0;
    animation: hf-fade 0.7s 0.65s ease-out forwards;
}

/* ── Animaciones ─────────────────────────────────── */
@keyframes hf-rise {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes hf-rise-text {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes hf-fade {
    from { opacity: 0; transform: translateY(5px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .hero-fiubags {
        min-height: auto;
        padding: 4.5rem 0 3.8rem;
        align-items: flex-start;
    }

    /* En móvil el overlay oscuro cubre todo para legibilidad */
    .hero-fiubags::after {
        background: rgba(var(--hb-overlay-rgb), 0.72);
    }

    .hero-fiubags .hf-title,
    .hero-fiubags .hf-subtitle {
        max-width: 100%;
    }

    .hero-fiubags .hf-actions {
        align-items: stretch;
        gap: 0.75rem;
    }

    .hero-fiubags .hf-cta {
        width: 100%;
        justify-content: center;
    }

    .hero-fiubags .hf-micro {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .hero-fiubags {
        padding: 4rem 0 3.4rem;
    }
    .hero-fiubags .hf-container {
        width: min(100% - 24px, 1140px);
        padding: 0 12px;
    }
    .hero-fiubags .hf-eyebrow {
        font-size: 10px;
        letter-spacing: 0.05em;
        padding: 6px 12px;
    }
    .hero-fiubags .hf-title {
        font-size: clamp(2rem, 11vw, 2.8rem);
    }
    .hero-fiubags .hf-subtitle {
        font-size: 0.97rem;
    }
}

/* ── Reduced motion ──────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .hero-fiubags,
    .hero-fiubags * {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ── Specs list ──────────────────────────────────── */
.hero-fiubags .hf-specs {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    animation: hf-fade 0.7s 0.4s ease-out forwards;
}
.hero-fiubags .hf-specs li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.93rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.4;
}
.hero-fiubags .hf-specs .n {
    color: var(--hb-accent);
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════
   MODIFICADOR — Eventos corporativos
   Sobreescribe solo las variables de color y overlay;
   todos los estilos estructurales del hero se heredan.
═══════════════════════════════════════════════════ */
.hero-fiubags--eventos {
    --hb-dark:        #0f1e2d;
    --hb-dark2:       #1e3448;
    --hb-accent:      #6aa3c8;
    --hb-cream:       #f4f8fb;
    --hb-overlay-rgb: 10, 21, 32;
    --hb-fallback-bg: #0a1520;
}

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

/* ═══════════════════════════════════════════════════
   BREADCRUMB bajo el hero
═══════════════════════════════════════════════════ */
.breadcrumb-hero-bodas {
    background: #faf6f7;
    border-bottom: 1px solid #ecdde0;
    padding: 0.5rem 0;
}
.breadcrumb-hero-bodas .bread-crumb-landings {
    margin: 0;
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 2 — Selector de buyer persona
═══════════════════════════════════════════════════ */
.bpb-selector {
    background: #faf4f0;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-selector-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* ── Eyebrow ─────────────────────────────────────── */
.bpb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(45, 20, 32, 0.07);
    border: 1px solid rgba(45, 20, 32, 0.18);
    color: #2d1420;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin: 0 0 24px;
}
.bpb-eyebrow svg {
    color: #a05060;
    flex-shrink: 0;
}

/* ── Título ──────────────────────────────────────── */
.bpb-selector-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.7rem, 3.8vw, 2.6rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 48px;
}

/* ── Grid de cards ───────────────────────────────── */
.bpb-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    text-align: left;
}

/* ── Card base ───────────────────────────────────── */
.bpb-card {
    background: #fff;
    border: 1.5px solid #ecdde0;
    border-radius: 20px;
    padding: clamp(1.8rem, 4vw, 2.6rem);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}
.bpb-card:hover {
    box-shadow: 0 12px 36px rgba(45, 20, 32, 0.12);
    transform: translateY(-3px);
    border-color: #a05060;
}

/* ── Badge ───────────────────────────────────────── */
.bpb-card-badge {
    display: inline-block;
    background: rgba(160, 80, 96, 0.10);
    color: #a05060;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 999px;
    align-self: flex-start;
}

/* ── Role / H3 ───────────────────────────────────── */
.bpb-card-role {
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
    font-weight: 700;
    color: #2d1420;
    margin: 4px 0 0;
    line-height: 1.25;
}

/* ── Descripción ─────────────────────────────────── */
.bpb-card-desc {
    font-size: 0.98rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.65;
    margin: 0;
    flex-grow: 1;
}

/* ── CTA ─────────────────────────────────────────── */
.bpb-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.bpb-card-cta:hover {
    background: #4a2535;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 20, 32, 0.32);
}
.bpb-card-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

.bpb-card-cta--outline {
    background: transparent;
    color: #2d1420;
    border: 2px solid rgba(45, 20, 32, 0.40);
    box-shadow: none;
}
.bpb-card-cta--outline:hover {
    background: #2d1420;
    color: #fff;
    border-color: #2d1420;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
}

/* ── Microcopy ───────────────────────────────────── */
.bpb-card-micro {
    font-size: 0.82rem;
    font-style: italic;
    color: rgba(45, 20, 32, 0.52);
    line-height: 1.5;
    margin: 0;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .bpb-cards {
        grid-template-columns: 1fr;
    }
    .bpb-selector-title br {
        display: none;
    }
    .bpb-card-cta {
        align-self: stretch;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-card {
        transition: none;
    }
    .bpb-card-cta {
        transition: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 2.1 — Inspiración visual / catálogo de tipos
═══════════════════════════════════════════════════ */
.bpb-inspire {
    background: #faf4f0;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-inspire-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) 15px 0;
    text-align: center;
    border-top: 1px solid #ecdde0;
}

/* ── Título ──────────────────────────────────────── */
.bpb-inspire-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 52px;
}

/* ── Grid de catálogo ────────────────────────────── */
.bpb-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    text-align: left;
}

/* ── Card ────────────────────────────────────────── */
.bpb-cat-card {
    background: #fff;
    border: 1.5px solid #ecdde0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}
.bpb-cat-card:hover {
    box-shadow: 0 14px 40px rgba(45, 20, 32, 0.11);
    transform: translateY(-4px);
    border-color: #a05060;
}

/* ── Imagen ──────────────────────────────────────── */
.bpb-cat-img-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #faf4f0;
}
.bpb-cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.bpb-cat-card:hover .bpb-cat-img-wrap img {
    transform: scale(1.04);
}

/* ── Cuerpo ──────────────────────────────────────── */
.bpb-cat-body {
    padding: 1.5rem 1.4rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

/* ── Título de card ──────────────────────────────── */
.bpb-cat-title {
    font-size: clamp(1.05rem, 1.6vw, 1.2rem);
    font-weight: 700;
    color: #2d1420;
    margin: 0;
    line-height: 1.28;
}

/* ── Descripción ─────────────────────────────────── */
.bpb-cat-desc {
    font-size: 0.9rem;
    color: rgba(45, 20, 32, 0.68);
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* ── Tags "Ideal para:" ──────────────────────────── */
.bpb-cat-tags {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.bpb-cat-tags li {
    font-size: 11px;
    font-weight: 600;
    color: #a05060;
    background: rgba(160, 80, 96, 0.08);
    border: 1px solid rgba(160, 80, 96, 0.20);
    padding: 3px 10px;
    border-radius: 999px;
    letter-spacing: 0.02em;
}

/* ── CTA de card ─────────────────────────────────── */
.bpb-cat-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 11px 22px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    margin-top: 6px;
    box-shadow: 0 4px 14px rgba(45, 20, 32, 0.22);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.bpb-cat-cta:hover {
    background: #a05060;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgba(160, 80, 96, 0.32);
}
.bpb-cat-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 992px) {
    .bpb-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bpb-inspire-title br {
        display: none;
    }
}

@media (max-width: 575px) {
    .bpb-cat-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .bpb-cat-cta {
        align-self: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-cat-card,
    .bpb-cat-img-wrap img,
    .bpb-cat-cta {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 2.2 — Materiales, medidas y personalización
═══════════════════════════════════════════════════ */
.bpb-specs-section {
    background: #faf4f0;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-specs-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
    border-top: 1px solid #ecdde0;
}

/* ── Columna de texto ────────────────────────────── */
.bpb-specs-text-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bpb-specs-title {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0;
}

.bpb-specs-lead {
    font-size: 0.98rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
}

.bpb-specs-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.bpb-specs-cta:hover {
    background: #4a2535;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 20, 32, 0.32);
}
.bpb-specs-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

.bpb-specs-micro {
    font-size: 0.83rem;
    font-style: italic;
    color: rgba(45, 20, 32, 0.50);
    line-height: 1.5;
    margin: 0;
}

/* ── Lista de especificaciones ───────────────────── */
.bpb-specs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border: 1.5px solid #ecdde0;
    border-radius: 18px;
    overflow: hidden;
}

.bpb-spec-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid #f0e4e7;
}
.bpb-spec-item:last-child {
    border-bottom: none;
}

.bpb-spec-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: rgba(160, 80, 96, 0.10);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a05060;
    margin-top: 2px;
}

.bpb-spec-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.bpb-spec-item strong {
    font-size: 0.88rem;
    font-weight: 700;
    color: #2d1420;
    line-height: 1.3;
}
.bpb-spec-item span {
    font-size: 0.88rem;
    color: rgba(45, 20, 32, 0.66);
    line-height: 1.45;
}

/* ── Responsive 2.2 ──────────────────────────────── */
@media (max-width: 768px) {
    .bpb-specs-inner {
        grid-template-columns: 1fr;
    }
    .bpb-specs-cta {
        align-self: stretch;
        justify-content: center;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 3 — Bolsas para recuerdos de boda
═══════════════════════════════════════════════════ */
.bpb-souvenirs {
    background: #fff;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-souvenirs-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: clamp(3rem, 6vw, 5rem) 15px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "img  header"
        "img  text";
    column-gap: clamp(2rem, 5vw, 4rem);
    row-gap: 16px;
    border-top: 1px solid #ecdde0;
}

/* ── Encabezado extraído ─────────────────────────── */
.bpb-souvenirs-header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: end;
}

/* ── Imagen ──────────────────────────────────────── */
.bpb-souvenirs-img-col {
    grid-area: img;
    align-self: stretch;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(45, 20, 32, 0.10);
}
.bpb-souvenirs-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Columna de texto ────────────────────────────── */
.bpb-souvenirs-text-col {
    grid-area: text;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bpb-souvenirs-title {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0;
}

.bpb-souvenirs-body {
    font-size: 0.98rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
}

/* ── Bullets ─────────────────────────────────────── */
.bpb-souvenirs-bullets {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bpb-souvenirs-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.93rem;
    color: rgba(45, 20, 32, 0.78);
    line-height: 1.45;
}
.bpb-souvenirs-bullets li::before {
    content: "";
    flex-shrink: 0;
    width: 7px;
    height: 7px;
    background: #a05060;
    border-radius: 50%;
    margin-top: 6px;
}

/* ── CTA ─────────────────────────────────────────── */
.bpb-souvenirs-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.bpb-souvenirs-cta:hover {
    background: #4a2535;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 20, 32, 0.32);
}
.bpb-souvenirs-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

.bpb-souvenirs-micro {
    font-size: 0.83rem;
    font-style: italic;
    color: rgba(45, 20, 32, 0.50);
    line-height: 1.5;
    margin: 0;
}

/* ── Responsive Sección 3 ────────────────────────── */
@media (max-width: 768px) {
    .bpb-souvenirs-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "header"
            "img"
            "text";
        row-gap: 20px;
    }
    .bpb-souvenirs-img-col {
        max-height: 280px;
    }
    .bpb-souvenirs-header {
        align-self: auto;
    }
    .bpb-souvenirs-cta {
        align-self: stretch;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-specs-cta,
    .bpb-souvenirs-cta {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 4 — Welcome bags para bodas
═══════════════════════════════════════════════════ */
.bpb-welcome {
    background: #faf4f0;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-welcome-inner {
    max-width: 860px;
    width: min(860px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
}

/* ── Columna de texto ────────────────────────────── */
.bpb-welcome-text-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bpb-welcome-title {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0;
}

.bpb-welcome-body {
    font-size: 0.98rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
}

/* ── Label + lista de ideas ──────────────────────── */
.bpb-welcome-ideas-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #2d1420;
    margin: 4px 0 0;
    letter-spacing: 0.01em;
}

.bpb-welcome-ideas {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
}
.bpb-welcome-ideas li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: rgba(45, 20, 32, 0.75);
    line-height: 1.4;
}
.bpb-welcome-ideas li::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: #a05060;
    border-radius: 50%;
}

/* ── CTA ─────────────────────────────────────────── */
.bpb-welcome-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.bpb-welcome-cta:hover {
    background: #4a2535;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 20, 32, 0.32);
}
.bpb-welcome-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

.bpb-welcome-micro {
    font-size: 0.83rem;
    font-style: italic;
    color: rgba(45, 20, 32, 0.50);
    line-height: 1.5;
    margin: 0;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 575px) {
    .bpb-welcome-ideas {
        grid-template-columns: 1fr;
    }
    .bpb-welcome-cta {
        align-self: stretch;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-welcome-cta {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 5 — Puente hacia The Wedding Tote Club
   Tratamiento visual diferenciado: champagne / ivory
═══════════════════════════════════════════════════ */
.bpb-wtc {
    background: linear-gradient(160deg, #f5e9de 0%, #ede0d3 100%);
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    border-top: 1px solid #d9c4b8;
    border-bottom: 1px solid #d9c4b8;
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow: hidden;
}

/* Detalle decorativo de fondo */
.bpb-wtc::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 90% 20%, rgba(160, 80, 96, 0.07) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 10% 80%, rgba(45, 20, 32, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.bpb-wtc-inner {
    position: relative;
    max-width: 720px;
    width: min(720px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

/* ── Badge ───────────────────────────────────────── */
.bpb-wtc-badge-row {
    display: flex;
    justify-content: center;
}
.bpb-wtc-badge {
    display: inline-block;
    background: rgba(45, 20, 32, 0.10);
    border: 1px solid rgba(45, 20, 32, 0.22);
    color: #2d1420;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 999px;
}

/* ── Logo tipográfico ────────────────────────────── */
.bpb-wtc-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    border: 1px solid rgba(45, 20, 32, 0.20);
    border-radius: 14px;
    padding: 16px 36px;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(4px);
}
.bpb-wtc-logo-sub {
    font-size: 0.78rem;
    font-weight: 400;
    color: rgba(45, 20, 32, 0.55);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    line-height: 1;
}
.bpb-wtc-logo-main {
    font-size: clamp(1.15rem, 3vw, 1.5rem);
    font-weight: 700;
    color: #2d1420;
    letter-spacing: -0.01em;
    line-height: 1.15;
}
.bpb-wtc-logo-by {
    font-size: 0.72rem;
    font-weight: 400;
    color: rgba(45, 20, 32, 0.50);
    letter-spacing: 0.10em;
    text-transform: uppercase;
    line-height: 1;
}

/* ── Eyebrow ─────────────────────────────────────── */
.bpb-wtc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a05060;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin: 4px 0 0;
}
.bpb-wtc-eyebrow svg {
    flex-shrink: 0;
}

/* ── Título ──────────────────────────────────────── */
.bpb-wtc-title {
    font-size: clamp(1.7rem, 3.8vw, 2.6rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin: 0;
}

/* ── Cuerpo ──────────────────────────────────────── */
.bpb-wtc-body {
    font-size: 1rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
    max-width: 60ch;
}

/* ── Lista ───────────────────────────────────────── */
.bpb-wtc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    align-self: stretch;
    background: rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(45, 20, 32, 0.12);
    border-radius: 16px;
    padding: 22px 28px;
}
.bpb-wtc-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: rgba(45, 20, 32, 0.80);
    line-height: 1.45;
}
.bpb-wtc-list li::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    background: #a05060;
    border-radius: 50%;
}

/* ── CTA elegante ────────────────────────────────── */
.bpb-wtc-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #2d1420;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 32px;
    border-radius: 999px;
    border: 2px solid #2d1420;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
    margin-top: 6px;
}
.bpb-wtc-cta::after {
    content: "→";
    font-size: 1.05em;
    transition: transform 0.22s ease;
}
.bpb-wtc-cta:hover {
    background: #2d1420;
    color: #f5e9de;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(45, 20, 32, 0.22);
}
.bpb-wtc-cta:hover::after {
    transform: translateX(4px);
}
.bpb-wtc-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

/* ── Microcopy ───────────────────────────────────── */
.bpb-wtc-micro {
    font-size: 0.84rem;
    font-style: italic;
    color: rgba(45, 20, 32, 0.52);
    line-height: 1.5;
    margin: 0;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 575px) {
    .bpb-wtc-cta {
        align-self: stretch;
        justify-content: center;
    }
    .bpb-wtc-list {
        padding: 18px 20px;
    }
    .bpb-wtc-logo {
        padding: 14px 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-wtc-cta,
    .bpb-wtc-cta::after {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 6 — Bolsas personalizadas para boda
═══════════════════════════════════════════════════ */
.bpb-custom {
    background: #fff;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-custom-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ── Encabezado centrado ─────────────────────────── */
.bpb-custom-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.bpb-custom-title {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0;
}

/* ── Cuerpo: texto | ideas ───────────────────────── */
.bpb-custom-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

/* ── Columna de texto ────────────────────────────── */
.bpb-custom-text {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.bpb-custom-text p {
    font-size: 0.98rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
}

/* ── CTA WhatsApp ────────────────────────────────── */
.bpb-custom-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    padding: 13px 26px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.bpb-custom-cta:hover {
    background: #4a2535;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 20, 32, 0.32);
}
.bpb-custom-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

.bpb-custom-micro {
    font-size: 0.83rem;
    font-style: italic;
    color: rgba(45, 20, 32, 0.50);
    line-height: 1.5;
    margin: 0;
}

/* ── Columna de ideas ────────────────────────────── */
.bpb-custom-ideas-col {
    background: #faf4f0;
    border: 1.5px solid #ecdde0;
    border-radius: 18px;
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bpb-custom-ideas-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #2d1420;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.bpb-custom-ideas {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bpb-custom-ideas li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 0.93rem;
    color: rgba(45, 20, 32, 0.78);
    line-height: 1.4;
}

.bpb-custom-idea-icon {
    color: #a05060;
    font-size: 0.65rem;
    flex-shrink: 0;
    line-height: 1.8;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .bpb-custom-body {
        grid-template-columns: 1fr;
    }
    .bpb-custom-cta {
        align-self: stretch;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-custom-cta {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN 7 — Bolsas para despedida de soltera
═══════════════════════════════════════════════════ */
.bpb-bachelorette {
    background: #faf4f0;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-bachelorette-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "img  header"
        "img  text";
    column-gap: clamp(2rem, 5vw, 4rem);
    row-gap: 16px;
}

/* ── Encabezado extraído ─────────────────────────── */
.bpb-bachelorette-header {
    grid-area: header;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: end;
}

/* ── Imagen ──────────────────────────────────────── */
.bpb-bachelorette-img-col {
    grid-area: img;
    align-self: stretch;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(45, 20, 32, 0.10);
}
.bpb-bachelorette-img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Columna de texto ────────────────────────────── */
.bpb-bachelorette-text-col {
    grid-area: text;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bpb-bachelorette-title {
    font-size: clamp(1.55rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0;
}

.bpb-bachelorette-body {
    font-size: 0.98rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
}

.bpb-bachelorette-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #2d1420;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.97rem;
    padding: 13px 28px;
    border-radius: 999px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 5px 18px rgba(45, 20, 32, 0.24);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.bpb-bachelorette-cta:hover {
    background: #4a2535;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(45, 20, 32, 0.32);
}
.bpb-bachelorette-cta:focus-visible {
    outline: 2px solid #2d1420;
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .bpb-bachelorette-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "header"
            "img"
            "text";
        row-gap: 20px;
    }
    .bpb-bachelorette-header {
        align-self: auto;
    }
    .bpb-bachelorette-img-col {
        max-height: 280px;
    }
    .bpb-bachelorette-cta {
        align-self: stretch;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-bachelorette-cta {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   SECCIÓN FAQ — Preguntas frecuentes
═══════════════════════════════════════════════════ */
.bpb-faq {
    background: #fff;
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid #ecdde0;
    font-family: 'Poppins', sans-serif;
}

.bpb-faq-inner {
    max-width: 780px;
    width: min(780px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
}

.bpb-faq-title {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #2d1420;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin: 0 0 36px;
    text-align: center;
}

/* ── Lista de preguntas ───────────────────────────── */
.bpb-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1.5px solid #ecdde0;
    border-radius: 18px;
    overflow: hidden;
}

/* ── Cada item ────────────────────────────────────── */
.bpb-faq-item {
    border-bottom: 1px solid #ecdde0;
}
.bpb-faq-item:last-child {
    border-bottom: none;
}

/* ── Pregunta / summary ───────────────────────────── */
.bpb-faq-question {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    font-size: 0.97rem;
    font-weight: 600;
    color: #2d1420;
    cursor: pointer;
    user-select: none;
    background: #fff;
    transition: background 0.18s ease;
}
.bpb-faq-question::-webkit-details-marker { display: none; }
.bpb-faq-question::marker { display: none; }

.bpb-faq-item[open] .bpb-faq-question {
    background: #faf4f0;
    color: #a05060;
}
.bpb-faq-question:hover {
    background: #faf4f0;
}

/* ── Ícono +/– ────────────────────────────────────── */
.bpb-faq-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid rgba(45, 20, 32, 0.25);
    position: relative;
    transition: border-color 0.18s ease, background 0.18s ease;
}
.bpb-faq-icon::before,
.bpb-faq-icon::after {
    content: "";
    position: absolute;
    background: #2d1420;
    border-radius: 2px;
    transition: transform 0.22s ease, opacity 0.22s ease;
}
.bpb-faq-icon::before {
    width: 10px; height: 1.5px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.bpb-faq-icon::after {
    width: 1.5px; height: 10px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.bpb-faq-item[open] .bpb-faq-icon {
    border-color: #a05060;
    background: rgba(160, 80, 96, 0.08);
}
.bpb-faq-item[open] .bpb-faq-icon::before { background: #a05060; }
.bpb-faq-item[open] .bpb-faq-icon::after {
    background: #a05060;
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* ── Respuesta ────────────────────────────────────── */
.bpb-faq-answer {
    padding: 0 24px 20px;
    background: #faf4f0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bpb-faq-answer p {
    font-size: 0.95rem;
    color: rgba(45, 20, 32, 0.72);
    line-height: 1.68;
    margin: 0;
}

.bpb-faq-link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #a05060;
    text-decoration: none;
    transition: color 0.18s ease;
}
.bpb-faq-link:hover {
    color: #2d1420;
    text-decoration: underline;
}

@media (max-width: 575px) {
    .bpb-faq-question {
        padding: 18px 18px;
        font-size: 0.92rem;
    }
    .bpb-faq-answer {
        padding: 0 18px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpb-faq-question,
    .bpb-faq-icon,
    .bpb-faq-icon::before,
    .bpb-faq-icon::after {
        transition: none;
    }
}

/* ═══════════════════════════════════════════════════
   FAQ ACCORDION faq-fiubags (bodas)
═══════════════════════════════════════════════════ */
.faq-fiubags {
    --hf-green: #a05060;
    --hf-green-mid: #ecdde0;
    --hf-text: #2d1420;
    --hf-muted: rgba(45, 20, 32, 0.72);
    --hf-mint: #faf4f0;
    --ff-bg: #faf4f0;
    --ff-white: #fff;
    --ff-rule: #ecdde0;
    --ff-shadow: 0 4px 24px rgba(45, 20, 32, 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-flex;
    align-items: center;
    gap: 6px;
    background: rgba(45, 20, 32, 0.07);
    border: 1px solid rgba(45, 20, 32, 0.18);
    color: #2d1420;
    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: hidden;
    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;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
}
.faq-fiubags .ff-question:hover {
    color: var(--hf-text);
    background: rgba(45, 20, 32, 0.05);
}
.faq-fiubags .ff-question[aria-expanded="true"] {
    color: var(--hf-text);
    background: rgba(45, 20, 32, 0.07);
}
.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: rgba(45, 20, 32, 0.08);
    color: var(--hf-text);
    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: #2d1420;
    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;
}
.faq-fiubags .ff-answer a {
    color: var(--hf-text);
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 0.5rem;
}
.faq-fiubags .ff-answer a:hover {
    text-decoration: underline;
}
@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; }
}

/* ═══════════════════════════════════════════════════
   EVENTOS — Variables compartidas
═══════════════════════════════════════════════════ */
:root {
    --bpe-dark:      #0f1e2d;
    --bpe-dark2:     #1e3448;
    --bpe-accent:    #6aa3c8;
    --bpe-bg:        #f4f8fb;
    --bpe-border:    #d6e6f2;
    --bpe-text:      #0f1e2d;
    --bpe-muted:     rgba(15, 30, 45, 0.68);
}

/* ═══════════════════════════════════════════════════
   EVENTOS — SECCIÓN 1: Puntos de dolor
═══════════════════════════════════════════════════ */
.bpe-pains {
    background: rgba(236, 238, 237, 1);
    padding: clamp(3.5rem, 7vw, 5.5rem) 0;
    border-bottom: 1px solid var(--bpe-border);
    font-family: 'Poppins', sans-serif;
}

.bpe-pains-inner {
    max-width: 1140px;
    width: min(1140px, calc(100% - 30px));
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
}

/* ── Eyebrow ─────────────────────────────────────── */
.bpe-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 30, 45, 0.07);
    border: 1px solid rgba(15, 30, 45, 0.18);
    color: var(--bpe-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 24px;
}
.bpe-eyebrow svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    color: var(--bpe-accent);
}

/* ── Título ──────────────────────────────────────── */
.bpe-pains-title {
    font-size: clamp(1.7rem, 3.8vw, 2.6rem);
    font-weight: 700;
    color: var(--bpe-dark);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}
.bpe-accent {
    color: var(--bpe-accent);
}

/* ── Lead text ───────────────────────────────────── */
.bpe-pains-lead {
    font-size: clamp(0.97rem, 1.6vw, 1.05rem);
    color: var(--bpe-muted);
    max-width: 640px;
    margin: 0 auto 14px;
    line-height: 1.72;
}
.bpe-pains-lead:last-of-type {
    margin-bottom: 48px;
}

/* ── Grid de cards 2×2 ───────────────────────────── */
.bpe-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    text-align: left;
    margin-bottom: 48px;
}

/* ── Card ────────────────────────────────────────── */
.bpe-card {
    background: #fff;
    border: 1.5px solid var(--bpe-border);
    border-radius: 18px;
    padding: clamp(1.6rem, 3.5vw, 2.2rem);
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: box-shadow 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}
.bpe-card:hover {
    box-shadow: 0 10px 32px rgba(15, 30, 45, 0.10);
    transform: translateY(-3px);
    border-color: var(--bpe-accent);
}

/* ── Icono ───────────────────────────────────────── */
.bpe-card-icon {
    width: 44px;
    height: 44px;
    background: rgba(106, 163, 200, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bpe-accent);
    flex-shrink: 0;
}
.bpe-card-icon svg {
    width: 20px;
    height: 20px;
}

/* ── Título de card ──────────────────────────────── */
.bpe-card-title {
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    font-weight: 700;
    color: var(--bpe-dark);
    margin: 0;
    line-height: 1.28;
}

/* ── Descripción ─────────────────────────────────── */
.bpe-card-desc {
    font-size: 0.95rem;
    color: var(--bpe-muted);
    line-height: 1.65;
    margin: 0;
}

/* ── Footer: CTA + microcopy ─────────────────────── */
.bpe-pains-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.bpe-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 14px 30px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.bpe-cta:hover {
    background: #128C7E;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.35);
}
.bpe-cta:focus-visible {
    outline: 2px solid #25D366;
    outline-offset: 3px;
}
.bpe-cta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.bpe-micro {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 0.88rem;
    color: var(--bpe-muted);
    margin: 0;
    line-height: 1.5;
}

/* ── Responsive ──────────────────────────────────── */
@media (max-width: 768px) {
    .bpe-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .bpe-pains-title br {
        display: none;
    }
    .bpe-cta {
        width: 100%;
        justify-content: center;
    }
    .bpe-micro {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .bpe-pains-lead {
        font-size: 0.97rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpe-card,
    .bpe-cta {
        transition: none;
        transform: none;
    }
}

/* ═══════════════════════════════════════════════════
   BOTONES DE WHATSAPP — Naranja
═══════════════════════════════════════════════════ */
/* Hero button */
.hero-fiubags .hf-cta[href*="api.whatsapp.com"] {
    background: #FC983D;
    box-shadow: 0 6px 20px rgba(252, 152, 61, 0.28);
}
.hero-fiubags .hf-cta[href*="api.whatsapp.com"]:hover {
    background: #FFA856;
    box-shadow: 0 10px 28px rgba(252, 152, 61, 0.35);
}
.hero-fiubags .hf-cta[href*="api.whatsapp.com"]:focus-visible {
    outline: 2px solid #FC983D;
}

/* Card buttons */
.bpb-card-cta[href*="api.whatsapp.com"],
.bpb-cat-cta[href*="api.whatsapp.com"],
.bpb-specs-cta[href*="api.whatsapp.com"],
.bpb-souvenirs-cta[href*="api.whatsapp.com"],
.bpb-welcome-cta[href*="api.whatsapp.com"],
.bpb-custom-cta[href*="api.whatsapp.com"],
.bpb-bachelorette-cta[href*="api.whatsapp.com"] {
    background: #FC983D;
    box-shadow: 0 5px 18px rgba(252, 152, 61, 0.24);
}
.bpb-card-cta[href*="api.whatsapp.com"]:hover,
.bpb-cat-cta[href*="api.whatsapp.com"]:hover,
.bpb-specs-cta[href*="api.whatsapp.com"]:hover,
.bpb-souvenirs-cta[href*="api.whatsapp.com"]:hover,
.bpb-welcome-cta[href*="api.whatsapp.com"]:hover,
.bpb-custom-cta[href*="api.whatsapp.com"]:hover,
.bpb-bachelorette-cta[href*="api.whatsapp.com"]:hover {
    background: #FFA856;
    box-shadow: 0 8px 24px rgba(252, 152, 61, 0.32);
}

/* Events section button */
.bpe-cta[href*="api.whatsapp.com"] {
    background: #FC983D;
    box-shadow: 0 6px 20px rgba(252, 152, 61, 0.28);
}
.bpe-cta[href*="api.whatsapp.com"]:hover {
    background: #FFA856;
    box-shadow: 0 10px 28px rgba(252, 152, 61, 0.35);
}
.bpe-cta[href*="api.whatsapp.com"]:focus-visible {
    outline: 2px solid #FC983D;
}
