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

.hero-fiubags--eventos {
    --hb-dark:        #0e2422;
    --hb-dark2:       #1a3532;
    --hb-accent:      #6eaba5;
    --hb-cream:       #e8f5f3;
    --hb-muted:       rgba(255, 255, 255, 0.70);
    --hb-overlay-rgb: 14, 36, 34;
    --hb-fallback-bg: #0a1e1c;
}

.hf-specs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    margin: 20px 0;
}

.hf-spec-badge {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #f4f8fb;
    border: 1px solid #d6e6f2;
    border-radius: 12px;
    transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hf-spec-badge:hover {
    border-color: #b3dbd7;
    background: #f0f7f5;
}

.hf-spec-label {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6eaba5;
    margin: 0;
    line-height: 1.1;
}

.hf-spec-value {
    font-size: 0.75rem;
    font-weight: 600;
    color: #1a3532;
    margin: 2px 0 0 0;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .hf-specs-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
        margin: 18px 0;
    }
}

@media (max-width: 768px) {
    .hf-specs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        margin: 16px 0;
    }

    .hf-spec-badge {
        padding: 10px 10px;
    }

    .hf-spec-label {
        font-size: 0.55rem;
    }

    .hf-spec-value {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .hf-specs-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .titulo-movil {
        display: block !important;
        width: 100% !important;
    }

    .titulo-movil h2 {
        font-size: 1.2rem;
        text-align: center;
        margin: 10px 0;
    }

    .titulo-movil .row {
        display: flex !important;
        justify-content: space-around;
        width: 100%;
        margin: 15px 0 !important;
        gap: 15px;
    }

    .titulo-movil .col-6,
    .content.col-6 {
        min-width: 45% !important;
        text-align: center;
        flex: 1 1 45%;
    }

    .titulo-movil .content p {
        margin: 0;
        padding: 0;
    }

    .ratings-movil {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .how-to-buy {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        margin: 20px 0 !important;
    }

    .how-to-buy .col {
        flex: 1 1 100% !important;
        border-left: none !important;
        border-right: none !important;
    }

    .icon-box4 {
        padding: 15px !important;
    }

    .product-ratings {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .product-ratings button {
        width: auto;
        padding: 5px 10px;
    }

    .bread-crumb-landings {
        justify-content: center;
        flex-wrap: wrap;
    }

    .info-web {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .titulo-movil h2 {
        font-size: 1.1rem;
    }

    .titulo-movil .row {
        flex-direction: column;
        gap: 15px !important;
    }

    .titulo-movil .col-6,
    .content.col-6 {
        min-width: 100% !important;
        flex: 1 1 100% !important;
    }

    .how-to-buy .col {
        padding: 10px !important;
    }
}

#prod-widget {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

#prod-widget .hf-precio-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fffe 100%);
    border: 1px solid rgba(66, 173, 165, 0.2);
    box-shadow: 0 4px 20px rgba(66, 173, 165, 0.12);
    border-radius: 20px;
    padding: 22px 18px !important;
}

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

#prod-widget .lav-cotiza-badge {
    display: inline-block;
    background: rgba(66, 173, 165, 0.1);
    border: 1px solid rgba(66, 173, 165, 0.3);
    color: #1a5c55;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

#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;
    cursor: pointer;
    border-radius: 12px;
    font-size: 0.75rem;
    min-height: 50px;
}

#prod-widget .lav-pkg-qty {
    font-size: 0.78rem;
    font-weight: 700;
}

#prod-widget .lav-pkg-precio {
    font-size: 0.68rem;
    font-weight: 600;
}

#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 {
    font-size: 0.85rem;
}

#prod-widget .lav-stepper {
    display: flex;
    align-items: center;
    border: 1px 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;
}

#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);
}

#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;
}

.faq-eventos .ff-answer,
.faq-eventos .collapse .ff-answer,
.faq-eventos .collapsing .ff-answer,
.faq-eventos .show .ff-answer,
.faq-eventos .ff-answer * {
    color: rgba(26, 54, 52, 0.68);
}

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

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

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

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

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

