.categoria-problemas .gcard-white-media {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 160px !important;
  min-height: 120px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  left: 10px !important;
  top: 0 !important;
}
.categoria-problemas .gcard-white-media img {
  height: 110px !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 0 !important;
  display: block !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}
/* Fondo blanco y subida para carta destacada en home */
.killer-option-card.killer-option-featured-main {
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.13), 0 2px 8px rgba(245, 158, 11, 0.08);
  margin-top: -48px !important;
  position: relative;
  z-index: 2;
}
/* Ajuste SOLO para cartas de solucion de problemas en guias.html (forzado) */
/* ============================================================
   2026.CSS — Capa visual de escaparate moderno
   Se aplica ENCIMA de estilos.css, sin romper nada
   ============================================================ */

/* ---------- VARIABLES ADICIONALES ---------- */
:root {
  --glow-amber: 0 0 24px rgba(245, 158, 11, 0.55), 0 4px 16px rgba(245, 158, 11, 0.3);
  --glow-amber-hover: 0 0 40px rgba(245, 158, 11, 0.75), 0 6px 24px rgba(245, 158, 11, 0.45);
  --glow-blue: 0 0 30px rgba(50, 110, 200, 0.35);
  --hero-bg: linear-gradient(135deg, #060e1d 0%, #0e2240 45%, #0a1c36 75%, #111827 100%);
  --glass-bg: rgba(255,255,255,0.04);
  --glass-border: rgba(255,255,255,0.1);
  --dark-card-bg: rgba(255,255,255,0.035);
}

/* ============================================================
   HEADER MEJORADO
   ============================================================ */
.site-header {
  background: rgba(6, 14, 29, 0.85) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(245, 158, 11, 0.15) !important;
}

.logo {
  color: #fff !important;
}

.logo-mark {
  background: linear-gradient(135deg, #F59E0B, #cc8400) !important;
  box-shadow: var(--glow-amber) !important;
}

.nav-list a {
  color: rgba(255,255,255,0.82) !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 180ms ease;
}

.nav-list a:hover {
  color: #F59E0B !important;
}

.nav-list a[aria-current="page"] {
  color: #F59E0B !important;
  text-decoration: underline;
  text-decoration-color: #F59E0B;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

/* ============================================================
   HERO — OSCURO, IMPACTANTE, 2026
   ============================================================ */
.hero-landing {
  background: var(--hero-bg) !important;
  position: relative;
  overflow: hidden;
  padding: 7rem 0 6rem !important;
}

.hero-landing-home {
  padding: 5.6rem 0 4.7rem !important;
}

.hero-landing-home .hero-landing-grid {
  min-height: 0;
  padding: 0;
  align-items: center;
  gap: 1.8rem;
}

.hero-landing-home .hero-landing-copy {
  max-width: 760px;
}

.hero-landing-home .hero-copy,
.hero-landing-home .hero-panel {
  width: 100%;
}

.hero-landing-home .hero-landing-copy h1 {
  max-width: 11ch;
}

.hero-landing-home .hero-landing-copy .hero-text {
  max-width: 58ch;
}

.hero-landing-home .hero-panel {
  margin-top: 0;
  justify-self: end;
}

/* Grid mesh decorativo de fondo */
.hero-landing::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(245,158,11,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,158,11,0.04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

/* Blob de luz ambar */
.hero-landing::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245,158,11,0.12) 0%, transparent 65%);
  pointer-events: none;
  border-radius: 50%;
}

/* Blob de luz azul izquierda */
.hero-landing .container::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -80px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(30, 80, 160, 0.18) 0%, transparent 65%);
  pointer-events: none;
  border-radius: 50%;
  z-index: 0;
}

.hero-landing .container {
  position: relative;
  z-index: 1;
}

/* EYEBROW — pill de color */
.hero-landing .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(245,158,11,0.14);
  border: 1px solid rgba(245,158,11,0.35);
  color: #F59E0B !important;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}

/* H1 — TEXTO BLANCO SÓLIDO */
.hero-landing h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  color: #ffffff !important;
  margin-bottom: 1.2rem !important;
}

.hero-landing .hero-text {
  color: rgba(255,255,255,0.72) !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
  max-width: 520px;
}

/* LOSS STRIP */
.hero-loss-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2.1rem 0 0;
}

.hero-loss-strip span {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #fca5a5 !important;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

/* CTAs EN HERO */
.hero-landing .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.8rem 0 1.4rem !important;
}

.hero-landing .button-primary {
  background: linear-gradient(135deg, #F59E0B, #d97706) !important;
  color: #0a0f1a !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  padding: 0.85rem 1.8rem !important;
  border-radius: 14px !important;
  box-shadow: var(--glow-amber) !important;
  border: none !important;
  transition: all 220ms ease !important;
  letter-spacing: 0.01em;
}

.hero-landing .button-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--glow-amber-hover) !important;
}

.hero-landing .button-secondary {
  background: rgba(255,255,255,0.07) !important;
  color: rgba(255,255,255,0.88) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  padding: 0.85rem 1.6rem !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  transition: all 220ms ease !important;
  backdrop-filter: blur(8px);
}

.hero-landing .button-secondary:hover {
  background: rgba(255,255,255,0.13) !important;
  border-color: rgba(245,158,11,0.4) !important;
}

/* TRUST BAR en hero */
.hero-landing .trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 0.8rem;
}

.hero-landing .trust-item {
  color: rgba(255,255,255,0.55) !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* TARJETA HERO DERECHA — Glassmorphism */
.hero-landing .hero-rec-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08) !important;
  padding: 1.8rem !important;
  color: #fff !important;
}

.hero-landing-home .hero-rec-card {
  max-width: 520px;
  margin-left: auto;
}

.hero-landing .hero-rec-card p,
.hero-landing .hero-rec-card .spotlight-text,
.hero-landing .hero-rec-card li {
  color: rgba(255,255,255,0.70) !important;
}

.hero-landing .hero-rec-card h2 {
  color: #fff !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  margin: 0.8rem 0 0.5rem !important;
}

.hero-landing .panel-label {
  background: rgba(245,158,11,0.15);
  border: 1px solid rgba(245,158,11,0.3);
  color: #F59E0B !important;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
}

.hero-landing .hero-rec-media {
  border-radius: 14px !important;
  overflow: hidden;
}

.hero-landing-home .hero-rec-media img {
  transform: scale(1.08);
  transform-origin: center;
}

.hero-landing-home .hero-rec-media {
  aspect-ratio: 1.08 / 1;
}

