/* ================================================================
   jair_developer: Spec 05 v2 — REDISEÑO PREMIUM COMPLETO
   Dirección: "sala de máquinas" — identidad terminal/ingeniería.
   El mundo real del sujeto: servidores, deploys, specs, dominios.
   Firma: headers de sección como rutas de sistema (~/proyectos) con
   status dot; prompt $ whoami en el hero; mono como voz de marca.
   Paleta: tinta azul profunda + acento azul eléctrico + ámbar prompt.
   Carga al final de la cascada: re-skinea el template completo.
   ================================================================ */

:root {
	--jdp-bg: #0b1220;
	--jdp-panel: #121c30;
	--jdp-panel-2: #0e1626;
	--jdp-border: #24345a;
	--jdp-border-soft: #1a2740;
	--jdp-text: #c7d3e8;
	--jdp-text-dim: #8da0c0;
	--jdp-head: #f2f6ff;
	--jdp-accent: #5ea2ff;
	--jdp-accent-ink: #06101f;
	--jdp-accent-soft: rgba(94, 162, 255, 0.12);
	--jdp-amber: #ffb454;
	--jdp-ok: #4ade80;
	--jdp-danger: #ff7a6b;
	--jdp-display: 'Sora', 'Inter', system-ui, sans-serif;
	--jdp-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	--jdp-radius: 16px;
	--jdp-shadow: 0 16px 40px rgba(2, 8, 20, 0.45);
}

body.light-mode {
	--jdp-bg: #eef2f9;
	--jdp-panel: #ffffff;
	--jdp-panel-2: #f4f7fc;
	--jdp-border: #ccd8ec;
	--jdp-border-soft: #dde6f3;
	--jdp-text: #35435e;
	--jdp-text-dim: #64748f;
	--jdp-head: #101a2e;
	--jdp-accent: #2568d0;
	--jdp-accent-ink: #ffffff;
	--jdp-accent-soft: rgba(37, 104, 208, 0.1);
	--jdp-amber: #b26a00;
	--jdp-ok: #15803d;
	--jdp-danger: #c2402f;
	--jdp-shadow: 0 16px 40px rgba(28, 44, 80, 0.1);
}

/* ---------- Fondo: tinta + retícula de plano técnico ---------- */
body,
body.light-mode {
	background-color: var(--jdp-bg);
	background-image:
		radial-gradient(900px 480px at 70% -140px, rgba(94, 162, 255, 0.14), transparent 65%),
		linear-gradient(rgba(94, 162, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(94, 162, 255, 0.035) 1px, transparent 1px);
	background-size: 100% 100%, 44px 44px, 44px 44px;
	background-attachment: fixed;
	color: var(--jdp-text);
	font-family: 'Inter', system-ui, sans-serif;
}
body.light-mode {
	background-image:
		radial-gradient(900px 480px at 70% -140px, rgba(37, 104, 208, 0.08), transparent 65%),
		linear-gradient(rgba(37, 104, 208, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(37, 104, 208, 0.05) 1px, transparent 1px);
}

/* ---------- Tipografía global ---------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: var(--jdp-display);
	color: var(--jdp-head);
	letter-spacing: -0.015em;
}
body.light-mode h1, body.light-mode .h1, body.light-mode h2, body.light-mode .h2,
body.light-mode h3, body.light-mode .h3, body.light-mode h4, body.light-mode .h4,
body.light-mode h5, body.light-mode .h5 {
	color: var(--jdp-head);
}
a { color: var(--jdp-accent); }
a:hover { color: var(--jdp-accent); }

/* ---------- Paneles / secciones ---------- */
.section,
body.light-mode .section {
	background: var(--jdp-panel);
	border: 1px solid var(--jdp-border-soft);
	border-radius: var(--jdp-radius);
	box-shadow: var(--jdp-shadow);
	color: var(--jdp-text);
	position: relative;
	overflow: hidden;
}
/* filo de luz superior en cada panel */
.section::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(94, 162, 255, 0.5), transparent);
	pointer-events: none;
}
body.light-mode .section::before {
	background: linear-gradient(90deg, transparent, rgba(37, 104, 208, 0.35), transparent);
}
/* jair_developer: la foto sobresale del panel (top:-80px) igual que en el CV;
   con overflow:hidden el panel la DECAPITABA — en resume.php se ve bien porque
   .resume-wrapper nunca recorta. Mismo comportamiento aquí. */
