/* ============================================================
   EFTELCLOUD · LOOK MODERNO v4
   Estética tipo OVHcloud / AWS: hero azul-marino profundo,
   textura de puntos, tarjetas limpias, precios destacados,
   tablas y listas rediseñadas. SOLO VISUAL — no toca lógica.
   Se carga AL FINAL (después de ui.css y dark-mode.css).
   ============================================================ */

:root {
  --v4-navy-950: #050a1c;
  --v4-navy-900: #081229;
  --v4-navy-800: #0d1c3f;
  --v4-navy-700: #143065;
  --v4-blue: #0050ff;
  --v4-cyan: #00b6ff;
  --v4-cyan-soft: rgba(0, 182, 255, 0.16);
  --v4-grid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");
  --v4-aura: radial-gradient(520px 300px at 88% 6%, rgba(0, 182, 255, 0.16), transparent 62%),
             radial-gradient(460px 300px at 6% 92%, rgba(0, 80, 255, 0.22), transparent 60%);
}

/* ════════════════════════════════════════════════════════════
   1. HEROES — oscuros tipo OVH (gradiente + puntos + aura)
   ════════════════════════════════════════════════════════════ */

/* Fondos de héroe con fotografía: se apagan a textura sutil */
.bg-image .background-image-wraper {
  filter: saturate(0.72) brightness(0.62) contrast(1.05);
}
.bg-image[data-overlay]:before,
.hero-equal-height[data-overlay]:before {
  background: linear-gradient(115deg, rgba(5, 10, 28, 0.94), rgba(8, 18, 41, 0.9) 45%, rgba(13, 28, 63, 0.92)) !important;
}

/* Héroes con fondo de color: resplandor + puntos */
.gradient-bg,
.primary-bg {
  position: relative;
}
section.gradient-bg::before,
section.primary-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--v4-grid), var(--v4-aura);
  pointer-events: none;
  z-index: 0;
}
section.gradient-bg > .container,
section.primary-bg > .container {
  position: relative;
  z-index: 1;
}

/* Contenido del hero */
.hero-content-wrap h1,
.hero-slider-content h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-wrap: balance;
}
.hero-content-wrap .lead,
.hero-slider-content .lead {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  line-height: 1.7;
}
.hero-content-wrap > span.h5,
.hero-slider-content > span.h5 {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}

/* Lista de características en hero */
.tech-feature-list {
  margin-top: 10px;
}
.tech-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}
.tech-feature-list li i {
  color: #4ade80;
  font-size: 1rem;
  margin-top: 4px;
  filter: drop-shadow(0 0 6px rgba(74, 222, 128, 0.55));
}

/* Píldora anuncio (index) */
.headline {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 5px 18px 5px 5px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-weight: 600;
}
.headline i {
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(0, 182, 255, 0.14);
}

/* ════════════════════════════════════════════════════════════
   2. PRECIO DESTACADO DEL HERO (tarjeta cristal tipo OVH)
   ════════════════════════════════════════════════════════════ */
