.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 100px;
  background: radial-gradient(ellipse 55% 70% at 20% 50%, rgba(39, 175, 230, 0.08), transparent), radial-gradient(ellipse 45% 60% at 80% 30%, rgba(106, 196, 209, 0.05), transparent);
}

.hero-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.4;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 6rem;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.hero-orbit-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(39, 175, 230, 0.15);
}

.hero-ring--1 {
  width: 55%;
  aspect-ratio: 1;
  transform: rotateX(72deg);
  animation: orbit1 8s linear infinite;
  border-color: rgba(39, 175, 230, 0.18);
}

.hero-ring--2 {
  width: 78%;
  aspect-ratio: 1;
  transform: rotateX(72deg) rotateZ(55deg);
  animation: orbit2 14s linear infinite;
  border-color: rgba(106, 196, 209, 0.12);
}

.hero-ring--3 {
  width: 96%;
  aspect-ratio: 1;
  transform: rotateX(72deg) rotateZ(115deg);
  animation: orbit3 22s linear infinite;
  border-color: rgba(39, 175, 230, 0.07);
}

.hero-ring-dot {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-blue-primary);
  box-shadow: 0 0 10px 2px rgba(39, 175, 230, 0.8);
}
.hero-ring--2 .hero-ring-dot {
  width: 6px;
  height: 6px;
  background: var(--color-teal);
  box-shadow: 0 0 10px 2px rgba(106, 196, 209, 0.7);
}
.hero-ring--3 .hero-ring-dot {
  width: 5px;
  height: 5px;
  top: -3px;
  box-shadow: 0 0 8px 2px rgba(39, 175, 230, 0.5);
}

.hero-glow {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 175, 230, 0.14) 0%, transparent 70%);
  animation: glowPulse 7s ease-in-out infinite;
  will-change: opacity;
  pointer-events: none;
  z-index: 1;
}

.hero-svg-wrap {
  position: relative;
  z-index: 2;
  width: 75%;
  max-width: 380px;
}

#hero-svg {
  width: 100%;
  height: auto;
  overflow: visible;
  animation: svgFloat 6s ease-in-out infinite;
}
#hero-svg #svg-z {
  opacity: 0;
  filter: url(#svg-glow);
}
#hero-svg #svg-z-glow {
  opacity: 0;
  filter: url(#svg-glow-soft);
}
#hero-svg #svg-z-stroke {
  opacity: 0;
}
#hero-svg.svg-ready #svg-z-glow {
  will-change: opacity;
  animation: svgGlowPulse 4s ease-in-out infinite;
}

.hero-svg-scan {
  display: none;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px 5px 7px;
  border-radius: 99px;
  border: 1px solid rgba(39, 175, 230, 0.22);
  background: rgba(39, 175, 230, 0.06);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-smooth) 0.5s forwards;
}

.hero-badge-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-blue-primary), var(--color-teal));
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.hero-badge-dot::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation: blink 2s ease-in-out infinite;
}

.hero-badge-text {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-blue-primary);
}

.hero-headline {
  font-family: "Aquatico", "Roboto", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  font-weight: normal;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
}

.hero-line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
}

.hero-line-inner {
  display: block;
  color: var(--color-text-primary);
  transform: translateY(110%);
  animation: slideUp 0.85s var(--ease-smooth) forwards;
}

.hero-line:nth-child(1) .hero-line-inner {
  animation-delay: 0.65s;
}

.hero-line:nth-child(2) .hero-line-inner {
  animation-delay: 0.8s;
}

.hero-line:nth-child(3) .hero-line-inner {
  animation-delay: 0.95s;
}

.hero-gradient-text {
  background: linear-gradient(120deg, var(--color-blue-primary), var(--color-teal) 55%, #a8e6f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-services {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-blue-primary);
  margin-bottom: 1.2rem;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-smooth) 1s forwards;
}

.hero-sub {
  font-size: 1.05rem;
  color: var(--color-text-secondary);
  max-width: 460px;
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-smooth) 1.2s forwards;
}

.hero-kpi {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-smooth) 1.35s forwards;
}

.hero-kpi-number {
  font-family: "Aquatico", sans-serif;
  font-size: 4rem;
  line-height: 1;
  background: linear-gradient(135deg, #a8e8f0 0%, var(--color-teal) 40%, var(--color-blue-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(39, 175, 230, 0.45));
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.hero-kpi-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(39, 175, 230, 0.4), transparent);
  flex-shrink: 0;
}

.hero-kpi-label {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--color-text-secondary);
  line-height: 1.5;
  max-width: 180px;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-smooth) 1.4s forwards;
}

.hero-btn-primary {
  padding: 14px 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--color-blue-primary), var(--color-teal));
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 6px 28px rgba(39, 175, 230, 0.35);
  transition: transform 0.3s var(--ease-smooth), box-shadow 0.3s ease;
}
.hero-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(39, 175, 230, 0.5);
}

.hero-btn-ghost {
  padding: 14px 28px;
  border-radius: 14px;
  border: 1px solid rgba(39, 175, 230, 0.2);
  color: var(--color-text-secondary);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-btn-ghost:hover {
  border-color: rgba(39, 175, 230, 0.5);
  color: var(--color-text-primary);
  background: rgba(39, 175, 230, 0.06);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-smooth) 2s forwards;
}

.hero-scroll-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.hero-scroll-bar {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, var(--color-blue-primary), transparent);
  transform-origin: top center;
  animation: scrollBar 2s ease-in-out 2.2s infinite;
}

@keyframes orbit1 {
  from {
    transform: rotateX(72deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(72deg) rotateZ(360deg);
  }
}
@keyframes orbit2 {
  from {
    transform: rotateX(72deg) rotateZ(55deg);
  }
  to {
    transform: rotateX(72deg) rotateZ(-305deg);
  }
}
@keyframes orbit3 {
  from {
    transform: rotateX(72deg) rotateZ(115deg);
  }
  to {
    transform: rotateX(72deg) rotateZ(475deg);
  }
}
@keyframes svgZIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes svgGlowPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.85;
  }
}
@keyframes svgDotPop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes svgIaIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes svgFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes scanLine {
  to {
    transform: translateX(120%);
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes slideUp {
  to {
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes scrollBar {
  0% {
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
    transform-origin: bottom;
  }
}
@media (max-width: 900px) {
  .hero {
    padding-top: 0;
    height: auto;
    min-height: 100svh;
    overflow-x: clip;
    justify-content: flex-start;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    padding: 150px 1.5rem 4rem;
  }
  .hero-visual {
    max-width: 200px;
    margin: 0 auto;
  }
  .hero-orbit-bg {
    display: none;
  }
  .hero-text {
    align-items: center;
  }
  .hero-headline {
    text-align: center;
  }
  .hero-sub {
    text-align: center;
    max-width: 480px;
  }
  .hero-kpi {
    justify-content: center;
  }
  .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .hero-btn-primary,
  .hero-btn-ghost {
    text-align: center;
    font-size: 13px;
    padding: 12px 18px;
  }
}
