/* ============================================================
   RUDRION TECH SOLUTIONS — hero.css (Typography Enhanced)
   ============================================================ */

.hero {
  position: relative; min-height: 100vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; padding: calc(var(--nav-h) + 40px) 24px 80px; overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__particles { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(217,155,110,0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(217,155,110,0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at 40% 40%, black 20%, transparent 70%);
}
.hero__aurora { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; animation: auroraFloat 14s ease-in-out infinite; }
.hero__aurora--1 { width: 520px; height: 520px; background: radial-gradient(circle, var(--c-copper) 0%, transparent 70%); top: -160px; left: -160px; }
.hero__aurora--2 { width: 460px; height: 460px; background: radial-gradient(circle, var(--c-rose-gold) 0%, transparent 70%); bottom: -140px; right: -120px; animation-delay: -5s; }

.hero__inner {
  position: relative; z-index: 2; max-width: var(--container); width: 100%;
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; align-items: center;
}

.hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--c-copper-light); font-weight: 600; margin-bottom: 22px; }

.hero__headline { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.04; letter-spacing: -0.04em; }
.reveal-line { display: block; overflow: hidden; }
.reveal-line span { display: inline-block; transform: translateY(110%); animation: lineUp 0.9s var(--ease-out) forwards; }
.reveal-line:nth-child(1) span { animation-delay: 0.15s; }
.reveal-line:nth-child(2) span { animation-delay: 0.3s; }
.reveal-line:nth-child(3) span { animation-delay: 0.45s; }
@keyframes lineUp { to { transform: translateY(0); } }
.hero__headline--accent span {
  background: var(--grad-copper); -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% auto; animation: lineUp 0.9s var(--ease-out) forwards, gradientPan 6s linear infinite 1s;
}
@keyframes gradientPan { to { background-position: 200% center; } }

.hero__subtext { margin-top: 24px; max-width: 600px; color: var(--c-text-2); font-size: clamp(0.95rem, 1.1vw, 1.15rem); line-height: 1.65; }
.hero__actions { margin-top: 34px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero__actions .btn { font-weight: 600; }
.hero__trust { margin-top: 52px; display: flex; align-items: center; gap: 24px; color: var(--c-text-2); font-size: 0.82rem; }
.hero__trust-item { display: flex; flex-direction: column; gap: 4px; }
.hero__trust-item strong { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--c-metal-hi); letter-spacing: -0.02em; }
.hero__trust-divider { width: 1px; height: 32px; background: var(--c-line); }

