/* CLIMAXA — Home, catálogo, servicios — Rediseño profesional */

/* ============ HERO ============ */
.hero {
  position: relative;
  background: #061a30;
  color: white;
  overflow: hidden;
  padding: 100px 0 120px;
  isolation: isolate;
}

/* Gradient mesh background */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 30%, rgba(14,77,158,.85) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(37,153,216,.45) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 60% 10%, rgba(62,177,229,.3) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Dot grid overlay */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 72px;
  align-items: center;
}

/* Eyebrow pill */
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(109,197,232,.12);
  border: 1px solid rgba(109,197,232,.28);
  border-radius: 50px;
  color: #9fd9ee;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: var(--font-body);
}

.hero-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6dc5e8;
  box-shadow: 0 0 10px #6dc5e8;
  animation: pulse 2.2s ease-in-out infinite;
  flex-shrink: 0;
}

.hero h1 {
  color: white;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
}

.hero h1 .accent {
  background: linear-gradient(135deg, #6dc5e8 0%, #3eb1e5 50%, #29b6f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.hero p {
  font-size: 1.08rem;
  color: rgba(255,255,255,.78);
  margin-bottom: 38px;
  max-width: 500px;
  line-height: 1.7;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.hero .btn-primary {
  background: linear-gradient(135deg, var(--brand-700), var(--brand-400));
  box-shadow: 0 8px 28px rgba(28,127,196,.55);
}
.hero .btn-primary:hover:not(:disabled) {
  box-shadow: 0 12px 36px rgba(28,127,196,.70);
  transform: translateY(-2px);
}

.hero .btn-outline {
  border-color: rgba(255,255,255,.28);
  color: white;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(8px);
}
.hero .btn-outline:hover {
  background: white;
  color: var(--ink-900);
  border-color: white;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

/* Stats row */
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: white;
  letter-spacing: -0.03em;
  line-height: 1;
}

.hero-stat span { font-size: 0.82rem; color: rgba(255,255,255,.58); margin-top: 4px; display: block; }

/* ============ HERO PARTICLES ============ */
#hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* ─── Hero visual ─── */
.hero-visual {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

/* Glowing rings */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(109,197,232,.18);
  animation: ringPulse 6s ease-in-out infinite;
}
.hero-ring.r1 { inset: 0; }
.hero-ring.r2 { inset: 10%; border-color: rgba(109,197,232,.24); animation-delay: 1s; }
.hero-ring.r3 { inset: 22%; border-color: rgba(109,197,232,.32); animation-delay: 2s; }
.hero-ring.r4 {
  inset: 34%;
  border-color: rgba(109,197,232,.40);
  background: radial-gradient(circle, rgba(37,153,216,.12) 0%, transparent 70%);
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.03); opacity: 1; }
}

/* Logo in center */
.hero-logo-wrap {
  position: relative;
  z-index: 2;
  width: 130px;
  height: 130px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 8px rgba(62,177,229,.15), 0 24px 60px rgba(28,127,196,.6);
  animation: floatLogo 5s ease-in-out infinite;
}

.hero-logo-wrap img {
  width: 96px;
  height: 96px;
  object-fit: contain;
}

@keyframes floatLogo {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.01); }
}

/* Floating chips */
.hero-chip {
  position: absolute;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 10px 18px;
  font-size: 0.83rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  animation: float 4s ease-in-out infinite;
  white-space: nowrap;
}

.hero-chip-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6dc5e8;
  box-shadow: 0 0 8px #6dc5e8;
  flex-shrink: 0;
}

.hero-chip.c1 { top: 10%; left: -14%; animation-delay: 0s; }
.hero-chip.c2 { bottom: 24%; right: -16%; animation-delay: 1.6s; }
.hero-chip.c3 { bottom: 6%;  left: 4%;   animation-delay: 0.8s; }

/* ============ FEATURE STRIP ============ */
.feature-strip {
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
  position: relative;
  z-index: 1;
}

.feature-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 20px;
  border-right: 1px solid var(--border);
  transition: background var(--t-fast);
  position: relative;
}

.feature-item:last-child { border-right: none; }
.feature-item:hover { background: var(--brand-50); }

.feature-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: var(--grad-brand);
  border-radius: 2px;
  transition: transform var(--t);
}
.feature-item:hover::after { transform: translateX(-50%) scaleX(1); }

.feature-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--grad-brand);
  border-radius: var(--radius-lg);
  color: white;
  box-shadow: 0 4px 14px rgba(28,127,196,.3);
  transition: transform var(--t);
}

