/**
 * Sistemas EduSoft — capa visual pública premium-tech
 * Carga después de main.css, header.css, servipro.css
 */

:root {
  --sedu-bg-deep: #070b14;
  --sedu-surface: rgba(255, 255, 255, 0.04);
  --sedu-surface-2: rgba(255, 255, 255, 0.08);
  --sedu-border: rgba(148, 163, 184, 0.22);
  --sedu-accent: #38bdf8;
  --sedu-accent-2: #6366f1;
  --sedu-glow: rgba(56, 189, 248, 0.35);
  --sedu-radius-xl: 22px;
  --sedu-radius-lg: 16px;
  --sedu-radius-md: 12px;
  --sedu-shadow-elev: 0 24px 60px rgba(2, 6, 23, 0.45);
  --sedu-shadow-soft: 0 18px 48px rgba(15, 23, 42, 0.12);
  --sedu-font-display: "Segoe UI", system-ui, -apple-system, sans-serif;
  --sedu-max: 1180px;
}

/* ——— Header premium ——— */
.site-header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.92) 100%);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sedu-border);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset, 0 8px 32px rgba(15, 23, 42, 0.06);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.1);
}

.site-header .container {
  max-width: var(--sedu-max);
  gap: 16px;
}

.site-header .logo span {
  font-family: var(--sedu-font-display);
  letter-spacing: -0.02em;
  background: linear-gradient(120deg, var(--color-primario) 0%, #0ea5e9 55%, var(--color-primario) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-header .nav a {
  color: #0f172a;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.site-header .nav a::after {
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--sedu-accent-2), var(--sedu-accent));
}

.site-header .nav a.active {
  color: var(--color-primario);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primario) 0%, #0369a1 50%, #0f172a 100%);
  box-shadow: 0 10px 28px rgba(15, 76, 158, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  white-space: nowrap;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 36px rgba(15, 76, 158, 0.42);
  filter: brightness(1.05);
}

.header-cta:focus-visible {
  outline: 2px solid var(--sedu-accent);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  .header-cta {
    padding: 0.45rem 0.75rem;
    font-size: 0.78rem;
    margin-left: auto;
  }

  .site-header .nav {
    top: 100%;
    border-bottom: none;
    box-shadow: var(--sedu-shadow-soft);
    border-radius: 0 0 var(--sedu-radius-lg) var(--sedu-radius-lg);
    margin: 0 12px;
    width: calc(100% - 24px);
    left: 0;
    right: 0;
  }

  .site-header .nav ul {
    padding: 18px 0 22px;
    gap: 6px;
  }

  .site-header .nav a {
    display: block;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    border-radius: var(--sedu-radius-md);
  }

  .site-header .nav a:hover,
  .site-header .nav a.active {
    background: rgba(14, 116, 185, 0.08);
  }

  .site-header .nav a::after {
    display: none;
  }
}

@media (max-width: 420px) {
  .site-header .logo span {
    display: none;
  }
}

/* ——— Breadcrumbs ——— */
.breadcrumb-premium {
  max-width: var(--sedu-max);
  margin: 0 auto;
  padding: 1rem 1.25rem 0;
  font-size: 0.85rem;
  color: #64748b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.breadcrumb-premium a {
  color: #475569;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.15s ease;
}

.breadcrumb-premium a:hover {
  color: var(--color-primario);
}

.breadcrumb-premium .bc-sep {
  opacity: 0.45;
  user-select: none;
}

/* ——— Home ——— */
.home-hero-premium {
  position: relative;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(2rem, 5vw, 4rem);
  background: radial-gradient(120% 80% at 10% 0%, rgba(56, 189, 248, 0.12) 0%, transparent 55%),
    radial-gradient(90% 60% at 90% 20%, rgba(99, 102, 241, 0.14) 0%, transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.hero-premium-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 0%, black 20%, transparent 75%);
  pointer-events: none;
}

.hero-premium-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: stretch;
  max-width: var(--sedu-max);
}

@media (min-width: 960px) {
  .hero-premium-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

.hero-kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.75rem;
}