.hero-landing-home .hero-rec-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-landing-comparativas {
  background: linear-gradient(120deg, #091626 0%, #10233a 52%, #163354 100%) !important;
}

.hero-landing-comparativas::before {
  background-image: url('../images/csm_Titel-Elektrozylinder_61fba7c02c.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  filter: none !important;
  transform: scale(1.03) !important;
}

.hero-landing-comparativas::after {
  background:
    linear-gradient(90deg, rgba(7, 17, 30, 0.9) 0%, rgba(12, 28, 46, 0.82) 28%, rgba(15, 38, 63, 0.48) 56%, rgba(15, 38, 63, 0.16) 78%, rgba(15, 38, 63, 0.08) 100%),
    radial-gradient(circle at 15% 20%, rgba(245, 158, 11, 0.18), transparent 34%),
    radial-gradient(circle at 90% 85%, rgba(30, 58, 95, 0.22), transparent 40%) !important;
}

@media (min-width: 980px) {
  .hero-landing-home {
    min-height: clamp(480px, 76vh, 720px);
  }

  .hero-landing-home .hero-landing-grid {
    min-height: clamp(480px, 76vh, 720px);
    padding: clamp(2.6rem, 5vh, 3.8rem) 0;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .hero-landing-home .hero-landing-copy {
    max-width: none;
    padding-top: clamp(1.9rem, 3.6vh, 2.8rem);
  }

  .hero-landing-home .hero-rec-card {
    padding: 2rem !important;
  }

  .hero-landing-home .hero-rec-media {
    margin-bottom: 0.35rem;
  }
}

.hero-landing .hero-rec-cta {
  background: linear-gradient(135deg, #F59E0B, #d97706) !important;
  color: #0a0f1a !important;
  font-weight: 800 !important;
  box-shadow: var(--glow-amber) !important;
  border-radius: 12px !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0.8rem 1.2rem !important;
  margin-top: 1rem !important;
}

/* ============================================================
   HOME IMAGE ZOOM
   ============================================================ */
.home-zoom-target {
  cursor: zoom-in;
}

.home-zoom-target:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.85);
  outline-offset: 4px;
}

.home-lightbox-open {
  overflow: hidden;
}

.home-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.home-image-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.home-image-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 20, 0.82);
  backdrop-filter: blur(10px);
}

.home-image-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1120px);
  max-height: calc(100vh - 3rem);
  padding: 1rem 1rem 0.8rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(8, 17, 31, 0.98), rgba(14, 34, 64, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.home-image-lightbox__image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 8rem);
  object-fit: contain;
  border-radius: 16px;
}

.home-image-lightbox__caption {
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.home-image-lightbox__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2.7rem;
  height: 2.7rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.home-image-lightbox__close:hover,
.home-image-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  outline: none;
}

@media (max-width: 640px) {
  .home-image-lightbox {
    padding: 0.9rem;
  }

  .home-image-lightbox__dialog {
    padding: 0.75rem 0.75rem 0.7rem;
    border-radius: 18px;
  }

  .home-image-lightbox__image {
    max-height: calc(100vh - 6rem);
  }
}

/* ============================================================
   CTA AFILIACION 2026 — AMAZON + ALIEXPRESS
   ============================================================ */
.affiliate-cta-block {
  padding: 1.15rem 0;
}

.affiliate-cta-block--inline {
  margin-top: 1.1rem;
}

.hero-copy .affiliate-cta-block--inline .container,
.editorial-copy .affiliate-cta-block--inline .container,
.hero-landing-copy .affiliate-cta-block--inline .container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero-copy .affiliate-cta-block--inline .affiliate-cta-shell,
.editorial-copy .affiliate-cta-block--inline .affiliate-cta-shell,
.hero-landing-copy .affiliate-cta-block--inline .affiliate-cta-shell {
  margin-left: 0;
  margin-right: 0;
}

.hero-grid.has-hero-affiliate-panel,
.hero-grid-editorial.has-hero-affiliate-panel {
  align-items: center;
}

.hero-affiliate-panel {
  display: grid;
  align-self: stretch;
}

.hero-affiliate-panel .affiliate-cta-block {
  padding: 0;
  height: 100%;
}

.hero-affiliate-panel .container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

/* Responsive layout and visual polish */
.hero-grid {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.killer-decision-head {
  max-width: 980px;
  margin: 0 auto 1.1rem;
  text-align: center;
}

.killer-decision-head h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
}

.killer-decision-head p {
  font-size: 1.08rem;
  max-width: 820px;
  margin: 0.65rem auto 0;
}

.killer-decision-grid {
  max-width: 1220px;
  margin: 0 auto;
}

.killer-option-card {
  margin: 0 auto;
  max-width: 1160px;
  padding: 1.35rem 1.35rem 1.5rem;
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(10, 20, 40, 0.25);
}

.killer-option-card .pick-card-media {
  margin: 0 0 1.1rem;
  aspect-ratio: 1.28 / 1;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
}

.killer-option-card .pick-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(0.92);
  display: block;
}

.killer-option-tag {
  font-size: 0.86rem;
}

.killer-option-card h3 {
  font-size: clamp(1.4rem, 2.7vw, 2.2rem);
  line-height: 1.12;
}

.killer-option-card p {
  font-size: 1.06rem;
}

.killer-featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.4rem;
}

.killer-featured-microcopy {
  margin: 0;
}

.section-cta-center {
  text-align: center;
  margin-top: 2rem;
}

.quick-intent-grid,
.card-grid-picks {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card-grid-picks {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 760px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 2.4rem;
  }

  .hero-panel {
    justify-self: end;
  }

  .hero-landing-copy {
    padding-inline: 0;
  }

  .hero-loss-strip {
    justify-content: flex-start;
  }
}

@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    width: auto;
    background: transparent;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
  }

  .nav-list {
    display: flex !important;
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    gap: 1rem;
    justify-content: flex-end;
  }

  .nav-list a {
    padding: 0.5rem 0.9rem;
    border-radius: 0.9rem;
  }

  .nav-list a:hover,
  .nav-list a:focus-visible {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-landing {
    min-height: 760px;
  }

  .hero-landing-home .hero-landing-grid {
    gap: 2.5rem;
  }

  .quick-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid-picks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .killer-option-card .pick-card-media {
    min-height: 520px;
  }

  .hero-actions {
    justify-content: flex-start;
  }
}

.hero-affiliate-panel .affiliate-cta-shell {
  max-width: none;
  min-height: 100%;
  margin: 0;
}

.hero-affiliate-panel .affiliate-cta-block--top .affiliate-cta-content {
  min-height: 100%;
}

.affiliate-cta-shell {
  position: relative;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(16, 185, 129, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(7, 15, 30, 0.98), rgba(12, 29, 55, 0.94));
  border: 1px solid rgba(245, 158, 11, 0.14);
  box-shadow: 0 30px 64px rgba(4, 10, 20, 0.28);
}

.affiliate-cta-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  opacity: 0.35;
}

.affiliate-cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

