/* [project]/src/app/[categoria]/[servicio]/servicio.css [app-client] (css) */
.servicio-page {
  background: #0f0a1f;
  min-height: 100vh;
}

.servicio-hero-precio {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  align-items: baseline;
  gap: .5rem;
  margin-bottom: 1.25rem;
  padding: .85rem 1.5rem;
  display: inline-flex;
}

.servicio-hero-precio .desde {
  color: #ffffff80;
  font-size: .9rem;
}

.servicio-hero-precio .precio {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.servicio-hero-precio .periodo {
  color: #fff9;
  font-size: 1rem;
}

.servicio-content {
  background: #0f0a1f;
  padding: 4rem 2rem;
}

.servicio-content .container {
  max-width: 1200px;
  margin: 0 auto;
}

.servicio-grid {
  grid-template-columns: 1fr 350px;
  align-items: start;
  gap: 2rem;
  display: grid;
}

.servicio-main {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.content-section {
  background: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 2rem;
}

.content-section h2 {
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.content-section p {
  color: #ffffffb3;
  line-height: 1.8;
}

.incluye-list {
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.incluye-list li {
  align-items: flex-start;
  gap: .75rem;
  display: flex;
}

.incluye-list i {
  color: #10b981;
  margin-top: .2rem;
}

.incluye-list span {
  color: #ffffffb3;
  line-height: 1.5;
}

.beneficios-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.beneficio-card {
  text-align: center;
  background: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all .3s;
}

.beneficio-card:hover {
  background: #ffffff0d;
  transform: translateY(-2px);
}

.beneficio-icon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.beneficio-icon:before {
  content: "";
  background: var(--card-color, #6366f1);
  opacity: .15;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.beneficio-icon i {
  color: var(--card-color, #6366f1);
  z-index: 1;
  font-size: 1.25rem;
  position: relative;
}

.beneficio-card h4 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.beneficio-card p {
  color: #fff9;
  margin: 0;
  font-size: .85rem;
}

.proceso-timeline {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.proceso-step {
  align-items: flex-start;
  gap: 1.5rem;
  display: flex;
}

.paso-numero {
  background: linear-gradient(135deg, var(--card-color, #6366f1) 0%, #8b5cf6 100%);
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-weight: 700;
  display: flex;
}

.paso-content h4 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.paso-content p {
  color: #fff9;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.paso-content .duracion {
  color: var(--card-color, #6366f1);
  font-size: .8rem;
  font-weight: 500;
}

.faqs-list {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.faq-item {
  background: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 10px;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 500;
  list-style: none;
  display: flex;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i {
  color: #6366f1;
  transition: transform .3s;
}

.faq-item[open] summary i {
  transform: rotate(180deg);
}

.faq-item p {
  color: #fff9;
  margin: 0;
  padding: 0 1.25rem 1rem;
  font-size: .9rem;
}

.servicio-sidebar {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
  position: sticky;
  top: 100px;
}

.sidebar-card {
  background: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 1.5rem;
}

.sidebar-card h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.precio-card {
  background: #6366f10d;
  border: 2px solid #6366f180;
}

.precio-display {
  text-align: center;
  margin-bottom: 1.5rem;
}

.precio-display .desde {
  color: #ffffff80;
  margin-bottom: .25rem;
  font-size: .85rem;
  display: block;
}

.precio-display .precio-amount {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}

.precio-display .precio-periodo {
  color: #ffffff80;
  font-size: 1rem;
}

.precio-consultar {
  text-align: center;
  color: #fff9;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.paquetes-mini {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.paquete-mini {
  background: #ffffff08;
  border: 1px solid #ffffff0f;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.paquete-mini.destacado {
  background: #6366f11a;
  border: 1px solid #6366f14d;
}

.paquete-mini h4 {
  color: #fff;
  margin: 0;
  font-size: .9rem;
  font-weight: 600;
}

.paquete-precio {
  color: #6366f1;
  font-weight: 700;
}

.contacto-card p {
  color: #fff9;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.btn-phone {
  color: #fff9;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: .75rem;
  padding: .75rem;
  font-size: .9rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.btn-phone:hover {
  color: #6366f1;
}

.btn-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1.75rem;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px #6366f166;
}

.btn-primary.large {
  padding: 1rem 2.25rem;
  font-size: 1rem;
}

.btn-whatsapp {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .9rem 1.75rem;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 4px 15px #22c55e4d;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #4ade80 0%, #22c55e 100%);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px #22c55e66;
}

.full-width {
  width: 100%;
}

@media (max-width: 1024px) {
  .servicio-grid {
    grid-template-columns: 1fr;
  }

  .servicio-sidebar {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    display: grid;
    position: static;
  }
}

@media (max-width: 768px) {
  .servicio-content {
    padding: 2rem 1rem;
  }

  .content-section {
    padding: 1.5rem;
  }

  .servicio-sidebar, .beneficios-grid {
    grid-template-columns: 1fr;
  }

  .servicio-hero-precio .precio {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=src_app_%5Bcategoria%5D_%5Bservicio%5D_servicio_203865f2.css.map*/