.hero-headline {
  font-family: var(--sedu-font-display);
  font-size: clamp(2.5rem, 5.6vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #0f172a;
  margin: 0 0 1.1rem;
  font-weight: 900;
  max-width: 16ch;
  text-wrap: pretty;
}

@media (min-width: 960px) {
  .hero-headline {
    max-width: 100%;
  }
}

/* Palabra destacada en hero: siempre color sólido + relieve (nunca color:transparent). */
.hero-accent-word {
  display: inline;
  color: #0b5cab;
  font-weight: 900;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  position: relative;
  white-space: nowrap;
}

.hero-accent-word::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 0.22em;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.22), rgba(37, 99, 235, 0.28));
  border-radius: 999px;
  z-index: -1;
}

.text-gradient {
  color: #0a4d7a;
  font-weight: 900;
  background: linear-gradient(180deg, #f0f9ff, #bfdbfe);
  padding: 0.04em 0.2em;
  border-radius: 0.15em;
  box-shadow: inset 0 -2px 0 rgba(3, 105, 161, 0.45);
}

.hero-lead {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.65;
  color: #475569;
  max-width: 38rem;
  margin: 0 0 1.25rem;
}

.hero-points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  color: #334155;
  font-weight: 500;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.hero-points i {
  color: #0ea5e9;
  font-size: 1.15rem;
  margin-top: 2px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.btn-hero-primary,
.btn-hero-secondary,
.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: none;
  cursor: pointer;
}

.btn-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primario), #0284c7);
  box-shadow: 0 14px 36px rgba(15, 76, 158, 0.35);
}

.btn-hero-secondary {
  color: #0f172a;
  background: #fff;
  border: 1px solid var(--sedu-border);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.btn-hero-ghost {
  color: var(--color-primario);
  background: transparent;
  border: 1px dashed rgba(15, 76, 158, 0.35);
}

.btn-hero-primary:hover,
.btn-hero-secondary:hover,
.btn-hero-ghost:hover {
  transform: translateY(-2px);
}

.hero-trust-line {
  font-size: 0.88rem;
  color: #64748b;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.hero-trust-line i {
  color: #eab308;
}

.hero-premium-card {
  position: relative;
  padding: 2.1rem 2.2rem;
  border-radius: 28px;
  background: linear-gradient(180deg, #17233b 0%, #0d1b3a 100%);
  color: #e5eefc;
  box-shadow: var(--sedu-shadow-elev);
  overflow: hidden;
}

.hero-card-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  right: -40px;
  top: -40px;
  background: radial-gradient(circle, var(--sedu-glow) 0%, transparent 70%);
  opacity: 0.5;
  pointer-events: none;
}

.hero-card-logo {
  display: block;
  width: 300px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 100%);
  padding: 12px 16px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-premium-card > .hero-card-logo {
  margin-bottom: 1.4rem;
}

.hero-card-title {
  font-size: 1.35rem;
  margin: 1rem 0 0.5rem;
  letter-spacing: -0.02em;
}

.hero-card-text {
  color: #94a3b8;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.hero-card-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.95rem;
}

.hero-card-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-card-list i {
  color: var(--sedu-accent);
}

.btn-hero-card-wa {
  width: 100%;
  justify-content: center;
  border-radius: var(--sedu-radius-md);
  padding: 0.9rem;
  font-weight: 700;
}

.home-bridge-premium {
  padding: clamp(1.75rem, 4vw, 2.75rem) 0;
  background: #fff;
  border-bottom: 1px solid var(--sedu-border);
}

.home-bridge-inner {
  max-width: var(--sedu-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .home-bridge-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

.home-bridge-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0369a1;
  margin-bottom: 0.5rem;
}

.home-bridge-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 36rem;
}

.home-bridge-lead {
  margin: 0;
  color: #475569;
  line-height: 1.6;
  max-width: 38rem;
  font-size: clamp(0.95rem, 1.8vw, 1.02rem);
}

.home-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex-shrink: 0;
}

.home-bridge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-bridge-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primario), #0369a1);
  box-shadow: 0 10px 28px rgba(15, 76, 158, 0.28);
}

.home-bridge-btn.ghost {
  color: #0f172a;
  border: 1px solid var(--sedu-border);
  background: #f8fafc;
}

.home-bridge-btn:hover {
  transform: translateY(-1px);
}