/* ============================================================
   GUIAS DIRECTORY — CARD GALLERY 2026
   ============================================================ */
.section-guides-directory {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(245, 158, 11, 0.1), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(40, 110, 210, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(247, 249, 252, 0.94), rgba(236, 242, 248, 0.86));
}

.section-guides-directory::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(19, 41, 65, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 41, 65, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
  opacity: 0.5;
}

.section-guides-directory .container {
  position: relative;
  z-index: 1;
}

.section-guides-directory .section-heading {
  margin-bottom: 2.2rem;
}

.section-guides-directory .section-heading h2 {
  max-width: 12ch;
}

.section-guides-directory .category-grid {
  gap: 1.15rem;
}

.guide-preview-card {
  --guide-accent: #f59e0b;
  --guide-accent-soft: rgba(245, 158, 11, 0.16);
  --guide-panel: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 252, 0.96));
  position: relative;
  isolation: isolate;
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 250px;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(167, 181, 198, 0.45);
  border-radius: 26px;
  background: var(--guide-panel);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.guide-preview-card::before {
  content: '';
  position: absolute;
  inset: auto auto -26% -18%;
  width: 170px;
  height: 170px;
  border-radius: 42px;
  background: linear-gradient(135deg, var(--guide-accent-soft), rgba(255, 255, 255, 0));
  transform: rotate(24deg);
  z-index: -1;
}

.guide-preview-card::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 18px;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.72), transparent 35%), var(--guide-accent-soft);
  filter: blur(0.2px);
  opacity: 0.9;
  z-index: -1;
}

.guide-preview-card:hover,
.guide-preview-card:focus-within {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.guide-preview-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.32) 38%, transparent 52%);
  transform: translateX(-120%);
  transition: transform 700ms ease;
  pointer-events: none;
}

.guide-preview-card:hover .guide-preview-sheen,
.guide-preview-card:focus-within .guide-preview-sheen {
  transform: translateX(120%);
}

.guide-preview-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.guide-preview-kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(19, 41, 65, 0.08);
  color: var(--guide-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-preview-orb {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: var(--guide-accent);
  box-shadow: 0 0 0 8px var(--guide-accent-soft), 0 0 26px rgba(255, 255, 255, 0.45);
  flex-shrink: 0;
}

.guide-preview-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 11ch;
  font-size: clamp(1.48rem, 2vw, 1.85rem);
  line-height: 0.98;
  color: #0d2340;
}

.guide-preview-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 34ch;
  color: rgba(21, 33, 47, 0.72) !important;
  font-size: 0.98rem;
  line-height: 1.55;
}

.guide-preview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.guide-preview-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(19, 41, 65, 0.1);
  color: #24476e;
  font-size: 0.78rem;
  font-weight: 700;
}

.guide-preview-link {
  width: fit-content;
  margin-top: 0.1rem;
  padding: 0.72rem 1rem;
  border-radius: 14px;
  background: rgba(13, 35, 64, 0.06);
  border: 1px solid rgba(13, 35, 64, 0.08);
  font-size: 0.92rem;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.guide-preview-link:hover,
.guide-preview-link:focus-visible {
  background: rgba(13, 35, 64, 0.1);
  border-color: rgba(13, 35, 64, 0.16);
  color: #0d2340;
  transform: translateX(2px);
}

.guide-preview-card-featured {
  --guide-panel: linear-gradient(145deg, rgba(11, 29, 52, 0.98), rgba(22, 53, 90, 0.96));
  border-color: rgba(245, 158, 11, 0.24);
  box-shadow: 0 22px 50px rgba(10, 20, 40, 0.2);
}

.guide-preview-card-featured h3,
.guide-preview-card-featured .guide-preview-copy,
.guide-preview-card-featured .guide-preview-tags span,
.guide-preview-card-featured .guide-preview-link {
  color: #ffffff;
}

.guide-preview-card-featured .guide-preview-copy {
  color: rgba(255, 255, 255, 0.74) !important;
}

.guide-preview-card-featured .guide-preview-kicker,
.guide-preview-card-featured .guide-preview-tags span,
.guide-preview-card-featured .guide-preview-link {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.guide-preview-card-featured .guide-preview-link:hover,
.guide-preview-card-featured .guide-preview-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.guide-preview-card--selection {
  --guide-accent: #f7b11f;
  --guide-accent-soft: rgba(247, 177, 31, 0.2);
}

.guide-preview-card--load {
  --guide-accent: #ff7a59;
  --guide-accent-soft: rgba(255, 122, 89, 0.16);
}

.guide-preview-card--desk {
  --guide-accent: #4f7cff;
  --guide-accent-soft: rgba(79, 124, 255, 0.16);
}

.guide-preview-card--gate {
  --guide-accent: #0f9d84;
  --guide-accent-soft: rgba(15, 157, 132, 0.17);
}

.guide-preview-card--bed {
  --guide-accent: #8b5cf6;
  --guide-accent-soft: rgba(139, 92, 246, 0.16);
}

.guide-preview-card--window {
  --guide-accent: #06b6d4;
  --guide-accent-soft: rgba(6, 182, 212, 0.16);
}

.guide-preview-card--porton {
  --guide-accent: #ef4444;
  --guide-accent-soft: rgba(239, 68, 68, 0.16);
}

.guide-preview-card--greenhouse {
  --guide-accent: #22c55e;
  --guide-accent-soft: rgba(34, 197, 94, 0.16);
}

@media (min-width: 900px) {
  .section-guides-directory .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .guide-preview-card-featured {
    grid-column: span 2;
    min-height: 280px;
  }

  .guide-preview-card-featured h3 {
    max-width: 9ch;
    font-size: clamp(1.9rem, 2.5vw, 2.45rem);
  }

  .guide-preview-card-featured .guide-preview-copy {
    max-width: 44ch;
  }
}

@media (max-width: 899px) {
  .guide-preview-card {
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .section-guides-directory .section-heading {
    margin-bottom: 1.6rem;
  }

  .guide-preview-card {
    min-height: 0;
    padding: 1.15rem;
    border-radius: 22px;
  }

  .guide-preview-card h3 {
    max-width: none;
    font-size: 1.75rem;
  }

  .guide-preview-copy {
    max-width: none;
  }

  .guide-preview-link {
    width: 100%;
    justify-content: center;
  }
}

.affiliate-cta-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.affiliate-cta-copy {
  display: grid;
  gap: 0.45rem;
}

.affiliate-cta-kicker {
  margin: 0 0 0 -0.18rem;
  align-self: flex-start;
  color: #fbbf24;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.affiliate-cta-title {
  margin: 0;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.55rem, 2.6vw, 2.3rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.affiliate-cta-text {
  margin: 0;
  max-width: 70ch;
  color: rgba(255,255,255,0.76);
  font-size: 1rem;
  line-height: 1.65;
}

.affiliate-cta-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.affiliate-cta-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.78);
  font-size: 0.8rem;
  font-weight: 700;
}

.affiliate-cta-meta span::before {
  content: '';
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.12);
}

.affiliate-cta-visual {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.affiliate-cta-orb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #f8fafc;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.affiliate-cta-orb::before {
  content: attr(data-icon);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.14);
  color: #fbbf24;
  font-size: 0.88rem;
}

