/* Venta Host — premium hero accents (keeps existing hero-3 background) */

.hero-3 {
  --venta-blue: #3b82f6;
  --venta-blue-soft: rgba(59, 130, 246, 0.14);
  --venta-line: rgba(59, 130, 246, 0.22);
  --venta-node: #60a5fa;
}

.hero-3__tech {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-3__tech-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-3__tech-grid {
  opacity: 0.35;
  transform-origin: center;
  animation: venta-grid-drift 28s linear infinite;
}

.hero-3__tech-ring {
  transform-origin: center;
  animation: venta-spin 48s linear infinite;
  opacity: 0.45;
}

.hero-3__tech-ring--reverse {
  animation-direction: reverse;
  animation-duration: 64s;
  opacity: 0.3;
}

.hero-3__tech-node {
  animation: venta-float 7s ease-in-out infinite;
}

.hero-3__tech-node--delay {
  animation-delay: -2.4s;
  animation-duration: 9s;
}

.hero-3__tech-node--delay-2 {
  animation-delay: -4.1s;
  animation-duration: 8.2s;
}

.hero-3__tech-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: venta-pulse 3.6s ease-in-out infinite;
}

.hero-3__tech-dash {
  stroke-dasharray: 6 10;
  animation: venta-dash 18s linear infinite;
}

.hero-3 > *:not(.hero-3__tech) {
  position: relative;
  z-index: 1;
}

.hero-3__title {
  animation: venta-fade-up 0.9s ease-out both;
  letter-spacing: -0.02em;
}

.hero-3 .btn-primary {
  animation: venta-fade-up 0.9s ease-out 0.35s both;
  box-shadow: 0 10px 28px rgba(59, 130, 246, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-3 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(59, 130, 246, 0.3);
}

@keyframes venta-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes venta-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes venta-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.35);
  }
}

@keyframes venta-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes venta-grid-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-40px, -24px, 0);
  }
}

@keyframes venta-dash {
  to {
    stroke-dashoffset: -160;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-3__tech-grid,
  .hero-3__tech-ring,
  .hero-3__tech-ring--reverse,
  .hero-3__tech-node,
  .hero-3__tech-node--delay,
  .hero-3__tech-node--delay-2,
  .hero-3__tech-pulse,
  .hero-3__tech-dash,
  .hero-3__title,
  .hero-3 .btn-primary {
    animation: none !important;
  }
}

@media (max-width: 991.98px) {
  .hero-3__tech {
    opacity: 0.55;
  }
}

/* Cloud VPS hero showcase */
.venta-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  font-size: 0.8125rem;
  font-weight: 600;
}

.venta-hero-title {
  font-size: clamp(2.25rem, 4vw + 1rem, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: #0f172a;
  text-align: left;
}

.venta-hero-lead {
  max-width: 34rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
}

.venta-hero-features li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #334155;
  font-weight: 500;
  font-size: 0.95rem;
}

.venta-hero-features iconify-icon {
  color: #3b82f6;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.venta-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding-inline: 1.35rem;
}

.venta-hero-price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.venta-hero-price__old {
  color: #94a3b8;
  text-decoration: line-through;
  font-size: 0.95rem;
}

.venta-hero-price__now {
  color: #2563eb;
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.venta-hero-price__now span {
  font-size: 0.95rem;
  font-weight: 600;
  margin-left: 0.1rem;
}

.venta-hero-note {
  color: #94a3b8;
  font-size: 0.8125rem;
}

.venta-hero-visual {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  animation: venta-fade-up 0.95s ease-out 0.15s both;
}

.venta-hero-orbits {
  position: absolute;
  inset: 8% 12%;
  pointer-events: none;
}

.venta-hero-orbits span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(59, 130, 246, 0.16);
  border-radius: 50%;
  animation: venta-spin 42s linear infinite;
}

.venta-hero-orbits span:nth-child(2) {
  inset: 10%;
  border-color: rgba(59, 130, 246, 0.12);
  animation-duration: 56s;
  animation-direction: reverse;
}

.venta-hero-orbits span:nth-child(3) {
  inset: 20%;
  border-color: rgba(96, 165, 250, 0.18);
  animation-duration: 70s;
}

.venta-hero-panel {
  position: relative;
  z-index: 2;
  width: min(100%, 320px);
  padding: 1.25rem 1.35rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(8px);
  animation: venta-float 6.5s ease-in-out infinite;
}

.venta-hero-panel__head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.15rem;
}

.venta-hero-panel__head strong {
  margin-left: auto;
  font-size: 0.8rem;
  color: #64748b;
  font-weight: 600;
}

.venta-hero-panel__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #cbd5e1;
}

.venta-hero-panel__dot:first-child {
  background: #f87171;
}
.venta-hero-panel__dot:nth-child(2) {
  background: #fbbf24;
}
.venta-hero-panel__dot:nth-child(3) {
  background: #34d399;
}

.venta-hero-meter {
  margin-bottom: 0.95rem;
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 600;
}

.venta-hero-meter__track {
  height: 0.45rem;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.venta-hero-meter__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
}

.venta-hero-panel__server {
  margin-top: 1rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-inline: auto;
  border-radius: 0.85rem;
  background: rgba(59, 130, 246, 0.12);
  color: #2563eb;
  font-size: 1.5rem;
}

.venta-hero-badge-float {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 0.85rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  font-size: 0.78rem;
  font-weight: 650;
  color: #334155;
  animation: venta-float 7.5s ease-in-out infinite;
}

.venta-hero-badge-float iconify-icon {
  color: #3b82f6;
  font-size: 1.05rem;
}

.venta-hero-badge-float--1 {
  top: 12%;
  left: 4%;
  animation-delay: -1s;
}

.venta-hero-badge-float--2 {
  top: 18%;
  right: 2%;
  animation-delay: -2.5s;
  animation-duration: 8.5s;
}

.venta-hero-badge-float--3 {
  bottom: 14%;
  right: 8%;
  animation-delay: -3.8s;
}

.venta-hero-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
}

.venta-hero-dots span {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #cbd5e1;
}

.venta-hero-dots span.is-active {
  width: 1.35rem;
  border-radius: 999px;
  background: #3b82f6;
}

@media (max-width: 991.98px) {
  .venta-hero-title {
    text-align: left;
  }

  .venta-hero-visual {
    min-height: 320px;
    margin-top: 0.5rem;
  }

  .venta-hero-badge-float--1 {
    left: 0;
  }

  .venta-hero-badge-float--2 {
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .venta-hero-visual,
  .venta-hero-panel,
  .venta-hero-badge-float,
  .venta-hero-orbits span {
    animation: none !important;
  }
}