.feature-item:hover .feature-icon { transform: scale(1.08) rotate(-3deg); }

.feature-text strong {
  display: block;
  font-size: 0.95rem;
  color: var(--ink-900);
  font-weight: 700;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
}

.feature-text span { font-size: 0.81rem; color: var(--text-muted); }

/* ============ SECCIONES ============ */
.section { padding: 90px 0; }

.section-header { text-align: center; max-width: 700px; margin: 0 auto 56px; }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-600);
  margin-bottom: 14px;
}

.section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--grad-brand);
  border-radius: 2px;
}

.section h2 { margin-bottom: 16px; }
.section-header p { color: var(--text-muted); font-size: 1.06rem; line-height: 1.7; }

/* ============ POR QUÉ CLIMAXA — CARDS ============ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.why-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px 26px;
  transition: all var(--t);
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}

.why-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--brand-50) 0%, transparent 60%);
  opacity: 0;
  transition: opacity var(--t);
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-200);
}
.why-card:hover::before { transform: scaleX(1); }
.why-card:hover::after  { opacity: 1; }

.why-card-icon, .why-card h4, .why-card p { position: relative; z-index: 1; }

.why-card-icon {
  width: 54px;
  height: 54px;
  background: var(--brand-50);
  border-radius: var(--radius-lg);
  display: grid;
  place-items: center;
  color: var(--brand-700);
  margin-bottom: 18px;
  transition: all var(--t);
  border: 1px solid var(--brand-100);
}

.why-card:hover .why-card-icon {
  background: var(--grad-brand);
  color: white;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(28,127,196,.35);
}

.why-card h4 { margin-bottom: 10px; font-size: 1.05rem; }
.why-card p { color: var(--text-muted); font-size: 0.91rem; line-height: 1.6; }

/* ============ CATEGORÍAS ============ */
.categorias-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.cat-card {
  position: relative;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 30px 22px 24px;
  cursor: pointer;
  transition: all var(--t);
  overflow: hidden;
  text-align: left;
}

.cat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--grad-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}

.cat-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.3) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
  transition: left 0.6s ease;
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-200);
}
.cat-card:hover::before { transform: scaleX(1); }
.cat-card:hover::after  { left: 150%; }

.cat-card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: var(--brand-50);
  border-radius: var(--radius-lg);
  margin-bottom: 16px;
  color: var(--brand-700);
  transition: all var(--t);
  border: 1px solid var(--brand-100);
}

.cat-card:hover .cat-card-icon {
  background: var(--grad-brand);
  color: white;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(28,127,196,.35);
}

.cat-card h4 { font-size: 1.02rem; margin-bottom: 6px; font-family: var(--font-display); letter-spacing: -0.01em; }
.cat-card p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.5; }

/* ============ PRODUCTOS ============ */
.productos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.producto-card {
  position: relative;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--t);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.producto-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-brand);
  opacity: 0;
  transition: opacity var(--t);
}

.producto-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-200);
}

.producto-card:hover::before { opacity: 1; }

.producto-imagen {
  aspect-ratio: 4/3;
  background: linear-gradient(145deg, #e8f4fb 0%, #d0eaf6 50%, #b8dff0 100%);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.producto-imagen::before {
  content: '';
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.5) 50%, transparent 100%);
  z-index: 2;
  pointer-events: none;
  transition: left 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.producto-card:hover .producto-imagen::before { left: 160%; }

.producto-imagen::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.35) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.producto-imagen svg {
  width: 58%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(13,31,51,.15));
  transition: transform var(--t-slow);
  position: relative; z-index: 1;
}

.producto-imagen img { width: 100% !important; height: 100% !important; object-fit: cover; transition: transform var(--t-slow); }
.producto-card:hover .producto-imagen svg { transform: scale(1.07) rotate(-3deg); }
.producto-card:hover .producto-imagen img { transform: scale(1.05); }

.producto-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  color: white;
  padding: 5px 12px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(255,107,53,.45);
  z-index: 2;
}

.producto-info { padding: 20px 22px 22px; flex: 1; display: flex; flex-direction: column; }

.producto-marca {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-600);
  margin-bottom: 5px;
}

.producto-nombre {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 12px;
  line-height: 1.3;
  font-family: var(--font-display);
}

.producto-specs {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.producto-spec {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--brand-50);
  color: var(--brand-800);
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  border: 1px solid var(--brand-100);
}

.producto-precio-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--border);
  gap: 10px;
}

.producto-precio {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--ink-900);
  letter-spacing: -0.03em;
  line-height: 1;
}