.affiliate-cta-feature-list {
  display: grid;
  gap: 0.55rem;
}

.affiliate-cta-feature {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.7rem;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  font-weight: 600;
}

.affiliate-cta-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(245, 158, 11, 0.04));
  color: #fbbf24;
  font-size: 0.95rem;
  flex: 0 0 auto;
}

.affiliate-cta-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.affiliate-cta-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.affiliate-cta-trust-chip::before {
  content: attr(data-icon);
  color: #fbbf24;
}

.affiliate-cta-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.affiliate-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.58rem;
  min-height: 58px;
  padding: 0.92rem 1.15rem;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
  line-height: 1.15;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.affiliate-cta-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
}

.affiliate-cta-button-text {
  display: inline-block;
}

.affiliate-cta-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
}

.affiliate-cta-button--amazon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #09111f;
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.3);
}

.affiliate-cta-button--ali {
  background: linear-gradient(135deg, #34d399, #10b981);
  color: #052817;
  box-shadow: 0 18px 34px rgba(16, 185, 129, 0.26);
}

.affiliate-cta-note {
  margin: 0;
  color: rgba(255,255,255,0.62);
  font-size: 0.85rem;
  line-height: 1.5;
}

.affiliate-cta-block--top .affiliate-cta-shell {
  border-color: rgba(245, 158, 11, 0.2);
  box-shadow: 0 34px 72px rgba(4, 10, 20, 0.3);
}

.affiliate-cta-block--top .affiliate-cta-content {
  gap: 1.1rem;
}

.affiliate-cta-block--top .affiliate-cta-title {
  max-width: 16ch;
}

.affiliate-cta-block--top .affiliate-cta-orb:nth-child(1) {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.22);
}

.affiliate-cta-block--top .affiliate-cta-orb:nth-child(2) {
  background: rgba(16, 185, 129, 0.1);
  border-color: rgba(16, 185, 129, 0.2);
}

.affiliate-cta-block--top .affiliate-cta-orb:nth-child(3) {
  background: rgba(96, 165, 250, 0.1);
  border-color: rgba(96, 165, 250, 0.2);
}

.affiliate-cta-block--top .affiliate-cta-actions {
  max-width: 840px;
}

.affiliate-cta-block--top .affiliate-cta-button {
  border-radius: 18px;
}

.affiliate-cta-block--middle .affiliate-cta-shell {
  padding: 0.9rem 1rem;
  background: rgba(10, 22, 40, 0.58);
  backdrop-filter: blur(16px);
  border-color: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(4, 10, 20, 0.18);
}

.affiliate-cta-block--middle .affiliate-cta-content {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr) minmax(240px, 0.6fr);
  align-items: center;
  column-gap: 1.2rem;
}

.affiliate-cta-block--middle .affiliate-cta-copy {
  gap: 0.35rem;
}

.affiliate-cta-block--middle .affiliate-cta-kicker {
  color: rgba(251, 191, 36, 0.92);
}

.affiliate-cta-block--middle .affiliate-cta-title {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  max-width: 22ch;
}

.affiliate-cta-block--middle .affiliate-cta-text {
  font-size: 0.96rem;
  max-width: 60ch;
  color: rgba(255,255,255,0.7);
}

.affiliate-cta-block--middle .affiliate-cta-meta {
  grid-column: 1;
}

.affiliate-cta-block--middle .affiliate-cta-meta span {
  background: rgba(255,255,255,0.04);
}

.affiliate-cta-block--middle .affiliate-cta-actions {
  grid-column: 3;
  grid-row: 1 / span 3;
  grid-template-columns: 1fr;
  align-self: stretch;
  gap: 0.65rem;
}

.affiliate-cta-block--middle .affiliate-cta-feature-list {
  grid-column: 2;
  grid-row: 1 / span 3;
}

.affiliate-cta-block--middle .affiliate-cta-button {
  min-height: 50px;
  border-radius: 13px;
  font-size: 0.92rem;
}

.affiliate-cta-block--middle .affiliate-cta-note {
  grid-column: 1;
  color: rgba(255,255,255,0.54);
}

.affiliate-cta-block--middle .affiliate-cta-button--amazon {
  background: linear-gradient(135deg, #f8b84a, #d98700);
}

.affiliate-cta-block--middle .affiliate-cta-button--ali {
  background: linear-gradient(135deg, #57e6b5, #12b981);
}

.affiliate-cta-block--final .affiliate-cta-shell {
  text-align: left;
  padding: clamp(1rem, 2vw, 1.35rem);
  background:
    linear-gradient(180deg, rgba(8, 15, 29, 0.86), rgba(15, 23, 42, 0.84));
  border-color: rgba(245, 158, 11, 0.12);
  box-shadow: 0 20px 46px rgba(4, 10, 20, 0.18);
}

.affiliate-cta-block--final .affiliate-cta-shell::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.45), transparent);
  pointer-events: none;
}

.affiliate-cta-block--final .affiliate-cta-kicker {
  align-self: flex-start;
  margin-left: -0.18rem;
}

.affiliate-cta-block--final .affiliate-cta-topline {
  justify-content: flex-start;
}

.affiliate-cta-block--final .affiliate-cta-visual {
  justify-content: flex-start;
}

.affiliate-cta-block--final .affiliate-cta-title,
.affiliate-cta-block--final .affiliate-cta-text,
.affiliate-cta-block--final .affiliate-cta-note {
  max-width: 68ch;
  margin-left: 0;
  margin-right: 0;
}

.affiliate-cta-block--final .affiliate-cta-meta,
.affiliate-cta-block--final .affiliate-cta-actions {
  justify-content: flex-start;
}

.affiliate-cta-block--final .affiliate-cta-actions {
  max-width: 720px;
  margin: 0;
}

.affiliate-cta-block--final .affiliate-cta-trust-strip {
  margin-top: 0.15rem;
}

.affiliate-cta-block--final .affiliate-cta-trust-chip:nth-child(1) {
  background: rgba(245, 158, 11, 0.1);
  border-color: rgba(245, 158, 11, 0.18);
}

.affiliate-cta-block--final .affiliate-cta-trust-chip:nth-child(2) {
  background: rgba(96, 165, 250, 0.08);
  border-color: rgba(96, 165, 250, 0.14);
}

