

.bd-wrap{padding:2.2rem 1rem 3.4rem;max-width:1100px;margin:0 auto}

.bd-h2{font-size:1.15rem;font-weight:800;color:var(--azul);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}

.bd-vacio{text-align:center;background:#fff;border:1px dashed #d7dce6;border-radius:16px;padding:3rem 1.5rem;color:#4b5563}
.bd-vacio i{font-size:2.4rem;color:var(--azul);margin-bottom:.8rem;display:block}
.bd-vacio h2{margin:.2rem 0 .5rem;font-size:1.3rem;color:#1f2937}
.bd-vacio p{margin:0;font-size:.92rem;color:#6b7280}

.bd-tipos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}
.bd-tipo{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;background:#fff;border:1px solid #e6e9ef;border-radius:16px;padding:1.6rem 1.2rem;cursor:pointer;font:inherit;transition:.15s}

.bd-tipo:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(17,24,39,.14);border-color:var(--verde)}
.bd-tipo-ic{width:56px;height:56px;border-radius:50%;background:#eef3f8;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--azul)}
.bd-tipo-txt{font-weight:700;color:#1f2937;font-size:.98rem}
.bd-tipo-badge{font-size:.76rem;color:#8a94a4;background:#f8fafc;border-radius:999px;padding:.15rem .7rem}

.bd-recursos-grupo.hidden{display:none !important}
.bd-volver{display:inline-flex;align-items:center;gap:.5rem;background:none;border:0;color:var(--azul);font-weight:700;font-size:.88rem;cursor:pointer;padding:0;margin-bottom:1rem}
.bd-volver:hover{color:var(--verde)}

.bd-recursos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.1rem}
.bd-recurso{background:#fff;border:1px solid #e6e9ef;border-radius:16px;padding:1.3rem;box-shadow:0 3px 10px rgba(17,24,39,.04);display:flex;flex-direction:column;gap:.6rem;transition:transform .16s,box-shadow .16s,border-color .16s}

.bd-recurso:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(17,24,39,.14);border-color:var(--verde)}
.bd-recurso-logo{width:100%;height:64px;object-fit:contain;margin-bottom:.2rem}
.bd-recurso h3{margin:0;font-size:1.02rem;font-weight:800;color:#1f2937}
.bd-recurso p{margin:0;font-size:.86rem;color:#4b5563;line-height:1.5;flex:1}
.bd-recurso-acciones{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}

.bd-btn{display:inline-flex;align-items:center;gap:.45rem;border:0;border-radius:10px;padding:.55rem .95rem;font:inherit;font-size:.84rem;font-weight:700;cursor:pointer;text-decoration:none;transition:.15s}
.bd-btn-primary{background:var(--azul);color:#fff !important}
.bd-btn-primary:hover{filter:brightness(1.1)}
.bd-btn-ghost{background:#f1f5f9;color:#334155}
.bd-btn-ghost:hover{background:#e2e8f0}
.bd-btn-block{width:100%;justify-content:center}

.bd-modal{border:0;border-radius:16px;padding:0;max-width:min(820px,92vw);width:100%;box-shadow:0 20px 60px rgba(17,24,39,.25)}
.bd-modal::backdrop{background:rgba(15,23,42,.55)}
.bd-modal-sm{max-width:min(420px,92vw)}
.bd-modal-backdrop{position:fixed;inset:0;z-index:0;margin:0;padding:0;border:0;background:transparent}
.bd-modal-backdrop button{position:absolute;inset:0;width:100%;height:100%;border:0;margin:0;padding:0;background:transparent;color:transparent;font-size:0;cursor:default;-webkit-tap-highlight-color:transparent}
.bd-modal-box{position:relative;z-index:1;display:flex;flex-direction:column;max-height:85vh;background:#fff;border-radius:16px}
.bd-modal-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;border-bottom:1px solid #eef1f5}
.bd-modal-head h3{margin:0;font-size:1.05rem;font-weight:800;color:#1f2937}
.bd-modal-cerrar{border:0;background:#f1f5f9;color:#475569;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.9rem}
.bd-modal-cerrar:hover{background:#e2e8f0}
.bd-modal-cuerpo{flex:1;min-height:320px;padding:0}
.bd-modal-cuerpo iframe{width:100%;height:min(70vh,560px);border:0;display:block;background:#0f172a}
.bd-modal-vacio{padding:2.4rem 1.2rem;text-align:center;color:#8a94a4;font-size:.9rem}

.bd-modal-cuerpo-form{min-height:0;padding:1.2rem}
.bd-solicitar-texto{margin:0 0 1rem;font-size:.88rem;color:#4b5563;line-height:1.5}
.bd-field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:#334155;margin-bottom:1rem}
.bd-field input{border:1px solid #d9dee8;border-radius:9px;background:#fff;padding:.6rem .75rem;font:inherit;font-size:.92rem;font-weight:400;color:#1f2937;outline:0;transition:border-color .15s,box-shadow .15s}
.bd-field input:focus{border-color:var(--azul);box-shadow:0 0 0 3px rgba(11,61,145,.12)}

.bd-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.bd-error,.bd-exito{border-radius:10px;padding:.7rem .9rem;font-size:.86rem;margin-bottom:1rem;line-height:1.4}
.bd-error{background:#fdecea;border:1px solid #f5c6c2;color:#a5342a}
.bd-exito{background:#e7f6ee;border:1px solid #b9e3cc;color:#14512f}
.bd-error.hidden,.bd-exito.hidden{display:none}

@media (max-width:560px){
    .bd-tipos-grid,.bd-recursos-grid{grid-template-columns:1fr}
}