.producto-precio span {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-right: 1px;
  vertical-align: middle;
  font-family: var(--font-body);
  letter-spacing: 0;
}

.producto-card .btn {
  padding: 10px 18px;
  font-size: 0.83rem;
  border-radius: var(--radius);
  gap: 6px;
}

/* ============ FILTROS ============ */
.filtros-bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 28px;
  padding: 16px 20px;
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-sm);
  box-shadow: var(--shadow-sm);
}

.filtros-bar input, .filtros-bar select { flex: 1; min-width: 160px; }

/* ============ SECCIÓN CTA OSCURA ============ */
.section-dark {
  background: linear-gradient(135deg, #061a30 0%, #0d1f33 50%, #0e3060 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.section-dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.section-dark::after {
  content: '';
  position: absolute;
  top: -60%;
  right: -10%;
  width: 70%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(37,153,216,.18) 0%, transparent 60%);
  pointer-events: none;
}

.price-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-xl);
  padding: 22px 20px;
  transition: all var(--t);
  backdrop-filter: blur(8px);
}

.price-card:hover {
  background: rgba(255,255,255,.10);
  border-color: rgba(109,197,232,.3);
  transform: translateY(-2px);
}

.price-card .amount {
  color: var(--brand-300);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}

.price-card .label { font-size: 0.85rem; color: rgba(255,255,255,.6); }

.price-card .desde {
  font-size: 0.62rem;
  font-weight: 700;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}

.cta-services-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 64px;
  align-items: center;
}
.cta-prices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* ============ FOOTER ============ */
.footer {
  background: linear-gradient(180deg, #061a30 0%, #0d1f33 100%);
  color: rgba(255,255,255,.65);
  padding: 72px 0 36px;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 56px;
}

.footer-brand .climaxa-mark {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.footer-brand p {
  line-height: 1.65;
  max-width: 340px;
  font-size: 0.92rem;
  color: rgba(255,255,255,.55);
  margin-top: 14px;
}

.footer h5 {
  color: white;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: var(--font-display);
  position: relative;
  padding-bottom: 12px;
}

.footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--grad-brand);
  border-radius: 2px;
}

.footer-links { list-style: none; display: flex; flex-direction: column; gap: 11px; }

.footer-links a {
  color: rgba(255,255,255,.55);
  font-size: 0.91rem;
  transition: all var(--t-fast);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: var(--brand-300);
  transition: width var(--t-fast);
  border-radius: 1px;
}

.footer-links a:hover { color: var(--brand-300); }
.footer-links a:hover::before { width: 12px; }

.footer-bottom {
  max-width: 1280px;
  margin: 52px auto 0;
  padding: 24px 32px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.84rem;
  color: rgba(255,255,255,.38);
}

/* ============ PASOS / CÓMO FUNCIONA ============ */
.steps-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.step-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.step-num {
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--brand-400);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.step-icon {
  width: 72px;
  height: 72px;
  background: var(--grad-brand);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: white;
  box-shadow: var(--shadow-brand);
  transition: transform var(--t), box-shadow var(--t);
  position: relative;
  z-index: 1;
}

.step-item:hover .step-icon {
  transform: scale(1.1) translateY(-4px);
  box-shadow: var(--shadow-brand-lg);
}

.step-item h4 { margin-bottom: 10px; font-size: 1.05rem; }
.step-item p { color: var(--text-muted); font-size: 0.88rem; line-height: 1.6; }

.step-connector {
  width: 60px;
  flex-shrink: 0;
  margin-top: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-300), var(--brand-400));
  position: relative;
}

.step-connector::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--brand-400);
}

/* ============ TESTIMONIOS ============ */
.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonio-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all var(--t);
  position: relative;
  overflow: hidden;
}

.testimonio-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 8rem;
  font-family: Georgia, serif;
  color: var(--brand-100);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.testimonio-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-200);
}

.testimonio-estrellas {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.testimonio-texto {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  flex: 1;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.testimonio-autor {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.testimonio-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 800;
  font-size: 0.85rem;
  font-family: var(--font-display);
  flex-shrink: 0;
}

.testimonio-autor strong {
  display: block;
  font-size: 0.92rem;
  color: var(--ink-900);
  font-family: var(--font-display);
}

.testimonio-autor span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* ============ SERVICIOS CARDS ============ */
.servicios-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
}

.servicio-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: all var(--t);
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}

.servicio-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-brand);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t);
}

.servicio-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-200);
}
.servicio-card:hover::before { transform: scaleX(1); }