.affiliate-cta-block--final .affiliate-cta-trust-chip:nth-child(3) {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.14);
}

.affiliate-cta-block--final .affiliate-cta-button--amazon {
  box-shadow: 0 16px 28px rgba(245, 158, 11, 0.22);
}

.affiliate-cta-block--final .affiliate-cta-button--ali {
  box-shadow: 0 16px 28px rgba(16, 185, 129, 0.2);
}

.affiliate-cta-block--final .affiliate-cta-note {
  color: rgba(255,255,255,0.56);
}

@media (max-width: 767px) {
  .affiliate-cta-topline,
  .affiliate-cta-visual,
  .affiliate-cta-trust-strip {
    justify-content: flex-start;
  }

  .affiliate-cta-actions {
    grid-template-columns: 1fr;
  }

  .affiliate-cta-button {
    width: 100%;
  }

  .affiliate-cta-block--middle .affiliate-cta-content {
    grid-template-columns: 1fr;
  }

  .affiliate-cta-block--middle .affiliate-cta-actions,
  .affiliate-cta-block--middle .affiliate-cta-feature-list,
  .affiliate-cta-block--middle .affiliate-cta-meta,
  .affiliate-cta-block--middle .affiliate-cta-note {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-affiliate-panel {
    display: block;
  }
}

@media (min-width: 960px) {
  .hero-grid.has-hero-affiliate-panel,
  .hero-grid-editorial.has-hero-affiliate-panel {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.78fr);
    column-gap: 1.4rem;
  }
}

/* Panel derecho del hero en blanco (como version original) */
.hero-landing .spotlight-card {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(245, 158, 11, 0.22) !important;
  box-shadow: 0 20px 48px rgba(10, 20, 40, 0.22) !important;
}

.hero-landing .spotlight-card h2 {
  color: #0f2648 !important;
}

.hero-landing .spotlight-card p,
.hero-landing .spotlight-card .spotlight-text,
.hero-landing .spotlight-card li {
  color: rgba(15, 38, 72, 0.84) !important;
}

/* ============================================================
   SOCIAL PROOF STRIP
   ============================================================ */
.social-proof-strip {
  background: linear-gradient(90deg, #0e1f3a 0%, #132a4a 100%) !important;
  border-top: 1px solid rgba(245,158,11,0.2) !important;
  border-bottom: 1px solid rgba(245,158,11,0.2) !important;
  padding: 1rem 0 !important;
}

.social-proof-badge {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  color: rgba(255,255,255,0.85) !important;
  padding: 0.45rem 1.1rem !important;
  border-radius: 999px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
}

/* ============================================================
   SECCIÓN SOLUCIÓN — tarjetas oscuras con borde de color
   ============================================================ */
.section-killer-decision {
  background: linear-gradient(180deg, #f2f5f8 0%, #eef2f7 100%) !important;
}

.killer-decision-head h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem) !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
}

.killer-option-card {
  border-radius: 22px !important;
  box-shadow: 0 8px 32px rgba(15,23,42,0.10) !important;
  transition: transform 220ms ease, box-shadow 220ms ease !important;
  overflow: hidden;
}

.killer-option-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 50px rgba(15,23,42,0.15) !important;
}

.killer-option-safe {
  border-top: 4px solid #10b981 !important;
}

.killer-option-power {
  border-top: 4px solid #3b82f6 !important;
}

.killer-option-light {
  border-top: 4px solid #F59E0B !important;
}

.killer-option-tag {
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  background: rgba(15,23,42,0.06);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 0.6rem !important;
}

/* Bloque estrella: una sola tarjeta centrada y dominante */
#solucion .killer-decision-grid {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center;
  gap: 1.2rem !important;
}

#solucion .killer-option-card {
  width: min(100%, 1160px) !important;
}

#solucion .killer-option-card .bullet-list {
  max-width: 760px;
}

#solucion .killer-option-featured-main h3 {
  margin: 0.6rem 0 0.55rem;
}

#solucion .killer-option-featured-main > p {
  margin: 0 0 0.9rem;
}

#solucion .killer-option-featured-main .bullet-list {
  margin: 0.8rem 0 1.2rem;
}

#solucion .killer-featured-actions {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  margin-top: 0.35rem;
}

#solucion .killer-featured-cta-btn {
  width: min(100%, 760px);
  justify-content: center;
  margin-inline: auto;
}

#solucion .killer-featured-microcopy {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(15, 38, 72, 0.86);
  padding-left: 0.25rem;
}

@media (max-width: 768px) {
  #solucion .killer-featured-actions {
    justify-items: stretch;
  }

  #solucion .killer-featured-cta-btn {
    width: 100%;
  }

  #solucion .killer-featured-microcopy {
    text-align: center;
    padding-left: 0;
  }
}

/* ============================================================
   SECCIÓN APLICACIONES
   ============================================================ */
.section-quick-intent {
  background: #fff !important;
}

/* 4 columnas en escritorio; 2x2 en tablet; 1 en movil */
.section-quick-intent .quick-intent-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .section-quick-intent .quick-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .section-quick-intent .quick-intent-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.quick-intent-card {
  border-radius: 20px !important;
  box-shadow: 0 4px 20px rgba(15,23,42,0.07) !important;
  transition: transform 220ms ease, box-shadow 220ms ease !important;
  overflow: hidden;
}

.quick-intent-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 36px rgba(15,23,42,0.13) !important;
}

/* ============================================================
   BARRA DE CONFIANZA — FONDO TRANSPARENTE
   ============================================================ */
.trust-bar {
  background: transparent !important;
  border: none !important;
}

.trust-item {
  background: transparent !important;
  color: rgba(255,255,255,0.85) !important;
  border: none !important;
}

.social-proof-badge {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: rgba(255,255,255,0.85) !important;
}

.quick-intent-card .card-tag {
  color: #F59E0B !important;
  font-weight: 800 !important;
  font-size: 0.72rem !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* ============================================================
   SECCIÓN PRODUCTOS — cards con sombra fuerte, featured destacado
   ============================================================ */
.section-surface {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%) !important;
}

.pick-card {
  border-radius: 22px !important;
  box-shadow: 0 6px 24px rgba(15,23,42,0.08) !important;
  transition: transform 240ms ease, box-shadow 240ms ease !important;
  overflow: hidden;
}

.pick-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 48px rgba(15,23,42,0.14) !important;
}

.pick-card-featured {
  border: 2px solid #F59E0B !important;
  box-shadow: 0 8px 32px rgba(245,158,11,0.2), 0 2px 8px rgba(15,23,42,0.08) !important;
  position: relative;
}

.pick-card-featured::before {
  content: none;
}

.pick-rank {
  background: rgba(15,23,42,0.06) !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 0.5rem 1rem !important;
  text-align: center;
}

