/*!
 * Cronuts Design System - components.css (P2-8 Fase 2, 2026-07-07)
 * Base = subservice.css refactored: retired Space Grotesk/DM Sans @font-face +
 * local :root token block (now inherited from tokens.css: canonical Poppins/Inter,
 * AA-fixed --cd-ink-3 #5C6068, --cd-canvas/--nm-*/--cd-red). Component rules unchanged.
 * NOT yet wired site-wide - pilot on subservice-shell first (screenshots).
 */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--cd-canvas); color: var(--cd-ink); font-family: var(--cd-font-body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--cd-font-display); letter-spacing: -0.02em; color: var(--cd-ink); }
p { margin: 0; }
.container { width: 100%; max-width: 1200px; margin-inline: auto; padding-inline: 24px; }
.eyebrow { font-family: var(--cd-font-display); font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #C71C33; display: inline-flex; align-items: center; gap: 8px; } /* UXCRO-102: AA light; dark contexts -> #FF8A9B via cronuts-ui-final-overrides */
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--cd-red); box-shadow: 0 0 0 3px rgba(230,36,63,0.18); }

.btn { font-family: var(--cd-font-display); font-weight: 600; font-size: 14px; padding: 13px 22px; border-radius: 999px; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 10px; transition: transform 160ms, background 160ms, color 160ms; white-space: nowrap; text-decoration: none; }
.btn--lg { padding: 16px 28px; font-size: 15px; }
.btn--primary { background: #C71C33; color: #fff; box-shadow: var(--cd-nm-red); } /* AA 1A.1 2026-07-17: 5.77:1 con blanco; #E6243F queda como hover */
.btn--primary:hover { background: #E6243F; transform: translateY(-1px); }
.btn--secondary { background: var(--cd-canvas); color: var(--cd-ink); box-shadow: var(--cd-nm-out-sm); }
.btn--secondary:hover { color: var(--cd-red); transform: translateY(-1px); }
.btn--dark-primary { background: #C71C33; color: #fff; box-shadow: 0 4px 16px rgba(230,36,63,0.35), inset 0 1px 0 rgba(255,255,255,0.15); } /* AA 1A.1 */
.btn--dark-primary:hover { background: #E6243F; box-shadow: 0 6px 22px rgba(230,36,63,0.5), inset 0 1px 0 rgba(255,255,255,0.2); transform: translateY(-1px); }
.btn--dark-secondary { background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.14); box-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.btn--dark-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.25); color: var(--cd-red); transform: translateY(-1px); }

.preview-bar { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; background: var(--cd-red); color: #fff; padding: 8px 20px; font-family: var(--cd-font-body); font-size: 12px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; }
.preview-bar a { color: #fff; text-decoration: underline; }

.site-header { position: fixed; top: 56px; left: 50%; transform: translateX(-50%); z-index: 100; width: calc(100% - 48px); max-width: 1140px; }
.site-header__pill { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 10px 12px 10px 20px; border-radius: 999px; background: rgba(18,18,18,0.68); backdrop-filter: saturate(1.3) blur(10px); -webkit-backdrop-filter: saturate(1.3) blur(10px); box-shadow: 0 1px 0 rgba(0,0,0,0.2), 0 10px 28px rgba(0,0,0,0.35); border: 1px solid rgba(255,255,255,0.08); }
.site-header__pill .btn { box-shadow: 0 2px 10px rgba(230,36,63,0.3), inset 0 1px 0 rgba(255,255,255,0.12); border: 1px solid rgba(230,36,63,0.5); }
.brand { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.95); }
.brand__eye { width: 30px; height: 30px; object-fit: contain; }
.brand__word { font-family: var(--cd-font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: rgba(255,255,255,0.95); }
.brand__word .dot { color: var(--cd-red); padding: 0 1px; }
.site-nav { justify-self: center; display: flex; padding: 3px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); gap: 2px; }
.site-nav a { font-family: var(--cd-font-body); font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.72); padding: 9px 16px; border-radius: 999px; white-space: nowrap; }
.site-nav a:hover { color: #fff; }
.site-nav a.active { color: #fff; background: rgba(230,36,63,0.18); box-shadow: inset 0 0 0 1px rgba(230,36,63,0.35); }

/* Hero */
.hero { background: #0A0A0A; color: var(--cd-ink-inv); padding: 180px 0 120px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 40% at 85% 30%, rgba(230,36,63,0.18), transparent 55%), radial-gradient(ellipse 40% 35% at 10% 70%, rgba(230,36,63,0.08), transparent 60%); z-index: 0; pointer-events: none; }
.hero__particles { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.hero__particles span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.6); box-shadow: 0 0 6px rgba(255,255,255,0.4); opacity: 0; animation: heroParticleFloat 16s ease-in-out infinite; }
.hero__particles span:nth-child(1)  { top: 12%; left: 18%; animation-delay: 0s; }
.hero__particles span:nth-child(2)  { top: 68%; left: 8%;  animation-delay: -2.2s; width:2px; height:2px; }
.hero__particles span:nth-child(3)  { top: 28%; left: 46%; animation-delay: -4.4s; background: rgba(230,36,63,0.55); box-shadow: 0 0 10px rgba(230,36,63,0.45); }
.hero__particles span:nth-child(4)  { top: 58%; left: 68%; animation-delay: -6.6s; }
.hero__particles span:nth-child(5)  { top: 20%; left: 78%; animation-delay: -8.8s; background: rgba(230,36,63,0.45); box-shadow: 0 0 9px rgba(230,36,63,0.4); }
.hero__particles span:nth-child(6)  { top: 82%; left: 38%; animation-delay: -11s; width:2px; height:2px; }
.hero__particles span:nth-child(7)  { top: 78%; left: 84%; animation-delay: -13.2s; }
.hero__particles span:nth-child(8)  { top: 8%;  left: 62%; animation-delay: -1.3s; width:2px; height:2px; }
.hero__particles span:nth-child(9)  { top: 42%; left: 12%; animation-delay: -3.4s; background: rgba(230,36,63,0.45); box-shadow: 0 0 8px rgba(230,36,63,0.4); }
.hero__particles span:nth-child(10) { top: 88%; left: 52%; animation-delay: -7.8s; }
.hero__particles span:nth-child(11) { top: 38%; left: 88%; animation-delay: -5.1s; width:2px; height:2px; }
.hero__particles span:nth-child(12) { top: 52%; left: 30%; animation-delay: -9.5s; background: rgba(230,36,63,0.5); box-shadow: 0 0 9px rgba(230,36,63,0.42); }
@keyframes heroParticleFloat { 0%, 100% { opacity: 0; transform: translate(0, 0) scale(0.55); } 25% { opacity: 0.75; transform: translate(8px, -12px) scale(1); } 55% { opacity: 0.95; transform: translate(-6px, -28px) scale(1); } 85% { opacity: 0.25; transform: translate(12px, -42px) scale(1); } }
@media (prefers-reduced-motion: reduce) { .hero__particles span { animation: none !important; opacity: 0.35 !important; } }

.hero__inner { position: relative; z-index: 2; max-width: 880px; }
.hero__eyebrow { color: var(--cd-red); margin-bottom: 28px; }
.hero__title { font-family: var(--cd-font-display); font-size: clamp(44px, 6vw, 80px); font-weight: 700; line-height: 1.03; letter-spacing: -0.035em; color: var(--cd-ink-inv); margin: 0 0 28px; max-width: 18ch; }
.hero__title em { font-style: normal; color: var(--cd-red); position: relative; }
.hero__title em::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--cd-red); opacity: 0.6; }
.hero__lead { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.72); max-width: 62ch; margin: 0 0 40px; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 64px; }
.hero__meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.08); }
.hero__meta-item { background: #0A0A0A; padding: 22px 20px 22px 24px; position: relative; }
.hero__meta-item::before { content: ""; position: absolute; top: 0; left: 24px; width: 28px; height: 2px; background: var(--cd-red); opacity: 0.85; }
.hero__meta-num { font-family: var(--cd-font-display); font-weight: 700; font-size: 32px; letter-spacing: -0.025em; color: var(--cd-ink-inv); line-height: 1; margin-top: 14px; }
.hero__meta-num em { font-style: normal; color: var(--cd-red); }
.hero__meta-lbl { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; }

.logos-strip { background: var(--cd-canvas); padding: 48px 0 40px; border-top: 1px solid rgba(36,36,36,0.06); border-bottom: 1px solid rgba(36,36,36,0.06); }
.logos-strip__label { text-align: center; color: var(--cd-ink-3); font-family: var(--cd-font-display); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 28px; }
.logos-strip__track-wrap { overflow: hidden; position: relative; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.logos-strip__track { display: flex; gap: 24px; width: max-content; animation: logosStripMarquee 40s linear infinite; }
.logos-strip__item { flex-shrink: 0; height: 56px; width: 160px; display: flex; align-items: center; justify-content: center; padding: 0 24px; }
.logos-strip__item img { max-height: 44px; max-width: 100%; width: auto; height: auto; object-fit: contain; filter: brightness(0) opacity(0.55); transition: opacity 280ms, transform 280ms; }
.logos-strip__item:hover img { opacity: 1; transform: scale(1.05); }
@keyframes logosStripMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.strip { padding: 48px 0; background: var(--cd-canvas); border-top: 1px solid rgba(36,36,36,0.06); border-bottom: 1px solid rgba(36,36,36,0.06); }
.strip__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.strip__claim { font-family: var(--cd-font-display); font-weight: 600; font-size: 22px; line-height: 1.3; max-width: 56ch; color: var(--cd-ink); }
.strip__claim em { font-style: normal; color: var(--cd-red); }

.section { padding: 120px 0; }
.section--tight { padding: 80px 0; }
.section--dark { background: var(--cd-canvas-dark); color: var(--cd-ink-inv); }
.section__head { max-width: 780px; margin-bottom: 56px; }
.section__title { font-family: var(--cd-font-display); font-weight: 700; font-size: clamp(32px, 3.8vw, 52px); line-height: 1.08; letter-spacing: -0.025em; margin: 14px 0 18px; text-wrap: balance; }
.section__title em { font-style: normal; color: var(--cd-red); }
.section__lead { font-size: 18px; line-height: 1.6; color: var(--cd-ink-2); max-width: 64ch; }
.section--dark .section__lead { color: rgba(255,255,255,0.72); }
.section--dark .section__title { color: var(--cd-ink-inv); }

/* Services grid */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { background: var(--cd-canvas); border-radius: 14px; padding: 28px; box-shadow: var(--cd-nm-out); display: flex; flex-direction: column; gap: 14px; transition: transform 240ms, box-shadow 240ms; color: var(--cd-ink); text-decoration: none; min-height: 280px; }
.service-card:hover { transform: translateY(-3px); box-shadow: var(--cd-nm-out-lg); }
.service-card:hover .service-card__arrow { background: var(--cd-red); color: #fff; transform: translateX(3px); }
.service-card__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--cd-canvas); box-shadow: var(--cd-nm-in-sm); display: grid; place-items: center; color: var(--cd-ink); }
.service-card__icon svg { width: 20px; height: 20px; stroke-width: 1.6; }
.service-card__eyebrow { font-family: var(--cd-font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cd-red); margin-top: 8px; }
.service-card__title { font-family: var(--cd-font-display); font-weight: 700; font-size: 20px; line-height: 1.2; letter-spacing: -0.015em; }
.service-card__desc { font-size: 13.5px; line-height: 1.55; color: var(--cd-ink-2); flex: 1; }
.service-card__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; margin-top: auto; border-top: 1px dashed rgba(36,36,36,0.12); }
.service-card__stat { font-family: var(--cd-font-display); font-weight: 700; font-size: 13px; color: var(--cd-red); }
.service-card__arrow { width: 28px; height: 28px; border-radius: 999px; background: var(--cd-canvas); color: var(--cd-ink); box-shadow: var(--cd-nm-out-sm); display: grid; place-items: center; transition: background 180ms, color 180ms, transform 180ms; }
.service-card__arrow svg { width: 13px; height: 13px; stroke-width: 2; }
.service-card--highlight { background: var(--cd-canvas-dark); color: var(--cd-ink-inv); box-shadow: var(--cd-nmd-out); }
.service-card--highlight .service-card__title { color: var(--cd-ink-inv); }
.service-card--highlight .service-card__desc { color: rgba(255,255,255,0.72); }
.service-card--highlight .service-card__icon { background: var(--cd-canvas-dark-2); color: var(--cd-red); box-shadow: inset 3px 3px 7px rgba(0,0,0,0.55), inset -3px -3px 7px rgba(58,58,58,0.55); }
.service-card--highlight .service-card__foot { border-top-color: rgba(255,255,255,0.15); }
.service-card--highlight .service-card__arrow { background: var(--cd-canvas-dark); color: #fff; box-shadow: var(--cd-nmd-out-sm); }

/* Channels grid (6 canales activos) */
.channels {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}
.channel {
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 12px;
	padding: 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.channel__name { font-family: var(--cd-font-display); font-weight: 700; font-size: 16px; color: var(--cd-ink-inv); letter-spacing: -0.015em; }
.channel__meta { font-family: var(--cd-font-mono); font-size: 10px; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; text-transform: uppercase; }
.channel__status { font-size: 12px; color: rgba(255,255,255,0.75); margin-top: 8px; display: inline-flex; align-items: center; gap: 6px; }
.channel__dot { width: 6px; height: 6px; border-radius: 999px; background: #2E6A3A; box-shadow: 0 0 8px rgba(46,106,58,0.6); }

/* Attribution block (similar geo-feature) */
.attr-feature { background: var(--cd-canvas-dark); color: var(--cd-ink-inv); border-radius: 20px; padding: 56px; box-shadow: var(--cd-nmd-out); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.attr-feature__title { font-family: var(--cd-font-display); font-weight: 700; font-size: clamp(28px, 3vw, 42px); line-height: 1.1; letter-spacing: -0.025em; color: var(--cd-ink-inv); margin-bottom: 20px; }
.attr-feature__title em { font-style: normal; color: var(--cd-red); }
.attr-feature__lead { color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.65; margin-bottom: 28px; }
.attr-feature__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.attr-feature__item { font-size: 14px; color: rgba(255,255,255,0.85); display: flex; align-items: flex-start; gap: 12px; line-height: 1.55; }
.attr-feature__item svg { color: var(--cd-red); flex-shrink: 0; width: 18px; height: 18px; margin-top: 2px; stroke-width: 2.2; }

/* Stats (legacy) */
.stat-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat-highlight { background: var(--cd-canvas); border-radius: 14px; padding: 28px; box-shadow: var(--cd-nm-out); display: block; text-decoration: none; color: var(--cd-ink); transition: transform 240ms; }
.stat-highlight:hover { transform: translateY(-3px); }
.stat-highlight__n { font-family: var(--cd-font-display); font-weight: 700; font-size: 56px; color: var(--cd-ink); letter-spacing: -0.035em; line-height: 1; }
.stat-highlight__n em { font-style: normal; color: var(--cd-red); }
.stat-highlight__lbl { font-size: 14px; color: var(--cd-ink-2); margin-top: 10px; line-height: 1.5; }
.stat-highlight__meta { margin-top: 18px; padding-top: 14px; border-top: 1px dashed rgba(36,36,36,0.12); font-family: var(--cd-font-mono); font-size: 10px; color: var(--cd-ink-3); letter-spacing: 0.1em; text-transform: uppercase; display: flex; justify-content: space-between; }

/* ---- Stack list (ce-formats style: counter + stagger + hover reveal) ---- */
.stack-list {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 14px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%);
}
.stack-item {
	position: relative;
	display: grid;
	grid-template-columns: 32px 40px 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.06);
	transition: background 220ms, padding 220ms;
	opacity: 0;
	animation: stackItemIn 480ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.stack-item:last-child { border-bottom: 0; }
.stack-item:nth-child(1) { animation-delay: 0ms; }
.stack-item:nth-child(2) { animation-delay: 60ms; }
.stack-item:nth-child(3) { animation-delay: 120ms; }
.stack-item:nth-child(4) { animation-delay: 180ms; }
.stack-item:nth-child(5) { animation-delay: 240ms; }
.stack-item:nth-child(6) { animation-delay: 300ms; }
.stack-item:nth-child(7) { animation-delay: 360ms; }
.stack-item:nth-child(8) { animation-delay: 420ms; }
@keyframes stackItemIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .stack-item { opacity: 1 !important; animation: none !important; transform: none !important; } }
.stack-item::before {
	content: "";
	position: absolute;
	left: 0; top: 0; bottom: 0;
	width: 2px;
	background: var(--cd-red);
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}
.stack-item:hover { background: rgba(230,36,63,0.045); padding-left: 24px; }
.stack-item:hover::before { transform: scaleY(1); }
.stack-item:hover .stack-item__icon { background: rgba(230,36,63,0.2); border-color: rgba(230,36,63,0.5); transform: scale(1.04); }
.stack-item:hover .stack-item__arrow { opacity: 1; transform: translateX(0); }

.stack-item__n {
	font-family: var(--cd-font-mono);
	font-size: 11px;
	font-weight: 500;
	color: rgba(255,255,255,0.28);
	letter-spacing: 0.08em;
}
.stack-item__icon {
	width: 40px; height: 40px;
	display: grid; place-items: center;
	border-radius: 10px;
	background: rgba(230,36,63,0.1);
	color: var(--cd-red);
	border: 1px solid rgba(230,36,63,0.22);
	transition: background 220ms, border-color 220ms, transform 220ms;
}
.stack-item__icon svg { width: 18px; height: 18px; stroke-width: 2; }
.stack-item__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.stack-item__name {
	font-family: var(--cd-font-display);
	font-weight: 700;
	font-size: 15px;
	color: var(--cd-ink-inv);
	letter-spacing: -0.01em;
	line-height: 1.2;
}
.stack-item__meta {
	font-family: var(--cd-font-mono);
	font-size: 11px;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.03em;
	line-height: 1.3;
}
.stack-item__right { display: inline-flex; align-items: center; gap: 10px; }
.stack-item__tag {
	font-family: var(--cd-font-display);
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.68);
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.1);
	white-space: nowrap;
}
.stack-item__tag--core { color: #ff8c9e; background: rgba(230,36,63,0.14); border-color: rgba(230,36,63,0.35); }
.stack-item__tag--perf { color: #fcd34d; background: rgba(251,191,36,0.1);  border-color: rgba(251,191,36,0.28); }
.stack-item__tag--seo  { color: #7dd3fc; background: rgba(56,189,248,0.1);  border-color: rgba(56,189,248,0.28); }
.stack-item__tag--cro  { color: #86efac; background: rgba(34,197,94,0.1);   border-color: rgba(34,197,94,0.28); }
.stack-item__arrow {
	color: var(--cd-red);
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity 200ms, transform 200ms;
	font-size: 14px;
	font-weight: 600;
}

.stack-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
	padding: 10px 2px;
	font-family: var(--cd-font-display);
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.01em;
	color: rgba(255,255,255,0.82);
	text-decoration: none;
	border-bottom: 1px dashed rgba(255,255,255,0.22);
	transition: color 200ms, border-color 200ms, gap 200ms;
	width: fit-content;
}
.stack-cta:hover { color: var(--cd-red); border-color: var(--cd-red); gap: 14px; }
.stack-cta__arrow { display: inline-block; color: var(--cd-red); font-size: 15px; transition: transform 200ms; }
.stack-cta:hover .stack-cta__arrow { transform: translateX(4px); }

/* Cases grid v2 (image overlay + logo pill + metric bottom) */
.cases-grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: auto auto; gap: 20px; }
.case-card { position: relative; display: block; border-radius: 16px; overflow: hidden; text-decoration: none; color: #fff; background: #141414; box-shadow: var(--cd-nm-out); transition: transform 280ms, box-shadow 280ms; isolation: isolate; min-height: 360px; }
.case-card:hover { transform: translateY(-4px); box-shadow: var(--cd-nm-out-lg); }
.case-card:hover .case-card__media-img { transform: scale(1.06); }
.case-card--feature { grid-row: span 2; min-height: 740px; }
.case-card__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.case-card__media-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.case-card__media--gradient { background: linear-gradient(135deg, #1a1a1a 0%, #2a0f15 50%, #4a0c1a 100%); position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; }
.case-card__media--gradient::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 30% 40%, rgba(230,36,63,0.22), transparent 70%); }
.case-card__media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.1) 35%, rgba(0,0,0,0.82) 100%); z-index: 1; }
.case-card__chip { position: absolute; top: 18px; left: 18px; z-index: 2; font-family: var(--cd-font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; background: rgba(18,18,18,0.55); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); padding: 6px 12px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.12); }
.case-card__logo-holder { position: absolute; top: 14px; right: 14px; z-index: 2; display: inline-flex; align-items: center; padding: 10px 18px; background: rgba(18,18,18,0.45); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; }
.case-card--feature .case-card__logo-holder { top: 22px; right: 22px; padding: 12px 22px; }
.case-card__logo { height: 32px; max-width: 150px; width: auto; object-fit: contain; display: block; }
.case-card--feature .case-card__logo { height: 44px; max-width: 200px; }
.case-card__logo--whitewash { filter: brightness(0) invert(1); }
.case-card__logo--text { font-family: var(--cd-font-display); font-weight: 700; font-size: 14px; letter-spacing: -0.01em; color: #fff; text-transform: none; white-space: nowrap; }
.case-card--feature .case-card__logo--text { font-size: 18px; }
.case-card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px 26px 22px; display: flex; flex-direction: column; gap: 14px; }
.case-card--feature .case-card__body { padding: 40px 40px 36px; gap: 18px; }
.case-card__metric { font-family: var(--cd-font-display); font-weight: 700; font-size: 40px; line-height: 1; letter-spacing: -0.035em; color: var(--cd-red); text-shadow: 0 2px 20px rgba(0,0,0,0.4); }
.case-card--feature .case-card__metric { font-size: 88px; }
.case-card__headline { font-family: var(--cd-font-display); font-weight: 600; font-size: 17px; line-height: 1.35; letter-spacing: -0.01em; color: rgba(255,255,255,0.94); max-width: 28ch; margin: 0; }
.case-card--feature .case-card__headline { font-size: 26px; line-height: 1.25; max-width: 22ch; }
.case-card__foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 4px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.12); }
.case-card__services { display: flex; gap: 6px; flex-wrap: wrap; }
.case-card__service { font-family: var(--cd-font-display); font-weight: 600; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.72); }
.case-card__cta { font-family: var(--cd-font-display); font-weight: 600; font-size: 12px; color: var(--cd-red); letter-spacing: 0.02em; white-space: nowrap; }

