/* =============================================
   grupot.com — index-new.css
   Estilos para index.html rediseñado
   Agregar en BS Studio: Design > CSS > Add CSS File
   ============================================= */

/* ---- HERO ---- */

.hero-section-new {
  padding: 8rem 0 5rem;
  background: white;
  position: relative;
  overflow: hidden;
}

.hero-section-new::before {
  content: '';
  position: absolute;
  width: 40rem;
  height: 40rem;
  background: #EFF6FF;
  border-radius: 50%;
  top: -10rem;
  right: -10rem;
  z-index: 0;
}

.hero-section-new .container {
  position: relative;
  z-index: 1;
}

.hero-new-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #F0FDF4;
  color: #166534;
  border: 1px solid #BBF7D0;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.hero-new-title {
  font-size: 3.25rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

.hero-new-title .accent-blue {
  color: #2563EB;
}

.hero-new-title .accent-green {
  color: #059669;
}

.hero-new-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 2rem;
}

.hero-new-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero-new-stats {
  display: flex;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
}

.hero-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.02em;
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.78rem;
  color: #64748B;
  margin-top: 0.25rem;
  line-height: 1.4;
}

/* Mockup del hero */

.hero-mockup {
  background: #0F172A;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 32px 64px rgba(15,23,42,0.2), 0 0 0 1px rgba(255,255,255,0.05);
}

.hero-mockup-bar {
  background: #1E293B;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hero-mockup-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
}

.hero-mockup-title {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  margin-left: 0.5rem;
}

.hero-mockup-body {
  padding: 1rem;
}

.hero-mockup-ia-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(251,191,36,0.15);
  color: #FBBF24;
  border: 1px solid rgba(251,191,36,0.2);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.6rem;
}

.hero-mockup-prompt {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  font-style: italic;
  margin-bottom: 0.75rem;
}

.hero-mockup-table {
  width: 100%;
  border-collapse: collapse;
}

.hero-mockup-table th {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
}

.hero-mockup-table td {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.8);
  padding: 0.3rem 0.4rem;
}

.hero-mockup-table tr:nth-child(odd) td {
  background: rgba(255,255,255,0.025);
}

.hero-mockup-table .up {
  color: #34D399;
}

.hero-mockup-table .down {
  color: #F87171;
}

.hero-floating-card {
  position: absolute;
  bottom: -1rem;
  left: -1.5rem;
  background: white;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #E2E8F0;
  box-shadow: 0 8px 24px rgba(15,23,42,0.12);
  min-width: 160px;
}

.hero-floating-label {
  font-size: 0.7rem;
  color: #64748B;
  margin-bottom: 0.2rem;
}

.hero-floating-val {
  font-size: 1.25rem;
  font-weight: 800;
  color: #059669;
  line-height: 1;
}

.hero-floating-sub {
  font-size: 0.7rem;
  color: #64748B;
  margin-top: 0.15rem;
}

/* ---- POR QUÉ ELEGIRNOS ---- */

.why-section {
  padding: 5rem 0;
  background: #F8FAFC;
}

.why-card {
  background: white;
  border-radius: 1rem;
  padding: 1.75rem;
  border: 1px solid #E2E8F0;
  height: 100%;
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}

.why-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.why-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.5rem;
}

.why-card p {
  font-size: 0.875rem;
  color: #64748B;
  line-height: 1.65;
  margin: 0;
}

/* ---- PRODUCTOS ---- */

.products-section-new {
  padding: 5rem 0;
  background: white;
}

.product-card-new {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  height: 100%;
  transition: all 0.3s ease;
}

.product-card-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(15,23,42,0.1);
}

.product-card-header-new {
  padding: 1.75rem 1.75rem 1.25rem;
}

.product-card-body-new {
  padding: 1.25rem 1.75rem 1.75rem;
  background: white;
}

.product-card-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  opacity: 0.7;
}

.product-card-name {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: white;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.product-card-desc {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin: 0;
}

.product-feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 0.4rem;
  margin: 0.2rem 0.2rem 0.2rem 0;
  font-weight: 500;
  border: 1px solid #E2E8F0;
  color: #475569;
}

/* ---- INTEGRACIONES ---- */

.integrations-section {
  padding: 4rem 0;
  background: #F8FAFC;
}

.integration-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
}

.integration-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #0F172A;
  transition: all 0.2s ease;
}

.integration-pill:hover {
  border-color: var(--primary);
  background: var(--primary-light);
  color: var(--primary);
}

.integration-pill i {
  font-size: 0.9rem;
}

.integration-custom {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #64748B;
}

.integration-custom a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

/* ---- EQUIPO ---- */

.team-section-new {
  padding: 5rem 0;
  background: white;
}

