/* ===== FONDO CON BLUR Y ELIPSES ===== */
.servicesPage {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, #0f2e2c 0%, #1a3c39 50%, #0f2e2c 100%);
}

.gradientElipse {
  position: absolute;
  width: 516px;
  height: 516px;
  background: radial-gradient(circle, #e8f8f0);
  opacity: 0.8;
  z-index: 0;
  filter: blur(120px);
}

.elipse1 {
  position: absolute;
  width: 516px;
  height: 516px;
  background: linear-gradient(45deg, #81c784, #66bb6a);
  opacity: 0.7;
  z-index: 0;
  bottom: -200px;
  left: -200px;
  border-radius: 50%;
}

.elipse2 {
  position: absolute;
  width: 516px;
  height: 516px;
  border-radius: 50%;
  background: linear-gradient(45deg, #81c784, #66bb6a);
  opacity: 0.6;
  z-index: 0;
  top: -100px;
  right: -100px;
}

.blurContainer {
  z-index: 1;
  position: relative;
  padding: 80px 20px 40px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ===== BASE - MOBILE (0px - 767px) ===== */
.containerAbout {
  max-width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.containerAbout h1 {
  color: #ffffff;
  font-family: "Lexend", sans-serif;
  font-weight: 800;
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.1;
  padding: 0 15px;
  text-shadow: 0 4px 20px rgba(0, 168, 107, 0.3);
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.containerAbout h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #00a86b, #66bb6a);
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 168, 107, 0.4);
}

.containerAbout h2 {
  font-family: "Lexend", sans-serif;
  color: #e0e0e0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.7;
  padding: 0 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.services-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin: 60px auto 0 auto;
  padding: 0 20px;
  max-width: 1400px;
}

/* User Info Card */
.user-info-card {
  background-color: #0f2e2c;
  border: 2px solid #1a3c39;
  font-family: "Lexend", sans-serif;
  border-radius: 12px;
  padding: 0;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 60px 0 2rem 0;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  margin-bottom: 100px;
}

.user-info-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: nowrap;
}

.user-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 168, 107, 0.2);
  border-color: #00a86b;
}

.user-avatar {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00a86b, #00995a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}

.user-info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.user-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: #ffffff !important;
}

.user-company {
  font-size: 1rem;
  opacity: 0.7;
  margin: 0 0 0.5rem 0;
  color: #b2b2b2 !important;
}

.user-plan {
  display: inline-block;
  background: linear-gradient(135deg, #00a86b, #00995a);
  color: #ffffff !important;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
}

.profile-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(0, 255, 174, 0.1);
  border: 1px solid rgba(0, 255, 174, 0.3);
  border-radius: 8px;
  color: #00ffae !important;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  font-weight: 500;
}

.profile-link:hover {
  background: rgba(0, 255, 174, 0.2);
  border-color: rgba(0, 255, 174, 0.5);
  transform: translateY(-2px);
}

/* Section Title */
.section-title {
  font-family: "Lexend", sans-serif;
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0 15px;
  margin-top: 0px;
}

/* Services Grid Container */
.services-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: none;
  padding: 0;
  width: 100%;
}

/* Service Card */
.service-card {
  background: #0f2e2c;
  border: 2px solid #1a3c39;
  border-radius: 16px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Lexend", sans-serif;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  text-align: center;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 168, 107, 0.2);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00a86b, #00995a);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.dark .service-card::before {
  background: linear-gradient(90deg, #00ffae, #00cc8a) !important;
}

.dark .service-card:hover::before {
  transform: scaleX(1);
}

.service-card-header {
  text-align: center;
  margin-bottom: 20px;
}

.service-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #00a86b, #00995a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.3s ease;
}

.dark .service-icon {
  background: linear-gradient(135deg, #00ffae, #00cc8a) !important;
  color: #000000 !important;
}

.service-card:hover .service-icon {
  transform: scale(1.1);
}

.dark .service-card:hover .service-icon {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 255, 174, 0.4) !important;
}

.service-icon svg {
  width: 35px;
  height: 35px;
}

.service-title {
  color: white !important;
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
  text-align: center;
}

.service-description {
  color: #b2b2b2 !important;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  flex-grow: 1;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 15px 0;
}

.feature-tag {
  background: rgba(0, 168, 107, 0.1);
  color: #00a86b;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid rgba(0, 168, 107, 0.2);
}

.service-actions {
  text-align: center;
  margin-top: auto;
}

.service-button {
  background: linear-gradient(135deg, #00a86b, #00995a);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  min-width: 140px;
  margin: 0 auto;
  margin-top: auto;
}

.service-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 168, 107, 0.4);
}