.servicio-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.servicio-icon {
  width: 58px;
  height: 58px;
  border-radius: var(--radius-lg);
  display: grid;
  place-items: center;
  background: var(--brand-50);
  color: var(--brand-700);
  border: 1px solid var(--brand-100);
  flex-shrink: 0;
  transition: all var(--t);
}

.servicio-card:hover .servicio-icon {
  background: var(--grad-brand);
  color: white;
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(26,114,204,.35);
  transform: scale(1.08) rotate(-4deg);
}

.servicio-precio-wrap { text-align: right; }

.servicio-desde {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 2px;
}

.servicio-precio {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--brand-700);
  letter-spacing: -0.02em;
  line-height: 1;
}

.servicio-card h4 {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 8px;
  font-family: var(--font-display);
}

.servicio-card p {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 18px;
}

.servicio-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}

.servicio-duracion {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 500;
}

.servicio-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-600);
  font-family: var(--font-display);
  transition: gap var(--t-fast), color var(--t-fast);
}

.servicio-card:hover .servicio-cta {
  color: var(--brand-700);
  gap: 9px;
}

/* ============ IMPACT NUMBERS ============ */
.impact-section {
  background: linear-gradient(135deg, var(--brand-700) 0%, var(--brand-500) 100%);
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}

.impact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 28px 28px;
}

.impact-section::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -10%;
  width: 70%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(255,255,255,.08) 0%, transparent 60%);
  pointer-events: none;
}

.impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.impact-item {
  text-align: center;
  padding: 12px 20px;
  border-right: 1px solid rgba(255,255,255,.15);
}

.impact-item:last-child { border-right: none; }

.impact-num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 900;
  color: white;
  letter-spacing: -0.04em;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.impact-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,.72);
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

/* ============ SECCIÓN OSCURA CTA — ORBS ============ */
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  animation: orbFloat var(--dur, 14s) ease-in-out infinite;
  opacity: 0.45;
}

.cta-orb-1 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(35,145,224,.6), transparent 70%);
  bottom: -80px; right: 15%;
  --dur: 12s;
}

.cta-orb-2 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(109,197,232,.5), transparent 70%);
  top: -40px; right: 35%;
  --dur: 16s;
  animation-delay: -5s;
}

.cta-orb-3 {
  width: 150px; height: 150px;
  background: radial-gradient(circle, rgba(255,87,34,.35), transparent 70%);
  top: 30%; left: 10%;
  --dur: 10s;
  animation-delay: -3s;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 340px; margin: 0 auto; }
  .feature-strip-inner { grid-template-columns: repeat(2, 1fr); }
  .feature-item { border-bottom: 1px solid var(--border); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .subpage-hero-grid { grid-template-columns: 1fr !important; gap: 32px !important; }
  .section { padding: 64px 0; }
  .section-header { margin-bottom: 40px; }
  .cta-services-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 780px) {
  .steps-row { flex-direction: column; align-items: center; gap: 8px; }
  .step-connector { width: 2px; height: 32px; margin-top: 0; flex-shrink: 0;
    background: linear-gradient(180deg, var(--brand-300), var(--brand-400)); }
  .step-connector::after {
    right: auto; top: auto; bottom: -6px; left: 50%;
    transform: translateX(-50%);
    border-left-color: transparent;
    border-top-color: var(--brand-400);
  }
  .step-item { max-width: 380px; width: 100%; }
  .testimonios-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 0 20px; }
  .footer-inner { padding: 0 20px; }
  .footer-bottom { padding: 20px 20px 0; }
}

@media (max-width: 600px) {
  .hero { padding: 44px 0 60px; }
  .hero-inner { gap: 28px; padding: 0 18px; }
  .hero h1 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .hero p { font-size: 0.95rem; margin-bottom: 28px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 32px; padding-top: 24px; }
  .hero-stat strong { font-size: 1.5rem; }
  .hero-stat span { font-size: 0.72rem; }
  .hero-chip { display: none; }
  .hero-visual { max-width: 260px; }
  .feature-strip-inner { grid-template-columns: 1fr; }
  .feature-item { border-right: none; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding: 0 18px; }
  .footer-bottom { padding: 20px 18px 0; font-size: 0.78rem; }
  .section { padding: 48px 0; }
  .section-header { margin-bottom: 28px; }
  .section-header p { font-size: 0.95rem; }
  .productos-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .producto-info { padding: 12px 14px 14px; }
  .producto-nombre { font-size: 0.9rem; }
  .producto-precio { font-size: 1.15rem; }
  .producto-card .btn { padding: 8px 12px; font-size: 0.78rem; }
  .why-grid { grid-template-columns: 1fr; }
  .testimonios-grid { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .impact-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.15); padding: 18px 12px; }
  .impact-item:nth-last-child(-n+2) { border-bottom: none; }
  .impact-num { font-size: 2.2rem; }
  .servicios-cards-grid { grid-template-columns: 1fr; }
  .categorias-grid { grid-template-columns: 1fr 1fr; }
  .why-card, .servicio-card { padding: 22px 18px; }
  .cta-prices-grid { gap: 10px; }
  .price-card { padding: 16px 14px; }
  .price-card .amount { font-size: 1.5rem; }
}

