/* ==========================================================================
   ALTUM — Directorio de servicios certificados. Design tokens + components.
   ========================================================================== */

:root {
	--navy: #0f1c37;
	--navy-2: #1c2c52;
	--gold: #c9a24b;
	--gold-bg: #fbf3de;
	--red: #9c2a30;
	--green: #2f9e44;
	--green-bg: #eaf6ec;
	--cream: #f6efe0;
	--bg: #f4f5f7;
	--surface: #ffffff;
	--text: #1f2430;
	--muted: #6b7280;
	--border: #e6e8ee;
	--radius: 14px;
	--radius-sm: 8px;
	--shadow: 0 1px 4px rgba(20, 33, 61, 0.05);
	--bottom-nav-h: 64px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
h1, h2, h3, h4 { margin: 0 0 8px; line-height: 1.25; }
p { margin: 0 0 12px; }
.altum-icon { width: 18px; height: 18px; flex-shrink: 0; }

.altum-container { max-width: 1240px; margin: 0 auto; padding: 0 20px; }

/* --------------------------------------------------------------------
   Header (desktop top nav + trust ribbon)
   -------------------------------------------------------------------- */

.altum-site-header { background: var(--navy); color: #fff; }
.altum-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 24px; gap: 20px; flex-wrap: wrap; }
.altum-logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 20px; letter-spacing: 0.5px; }
.altum-logo small { display: block; font-weight: 400; font-size: 9.5px; letter-spacing: 1px; opacity: 0.65; text-transform: uppercase; margin-top: 2px; }
.altum-logo .altum-icon { width: 30px; height: 30px; color: #fff; flex-shrink: 0; }
.altum-logo-mark { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; }
.altum-logo-horizontal { height: 38px; width: auto; object-fit: contain; }

.altum-top-nav { display: flex; gap: 4px; }
.altum-top-nav a { padding: 8px 14px; border-radius: 20px; font-size: 14px; color: #cfd6e8; }
.altum-top-nav a:hover, .altum-top-nav a.is-active { background: rgba(255,255,255,0.1); color: #fff; }

.altum-managed-by { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: center; }
.altum-managed-divider { width: 1px; height: 34px; background: rgba(255,255,255,0.15); }
.altum-managed-text { font-size: 11px; color: #9aa4bd; text-align: left; line-height: 1.3; }
.altum-managed-text strong { display: flex; align-items: center; gap: 6px; color: #fff; font-size: 15px; font-weight: 700; letter-spacing: 1px; margin-top: 2px; }
.altum-managed-text strong .altum-icon { width: 13px; height: 13px; color: var(--gold); transform: rotate(0deg); }

.altum-trust-badge {
	display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(201,162,75,0.5);
	color: #fff; padding: 10px 16px; border-radius: 8px; font-size: 11.5px; white-space: nowrap; line-height: 1.4;
}
.altum-trust-badge .altum-icon { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }

/* --------------------------------------------------------------------
   Hero + search widget (home)
   -------------------------------------------------------------------- */

.altum-search-field { flex: 1 1 180px; text-align: left; }
.altum-search-field label { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: var(--muted); margin-bottom: 6px; }
.altum-search-field select, .altum-search-field input {
	width: 100%; padding: 11px 12px; border: 1px solid var(--border); border-radius: var(--radius-sm); font-size: 14px; background: #fff;
}

/* Generic buttons */
.altum-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; border: 1px solid var(--border); background: #fff; color: var(--text); cursor: pointer; }
.altum-btn-primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.altum-btn-primary:hover { background: var(--navy-2); }
.altum-btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.altum-btn-danger { background: var(--red); color: #fff; border-color: var(--red); }
.altum-btn-danger:hover { background: #82232a; }
.altum-btn-outline-gold { background: #fff; border-color: var(--gold); color: var(--navy); font-weight: 700; white-space: nowrap; }
.altum-btn-block { width: 100%; }

/* Modal "Aplicar a Certificación" */
.altum-apply-modal { display: none; position: fixed; inset: 0; z-index: 2000; align-items: center; justify-content: center; padding: 20px; }
.altum-apply-modal.is-open { display: flex; }
.altum-apply-backdrop { position: absolute; inset: 0; background: rgba(15,28,55,0.65); }
.altum-apply-box {
	position: relative; background: #fff; border-radius: 16px; max-width: 440px; width: 100%;
	max-height: 90vh; overflow-y: auto; padding: 32px 28px; box-shadow: 0 24px 60px rgba(0,0,0,0.35);
}
.altum-apply-close {
	position: absolute; top: 14px; right: 14px; background: none; border: none; font-size: 24px;
	line-height: 1; color: var(--muted); cursor: pointer; padding: 4px;
}
.altum-apply-eyebrow { color: var(--red); font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.altum-apply-box h3 { font-size: 20px; color: var(--navy); margin: 0 0 8px; }
.altum-apply-sub { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.altum-apply-field { margin-bottom: 14px; }
.altum-apply-field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.altum-apply-field input, .altum-apply-field select {
	width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; font-size: 14px; box-sizing: border-box;
}
.altum-apply-error { background: #fbeaea; color: #b3261e; font-size: 12.5px; padding: 10px 12px; border-radius: 8px; margin-bottom: 14px; }
#altum-apply-thanks { text-align: center; padding: 12px 0; }
.altum-apply-thanks-icon { font-size: 42px; margin-bottom: 12px; }
#altum-apply-thanks h3 { text-align: center; }
#altum-apply-thanks p { color: var(--muted); font-size: 13.5px; margin-bottom: 20px; }

/* --------------------------------------------------------------------
   Home header variant: menú completo + CTAs (solo front-page)
   -------------------------------------------------------------------- */

/* Grid de 3 columnas simétricas para que el nav quede centrado de verdad,
   sin importar que el logo y los botones de la derecha tengan anchos distintos. */
.altum-site-header-home .altum-header-inner {
	display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 14px 24px;
}
.altum-header-left { display: flex; align-items: center; gap: 20px; justify-self: start; min-width: 0; }
.altum-header-right { justify-self: end; min-width: 0; }
.altum-managed-by-home { flex: 0 0 auto; justify-content: flex-start; }
.altum-top-nav-home { gap: 22px; justify-content: center; }
.altum-top-nav-home a { padding: 6px 0; border-radius: 0; color: #cfd6e8; font-size: 14px; border-bottom: 2px solid transparent; }
.altum-top-nav-home a:hover { background: none; color: #fff; }
.altum-top-nav-home a.is-active { background: none; color: #fff; border-bottom-color: var(--gold); }
.altum-header-actions { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.altum-btn-cta { background: var(--red); color: #fff; font-size: 13.5px; font-weight: 700; padding: 11px 20px; border-radius: 8px; white-space: nowrap; border: none; font-family: inherit; cursor: pointer; }
.altum-btn-cta:hover { background: #82232a; }
.altum-login-link { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; }
.altum-login-link .altum-icon { width: 17px; height: 17px; }

/* --------------------------------------------------------------------
   Hero v2 (home) — foto + degradado, buscador con pestañas, stats bar
   -------------------------------------------------------------------- */

.altum-hero-v2 { position: relative; background: var(--navy); overflow: hidden; }
.altum-hero-v2-bg {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(100deg, var(--navy) 0%, var(--navy) 38%, rgba(15,28,55,0.55) 68%, rgba(15,28,55,0.25) 100%),
		repeating-linear-gradient(135deg, rgba(255,255,255,0.035) 0 2px, transparent 2px 26px),
		linear-gradient(160deg, #1c2c52 0%, #0f1c37 60%);
}
.altum-hero-v2-bg.has-photo {
	background-image:
		linear-gradient(100deg, var(--navy) 0%, var(--navy) 30%, rgba(15,28,55,0.45) 65%, rgba(15,28,55,0.1) 100%),
		var(--hero-img);
	background-size: cover; background-position: center right;
}
.altum-hero-v2-inner {
	position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-start; gap: 30px;
	max-width: 1560px; margin: 0 auto; padding: 56px 40px 30px;
}
.altum-hero-v2-copy { max-width: 820px; flex: 1 1 auto; color: #fff; min-width: 0; }

.altum-hero-eyebrow { color: var(--gold); font-weight: 700; font-size: 12.5px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; }
.altum-hero-eyebrow span { color: #fff; }

.altum-hero-v2-copy h1 { font-size: 42px; font-weight: 800; line-height: 1.18; margin-bottom: 16px; }
.altum-hero-v2-copy h1 span { color: var(--gold); }
.altum-hero-lead { color: #cfd6e8; font-size: 15.5px; max-width: 480px; margin-bottom: 26px; }

.altum-search-card-v2 { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 40px rgba(0,0,0,0.25); width: 100%; margin-bottom: 26px; }
.altum-search-tabs { display: flex; background: #eef0f3; }
.altum-search-tabs a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 13px 10px; font-size: 12.5px; font-weight: 700; color: var(--muted); border-bottom: 3px solid transparent; }
.altum-search-tabs a .altum-icon { width: 14px; height: 14px; }
.altum-search-tabs a.is-active { background: #fff; color: var(--text); border-bottom-color: var(--gold); }
.altum-search-form-v2 { display: flex; align-items: flex-end; flex-wrap: wrap; padding: 16px; gap: 12px; }
.altum-search-form-v2 .altum-search-field { flex: 1 1 180px; padding-left: 14px; border-left: 1px solid var(--border); }
.altum-search-form-v2 .altum-search-field:first-child { border-left: none; padding-left: 0; }
.altum-search-form-v2 button { flex-shrink: 0; }

.altum-trust-strip { display: flex; flex-wrap: nowrap; width: 100%; }
.altum-trust-item {
	flex: 1 1 0; min-width: 0; padding: 0 16px 0 0; margin-right: 16px; border-right: 1px solid rgba(255,255,255,0.12);
}
.altum-trust-item:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.altum-trust-item .altum-icon { width: 24px; height: 24px; color: var(--gold); margin-bottom: 10px; flex-shrink: 0; }
.altum-trust-item strong { display: block; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 0.2px; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.altum-trust-item span { display: block; color: #9aa4bd; font-size: 11px; line-height: 1.4; }

.altum-hero-v2-callout {
	flex-shrink: 0; background: rgba(15,28,55,0.55); border: 1px solid rgba(255,255,255,0.12);
	padding: 22px 24px; display: flex; flex-direction: column; gap: 16px; margin-top: 60px;
}
.altum-hero-v2-callout span { color: #fff; font-weight: 800; font-size: 15px; letter-spacing: 0.5px; text-transform: uppercase; line-height: 1.3; border-bottom: 2px solid var(--gold); padding-bottom: 10px; }

.altum-hero-stats-bar { background: var(--cream); position: relative; z-index: 1; border-top: 1px solid rgba(15,28,55,0.08); }
.altum-hero-stats-bar-inner {
	display: flex; align-items: center; gap: 34px; flex-wrap: nowrap;
	max-width: 1560px; margin: 0 auto; padding: 22px 40px;
}
.altum-hero-stats-label { font-size: 12px; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.5; flex: 0 0 auto; }
.altum-hero-stats-items { display: flex; align-items: center; gap: 0; flex: 1 1 auto; }
.altum-hero-stats-items > div { display: flex; align-items: center; gap: 10px; flex: 1 1 0; min-width: 0; padding-left: 26px; border-left: 1px solid rgba(15,28,55,0.12); }
.altum-hero-stats-items > div:first-child { padding-left: 0; border-left: none; }
.altum-hero-stats-items .altum-icon { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }
.altum-hero-stats-items strong { display: block; font-size: 16px; color: var(--navy); font-weight: 800; white-space: nowrap; }
.altum-hero-stats-items span { font-size: 11px; color: var(--muted); white-space: nowrap; }
.altum-hero-stats-bar-inner .altum-btn-outline-gold { flex: 0 0 auto; margin-left: auto; }

/* --------------------------------------------------------------------
   Home: segunda sección de búsqueda ("Encuentra el especialista adecuado")
   -------------------------------------------------------------------- */

.altum-search2-section { background: #eef0f6; padding: 60px 20px; }
.altum-search2-card {
	background: #fff; border-radius: 14px; box-shadow: 0 8px 24px rgba(20,33,61,0.08);
	max-width: 1100px; margin: 0 auto; padding: 26px 32px; display: flex; align-items: flex-end; gap: 24px; flex-wrap: wrap;
}
.altum-search2-card .altum-search-field { padding-left: 20px; border-left: 1px solid var(--border); }
.altum-search2-card .altum-search-field:first-child { padding-left: 0; border-left: none; }
.altum-search2-card .altum-search-field label { color: var(--text); font-size: 13px; text-transform: none; font-weight: 700; letter-spacing: 0; }
.altum-search2-card .altum-search-field label .altum-icon { width: 16px; height: 16px; color: var(--navy); }
.altum-search2-card select, .altum-search2-card input { border: none; background: transparent; padding: 2px 0; font-size: 14.5px; }
.altum-search2-card select:focus, .altum-search2-card input:focus { outline: none; }
.altum-search2-card button { flex-shrink: 0; }

.altum-section-eyebrow {
	text-align: center; color: var(--muted); font-weight: 700; font-size: 11.5px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px;
}

.altum-specialty-tabs {
	display: flex; flex-wrap: wrap; gap: 8px; max-width: 1100px; margin: 0 auto 30px;
}
.altum-specialty-tab {
	background: #fff; border: 1px solid var(--border); padding: 10px 18px; border-radius: 8px; font-size: 13.5px; font-weight: 600;
	color: var(--text); cursor: pointer; white-space: nowrap;
}
.altum-specialty-tab:hover { border-color: var(--navy); }
.altum-specialty-tab.is-active { background: var(--navy); border-color: var(--navy); color: #fff; }

.altum-specialty-collapse {
	max-width: 1100px; margin: 0 auto; overflow: hidden; transition: max-height .35s ease;
}
.altum-specialty-collapse.is-open { max-height: none !important; }

.altum-specialty-columns {
	display: grid; grid-auto-flow: column; grid-template-rows: repeat(var(--altum-esp-rows-4, 11), auto);
	column-gap: 0; row-gap: 0;
}
.altum-specialty-chip {
	display: flex; align-items: center; gap: 12px; padding: 14px 24px; font-size: 14px; font-weight: 500; color: var(--text);
	position: relative; border-left: 1px solid var(--border); min-width: 0;
}
.altum-specialty-chip.is-col-start { border-left: none; }
.altum-specialty-chip::after {
	content: ''; position: absolute; left: 24px; right: 24px; bottom: 0; height: 1px; background: var(--border);
}
.altum-specialty-chip:hover { color: var(--navy); }
.altum-specialty-chip .altum-icon { width: 19px; height: 19px; color: var(--navy); flex-shrink: 0; }
.altum-specialty-chip[hidden] { display: none; }
.altum-specialty-name { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.altum-specialty-toggle {
	display: flex; align-items: center; gap: 6px; margin: 20px auto 0; background: none; border: none;
	color: var(--red); font-weight: 700; font-size: 13.5px; cursor: pointer;
}
.altum-specialty-toggle .altum-icon { width: 14px; height: 14px; transition: transform .25s ease; }
.altum-specialty-toggle.is-open .altum-icon { transform: rotate(90deg); }

.altum-search2-trust { display: flex; justify-content: center; max-width: 1100px; margin: 34px auto 0; }
.altum-search2-trust-item {
	flex: 1 1 0; min-width: 0; display: flex; gap: 12px; padding: 0 24px; border-left: 1px solid var(--border);
}
.altum-search2-trust-item:first-child { border-left: none; }
.altum-search2-trust-item .altum-icon { width: 24px; height: 24px; color: var(--navy); flex-shrink: 0; margin-top: 2px; }
.altum-search2-trust-item strong { display: block; color: var(--navy); font-size: 13.5px; margin-bottom: 3px; }
.altum-search2-trust-item span { display: block; color: var(--muted); font-size: 12px; line-height: 1.4; }

/* --------------------------------------------------------------------
   Proyectos destacados
   -------------------------------------------------------------------- */

.altum-section-head-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; gap: 20px; flex-wrap: wrap; }
.altum-section-head-row h2 { font-size: 24px; margin-bottom: 4px; }
.altum-section-head-row p { color: var(--muted); margin: 0; }

.altum-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.altum-project-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.altum-project-photo { position: relative; aspect-ratio: 16/10; background: linear-gradient(135deg, #d9dfe8 0%, #c3cbd8 100%); background-size: cover; background-position: center; }
.altum-project-photo-1 { background: linear-gradient(135deg, #dcd6c8 0%, #c9c0a8 100%); }
.altum-project-photo-2 { background: linear-gradient(135deg, #d7ded9 0%, #b9c7bd 100%); }
.altum-project-badge {
	position: absolute; top: 12px; left: 12px; background: #fff; border-radius: 20px; padding: 6px 12px;
	font-size: 11px; font-weight: 700; color: var(--navy); display: inline-flex; align-items: center; gap: 6px; box-shadow: var(--shadow);
}
.altum-project-badge .altum-icon { width: 13px; height: 13px; color: var(--gold); }
.altum-project-body { padding: 18px; }
.altum-project-body h3 { font-size: 16px; margin-bottom: 4px; }
.altum-project-city { display: flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12.5px; margin-bottom: 10px; }
.altum-project-city .altum-icon { width: 13px; height: 13px; color: var(--navy); }
.altum-project-desc { color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.altum-project-footer { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 12px; border-top: 1px solid var(--border); }
.altum-project-spec { display: flex; flex-direction: column; gap: 3px; font-size: 11px; color: var(--muted); }
.altum-project-spec-label { display: flex; align-items: center; gap: 5px; }
.altum-project-spec-label .altum-icon { width: 13px; height: 13px; color: var(--navy); }
.altum-project-spec strong { color: var(--text); font-size: 12.5px; font-weight: 700; }
.altum-project-footer a { color: var(--red); font-size: 12.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.altum-project-footer a .altum-icon { width: 12px; height: 12px; }

/* --------------------------------------------------------------------
   "La confianza también se verifica" (banda oscura) + CTA roja
   -------------------------------------------------------------------- */

.altum-gold-accent { width: 44px; height: 3px; background: var(--gold); margin-bottom: 16px; }

.altum-verify-section { background: linear-gradient(160deg, #16264a 0%, var(--navy) 100%); color: #fff; padding: 64px 20px; position: relative; }
.altum-verify-section.has-photo {
	background-image: linear-gradient(100deg, var(--navy) 0%, rgba(15,28,55,0.88) 45%, rgba(15,28,55,0.72) 100%), var(--verify-bg-img);
	background-size: cover; background-position: center;
}
.altum-verify-section h2 { font-size: 30px; font-weight: 800; margin-bottom: 10px; }
.altum-verify-section > .altum-container > p { color: #b7bfd4; font-size: 14.5px; line-height: 1.6; margin-bottom: 40px; }
.altum-verify-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.altum-verify-item { text-align: center; padding: 0 24px; border-left: 1px solid rgba(255,255,255,0.12); }
.altum-verify-item:first-child { border-left: none; }
.altum-verify-item .altum-icon { width: 40px; height: 40px; color: var(--gold); margin-bottom: 16px; }
.altum-verify-item strong { display: block; font-size: 16px; margin-bottom: 8px; }
.altum-verify-item span { display: block; color: #b7bfd4; font-size: 12.5px; line-height: 1.5; }

.altum-project-cta {
	background: #5c1216; color: #fff; padding: 40px 20px;
	border-top: 1px solid rgba(212,175,55,0.4); border-bottom: 1px solid rgba(212,175,55,0.4);
}
.altum-project-cta.has-photo {
	background-image: linear-gradient(100deg, rgba(60,14,17,0.93) 0%, rgba(60,14,17,0.86) 55%, rgba(60,14,17,0.8) 100%), var(--verify-bg-img);
	background-size: cover; background-position: center;
}
.altum-project-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.altum-project-cta h2 { font-size: 24px; margin-bottom: 8px; }
.altum-project-cta p { color: #f0d5d6; margin: 0; max-width: 480px; font-size: 13.5px; }
.altum-btn-gold { background: var(--gold); color: var(--navy); border-color: var(--gold); font-weight: 700; white-space: nowrap; flex-shrink: 0; }
.altum-btn-gold:hover { background: #d8b862; }

/* --------------------------------------------------------------------
   Secciones de home: cómo funciona, categorías, destacados
   -------------------------------------------------------------------- */

.altum-section { padding: 56px 0; }
.altum-section-head { text-align: center; max-width: 620px; margin: 0 auto 36px; }
.altum-section-head h2 { font-size: 24px; }
.altum-section-head p { color: var(--muted); }

.altum-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.altum-step { background: var(--surface); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); text-align: center; }
.altum-step .altum-step-num { width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 14px; }

.altum-category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; }
.altum-category-chip { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 16px; text-align: center; font-size: 13px; font-weight: 600; }
.altum-category-chip:hover { border-color: var(--gold); }

.altum-featured-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }

/* --------------------------------------------------------------------
   Ejecutor card (listado del directorio)
   -------------------------------------------------------------------- */

.altum-avatar { border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; overflow: hidden; background: var(--navy); color: #fff; font-weight: 700; flex-shrink: 0; }
.altum-avatar-photo img { width: 100%; height: 100%; object-fit: cover; }

.altum-card {
	background: var(--surface); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow);
	display: flex; align-items: center; gap: 14px;
}
.altum-card-body { flex: 1; min-width: 0; }
.altum-card-name { font-weight: 700; font-size: 15px; margin: 0; }
.altum-card-meta { font-size: 13px; color: var(--muted); margin: 2px 0 8px; }
.altum-card-score { text-align: right; flex-shrink: 0; }
.altum-card-score strong { display: block; font-size: 20px; color: var(--navy); }
.altum-card-score span { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.5px; }

.altum-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.altum-pill-excelencia { background: var(--gold-bg); color: #8a6d1a; }
.altum-pill-profesional { background: #eaf0ff; color: #2f4fb0; }
.altum-pill-confiable { background: #eef1f6; color: #445; }

/* --------------------------------------------------------------------
   Directorio: layout con sidebar (desktop) + filtros superiores (mobile)
   -------------------------------------------------------------------- */

.altum-directory-layout { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: flex-start; }

.altum-sidebar-col { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 20px; }

/* Ficha del ejecutor: aire entre el header/footer y el contenido (aplicado al grid completo,
   no solo a la columna de contenido, para que el sidebar también baje), y que el sidebar
   no quede pegado arriba al hacer scroll. */
.single-ejecutor .altum-directory-layout { padding-top: 36px; padding-bottom: 48px; }
.single-ejecutor .altum-breadcrumb { margin-top: 0; }
.single-ejecutor .altum-sidebar-col { top: 36px; }
.altum-sidebar { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.altum-sidebar-head { background: var(--red); color: #fff; padding: 14px 18px; font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.4px; display: flex; gap: 8px; align-items: center; }
.altum-sidebar-body { padding: 18px 18px 8px; }
.altum-sidebar .altum-search-field { margin-bottom: 14px; }
.altum-sidebar .altum-btn-primary { margin-top: 4px; }
.altum-sidebar-nav { border-top: 1px solid var(--border); padding: 8px 18px 12px; }
.altum-sidebar-nav a { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; font-size: 13px; color: var(--text); border-bottom: 1px solid var(--border); }
.altum-sidebar-nav a:last-child { border-bottom: none; }
.altum-sidebar-nav a .altum-icon { width: 13px; height: 13px; color: var(--red); }
.altum-sidebar-nav a:hover { color: var(--red); }

.altum-sidebar-standards {
	background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
	padding: 18px; display: flex; gap: 14px; align-items: flex-start;
}
.altum-sidebar-standards-icon {
	width: 40px; height: 40px; border-radius: 50%; background: var(--bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.altum-sidebar-standards-icon .altum-icon { width: 20px; height: 20px; color: var(--navy); }
.altum-sidebar-standards strong { display: block; font-size: 13.5px; margin-bottom: 4px; }
.altum-sidebar-standards p { font-size: 12px; color: var(--muted); margin: 0 0 8px; }
.altum-sidebar-standards a { color: var(--red); font-size: 12px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }
.altum-sidebar-standards a .altum-icon { width: 11px; height: 11px; }

.altum-mobile-filters { display: none; }

.altum-directory-count { color: var(--muted); font-size: 13px; margin-bottom: 14px; }
.altum-directory-list { display: flex; flex-direction: column; gap: 12px; }

.altum-empty-state { background: var(--surface); border-radius: var(--radius); padding: 40px; text-align: center; color: var(--muted); }

/* --------------------------------------------------------------------
   Ficha del ejecutor (perfil público)
   -------------------------------------------------------------------- */

.altum-breadcrumb { font-size: 13px; color: var(--muted); margin: 20px 0; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.altum-breadcrumb a { font-weight: 700; color: var(--navy); }
.altum-breadcrumb a:hover { text-decoration: underline; }
.altum-breadcrumb .altum-icon { width: 12px; height: 12px; color: var(--red); }
.altum-breadcrumb span:last-child { color: var(--text); }

.altum-profile-top { display: grid; grid-template-columns: 240px 1fr 260px; gap: 20px; margin-bottom: 22px; align-items: stretch; }

.altum-profile-photo { position: relative; border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); background: var(--navy); min-height: 260px; }
.altum-profile-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.altum-profile-photo .altum-avatar-initials { width: 100% !important; height: 260px !important; border-radius: 0; font-size: 52px !important; background: var(--navy-2); }
.altum-photo-badge {
	position: absolute; left: 10px; bottom: 10px; background: rgba(15,28,55,0.88); color: #fff;
	font-size: 10.5px; padding: 8px 12px; border-radius: 8px; display: inline-flex; align-items: center; gap: 8px; max-width: calc(100% - 20px);
}
.altum-photo-badge .altum-icon { color: var(--gold); width: 20px; height: 20px; flex-shrink: 0; }
.altum-photo-badge strong { display: block; color: var(--gold); font-weight: 800; letter-spacing: 0.4px; text-transform: uppercase; font-size: 10.5px; }
.altum-photo-badge span { display: block; color: #dfe3ea; font-size: 10px; text-transform: uppercase; letter-spacing: 0.3px; }

.altum-profile-main { padding: 4px 0; display: flex; flex-direction: column; }
.altum-profile-main h1 { font-size: 27px; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.altum-profile-main .altum-title { color: var(--red); font-weight: 700; font-size: 15px; margin-bottom: 12px; }
.altum-profile-main .altum-bio { color: #4b5162; font-size: 14px; }
.altum-assign-note {
	display: flex; gap: 12px; background: var(--cream); border-radius: var(--radius-sm); padding: 14px 16px;
	margin-top: auto; font-size: 12.5px; color: #6b6046; align-items: flex-start;
}
.altum-assign-note .altum-icon { color: var(--gold); margin-top: 2px; width: 22px; height: 22px; }
.altum-assign-note strong { color: #4a3f1e; }

.altum-tier-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px 24px 22px; text-align: center; }
.altum-tier-box-head {
	font-weight: 700; font-size: 13px; color: var(--text); margin-bottom: 16px;
	display: flex; align-items: center; justify-content: center; gap: 8px; padding-bottom: 14px; border-bottom: 1px solid var(--border);
}
.altum-tier-box-head .altum-icon { color: var(--navy); width: 18px; height: 18px; }
.altum-tier-icons { display: flex; justify-content: center; align-items: center; gap: 14px; margin: 20px 0 18px; }
.altum-tier-icon-wrap { flex: 1 1 0; min-width: 0; max-width: 100px; }
.altum-tier-badge-img {
	width: 100%; height: auto; display: block;
	opacity: 0.25; filter: grayscale(70%); transform: scale(0.92);
	transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}
.altum-tier-icon-wrap.is-active .altum-tier-badge-img {
	opacity: 1; transform: scale(1);
	filter: drop-shadow(0 3px 6px rgba(20,33,61,0.25));
}
.altum-tier-banner { background: var(--navy); color: var(--gold); border-radius: var(--radius-sm); padding: 11px; font-weight: 800; letter-spacing: 0.6px; font-size: 14px; margin-bottom: 10px; }
.altum-tier-desc { font-size: 11.5px; color: var(--muted); line-height: 1.4; margin-bottom: 16px; }
.altum-tier-btn { width: 100%; justify-content: center; }

/* Stat tiles: un solo bloque gris claro con separadores, no tarjetas sueltas */
.altum-stat-grid { display: flex; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm); margin: 14px 0; overflow: hidden; }
.altum-stat-tile { flex: 1 1 0; min-width: 0; padding: 14px 12px; border-left: 1px solid var(--border); }
.altum-stat-tile:first-child { border-left: none; }
.altum-stat-tile-head { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 10px; }
.altum-stat-tile-head .altum-icon { color: var(--navy); width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }
.altum-stat-label { font-size: 9.5px; text-transform: uppercase; letter-spacing: 0.2px; color: var(--muted); font-weight: 700; line-height: 1.25; }
.altum-stat-value { font-size: 15px; font-weight: 800; color: var(--text); margin-bottom: 2px; overflow-wrap: break-word; }
.altum-stat-value.is-positive { color: var(--green); }
.altum-stat-sub { font-size: 10.5px; color: var(--muted); line-height: 1.3; }

/* Verification checklist (mobile) */
.altum-check-list { display: flex; flex-direction: column; gap: 12px; }
.altum-check-item { display: flex; gap: 10px; align-items: flex-start; }
.altum-check-item .altum-icon { color: var(--green); margin-top: 2px; }
.altum-check-item strong { display: block; font-size: 13.5px; }
.altum-check-item span { font-size: 12px; color: var(--muted); }

/* Lista de fortalezas con check rojo (estilo ficha desktop) */
.altum-strength-list { display: flex; flex-direction: column; gap: 12px; }
.altum-strength-item { display: flex; gap: 10px; align-items: center; font-size: 13.5px; color: var(--text); font-weight: 500; }
.altum-strength-check {
	width: 18px; height: 18px; border-radius: 50%; background: var(--red); color: #fff; flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
}
.altum-strength-check .altum-icon { width: 11px; height: 11px; stroke-width: 3; }

/* Pills / tag lists */
.altum-tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.altum-tag { background: #eef0f3; color: var(--text); border-radius: 20px; padding: 6px 12px; font-size: 12px; font-weight: 600; }

/* Panel headers (Fortalezas / Evidencias / Cobertura) */
.altum-panel-head { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; margin-bottom: 16px; border-bottom: 1px solid var(--border); }
.altum-panel-head .altum-icon { color: var(--red); width: 17px; height: 17px; }
.altum-panel-head h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.4px; color: var(--text); margin: 0; font-weight: 800; }
.altum-panel-subhead { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.4px; color: var(--muted); font-weight: 700; margin-bottom: 10px; }

/* Evidence gallery: fotos apiladas, videos en fila con texto a la derecha */
.altum-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.altum-photo-item { border-radius: var(--radius-sm); overflow: hidden; }
.altum-photo-thumb { aspect-ratio: 4/3; background: #dfe3ea; display: flex; align-items: center; justify-content: center; color: var(--muted); }
.altum-photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.altum-photo-thumb .altum-icon { width: 24px; height: 24px; }
.altum-photo-caption { padding-top: 6px; font-size: 11px; color: var(--muted); text-align: center; line-height: 1.3; }

.altum-video-row { display: flex; gap: 10px; align-items: center; margin-bottom: 12px; }
.altum-video-thumb {
	position: relative; width: 80px; height: 56px; flex-shrink: 0; border-radius: 8px; overflow: hidden; background: #2a3550;
	display: flex; align-items: center; justify-content: center;
}
.altum-video-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; opacity: 0.7; }
.altum-video-thumb .altum-icon { width: 22px; height: 22px; color: #fff; position: relative; z-index: 1; }
.altum-video-thumb .altum-duration { position: absolute; left: 5px; bottom: 4px; color: #fff; font-size: 9.5px; font-weight: 700; z-index: 1; }
.altum-video-text strong { display: block; font-size: 12.5px; color: var(--text); }
.altum-video-text span { font-size: 11px; color: var(--muted); }
.altum-evidence-more { color: var(--red); font-size: 12.5px; font-weight: 700; display: inline-flex; align-items: center; gap: 4px; }

.altum-panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; margin-bottom: 20px; }
.altum-profile-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.altum-coverage-row { font-size: 13.5px; margin-bottom: 14px; }
.altum-coverage-row strong { color: var(--text); }
.altum-coverage-row .zip-value { font-weight: 800; color: var(--navy); }

.altum-map-real { border-radius: var(--radius-sm); aspect-ratio: 4/3; overflow: hidden; background: #e5e9ee; z-index: 0; }
.altum-map-marker span {
	display: block; width: 16px; height: 16px; border-radius: 50%;
	background: var(--navy); border: 3px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.altum-map-placeholder {
	border-radius: var(--radius-sm); aspect-ratio: 4/3; position: relative; overflow: hidden;
	background: linear-gradient(135deg, #dbe7e0 0%, #cfe0e8 100%);
}
.altum-map-placeholder::before {
	content: ""; position: absolute; inset: 0;
	background-image:
		repeating-linear-gradient(0deg, rgba(255,255,255,0.5) 0 2px, transparent 2px 40px),
		repeating-linear-gradient(90deg, rgba(255,255,255,0.5) 0 2px, transparent 2px 40px);
}
.altum-map-radius { position: absolute; top: 50%; left: 50%; width: 60%; height: 60%; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(20,33,61,0.15); border: 1px solid rgba(20,33,61,0.3); }
.altum-map-pin { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 30px; height: 30px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }
.altum-map-pin .altum-icon { color: #fff; width: 15px; height: 15px; }
.altum-map-label { position: absolute; bottom: 10px; right: 12px; font-size: 12px; font-weight: 700; color: var(--text); background: rgba(255,255,255,0.7); padding: 2px 8px; border-radius: 4px; }

.altum-info-box { display: flex; gap: 10px; background: var(--bg); border-radius: var(--radius-sm); padding: 14px; font-size: 12.5px; color: var(--muted); align-items: flex-start; }
.altum-info-box .altum-icon { color: var(--navy); margin-top: 2px; flex-shrink: 0; }

.altum-footer-note { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; color: var(--muted); font-size: 12px; padding: 24px 0; border-top: 1px solid var(--border); margin-top: 8px; }

/* CTA de reseñas en la ficha pública */
.altum-review-cta {
	display: flex; align-items: center; justify-content: space-between; gap: 24px;
	background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
	border-radius: var(--radius); padding: 28px 32px; color: #fff; margin-top: 24px;
}
.altum-review-cta-text { flex: 1; min-width: 0; }
.altum-review-cta-eyebrow { color: var(--gold); font-weight: 700; font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 8px; }
.altum-review-cta-text h3 { font-size: 19px; margin: 0 0 8px; color: #fff; }
.altum-review-cta-text p { color: #cfd6e8; font-size: 13.5px; margin: 0 0 18px; max-width: 480px; }
.altum-review-cta-qr { flex-shrink: 0; text-align: center; }
.altum-review-cta-qr canvas { display: block; border-radius: 10px; background: #fff; padding: 8px; box-shadow: 0 8px 20px rgba(0,0,0,0.25); }
.altum-review-cta-qr span { display: block; margin-top: 8px; font-size: 10.5px; color: #9aa4bd; text-transform: uppercase; letter-spacing: 0.4px; }
.altum-footer-note .altum-icon { color: var(--navy); width: 15px; height: 15px; flex-shrink: 0; }

.altum-page-content { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px; }
.altum-page-content h2 { font-size: 18px; margin-top: 24px; }
.altum-page-content ul { padding-left: 20px; }
.altum-page-content li { margin-bottom: 6px; }

@media (min-width: 993px) and (max-width: 1220px) {
	.altum-stat-grid { flex-wrap: wrap; }
	.altum-stat-tile { flex: 1 1 33.333%; border-bottom: 1px solid var(--border); }
	.altum-stat-tile:nth-child(3n+1) { border-left: none; }
}

/* --------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------- */

.altum-site-footer { background: var(--navy); color: #cfd6e8; padding: 40px 0 20px; font-size: 13px; }
.altum-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 24px; }
.altum-footer-grid h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
.altum-footer-grid a { display: block; margin-bottom: 8px; color: #aab4cf; }
.altum-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 16px; text-align: center; color: #8593b8; font-size: 12px; }

/* --------------------------------------------------------------------
   Navegación inferior estilo app (solo mobile)
   -------------------------------------------------------------------- */

.altum-bottom-nav { display: none; }

/* ==========================================================================
   Responsive: por debajo de 992px la experiencia se vuelve "app" —
   nav inferior fija, sidebar se colapsa en barra de filtros superior.
   ========================================================================== */

@media (max-width: 992px) {
	.altum-top-nav { display: none; }
	.altum-managed-by { display: none; }
	.altum-trust-badge span br { display: none; }
	.altum-trust-badge span::after { content: " "; }
	.altum-header-inner { padding: 12px 16px; }
	.altum-trust-badge { font-size: 10.5px; padding: 8px 10px; }

	body { padding-bottom: var(--bottom-nav-h); }

	.altum-directory-layout { grid-template-columns: 1fr; }
	.altum-sidebar-col { display: none; }
	.altum-mobile-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
	.altum-mobile-filters select { flex: 1 1 45%; padding: 10px; border-radius: var(--radius-sm); border: 1px solid var(--border); font-size: 13px; }
	.altum-mobile-filters button { flex: 1 1 100%; }

	.altum-specialty-columns { grid-template-rows: repeat(var(--altum-esp-rows-2, 22), auto); }

	.altum-review-cta { flex-direction: column; text-align: center; padding: 24px 20px; }
	.altum-review-cta-text { text-align: center; }
	.altum-review-cta-text p { margin-left: auto; margin-right: auto; }
	.altum-review-cta .altum-btn { width: 100%; justify-content: center; }
	.altum-review-cta-qr { order: -1; }

	.altum-profile-top { grid-template-columns: 1fr; }
	.altum-profile-grid-3 { grid-template-columns: 1fr; }
	.altum-stat-grid { flex-wrap: wrap; }
	.altum-stat-tile { flex: 1 1 50%; border-bottom: 1px solid var(--border); }
	.altum-stat-tile:nth-child(2n+1) { border-left: none; }
	.altum-footer-grid { grid-template-columns: repeat(2, 1fr); }
	.altum-steps { grid-template-columns: 1fr; }

	.altum-search2-card { flex-direction: column; align-items: stretch; padding: 20px; }
	.altum-search2-card .altum-search-field { border-left: none; padding-left: 0; }
	.altum-search2-trust { flex-direction: column; gap: 18px; }
	.altum-search2-trust-item { border-left: none; padding: 0; }
	.altum-project-grid { grid-template-columns: 1fr; }
	.altum-section-head-row { flex-direction: column; align-items: flex-start; }
	.altum-verify-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
	.altum-verify-item { border-left: none; padding: 0; }
	.altum-project-cta-inner { flex-direction: column; align-items: flex-start; text-align: left; }

	.altum-hero-v2-inner { flex-direction: column; padding: 32px 16px 24px; }
	.altum-hero-v2-copy h1 { font-size: 28px; }
	.altum-hero-v2-callout { display: none; }
	.altum-search-form-v2 .altum-search-field { border-left: none; padding-left: 0; }
	.altum-header-actions .altum-login-link span { display: none; }
	.altum-trust-strip { flex-wrap: wrap; }
	.altum-trust-item { flex: 1 1 45%; border-right: none; margin-right: 0; margin-bottom: 14px; padding-right: 0; }
	.altum-hero-stats-bar-inner { flex-wrap: wrap; justify-content: center; text-align: center; padding: 20px 16px; }
	.altum-hero-stats-items { flex-wrap: wrap; justify-content: center; }
	.altum-hero-stats-items > div { flex: 1 1 45%; border-left: none; padding-left: 0; justify-content: center; margin-bottom: 10px; }
	.altum-hero-stats-bar-inner .altum-btn-outline-gold { margin: 10px auto 0; }

	.altum-bottom-nav {
		display: flex; position: fixed; left: 0; right: 0; bottom: 0; height: var(--bottom-nav-h);
		background: #fff; border-top: 1px solid var(--border); z-index: 100;
		box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
	}
	.altum-bottom-nav a {
		flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
		font-size: 10.5px; font-weight: 600; color: var(--muted);
	}
	.altum-bottom-nav a .altum-icon { width: 20px; height: 20px; }
	.altum-bottom-nav a.is-active { color: var(--red); }
	.altum-bottom-nav a.is-active .altum-icon { color: var(--red); }
}

@media (max-width: 560px) {
	.altum-hero-stats { gap: 20px; margin-top: 70px; }
	.altum-card { flex-wrap: wrap; }
	.altum-apply-box { padding: 26px 18px; }
	.altum-specialty-tabs { display: none; }
	.altum-specialty-chip { padding: 12px 14px; }
	.altum-specialty-chip::after { left: 14px; right: 14px; }
}
