/* ================================================
   DT Footer Pro — Frontend CSS
   ================================================ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

.dtfp-wrap { font-family: var(--dtfp-font-trust, 'Montserrat'), system-ui, sans-serif; width: 100%; }
.dtfp-wrap * { box-sizing: border-box; }

/* Fuentes por sección */
.dtfp-trust, .dtfp-trust * {
    font-family: var(--dtfp-font-trust, 'Montserrat'), system-ui, sans-serif;
}
.dtfp-trust-text strong {
    font-size:   var(--dtfp-size-trust, 14px) !important;
    font-weight: var(--dtfp-weight-trust, 800) !important;
}
.dtfp-trust-text span   { font-size: calc(var(--dtfp-size-trust, 14px) - 2px) !important; }

.dtfp-locations, .dtfp-locations * {
    font-family: var(--dtfp-font-loc, 'Montserrat'), system-ui, sans-serif;
}
.dtfp-loc-header h3 {
    font-size:   var(--dtfp-size-loc-name, 18px) !important;
    font-weight: var(--dtfp-weight-loc-name, 800) !important;
    font-family: var(--dtfp-font-loc, 'Montserrat'), system-ui, sans-serif !important;
}
.dtfp-loc-addr {
    font-size:   var(--dtfp-size-loc-addr, 13px) !important;
    font-weight: var(--dtfp-weight-loc-addr, 500) !important;
}
.dtfp-loc-phone {
    font-size:   var(--dtfp-size-phone, 16px) !important;
    font-weight: var(--dtfp-weight-phone, 800) !important;
    font-family: var(--dtfp-font-phone, 'Montserrat'), system-ui, sans-serif !important;
}

.dtfp-wa-btn {
    font-family: var(--dtfp-font-wa, 'Montserrat'), system-ui, sans-serif !important;
    font-size:   var(--dtfp-size-wa, 13px) !important;
    font-weight: var(--dtfp-weight-wa, 700) !important;
}

.dtfp-bottom, .dtfp-bottom * {
    font-family: var(--dtfp-font-bottom, 'Montserrat'), system-ui, sans-serif;
}
.dtfp-emails {
    font-size:   var(--dtfp-size-bottom, 13px) !important;
    font-weight: var(--dtfp-weight-bottom, 500) !important;
}
.dtfp-copyright, .dtfp-disenio {
    font-family: var(--dtfp-font-copyright, 'Montserrat'), system-ui, sans-serif !important;
    font-size:   var(--dtfp-size-copyright, 12px) !important;
    font-weight: var(--dtfp-weight-copyright, 500) !important;
}

/* ===== BARRA DE CONFIANZA ===== */
.dtfp-trust {
    background: var(--dtfp-trust-bg, #F5C800);
    color: var(--dtfp-trust-text, #000);
    padding: 18px 24px;
}
.dtfp-trust-why {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.75;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.dtfp-trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 32px;
    max-width: 1200px;
    margin: 0 auto;
}
.dtfp-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 160px;
    flex: 1;
    max-width: 260px;
}
.dtfp-trust-icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}
.dtfp-trust-text { display: flex; flex-direction: column; line-height: 1.3; }
.dtfp-trust-text strong { font-size: 14px; font-weight: 800; }
.dtfp-trust-text span   { font-size: 12px; font-weight: 500; opacity: 0.75; }