.hero__scroll-cue {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 2;
  color: var(--c-text-3); font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.hero__scroll-cue span { width: 1px; height: 34px; background: linear-gradient(var(--c-copper-light), transparent); animation: scrollCue 1.8s ease-in-out infinite; }
@keyframes scrollCue { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* Orbit visual components overrides */
.hero__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 480px; }
.orbit-scene { position: relative; width: 100%; max-width: 600px; aspect-ratio: 1/1; perspective: 1400px; transform-style: preserve-3d; }
.orbit-glow { position: absolute; inset: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(217,155,110,0.32) 0%, rgba(184,118,63,0.1) 45%, transparent 72%); filter: blur(20px); animation: glowPulse 5s ease-in-out infinite; }
@keyframes glowPulse { 0%,100% { opacity: 0.65; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.orbit-ring { position: absolute; top: 50%; left: 50%; border-radius: 50%; border: 1px solid rgba(217,155,110,0.3); transform-style: preserve-3d; }
.orbit-ring--1 { width: 62%; height: 62%; margin: -31% 0 0 -31%; transform: rotateX(72deg) rotateZ(0deg); animation: ringSpin 16s linear infinite; border-color: rgba(217,155,110,0.4); }
.orbit-ring--2 { width: 82%; height: 82%; margin: -41% 0 0 -41%; transform: rotateX(72deg) rotateZ(40deg); animation: ringSpin 24s linear infinite reverse; border-color: rgba(227,172,130,0.28); border-style: dashed; }
.orbit-ring--3 { width: 100%; height: 100%; margin: -50% 0 0 -50%; transform: rotateX(72deg) rotateZ(-25deg); animation: ringSpin 32s linear infinite; border-color: rgba(184,118,63,0.2); }
@keyframes ringSpin { to { transform: rotateX(72deg) rotateZ(360deg); } }
.orbit-dot { position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; border-radius: 50%; background: var(--c-metal-hi); box-shadow: 0 0 12px 3px rgba(243,217,184,0.7); }
.orbit-dot--1 { animation: orbitPath1 16s linear infinite; }
.orbit-dot--2 { animation: orbitPath2 24s linear infinite reverse; background: var(--c-copper-light); }
.orbit-dot--3 { animation: orbitPath3 32s linear infinite; background: var(--c-rose-gold); }
@keyframes orbitPath1 { 0% { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(0deg) translateX(31%) rotateZ(0deg); } 100% { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(360deg) translateX(31%) rotateZ(-360deg); } }
@keyframes orbitPath2 { 0% { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(40deg) translateX(41%) rotateZ(-40deg); } 100% { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(400deg) translateX(41%) rotateZ(-400deg); } }
@keyframes orbitPath3 { 0% { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(-25deg) translateX(50%) rotateZ(25deg); } 100% { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(335deg) translateX(50%) rotateZ(-335deg); } }
.orbit-shape { position: absolute; fill: none; stroke-width: 1; opacity: 0.35; }
.orbit-shape--tri { width: 120px; height: 120px; top: -6%; right: 4%; stroke: var(--c-copper-light); animation: spinSlow 22s linear infinite; }
.orbit-shape--hex { width: 90px; height: 90px; bottom: -2%; left: 2%; stroke: var(--c-rose-gold); animation: spinSlow 30s linear infinite reverse; }
@keyframes spinSlow { to { transform: rotate(360deg); } }
.orbit-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.orbit-line { stroke: rgba(217,155,110,0.45); stroke-width: 1; stroke-dasharray: 6 8; animation: lineDash 3s linear infinite; animation-delay: var(--ld, 0s); }
@keyframes lineDash { to { stroke-dashoffset: -140; } }
.orbit-core { position: absolute; top: 50%; left: 50%; width: 58%; aspect-ratio: 1/1; transform: translate(-50%,-50%); border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 14%; box-shadow: 0 0 60px rgba(217,155,110,0.35), inset 0 0 30px rgba(255,255,255,0.03); animation: coreFloat 6s ease-in-out infinite; z-index: 5; }
@keyframes coreFloat { 0%,100% { transform: translate(-50%,-50%) translateY(0); } 50% { transform: translate(-50%,-50%) translateY(-14px); } }
.orbit-core__logo { width: 150%; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.5)); position: relative; z-index: 2; }
.orbit-core__reflection { position: absolute; top: 6%; left: 14%; width: 40%; height: 22%; border-radius: 50%; background: linear-gradient(180deg, rgba(255,255,255,0.18), transparent); filter: blur(4px); transform: rotate(-18deg); }

.glass-chip {
  position: absolute; padding: 12px 18px; display: flex; flex-direction: column;
  align-items: flex-start; gap: 2px; z-index: 6; animation: chipFloat 5s ease-in-out infinite;
}
.glass-chip strong { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; color: var(--c-metal-hi); line-height: 1; letter-spacing: -0.02em; }
.glass-chip span { font-size: 0.66rem; color: var(--c-text-3); letter-spacing: 0.04em; text-transform: uppercase; font-weight: 500; }
.glass-chip--1 { top: 6%; left: -4%; animation-delay: 0s; }
.glass-chip--2 { bottom: 14%; right: -6%; animation-delay: -1.6s; }
.glass-chip--3 { bottom: -4%; left: 20%; animation-delay: -3.2s; }
@keyframes chipFloat { 0%,100% { transform: translate(var(--px, 0px), var(--py, 0px)) translateY(0); } 50% { transform: translate(var(--px, 0px), var(--py, 0px)) translateY(-10px); } }
.orbit-particles { position: absolute; inset: -20%; width: 140%; height: 140%; pointer-events: none; z-index: 1; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1080px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__subtext { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .hero__trust { justify-content: center; }
  .hero__visual { order: -1; min-height: 380px; margin-bottom: 10px; }
  .orbit-scene { max-width: 380px; }
}
@media (max-width: 640px) {
  :root { --nav-h: 74px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { justify-content: center; }
  .hero__trust { gap: 14px; flex-wrap: wrap; }
  .orbit-scene { max-width: 300px; }
  .glass-chip { padding: 8px 12px; }
  .glass-chip strong { font-size: 0.95rem; }
}