.cases-foot { display: flex; justify-content: center; margin-top: 40px; }
.cases-foot__link { display: inline-flex; align-items: center; gap: 14px; padding: 14px 28px; border-radius: 999px; background: var(--cd-canvas); box-shadow: var(--cd-nm-out-sm); color: var(--cd-ink); font-family: var(--cd-font-display); font-weight: 600; font-size: 14px; text-decoration: none; letter-spacing: -0.005em; transition: transform 220ms, box-shadow 220ms, color 220ms; }
.cases-foot__link:hover { transform: translateY(-2px); box-shadow: var(--cd-nm-out); color: var(--cd-red); }
.cases-foot__count { font-family: ui-monospace, Menlo, monospace; font-size: 11px; font-weight: 500; color: var(--cd-ink-3); letter-spacing: 0.04em; padding-left: 14px; border-left: 1px solid rgba(36,36,36,0.14); }
.cases-foot__arrow { color: var(--cd-red); font-size: 16px; transition: transform 220ms; }
.cases-foot__link:hover .cases-foot__arrow { transform: translateX(4px); }

/* Truths + How + Reviews + FAQ (same as other pillars) */
.truths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.truth { background: var(--cd-canvas); border-radius: 12px; padding: 24px; box-shadow: var(--cd-nm-out); display: flex; flex-direction: column; gap: 12px; }
.truth__n { font-family: var(--cd-font-display); font-weight: 700; font-size: 32px; color: var(--cd-red); letter-spacing: -0.03em; line-height: 1; }
.truth__txt { font-family: var(--cd-font-display); font-weight: 600; font-size: 16px; line-height: 1.35; letter-spacing: -0.01em; color: var(--cd-ink); }
.truth__txt em { font-style: normal; color: var(--cd-red); }

