
/* =========================================================
   SIEV® Nueva Propuesta — Paleta: #e46713 #000000 #fff #C9C7C4
   ========================================================= */
:root {
  --snp-orange:   #e46713;
  --snp-orange2:  #c45810;
  --snp-black:    #000000;
  --snp-white:    #ffffff;
  --snp-gray:     #C9C7C4;
  --snp-gray-dk:  #5a5856;
  --snp-gray-lt:  #f4f3f2;
  --snp-dark-txt: #1a1a1a;
}

/* ── HERO ── */
.snp-hero {
  background: #000000;
  position: relative;
  overflow: hidden;
  padding: 96px 0 80px;
}
.snp-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(228,103,19,0.22) 0%, transparent 65%);
  pointer-events: none;
}
.snp-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e46713, transparent);
}
.snp-hero .snp-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(228,103,19,0.12);
  border: 1px solid rgba(228,103,19,0.40);
  border-radius: 4px;
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e46713;
  margin-bottom: 28px;
}
.snp-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 12px;
}
.snp-hero h1 span {
  color: #e46713;
}
.snp-hero .snp-hero-sub {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(255,255,255,0.92);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.4;
}
.snp-hero .snp-hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  max-width: 600px;
  margin-bottom: 40px;
}
.snp-hero .snp-hero-desc strong {
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
}
.snp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e46713;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(228,103,19,0.35);
  letter-spacing: 0.3px;
}
.snp-btn-primary:hover {
  background: #c45810;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(228,103,19,0.50);
}
.snp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255,255,255,0.40);
  border-radius: 4px;
  padding: 15px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  letter-spacing: 0.3px;
}
.snp-btn-outline:hover {
  border-color: #e46713;
  color: #e46713;
  background: rgba(228,103,19,0.06);
}