.home-trust-strip {
  background: #0f172a;
  color: #e2e8f0;
  padding: clamp(1.25rem, 3vw, 2rem) 0;
  border-block: 1px solid rgba(51, 65, 85, 0.6);
}

.trust-strip-inner {
  max-width: var(--sedu-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .trust-strip-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.trust-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0 0.5rem;
  border-left: 3px solid var(--sedu-accent);
}

.trust-num {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--sedu-accent);
}

.trust-item strong {
  font-size: 1.05rem;
}

.trust-item span:last-child {
  font-size: 0.9rem;
  color: #94a3b8;
}

.home-pillars {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.section-heading {
  font-family: var(--sedu-font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.section-sub {
  color: #64748b;
  margin: 0 0 2rem;
  max-width: 36rem;
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .pillars-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pillar-card {
  border-radius: var(--sedu-radius-xl);
  padding: 1.75rem;
  background: #fff;
  border: 1px solid var(--sedu-border);
  box-shadow: var(--sedu-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pillar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(15, 23, 42, 0.12);
  border-color: rgba(56, 189, 248, 0.35);
}

.pillar-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(99, 102, 241, 0.12));
  color: var(--color-primario);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.pillar-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: #0f172a;
}

.pillar-card p {
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.pillar-link {
  font-weight: 700;
  color: var(--color-primario);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.pillar-link:hover {
  color: #0369a1;
}

.pillar-link-muted {
  margin-top: 0.35rem;
  font-weight: 600;
  opacity: 0.9;
  font-size: 0.92rem;
}

.home-cta-band {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4rem);
}

.cta-band-inner {
  max-width: var(--sedu-max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--sedu-radius-xl);
  background: linear-gradient(120deg, #0f172a 0%, #1e3a5f 45%, #0f172a 100%);
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: var(--sedu-shadow-elev);
}

@media (min-width: 840px) {
  .cta-band-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.cta-band-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.02em;
}

.cta-band-text {
  margin: 0;
  color: #94a3b8;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-cta-band .btn-hero-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f1f5f9;
  border-color: rgba(248, 250, 252, 0.2);
}

/* ——— Catálogo productos ——— */
.page-productos.fade-in {
  padding-bottom: 3rem;
}

.catalog-hero {
  position: relative;
  padding: clamp(2rem, 5vw, 3.25rem) 0;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0c4a6e 100%);
  color: #f8fafc;
  overflow: hidden;
}

.catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(56, 189, 248, 0.2), transparent 45%),
    radial-gradient(circle at 80% 30%, rgba(129, 140, 248, 0.18), transparent 40%);
  pointer-events: none;
}

.catalog-hero-inner {
  position: relative;
  max-width: var(--sedu-max);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.catalog-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin: 0 0 0.5rem;
}

.catalog-title {
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  margin: 0 0 0.65rem;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.catalog-lead {
  margin: 0;
  max-width: 40rem;
  color: #cbd5e1;
  line-height: 1.6;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.tabs-categorias-premium {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.tab-p {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  color: #475569;
  background: #fff;
  border: 1px solid var(--sedu-border);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tab-p:hover {
  border-color: rgba(56, 189, 248, 0.45);
  color: var(--color-primario);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
}

.tab-p.active {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primario), #0369a1);
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(15, 76, 158, 0.3);
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
}

@media (min-width: 560px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 980px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.catalog-card {
  border-radius: var(--sedu-radius-xl);
  background: #fff;
  border: 1px solid var(--sedu-border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
  border-color: rgba(99, 102, 241, 0.25);
}

.catalog-card.agotado {
  opacity: 0.88;
}

.catalog-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  background: linear-gradient(180deg, #f1f5f9, #e2e8f0);
  overflow: hidden;
}

.catalog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1rem;
  transition: transform 0.35s ease;
}

.catalog-card:hover .catalog-card-media img {
  transform: scale(1.04);
}

.catalog-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 0.35rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
  backdrop-filter: blur(6px);
}

.catalog-card-body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
}

.catalog-card-title {
  font-size: 1rem;
  line-height: 1.35;
  margin: 0;
}

.catalog-card-title a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
}

.catalog-card-title a:hover {
  color: var(--color-primario);
}

.catalog-card-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

.catalog-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f1f5f9;
}

.catalog-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-primario);
  letter-spacing: -0.02em;
}

