.hero {
  padding: 140px 24px 80px;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff1f1;
  border: 1px solid #fecaca;
  color: var(--color-red-600);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 32px;
}
.hero-badge .dot {
  width: 7px;
  height: 7px;
  background: var(--color-red-600);
  border-radius: 50%;
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #1d1d1f;
  margin-bottom: 20px;
}
.hero h1 em { font-style: normal; color: var(--color-red-600); }
.hero p {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #6e6e73;
  max-width: 520px;
  margin: 0 auto 48px;
  line-height: 1.6;
}

.steps-index {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.step-idx-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #1d1d1f;
}
.step-idx-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #d2d2d7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  transition: all 0.25s;
  color: #1d1d1f;
}
.step-idx-item:hover .step-idx-num { border-color: var(--color-red-600); color: var(--color-red-600); }
.step-idx-item.active .step-idx-num { background: var(--color-red-600); border-color: var(--color-red-600); color: #fff; }
.step-idx-label { font-size: 11px; font-weight: 500; color: #86868b; margin-top: 6px; white-space: nowrap; }
.step-idx-line { width: 80px; height: 1px; background: #d2d2d7; margin-bottom: 22px; flex-shrink: 0; }

.proceso-page { padding: 80px 20px 40px; max-width: 1040px; margin: 0 auto; }
.steps-container { position: relative; padding: 40px 0; }
.step-line-wrap { position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; transform: translateX(-50%); z-index: 0; background: #e8e8ed; overflow: hidden; }
.step-line-fill { position: absolute; top: 0; left: 0; right: 0; height: 0%; background: linear-gradient(180deg, var(--color-red-600), #ff8080); transition: height 0.6s ease; box-shadow: 0 0 8px rgba(220,38,38,0.4); }
.step { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 60px; align-items: center; margin-bottom: 100px; position: relative; z-index: 1; opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
.step.visible { opacity: 1; transform: translateY(0); }
.step:last-child { margin-bottom: 0; }
.step:nth-child(even) .step-content-left { order: 3; }
.step:nth-child(even) .step-number { order: 2; }
.step:nth-child(even) .step-image { order: 1; }

.step-number { width: 56px; height: 56px; background: #fff; color: #1d1d1f; border: 1.5px solid #d2d2d7; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; margin: 0 auto; z-index: 2; transition: all 0.3s; }
.step.visible .step-number { border-color: var(--color-red-600); color: var(--color-red-600); box-shadow: 0 0 0 4px rgba(220,38,38,0.1); }
.step-content h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 14px; color: #1d1d1f; }
.step-content p { font-size: 16px; line-height: 1.6; color: #6e6e73; margin-bottom: 24px; }
.step-features { list-style: none; padding: 0; border-top: 1px solid #f5f5f7; padding-top: 18px; }
.step-features li { padding: 7px 0; font-size: 14px; color: #1d1d1f; display: flex; align-items: center; gap: 10px; }
.step-features li .feat-icon { color: var(--color-red-600); flex-shrink: 0; }

.step-image { text-align: center; background: linear-gradient(135deg, #f5f5f7 0%, #ebebf0 100%); padding: 56px 48px; border-radius: 24px; border: 1px solid rgba(0,0,0,0.05); position: relative; overflow: hidden; transition: transform 0.3s ease; }
.step-image:hover { transform: scale(1.02); }
.step-image::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(220,38,38,0.06) 0%, transparent 60%); }
.step-icon-svg { width: 80px; height: 80px; color: #1d1d1f; transition: color 0.3s, transform 0.3s; position: relative; z-index: 1; display: block; margin: 0 auto; }
.step:hover .step-icon-svg { color: var(--color-red-600); transform: scale(1.08); }

.garantias-section { background-color: #000000 !important; color: #fff; padding: 90px 60px; border-radius: 32px; text-align: center; margin-top: 110px; position: relative; overflow: hidden; }
.garantias-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 50%, rgba(220,38,38,0.12) 0%, transparent 55%), radial-gradient(ellipse at 80% 50%, rgba(220,38,38,0.08) 0%, transparent 55%); }
.garantias-section > * { position: relative; z-index: 1; }
.garantias-section h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
.garantias-section > p { font-size: 18px; color: #a1a1a6; margin-bottom: 56px; }
.garantias-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; text-align: center; margin-bottom: 56px; }
.garantia-card { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.garantia-meta { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 2px; }
.garantia-card .g-icon { width: 30px; height: 30px; color: var(--color-red-600); flex-shrink: 0; margin-bottom: 0; }
.garantia-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 0; }
.garantia-card .g-stat { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 0; letter-spacing: -0.02em; line-height: 1; }
.garantia-card p { font-size: 14px; color: #86868b; line-height: 1.5; }

@media (max-width: 900px) {
  .step { grid-template-columns: 1fr; gap: 28px; text-align: center; margin-bottom: 72px; }
  .step-line-wrap { display: none; }
  .step:nth-child(n) .step-content-left { order: 2; }
  .step:nth-child(n) .step-number { order: 1; margin: 0 auto 8px; }
  .step:nth-child(n) .step-image { order: 3; }
  .step-features li { justify-content: center; }
  .steps-index { flex-wrap: wrap; gap: 12px; }
  .step-idx-line { display: none; }
  .garantias-section { padding: 60px 28px; }
  .garantias-grid { grid-template-columns: 1fr; text-align: center; }
  .nav-links { display: none; }
  .hero { padding: 110px 20px 60px; }
}