/* === OHJ — Observatorio Hispano de Juventud · acento TEAL OSCURO (color real del logo) === */

/* Teal oscuro: profundo #143A40 · principal #1F5A63 · brillante #2A7A85 */
.oh-hero { --fjx-accent: #1F5A63; }
.fjx-hero.oh-hero { padding-top:180px !important; padding-bottom:44px !important; min-height:0 !important; }
.oh-hero .fjx-eyebrow { color:#17454C !important; }
.oh-hero .fjx-btn { background:#17454C !important; }
.oh-hero .fjx-btn:hover { background:#143A40 !important; }
@media (max-width:760px){ .fjx-hero.oh-hero { padding-top:120px !important; } }

/* proyecto: texto + panel */
.oh-prog-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:56px; align-items:center; }
.oh-meta { display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin:18px 0 6px; }
.oh-pill { display:inline-flex; align-items:center; padding:7px 14px; border-radius:999px; background:#e2eef0; color:#143A40; font-weight:800; font-size:13px; border:1px solid rgba(31,90,99,.25); }
.oh-loc { color:#3d4a66; font-weight:600; font-size:14px; flex:1; min-width:220px; }
.oh-panel { background:#f6f8fc; border:1px solid rgba(16,42,67,.08); border-radius:24px; padding:28px; box-shadow:0 20px 50px rgba(16,42,67,.1); }
.oh-panel-label { display:block; font-size:12px; font-weight:900; letter-spacing:.06em; text-transform:uppercase; color:#17454C; margin-bottom:14px; }
.oh-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.oh-list li { position:relative; padding-left:30px; font-size:14.5px; line-height:1.5; color:#243044; font-weight:600; }
.oh-list li::before { content:"›"; position:absolute; left:0; top:-2px; width:20px; height:20px; border-radius:50%; background:#1F5A63; color:#fff; font-size:14px; font-weight:900; display:grid; place-items:center; }
@media (max-width:900px){ .oh-prog-grid { grid-template-columns:1fr; gap:28px; } }

/* líneas de trabajo */
.oh-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:8px; }
.oh-card { padding:22px 18px; border-radius:18px; background:#f6f8fc; border:1px solid rgba(16,42,67,.07); transition:transform .15s ease, box-shadow .15s ease, background .15s ease; }
.oh-card:hover { transform:translateY(-4px); background:#fff; box-shadow:0 14px 32px rgba(20,58,64,.14); }
.oh-card-ico { font-size:28px; }
.oh-card-title { font-family:"Outfit",sans-serif; font-weight:800; font-size:16px; line-height:1.25; margin:10px 0 8px; color:#0a1628; }
.oh-card-desc { font-size:13.5px; line-height:1.55; color:#4b5a75; margin:0; }
@media (max-width:980px){ .oh-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .oh-grid { grid-template-columns:1fr; } }

/* fila CTA — degradado teal oscuro */
.fjx-cta-row { background:linear-gradient(135deg,#143A40 0%, #1F5A63 100%) !important; }
.fjx-cta-row .fjx-title { max-width:none !important; margin-left:auto !important; margin-right:auto !important; text-align:center !important; color:#fff !important; }
.fjx-cta-row .fjx-lead { margin-left:auto !important; margin-right:auto !important; text-align:center !important; max-width:62ch; }
.fjx-cta-row .fjx-btn-light { color:#143A40 !important; }
.fjx-cta-row .fjx-btn-outline { color:#fff !important; border:2px solid rgba(255,255,255,.75) !important; background:transparent !important; }
.fjx-cta-row .fjx-btn-outline:hover { background:rgba(255,255,255,.16) !important; border-color:#fff !important; color:#fff !important; }