.section.has-profile-image,
body.light-mode .section.has-profile-image {
	overflow: visible;
}
.section.has-profile-image .profile-pic,
body.light-mode .section.has-profile-image .profile-pic {
	/* jair_developer: mismo comportamiento que el CV (ahí la foto se ve bien):
	   ancho fijo y alto automático — la imagen completa, sin recortes ni
	   compresión. El atributo height del <img> se elimina en el HTML. */
	width: 160px;
	height: auto;
	max-width: 160px;
	border: 4px solid var(--jdp-panel);
	outline: 1px solid var(--jdp-border);
	box-shadow: 0 0 0 6px var(--jdp-accent-soft), 0 14px 34px rgba(2, 8, 20, 0.5);
}

/* ---------- Firma: encabezado de sección tipo ruta de sistema ---------- */
.jd-sec-head { text-align: center; margin-bottom: 2rem; }
.jd-path {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--jdp-mono);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: var(--jdp-amber);
	background: var(--jdp-panel-2);
	border: 1px solid var(--jdp-border-soft);
	border-radius: 2rem;
	padding: 0.35rem 0.9rem;
	margin-bottom: 1rem;
}
.jd-path::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--jdp-ok);
	box-shadow: 0 0 8px var(--jdp-ok);
	flex-shrink: 0;
}
.section-heading,
body.light-mode .section-heading {
	font-family: var(--jdp-display);
	font-weight: 800;
	font-size: clamp(1.6rem, 3.2vw, 2.1rem);
	letter-spacing: -0.02em;
	color: var(--jdp-head);
}
.section-intro { color: var(--jdp-text-dim); }

/* ---------- Hero (index) ---------- */
.jd-hero-prompt {
	font-family: var(--jdp-mono);
	font-size: 0.9rem;
	color: var(--jdp-text-dim);
	text-align: center;
	margin-bottom: 0.5rem;
}
.jd-hero-prompt .jd-prompt-symbol { color: var(--jdp-amber); }
.jd-caret {
	display: inline-block;
	width: 0.55em;
	height: 1.05em;
	margin-left: 0.25em;
	background: var(--jdp-accent);
	vertical-align: text-bottom;
	animation: jd-blink 1.1s steps(1) infinite;
}
@keyframes jd-blink { 50% { opacity: 0; } }

.page-intro-section .intro-name,
body.light-mode .page-intro-section .intro-name {
	font-family: var(--jdp-display);
	font-weight: 800;
	font-size: clamp(2.1rem, 5vw, 3.1rem);
	letter-spacing: -0.03em;
	color: var(--jdp-head);
}
.jd-hero-role {
	font-family: var(--jdp-mono);
	font-size: 0.92rem;
	color: var(--jdp-accent);
	text-align: center;
	margin-bottom: 1rem;
	letter-spacing: 0.01em;
}
/* jair_developer: título de página bajo el nombre (contact/projects) */
.jd-page-title, body.light-mode .jd-page-title {
	font-family: var(--jdp-display);
	font-weight: 700;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--jdp-text);
	margin-top: 1.25rem;
	margin-bottom: 0.35rem;
}
.jd-hero-status {
	display: flex;
	justify-content: center;
	margin-bottom: 1.25rem;
}
.jd-hero-status span {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--jdp-ok);
	background: rgba(74, 222, 128, 0.08);
	border: 1px solid rgba(74, 222, 128, 0.25);
	border-radius: 2rem;
	padding: 0.35rem 0.9rem;
}
.jd-hero-status span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--jdp-ok);
	box-shadow: 0 0 10px var(--jdp-ok);
	animation: jd-pulse 2.4s ease-in-out infinite;
}
@keyframes jd-pulse { 50% { opacity: 0.45; } }