.catalog-card .btn-ghost,
.catalog-card .btn-whatsapp {
  font-size: 0.82rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
}

.stock-tag {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
}

.stock-tag.warn {
  background: #fef3c7;
  color: #92400e;
}

.stock-tag.off {
  background: #fee2e2;
  color: #991b1b;
}

.catalog-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #64748b;
}

.catalog-card-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-catalog-detail {
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #334155);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-catalog-detail:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
}

.btn-catalog-wa {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #22c55e;
  color: #fff;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.btn-catalog-wa:hover {
  transform: scale(1.06);
  filter: brightness(1.05);
}

.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 2.5rem 0 1rem;
}

.catalog-pagination .page-dot {
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: #475569;
  background: #fff;
  border: 1px solid var(--sedu-border);
  transition: all 0.2s ease;
}

.catalog-pagination .page-dot:hover {
  border-color: var(--color-primario);
  color: var(--color-primario);
}

.catalog-pagination .page-dot.current {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primario), #0369a1);
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(15, 76, 158, 0.28);
}

/* ——— Detalle producto ——— */
.page-producto-detalle {
  max-width: var(--sedu-max);
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.producto-detalle-grid {
  display: grid;
  gap: 2rem;
  margin-top: 0.5rem;
}

@media (min-width: 900px) {
  .producto-detalle-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.producto-media-frame {
  border-radius: var(--sedu-radius-xl);
  background: linear-gradient(160deg, #f8fafc, #e2e8f0);
  border: 1px solid var(--sedu-border);
  padding: 1.5rem;
  box-shadow: var(--sedu-shadow-soft);
}

.producto-media-frame img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--sedu-radius-md);
}

.chip-categoria {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  background: #0f172a;
  color: #e2e8f0;
}

.producto-detalle-titulo {
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  color: #0f172a;
}

.producto-detalle-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

.sku-pill,
.stock-pill {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.sku-pill {
  background: #f1f5f9;
  color: #475569;
}

.stock-pill.ok {
  background: #dcfce7;
  color: #166534;
}

.stock-pill.critico {
  background: #fef9c3;
  color: #854d0e;
}

.stock-pill.agotado {
  background: #fee2e2;
  color: #991b1b;
}

.producto-precio-bloque {
  padding: 1.25rem 1.35rem;
  border-radius: var(--sedu-radius-lg);
  background: linear-gradient(135deg, rgba(14, 116, 185, 0.08), rgba(99, 102, 241, 0.06));
  border: 1px solid rgba(14, 116, 185, 0.2);
  margin-bottom: 1.25rem;
}

.precio-grande {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  margin: 0;
  color: var(--color-primario);
}

.precio-grande.muted {
  color: #64748b;
}

.precio-nota {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0.35rem 0 0;
}

.producto-descripcion-pro {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 1.5rem;
}

.producto-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.btn-cta-primario {
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 700;
}

.producto-relacionados {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--sedu-border);
}

.producto-relacionados h2 {
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  color: #0f172a;
}

.section-title-inline {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: #0f172a;
}

.relacionados-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
}

@media (min-width: 600px) {
  .relacionados-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.relacionado-card {
  display: flex;
  flex-direction: column;
  padding: 0.85rem;
  border-radius: var(--sedu-radius-lg);
  background: #fff;
  border: 1px solid var(--sedu-border);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.relacionado-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
  border-color: rgba(56, 189, 248, 0.35);
}

.relacionado-img-wrap {
  aspect-ratio: 1;
  border-radius: var(--sedu-radius-md);
  background: #f1f5f9;
  overflow: hidden;
  margin-bottom: 0.65rem;
}

.relacionado-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.35rem;
}

.relacionado-card h3 {
  font-size: 0.82rem;
  line-height: 1.35;
  margin: 0 0 0.35rem;
  color: #0f172a;
  font-weight: 700;
}

.rel-precio {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--color-primario);
}

.rel-precio.muted {
  color: #94a3b8;
  font-weight: 600;
}

.producto-cta-row .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: #334155;
  border: 1px solid var(--sedu-border);
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.producto-cta-row .btn-ghost:hover {
  border-color: var(--color-primario);
  color: var(--color-primario);
  transform: translateY(-1px);
}