/* ===== SUCURSALES ===== */
.dtfp-locations {
    background: var(--dtfp-loc-bg, #CC0000);
    color: var(--dtfp-loc-text, #fff);
    padding: 36px 24px;
}
.dtfp-locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 28px;
    max-width: 1200px;
    margin: 0 auto;
}
.dtfp-location-item { display: flex; flex-direction: column; gap: 8px; }
.dtfp-loc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}
.dtfp-loc-icon {
    color: var(--dtfp-loc-text, #fff);
    opacity: 0.8;
    flex-shrink: 0;
}
.dtfp-loc-header h3 {
    font-size: 18px !important;
    font-weight: 800 !important;
    margin: 0 !important;
    color: var(--dtfp-loc-text, #fff) !important;
    line-height: 1.2 !important;
}
.dtfp-loc-addr {
    font-size: 13px;
    font-weight: 500;
    opacity: 0.85;
    margin: 0;
    line-height: 1.5;
    color: var(--dtfp-loc-text, #fff);
}
.dtfp-loc-phone {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    color: var(--dtfp-loc-phone, #fff);
    letter-spacing: 0.5px;
}
.dtfp-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--dtfp-wa-bg, #25D366);
    color: var(--dtfp-wa-text, #fff) !important;
    border-radius: 40px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none !important;
    width: fit-content;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    margin-top: 4px;
}
.dtfp-wa-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.28);
    opacity: 0.92;
    color: var(--dtfp-wa-text, #fff) !important;
}

/* ===== LOGOS ===== */
.dtfp-logos {
    background: var(--dtfp-logos-bg, #fff);
    padding: 28px 24px;
}
.dtfp-logos-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px 28px;
    max-width: 1200px;
    margin: 0 auto;
}
.dtfp-logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtfp-logo-item img {
    max-height: 56px;
    max-width: 110px;
    object-fit: contain;
    filter: grayscale(20%);
    transition: filter 0.2s, transform 0.2s;
}
.dtfp-logo-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* ===== BOTTOM ===== */
.dtfp-bottom {
    background: var(--dtfp-bottom-bg, #fff);
    color: var(--dtfp-bottom-text, #555);
    padding: 20px 24px 24px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.06);
}
.dtfp-emails {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 14px;
    color: var(--dtfp-bottom-text, #555);
}
.dtfp-emails a {
    color: var(--dtfp-bottom-text, #555) !important;
    font-weight: 700;
    text-decoration: underline;
}
.dtfp-emails a:hover { opacity: 0.75; }

/* Iconos sociales */
.dtfp-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}
.dtfp-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 2px solid var(--dtfp-social, #555);
    color: var(--dtfp-social, #555) !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}
.dtfp-social-icon:hover {
    background: var(--dtfp-social, #555);
    color: #fff !important;
    transform: translateY(-2px);
}

/* Copyright bar */
.dtfp-copyright-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 14px;
    margin-top: 4px;
}
.dtfp-copyright, .dtfp-disenio {
    font-size: 12px;
    font-weight: 500;
    color: var(--dtfp-bottom-text, #555);
    margin: 0;
    opacity: 0.75;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .dtfp-trust-grid { gap: 10px 16px; }
    .dtfp-trust-item { min-width: 140px; }
    .dtfp-locations-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .dtfp-loc-header h3 { font-size: 15px !important; }
    .dtfp-loc-phone { font-size: 14px; }
}
@media (max-width: 480px) {
    .dtfp-trust { padding: 14px 16px; }
    .dtfp-locations-grid { grid-template-columns: 1fr; }
    .dtfp-locations { padding: 24px 16px; }
    .dtfp-logos-grid { gap: 12px 16px; }
    .dtfp-logo-item img { max-height: 40px; max-width: 80px; }
    .dtfp-trust-item { max-width: 100%; flex: none; width: 100%; }
    .dtfp-trust-grid { justify-content: flex-start; }
}

/* ===================================================
   DESCRIPCIÓN INTEGRADA EN SUCURSALES (columna 1)
   =================================================== */
.dtfp-locations-with-desc {
    grid-template-columns: 1.6fr 1fr 1fr !important;
}
.dtfp-desc-col {
    padding-right: 28px;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.dtfp-desc-col-title {
    font-size: 20px !important;
    font-weight: 900 !important;
    margin: 0 0 14px !important;
    color: var(--dtfp-loc-text, #fff) !important;
    line-height: 1.25 !important;
}
.dtfp-desc-col-text {
    font-size: 13px;
    line-height: 1.75;
    opacity: 0.82;
    margin: 0;
    color: var(--dtfp-loc-text, #fff);
    font-weight: 400;
}

/* ===================================================
   MEDIOS DE PAGO
   =================================================== */
.dtfp-pagos { padding: 48px 24px; }
.dtfp-pagos-title {
    text-align: center; font-size: 13px !important; font-weight: 900 !important;
    letter-spacing: 4px; text-transform: uppercase; margin: 0 0 36px !important;
    position: relative;
}
.dtfp-pagos-title::after {
    content: ''; display: block; width: 60px; height: 3px;
    background: #CC0000; margin: 10px auto 0; border-radius: 2px;
}
.dtfp-pagos-grid {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 24px; max-width: 1200px; margin: 0 auto; align-items: stretch;
}

/* --- Tarjeta banco (BCP, BBVA, Interbank) --- */
.dtfp-pago-banco-card {
    border-radius: 18px; padding: 0; min-width: 210px; flex: 1; max-width: 250px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15); overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: default;
}
.dtfp-pago-banco-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.dtfp-pago-banco-header {
    padding: 18px 18px 12px;
    display: flex; flex-direction: column; gap: 8px;
    background: rgba(255,255,255,0.13);
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.dtfp-pago-banco-name {
    color: #fff; font-size: 24px; font-weight: 900; font-style: italic; letter-spacing: 1px;
}
.dtfp-pago-badge {
    background: rgba(255,255,255,0.95); color: #333;
    border-radius: 20px; padding: 4px 12px; font-size: 9px;
    font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
    width: fit-content; box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.dtfp-pago-row-data {
    padding: 10px 18px;
    display: flex; flex-direction: column; gap: 3px;
    border-top: 1px solid rgba(255,255,255,0.15);
    transition: background .2s;
}
.dtfp-pago-row-data:hover { background: rgba(0,0,0,0.1); }
.dtfp-pago-label-small {
    color: rgba(255,255,255,0.6); font-size: 8px; font-weight: 800;
    letter-spacing: 1.5px; text-transform: uppercase;
}
.dtfp-pago-num {
    color: #fff; font-size: 15px; font-weight: 700; letter-spacing: 0.5px;
    display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.dtfp-pago-titular-bar {
    padding: 10px 18px;
    color: rgba(255,255,255,0.95); font-size: 10px; font-weight: 800;
    letter-spacing: 0.8px; text-transform: uppercase; margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.15);
}

/* --- Tarjeta simple (Yape, Plin) --- */
.dtfp-pago-simple {
    border: 2.5px solid #eee; border-radius: 18px; padding: 24px 18px;
    min-width: 170px; max-width: 190px; flex: none;
    display: flex; flex-direction: column; align-items: center; gap: 14px;
    background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    cursor: default;
}
.dtfp-pago-simple:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 48px rgba(0,0,0,0.15);
}
.dtfp-pago-logo-wrap {
    display: flex; align-items: center; justify-content: center; width: 100%;
}
.dtfp-pago-logo-img {
    max-width: 80px; max-height: 80px; object-fit: contain; display: block;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: transform .25s;
}
.dtfp-pago-simple:hover .dtfp-pago-logo-img { transform: scale(1.08); }
.dtfp-pago-logo-circle {
    width: 80px; height: 80px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.dtfp-pago-logo-text {
    color: #fff; font-size: 15px; font-weight: 900; letter-spacing: 1px; text-transform: lowercase;
}
.dtfp-pago-simple-body { text-align: center; width: 100%; }
.dtfp-pago-simple-tipo {
    font-size: 10px; font-weight: 800; letter-spacing: 1.5px;
    text-transform: uppercase; margin: 0 0 8px;
}
.dtfp-pago-simple-num {
    font-size: 18px; font-weight: 800; color: #222; margin: 0 0 8px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
}
.dtfp-pago-simple-titular {
    font-size: 11px; color: #999; font-weight: 500; margin: 0; line-height: 1.4;
}

/* --- Logo imagen banco --- */
.dtfp-pago-banco-logo {
    max-height: 40px;
    max-width: 130px;
    object-fit: contain;
    display: block;
}
.dtfp-pago-banco-header {
    padding: 20px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    min-height: 90px;
    justify-content: center;
}

/* --- Botón copiar --- */
.dtfp-copy-btn, .dtfp-copy-light {
    background: none; border: none; cursor: pointer;
    font-size: 14px; padding: 2px 4px; border-radius: 4px;
    transition: background .15s; line-height: 1;
}
.dtfp-copy-btn:hover { background: rgba(0,0,0,0.08); }
.dtfp-copy-light:hover { background: rgba(255,255,255,0.2); }

/* ===== Admin estilos extra ===== */
.dtfp-toggle { display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:600; }
.dtfp-toggle input { display:none; }
.dtfp-toggle-slider { width:44px;height:24px;background:#ccc;border-radius:24px;position:relative;transition:background .2s; }
.dtfp-toggle-slider::after { content:'';position:absolute;width:18px;height:18px;background:#fff;border-radius:50%;top:3px;left:3px;transition:left .2s; }
.dtfp-toggle input:checked + .dtfp-toggle-slider { background:#CC0000; }
.dtfp-toggle input:checked + .dtfp-toggle-slider::after { left:23px; }

/* Responsive */
@media (max-width:900px) {
    .dtfp-locations-with-desc { grid-template-columns: 1fr 1fr !important; }
    .dtfp-desc-col { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding-right: 0; padding-bottom: 20px; grid-column: 1 / -1; }
    .dtfp-pago-banco-card { min-width:160px; max-width:220px; }
}
@media (max-width:600px) {
    .dtfp-locations-with-desc { grid-template-columns: 1fr !important; }
    .dtfp-desc-col { grid-column: auto; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 20px; }
    .dtfp-pagos-grid { flex-direction:column; align-items:center; }
    .dtfp-pago-banco-card, .dtfp-pago-simple { max-width:100%; min-width:unset; width:100%; }
    .dtfp-pagos { padding:24px 16px; }
}

/* ===== HERO SECTION ===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap');

.dtfp-hero,
.dtfp-wrap,
.dtfp-wrap * {
    font-family: 'Montserrat', sans-serif !important;
}
.dtfp-hero {
    position: relative !important;
    width: 100% !important;
    min-height: 220px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
}
.dtfp-hero-overlay {
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    /* degradado que fluye hacia el footer */
    
    
}
.dtfp-hero-content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    text-align: center !important;
    padding: 32px 20px 44px !important;
}
.dtfp-hero-title {
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    font-size: clamp(24px, 4vw, 42px) !important;
    font-weight: 800 !important;
    font-style: italic !important;
    letter-spacing: 2px !important;
    text-shadow: 0 2px 18px rgba(0,0,0,0.55) !important;
    margin: 0 0 8px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}
.dtfp-hero-subtitle {
    font-family: 'Montserrat', sans-serif !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: clamp(13px, 2vw, 18px) !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.4) !important;
    letter-spacing: 0.5px !important;
}


/* ===== FOOTER AZUL MARINO — UN SOLO BLOQUE DEGRADADO ===== */

/* WRAPPER: degradado continuo, sin cortes */
.dtfp-wrap {
    position: relative !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    /* Sin background aquí — lo maneja el overlay interno */
}

/* Eliminar TODOS los fondos, bordes y separadores internos */
.dtfp-trust,
.dtfp-trust-grid,
.dtfp-locations,
.dtfp-loc-section,
.dtfp-desc-wrap,
.dtfp-logos-wrap,
.dtfp-pagos-section,
.dtfp-bottom {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Todo el texto en blanco */
.dtfp-wrap,
.dtfp-wrap * {
    color: #fff !important;
}

/* Separador sutil entre secciones */
.dtfp-trust {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.dtfp-locations {
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

/* Textos secundarios ligeramente atenuados */
.dtfp-trust-why p,
.dtfp-trust-item span,
.dtfp-loc-addr,
.dtfp-desc-text {
    color: rgba(255,255,255,0.82) !important;
}

/* Header sucursal: glassmorphism sutil */
.dtfp-loc-header h3 {
    background: rgba(255,255,255,0.12) !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

/* Bottom: overlay oscuro para contraste */
.dtfp-bottom {
    background: rgba(0,0,0,0.28) !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.dtfp-bottom * { color: rgba(255,255,255,0.85) !important; }
.dtfp-bottom a { color: #90e0ef !important; }

/* Iconos sociales */
.dtfp-social-icon {
    border: 1.5px solid rgba(255,255,255,0.4) !important;
    color: #fff !important;
    transition: all .2s ease !important;
}
.dtfp-social-icon:hover {
    background: rgba(255,255,255,0.18) !important;
    border-color: #fff !important;
    transform: translateY(-2px) scale(1.08) !important;
}

/* WhatsApp conserva verde */
.dtfp-wa-btn {
    background: #25D366 !important;
    color: #fff !important;
    border: none !important;
}
.dtfp-wa-btn:hover { background: #1ebe5b !important; }

/* Teléfono destacado */
.dtfp-loc-phone { font-weight: 700 !important; font-size: 1.1em !important; }

/* Logos fondo transparente */
.dtfp-logos-wrap img { filter: brightness(0) invert(1) !important; opacity: .85; }


/* ================================================================
   FOOTER COMPLETO — UN SOLO AZUL MARINO DEGRADADO MODERNO
   ================================================================ */

/* Fondo de toda la página del footer (por si el tema pone fondo) */
.dtfp-hero,
.dtfp-wrap {
    font-family: 'Montserrat', sans-serif !important;
}

/* ── MEDIOS DE PAGO ── */
.dtfp-pagos {
    background: transparent !important;
    background-color: transparent !important;
}
.dtfp-pagos-title {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 3px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}
.dtfp-pagos-title::after {
    background: rgba(255,255,255,0.4) !important;
}

/* Tarjetas de banco — glassmorphism azul */
.dtfp-pago-card,
.dtfp-pago-banco-card,
.dtfp-pago-simple {
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255,255,255,0.22) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18) !important;
    color: #fff !important;
}
.dtfp-pago-card *,
.dtfp-pago-banco-card *,
.dtfp-pago-simple * {
    color: #fff !important;
}

/* Header de tarjeta banco */
.dtfp-pago-banco-header {
    background: rgba(255,255,255,0.12) !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}

/* Nombre del banco */
.dtfp-pago-banco-name {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 20px !important;
}

/* Badge tipo cuenta */
.dtfp-pago-badge {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    border: none !important;
}

/* Etiquetas pequeñas */
.dtfp-pago-label-small {
    color: rgba(255,255,255,0.6) !important;
    font-size: 9px !important;
    letter-spacing: 1.5px !important;
}

/* Números de cuenta */
.dtfp-pago-num {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* Titular */
.dtfp-pago-titular-bar {
    background: rgba(255,255,255,0.12) !important;
    color: #fff !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
}

/* Hover en filas */
.dtfp-pago-row-data:hover {
    background: rgba(255,255,255,0.08) !important;
}

/* Botón copiar */
.dtfp-copy-btn,
.dtfp-copy-light {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 4px !important;
}
.dtfp-copy-btn:hover,
.dtfp-copy-light:hover {
    background: rgba(255,255,255,0.28) !important;
}

/* Logo del banco — invertir a blanco */
.dtfp-pago-banco-logo,
.dtfp-pago-logo-img {
    filter: brightness(0) invert(1) !important;
    opacity: 0.9 !important;
}

/* Tarjetas simple (YAPE/PLIN) */
.dtfp-pago-simple {
    border: 1px solid rgba(255,255,255,0.22) !important;
}
.dtfp-pago-simple-tipo {
    color: rgba(255,255,255,0.75) !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
}
.dtfp-pago-simple-num {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}
.dtfp-pago-simple-titular {
    color: rgba(255,255,255,0.65) !important;
    font-size: 11px !important;
}
.dtfp-pago-logo-circle {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    font-weight: 800 !important;
}

/* Logos de YAPE/PLIN — mantener color original */
.dtfp-pago-logo-img {
    filter: none !important;
    opacity: 1 !important;
}


/* ================================================================
   MEDIOS DE PAGO — GLASSMORPHISM AZUL MARINO UNIFICADO
   ================================================================ */

/* Quitar fondo de la sección entera */
.dtfp-pagos {
    background: transparent !important;
    background-color: transparent !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

/* Título MEDIOS DE PAGO */
.dtfp-pagos-title {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
}
.dtfp-pagos-title::after {
    background: rgba(255,255,255,0.35) !important;
}

/* ── TARJETAS BANCO (BCP, BBVA, INTERBANK) ── */
/* Quitar el color sólido del banco y aplicar glass */
.dtfp-pago-banco-card {
    background: rgba(255,255,255,0.10) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 32px rgba(0,0,18,0.35) !important;
}

/* Header de cada tarjeta banco */
.dtfp-pago-banco-header {
    background: rgba(255,255,255,0.13) !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    border-radius: 18px 18px 0 0 !important;
    padding: 14px 16px !important;
}

/* Logo del banco — blanco */
.dtfp-pago-banco-logo {
    filter: brightness(0) invert(1) !important;
    opacity: 0.92 !important;
    max-height: 36px !important;
    object-fit: contain !important;
}

/* Nombre banco (si no hay logo) */
.dtfp-pago-banco-name {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 22px !important;
    letter-spacing: 1px !important;
}

/* Badge tipo cuenta */
.dtfp-pago-badge {
    background: rgba(255,255,255,0.18) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 20px !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    padding: 3px 10px !important;
}

/* Filas de datos */
.dtfp-pago-row-data {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
}
.dtfp-pago-row-data:hover {
    background: rgba(255,255,255,0.07) !important;
}

/* Etiqueta pequeña (NÚMERO CUENTA / CCI) */
.dtfp-pago-label-small {
    color: rgba(255,255,255,0.55) !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

/* Número de cuenta */
.dtfp-pago-num {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

/* Titular */
.dtfp-pago-titular-bar {
    background: rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    border-top: 1px solid rgba(255,255,255,0.1) !important;
    border-radius: 0 0 18px 18px !important;
    padding: 10px 16px !important;
}

/* Botón copiar */
.dtfp-copy-btn,
.dtfp-copy-light {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 5px !important;
    padding: 2px 6px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    transition: background .15s !important;
}
.dtfp-copy-btn:hover,
.dtfp-copy-light:hover {
    background: rgba(255,255,255,0.28) !important;
}

/* ── TARJETAS SIMPLES (YAPE / PLIN) ── */
.dtfp-pago-simple {
    background: rgba(255,255,255,0.10) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 32px rgba(0,0,18,0.35) !important;
}

/* Logo YAPE/PLIN — mantener color original */
.dtfp-pago-logo-img {
    filter: none !important;
    opacity: 1 !important;
    max-width: 72px !important;
    max-height: 72px !important;
    border-radius: 14px !important;
}

/* Tipo (NÚMERO YAPE / NÚMERO PLIN) */
.dtfp-pago-simple-tipo {
    color: rgba(255,255,255,0.65) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

/* Número grande */
.dtfp-pago-simple-num {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

/* Titular */
.dtfp-pago-simple-titular {
    color: rgba(255,255,255,0.65) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Círculo inicial banco (fallback sin logo) */
.dtfp-pago-logo-circle {
    background: rgba(255,255,255,0.18) !important;
    color: #fff !important;
    font-weight: 800 !important;
}


/* ── FIX YAPE / PLIN — forzar glass azul, quitar blanco ── */
.dtfp-pago-simple {
    background: rgba(255,255,255,0.10) !important;
    background-color: rgba(255,255,255,0.10) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 32px rgba(0,0,40,0.3) !important;
    color: #fff !important;
}
.dtfp-pago-simple *,
.dtfp-pago-simple-body,
.dtfp-pago-simple-body * {
    color: #fff !important;
    background: transparent !important;
    background-color: transparent !important;
}
.dtfp-pago-simple-tipo {
    color: rgba(255,255,255,0.65) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: transparent !important;
}
.dtfp-pago-simple-num {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    background: transparent !important;
}
.dtfp-pago-simple-titular {
    color: rgba(255,255,255,0.65) !important;
    font-size: 11px !important;
    background: transparent !important;
}
/* Logo wrap de YAPE/PLIN */
.dtfp-pago-logo-wrap {
    background: transparent !important;
    background-color: transparent !important;
}
.dtfp-pago-logo-img {
    filter: none !important;
    opacity: 1 !important;
    border-radius: 14px !important;
}

/* ── FIX HERO — imagen de fondo con opacidad del overlay ── */
.dtfp-hero {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.dtfp-hero-overlay {
    /* El opacity se controla inline desde PHP */
    position: absolute !important;
    top: 0 !important; left: 0 !important;
    right: 0 !important; bottom: 0 !important;
    z-index: 1 !important;
    pointer-events: none !important;
}


/* ================================================================
   TIPOGRAFÍA MEJORADA — MONTSERRAT CON JERARQUÍA CLARA
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

.dtfp-wrap, .dtfp-wrap * {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
}

/* ── TÍTULO MEDIOS DE PAGO ── */
.dtfp-pagos-title {
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 28px !important;
}

/* ── TARJETAS BANCO ── */
.dtfp-pago-banco-name {
    font-size: 26px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    color: #fff !important;
}
.dtfp-pago-badge {
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}
.dtfp-pago-label-small {
    font-size: 7.5px !important;
    font-weight: 700 !important;
    letter-spacing: 1.8px !important;
    color: rgba(255,255,255,0.5) !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 2px !important;
}
.dtfp-pago-num {
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    color: #fff !important;
    line-height: 1.4 !important;
}
.dtfp-pago-titular-bar {
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.75) !important;
}

/* ── YAPE / PLIN ── */
.dtfp-pago-simple-tipo {
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.6) !important;
    margin-bottom: 4px !important;
}
.dtfp-pago-simple-num {
    font-size: 26px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    color: #fff !important;
    line-height: 1.2 !important;
}
.dtfp-pago-simple-titular {
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.6) !important;
    margin-top: 4px !important;
}

/* ── BARRA TRUST / CONFIANZA ── */
.dtfp-trust-why p {
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.7) !important;
    margin: 0 !important;
}
.dtfp-trust-item strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1.3 !important;
    display: block !important;
}
.dtfp-trust-item span {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.75) !important;
}

/* ── SECCIÓN EMPRESA / DESCRIPCIÓN ── */
.dtfp-desc-title,
.dtfp-desc-wrap h2,
.dtfp-desc-wrap h3 {
    font-size: 18px !important;
    font-weight: 900 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
}
.dtfp-desc-text,
.dtfp-desc-wrap p {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    color: rgba(255,255,255,0.82) !important;
}

/* ── SUCURSALES ── */
.dtfp-loc-header h3 {
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}
.dtfp-loc-addr {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.8) !important;
    line-height: 1.5 !important;
}
.dtfp-loc-phone-num,
.dtfp-loc-phone {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: 0.5px !important;
}
.dtfp-wa-btn {
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
}

/* ── BOTTOM ── */
.dtfp-bottom-email,
.dtfp-bottom p,
.dtfp-bottom span {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.75) !important;
}
.dtfp-bottom a {
    font-weight: 600 !important;
    color: #90e0ef !important;
    text-decoration: none !important;
}
.dtfp-bottom a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.dtfp-copyright {
    font-size: 11px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.55) !important;
    letter-spacing: 0.3px !important;
}
.dtfp-disenio {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.55) !important;
}


/* ── FIX LOGOS BANCO — quitar invert, mostrar con fondo blanco pill ── */
.dtfp-pago-banco-logo {
    filter: none !important;
    opacity: 1 !important;
    max-height: 38px !important;
    max-width: 120px !important;
    object-fit: contain !important;
    display: block !important;
    background: #fff !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
}
.dtfp-pago-logo-img {
    filter: none !important;
    opacity: 1 !important;
}

/* ── HERO — imagen de fondo visible ── */
.dtfp-hero {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 180px !important;
}
/* El overlay usa opacity inline desde PHP — no sobreescribir aquí */
.dtfp-hero-title {
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    font-size: clamp(22px, 4vw, 42px) !important;
    font-weight: 900 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    text-shadow: 0 2px 20px rgba(0,0,0,0.6) !important;
    margin: 0 0 8px !important;
}
.dtfp-hero-subtitle {
    font-family: 'Montserrat', sans-serif !important;
    color: rgba(255,255,255,0.9) !important;
    font-size: clamp(13px,2vw,18px) !important;
    font-weight: 400 !important;
    margin: 0 !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.4) !important;
}


/* ── FORZAR imagen SOLO en hero, NO en el wrap ── */
.dtfp-wrap {
    /* Sin background — el overlay y el wrap-bg manejan el fondo */
}
.dtfp-hero {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


/* ── FOOTER CON IMAGEN DE FONDO ── */
.dtfp-wrap-has-bg {
    position: relative !important;
    overflow: hidden !important;
}
.dtfp-wrap-overlay {
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
}
.dtfp-wrap-content {
    position: relative !important;
    z-index: 1 !important;
}


/* ================================================================
   TIPOGRAFÍA FINAL — CONTRASTE MÁXIMO
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

.dtfp-wrap, .dtfp-wrap * {
    font-family: 'Nunito', 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

/* ── TÍTULO MEDIOS DE PAGO ── */
.dtfp-pagos-title {
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.5) !important;
}

/* ── TARJETAS BANCO ── */
.dtfp-pago-banco-name {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
}
.dtfp-pago-badge {
    font-size: 8px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    background: rgba(255,255,255,0.2) !important;
}
.dtfp-pago-label-small {
    font-size: 7px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    color: rgba(255,255,255,0.6) !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 3px !important;
}
.dtfp-pago-num {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
    line-height: 1.3 !important;
}
.dtfp-pago-titular-bar {
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.8) !important;
}

/* ── YAPE / PLIN ── */
.dtfp-pago-simple-tipo {
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.65) !important;
}
.dtfp-pago-simple-num {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4) !important;
    line-height: 1.1 !important;
}
.dtfp-pago-simple-titular {
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.65) !important;
}

/* ── BARRA TRUST ── */
.dtfp-trust-why p {
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.75) !important;
}
.dtfp-trust-item strong {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
    display: block !important;
    line-height: 1.2 !important;
}
.dtfp-trust-item span {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.8) !important;
}

/* ── EMPRESA / DESCRIPCIÓN ── */
.dtfp-desc-title,
.dtfp-desc-wrap h2,
.dtfp-desc-wrap h3,
.dtfp-locations h2,
.dtfp-locations h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
    margin-bottom: 10px !important;
    line-height: 1.2 !important;
}
.dtfp-desc-text,
.dtfp-desc-wrap p,
.dtfp-locations p {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.8 !important;
    color: rgba(255,255,255,0.88) !important;
}

/* ── SUCURSALES ── */
.dtfp-loc-header h3 {
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
}
.dtfp-loc-addr,
.dtfp-loc-address {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.85) !important;
    line-height: 1.6 !important;
}
.dtfp-loc-phone-num,
.dtfp-loc-phone {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 0 1px 6px rgba(0,0,0,0.4) !important;
    letter-spacing: 0.3px !important;
    display: block !important;
    margin: 6px 0 !important;
}
.dtfp-wa-btn {
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 0.3px !important;
}

/* ── BOTTOM ── */
.dtfp-bottom p,
.dtfp-bottom span,
.dtfp-bottom-email {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.8) !important;
}
.dtfp-bottom a {
    font-weight: 700 !important;
    color: #7dd3fc !important;
    text-decoration: none !important;
}
.dtfp-bottom a:hover { color: #fff !important; }

.dtfp-copyright {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.55) !important;
    letter-spacing: 0.2px !important;
}
.dtfp-disenio {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: rgba(255,255,255,0.6) !important;
}