/* Spotlight de comparativa completa */
.compare-spotlight {
  border: 1px solid rgba(245, 158, 11, 0.28) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%) !important;
}

.compare-spotlight-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.8rem;
  align-items: center;
  padding: 1.25rem;
}

.compare-spotlight-media {
  margin: 0;
  min-height: 320px;
}

.compare-spotlight-media img {
  min-height: 320px;
}

.compare-spotlight-kicker {
  font-size: 0.82rem !important;
  letter-spacing: 0.12em !important;
}

.compare-spotlight-title {
  font-size: clamp(1.8rem, 3.2vw, 2.45rem) !important;
  margin: 0.8rem 0 0.7rem !important;
  line-height: 1.15 !important;
}

.compare-spotlight-copy {
  font-size: 1.05rem;
  color: rgba(15, 38, 72, 0.78);
  margin-bottom: 1rem;
}

.compare-spotlight-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.9rem 0 1.2rem;
}

.compare-spotlight-stats span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #0f2648;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.compare-spotlight-cta {
  width: 100%;
  text-align: center;
  margin-top: 0.2rem;
}

.compare-spotlight-secondary {
  display: inline-flex;
  justify-content: center;
  margin-top: 0.7rem;
  width: 100%;
}

/* ============================================================
   CTAs GLOBALES — efecto glow ámbar
   ============================================================ */
.button-cta.button-primary {
  background: linear-gradient(135deg, #F59E0B 0%, #d97706 100%) !important;
  color: #0a0f1a !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  border: none !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
}

.button-cta.button-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--glow-amber-hover) !important;
}

.button-cta.button-primary.button-large {
  padding: 1rem 2.2rem !important;
  font-size: 1.05rem !important;
  border-radius: 16px !important;
  box-shadow: var(--glow-amber) !important;
}

/* ============================================================
   CTA FINAL — dark section con glow
   ============================================================ */
.section-safe-closing {
  background: var(--hero-bg) !important;
  position: relative;
  overflow: hidden;
}

.section-safe-closing::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(245,158,11,0.1) 0%, transparent 65%);
  pointer-events: none;
}

.section-safe-closing .section-kicker {
  color: #F59E0B !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-safe-closing .safe-choice-title {
  color: #fff !important;
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  font-weight: 800 !important;
}

.section-safe-closing .safe-choice-sub {
  color: rgba(255,255,255,0.65) !important;
}

.section-safe-closing .safe-choice-list li {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.09) !important;
  border-radius: 14px !important;
  padding: 1rem 1.2rem !important;
  color: rgba(255,255,255,0.85) !important;
}

.section-safe-closing .safe-choice-item-body span {
  color: rgba(255,255,255,0.55) !important;
}

.section-safe-closing .btn-microcopy {
  color: rgba(255,255,255,0.5) !important;
}

/* ============================================================
   FAQ — DARK SECTION
   ============================================================ */
.section-dark {
  background: linear-gradient(180deg, #0a1628 0%, #0e1f3a 100%) !important;
}

.section-dark .section-kicker {
  color: #F59E0B !important;
}

.section-dark h2 {
  color: #fff !important;
}

.section-dark > .container > .section-heading p {
  color: rgba(255,255,255,0.55) !important;
}

.problem-card {
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.09) !important;
  border-radius: 18px !important;
  color: rgba(255,255,255,0.82) !important;
  transition: border-color 200ms ease, background 200ms ease !important;
}

.problem-card:hover {
  background: rgba(255,255,255,0.07) !important;
  border-color: rgba(245,158,11,0.25) !important;
}

.problem-card h3 {
  color: #fff !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.problem-card p {
  color: rgba(255,255,255,0.65) !important;
  font-size: 0.92rem !important;
}

.problem-card-strong {
  border-color: rgba(245,158,11,0.3) !important;
  background: rgba(245,158,11,0.05) !important;
}

.blog-cta-strip {
  margin-top: 2.5rem;
  text-align: center;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #060e1d !important;
  border-top: 1px solid rgba(245,158,11,0.15) !important;
  color: rgba(255,255,255,0.55) !important;
}

.site-footer .logo,
.site-footer .footer-logo {
  color: #fff !important;
}

.site-footer .footer-copy {
  color: rgba(255,255,255,0.45) !important;
}

.site-footer .footer-nav a {
  color: rgba(255,255,255,0.6) !important;
  transition: color 180ms ease;
}

.site-footer .footer-nav a:hover {
  color: #F59E0B !important;
}

.site-footer .footer-legal p {
  color: rgba(255,255,255,0.35) !important;
  font-size: 0.8rem !important;
}

/* ============================================================
   SECTION HEADINGS GLOBALES
   ============================================================ */
.section-kicker {
  color: #F59E0B !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.75rem !important;
}

.section-heading h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
  font-weight: 800 !important;
  color: #0a1628 !important;
  letter-spacing: -0.02em !important;
}

/* ============================================================
   CARDS GENERALES
   ============================================================ */
.content-card {
  border-radius: 20px !important;
  box-shadow: 0 4px 18px rgba(15,23,42,0.07) !important;
  transition: transform 220ms ease, box-shadow 220ms ease !important;
}

.content-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 38px rgba(15,23,42,0.13) !important;
}

/* ============================================================
   COMPARATIVAS - TABLA VISUAL
   ============================================================ */
.comparison-table-card {
  margin-top: 2rem;
  padding: 1.2rem;
  border: 1px solid rgba(245, 158, 11, 0.22) !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%) !important;
}

.comparison-title {
  margin: 0.6rem 0 1.2rem;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: #0f2648;
}

.comparison-table-scroll {
  overflow-x: auto;
  border-radius: 14px;
  border: 1px solid rgba(15, 38, 72, 0.12);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  background: #fff;
}

.comparison-table th,
.comparison-table td {
  padding: 0.82rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid rgba(15, 38, 72, 0.1);
}

.comparison-table thead th {
  background: #0f2648;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: sticky;
  top: 0;
}

.comparison-table tbody tr:nth-child(even) {
  background: #f6f9fc;
}

.comparison-table .is-best {
  background: rgba(245, 158, 11, 0.18);
  color: #0f2648;
  font-weight: 800;
}

.comparison-bottom-cta {
  margin-top: 1.2rem;
  text-align: center;
}

.compare-help-card-simple {
  margin-top: 2rem;
  text-align: center;
  padding: clamp(1.2rem, 3vw, 1.8rem) 0;
}

.compare-help-card-simple h2 {
  margin: 0 0 0.5rem;
  color: #0f2648;
  font-size: clamp(1.3rem, 3vw, 1.9rem);
  letter-spacing: -0.01em;
}

.compare-help-card-simple p {
  max-width: 620px;
  margin: 0 auto 1.2rem;
  color: rgba(15, 38, 72, 0.7);
  font-size: 1rem;
}