.muted {
  color: #64748b !important;
}

/* ——— Servicios ——— */
.servicios-page-premium {
  padding-bottom: 3rem;
}

.servicios-hero-premium {
  position: relative;
  padding: clamp(2rem, 5vw, 3.5rem) 1.25rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(125deg, #020617 0%, #0f172a 40%, #1d4ed8 120%);
  color: #f8fafc;
  overflow: hidden;
}

.servicios-hero-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(56, 189, 248, 0.25), transparent 55%);
  pointer-events: none;
}

.servicios-hero-premium .container {
  position: relative;
  max-width: var(--sedu-max);
  margin: 0 auto;
}

.servicios-hero-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7dd3fc;
  margin: 0 0 0.5rem;
}

.servicios-hero-lead {
  margin: 0;
  max-width: 42rem;
  color: #cbd5e1;
  line-height: 1.65;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
}

.servicios-page-premium .tabs-categorias {
  max-width: var(--sedu-max);
  margin: 0 auto 2rem;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.servicios-page-premium .tabs-categorias .tab {
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-weight: 600;
  font-size: 0.88rem;
  border: 1px solid var(--sedu-border);
  background: #fff;
  color: #475569;
  transition: all 0.2s ease;
}

.servicios-page-premium .tabs-categorias .tab:hover {
  border-color: rgba(56, 189, 248, 0.45);
  color: var(--color-primario);
}

.servicios-page-premium .tabs-categorias .tab.active {
  background: linear-gradient(135deg, var(--color-primario), #4338ca);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(15, 76, 158, 0.28);
}

.servicios-page-premium .contenedor-servicios {
  max-width: var(--sedu-max);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 720px) {
  .servicios-page-premium .contenedor-servicios {
    grid-template-columns: repeat(2, 1fr);
  }
}

.servicios-page-premium .card-servicio {
  border-radius: var(--sedu-radius-xl);
  border: 1px solid var(--sedu-border);
  background: #fff;
  box-shadow: var(--sedu-shadow-soft);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.servicios-page-premium .card-servicio:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 52px rgba(15, 23, 42, 0.12);
}

.servicios-page-premium .card-img {
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
}

.servicios-page-premium .card-servicio .info {
  padding: 1.25rem 1.35rem 1.5rem;
}

.servicios-page-premium .card-servicio h3 a {
  font-size: 1.08rem;
  font-weight: 800;
  color: #0f172a;
  text-decoration: none;
}

.servicios-page-premium .card-servicio h3 a:hover {
  color: var(--color-primario);
}

.servicios-page-premium .badge.modalidad {
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

/* Detalle servicio: hero más editorial */
.servicio-detalle .servicio-hero.card-elevated {
  border-radius: var(--sedu-radius-xl);
  border: 1px solid var(--sedu-border);
  box-shadow: var(--sedu-shadow-soft);
}

.servicio-detalle .breadcrumb {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

/* ——— Blog ——— */
.blog-page-premium .blog-hero-premium {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  padding: 0 0.5rem;
}

.blog-hero-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.5rem;
}

.blog-page-premium .blog-hero-premium h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
  color: #0f172a;
}

.blog-hero-lead {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 1.05rem;
}

.blog-page-premium .blog-grid {
  gap: 1.5rem;
}

.blog-page-premium .blog-card {
  border-radius: var(--sedu-radius-xl);
  border: 1px solid var(--sedu-border);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sedu-shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-page-premium .blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}

.blog-page-premium .blog-img,
.blog-page-premium .blog-img-placeholder {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-page-premium .blog-card-body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.blog-page-premium .blog-cat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primario);
}

.blog-page-premium .blog-title {
  margin: 0.5rem 0;
  font-size: 1.15rem;
  line-height: 1.35;
}

.blog-page-premium .blog-title a {
  color: #0f172a;
  text-decoration: none;
}

.blog-page-premium .blog-title a:hover {
  color: var(--color-primario);
}

.blog-page-premium .blog-extracto {
  color: #64748b;
  line-height: 1.55;
  font-size: 0.95rem;
}

.blog-page-premium .btn-blog {
  display: inline-flex;
  margin-top: 0.5rem;
  font-weight: 700;
  color: var(--color-primario);
  text-decoration: none;
}

.blog-page-premium .btn-blog:hover {
  text-decoration: underline;
}

/* Detalle post */
.blog-detalle.blog-page-premium {
  padding: 0 0 3rem;
}

.blog-detalle.blog-page-premium .blog-titulo {
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
  margin: 0.75rem 0 0.5rem;
}

.blog-detalle.blog-page-premium .blog-fecha {
  color: #64748b;
  font-size: 0.92rem;
}

.blog-detalle.blog-page-premium .blog-img-detalle {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--sedu-radius-xl);
  margin: 1.5rem 0;
  border: 1px solid var(--sedu-border);
  box-shadow: var(--sedu-shadow-soft);
}