.team-card-new {
  text-align: center;
  padding: 1.75rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #E2E8F0;
  background: white;
  transition: all 0.3s ease;
  height: 100%;
}

.team-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15,23,42,0.08);
}

.team-avatar-new {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: white;
  margin: 0 auto 1rem;
}

.team-card-new h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.25rem;
}

.team-card-new .role {
  font-size: 0.8rem;
  color: #64748B;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.team-email-new {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
}

.team-email-new:hover {
  text-decoration: underline;
}

.team-contact-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #E2E8F0;
}

.team-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 2rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0F172A;
  text-decoration: none;
  transition: all 0.2s ease;
}

.team-contact-pill:hover {
  background: var(--primary-light);
  border-color: var(--primary);
  color: var(--primary);
}

/* ---- CTA FINAL ---- */

.cta-final-section {
  padding: 5rem 0;
  background: #0F172A;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-final-section::before {
  content: '';
  position: absolute;
  width: 30rem;
  height: 30rem;
  background: #2563EB;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.06;
  top: -8rem;
  right: -4rem;
}

.cta-final-section::after {
  content: '';
  position: absolute;
  width: 20rem;
  height: 20rem;
  background: #059669;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.05;
  bottom: -4rem;
  left: -4rem;
}

.cta-final-section .container {
  position: relative;
  z-index: 1;
}

.cta-final-section h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: white;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.cta-final-section p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.6);
  max-width: 480px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}

/* ---- RESPONSIVE ---- */

@media (max-width: 991px) {
  .hero-new-title {
    font-size: 2.4rem;
  }
}

@media (max-width: 991px) {
  .hero-floating-card {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-new-stats {
    gap: 1.25rem;
  }
}

@media (max-width: 767px) {
  .hero-section-new {
    padding: 6.5rem 0 3.5rem;
  }
}

@media (max-width: 767px) {
  .hero-new-title {
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .hero-new-stats {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .cta-final-section h2 {
    font-size: 1.8rem;
  }
}

/* ========================================   grupot - Sección Clientes   Agregar al final de index.css   ======================================== */

.clientes-section {
  padding: 5rem 0;
  background: white;
}

.cliente-card {
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
}

.cliente-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

.cliente-card-header {
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
}

.cliente-logo-placeholder {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: white;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.cliente-name {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
  margin-bottom: 0.2rem;
}

.cliente-industry {
  font-size: 0.75rem;
  color: #64748B;
  font-weight: 500;
}

.cliente-card-body {
  padding: 1.25rem 1.5rem 1.5rem;
  background: white;
}

.cliente-quote {
  font-size: 0.875rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1rem;
  border-left: 3px solid #E2E8F0;
}

.cliente-product-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 0.4rem;
  margin-bottom: 1rem;
}

.cliente-steps {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 1rem;
  border-top: 1px solid #F1F5F9;
}

.cliente-step {
  flex: 1;
  text-align: center;
}

.cliente-step-num {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #EFF6FF;
  color: #1D4ED8;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.35rem;
}

.cliente-step-title {
  font-size: 0.7rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.2rem;
}

.cliente-step-desc {
  font-size: 0.65rem;
  color: #64748B;
  line-height: 1.45;
}

.cliente-step-arrow {
  color: #E2E8F0;
  font-size: 1rem;
  padding-bottom: 1.5rem;
  flex-shrink: 0;
}

/* Card de logos "y muchos más" */

.cliente-card-logos {
  border: 1px solid #E2E8F0;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 100%;
  background: #F8FAFC;
}

.cliente-card-logos-header {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid #E2E8F0;
}

.cliente-card-logos-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.cliente-logos-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.cliente-logo-pill {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 0.4rem;
  padding: 0.3rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #475569;
  letter-spacing: 0.01em;
}

.cliente-rubros {
  font-size: 0.78rem;
  color: #64748B;
  line-height: 1.65;
}

.cliente-rubros strong {
  color: #475569;
}

@media (max-width: 767px) {
  .cliente-step-desc {
    display: none;
  }
}

/* =============================================
   Heroes de producto — ERP, FRM
   ============================================= */

.product-hero-section {
  padding: 8rem 0 4rem;
  background: white;
  position: relative;
  overflow: hidden;
}

.product-hero-section::before {
  content: '';
  position: absolute;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  top: -8rem;
  right: -8rem;
  z-index: 0;
  opacity: 0.4;
}

.product-hero-section.erp::before {
  background: #FEF2F2;
}

.product-hero-section.frm::before {
  background: #ECFDF5;
}

.product-hero-section .container {
  position: relative;
  z-index: 1;
}

.product-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  border: 1px solid;
}

.product-hero-badge.erp {
  background: #FEF2F2;
  color: #991B1B;
  border-color: #FECACA;
}

.product-hero-badge.frm {
  background: #ECFDF5;
  color: #065F46;
  border-color: #A7F3D0;
}

.product-hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
}

.product-hero-title .erp-accent {
  color: #DC2626;
}

.product-hero-title .frm-accent {
  color: #059669;
}

.product-hero-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.8;
  max-width: 500px;
  margin-bottom: 1rem;
}

