body {
  font-weight: 500;
}
body::before {
  background: #0d1b2e url('../imagenes/home/bannerfondo.jpg') center/cover;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* ══ HERO ══ */
.enf-hero {
  position: relative;
  background: transparent;
  padding: 40px 120px 70px;
  text-align: center;
}
.enf-hero__gradient {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(13, 27, 46, 0.7) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.enf-hero__content { position: relative; z-index: 1; }
.enf-hero__title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.6rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.03em;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.2;
}

/* ══ INTRO ══ */
.enf-intro {
  background: linear-gradient(to bottom, transparent 0%, rgba(227, 228, 241, 0.75) 25%);
  padding: 120px 220px;
}
.enf-intro__texto {
  margin-top: 24px !important;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.799);
  line-height: 1.9;
  text-align: justify;
}

/* ══ SECCIONES ══ */
.enf-sec {
  padding: 160px 160px 100px;
}
.enf-sec--amarillo       { background: rgba(209, 161, 70, 0.75); }
.enf-sec--azul           { background: rgba(25, 33, 54, 0.75); }
.enf-sec--blanco         { background: rgba(227, 228, 241, 0.75); }
.enf-sec--amarillo-first       { background: linear-gradient(to bottom, rgba(227, 228, 241, 0.75) 0%, rgba(209, 161, 70, 0.75) 25%) !important; }
.enf-sec--amarillo-first-azul  { background: linear-gradient(to bottom, rgba(25, 33, 54, 0.75) 0%, rgba(209, 161, 70, 0.75) 25%) !important; }
.enf-sec--azul-first     { background: linear-gradient(to bottom, rgba(227, 228, 241, 0.75) 0%, rgba(25, 33, 54, 0.75) 25%) !important; }
.enf-sec--blanco-first   { background: linear-gradient(to bottom, rgba(25, 33, 54, 0.75) 0%, rgba(227, 228, 241, 0.75) 25%) !important; }