.jd-hero-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.75rem;
	margin-top: 1.75rem;
	font-family: var(--jdp-mono);
	font-size: 0.78rem;
	color: var(--jdp-text-dim);
}
.jd-hero-stats strong {
	color: var(--jdp-head);
	font-weight: 600;
}

/* ---------- Botones ---------- */
.btn, a.btn { border-radius: 0.7rem; font-weight: 600; }
.btn-primary, a.btn-primary,
body.light-mode .btn-primary {
	background: var(--jdp-accent);
	border: 1px solid var(--jdp-accent);
	color: var(--jdp-accent-ink);
	box-shadow: 0 6px 22px rgba(94, 162, 255, 0.35);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
body.light-mode .btn-primary:hover {
	background: var(--jdp-accent);
	border-color: var(--jdp-accent);
	color: var(--jdp-accent-ink);
	filter: brightness(1.1);
}
.btn-secondary, a.btn-secondary,
body.light-mode .btn-secondary {
	background: transparent;
	border: 1px solid var(--jdp-border);
	color: var(--jdp-head);
}
.btn-secondary:hover, .btn-secondary:active,
body.light-mode .btn-secondary:hover {
	background: var(--jdp-accent-soft);
	border-color: var(--jdp-accent);
	color: var(--jdp-head);
}

/* ---------- Barra superior ---------- */
.menu-toggler, body.light-mode .menu-toggler { color: var(--jdp-text); }
.social-list a,
body.light-mode .social-list a {
	background: var(--jdp-panel);
	border: 1px solid var(--jdp-border-soft);
	color: var(--jdp-text-dim);
	box-shadow: none;
}
.social-list a:hover,
body.light-mode .social-list a:hover {
	color: var(--jdp-accent);
	border-color: var(--jdp-accent);
	background: var(--jdp-accent-soft);
}
.mode-toggle .toggle + .toggle-btn { border-color: var(--jdp-border); }

/* ---------- Nav lateral ---------- */
.side-panel .main-nav,
body.light-mode .side-panel .main-nav {
	background: var(--jdp-panel);
	border: 1px solid var(--jdp-border-soft);
	border-radius: 14px;
	box-shadow: var(--jdp-shadow);
	padding: 0.75rem 0.4rem;
}
.side-panel a, body.light-mode .side-panel .navbar-nav .nav-link { color: var(--jdp-text-dim); }
.side-panel .navbar-nav .nav-link { border-radius: 10px; padding: 0.5rem 0.6rem; }
.side-panel .navbar-nav .nav-link:hover,
body.light-mode .side-panel .navbar-nav .nav-link:hover { color: var(--jdp-head); }
.side-panel .navbar-nav .nav-link.active,
.side-panel .navbar-nav .nav-link.active:hover,
body.light-mode .side-panel .navbar-nav .nav-link.active,
body.light-mode .side-panel .navbar-nav .nav-link.active:hover {
	color: var(--jdp-accent);
	background: var(--jdp-accent-soft);
}
.side-panel .nav-text { font-family: var(--jdp-mono); letter-spacing: 0.05em; }
@media (max-width: 991.98px) {
	.side-panel .offcanvas .main-nav,
	body.light-mode .side-panel .offcanvas .main-nav {
		background: var(--jdp-panel);
		border-top: 1px solid var(--jdp-border-soft);
		border-radius: 0;
		box-shadow: 0 -8px 30px rgba(2, 8, 20, 0.45);
	}
}

/* ---------- Featured cards (index) ---------- */
.featured-project-list .card,
body.light-mode .featured-project-list .card {
	background: var(--jdp-panel-2);
	border: 1px solid var(--jdp-border-soft);
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
	transition: transform 0.2s ease-out, border-color 0.2s ease-out;
}
.featured-project-list .card:hover { transform: translateY(-5px); border-color: var(--jdp-accent); }
.featured-project-list .card-img-top { border-radius: 0; }
.featured-project-list .card-body { padding: 1rem 1.1rem 1.25rem !important; }
.featured-project-list .card-title,
body.light-mode .featured-project-list .card-title a,
.featured-project-list .card-title a { color: var(--jdp-head); font-weight: 700; }
.featured-project-list .card-text,
body.light-mode .featured-project-list .card-text { color: var(--jdp-text-dim); font-size: 0.9rem; }

/* ---------- Skills: chips de tecnología ---------- */
.tech-list .icon-item {
	width: auto;
	background: var(--jdp-panel-2);
	border: 1px solid var(--jdp-border-soft);
	border-radius: 12px;
	padding: 0.9rem 1.1rem;
	margin: 0.35rem;
	max-width: 104px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease-out, border-color 0.2s ease-out;
}
.tech-list .icon-item:hover { transform: translateY(-4px); border-color: var(--jdp-accent); }
/* jair_developer: height fija — SVGs sin viewBox dimensionado colapsan con max-height */
.tech-list .icon-item img { height: 40px; width: auto; max-width: 74px; object-fit: contain; }
.tech-list { gap: 0; }

/* ---------- Lista de proyectos (projects/demos) ---------- */
.projects-section .project-item-inner,
body.light-mode .projects-section .project-item-inner {
	background: var(--jdp-panel-2);
	border: 1px solid var(--jdp-border-soft);
	border-radius: 14px;
	padding: 1.5rem;
	margin: 0;
	transition: transform 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out;
}
.projects-section .project-item-inner:hover {
	transform: translateY(-4px);
	border-color: var(--jdp-accent);
	box-shadow: var(--jdp-shadow);
}
.projects-section .project-item .title,
body.light-mode .projects-section .project-item .title,
.projects-section .project-item .title a,
body.light-mode .projects-section .project-item .title a {
	color: var(--jdp-head);
	font-weight: 700;
}
.projects-section .project-item .intro { color: var(--jdp-text-dim); font-size: 0.95rem; }
.projects-section .project-item .subtitle {
	font-family: var(--jdp-mono);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--jdp-amber);
}
.projects-section .project-thumb { border-radius: 10px; border: 1px solid var(--jdp-border-soft); }