@media (max-width: 430px) {
  .hero-visual { display: none; }
  .productos-grid { grid-template-columns: 1fr; }
  .categorias-grid { grid-template-columns: 1fr; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .hero { padding: 36px 0 52px; }
  .hero h1 { font-size: clamp(1.75rem, 9vw, 2.2rem); }
  .section { padding: 40px 0; }
}

/* ============ PROCESS SECTION (servicios.html) ============ */
.process-section {
  background: linear-gradient(135deg, #061a30 0%, #0d2d50 55%, #0a3d7e 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.process-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.process-section .section-header { margin-bottom: 52px; }

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 96px;
  left: calc(16.7% + 36px);
  right: calc(16.7% + 36px);
  height: 2px;
  background: linear-gradient(90deg, rgba(35,145,224,.5), rgba(109,197,232,.9), rgba(35,145,224,.5));
  pointer-events: none;
}

.process-step {
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
}
.process-step-num {
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 900;
  color: rgba(255,255,255,.06);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: -18px;
}
.process-step-icon {
  width: 72px;
  height: 72px;
  background: var(--grad-brand);
  border-radius: var(--radius-xl);
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  color: white;
  box-shadow: 0 12px 32px rgba(26,114,204,.5);
  position: relative;
}
.process-step-icon::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: calc(var(--radius-xl) + 3px);
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 60%);
  pointer-events: none;
}
.process-step h4 {
  color: white;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.process-step p {
  color: rgba(255,255,255,.62);
  font-size: 0.875rem;
  line-height: 1.7;
  max-width: 220px;
  margin: 0 auto;
}

.process-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
  position: relative;
  z-index: 1;
}
.process-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.78);
  font-size: 0.875rem;
  font-weight: 500;
}
.process-trust-item svg { color: var(--brand-300); flex-shrink: 0; }

/* ============ SERVICE PROMISE CARDS ============ */
.service-promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.service-promise-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 16px;
  transition: box-shadow var(--t-fast), border-color var(--t-fast), transform var(--t-fast);
}
.service-promise-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--brand-200);
  transform: translateY(-2px);
}
.service-promise-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.service-promise-card strong {
  display: block;
  font-size: 0.9rem;
  color: var(--ink-900);
  font-weight: 700;
  margin-bottom: 3px;
}
.service-promise-card span {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ============ BRAND STRIP (catálogo) ============ */
.brand-strip {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.brand-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}
.brand-strip-inner::-webkit-scrollbar { display: none; }
.brand-strip-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
  flex-shrink: 0;
}
.brand-logo-pill {
  padding: 6px 16px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink-700);
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--font-display);
  letter-spacing: -0.01em;
  transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast);
  cursor: default;
}
.brand-logo-pill:hover {
  background: var(--brand-50);
  border-color: var(--brand-200);
  color: var(--brand-700);
}
.brand-strip-logos {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Responsive for new sections */
@media (max-width: 860px) {
  .process-steps { grid-template-columns: 1fr; gap: 20px; }
  .process-steps::before { display: none; }
  .process-step { max-width: 340px; margin: 0 auto; }
  .service-promise-grid { grid-template-columns: 1fr; }
  .process-section { padding: 60px 0; }
}

@media (max-width: 600px) {
  .process-section { padding: 44px 0; }
  .process-step-num { font-size: 2.4rem; margin-bottom: -10px; opacity: 0.5; }
  .process-step-icon { width: 60px; height: 60px; margin-bottom: 16px; }
  .process-trust { gap: 10px 20px; margin-top: 36px; padding-top: 28px; flex-direction: column; align-items: flex-start; max-width: 280px; margin-left: auto; margin-right: auto; }
  .filtros-bar { gap: 10px; padding: 12px 14px; }
  .filtros-bar input, .filtros-bar select { min-width: 100%; }
  .brand-strip-inner { padding: 0 18px; gap: 12px; }
}
