body {
  font-weight: 500;
}

/* ── HERO ── */
.srv-hero {
  position: relative;
  background: transparent;
  padding: 40px 120px 70px !important;
  text-align: center;
}
.srv-hero__gradient {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 140px;
  background: linear-gradient(to bottom, #0d1b2e 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.srv-hero__content {
  position: relative;
  z-index: 1;
}
.srv-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;
  line-height: 1.2;
}

/* ── INTRO ── */
.srv-intro {
  background: linear-gradient(to bottom, transparent 0%, #E3E4F1 20%) !important;
  padding: 80px 220px !important;
}
.srv-intro__texto {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(26, 26, 46, 0.799);
  line-height: 1.9;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

/* ── SELECTOR DE RENTA ── */
.srv-selector {
  background: linear-gradient(to bottom, #E3E4F1 0%, #192136 20%) !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: 15px;
  color: rgba(255,255,255,0.65) !important;
  margin-bottom: 24px !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: 13px;
  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;
}

/* ── TIERS GRID ── */
.srv-tiers {
  background: linear-gradient(to bottom, #192136 0%, #E3E4F1 20%) !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;
}

/* ── CARD BASE ── */
.srv-card {
  background: #fff !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: #fff !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: #192136 !important;
  padding: 36px 28px 28px !important;
  text-align: center;
}
.srv-card--destacado .srv-card__header {
  background: #D1A146 !important;
}
.srv-card--premium .srv-card__header {
  background: #0d1b2e !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: #192136 !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border-radius: 10px;
  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: #D1A146 !important;
}
.srv-card--destacado .srv-card__btn:hover {
  background: #b88a30 !important;
}
.srv-card--premium .srv-card__btn {
  background: #0d1b2e !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;
}

/* ── CTA ── */
.srv-cta {
  background: linear-gradient(to bottom, #192136 0%, #c4923d 12%, #D1A146 25%) !important;
  padding: 120px !important;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 16px;
}
.srv-cta__bold {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #000 !important;
}
.srv-cta__normal {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000 !important;
}
.srv-cta__btn {
  margin-top: 40px !important;
  display: inline-block !important;
  background: #192136 !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 24px 60px !important;
  border-radius: 12px;
  text-decoration: none !important;
  transition: transform 0.2s;
}
.srv-cta__btn:hover {
  transform: scale(0.95);
}

/* ── OTROS SERVICIOS ── */
.srv-otros {
  background: linear-gradient(to bottom, #E3E4F1 0%, #2a3a56 12%, #192136 25%) !important;
  padding: 80px 0 !important;
  overflow: hidden;
}
.srv-otros__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px !important;
}
.srv-otros__titulo {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  margin-bottom: 48px !important;
  letter-spacing: 0.02em;
}
.srv-otros__carousel-wrap {
  display: flex !important;
  align-items: center;
  gap: 16px;
}
.srv-otros__arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.srv-otros__arrow:hover {
  background: #D1A146 !important;
  border-color: #D1A146 !important;
}
.srv-otros__arrow:disabled {
  opacity: 0.25;
  cursor: default;
  pointer-events: none;
}
.srv-otros__track-outer {
  overflow: hidden;
  flex: 1;
}
.srv-otros__track {
  display: flex !important;
  gap: 24px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.srv-otros__card {
  flex: 0 0 calc(33.333% - 16px);
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  border-radius: 16px;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.srv-otros__card:hover {
  border-color: #D1A146 !important;
}
.srv-otros__card-header {
  background: rgba(255,255,255,0.06) !important;
  padding: 28px 24px 24px !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.srv-otros__card-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D1A146 !important;
  margin-bottom: 8px !important;
}
.srv-otros__card-nombre {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.2;
  margin: 0 !important;
}
.srv-otros__card-body {
  padding: 24px !important;
  flex: 1;
}
.srv-otros__card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.60) !important;
  line-height: 1.75;
  margin: 0 !important;
}
.srv-otros__card-btn {
  display: block !important;
  margin: 0 24px 24px !important;
  padding: 14px !important;
  background: transparent !important;
  color: #D1A146 !important;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  border: 1.5px solid #D1A146 !important;
  border-radius: 10px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.srv-otros__card-btn:hover {
  background: #D1A146 !important;
  color: #fff !important;
  transform: scale(0.97);
}

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .srv-tiers__grid { grid-template-columns: repeat(2, 1fr); }
  .srv-intro { padding: 60px 80px !important; }
  .srv-selector { padding: 50px 60px !important; }
  .srv-tiers { padding: 60px 40px !important; }
}
@media (max-width: 1024px) {
  .srv-otros__card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 768px) {
  .srv-hero { padding: 80px 20px 60px !important; }
  .srv-hero__gradient { height: 90px; }
  .srv-hero__title { font-size: 2.2rem; }
  .srv-intro { padding: 50px 24px !important; }
  .srv-intro__texto { font-size: 14px; }
  .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; }
  .srv-cta { padding: 80px 24px !important; }
  .srv-cta__btn { padding: 20px 40px !important; font-size: 16px; }
  .srv-otros__inner { padding: 0 16px !important; }
  .srv-otros__card { flex: 0 0 100%; }
  .srv-otros__arrow { width: 36px; height: 36px; font-size: 15px; }
}