.blog-detalle.blog-page-premium .blog-contenido {
  max-width: 44rem;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #334155;
}

.blog-detalle.blog-page-premium .blog-contenido h2,
.blog-detalle.blog-page-premium .blog-contenido h3 {
  color: #0f172a;
  margin-top: 1.75rem;
}

/* ——— Footer ——— */
.footer-premium {
  position: relative;
  margin-top: auto;
  padding: clamp(2.5rem, 5vw, 4rem) 0 0;
  background: linear-gradient(180deg, #020617 0%, #0f172a 55%, #020617 100%);
  color: #cbd5e1;
  overflow: hidden;
}

.footer-premium-glow {
  position: absolute;
  inset: auto -20% -40% -20%;
  height: 120px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.12), rgba(99, 102, 241, 0.1), transparent);
  animation: seduFooterShimmer 14s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.9;
}

@keyframes seduFooterShimmer {
  0%,
  100% {
    transform: translateX(-6%) skewX(-6deg);
    opacity: 0.45;
  }
  50% {
    transform: translateX(6%) skewX(6deg);
    opacity: 0.85;
  }
}

.footer-premium-grid {
  position: relative;
  max-width: var(--sedu-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 0 1.25rem 2rem;
}

@media (min-width: 768px) {
  .footer-premium-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: start;
  }
}

.footer-brand-title {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
  color: #f8fafc;
}

.footer-brand-tagline {
  margin: 0;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 28rem;
}

.footer-col-title {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7dd3fc;
  margin: 0 0 1rem;
}

.footer-links,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-contact-list li {
  margin-bottom: 0.55rem;
}

.footer-links a,
.footer-contact-list a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--sedu-accent);
}

.footer-wa {
  color: #4ade80 !important;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
  font-size: 1.35rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  background: rgba(56, 189, 248, 0.2);
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(51, 65, 85, 0.65);
  padding: 1.25rem 0;
}

.footer-bottom-inner {
  max-width: var(--sedu-max);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 0.88rem;
  color: #64748b;
}

@media (min-width: 640px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-copy {
  margin: 0;
}

.footer-legal {
  margin: 0;
}

/* ——— Contacto ——— */
.contacto-premium .contenedor-contacto {
  max-width: var(--sedu-max);
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 3rem) 1.25rem 3rem;
}

.contacto-premium .titulo-seccion {
  text-align: center;
  margin-bottom: 2rem;
}

.contacto-premium .titulo-seccion h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #0f172a;
}

.contacto-premium .form-contacto {
  max-width: 560px;
  margin: 0 auto 2rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: var(--sedu-radius-xl);
  background: #fff;
  border: 1px solid var(--sedu-border);
  box-shadow: var(--sedu-shadow-soft);
}

.contacto-premium .grupo label {
  font-weight: 700;
  color: #334155;
}