.product-ia-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid;
}

.product-ia-badge.erp {
  background: #FEF9C3;
  color: #92400E;
  border-color: #FDE68A;
}

.product-ia-badge.frm {
  background: #ECFDF5;
  color: #065F46;
  border-color: #A7F3D0;
}

.product-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.product-hero-stats {
  display: flex;
  gap: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E8F0;
}

.product-hero-stat-num {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.02em;
  line-height: 1;
}

.product-hero-stat-label {
  font-size: 0.72rem;
  color: #64748B;
  margin-top: 0.25rem;
  line-height: 1.4;
}

.product-hero-mockup {
  background: #0F172A;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 32px 64px rgba(15,23,42,0.2);
}

.product-hero-mockup-bar {
  background: #1E293B;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.product-hero-mockup-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
}

.product-hero-mockup-title {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  margin-left: 0.5rem;
}

.product-hero-mockup-body {
  padding: 1rem;
}

.product-mockup-ia-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.15rem 0.6rem;
  border-radius: 4px;
  margin-bottom: 0.6rem;
  border: 1px solid;
}

.product-mockup-ia-badge.erp {
  background: rgba(251,191,36,0.15);
  color: #FBBF24;
  border-color: rgba(251,191,36,0.2);
}

.product-mockup-ia-badge.frm {
  background: rgba(5,150,105,0.2);
  color: #34D399;
  border-color: rgba(5,150,105,0.3);
}

.product-mockup-prompt {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 0.5rem;
  padding: 0.45rem 0.75rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-style: italic;
  margin-bottom: 0.75rem;
}

.product-mockup-table {
  width: 100%;
  border-collapse: collapse;
}

.product-mockup-table th {
  font-size: 0.65rem;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-align: left;
}

.product-mockup-table td {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.8);
  padding: 0.3rem 0.4rem;
}

.product-mockup-table tr:nth-child(odd) td {
  background: rgba(255,255,255,0.025);
}

.product-mockup-table .up {
  color: #34D399;
}

.product-mockup-table .down {
  color: #F87171;
}

.product-mockup-table .warn {
  color: #F59E0B;
}

.product-features-strip {
  padding: 1.75rem 0;
  border-top: 1px solid #E2E8F0;
}

.product-features-strip.erp {
  background: #FFF5F5;
  border-top-color: #FECACA;
}

.product-features-strip.frm {
  background: #F0FFF8;
  border-top-color: #A7F3D0;
}

.product-feature-card {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 0.875rem;
  padding: 1.25rem;
  height: 100%;
}

.product-feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.product-feature-card h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 0.35rem;
}

.product-feature-card p {
  font-size: 0.8rem;
  color: #64748B;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991px) {
  .product-hero-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 991px) {
  .product-hero-mockup {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .product-hero-section {
    padding: 6.5rem 0 3rem;
  }
}

@media (max-width: 767px) {
  .product-hero-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .product-hero-stats {
    flex-wrap: wrap;
    gap: 1rem;
  }
}

/* =============================================
   Clases de proceso — ERP (rojo)
   ============================================= */

.process-number-red {
  width: 2.5rem;
  height: 2.5rem;
  background: #DC2626;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

.process-number-red span {
  color: white;
  font-weight: 800;
  font-size: 1rem;
}

.feature-icon-bg.red {
  background: #FEE2E2;
  color: #DC2626;
}

.feature-card:hover .feature-icon-bg.red {
  background: #DC2626;
  color: white;
}


/* =============================================
   Flujo ERP — pasos en fila
   ============================================= */

.erp-step-card {
    text-align: center;
    padding: 1.5rem 1rem;
    background: white;
    border-radius: 1rem;
    border: 1px solid #E2E8F0;
    height: 100%;
    transition: all 0.3s ease;
}

.erp-step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15,23,42,0.08);
}

.erp-step-num {
    width: 2.5rem;
    height: 2.5rem;
    background: #DC2626;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    color: white;
    font-weight: 800;
    font-size: 1rem;
}

.erp-step-icon {
    font-size: 1.75rem;
    color: #DC2626;
    display: block;
    margin-bottom: 0.75rem;
}

.erp-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 0.4rem;
}

.erp-step-text {
    font-size: 0.8rem;
    color: #64748B;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 767px) {
    .erp-step-card { padding: 1rem 0.75rem; }
    .erp-step-title { font-size: 0.875rem; }
}