/* badges del catálogo dinámico */
.jd-badge { font-family: var(--jdp-mono); font-weight: 600; }
.jd-badge-type, body.light-mode .jd-badge-type { background: var(--jdp-accent-soft); color: var(--jdp-accent); }
.jd-badge-featured, body.light-mode .jd-badge-featured { background: rgba(255, 180, 84, 0.12); color: var(--jdp-amber); }
.jd-tech-chip, body.light-mode .jd-tech-chip {
	/* jair_developer: sin padding el borde pegaba al texto y los chips se
	   leían como una frase corrida — de ahí el inline-flex + padding. */
	display: inline-flex;
	align-items: center;
	font-family: var(--jdp-mono);
	font-size: 0.72rem;
	line-height: 1.2;
	padding: 0.25rem 0.55rem;
	border: 1px solid var(--jdp-border);
	background: var(--jdp-panel);
	color: var(--jdp-text-dim);
	border-radius: 0.5rem;
	white-space: nowrap;
}
.jd-feat-card .jd-tech-chip { background: var(--jdp-panel); }

/* ---------- Formulario de contacto ---------- */
.contact-form, body.light-mode .contact-form {
	background: var(--jdp-panel-2);
	border: 1px solid var(--jdp-border-soft);
	border-radius: 14px;
	padding: 2rem !important;
}
.jd-label,
label.jd-label {
	display: block;
	font-family: var(--jdp-mono);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--jdp-amber);
	margin-bottom: 0.4rem;
}
.form-control, body.light-mode .form-control {
	background: var(--jdp-panel);
	border: 1px solid var(--jdp-border);
	border-radius: 10px;
	color: var(--jdp-head);
}
.form-control:focus, body.light-mode .form-control:focus {
	background: var(--jdp-panel);
	border-color: var(--jdp-accent);
	color: var(--jdp-head);
	box-shadow: 0 0 0 3px var(--jdp-accent-soft);
}
.form-control::placeholder, body.light-mode .form-control::placeholder { color: var(--jdp-text-dim); opacity: 0.7; }
.contact-form .form-control.is-invalid { border-color: var(--jdp-danger); }
.contact-form .form-control.is-valid { border-color: var(--jdp-ok); }
.contact-form .jd-field-error, body.light-mode .contact-form .jd-field-error { color: var(--jdp-danger); }
.contact-form-wrapper .alert-success,
body.light-mode .contact-form-wrapper .alert-success {
	background: rgba(74, 222, 128, 0.08);
	border-color: var(--jdp-ok);
	color: var(--jdp-ok);
}
.contact-form-wrapper .alert-danger,
body.light-mode .contact-form-wrapper .alert-danger {
	background: rgba(255, 122, 107, 0.08);
	border-color: var(--jdp-danger);
	color: var(--jdp-danger);
}