.dark .service-button {
  background: linear-gradient(135deg, #00ffae, #00cc8a) !important;
  color: #000000 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.dark .service-button:hover {
  box-shadow: 0 8px 25px rgba(0, 255, 174, 0.5) !important;
  transform: translateY(-3px) !important;
}

/* Services Loading State */
.services-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 1.5rem;
  background: #0f2e2c;
  border: 2px solid #1a3c39;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.services-loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00a86b, #00995a);
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-top: 4px solid #00a86b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader-text {
  color: #ffffff !important;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  opacity: 1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Services Content Container */
.services-content {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  width: 100%;
}

/* No Services Card - Ahora usa la misma estructura que service-card */
.no-services-icon {
  /* Hereda estilos de service-icon pero con color de error */
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
}

.no-plan-tag {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
  border-color: rgba(239, 68, 68, 0.2) !important;
}

.upgrade-button {
  /* Hereda estilos de service-button */
  text-decoration: none !important;
}

/* Estilos específicos para modo oscuro - No Services */
.dark .no-services-icon {
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  color: #ffffff !important;
}

.dark .no-plan-tag {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #ef4444 !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
}

/* ===== TABLET (768px - 1023px) ===== */
@media (min-width: 768px) {
  .servicesPage {
    padding: 0;
  }

  .blurContainer {
    padding: 100px 30px 40px 30px;
    max-width: 1400px;
    margin: 0 auto;
  }

  /* Ajustes para las elipses en tablet */
  .gradientElipse {
    width: 400px;
    height: 400px;
    filter: blur(100px);
  }

  .elipse1 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -150px;
  }

  .elipse2 {
    width: 400px;
    height: 400px;
    top: -80px;
    right: -80px;
  }

  .containerAbout {
    padding: 0 30px;
    margin-bottom: 10px;
  }

  .containerAbout h1 {
    font-size: 56px;
    margin-bottom: 35px;
    padding: 0 20px;
  }

  .containerAbout h1::after {
    width: 100px;
    height: 5px;
    bottom: -12px;
  }

  .containerAbout h2 {
    font-size: 20px;
    padding: 0 40px;
    max-width: 800px;
  }
}

/* ===== MOBILE (0px - 767px) ===== */
@media (max-width: 767px) {
  .servicesPage {
    padding: 0;
  }

  .blurContainer {
    padding: 80px 20px 40px 20px;
    max-width: 1400px;
    margin: 0 auto;
  }

  /* Ajustes para las elipses en mobile */
  .gradientElipse {
    width: 300px;
    height: 300px;
    filter: blur(80px);
  }

  .elipse1 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -100px;
  }

  .elipse2 {
    width: 300px;
    height: 300px;
    top: -60px;
    right: -60px;
  }

  /* Ajustes de tipografía para mobile */
  .containerAbout h1 {
    font-size: 32px; /* Reducido de 48px a 32px */
    margin-bottom: 25px;
    margin-top: 20px; /* Agregado margin-top para la portada */
    padding: 0 10px;
  }

  .containerAbout h1::after {
    width: 80px;
    height: 4px;
    bottom: -10px;
  }

  .containerAbout h2 {
    font-size: 16px; /* Reducido de 18px a 16px */
    padding: 0 15px;
    line-height: 1.5;
  }
}