/* Comparativas: columnas de cards con mismo ancho */
.card-grid.card-grid-picks {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: stretch !important;
}

.card-grid.card-grid-picks > .pick-card {
  width: 100% !important;
  min-width: 0 !important;
}

/* Comparativas: tabla con columnas equilibradas */
.comparison-table {
  table-layout: fixed;
}

@media (max-width: 980px) {
  .card-grid.card-grid-picks {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* ============================================================
   MEDIA FRAMES — imagen con brillo en hover
   ============================================================ */
.media-frame img {
  transition: transform 420ms ease !important;
}

/* Todas las fotos centradas en su tarjeta/columna */
.media-frame,
.pick-card-media,
.quick-intent-media,
.hero-rec-media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: none !important;
}

.media-frame img,
.pick-card-media img,
.quick-intent-media img,
.hero-rec-media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  object-fit: cover !important;
  object-position: center center !important;
  box-shadow: none !important;
  filter: none !important;
}

.section-quick-intent .quick-intent-media {
  padding: 14px;
  background: linear-gradient(180deg, rgba(246, 249, 253, 0.98), rgba(237, 243, 250, 0.98));
  border-radius: 18px;
}

.section-quick-intent .quick-intent-media img.quick-intent-illustration {
  object-fit: contain !important;
  object-position: center center !important;
  width: 100%;
  height: 100%;
  padding: 6px;
}

.quick-intent-sketch {
  margin: 14px 14px 0;
  min-height: 180px;
  border: 1px solid rgba(15, 38, 72, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(238, 244, 251, 0.98));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.quick-intent-sketch-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.quick-intent-sketch .sketch-dark {
  fill: none;
  stroke: #233247;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-intent-sketch .sketch-line-light {
  fill: none;
  stroke: #4b5565;
  stroke-width: 8;
  stroke-linecap: round;
}

.quick-intent-sketch .sketch-mid {
  fill: none;
  stroke: #6f7e92;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-intent-sketch .sketch-mid-fill {
  fill: #a6b2c2;
  stroke: #233247;
  stroke-width: 6;
}

.quick-intent-sketch .sketch-dark-fill {
  fill: #233247;
}

.quick-intent-sketch .sketch-soft {
  fill: #dbe4ef;
  stroke: #233247;
  stroke-width: 6;
}

.quick-intent-sketch .sketch-accent-line {
  fill: none;
  stroke: #f59e0b;
  stroke-width: 10;
  stroke-linecap: round;
}

.quick-intent-sketch .sketch-accent-fill {
  fill: #f59e0b;
}

.quick-intent-sketch .sketch-wood {
  fill: none;
  stroke: #ad6e3d;
  stroke-width: 10;
  stroke-linecap: round;
}

.quick-intent-sketch .sketch-bed-base {
  fill: #c99170;
  stroke: #233247;
  stroke-width: 6;
}

.quick-intent-sketch .sketch-bed-head {
  fill: #d8b4a3;
  stroke: #233247;
  stroke-width: 6;
}

.quick-intent-sketch .sketch-bed-leg {
  fill: #7d5642;
}

.quick-intent-sketch .sketch-chip {
  fill: #2f5f96;
  stroke: #233247;
  stroke-width: 6;
}

.quick-intent-sketch .sketch-green {
  fill: none;
  stroke: #22c55e;
  stroke-width: 8;
  stroke-linecap: round;
}

.quick-intent-sketch .sketch-red {
  fill: none;
  stroke: #ef4444;
  stroke-width: 8;
  stroke-linecap: round;
}

.quick-intent-sketch .sketch-red-fill {
  fill: #ef4444;
}

/* Margen lateral en fotos de tarjetas clave */
#solucion .pick-card-media,
.section-quick-intent .quick-intent-media,
#comparativas .pick-card-media {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 12px;
  background: transparent;
}

#comparativas .card-grid-picks > .pick-card:not(.compare-spotlight) .pick-card-media {
  aspect-ratio: 1 / 1;
  height: auto !important;
  min-height: 320px;
  align-items: stretch;
}

#solucion .pick-card-media img,
.section-quick-intent .quick-intent-media img,
#comparativas .pick-card-media img {
  border-radius: 14px;
}

#comparativas .card-grid-picks > .pick-card:not(.compare-spotlight) .pick-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

@media (max-width: 720px) {
  #comparativas .card-grid-picks > .pick-card:not(.compare-spotlight) .pick-card-media {
    min-height: 260px;
  }
}

.media-frame:hover img {
  transform: scale(1.05) !important;
}

/* Fotos limpias: sin overlays, sin chapas ni sombreado oscuro */
.media-impact::before,
.media-impact::after {
  content: none !important;
  display: none !important;
}

.media-impact img,
.media-impact:hover img {
  transform: none !important;
  filter: none !important;
}

/* ============================================================
   ANIMACIÓN FADE-IN HERO
   ============================================================ */
@keyframes heroFade {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-fade-step-1 { animation: heroFade 0.55s ease both; }
.hero-fade-step-2 { animation: heroFade 0.65s 0.1s ease both; }
.hero-fade-step-3 { animation: heroFade 0.65s 0.2s ease both; }
.hero-fade-step-4 { animation: heroFade 0.65s 0.3s ease both; }
.hero-fade-step-5 { animation: heroFade 0.65s 0.4s ease both; }

/* ============================================================
   RESPONSIVE — mobile
   ============================================================ */
@media (max-width: 768px) {
  .hero-landing {
    padding: 4rem 0 3.5rem !important;
  }

  .hero-landing h1 {
    font-size: 2rem !important;
  }

  .hero-landing .hero-actions {
    flex-direction: column;
  }

  .hero-landing .hero-actions a {
    width: 100%;
    text-align: center;
  }

  .pick-card-featured::before {
    font-size: 0.6rem;
    padding: 0.25rem 0.7rem;
  }

  .compare-spotlight-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0.9rem;
  }

  .compare-spotlight-media,
  .compare-spotlight-media img {
    min-height: 230px;
  }

  .compare-spotlight-title {
    font-size: 1.65rem !important;
  }
}

/* ============================================================
   HÉROES INTERIORES — Fondos sutiles y difuminados
   ============================================================ */

/* COMPARATIVAS HERO — Fondo industrial/técnico */
.hero-landing-comparativas {
  background: 
    linear-gradient(90deg, rgba(7, 17, 30, 0.9) 0%, rgba(12, 28, 46, 0.82) 28%, rgba(15, 38, 63, 0.48) 56%, rgba(15, 38, 63, 0.16) 78%, rgba(15, 38, 63, 0.08) 100%),
    url('../images/csm_Titel-Elektrozylinder_61fba7c02c.jpg') center center/cover !important;
  background-attachment: scroll !important;
}