.bpe-clientes-sin-titulo .section-title-modern {
    display: none !important;
}

.bpe-clientes-sin-titulo .brand-item {
    height: 130px !important;
    padding: 10px !important;
    margin: 6px !important;
}

.bpe-clientes-sin-titulo .brand-item img {
    width: 110px !important;
    height: 110px !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.bpe-clientes-sin-titulo .clients-swiper {
    padding: 10px 10px !important;
}

.bpe-clientes-sin-titulo {
    margin-top: -50px !important;
}

/* ═══════════════════════════════════════════════════
   BOTONES DE WHATSAPP — Sobreescritura para EVENTOS
   Usa el verde original de WhatsApp (#25D366), no naranja
   Aplicado a todas las clases CTA que se heredan de bodas
═══════════════════════════════════════════════════ */

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

/* Card buttons — eventos (heredados de bodas) */
.hero-fiubags--eventos .bpb-card-cta[href*="api.whatsapp.com"],
.hero-fiubags--eventos .bpb-cat-cta[href*="api.whatsapp.com"],
.hero-fiubags--eventos .bpb-specs-cta[href*="api.whatsapp.com"],
.hero-fiubags--eventos .bpb-souvenirs-cta[href*="api.whatsapp.com"],
.hero-fiubags--eventos .bpb-welcome-cta[href*="api.whatsapp.com"],
.hero-fiubags--eventos .bpb-custom-cta[href*="api.whatsapp.com"],
.hero-fiubags--eventos .bpb-bachelorette-cta[href*="api.whatsapp.com"] {
    background: #25D366 !important;
    box-shadow: 0 5px 18px rgba(37, 211, 102, 0.24) !important;
}
.hero-fiubags--eventos .bpb-card-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--eventos .bpb-cat-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--eventos .bpb-specs-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--eventos .bpb-souvenirs-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--eventos .bpb-welcome-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--eventos .bpb-custom-cta[href*="api.whatsapp.com"]:hover,
.hero-fiubags--eventos .bpb-bachelorette-cta[href*="api.whatsapp.com"]:hover {
    background: #128C7E !important;
    box-shadow: 0 8px 24px rgba(18, 140, 126, 0.32) !important;
}

/* Eventos section button (Congresos, etc.) */
.bpe-cta[href*="api.whatsapp.com"] {
    background: #25D366 !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.28) !important;
}
.bpe-cta[href*="api.whatsapp.com"]:hover {
    background: #128C7E !important;
    box-shadow: 0 10px 28px rgba(18, 140, 126, 0.35) !important;
}
.bpe-cta[href*="api.whatsapp.com"]:focus-visible {
    outline: 2px solid #25D366 !important;
}

/* ═══════════════════════════════════════════════════
   UTILIDADES GENERALES — Estilos Extraídos del Inline
═══════════════════════════════════════════════════ */

.bpe-section-gray {
    background: #eceeec;
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: clamp(2rem, 4vw, 3rem) 0;
}

.bpe-section-gray-lg {
    background: #eceeec;
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.bpe-section-gray-xl {
    background: #eceeec;
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.bpe-section-gray-extra {
    background: #eceeec;
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 6rem);
}

/* ─── Etiquetas y Badges ─── */
.bpe-badge-muted {
    background: rgba(15, 30, 45, 0.07);
    border: 1px solid rgba(15, 30, 45, 0.18);
    color: #0f1e2d;
}

.bpe-badge-teal {
    background: rgba(18, 140, 126, 0.10);
    border: 1px solid rgba(18, 140, 126, 0.28);
    color: #128C7E;
}

.bpe-badge-green {
    background: rgba(37, 211, 102, 0.12);
}

/* ─── Iconografía ─── */
.bpe-icon-sm {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.bpe-icon-md {
    width: 17px;
    height: 17px;
}

.bpe-icon-lg {
    width: 22px;
    height: 22px;
}

/* ─── Tab Buttons ─── */
.bpe-tab {
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bpe-tab-icon {
    background: rgba(106, 163, 200, 0.12);
    color: #6aa3c8;
    transition: all 0.3s ease;
}

.bpe-tab:focus-visible .bpe-tab-icon {
    background: rgba(106, 163, 200, 0.20);
}

.bpe-arrow {
    color: #6aa3c8;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.3s ease;
}

/* ─── Panel Content ─── */
.bpe-panel {
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bpe-panel-base {
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
}

.bpe-panel-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 10;
}

/* ─── Calendario Estilos ─── */
.bpe-calendar-header {
    background: linear-gradient(135deg, #6aa3c8, #3d7ea6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
}

.bpe-calendar-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 6px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bpe-calendar-nav-btn:hover {
    color: rgba(255, 255, 255, 0.95);
}

.bpe-calendar-month {
    color: white;
    font-weight: bold;
    font-size: 0.75rem;
    min-width: 100px;
    text-align: center;
}

.bpe-calendar-body {
    background: white;
    padding: 0.75rem;
}

.bpe-calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.25rem;
    font-size: 0.625rem;
}

.bpe-calendar-label {
    color: #6aa3c8;
    font-weight: bold;
    font-size: 0.5rem;
    text-align: center;
}

.bpe-calendar-label-weekend {
    color: rgba(15, 30, 45, 0.3);
}

/* ─── Resumen Cards ─── */
.bpe-summary {
    background: #f4f8fb;
    border: 1.5px solid #d6e6f2;
    border-radius: 1rem;
    padding: 0.875rem;
    display: none;
}

.bpe-summary-active {
    display: flex;
}

.bpe-summary-icon {
    width: 18px;
    height: 18px;
    color: #6aa3c8;
    flex-shrink: 0;
}

.bpe-summary-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6aa3c8;
    margin: 0;
    line-height: 1.2;
}

.bpe-summary-text {
    font-size: 0.8rem;
    font-weight: 700;
    color: #0f1e2d;
    margin: 3px 0 0 0;
    line-height: 1.3;
}

/* ─── Warning Box ─── */
.bpe-warning {
    background: #fef3c7;
    border: 1.5px solid #fcd34d;
    border-radius: 1rem;
    padding: 0.875rem;
    display: none;
}

.bpe-warning-active {
    display: flex;
}

.bpe-warning-text {
    font-size: 0.75rem;
    color: #b45309;
    margin: 0;
}

/* ─── Material Options ─── */
.bpe-material-option {
    padding: 0.75rem;
    border: 2px solid #d6e6f2;
    border-radius: 0.75rem;
    background: white;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bpe-material-option:hover {
    border-color: #b3d9ed;
    box-shadow: 0 2px 8px rgba(106, 163, 200, 0.08);
}

.bpe-material-option-title {
    font-weight: 700;
    color: #0f1e2d;
    margin: 0 0 3px 0;
    font-size: 0.85rem;
}

.bpe-material-option-desc {
    font-size: 0.7rem;
    color: rgba(15, 30, 45, 0.6);
    margin: 0;
}

/* ─── Customization Options ─── */
.bpe-customization-option {
    padding: 0.75rem;
    border: 2px solid #d6e6f2;
    border-radius: 0.75rem;
    background: white;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
}

.bpe-customization-option:hover {
    border-color: #b3d9ed;
    box-shadow: 0 2px 8px rgba(106, 163, 200, 0.08);
}

.bpe-customization-option-title {
    font-weight: 700;
    color: #0f1e2d;
    margin: 0;
    font-size: 0.85rem;
}

/* ─── Quantity Input ─── */
.bpe-qty-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 0.75rem;
}

.bpe-qty-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f1e2d;
}

.bpe-qty-stepper {
    display: flex;
    align-items: center;
    border: 1px solid #d6e6f2;
    border-radius: 0.625rem;
    background: white;
    overflow: hidden;
}

.bpe-qty-btn {
    background: transparent;
    border: none;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6aa3c8;
    transition: all 0.15s ease;
}

.bpe-qty-btn:hover {
    background: rgba(106, 163, 200, 0.08);
}

.bpe-qty-input {
    background: transparent;
    border: none;
    border-left: 1px solid #d6e6f2;
    border-right: 1px solid #d6e6f2;
    width: 3.5rem;
    height: 2rem;
    padding: 0;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f1e2d;
}

.bpe-qty-input::-webkit-outer-spin-button,
.bpe-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bpe-qty-input[type="number"] {
    -moz-appearance: textfield;
}

/* ─── Error Messages ─── */
.bpe-error {
    color: #ef4444;
    font-size: 0.85rem;
    display: none;
    margin-top: 0.5rem;
}

.bpe-error-active {
    display: block;
}

/* ─── Text Styles ─── */
.bpe-subtitle-main {
    color: #6aa3c8;
    line-height: 1.6;
    font-weight: 600;
}

.bpe-label-primary {
    color: #0f1e2d;
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
}

.bpe-label-secondary {
    color: rgba(15, 30, 45, 0.52);
    font-size: 0.75rem;
    margin: 0;
}

.bpe-label-tertiary {
    color: rgba(15, 30, 45, 0.3);
    font-size: 0.7rem;
}

/* ─── Button Variants ─── */
.bpe-btn-primary {
    font-size: 0.9rem;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 700;
    transition: all 0.2s ease;
}

.bpe-btn-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.bpe-btn-active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

/* ─── Box Shadows ─── */
.bpe-shadow-sm {
    box-shadow: 0 2px 12px rgba(15, 30, 45, 0.07);
}

.bpe-shadow-md {
    box-shadow: 0 4px 16px rgba(15, 30, 45, 0.08);
}

.bpe-shadow-lg {
    box-shadow: 0 4px 18px rgba(15, 30, 45, 0.07);
}

.bpe-shadow-xl {
    box-shadow: 0 8px 40px rgba(15, 30, 45, 0.11);
    border: 1.5px solid #e4eeec;
}

/* ─── Borders and Dividers ─── */
.bpe-border-bottom {
    border-bottom: 1px solid rgba(15, 30, 45, 0.10);
}

.bpe-micro-text {
    margin-top: -12px;
}

/* ─── Secciones Padding Adicionales ─── */
.bpe-section-padding-xl {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.bpe-section-padding-lg {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.bpe-section-padding-bottom {
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 6rem);
}

/* ─── Flex y Layout ─── */
.bpe-flex-center-gap {
    display: flex;
    align-items: center;
    gap: 9px;
}

.bpe-flex-shrink {
    flex-shrink: 0;
}

/* ─── Aspect Ratio ─── */
.bpe-aspect-video {
    aspect-ratio: 16/9;
}

/* ─── Font Sizes ─── */
.bpe-text-xs {
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6aa3c8;
    margin: 0;
    line-height: 1.2;
}

.bpe-text-sm {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6aa3c8;
    margin: 0;
}

.bpe-text-sm-muted {
    font-size: 0.775rem;
    color: rgba(15, 30, 45, 0.52);
    margin: 0;
    line-height: 1.55;
}

.bpe-text-desc {
    font-size: 0.85rem;
    color: rgba(15, 30, 45, 0.55);
    margin: 0 0 20px;
    line-height: 1.65;
}

.bpe-text-base {
    font-size: 0.875rem;
}

.bpe-text-base-bold {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f1e2d;
    margin: 4px 0 0 0;
    line-height: 1.3;
}

.bpe-text-base-medium {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f1e2d;
}

.bpe-text-xxl {
    font-size: 40px;
}

.bpe-text-xl {
    font-size: 20px;
}

/* ─── Backgrounds ─── */
.bpe-bg-white {
    background: white;
}

.bpe-bg-light {
    background: #f4f8fb;
}

.bpe-bg-yellow {
    background: #fef3c7;
}

.bpe-bg-accent-light {
    background: rgba(106, 163, 200, 0.12);
}

.bpe-bg-accent-lighter {
    background: rgba(106, 163, 200, 0.13);
}

.bpe-bg-muted-light {
    background: rgba(15, 30, 45, 0.07);
}

.bpe-bg-green-light {
    background: rgba(37, 211, 102, 0.12);
}

.bpe-bg-teal-light {
    background: rgba(18, 140, 126, 0.10);
}

/* ─── Borders ─── */
.bpe-border-light {
    border: 1.5px solid #d6e6f2;
}

.bpe-border-yellow {
    border: 1.5px solid #fcd34d;
}

.bpe-border-teal {
    border: 1px solid rgba(106, 163, 200, 0.35);
}

.bpe-border-muted {
    border: 1px solid rgba(15, 30, 45, 0.18);
}

.bpe-border-teal-muted {
    border: 1px solid rgba(18, 140, 126, 0.28);
}

.bpe-border-thick {
    border: 1.5px solid transparent;
}

.bpe-border-thick-light {
    border: 1.5px solid #e4eeec;
}

/* ─── Cards with Shadow ─── */
.bpe-card-elevated {
    background: white;
    border: 1.5px solid #d6e6f2;
    box-shadow: 0 2px 10px rgba(106, 163, 200, 0.10);
}

.bpe-card-hover {
    border: 1.5px solid transparent;
    box-shadow: 0 2px 8px rgba(15, 30, 45, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bpe-card-hover:hover {
    box-shadow: 0 4px 16px rgba(15, 30, 45, 0.08);
    transform: translateY(-2px);
}

.bpe-card-heavy {
    box-shadow: 0 4px 18px rgba(15, 30, 45, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bpe-card-heavy:hover {
    box-shadow: 0 8px 40px rgba(15, 30, 45, 0.11);
}

/* ─── Colors ─── */
.bpe-text-primary {
    color: #0f1e2d;
}

.bpe-text-primary-accent {
    color: #6aa3c8;
}

.bpe-text-teal {
    color: #3d7ea6;
}

.bpe-text-teal-dark {
    color: #128C7E;
}

.bpe-text-error {
    color: #ef4444;
    font-size: 0.85rem;
    display: none;
    margin-top: 0.5rem;
}

.bpe-text-error-active {
    display: block;
}

/* ─── Button States ─── */
.bpe-btn-filled {
    border-color: #6aa3c8;
    background: #6aa3c8;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 1.2rem;
}

.bpe-btn-filled:hover {
    opacity: 0.9;
}

.bpe-btn-outline {
    border-color: #6aa3c8;
    background: white;
    color: #6aa3c8;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 700;
    font-size: 1.2rem;
}

.bpe-btn-outline:hover {
    background: rgba(106, 163, 200, 0.05);
}

.bpe-btn-blank {
    border: none;
    cursor: pointer;
}

/* ─── Display Helpers ─── */
.bpe-hidden {
    display: none;
}

.bpe-visible {
    display: flex;
}

/* ─── Fuentes Específicas ─── */
.bpe-text-title-md {
    font-size: 1.1rem;
    margin: 0;
}

.bpe-text-title-sm {
    font-size: 0.95rem;
    margin: 0;
}

.bpe-text-footer {
    font-size: 0.75rem;
    margin: 0;
}

.bpe-text-tiny-caps {
    font-size: 0.63rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6aa3c8;
    margin: 0;
    line-height: 1.2;
}

.bpe-text-small-caps {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(15, 30, 45, 0.38);
    margin: 0 0 4px;
}

/* ─── Altura de Línea ─── */
.bpe-leading-title {
    line-height: 1.2;
}

.bpe-leading-tight {
    line-height: 1.3;
}

.bpe-leading-relaxed {
    line-height: 1.55;
}

.bpe-leading-loose {
    line-height: 1.75;
}

.bpe-leading-spacious {
    line-height: 1.8;
}

/* ─── Espaciado Específico ─── */
.bpe-spacing-none {
    margin: 0;
    padding: 0;
}

.bpe-mt-sm {
    margin-top: 4px;
}

.bpe-mt-md {
    margin-top: 8px;
}

.bpe-mt-lg {
    margin-top: 16px;
}

.bpe-mb-sm {
    margin-bottom: 4px;
}

.bpe-mb-md {
    margin-bottom: 6px;
}

.bpe-mb-lg {
    margin-bottom: 20px;
}

.bpe-mb-xl {
    margin-bottom: 22px;
}

.bpe-px-md {
    padding: 0 16px;
}

/* ─── Divisores ─── */
.bpe-divider {
    height: 1px;
    background: rgba(15, 30, 45, 0.07);
    margin-bottom: 20px;
}

/* ─── Listas ─── */
.bpe-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

/* ─── Iconos SVG ─── */
.bpe-icon-svg-sm {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    color: #6aa3c8;
}

.bpe-icon-svg-md {
    width: 18px;
    height: 18px;
}

.bpe-icon-svg-lg {
    width: 20px;
    height: 20px;
    color: #6aa3c8;
}

.bpe-icon-svg-lg-shrink {
    width: 20px;
    height: 20px;
    color: #6aa3c8;
    flex-shrink: 0;
}

/* ─── Overlay de Imagen ─── */
.bpe-img-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ─── Decorativos ─── */
.bpe-text-decorative {
    font-size: 2.4rem;
    color: rgba(106, 163, 200, 0.22);
    letter-spacing: -0.03em;
    line-height: 1;
}

.bpe-text-fluid {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    margin: 0;
    line-height: 1.3;
}

/* ─── Combinaciones Comunes ─── */
.bpe-text-bold-sm {
    font-weight: 700;
    color: #0f1e2d;
    margin: 0;
    font-size: 0.85rem;
}

.bpe-text-caps-muted {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(15, 30, 45, 0.38);
    margin: 0 0 4px;
}

.bpe-text-caps-accent {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #6aa3c8;
    margin: 0;
    line-height: 1.2;
}

.bpe-text-desc-sm {
    font-size: 0.7rem;
    color: rgba(15, 30, 45, 0.6);
    margin: 2px 0 0 0;
}

.bpe-text-body-lg {
    font-size: 1rem;
    font-weight: 600;
    color: #0f1e2d;
    margin: 0;
    line-height: 1.3;
}

.bpe-text-body-md {
    font-size: 1rem;
    margin: 0 0 6px;
    line-height: 1.3;
}

.bpe-text-body-heavy {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f1e2d;
    margin: 4px 0 0 0;
    line-height: 1.3;
}

.bpe-text-accent-muted {
    color: rgba(15, 30, 45, 0.52);
}

.bpe-text-paragraph {
    margin: 0;
    line-height: 1.65;
}

.bpe-text-paragraph-lg {
    margin: 0;
    line-height: 1.7;
}

.bpe-text-paragraph-left {
    margin: 0;
    line-height: 1.6;
    text-align: left;
}

.bpe-text-title-xl {
    font-size: 0.95rem;
    margin: 0 0 6px;
    line-height: 1.3;
}

/* ─── Botones con Padding ─── */
.bpe-btn-sm {
    font-size: 0.9rem;
    padding: 12px 22px;
}

/* ─── Separadores ─── */
.bpe-separator-thin {
    width: 26px;
    height: 2px;
    background: rgba(106, 163, 200, 0.4);
}

/* ─── Backgrounds + Borders Combinados ─── */
.bpe-card-light {
    background: #f4f8fb;
    border: 1.5px solid #d6e6f2;
}

.bpe-badge-light {
    background: rgba(15, 30, 45, 0.07);
    border: 1px solid rgba(15, 30, 45, 0.18);
    color: #0f1e2d;
}