/* ===== DESKTOP (1024px+) ===== */
@media (min-width: 1024px) {
  .servicesPage {
    padding: 0;
  }

  .blurContainer {
    padding: 120px 40px 40px 40px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .containerAbout {
    max-width: 1400px;
    margin: 0 auto 30px auto;
    text-align: center;
  }

  .containerAbout h1 {
    text-align: center;
    color: #ffffff;
    font-family: "Lexend", sans-serif;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.1;
  }

  .containerAbout h1::after {
    width: 120px;
    height: 6px;
    bottom: -15px;
  }

  .containerAbout h2 {
    color: #e0e0e0;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    padding: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    line-height: 1.7;
  }
}

/* ===== LARGE DESKTOP (1440px+) ===== */
@media (min-width: 1440px) {
  .servicesPage {
    padding: 0;
  }

  .blurContainer {
    padding: 140px 60px 40px 60px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .containerAbout {
    max-width: 1400px;
    margin-bottom: 30px;
    padding: 0 60px;
  }

  .containerAbout h1 {
    font-size: 72px;
    margin-bottom: 50px;
  }

  .containerAbout h1::after {
    width: 140px;
    height: 7px;
    bottom: -18px;
  }

  .containerAbout h2 {
    font-size: 24px;
    max-width: 1400px;
  }
}

/* ===== MODO CLARO ===== */
.heroSection {
  background-color: #f8f9fa !important;
}

/* Services Loading State - Modo Claro */
.loader-text {
  color: #ffffff !important;
}

.loader-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 4px solid #00a86b !important;
}

/* Títulos y subtítulos en modo claro (fuera de contenedores) */
.containerAbout h1 {
  background: linear-gradient(135deg, #333333 0%, #000000 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: none !important;
}

.containerAbout h1::after {
  background: linear-gradient(90deg, #00a86b, #00995a) !important;
  box-shadow: 0 2px 10px rgba(0, 168, 107, 0.4) !important;
}

.containerAbout h2 {
  color: #333333 !important;
  text-shadow: none !important;
}

.section-title {
  color: #333333 !important;
  text-shadow: none !important;
}

/* ===== MODO OSCURO ===== */
.dark .heroSection {
  background-color: #0a0a0a !important;
}

.dark .gradientElipse {
  background: radial-gradient(circle, #00ffae) !important;
  opacity: 0.3 !important;
}

.dark .elipse1 {
  background: linear-gradient(45deg, #00ffae, #00cc8a) !important;
  opacity: 0.4 !important;
}

.dark .elipse2 {
  background: linear-gradient(45deg, #00ffae, #00cc8a) !important;
  opacity: 0.3 !important;
}

.dark .containerAbout h1 {
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
}

.dark .containerAbout h1::after {
  background: linear-gradient(90deg, #00ffae, #00cc8a) !important;
  box-shadow: 0 2px 10px rgba(0, 255, 174, 0.4) !important;
}

.dark .containerAbout h2 {
  color: #e0e0e0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.dark .section-title {
  color: white !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}

.dark .service-card {
  background: #0f2e2c !important;
  border-color: #1a3c39 !important;
  box-shadow: 0 8px 25px rgba(0, 255, 174, 0.1) !important;
}

.dark .service-card:hover {
  box-shadow: 0 25px 50px rgba(0, 255, 174, 0.2) !important;
  border-color: #00ffae !important;
}

.dark .service-title {
  color: #ffffff !important;
}

.dark .service-description {
  color: #b2b2b2 !important;
}

.dark .feature-tag {
  background: rgba(0, 255, 174, 0.15) !important;
  color: #00ffae !important;
  border-color: rgba(0, 255, 174, 0.3) !important;
  box-shadow: 0 2px 8px rgba(0, 255, 174, 0.2) !important;
}

.dark .service-button {
  background: linear-gradient(135deg, #00ffae, #00cc8a) !important;
  color: #000000 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.dark .service-button:hover {
  box-shadow: 0 8px 25px rgba(0, 255, 174, 0.5) !important;
  transform: translateY(-3px) !important;
}

.dark .no-services-card {
  background: #0f2e2c !important;
  border-color: #1a3c39 !important;
  box-shadow: 0 8px 25px rgba(0, 255, 174, 0.1) !important;
}

.dark .no-services-title {
  color: #ffffff !important;
}

.dark .no-services-description {
  color: #b2b2b2 !important;
}

.dark .upgrade-button {
  background: linear-gradient(135deg, #00a86b, #00995a) !important;
  color: #ffffff !important;
}

.dark .upgrade-button:hover {
  box-shadow: 0 8px 25px rgba(0, 168, 107, 0.4) !important;
}

.dark .user-info-card {
  background: #0f2e2c !important;
  border-color: #1a3c39 !important;
  box-shadow: 0 8px 25px rgba(0, 255, 174, 0.1) !important;
}

.dark .user-name {
  color: #ffffff !important;
}

.dark .user-company {
  color: #b2b2b2 !important;
}

.dark .user-plan {
  background: linear-gradient(135deg, #00a86b, #00995a) !important;
  color: #ffffff !important;
}

.dark .user-avatar {
  background: linear-gradient(135deg, #00a86b, #00995a) !important;
  color: #ffffff !important;
}

.dark .profile-link {
  background: rgba(0, 255, 174, 0.1) !important;
  border-color: rgba(0, 255, 174, 0.3) !important;
  color: #00ffae !important;
}

.dark .profile-link:hover {
  background: rgba(0, 255, 174, 0.2) !important;
  border-color: rgba(0, 255, 174, 0.5) !important;
}

/* Responsive Design */
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1400px;
  }
  
  .services-container {
    max-width: 1400px;
  }

  .section-title {
    font-size: 28px;
  }

  .service-card {
    min-height: 320px;
    padding: 0px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
  }

  .service-icon svg {
    width: 40px;
    height: 40px;
  }

  .service-title {
    font-size: 22px;
  }

  .service-description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .services-container {
    gap: 1.5rem;
    padding: 0 15px;
  }

  .user-info-card {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .user-avatar {
    align-self: center;
  }

  .profile-link {
    align-self: center;
    width: fit-content;
  }

  .services-grid {
    padding: 0 15px;
    gap: 20px;
  }

  .section-title {
    font-size: 20px;
  }

  .service-card {
    min-height: 260px;
    padding: 20px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-icon svg {
    width: 30px;
    height: 30px;
  }

  .service-title {
    font-size: 18px;
  }

  .service-description {
    font-size: 14px;
  }

  .service-button {
    padding: 10px 20px;
    font-size: 13px;
    min-width: 120px;
  }
}

@media (max-width: 480px) {
  .user-info-card {
    padding: 1.5rem;
  }
  
  .services-grid {
    padding: 0 15px;
  }
  
  .service-card {
    padding: 1.5rem;
  }
  
}

/* ===== BILLING SWITCH STYLES ===== */
.billing-switch {
  display: flex;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px;
  padding: 4px;
  margin: 32px auto 40px;
  gap: 4px;
  max-width: 320px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.billing-button {
  flex: 1;
  padding: 12px 16px;
  border: none;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  min-height: 48px;
  height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.billing-button.active {
  background: #00a86b !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 168, 107, 0.3) !important;
}

.billing-button:hover:not(.active) {
  color: white !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.save-badge {
  background: linear-gradient(135deg, #00ffae, #00cc8a);
  color: #000;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 4px;
  box-shadow: 0 2px 8px rgba(0, 255, 174, 0.3);
}

/* Dark mode billing switch */
.dark .billing-switch {
  background: rgba(15, 46, 44, 0.8) !important;
  border: 1px solid rgba(0, 255, 174, 0.2) !important;
  box-shadow: 0 4px 15px rgba(0, 255, 174, 0.1) !important;
}

.dark .billing-button {
  color: rgba(224, 224, 224, 0.8) !important;
}

.dark .billing-button.active {
  background: linear-gradient(135deg, #00ffae, #00cc8a) !important;
  color: #000000 !important;
  box-shadow: 0 4px 12px rgba(0, 255, 174, 0.4) !important;
  font-weight: 700 !important;
}

.dark .billing-button:hover:not(.active) {
  color: #ffffff !important;
  background: rgba(0, 255, 174, 0.1) !important;
}

.dark .save-badge {
  background: linear-gradient(135deg, #00ffae, #00cc8a) !important;
  color: #000000 !important;
  box-shadow: 0 2px 8px rgba(0, 255, 174, 0.4) !important;
}

/* Light mode billing switch */
.billing-switch {
  background: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.billing-button {
  color: rgba(0, 0, 0, 0.7) !important;
}

.billing-button.active {
  background: #00a86b !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 168, 107, 0.3) !important;
}

.billing-button:hover:not(.active) {
  color: #000000 !important;
  background: rgba(0, 0, 0, 0.05) !important;
}

/* Responsive adjustments for billing switch */
@media (max-width: 768px) {
  .billing-switch {
    max-width: 280px;
    margin: 24px auto 32px;
  }
  
  .billing-button {
    padding: 10px 12px;
    font-size: 13px;
    min-height: 44px;
    height: 44px;
  }
  
  .save-badge {
    font-size: 9px;
    padding: 2px 4px;
  }
}

/* ===== MODO OSCURO ===== */
.dark .servicesPage {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
}

/* Estilos para las elipses en modo oscuro */
.dark .gradientElipse {
  background: radial-gradient(circle, #00ffae) !important;
  opacity: 0.3 !important;
}

.dark .elipse1 {
  background: linear-gradient(45deg, #00ffae, #00cc8a) !important;
  opacity: 0.4 !important;
}

.dark .elipse2 {
  background: linear-gradient(circle, #00ffae, #00cc8a) !important;
  opacity: 0.3 !important;
}

.dark .containerAbout h1 {
  background: linear-gradient(135deg, #ffffff 0%, #e0e0e0 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
}

.dark .containerAbout h1::after {
  background: linear-gradient(90deg, #00ffae, #00cc8a) !important;
  box-shadow: 0 2px 10px rgba(0, 255, 174, 0.4) !important;
}

.dark .containerAbout h2 {
  color: #e0e0e0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
}


.service-icon{
  margin-top: 30px;
}

.service-button{
  margin-top: 20px;
  margin-bottom: 30px;
}

.no-services-icon{
  margin-top: 30px;
}

.upgrade-button {
  margin-bottom: 30px;
}