.enf-sec__content {
  display: flex;
  flex-direction: row;
  gap: 140px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.enf-sec__content--reverse { flex-direction: row-reverse; }

.enf-sec__img {
  width: 296px;
  height: 296px;
  min-width: 296px;
  object-fit: contain;
  border-radius: 16px;
}
.enf-sec__texto { flex: 1; text-align: left; }

.enf-sec__titulo {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-decoration: underline;
}
.enf-sec--azul .enf-sec__titulo,
.enf-sec--azul-first .enf-sec__titulo       { color: #fff; }
.enf-sec--blanco .enf-sec__titulo,
.enf-sec--blanco-first .enf-sec__titulo     { color: #192136; }
.enf-sec--amarillo .enf-sec__titulo,
.enf-sec--amarillo-first .enf-sec__titulo   { color: #fff; }

.enf-sec__titulo--centrado {
  font-size: clamp(2rem, 3.5vw, 3rem);
  text-align: center;
  text-decoration: none;
  margin-bottom: 48px;
}

.enf-sec__parrafo {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
}
.enf-sec--azul .enf-sec__parrafo,
.enf-sec--azul-first .enf-sec__parrafo     { color: rgba(255,255,255,0.70); }
.enf-sec--blanco .enf-sec__parrafo,
.enf-sec--blanco-first .enf-sec__parrafo   { color: rgba(25,33,54,0.60); }
.enf-sec--amarillo .enf-sec__parrafo,
.enf-sec--amarillo-first .enf-sec__parrafo { color: rgba(255,255,255,0.85); }

/* ══ LISTAS ══ */
.enf-sec__lista {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.9;
  padding-left: 20px;
  margin-top: 12px;
}
.enf-sec--azul .enf-sec__lista,
.enf-sec--azul-first .enf-sec__lista     { color: rgba(255,255,255,0.70); }
.enf-sec--blanco .enf-sec__lista,
.enf-sec--blanco-first .enf-sec__lista   { color: rgba(25,33,54,0.60); }
.enf-sec--amarillo .enf-sec__lista,
.enf-sec--amarillo-first .enf-sec__lista { color: rgba(255,255,255,0.85); }
.enf-sec__lista--checks { list-style: none; padding-left: 0; }
.enf-sec__lista--checks li::before { content: '✔ '; font-weight: 700; }
.enf-sec--amarillo .enf-sec__parrafo,
.enf-sec--amarillo .enf-sec__lista { line-height: 2.4; }

/* ══ ICONO TOP ══ */
.enf-sec__icono-top {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: contain;
  margin: 0 auto 80px;
}

/* ══ FILA TEXTO + BOTÓN ══ */
.enf-sec__fila {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 250px;
  margin-top: 0;
}
.enf-sec__fila-texto { flex: 1; }
.enf-sec__fila-texto .enf-sec__parrafo { text-align: justify; }

/* ══ BOTÓN CONÓCELA ══ */
.enf-sec__btn-conocela {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(209, 161, 70, 0.90);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 40px 100px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s;
  white-space: nowrap;
}
.enf-sec__btn-conocela:hover { transform: scale(0.95); }

/* ══ CTA ══ */
.enf-cta {
  background: rgba(209, 161, 70, 0.75);
  padding: 140px 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.enf-cta--blanco {
  background: linear-gradient(to bottom, rgba(209, 161, 70, 0.75) 0%, rgba(227, 228, 241, 0.75) 25%);
}
.enf-cta__bold {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.enf-cta__normal {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.enf-cta--blanco .enf-cta__bold,
.enf-cta--blanco .enf-cta__normal { color: #192136; line-height: 2; }
.enf-cta__btn {
  margin-top: 80px;
  display: inline-block;
  background: rgba(25, 33, 54, 1);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 48px 80px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s;
}
.enf-cta__btn:hover { transform: scale(0.93); }

/* ════════════════════════════════
   RESPONSIVE
   ════════════════════════════════ */

@media (max-width: 1280px) {
  .enf-intro { padding: 100px 140px; }
  .enf-sec   { padding: 130px 100px 80px; }
  .enf-sec__content { gap: 80px; }
  .enf-sec__fila    { gap: 80px; }
  .enf-cta   { padding: 100px 80px; }
  .enf-sec__btn-conocela { padding: 32px 60px; font-size: 18px; }
  .enf-sec__img { width: 240px; height: 240px; min-width: 240px; }
}

@media (max-width: 1024px) {
  .enf-hero  { padding: 40px 60px 60px; }
  .enf-intro { padding: 80px 80px; }
  .enf-intro__texto { font-size: 14px; }
  .enf-sec   { padding: 100px 60px 80px; }
  .enf-sec__content { gap: 48px; }
  .enf-sec__img { width: 200px; height: 200px; min-width: 200px; }
  .enf-sec__fila { gap: 48px; }
  .enf-sec__btn-conocela { padding: 28px 48px; font-size: 16px; }
  .enf-cta   { padding: 80px 60px; }
  .enf-cta__btn { padding: 36px 60px; font-size: 18px; }
}

@media (max-width: 768px) {
  .enf-hero  { padding: 60px 20px 48px; }
  .enf-hero__gradient { height: 90px; }
  .enf-hero__title { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .enf-intro { padding: 48px 24px; }
  .enf-intro__texto { font-size: 14px; }
  .enf-sec { padding: 48px 24px; }
  .enf-sec__icono-top {
    width: 120px;
    height: 120px;
    margin: 40px auto 40px;
  }
  .enf-sec__content,
  .enf-sec__content--reverse {
    flex-direction: column;
    gap: 28px;
  }
  .enf-sec__img {
    width: 100%;
    height: auto;
    min-width: unset;
    max-width: 280px;
    margin: 0 auto;
  }
  .enf-sec__parrafo { font-size: 14px; }
  .enf-sec__lista   { font-size: 14px; }
  .enf-sec__titulo  { font-size: 20px; }
  .enf-sec__titulo--centrado { font-size: clamp(1.5rem, 5vw, 2rem); margin-bottom: 28px; }
  .enf-sec__fila {
    flex-direction: column;
    gap: 28px;
    align-items: stretch;
  }
  .enf-sec__btn-conocela {
    width: 100%;
    padding: 20px 24px;
    font-size: 16px;
    white-space: normal;
    text-align: center;
  }
  .enf-cta { padding: 60px 24px; gap: 12px; }
  .enf-cta__bold   { font-size: 17px; }
  .enf-cta__normal { font-size: 14px; }
  .enf-cta__btn    { margin-top: 40px; padding: 20px 36px; font-size: 16px; }
}

@media (max-width: 480px) {
  .enf-hero__title  { font-size: 1.4rem; }
  .enf-intro { padding: 36px 16px; }
  .enf-sec   { padding: 36px 16px; }
  .enf-sec__icono-top { margin: 32px auto; }
  .enf-sec__parrafo { font-size: 13px; }
  .enf-sec__lista   { font-size: 13px; }
  .enf-cta   { padding: 48px 16px; }
  .enf-cta__bold   { font-size: 15px; }
  .enf-cta__normal { font-size: 13px; }
  .enf-cta__btn    { padding: 16px 28px; font-size: 15px; margin-top: 28px; }
  .enf-sec__btn-conocela { font-size: 15px; padding: 16px 20px; }
}

@media (max-width: 360px) {
  .enf-hero__title { font-size: 1.2rem; }
  .enf-sec__titulo { font-size: 18px; }
  .enf-cta__btn    { font-size: 14px; padding: 14px 20px; }
}

@media (max-width: 768px) {
  .enf-hero { background-attachment: scroll; }
}
/* ── SELECTOR Y TIERS ── */
.srv-selector {
  background: linear-gradient(to bottom, rgba(227,228,241,0.75) 0%, rgba(25,33,54,0.75) 25%) !important;
  padding: 60px 120px !important;
}
.srv-selector__inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.srv-selector__label {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.65) !important;
  margin-bottom: 24px !important;
  margin-top: 30px !important;
}
.srv-selector__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.srv-selector__btn {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  border-radius: 8px;
  color: rgba(255,255,255,0.65) !important;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 18px !important;
  cursor: pointer;
  transition: all 0.2s;
}
.srv-selector__btn:hover {
  border-color: #D1A146 !important;
  color: #D1A146 !important;
}
.srv-selector__btn.active {
  background: #D1A146 !important;
  border-color: #D1A146 !important;
  color: #fff !important;
  font-weight: 700;
}
.srv-tiers {
  background: linear-gradient(to bottom, rgba(25,33,54,0.75) 0%, rgba(227,228,241,0.75) 25%) !important;
  padding: 80px 60px 60px !important;
}
.srv-tiers__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
  align-items: start;
}
.srv-card {
  background: rgba(255,255,255,0.75) !important;
  border-radius: 16px;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 24px rgba(25,33,54,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
}
.srv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(25,33,54,0.14);
}
.srv-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255,255,255,0.90) !important;
  color: #192136 !important;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px !important;
  border-radius: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.srv-card__header {
  background: rgba(25,33,54,0.85) !important;
  padding: 36px 28px 28px !important;
  text-align: center;
}
.srv-card--destacado .srv-card__header { background: rgba(209,161,70,0.90) !important; }
.srv-card--premium   .srv-card__header { background: rgba(13,27,46,0.90) !important; }
.srv-card__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5) !important;
  margin-bottom: 8px !important;
}
.srv-card--destacado .srv-card__eyebrow { color: rgba(255,255,255,0.7) !important; }
.srv-card__nombre {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.2;
  margin-bottom: 20px !important;
}
.srv-card__precio-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 4px;
}
.srv-card__precio {
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1;
  transition: opacity 0.2s;
}
.srv-card__precio-sub {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.55) !important;
}
.srv-card__body {
  padding: 28px 28px 0 !important;
  flex: 1;
}
.srv-card__seccion {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #D1A146 !important;
  margin-bottom: 12px !important;
  margin-top: 20px !important;
}
.srv-card__seccion:first-child { margin-top: 0 !important; }
.srv-card__lista {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 8px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
}
.srv-card__lista li {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(25,33,54,0.70) !important;
  line-height: 1.5;
  padding-left: 20px !important;
  position: relative;
}
.srv-card__lista li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #D1A146 !important;
  font-size: 11px;
  top: 2px;
}
.srv-card__btn {
  display: block !important;
  margin: 28px !important;
  padding: 16px !important;
  background: rgba(25,33,54,0.85) !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.srv-card__btn:hover { background: #D1A146 !important; transform: scale(0.97); }
.srv-card--destacado .srv-card__btn { background: rgba(209,161,70,0.90) !important; }
.srv-card--destacado .srv-card__btn:hover { background: rgba(184,138,48,0.95) !important; }
.srv-card--premium   .srv-card__btn { background: rgba(13,27,46,0.90) !important; }
.srv-card--premium   .srv-card__btn:hover { background: #D1A146 !important; }
.srv-tiers__nota {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(25,33,54,0.45) !important;
  text-align: center;
  max-width: 800px;
  margin: 40px auto 0 !important;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .srv-tiers__grid { grid-template-columns: repeat(2, 1fr); }
  .srv-selector { padding: 50px 60px !important; }
  .srv-tiers { padding: 60px 40px !important; }
}
@media (max-width: 768px) {
  .srv-selector { padding: 40px 24px !important; }
  .srv-selector__btn { font-size: 12px; padding: 8px 14px !important; }
  .srv-tiers { padding: 50px 16px !important; }
  .srv-tiers__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
/* ── ACORDEÓN ── */
.srv-card__acordeon {
  margin: 0 28px 0;
  border-top: 1px solid rgba(25,33,54,0.10);
}
.srv-card__acordeon-toggle {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(25,33,54,0.50);
  transition: color 0.2s;
}
.srv-card__acordeon-toggle:hover { color: #D1A146; }
.srv-card__acordeon-icon {
  width: 18px;
  height: 18px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.srv-card__acordeon-icon svg {
  width: 10px;
  height: 10px;
  transition: transform 0.3s;
}
.srv-card__acordeon-toggle.open .srv-card__acordeon-icon svg {
  transform: rotate(180deg);
}
.srv-card__acordeon-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.srv-card__acordeon-body.open {
  max-height: 1200px;
}
.srv-card__acordeon-inner {
  padding-bottom: 20px;
}
.srv-card__acordeon-titulo {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #D1A146;
  margin: 16px 0 10px;
}
.srv-card__acordeon-titulo:first-child { margin-top: 4px; }
.srv-card__acordeon-lista {
  list-style: none;
  padding: 0;
  margin: 0 0 6px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.srv-card__acordeon-lista li {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(25,33,54,0.65);
  line-height: 1.5;
  padding-left: 18px;
  position: relative;
}
.srv-card__acordeon-lista li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #D1A146;
  font-size: 10px;
  top: 2px;
}
.enf-intro__texto:first-child {
  margin-top: 120px !important;
}
