/* ============================================================
   Catalogo Movil Ciberaula - CSS Mobile-First v12
   375px base - 768px+ tablet. Sin dependencias externas.
   03/03/2026 - Portada institucional, FAQ v3, diploma FUNDAE
   05/03/2026 - v12: Resultados buscador con estilo course-item
   05/03/2026 - v13: Botón flotante de contacto + form RGPD
   12/04/2026 - v14: Páginas estáticas móvil (quienes-somos, etc.)
   ============================================================ */

/* --- Reset --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; background: #f8f8f8; line-height: 1.55; }
img { max-width: 100%; height: auto; display: block; }
a { color: #1B2A4A; text-decoration: none; }

/* CABECERA */
.header { background: #1B2A4A; padding: 12px 16px; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; max-width: 900px; margin: 0 auto; }
.header-logo-link { display: flex; align-items: center; }
.header-logo { height: 80px; }
.header-logo-text { color: #fff; font-size: 28px; font-weight: 800; letter-spacing: -0.5px; }
.header-cta { display: flex; gap: 8px; }
.btn-cta { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-size: 13px; font-weight: 700; padding: 9px 14px; border-radius: 8px; white-space: nowrap; transition: opacity 0.15s; }
.btn-cta:active { opacity: 0.85; }
.btn-phone { background: #E07A5F; }
.btn-wa { background: #25D366; }

/* NAVEGACION */
.navbar { background: #fff; border-bottom: 1px solid #e8e8e8; padding: 8px 16px; position: sticky; top: 104px; z-index: 90; }
.navbar-inner { display: flex; align-items: center; gap: 8px; max-width: 900px; margin: 0 auto; }
.nav-search-wrap { flex: 1; position: relative; }
.nav-search { width: 100%; padding: 10px 14px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 14px; outline: none; background: #f8f8f8; transition: border-color 0.2s; }
.nav-search:focus { border-color: #1B2A4A; background: #fff; }

/* RESULTADOS DEL BUSCADOR */
.nav-search-results {
  display: none; position: absolute; top: calc(100% + 4px); left: 0; right: 0;
  background: #fff; border: 1px solid #e0e0e0;
  border-radius: 10px; max-height: 380px; overflow-y: auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12); z-index: 200;
  padding: 6px;
}
.sr-item {
  display: flex; align-items: center; gap: 10px;
  background: #fff; padding: 10px 12px; border-radius: 8px;
  margin-bottom: 4px; border: none;
  transition: background 0.15s;
}
.sr-item:last-child { margin-bottom: 0; }
.sr-item:active, .sr-item:hover { background: #f0f4f8; }
.sr-icon {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 8px;
  background: #1B2A4A; display: flex; align-items: center; justify-content: center;
  font-size: 18px; line-height: 1;
}
.sr-icon-cat { background: #1B2A4A; }
.sr-icon-curso { background: #2d4a7a; }
.sr-body { flex: 1; min-width: 0; }
.sr-name {
  font-size: 13px; font-weight: 700; color: #1B2A4A; line-height: 1.3;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sr-footer { display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.sr-meta { font-size: 11px; color: #6B8F71; font-weight: 700; }
.sr-badge-cat { font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; background: #e8f0ff; color: #1B2A4A; }
.sr-badge-curso { font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 4px; background: #e8f5e9; color: #2e7d32; }
.sr-arrow { color: #ccc; font-size: 14px; flex-shrink: 0; }
.sr-empty { padding: 16px; text-align: center; color: #999; font-size: 13px; }

.nav-cat-btn { display: inline-flex; align-items: center; gap: 4px; background: #1B2A4A; color: #fff; border: none; padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.nav-cat-btn:active { opacity: 0.85; }
.container { max-width: 900px; margin: 0 auto; padding: 0 14px; }

/* PORTADA - HERO */
.hero-home { background: linear-gradient(135deg, #1B2A4A 0%, #2d4a7a 100%); color: #fff; padding: 32px 18px 28px; text-align: center; }
.hero-home h1 { font-size: 1.65rem; font-weight: 800; margin-bottom: 8px; line-height: 1.15; }
.hero-sub { font-size: 14px; opacity: 0.85; margin-bottom: 18px; }
.hero-sub strong { color: #fff; }
.hero-ctas { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-btn { display: inline-block; padding: 12px 22px; border-radius: 8px; font-size: 14px; font-weight: 700; transition: opacity 0.15s; }
.hero-btn:active { opacity: 0.85; }
.hero-btn-primary { background: #E07A5F; color: #fff; }
.hero-btn-secondary { background: rgba(255,255,255,0.15); color: #fff; border: 1px solid rgba(255,255,255,0.3); }

/* PORTADA - SECCIONES */
.about-section { padding: 24px 18px; background: #fff; margin: 0; border-bottom: 1px solid #eee; }
.about-section h2 { font-size: 1.2rem; font-weight: 800; color: #1B2A4A; margin-bottom: 12px; line-height: 1.2; }
.about-section p { font-size: 14px; line-height: 1.65; color: #3a3a3a; margin-bottom: 10px; }
.about-stats { display: flex; justify-content: space-around; margin-top: 18px; padding-top: 16px; border-top: 1px solid #f0f0f0; }
.stat-item { text-align: center; }
.stat-num { display: block; font-size: 1.5rem; font-weight: 800; color: #E07A5F; line-height: 1.1; }
.stat-label { display: block; font-size: 11px; color: #888; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; }
.bonif-section { padding: 24px 18px; background: #faf6f0; border-bottom: 1px solid #eee; }
.bonif-section h2 { font-size: 1.15rem; font-weight: 800; color: #1B2A4A; margin-bottom: 10px; }
.bonif-section > p { font-size: 14px; line-height: 1.6; color: #3a3a3a; margin-bottom: 18px; }
.bonif-steps { display: flex; flex-direction: column; gap: 12px; }
.bonif-step { display: flex; align-items: flex-start; gap: 12px; background: #fff; padding: 14px; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.step-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: #1B2A4A; color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.bonif-step strong { display: block; font-size: 14px; color: #1B2A4A; margin-bottom: 2px; }
.bonif-step span { font-size: 13px; color: #666; line-height: 1.4; }
.diploma-section { padding: 24px 18px; background: #fff; border-bottom: 1px solid #eee; }
.diploma-section h2 { font-size: 1.15rem; font-weight: 800; color: #1B2A4A; margin-bottom: 10px; }
.diploma-section p { font-size: 14px; line-height: 1.65; color: #3a3a3a; margin-bottom: 10px; }
.catalog-section { padding: 20px 14px 0; }
.catalog-section h2 { font-size: 1.15rem; font-weight: 800; color: #1B2A4A; margin-bottom: 4px; }
.catalog-intro { font-size: 13px; color: #888; margin-bottom: 14px; }
.cta-final { margin: 10px 14px 14px; padding: 24px 20px; background: linear-gradient(135deg, #1B2A4A, #2d4a7a); border-radius: 12px; text-align: center; color: #fff; }
.cta-final-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.cta-final p { font-size: 14px; margin-bottom: 16px; opacity: 0.85; }
.cta-phone-link { display: block; margin-top: 12px; font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; }

/* CATÁLOGO */
.cat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px 0; }
.cat-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 4px rgba(0,0,0,0.08); transition: transform 0.15s; }
.cat-card:active { transform: scale(0.97); }
.cat-card img { width: 100%; height: 100px; object-fit: cover; }
.cat-card-body { padding: 10px 10px 12px; }
.cat-card-title { font-size: 13px; font-weight: 700; color: #1B2A4A; line-height: 1.25; }
.cat-card-count { font-size: 11px; color: #6B8F71; margin-top: 3px; font-weight: 600; }

/* CATEGORIA */
.cat-hero-img { width: 100%; max-height: 220px; object-fit: cover; object-position: center 30%; border-radius: 0 0 12px 12px; }
.cat-title { font-size: 1.5rem; font-weight: 800; color: #1B2A4A; padding: 16px 14px 0; line-height: 1.15; }
.cat-editorial { background: #faf6f0; margin: 14px; padding: 16px; border-radius: 10px; }
.cat-editorial-title { font-size: 1.05rem; font-weight: 700; color: #1B2A4A; margin-bottom: 10px; line-height: 1.2; }
.cat-editorial p { font-size: 14px; line-height: 1.6; color: #3a3a3a; margin-bottom: 10px; }
.info-block { background: #fff; margin: 0 14px 10px; border-radius: 10px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.info-block-header { background: #1B2A4A; color: #fff; padding: 10px 14px; font-size: 15px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.info-block-header img { width: 24px; height: 24px; }
.info-block-body { padding: 14px; font-size: 13.5px; line-height: 1.55; color: #333; }
.info-block-body p { margin-bottom: 8px; }
.info-block-body ul { margin: 8px 0 8px 18px; }
.info-block-body li { margin-bottom: 4px; }
.bonif-badge { display: block; text-align: center; background: #E07A5F; color: #fff; font-size: 1.3rem; font-weight: 800; padding: 10px; margin-top: 10px; border-radius: 8px; }

/* LISTA DE CURSOS */
.courses-section { padding: 14px; }
.courses-title { font-size: 1.15rem; font-weight: 800; color: #E07A5F; margin-bottom: 10px; }
.course-item { display: flex; align-items: center; gap: 12px; background: #fff; padding: 12px; border-radius: 10px; margin-bottom: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.course-item img { width: 60px; height: 60px; object-fit: cover; object-position: center 30%; border-radius: 6px; flex-shrink: 0; }
.course-item-noimg { width: 60px; height: 60px; border-radius: 6px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.course-item-noimg span { color: #fff; font-size: 24px; font-weight: 800; }
.course-info { flex: 1; min-width: 0; }
.course-name { font-size: 14px; font-weight: 700; color: #1B2A4A; line-height: 1.25; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.course-hours { font-size: 12px; color: #6B8F71; margin-top: 3px; font-weight: 600; }
.course-arrow { color: #ccc; font-size: 18px; }

/* FICHA DE CURSO */
.curso-header { padding: 16px 14px 8px; }
.curso-title { font-size: 1.3rem; font-weight: 800; color: #1B2A4A; line-height: 1.2; margin-bottom: 8px; }
.curso-badge { display: inline-block; background: #e8f5e9; color: #2e7d32; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 6px; margin-bottom: 8px; }
.curso-meta-bar { display: flex; gap: 16px; flex-wrap: wrap; padding: 0 14px 10px; }
.curso-meta-item { display: flex; align-items: center; gap: 4px; font-size: 13px; color: #555; }
.curso-meta-item strong { color: #1B2A4A; }
.curso-img-wrap { padding: 0 14px; }
.curso-img { width: 100%; max-height: 260px; object-fit: cover; object-position: center 25%; border-radius: 10px; }
.curso-desc { padding: 14px; font-size: 14px; line-height: 1.65; color: #333; }
.curso-desc h2 { font-size: 1.1rem; font-weight: 700; color: #1B2A4A; margin-bottom: 10px; }
.curso-desc p { margin-bottom: 10px; }
.curso-desc ul { margin: 8px 0 12px 18px; }
.curso-desc li { margin-bottom: 6px; }
.share-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; flex-wrap: wrap; }
.share-label { font-size: 12px; color: #888; font-weight: 600; }
.share-btn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: none; cursor: pointer; transition: opacity 0.15s; }
.share-btn:active { opacity: 0.7; }
.share-wa { background: #25D366; color: #fff; }
.share-li { background: #0A66C2; color: #fff; }
.share-email { background: #E07A5F; color: #fff; }
.share-copy { background: #1B2A4A; color: #fff; }
.share-pdf { border-radius: 6px !important; width: auto !important; }
.curso-contact { margin: 10px 14px 14px; padding: 20px; background: linear-gradient(135deg, #1B2A4A, #2d4a7a); border-radius: 10px; text-align: center; color: #fff; }
.curso-contact p { font-size: 14px; margin-bottom: 12px; opacity: 0.9; }
.curso-contact-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.contact-form-btn { display: inline-block; background: #E07A5F; color: #fff; padding: 12px 28px; border-radius: 8px; font-size: 15px; font-weight: 700; transition: opacity 0.15s; margin-top: 4px; text-align: center; }
.contact-form-btn:active { opacity: 0.85; }

/* FAQ ACORDEON */
.faq-section { margin: 16px 14px; }
.faq-title { font-size: 1.15rem; font-weight: 800; color: #1B2A4A; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #E07A5F; }
.faq-item { background: #fff; border-radius: 10px; margin-bottom: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); overflow: hidden; }
.faq-question { padding: 14px 40px 14px 16px; font-size: 14px; font-weight: 700; color: #1B2A4A; cursor: pointer; list-style: none; position: relative; line-height: 1.35; }
.faq-question::-webkit-details-marker { display: none; }
.faq-question::after { content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 700; color: #E07A5F; transition: transform 0.2s; }
.faq-item[open] .faq-question::after { content: '−'; }
.faq-item[open] .faq-question { border-bottom: 1px solid #f0f0f0; }
.faq-answer { padding: 12px 16px 16px; font-size: 13.5px; line-height: 1.6; color: #4a5568; }
.faq-answer p { margin: 0; }

/* FORMULARIO DE CONTACTO */
.contacto-page { padding: 0 14px 20px; }
.contacto-title { font-size: 1.5rem; font-weight: 800; color: #1B2A4A; text-align: center; padding: 20px 0 6px; line-height: 1.15; }
.contacto-sub { text-align: center; font-size: 14px; color: #666; margin-bottom: 20px; }
.contacto-page form { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 13px; font-weight: 700; color: #1B2A4A; margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 12px 14px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 15px; font-family: inherit; outline: none; background: #fafafa; color: #1a1a1a; transition: border-color 0.2s, background 0.2s; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: #1B2A4A; background: #fff; }
.form-field textarea { resize: vertical; min-height: 100px; }
.form-submit-btn { width: 100%; border: none; cursor: pointer; font-family: inherit; font-size: 16px; padding: 14px 28px; margin-top: 4px; }
.form-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.form-legal { font-size: 11px; color: #999; line-height: 1.5; margin-top: 14px; text-align: center; }
.form-legal a { color: #1B2A4A; text-decoration: underline; }
.contacto-ok { background: #fff; border-radius: 12px; padding: 30px 20px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.form-field-check { margin-bottom: 16px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13px; line-height: 1.45; color: #444; }
.check-label input[type="checkbox"] { width: 18px; height: 18px; min-width: 18px; margin-top: 1px; accent-color: #1B2A4A; cursor: pointer; border: 2px solid #e0e0e0; border-radius: 4px; padding: 0; }
.check-label a { color: #1B2A4A; font-weight: 600; text-decoration: underline; }

/* BOTÓN FLOTANTE */
.fab-contacto { position: fixed; bottom: 20px; right: 16px; z-index: 300; display: flex; align-items: center; gap: 8px; background: #E07A5F; color: #fff; font-size: 14px; font-weight: 700; padding: 13px 18px; border-radius: 50px; box-shadow: 0 4px 16px rgba(224,122,95,0.45); border: none; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; text-decoration: none; white-space: nowrap; }
.fab-contacto:active { transform: scale(0.96); box-shadow: 0 2px 8px rgba(224,122,95,0.35); }
.fab-contacto svg { flex-shrink: 0; }
body.page-contacto .fab-contacto { display: none; }

/* FOOTER */
.footer { background: #1B2A4A; color: rgba(255,255,255,0.7); padding: 24px 14px 80px; font-size: 12px; margin-top: 20px; }
.footer-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.footer-brand { font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.footer-contact { margin-bottom: 12px; }
.footer-contact a { color: #E07A5F; font-weight: 600; }
.footer-contact span { margin: 0 8px; color: rgba(255,255,255,0.3); }
.footer-address { font-size: 11px; color: rgba(255,255,255,0.5); line-height: 1.5; margin-bottom: 10px; }
.footer-fundae { display: inline-block; background: rgba(255,255,255,0.1); padding: 6px 14px; border-radius: 6px; font-size: 11px; color: rgba(255,255,255,0.7); font-weight: 600; margin-bottom: 10px; }
.footer-links { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 11px; margin: 0 6px; }
.footer-links a:hover { color: #E07A5F; }
.footer-links-extra { display: flex; flex-wrap: wrap; gap: 6px 14px; justify-content: center; margin: 10px 0 6px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-links-extra a { color: rgba(255,255,255,0.55); font-size: 11px; }
.footer-links-extra a:hover { color: #fff; }
.footer-copy { font-size: 10px; color: rgba(255,255,255,0.35); }

.breadcrumb { padding: 10px 14px; font-size: 12px; color: #888; }
.breadcrumb a { color: #1B2A4A; font-weight: 600; }

/* ============================================================
   PÁGINAS ESTÁTICAS MÓVIL
   ============================================================ */
.static-hero { padding: 20px 16px 16px; border-bottom: 3px solid #E07A5F; }
.static-hero h1 { font-size: 1.5rem; font-weight: 800; color: #1B2A4A; line-height: 1.2; margin: 8px 0; }
.static-intro { font-size: 14px; color: #475569; line-height: 1.6; margin: 8px 0 0; }

.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding: 16px; background: #f0f4f8; }
.stat-box { text-align: center; background: #fff; border-radius: 8px; padding: 10px 4px; }
.stat-n { display: block; font-size: 1.1rem; font-weight: 800; color: #1B2A4A; }
.stat-l { display: block; font-size: 10px; color: #64748b; margin-top: 2px; }

.static-section { padding: 16px; border-bottom: 1px solid #e2e8f0; }
.static-section h2 { font-size: 1.05rem; font-weight: 700; color: #1B2A4A; margin: 0 0 10px; }
.static-section p { font-size: 14px; color: #334155; line-height: 1.65; margin: 0 0 10px; }
.static-section p:last-child { margin-bottom: 0; }

.highlight-box { background: #fdf8f5; border-left: 4px solid #E07A5F; padding: 14px 16px; font-size: 14px; color: #334155; line-height: 1.6; }
.highlight-box.highlight-alert { background: #fff8e6; border-left-color: #e6a817; }
.highlight-box strong { color: #1B2A4A; }

.table-simple { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; margin: 12px 0; }
.table-simple .tr { display: flex; justify-content: space-between; align-items: center; padding: 10px 14px; border-bottom: 1px solid #f0f0f0; font-size: 13px; color: #334155; }
.table-simple .tr:last-child { border-bottom: none; }
.v-green { color: #16a34a; font-weight: 700; }
.v-coral { color: #E07A5F; font-weight: 700; }

.steps-list { display: flex; flex-direction: column; gap: 12px; margin: 12px 0; }
.step-item { display: flex; gap: 12px; align-items: flex-start; }
.step-num { flex-shrink: 0; width: 28px; height: 28px; background: #1B2A4A; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.step-item > div { font-size: 13px; color: #334155; line-height: 1.55; }
.step-item strong { color: #1B2A4A; display: block; margin-bottom: 2px; }

.accordion { margin: 12px 0; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.acc-item { border-bottom: 1px solid #e2e8f0; }
.acc-item:last-child { border-bottom: none; }
.acc-btn { width: 100%; background: #fff; border: none; padding: 14px 16px; text-align: left; font-size: 14px; font-weight: 600; color: #1B2A4A; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: inherit; }
.acc-btn span { font-size: 18px; color: #E07A5F; font-weight: 400; }
.acc-body { display: none; padding: 0 16px 14px; font-size: 13px; color: #475569; line-height: 1.6; }

.error-list { margin: 12px 0; }
.error-item { display: flex; gap: 8px; padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 13px; color: #334155; align-items: flex-start; }
.error-item:last-child { border-bottom: none; }
.error-item span { line-height: 1.5; }

.claves-list { padding: 0; }
.clave-item { display: flex; gap: 14px; padding: 16px; border-bottom: 1px solid #e2e8f0; align-items: flex-start; }
.clave-num { flex-shrink: 0; width: 36px; height: 36px; background: #E07A5F; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 800; }
.clave-body strong { display: block; font-size: 14px; color: #1B2A4A; margin-bottom: 4px; }
.clave-body p { font-size: 13px; color: #475569; line-height: 1.55; margin: 0; }

.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }
.tag { background: #e8f0f8; color: #1B2A4A; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 20px; }

/* TABLET */
@media (min-width: 768px) {
  .header { padding: 14px 20px; }
  .header-logo { height: 96px; }
  .navbar { top: 124px; padding: 10px 20px; }
  .hero-home { padding: 44px 28px 36px; }
  .hero-home h1 { font-size: 2rem; }
  .about-section { padding: 30px 24px; }
  .bonif-steps { flex-direction: row; gap: 14px; }
  .bonif-step { flex: 1; flex-direction: column; text-align: center; }
  .cat-grid { grid-template-columns: repeat(3,1fr); gap: 14px; }
  .cat-card img { height: 130px; }
  .cat-title { font-size: 1.8rem; padding: 20px; }
  .info-block { margin: 0 20px 12px; }
  .courses-section { padding: 20px; }
  .course-item img, .course-item-noimg { width: 80px; height: 80px; }
  .curso-header { padding: 20px; }
  .curso-title { font-size: 1.5rem; }
  .curso-img-wrap { padding: 0 20px; }
  .curso-img { max-height: 320px; }
  .curso-contact { margin: 10px 20px 20px; }
  .faq-section { margin: 20px; }
  .footer { padding-bottom: 24px; }
  .fab-contacto { bottom: 24px; right: 24px; }
  .stats-row { max-width: 500px; margin: 0 auto; }
  .static-section { padding: 20px 24px; }
  .static-section h2 { font-size: 1.2rem; }
  .static-section p { font-size: 15px; }
}

/* FAQ dato visible (editorial) */
.faq-dato { display:block;font-size:11px;font-weight:800;color:#E07A5F;margin-top:2px; }