.hero-landing-comparativas::before {
  background: none !important;
}

.hero-landing-comparativas::after {
  background: none !important;
}

/* GUÍAS HERO — Fondo educativo/proceso */
.hero-landing-guias {
  background: 
    linear-gradient(135deg, rgba(6, 14, 29, 0.88) 0%, rgba(14, 34, 64, 0.92) 100%),
    url('https://images.unsplash.com/photo-1552664730-d307ca884978?w=1400&q=70') center/cover !important;
  background-attachment: fixed !important;
}

.hero-landing-guias::before {
  background: none !important;
}

.hero-landing-guias::after {
  top: -80px;
  bottom: auto;
  width: 550px;
  height: 550px;
  right: auto;
  left: -100px;
  background: radial-gradient(circle, rgba(50, 110, 200, 0.12) 0%, transparent 65%);
  border-radius: 50%;
}

/* BLOG HERO — Fondo informativo/contenido */
.hero-landing-blog {
  background: 
    linear-gradient(135deg, rgba(6, 14, 29, 0.88) 0%, rgba(14, 34, 64, 0.92) 100%),
    url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1400&q=70') center/cover !important;
  background-attachment: fixed !important;
}

.hero-landing-blog::before {
  background: none !important;
}

.hero-landing-blog::after {
  top: -60px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(245,158,11,0.1) 0%, transparent 65%);
  border-radius: 50%;
}

/* Mejora general: blobs decorativos para interiores */
.hero-landing-comparativas .container::before,
.hero-landing-guias .container::before,
.hero-landing-blog .container::before {
  display: none;
}

/* HOME HERO — Fondo con imagen (principal) */
.hero-landing-home {
  background: 
    linear-gradient(135deg, rgba(6, 14, 29, 0.88) 0%, rgba(14, 34, 64, 0.92) 100%),
    url('../images/linear-actuator-la37.avif') center/cover !important;
  background-attachment: fixed !important;
}

.hero-landing-home::before {
  background: none !important;
}

.hero-landing-home::after {
  top: auto;
  bottom: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, transparent 65%);
  border-radius: 50%;
}

.hero-landing-home .container::before {
  display: none;
}

/* ================================================================
   GUIDES DIRECTORY — image-background card layout
   ================================================================ */

.guides-group {
  margin-bottom: 2.5rem;
}

.guides-group-label {
  font-family: var(--font-heading, 'Rajdhani', sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--color-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-line);
}

/* --- Base card: imagen como fondo con overlay --- */
.gcard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: var(--radius-sm);
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-image: var(--gcard-bg);
  background-size: cover;
  background-position: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

/* Overlay oscuro semitransparente */
.gcard::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(10, 20, 38, 0.45) 0%,
    rgba(10, 20, 38, 0.78) 100%
  );
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  border-radius: inherit;
  z-index: 0;
}

.gcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(10, 20, 38, 0.22);
}

.gcard-content {
  position: relative;
  z-index: 1;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* --- Tamaño grande (Guias Importantes) --- */
.gcard--large {
  min-height: 340px;
}

.gcard--large .gcard-title {
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.gcard--large .gcard-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.82);
  margin: 0.15rem 0 0.6rem;
  line-height: 1.45;
  max-width: 340px;
}

/* --- Tamaño pequeño (Guias segun el uso) --- */
.gcard--small {
  min-height: 210px;
}

.gcard--small .gcard-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: #fff;
}

.gcard--small .gcard-desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.78);
  margin: 0.1rem 0 0.5rem;
  line-height: 1.4;
}

/* --- Badge (etiqueta de color arriba) --- */
.gcard-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.75rem;
  border-radius: 2rem;
  margin-bottom: 0.4rem;
  width: fit-content;
}

.gcard-badge--orange {
  background: var(--color-accent);
  color: #fff;
}

.gcard-badge--blue {
  background: #3b82f6;
  color: #fff;
}

/* --- Kicker pequeño (Otras Guias) --- */
.gcard-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-accent);
  margin-bottom: 0.1rem;
}

/* --- Botón dentro de la carta --- */
.gcard-btn {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  width: fit-content;
  margin-top: 0.25rem;
  transition: filter var(--transition-base), transform var(--transition-base);
}

.gcard-btn--orange {
  background: var(--color-accent);
  color: #fff;
}

.gcard-btn--blue {
  background: #3b82f6;
  color: #fff;
}

.gcard:hover .gcard-btn {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

/* --- White card (imagen lateral, fondo claro) --- */
.gcard-white {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #f0f2f6;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 32px rgba(15,23,42,0.09);
  overflow: hidden;
  text-decoration: none;
  color: var(--color-text);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  min-height: 290px;
  position: relative;
  isolation: isolate;
}

.gcard-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px rgba(10,20,38,0.14);
}

.gcard-white-body {
  flex: 1 1 auto;
  padding: 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1.8rem;
  gap: 0.3rem;
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.gcard-white-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.3rem 0.85rem;
  border-radius: 2rem;
  margin-bottom: 0.85rem;
  letter-spacing: 0.01em;
}

.gcard-white-badge .gcard-star {
  font-size: 0.75rem;
  line-height: 1;
}

.gcard-white-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.18;
  margin: 0 0 0.2rem;
}

.gcard-white-desc {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 0.7rem;
  line-height: 1.45;
}

.gcard-white-btn {
  display: inline-block;
  background: var(--color-accent);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border-radius: 0.4rem;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--transition-base), transform var(--transition-base);
  border: none;
  line-height: 1;
}

.gcard-white:hover .gcard-white-btn {
  background: var(--color-accent-strong);
  transform: translateY(-1px);
}

.gcard-white-media {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.gcard-white-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  display: block;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 4px 18px rgba(15,23,42,0.10));
}

/* --- Grids --- */
.guides-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 0;
}

.guides-other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* --- White card pequeña (Guias segun el uso) --- */
.gcard-white--uso {
  min-height: 210px;
}

.gcard-white--uso .gcard-white-body {
  padding: 1.2rem 1.4rem;
  gap: 0.2rem;
}

.gcard-white--uso .gcard-white-title {
  font-size: 1.1rem;
}

.gcard-white--uso .gcard-white-desc {
  font-size: 0.78rem;
  margin-bottom: 0.5rem;
}

.gcard-white--uso .gcard-white-btn {
  font-size: 0.78rem;
  padding: 0.45rem 1.1rem;
}

/* Fotos normales (sin fondo eliminado): fade desde la izquierda */
.gcard-img--photo {
  mix-blend-mode: normal !important;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .guides-featured-grid {
    grid-template-columns: 1fr;
  }
  .guides-other-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .guides-other-grid {
    grid-template-columns: 1fr;
  }
}