.contacto-premium .grupo input,
.contacto-premium .grupo textarea {
  border-radius: var(--sedu-radius-md);
  border: 1px solid #cbd5e1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contacto-premium .grupo input:focus,
.contacto-premium .grupo textarea:focus {
  outline: none;
  border-color: var(--color-primario);
  box-shadow: 0 0 0 3px rgba(14, 116, 185, 0.15);
}

.contacto-premium .btn-enviar {
  width: 100%;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.95rem;
  background: linear-gradient(135deg, var(--color-primario), #0369a1);
  border: none;
  box-shadow: 0 12px 32px rgba(15, 76, 158, 0.3);
}

.contacto-premium .info-contacto {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem;
  border-radius: var(--sedu-radius-lg);
  background: linear-gradient(135deg, rgba(14, 116, 185, 0.08), rgba(99, 102, 241, 0.06));
  border: 1px solid rgba(14, 116, 185, 0.18);
}

/* ——— Legibilidad home (contraste suave, sin “lavar” titulares) ——— */
.hero-lead,
.hero-points {
  text-shadow: none;
}

/* ——— Detalle servicio (unificado premium-tech) ——— */
.servicio-lead-premium {
  max-width: 900px;
  margin: 0 auto 1.75rem;
  padding: 0 1.25rem;
}

.servicio-lead-inner {
  border-radius: var(--sedu-radius-xl);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(14, 116, 185, 0.06));
  border: 1px solid var(--sedu-border);
  box-shadow: var(--sedu-shadow-soft);
}

.servicio-lead-inner h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  color: #0f172a;
  letter-spacing: -0.02em;
}

.servicio-lead-text {
  margin: 0 0 1rem;
  line-height: 1.65;
  color: #475569;
}

.servicio-lead-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  color: #334155;
  font-weight: 600;
}

.servicio-lead-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.servicio-lead-list i {
  color: var(--color-primario);
  font-size: 1.2rem;
}

.servicio-lead-links {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.servicio-lead-links a {
  color: var(--color-primario);
  text-decoration: none;
}

.servicio-lead-links a:hover {
  text-decoration: underline;
}

.servicio-lead-links .sep {
  margin: 0 0.35rem;
  color: #94a3b8;
}

.servicio-detalle-premium {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.servicio-hero-premium {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  border-radius: var(--sedu-radius-xl) !important;
  border: 1px solid var(--sedu-border) !important;
  box-shadow: var(--sedu-shadow-soft) !important;
  overflow: hidden;
}

@media (min-width: 800px) {
  .servicio-hero-premium {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.servicio-hero-premium h1 {
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.servicio-detalle-premium .card-elevated {
  border-radius: var(--sedu-radius-xl);
  border: 1px solid var(--sedu-border);
  box-shadow: var(--sedu-shadow-soft);
  margin-bottom: 1.25rem;
}

.servicio-detalle-premium .card-elevated h2 {
  font-size: 1.15rem;
  color: #0f172a;
  margin-top: 0;
}

.servicio-contacto .btn-whatsapp {
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  font-weight: 800;
}

/* ——— Blog CTA conversión ——— */
.blog-index-cta {
  margin-top: 3rem;
  padding: 0 0.5rem;
}

.blog-index-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: var(--sedu-radius-xl);
  background: linear-gradient(125deg, #0f172a 0%, #1e3a5f 100%);
  color: #e2e8f0;
  text-align: center;
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.blog-index-cta-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}

.blog-index-cta-text {
  margin: 0 0 1.25rem;
  color: #cbd5e1;
  line-height: 1.55;
}

.blog-index-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.blog-index-cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: #e2e8f0;
  border: 1px solid rgba(248, 250, 252, 0.25);
}

.blog-index-cta-btn.primary {
  background: #fff;
  color: #0f172a;
  border-color: transparent;
}

.blog-index-cta-btn:hover {
  filter: brightness(1.08);
}

.blog-detalle-cta {
  max-width: 44rem;
  margin: 2.5rem auto 0;
  padding: 0 0.5rem;
}

.blog-detalle-cta-inner {
  padding: 1.5rem 1.35rem;
  border-radius: var(--sedu-radius-xl);
  background: #f8fafc;
  border: 1px solid var(--sedu-border);
}

.blog-detalle-cta-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: #0f172a;
}

.blog-detalle-cta-inner p {
  margin: 0 0 1rem;
  color: #64748b;
}

.blog-detalle-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-detalle-cta-a {
  display: inline-flex;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--color-primario);
  border: 1px solid rgba(14, 116, 185, 0.35);
}

.blog-detalle-cta-a.primary {
  background: var(--color-primario);
  color: #fff;
  border-color: transparent;
}

/* ——— Footer: legibilidad ——— */
.footer-premium-glow {
  opacity: 0.55;
  height: 80px;
}

.footer-brand-tagline {
  color: #cbd5e1;
}

.footer-bottom {
  background: rgba(2, 6, 23, 0.35);
}