/* ---------- Currículum ---------- */
.resume-wrapper, body.light-mode .resume-wrapper {
	background: var(--jdp-panel);
	border: 1px solid var(--jdp-border-soft);
	border-radius: var(--jdp-radius);
	box-shadow: var(--jdp-shadow);
}
.resume-profile-pic, body.light-mode .resume-profile-pic {
	border: 4px solid var(--jdp-panel);
	outline: 1px solid var(--jdp-border);
	box-shadow: 0 0 0 6px var(--jdp-accent-soft);
}
.resume-name, body.light-mode .resume-name { font-family: var(--jdp-display); color: var(--jdp-head); }
.resume-role-title, body.light-mode .resume-role-title {
	font-family: var(--jdp-mono);
	color: var(--jdp-accent);
	font-size: 0.95rem;
}
.resume-contact, body.light-mode .resume-contact { border-color: var(--jdp-border-soft); color: var(--jdp-text-dim); }
.resume-section-heading, body.light-mode .resume-section-heading { color: var(--jdp-head); }
.resume-section-heading-icon, body.light-mode .resume-section-heading-icon {
	background: var(--jdp-accent-soft);
	color: var(--jdp-accent);
}
.resume-company-name, body.light-mode .resume-company-name {
	background: var(--jdp-accent-soft);
	color: var(--jdp-accent);
	font-family: var(--jdp-mono);
	font-size: 0.8rem;
}
.resume-position-title, body.light-mode .resume-position-title { color: var(--jdp-head); }
.resume-timeline:before, body.light-mode .resume-timeline:before { background: var(--jdp-border-soft); }
.resume-timeline-item:before, body.light-mode .resume-timeline-item:before {
	border-color: var(--jdp-accent);
	background: var(--jdp-bg);
}
.resume-progress, body.light-mode .resume-progress { background: var(--jdp-panel-2); border: 1px solid var(--jdp-border-soft); height: 0.45rem; }
.resume-progress-bar, body.light-mode .resume-progress-bar { background: linear-gradient(90deg, var(--jdp-accent), var(--jdp-amber)); }
.resume-skill-name, .resume-degree, .resume-lang-name,
body.light-mode .resume-skill-name, body.light-mode .resume-degree, body.light-mode .resume-lang-name { color: var(--jdp-head); }
.resume-skill-badge, body.light-mode .resume-skill-badge {
	background: var(--jdp-panel-2);
	border: 1px solid var(--jdp-border-soft);
	color: var(--jdp-text);
	font-family: var(--jdp-mono);
	font-size: 0.78rem;
	border-radius: 0.5rem;
}
.resume-level-indicator .item, body.light-mode .resume-level-indicator .item { background: var(--jdp-panel-2); }
.resume-level-indicator .item.item-full,
.resume-level-indicator .item.item-half:after,
body.light-mode .resume-level-indicator .item.item-full,
body.light-mode .resume-level-indicator .item.item-half:after { background: var(--jdp-accent); }
.resume-body .col-main { border-color: var(--jdp-border-soft); }