.how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.how-step { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 32px 28px; }
.how-step__n { font-family: var(--cd-font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cd-red); margin-bottom: 14px; }
.how-step__title { font-family: var(--cd-font-display); font-weight: 700; font-size: 22px; line-height: 1.2; letter-spacing: -0.015em; color: var(--cd-ink-inv); margin-bottom: 12px; }
.how-step__desc { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; }
.how-step__meta { margin-top: 20px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); font-family: var(--cd-font-mono); font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 0.08em; text-transform: uppercase; display: flex; justify-content: space-between; }

.reviews { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.review { background: var(--cd-canvas); border-radius: 14px; padding: 26px 28px; box-shadow: var(--cd-nm-out); display: flex; flex-direction: column; gap: 14px; }
.review__top { display: flex; gap: 14px; align-items: center; }
.review__avatar { width: 48px; height: 48px; border-radius: 999px; display: grid; place-items: center; font-family: var(--cd-font-display); font-weight: 700; font-size: 17px; color: #fff; flex-shrink: 0; }
.review__avatar.c1 { background: #E6243F; }
.review__avatar.c2 { background: #2E6A3A; }
.review__avatar.c3 { background: #4A60C4; }
.review__avatar.c4 { background: #B8860B; }
.review__meta { display: flex; flex-direction: column; gap: 2px; }
.review__name { font-family: var(--cd-font-display); font-weight: 700; font-size: 15px; color: var(--cd-ink); }
.review__role { font-size: 12px; color: var(--cd-ink-3); }
.review__stars { display: flex; gap: 2px; color: #F0B429; }
.review__stars svg { width: 15px; height: 15px; fill: currentColor; stroke: none; }
.review__text { font-size: 14.5px; line-height: 1.6; color: var(--cd-ink); }
.review__text em { color: var(--cd-red); font-style: normal; }
.review__foot { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px dashed rgba(36,36,36,0.12); font-family: var(--cd-font-mono); font-size: 10px; color: var(--cd-ink-3); letter-spacing: 0.06em; text-transform: uppercase; }
.review__source { display: inline-flex; align-items: center; gap: 4px; font-family: var(--cd-font-display); font-weight: 700; color: var(--cd-ink-2); text-transform: none; letter-spacing: 0; font-size: 12px; }
.review__source-g { display: inline-grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--cd-canvas); box-shadow: var(--cd-nm-in-sm); font-size: 10px; color: var(--cd-red); font-weight: 800; }

.faq { display: flex; flex-direction: column; border-top: 1px solid rgba(36,36,36,0.1); }
.faq__item { border-bottom: 1px solid rgba(36,36,36,0.1); padding-block: 8px; }
.faq__q { font-family: var(--cd-font-display); font-weight: 600; font-size: 19px; line-height: 1.3; letter-spacing: -0.015em; color: var(--cd-ink); padding: 18px 48px 18px 0; cursor: pointer; list-style: none; position: relative; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: var(--cd-font-display); font-weight: 500; font-size: 28px; color: var(--cd-red); transition: transform 240ms ease; }
.faq__item[open] > .faq__q::after { transform: translateY(-50%) rotate(45deg); }
.faq__a { padding: 0 48px 20px 0; color: var(--cd-ink-2); font-size: 16px; line-height: 1.65; max-width: 72ch; }
.faq__a strong { color: var(--cd-ink); }

.cta-dark { background: #0A0A0A; padding: 100px 0; color: var(--cd-ink-inv); position: relative; overflow: hidden; }
.cta-dark::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 40% 35% at 85% 50%, rgba(230,36,63,0.15), transparent 60%); pointer-events: none; }
.cta-dark__inner { position: relative; display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; }
.cta-dark__title { font-family: var(--cd-font-display); font-weight: 700; font-size: clamp(36px, 4vw, 56px); line-height: 1.05; letter-spacing: -0.03em; color: var(--cd-ink-inv); max-width: 16ch; }
.cta-dark__title em { font-style: normal; color: var(--cd-red); }
.cta-dark__sub { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.6; max-width: 48ch; margin-top: 16px; }
.cta-dark__guarantee { display: flex; align-items: center; gap: 10px; padding: 14px 20px; margin-top: 20px; border-radius: 12px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); font-size: 13px; line-height: 1.5; }
.cta-dark__guarantee strong { color: var(--cd-red); font-weight: 600; }
.cta-dark__actions { display: flex; flex-direction: column; gap: 12px; max-width: 380px; }
.cta-dark__actions .btn { justify-content: center; }

.cta-form { display: flex; flex-direction: column; gap: 12px; max-width: 400px; }
.cta-form__field { display: flex; flex-direction: column; gap: 6px; }
.cta-form__label { font-family: var(--cd-font-display); font-weight: 600; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.cta-form__input, .cta-form__select { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 12px 14px; color: #fff; font-family: var(--cd-font-body); font-size: 14px; width: 100%; transition: border-color 180ms, background 180ms; }
.cta-form__input:focus, .cta-form__select:focus { outline: none; border-color: var(--cd-red); background: rgba(255,255,255,0.06); }
.cta-form__input::placeholder { color: rgba(255,255,255,0.35); }
.cta-form__select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.5) 50%), linear-gradient(135deg, rgba(255,255,255,0.5) 50%, transparent 50%); background-position: calc(100% - 18px) 50%, calc(100% - 13px) 50%; background-size: 5px 5px; background-repeat: no-repeat; padding-right: 36px; cursor: pointer; }
.cta-form__select option { background: var(--cd-canvas-dark); color: #fff; }
.cta-form__submit { width: 100%; justify-content: center; margin-top: 6px; }
.cta-form__hint { font-family: var(--cd-font-mono); font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 0.06em; margin-top: 4px; text-align: center; }
.cta-form__consent { display: flex; gap: 8px; align-items: flex-start; font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.4; }
.cta-form__consent input { width: 24px; height: 24px; flex-shrink: 0; margin-top: 0; accent-color: var(--cd-red); } /* 1D.3: target AA 24x24 */
.cta-form__consent a { color: var(--cd-red); text-decoration: underline; }

.site-footer { background: var(--cd-canvas-dark); color: rgba(255,255,255,0.85); padding: 56px 0 40px; text-align: center; font-size: 12px; color: rgba(255,255,255,0.5); }
.site-footer a { color: rgba(255,255,255,0.85); text-decoration: none; }

.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(10,10,10,0.94); backdrop-filter: saturate(1.3) blur(14px); padding: 12px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; z-index: 200; transform: translateY(110%); transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1); border-top: 1px solid rgba(230,36,63,0.3); box-shadow: 0 -10px 32px rgba(0,0,0,0.4); }
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta__left { display: flex; flex-direction: column; gap: 2px; color: #fff; }
.sticky-cta__title { font-family: var(--cd-font-display); font-weight: 600; font-size: 14px; line-height: 1.2; }
.sticky-cta__title em { font-style: normal; color: var(--cd-red); }
.sticky-cta__sub { font-family: var(--cd-font-mono); font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.06em; }
.sticky-cta__actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.sticky-cta__close { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.55); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; font-size: 18px; font-weight: 500; line-height: 1; }
.sticky-cta__close:hover { color: #fff; border-color: rgba(255,255,255,0.4); }

@media (max-width: 1024px) {
	.services, .truths, .stat-highlight-grid, .how, .reviews, .cta-dark__inner, .cases-grid { grid-template-columns: 1fr; }
	.case-card--feature { grid-row: auto; min-height: 360px; }
	.hero__meta { grid-template-columns: repeat(2, 1fr); }
	.attr-feature { grid-template-columns: 1fr; padding: 40px; }
	.channels { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
	.site-nav { display: none; }
	.site-header__pill { grid-template-columns: 1fr auto; }
	.hero { padding: 140px 0 80px; }
	.hero__meta { grid-template-columns: 1fr; }
	.section { padding: 80px 0; }
	.channels { grid-template-columns: 1fr; }
	.sticky-cta { flex-direction: column; gap: 10px; padding: 12px 16px; align-items: stretch; }
	.sticky-cta__actions { justify-content: space-between; }
}
.eyebrow::before{box-shadow:0 0 0 3px rgba(230,36,63,.18),0 0 0 0 rgba(230,36,63,.28),0 0 12px rgba(230,36,63,.45) !important;animation:eyebrowPulse 2.4s ease-in-out infinite}
@keyframes eyebrowPulse{
	0%,100%{box-shadow:0 0 0 3px rgba(230,36,63,.18),0 0 0 0 rgba(230,36,63,.22),0 0 10px rgba(230,36,63,.32);transform:scale(1)}
	50%{box-shadow:0 0 0 3px rgba(230,36,63,.14),0 0 0 7px rgba(230,36,63,.06),0 0 16px rgba(230,36,63,.52);transform:scale(1.08)}
}


/* ============================================================================
   SUBSERVICE GAP COMPONENTS — appended to the cronuts-2026 design system.
   .check-list / .pricing-table / .cronuts-pillar-page were the ONLY classes
   used by the 9 sub-service pillar pages with no rule anywhere in the DS.
   Authored + adversarially verified (judge panel + 3 lenses); 2 WCAG-AA
   contrast fixes applied (price + mobile echo -> darker crimson / ink-2).
   ============================================================================ */

/* ============================================================
   .check-list — scannable feature / anti-pattern list
   Used in #incluye (positive) and #errores (run-in <strong> anti-patterns).
   Editorial-minimal: crimson check glyph, hairline dividers,
   NEUTRAL semantics (crimson accent, never a green success colour),
   so it reads identically for positive and corrective content.
   ============================================================ */
.check-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(36, 36, 36, 0.10);
}

.check-list li {
	position: relative;
	padding: 16px 4px 16px 38px;
	border-bottom: 1px solid rgba(36, 36, 36, 0.10);
	font-family: var(--cd-font-body);
	font-size: 16px;
	line-height: 1.6;
	color: var(--cd-ink-2);
	letter-spacing: -0.005em;
	text-wrap: pretty;
}

/* crimson check glyph — neutral marker, reads for both positive and corrective items */
.check-list li::before {
	content: "\2713";
	position: absolute;
	left: 6px;
	top: 17px;
	font-family: var(--cd-font-display);
	font-weight: 700;
	font-size: 15px;
	line-height: 1.6;
	color: var(--cd-red-hover);
}

/* run-in label for anti-pattern items: <strong>label:</strong> rest of sentence
   stays INLINE (no display:block) so the "label: explanation" reading is preserved */
.check-list li strong {
	font-family: var(--cd-font-display);
	font-weight: 700;
	color: var(--cd-ink);
	letter-spacing: -0.01em;
}

/* subtle 2-column rhythm on wide viewports */
@media (min-width: 880px) {
	.check-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 48px;
		border-top: 0;
	}

	.check-list li {
		border-top: 1px solid rgba(36, 36, 36, 0.10);
		border-bottom: 0;
	}
}

@media (max-width: 760px) {
	.check-list li {
		padding: 14px 2px 14px 34px;
		font-size: 15.5px;
	}

	.check-list li::before {
		left: 4px;
		top: 15px;
	}
}

/* ============================================================
   .pricing-table — published price ranges (2 cols: type + range)
   Confident dark header band, subtle zebra + row dividers, generous
   cell padding, distinct crimson price column.
   Mobile-safe: under 760px every row becomes a self-describing white
   card and the price cell echoes its header via ::before — no overflow.
   ============================================================ */
.pricing-table {
	width: 100%;
	margin: 8px 0 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid rgba(36, 36, 36, 0.10);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	font-family: var(--cd-font-body);
	table-layout: fixed;
}

.pricing-table thead th {
	background: var(--cd-canvas-dark);
	color: var(--cd-ink-inv);
	font-family: var(--cd-font-display);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	padding: 18px 24px;
	border-bottom: 1px solid rgba(36, 36, 36, 0.10);
}

.pricing-table thead th:last-child {
	text-align: right;
}

.pricing-table tbody td {
	padding: 18px 24px;
	font-size: 15px;
	line-height: 1.5;
	color: var(--cd-ink);
	border-bottom: 1px solid rgba(36, 36, 36, 0.08);
	vertical-align: middle;
}

.pricing-table tbody tr:last-child td {
	border-bottom: 0;
}

.pricing-table tbody tr:nth-child(even) td {
	background: rgba(36, 36, 36, 0.025);
}

.pricing-table tbody tr:hover td {
	background: rgba(230, 36, 63, 0.04);
}

/* type column carries the heavier ink */
.pricing-table tbody td:first-child {
	font-weight: 500;
	letter-spacing: -0.005em;
}

/* distinct price column — crimson, display face, right-aligned, no mid-range wrap */
.pricing-table tbody td:last-child {
	width: 34%;
	text-align: right;
	white-space: nowrap;
	font-family: var(--cd-font-display);
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.01em;
	color: var(--cd-red-hover);
}

@media (max-width: 760px) {
	/* stack to self-describing cards — no horizontal overflow at 360-760px */
	.pricing-table {
		table-layout: auto;
		border: 0;
		background: transparent;
		border-radius: 0;
		overflow: visible;
	}

	.pricing-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.pricing-table tbody tr {
		display: block;
		background: #fff;
		border: 1px solid rgba(36, 36, 36, 0.10);
		border-radius: 8px;
		padding: 6px 18px;
		margin-bottom: 12px;
	}

	.pricing-table tbody tr:nth-child(even) td,
	.pricing-table tbody tr:hover td {
		background: transparent;
	}

	.pricing-table tbody td {
		display: block;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid rgba(36, 36, 36, 0.08);
		text-align: left;
	}

	.pricing-table tbody td:first-child {
		font-family: var(--cd-font-display);
		font-weight: 700;
		font-size: 15px;
		line-height: 1.3;
		letter-spacing: -0.01em;
		color: var(--cd-ink);
	}

	/* price drops below the label, left-aligned, still crimson + distinct */
	.pricing-table tbody td:last-child {
		width: auto;
		border-bottom: 0;
		text-align: left;
		white-space: normal;
		font-size: 18px;
	}

	/* generated header echo — the markup has no data-label attributes */
	.pricing-table tbody td:last-child::before {
		content: "Rango publicado";
		display: block;
		margin-bottom: 2px;
		font-family: var(--cd-font-display);
		font-weight: 700;
		font-size: 10px;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--cd-ink-2);
	}
}

/* ============================================================
   .cronuts-pillar-page — body / wrapper class.
   Intentionally near no-op: anchors body type + ink and creates a
   self-contained stacking context (useful since the page nests
   full-bleed dark sections + a z-indexed hero). NO width clamp,
   NO padding/margin, NO background — .container and .section own
   width, vertical rhythm and the canvas surface.
   ============================================================ */
.cronuts-pillar-page {
	position: relative;
	isolation: isolate;
	font-family: var(--cd-font-body);
	color: var(--cd-ink);
}