.big-price-wrap {
  position: static !important;
  width: 100%;
}
.big-price-wrap .price-block {
  margin: 0 auto;
  max-width: 460px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  padding: 26px 34px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 30px 70px -24px rgba(2, 8, 32, 0.7);
}
.big-price-wrap .price-block .offer-price {
  font-size: clamp(3.6rem, 7vw, 6rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.05em;
  background: linear-gradient(180deg, #ffffff, #a9c6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.big-price-wrap .price-block .price-currency {
  font-size: 2.1rem !important;
  line-height: 1 !important;
}
.big-price-wrap .price-block .per-value {
  font-size: 1.05rem !important;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.4 !important;
}
.big-price-wrap span.regular-price {
  position: static !important;
  left: auto !important;
  transform: none !important;
  bottom: auto !important;
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55) !important;
}
.big-price-wrap span.regular-price strong {
  color: #ffd08a;
}
@media (max-width: 575.98px) {
  .big-price-wrap .price-block {
    padding: 18px 20px 14px;
    gap: 8px;
  }
}

/* ════════════════════════════════════════════════════════════
   3. SECCIONES CTA (bloques azules)
   ════════════════════════════════════════════════════════════ */
.cta-content-wrap h2 {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.cta-content-wrap p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
}
.cta-img-wrap {
  filter: drop-shadow(0 20px 40px rgba(2, 8, 32, 0.45));
}

/* ════════════════════════════════════════════════════════════
   4. TARJETAS DE PRECIO LEGADAS (single-pricing-pack)
   ════════════════════════════════════════════════════════════ */
.single-pricing-pack {
  border-radius: 20px !important;
  border: 1px solid var(--ui-border) !important;
  box-shadow: var(--ui-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.single-pricing-pack:hover {
  transform: translateY(-5px);
  box-shadow: var(--ui-shadow-lg);
  border-color: rgba(0, 80, 255, 0.25) !important;
}
.single-pricing-pack .pricing-header {
  background: #f4f7fd !important;
  border-radius: 19px 19px 0 0;
}
.single-pricing-pack .pricing-header .price {
  font-size: 3rem;
  letter-spacing: -0.03em;
  color: var(--ui-ink);
}
.single-pricing-pack.popular-price {
  border: 2px solid var(--ui-primary) !important;
  box-shadow: 0 18px 50px -14px rgba(0, 80, 255, 0.4) !important;
}
.single-pricing-pack.popular-price .pricing-header {
  background: linear-gradient(135deg, #0a2f7e, #014cda) !important;
  color: #fff !important;
}
.single-pricing-pack.popular-price .pricing-header h6,
.single-pricing-pack.popular-price .pricing-header .h6,
.single-pricing-pack.popular-price .pricing-header .price,
.single-pricing-pack.popular-price .pricing-header .price small {
  color: #fff !important;
}
.pricing-feature-list li {
  color: var(--ui-muted) !important;
  font-size: 0.88rem;
}
.pricing-feature-list li span {
  color: var(--ui-text) !important;
}
.single-pricing-pack .pricing-feature-list li i.icon-check {
  color: #16a34a;
}
.single-pricing-pack .pricing-feature-list li i.icon-cancel {
  color: var(--ui-gray-300, #cbd5e1);
}

/* ════════════════════════════════════════════════════════════
   5. SELECTOR VPS (slider) + FICHAS DE RECURSOS
   ════════════════════════════════════════════════════════════ */
.custom-plan-box {
  padding: 26px 30px !important;
  border-radius: 18px !important;
  border: 1px solid var(--ui-border) !important;
  background: #fff !important;
  box-shadow: var(--ui-shadow);
}
.custom-plan-box .slider-selection {
  background: linear-gradient(90deg, var(--ui-primary), var(--ui-accent)) !important;
}
.custom-plan-box .slider-track {
  background-color: var(--ui-bg2) !important;
  border-radius: 999px !important;
}
.custom-plan-box .slider-handle {
  top: -6px;
  width: 26px;
  height: 26px;
  border: 5px solid var(--ui-primary) !important;
  box-shadow: 0 0 0 5px rgba(0, 80, 255, 0.15), 0 2px 8px rgba(0, 80, 255, 0.35);
}
.single-vps-item {
  min-height: 88px;
  border-radius: 16px !important;
  border: 1px solid var(--ui-border) !important;
  background: #fff !important;
  box-shadow: var(--ui-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.single-vps-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--ui-shadow);
  border-color: rgba(0, 80, 255, 0.3) !important;
}
.single-vps-item .icon-size-md {
  font-size: 1.7rem !important;
}
.single-vps-item h6 {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.single-vps-item h3 {
  color: var(--ui-primary);
  font-weight: 800;
}
.custom-vps-list li {
  font-size: 0.95rem;
  color: var(--ui-muted);
}

/* ════════════════════════════════════════════════════════════
   6. TABLAS DE PRECIOS / COMPARATIVAS
   ════════════════════════════════════════════════════════════ */
.vps-hosting-pricing-table .vps-pricing-row {
  border-radius: 14px;
  box-shadow: 0 2px 12px -6px rgba(11, 16, 32, 0.08);
}
.vps-hosting-pricing-table .vps-pricing-row:hover td {
  border-color: rgba(0, 80, 255, 0.35) !important;
}
.vps-hosting-pricing-table .rate {
  color: var(--ui-primary) !important;
}
.compare-pricing-table thead th {
  position: sticky;
  top: 70px;
  z-index: 3;
  background: #fff;
  box-shadow: 0 1px 0 0 var(--ui-border);
}
html.dark-mode .compare-pricing-table thead th {
  background: var(--ds-card-bg);
}

/* ════════════════════════════════════════════════════════════
   7. DOMINIOS (listas / chips de precio)
   ════════════════════════════════════════════════════════════ */
.domain-list li {
  border-radius: 16px;
  border: 1px solid var(--ui-border);
  box-shadow: var(--ui-shadow-sm);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.domain-list li:hover {
  transform: translateY(-3px);
  box-shadow: var(--ui-shadow);
  border-color: rgba(0, 80, 255, 0.3);
}
.domain-price-list .domain-new-price {
  color: var(--ui-primary);
  font-size: 1.4rem;
}
.single-popular-domain {
  padding: 14px 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--ui-border);
}

/* ════════════════════════════════════════════════════════════
   8. SOLUCIONES / APPS (iconos de aplicaciones y sistemas)
   ════════════════════════════════════════════════════════════ */
.app-list li {
  transition: transform 0.22s ease;
}
.app-list li a {
  border-radius: 18px;
  background: #fff !important;
  box-shadow: 0 2px 12px -6px rgba(11, 16, 32, 0.1);
  border: 1px solid var(--ui-border);
  color: var(--ui-ink) !important;
  font-weight: 600;
  font-size: 0.88rem !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.app-list li a img {
  filter: drop-shadow(0 4px 10px rgba(11, 16, 32, 0.14));
}
.app-list li a:hover {
  background: #fff !important;
  border-color: rgba(0, 80, 255, 0.35);
  transform: translateY(-4px);
  box-shadow: var(--ui-shadow-lg);
  color: var(--ui-primary) !important;
}
.os-icon {
  color: var(--ui-primary);
}

/* ════════════════════════════════════════════════════════════
   9. BLOG
   ════════════════════════════════════════════════════════════ */
.single-blog-article {
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--ui-border);
  box-shadow: var(--ui-shadow-sm);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.single-blog-article:hover {
  transform: translateY(-4px);
  box-shadow: var(--ui-shadow-lg);
}
.single-blog-article .article-heading span {
  color: var(--ui-primary);
  font-weight: 600;
}
.single-blog-article .article-heading h3 a,
.single-blog-article h3 a {
  color: var(--ui-ink);
}
.single-blog-article .article-heading h3 a:hover {
  color: var(--ui-primary);
}
.post-preview img {
  border-radius: 14px;
}
.post-header .post-title a {
  color: var(--ui-ink);
}
.post-meta a,
.post-meta li {
  color: var(--ui-muted);
}
.post-meta li i {
  color: var(--ui-primary);
}
.tag-cloud > a,
.post-tags > a {
  border-radius: 999px;
  background: var(--ui-bg);
  color: var(--ui-text);
  font-weight: 600;
  border: 1px solid var(--ui-border);
}
.tag-cloud > a:hover,
.post-tags > a:hover {
  background: var(--ui-primary);
  border-color: var(--ui-primary);
  color: #fff;
}

/* ════════════════════════════════════════════════════════════
   10. MAPA DE RED (panel oscuro + marcadores con brillo)
   ════════════════════════════════════════════════════════════ */
.network-map-wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  border-radius: 24px;
  background: linear-gradient(160deg, #0a1431, #0d1c3f);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px -24px rgba(2, 8, 32, 0.65);
  padding: 22px;
  overflow: hidden;
}
.network-map-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--v4-grid);
  pointer-events: none;
}
.network-map-wrap img {
  position: relative;
  filter: saturate(0.75) brightness(1.05);
}
.custom-map-location {
  position: absolute;
  inset: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.custom-map-location li {
  position: absolute;
  transform: translate(-50%, -50%);
}
.custom-map-location li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00b6ff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 5px rgba(0, 182, 255, 0.25), 0 0 16px rgba(0, 182, 255, 0.9);
}
.custom-map-location li span::after {
  content: "";
  position: absolute;
  inset: -9px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 182, 255, 0.55);
  animation: v4Ping 2.4s cubic-bezier(0.2, 0.6, 0.4, 1) infinite;
}
@keyframes v4Ping {
  0% { transform: scale(0.6); opacity: 1; }
  80%, 100% { transform: scale(1.6); opacity: 0; }
}

/* ════════════════════════════════════════════════════════════
   11. TESTIMONIOS
   ════════════════════════════════════════════════════════════ */
.client-testimonial-1 .single-review-wrap {
  position: relative;
  border-radius: 18px !important;
  box-shadow: var(--ui-shadow) !important;
  border: 1px solid var(--ui-border) !important;
  background: #fff !important;
}
.client-testimonial-1 .single-review-wrap::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 2.1rem;
  color: rgba(0, 80, 255, 0.12);
  line-height: 1;
}
.single-review-wrap h5 {
  color: var(--ui-ink);
  font-weight: 700;
}
.review-author .author-avatar img {
  border: 3px solid #fff;
  outline: 2px solid rgba(0, 80, 255, 0.25);
  box-shadow: 0 6px 16px -6px rgba(2, 8, 32, 0.35);
}
.review-author .review-info h6 {
  color: var(--ui-ink);
}
.review-author .review-info span {
  color: var(--ui-muted);
  font-size: 0.82rem;
}

/* Swiper pagination */
.swiper-pagination-bullet {
  background: #0072ce;
  opacity: 0.35;
  transition: all 0.25s ease;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 22px;
  border-radius: 999px;
  background: var(--ui-gradient) !important;
}

/* ════════════════════════════════════════════════════════════
   12. FORMULARIOS DE ACCESO / SUSCRIPCIÓN
   ════════════════════════════════════════════════════════════ */
.login-signup-wrap,
.contact-us-form-wrap {
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--ui-border);
  box-shadow: var(--ui-shadow-lg);
}
.contact-info-list li {
  color: var(--ui-muted);
}
.subscribe-form input.button {
  border-radius: 999px;
  right: 6px;
  top: 6px;
  bottom: 6px;
}
.countdown-wrap .row .col {
  border-radius: 18px;
  border: 1px solid var(--ui-border);
  box-shadow: var(--ui-shadow-sm);
}

/* ════════════════════════════════════════════════════════════
   13. PÁGINA 404
   ════════════════════════════════════════════════════════════ */
.error-content-wrap .notfound-404 h1 {
  font-size: clamp(120px, 24vw, 230px) !important;
  line-height: 1;
  background: linear-gradient(135deg, #0a2f7e, #014cda, #00b6ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

/* ════════════════════════════════════════════════════════════
   14. VARIOS (cards globales, imágenes, enlaces)
   ════════════════════════════════════════════════════════════ */
.feature-content-wrap h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}
.img-wrap img {
  filter: drop-shadow(0 24px 40px rgba(2, 8, 32, 0.18));
}
.color-primary {
  color: var(--ui-primary) !important;
}
.read-more-link {
  font-weight: 600;
}
.read-more-link i {
  transition: transform 0.22s ease;
}
.read-more-link:hover i {
  transform: translateX(4px);
}
.single-service .service-header span.h5,
.service-header span.h5 {
  color: var(--ui-primary) !important;
  letter-spacing: 0.1em;
}
.service-header h4 {
  font-weight: 800;
}
.hero-countdown-wrap h2,
.hero-countdown-wrap h5 {
  letter-spacing: -0.03em;
}

/* ════════════════════════════════════════════════════════════
   15. MODO OSCURO — ajustes del nuevo look
   ════════════════════════════════════════════════════════════ */
html.dark-mode .gray-light-bg {
  background: var(--ds-body-bg) !important;
}
html.dark-mode .single-vps-item,
html.dark-mode .custom-plan-box,
html.dark-mode .domain-list li,
html.dark-mode .single-popular-domain,
html.dark-mode .app-list li a,
html.dark-mode .single-blog-article,
html.dark-mode .login-signup-wrap,
html.dark-mode .contact-us-form-wrap,
html.dark-mode .countdown-wrap .row .col {
  background: var(--ds-card-bg) !important;
  border-color: var(--ds-border) !important;
}
html.dark-mode .app-list li a,
html.dark-mode .single-blog-article h3 a,
html.dark-mode .single-blog-article .article-heading h3 a,
html.dark-mode .post-header .post-title a,
html.dark-mode .single-vps-item h3 {
  color: var(--ds-text) !important;
}
html.dark-mode .single-vps-item h6 {
  color: var(--ds-text-muted) !important;
}
html.dark-mode .single-pricing-pack .pricing-header {
  background: var(--ds-input-bg) !important;
}
html.dark-mode .single-pricing-pack .pricing-header .price {
  color: var(--ds-text) !important;
}
html.dark-mode .single-pricing-pack.popular-price .pricing-header {
  background: linear-gradient(135deg, #0a2f7e, #014cda) !important;
}
html.dark-mode .pricing-feature-list li span {
  color: var(--ds-text) !important;
}
html.dark-mode .vps-pricing-row {
  background: var(--ds-card-bg) !important;
}
html.dark-mode .network-map-wrap {
  background: linear-gradient(160deg, #0a0e1d, #10162e);
  border-color: var(--ds-border);
}
html.dark-mode .client-testimonial-1 .single-review-wrap {
  background: var(--ds-card-bg) !important;
  border-color: var(--ds-border) !important;
}
html.dark-mode .single-review-wrap h5,
html.dark-mode .review-author .review-info h6 {
  color: var(--ds-text) !important;
}
html.dark-mode .big-price-wrap .price-block {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}
html.dark-mode .headline {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.14);
}
html.dark-mode .tag-cloud > a,
html.dark-mode .post-tags > a {
  background: var(--ds-input-bg);
  border-color: var(--ds-border);
  color: var(--ds-text-muted);
}
html.dark-mode .tag-cloud > a:hover,
html.dark-mode .post-tags > a:hover {
  background: var(--ui-primary);
  color: #fff;
}
html.dark-mode .compare-pricing-table thead th {
  box-shadow: 0 1px 0 0 var(--ds-border);
}

/* Etiqueta superior de sección (estilo OVH/AWS) */
.ds-eyebrow {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--ui-primary-soft, #e6efff);
  border: 1px solid rgba(0, 80, 255, 0.16);
  color: var(--ui-primary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html.dark-mode .ds-eyebrow {
  background: rgba(0, 80, 255, 0.14);
  border-color: rgba(0, 80, 255, 0.3);
  color: #8ab4ff;
}

/* ════════════════════════════════════════════════════════════
   16. RESPONSIVE
   ════════════════════════════════════════════════════════════ */
@media (max-width: 767.98px) {
  .network-map-wrap {
    padding: 12px;
  }
  .custom-map-location {
    inset: 12px;
  }
  .hero-content-wrap .tech-feature-list li {
    font-size: 0.88rem;
  }
}