/* ── Sección genérica ── */
.snp-section {
  padding: 80px 0;
}
.snp-section-white  { background: #ffffff; }
.snp-section-gray   { background: #f4f3f2; }
.snp-section-black  { background: #000000; }
.snp-section-dark   { background: #0d0d0d; }

.snp-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #e46713;
  margin-bottom: 12px;
}
.snp-h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
.snp-h2-white { color: #ffffff !important; }
.snp-h2-dark  { color: #000000 !important; }
.snp-lead {
  font-size: 16.5px;
  line-height: 1.8;
  max-width: 680px;
}
.snp-lead-gray  { color: #5a5856 !important; }
.snp-lead-silver{ color: rgba(255,255,255,0.82) !important; }

/* Force text visibility in dark sections against Metronic */
.snp-section-black p:not([style*="#e46713"]):not([style*="var(--snp-orange)"]),
.snp-section-black li:not([style*="#e46713"]):not([style*="var(--snp-orange)"]),
.snp-section-dark p:not([style*="#e46713"]):not([style*="var(--snp-orange)"]),
.snp-section-dark li:not([style*="#e46713"]):not([style*="var(--snp-orange)"]) {
    color: rgba(255,255,255,0.82) !important;
}

/* Divider naranja */
.snp-divider {
  width: 48px;
  height: 3px;
  background: #e46713;
  border-radius: 2px;
  margin-bottom: 24px;
}

/* ── Sección 1: ¿Qué es SIEV®? — pills de módulos ── */
.snp-module-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e0ddd9;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--snp-dark-txt);
  margin: 5px 4px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.snp-module-pill:hover {
  border-color: #e46713;
  box-shadow: 0 2px 12px rgba(228,103,19,0.12);
}
.snp-module-pill .snp-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #e46713;
  flex-shrink: 0;
}
.snp-nucleus {
  background: #000000;
  border: 1px solid rgba(228,103,19,0.30);
  border-radius: 8px;
  padding: 28px 32px;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
.snp-nucleus::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 9px;
  background: linear-gradient(135deg, #e46713, #000);
  z-index: -1;
}

/* ── Sección 2: Problema ── */
.snp-problem-bad, .snp-problem-good {
  border-radius: 8px;
  padding: 28px;
  height: 100%;
}
.snp-problem-bad {
  background: #fff;
  border: 1px solid #e0ddd9;
}
.snp-problem-good {
  background: #000;
  border: 1px solid rgba(228,103,19,0.35);
}
.snp-problem-bad li, .snp-problem-good li {
  font-size: 15px;
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
/* Force white text on dark problem box to override Metronic globals */
.snp-problem-good li,
.snp-problem-good li span:not(.snp-icon-ok) {
  color: #ffffff !important;
}
.snp-problem-good div[style*="e46713"] {
  color: var(--snp-orange) !important;
}
.snp-problem-good p {
  color: var(--snp-orange) !important;
}
.snp-icon-x { color: #dc2626; font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.snp-icon-ok { color: #e46713; font-size: 16px; flex-shrink: 0; margin-top: 2px; }

/* ── Sección 3: Diferenciadores ── */
.snp-diff-card {
  background: #fff;
  border: 1px solid #e0ddd9;
  border-radius: 8px;
  padding: 32px 28px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.snp-diff-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #e46713, #c45810);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s;
}
.snp-diff-card:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.10); border-color: #C9C7C4; }
.snp-diff-card:hover::after { transform: scaleX(1); }
.snp-diff-num {
  font-size: 2.5rem;
  font-weight: 900;
  color: #e46713;
  line-height: 1;
  margin-bottom: 14px;
  display: block;
}
.snp-diff-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}
.snp-diff-card p, .snp-diff-card ul {
  font-size: 14px;
  color: #5a5856;
  line-height: 1.7;
  margin-bottom: 0;
}
.snp-diff-card ul { padding-left: 16px; }
.snp-diff-card ul li { margin-bottom: 4px; }

/* ── Sección 4: Pasos ── */
.snp-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
}
.snp-step-num {
  flex-shrink: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #e46713;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(228,103,19,0.35);
}
.snp-step-body h4 {
  font-size: 17px;
  font-weight: 800;
  color: #000;
  margin-bottom: 6px;
}
.snp-step-body p {
  font-size: 14.5px;
  color: #5a5856;
  margin-bottom: 0;
  line-height: 1.65;
}
/* Línea conectora */
.snp-steps-wrap { position: relative; }
.snp-steps-wrap::before {
  content: '';
  position: absolute;
  top: 26px; left: 25px;
  width: 2px;
  height: calc(100% - 52px);
  background: linear-gradient(180deg, #e46713, #C9C7C4);
  z-index: 0;
}
.snp-step { position: relative; z-index: 1; }

/* ── Sección 5: Para quién ── */
.snp-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  color: #ffffff;
  margin-bottom: 14px;
  list-style: none;
}
.snp-check-list .snp-chk {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #e46713;
  color: #fff;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-weight: 900;
}
.snp-not-for {
  background: #f4f3f2;
  border-left: 3px solid #C9C7C4;
  border-radius: 4px;
  padding: 18px 20px;
  font-size: 14px;
  color: #5a5856;
  margin-top: 24px;
  font-style: italic;
}

/* ── Sección 6: Planes ── */
.snp-plan {
  border-radius: 8px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid #e0ddd9;
  background: #fff;
  transition: box-shadow 0.25s, border-color 0.25s, transform 0.25s;
  position: relative;
}
.snp-plan:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,0.10);
  border-color: #e46713;
  transform: translateY(-4px);
}
.snp-plan.snp-plan-featured {
  border-color: #e46713;
  background: #000;
  color: #fff;
}
.snp-plan-badge {
  position: absolute;
  top: -12px; left: 28px;
  background: #e46713;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 4px;
}
.snp-plan-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #e46713;
  margin-bottom: 8px;
}
.snp-plan-price {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
  margin-bottom: 4px;
}
.snp-plan.snp-plan-featured .snp-plan-price { color: #fff; }
.snp-plan-price sup { font-size: 1rem; vertical-align: top; margin-top: 8px; }
.snp-plan-period { font-size: 13px; color: #5a5856 !important; margin-bottom: 20px; }
.snp-plan.snp-plan-featured .snp-plan-period { color: #C9C7C4 !important; }
.snp-plan-desc {
  font-size: 14px;
  line-height: 1.65;
  color: #5a5856 !important;
}
.snp-plan.snp-plan-featured .snp-plan-desc { color: #C9C7C4 !important; }

/* Force black text in normal plans to override Metronic globals */
.snp-plan li,
.snp-plan li span {
  color: #5a5856 !important;
}
/* Force white text in featured plan to override Metronic globals */
.snp-plan.snp-plan-featured li,
.snp-plan.snp-plan-featured li span {
  color: #ffffff !important;
}
.snp-plan.snp-plan-featured .fas.fa-check {
  color: var(--snp-orange) !important;
}
.snp-plan.snp-plan-featured .snp-plan-period { color: #C9C7C4 !important; }
.snp-plan-note {
  font-size: 12px;
  color: #C9C7C4;
  text-align: center;
  margin-top: 24px;
}

/* ── Sección 7: Más que software ── */
.snp-legacy-stat {
  text-align: center;
  padding: 24px 16px;
}
.snp-legacy-stat .snp-stat-num {
  font-size: 3rem;
  font-weight: 900;
  color: #e46713;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.snp-legacy-stat .snp-stat-label {
  font-size: 13.5px;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
}

/* ── CTA Final ── */
.snp-cta-final {
  background: #e46713;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.snp-cta-final::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.snp-cta-final::after {
  content: '';
  position: absolute;
  bottom: -80px; right: -80px;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(0,0,0,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.snp-cta-final .snp-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.snp-cta-final .snp-btn-dark:hover {
  background: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
}
.snp-cta-final .snp-btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.60);
  border-radius: 4px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.snp-cta-final .snp-btn-outline-white:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.10);
  color: #fff;
}

/* Responsive */
@media (max-width: 767px) {
  .snp-hero { padding: 60px 0 52px; }
  .snp-section { padding: 56px 0; }
  .snp-cta-final { padding: 56px 0; }
  .snp-steps-wrap::before { left: 21px; }
  .snp-step-num { width: 44px; height: 44px; font-size: 17px; }
  .snp-diff-card { margin-bottom: 16px; }
}