/* ---------- Sección SDD+IA: heredar paleta nueva ---------- */
.sdd-ia-section, .light-mode .sdd-ia-section {
	--jd-accent: var(--jdp-accent);
	--jd-accent-2: var(--jdp-amber);
	--jd-card-bg: var(--jdp-panel-2);
	--jd-border: var(--jdp-border-soft);
	--jd-code-bg: #0a1322;
	--jd-ink: var(--jdp-head);
}
.light-mode .sdd-ia-section { --jd-code-bg: #101a2e; }
.sdd-ia-section .sdd-step-num { background: var(--jdp-accent); color: var(--jdp-accent-ink); font-family: var(--jdp-mono); }
.sdd-ia-section .sdd-step-detail { color: var(--jdp-amber); font-family: var(--jdp-mono); }

/* ---------- Footer ---------- */
.footer, .footer .copyright, body.light-mode .footer .copyright a {
	font-family: var(--jdp-mono);
	color: var(--jdp-text-dim);
	font-size: 0.75rem;
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
	.jd-caret { animation: none; opacity: 1; }
	.jd-hero-status span::before { animation: none; }
	.featured-project-list .card,
	.tech-list .icon-item,
	.projects-section .project-item-inner { transition: none; }
	.featured-project-list .card:hover,
	.tech-list .icon-item:hover,
	.projects-section .project-item-inner:hover { transform: none; }
}

/* ---------- Impresión: neutralizar retícula ---------- */
@media print {
	body, body.light-mode { background: #fff !important; }
	.jd-path, .jd-sec-head { display: none !important; }
}

/* ---------- Tarjetas de "Proyectos destacados" (portada, desde la base) ----------
   jair_developer: sin imagen — cada tarjeta es una ventana de terminal, acorde
   a la identidad del sitio y sin depender de miniaturas por proyecto. */
.jd-feat-card, body.light-mode .jd-feat-card {
	background: var(--jdp-panel-2, rgba(255, 255, 255, 0.02));
	border: 1px solid var(--jdp-border-soft);
	border-radius: var(--jdp-radius);
	padding: 0 1.15rem 1.15rem;
	display: flex;
	flex-direction: column;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.jd-feat-card:hover {
	border-color: var(--jdp-accent);
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(2, 8, 20, 0.35);
}
@media (prefers-reduced-motion: reduce) {
	.jd-feat-card, .jd-feat-card:hover { transition: none; transform: none; }
}
.jd-feat-top {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 -1.15rem 1rem;
	padding: 0.6rem 0.9rem;
	border-bottom: 1px solid var(--jdp-border-soft);
}
.jd-feat-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--jdp-border);
	flex: none;
}
.jd-feat-dot:first-child { background: rgba(255, 95, 86, 0.75); }
.jd-feat-dot:nth-child(2) { background: rgba(255, 189, 46, 0.75); }
.jd-feat-dot:nth-child(3) { background: rgba(39, 201, 63, 0.7); }
.jd-feat-file {
	font-family: var(--jdp-mono);
	font-size: 0.68rem;
	color: var(--jdp-text-dim);
	margin-left: auto;
	letter-spacing: 0.04em;
}
.jd-feat-card .card-body { flex: 1; display: flex; flex-direction: column; }
.jd-feat-card .card-title, body.light-mode .jd-feat-card .card-title {
	font-family: var(--jdp-display);
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--jdp-head);
	margin-bottom: 0.5rem;
}
.jd-feat-card .card-text { font-size: 0.9rem; line-height: 1.6; }
.jd-feat-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	margin-top: auto;
}
.jd-feat-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	padding-top: 0.35rem;
}
.jd-feat-links .more-link { font-size: 0.82rem; }
