
/* RENDEMY SERVICIOS */
.serv-wrap { font-family: 'Inter', -apple-system, sans-serif; background: #0a0a0a; color: #f0f0f0; width: 100%; overflow-x: hidden; }

/* Hero */
.serv-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #111 100%);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 8rem 2rem 5rem;
  text-align: center;
}
.serv-badge {
  display: inline-block;
  background: rgba(0,223,171,.12);
  border: 1px solid rgba(0,223,171,.3);
  color: #00dfab;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: .4rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}
.serv-hero h1 {
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: 1.4rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.serv-hero h1 span { color: #00dfab; }
.serv-hero-desc {
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  color: #aaa;
  max-width: 620px;
  margin: 0 auto 2.5rem;
  line-height: 1.75;
}
.serv-hero-cta {
  display: inline-block;
  background: #00dfab !important;
  color: #0a0a0a !important;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 1.1rem 2.6rem;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all .25s;
  -webkit-text-fill-color: #0a0a0a !important;
}
.serv-hero-cta:hover {
  background: #00c49a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,223,171,.3);
}

/* Indice de servicios sticky */
.serv-nav-bg {
  background: #0d0d0d;
  border-bottom: 1px solid rgba(255,255,255,.05);
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 1.2rem 2rem;
}
.serv-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.serv-nav-item {
  display: inline-flex;
  flex-direction: column;
  padding: .5rem .9rem;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
  text-decoration: none !important;
  transition: all .2s;
}
.serv-nav-item:hover {
  background: rgba(0,223,171,.08);
  border-color: rgba(0,223,171,.3);
}
.serv-nav-item strong {
  font-size: .82rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: .15rem;
}
.serv-nav-item span {
  font-size: .68rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* Secciones de servicio */
.serv-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem;
}
.serv-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 7rem;
  scroll-margin-top: 100px;
}
.serv-section:nth-child(even) { direction: rtl; }
.serv-section:nth-child(even) > * { direction: ltr; }
.serv-section:last-child { margin-bottom: 0; }

.serv-video-wrap {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,.07);
}
.serv-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.serv-video-num {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(10px);
  color: #00dfab;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .15em;
  padding: .4rem .9rem;
  border-radius: 100px;
  border: 1px solid rgba(0,223,171,.3);
}

.serv-content .serv-label {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #00dfab;
  display: block;
  margin-bottom: 1rem;
}
.serv-content h2 {
  font-size: clamp(2rem, 3.8vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin-bottom: 1.2rem;
}
.serv-content p {
  font-size: 1.05rem;
  color: #999;
  line-height: 1.75;
  margin-bottom: 1.8rem;
}
.serv-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem;
}
.serv-features li {
  font-size: .9rem;
  color: #aaa;
  padding-left: 1.4rem;
  position: relative;
  line-height: 1.5;
}
.serv-features li::before {
  content: '';
  position: absolute;
  left: 0; top: .35rem;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: rgba(0,223,171,.15);
  border: 1px solid #00dfab;
}
.serv-cta-link {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  font-weight: 700;
  color: #00dfab !important;
  text-decoration: none !important;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .9rem 1.6rem;
  border: 1px solid rgba(0,223,171,.4);
  border-radius: 6px;
  transition: all .2s;
}
.serv-cta-link:hover {
  background: rgba(0,223,171,.1);
  border-color: #00dfab;
  transform: translateX(4px);
}
.serv-cta-link::after {
  content: '\2192';
  font-size: 1rem;
  transition: transform .2s;
}
.serv-cta-link:hover::after { transform: translateX(3px); }

/* CTA final - Caja verde con sombras */
.serv-final-cta {
  background: #0a0a0a;
  padding: 5rem 2rem;
  text-align: center;
}
.serv-cta-box {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #00b89a 0%, #009e84 100%);
  border-radius: 40px;
  padding: 120px 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0, 211, 176, 0.25), 0 0 160px rgba(0, 211, 176, 0.12), 0 24px 48px rgba(0, 0, 0, 0.3);
}
.serv-cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 55%);
  pointer-events: none;
}
.serv-cta-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
.serv-final-cta .serv-badge {
  background: transparent !important;
  border: none !important;
  color: rgba(255,255,255,.85) !important;
  padding: 0 !important;
  margin-bottom: 1.5rem !important;
}
.serv-final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 1.4rem;
  letter-spacing: -.025em;
  line-height: 1.1;
}
.serv-final-cta h2 span { color: #ffffff !important; opacity: 1; font-style: normal; }
.serv-final-cta p {
  color: rgba(255,255,255,.92) !important;
  margin: 0 auto 2.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 580px;
}
.serv-final-cta .serv-hero-cta {
  background: #0a0a0a !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  padding: 1.1rem 2.6rem;
  border-radius: 100px;
}
.serv-final-cta .serv-hero-cta:hover {
  background: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
}
@media(max-width:900px){ .serv-cta-box { padding: 80px 40px; border-radius: 32px; } }
@media(max-width:640px){ .serv-cta-box { padding: 60px 24px; border-radius: 24px; } .serv-final-cta { padding: 3rem 1rem; } }

@media (max-width: 900px) {
  .serv-section,
  .serv-section:nth-child(even) { grid-template-columns: 1fr; gap: 2.5rem; direction: ltr; margin-bottom: 5rem; }
  .serv-video-wrap { aspect-ratio: 16/10; }
  .serv-features { grid-template-columns: 1fr; }
  .serv-nav-bg { padding: .8rem 1rem; position: relative; }
  .serv-nav-inner { gap: .35rem; }
  .serv-nav-item { padding: .4rem .7rem; }
}
@media (max-width: 540px) {
  .serv-hero { padding: 5rem 1.5rem 3.5rem; }
  .serv-list { padding: 4rem 1.5rem; }
}
