.elementor-3241 .elementor-element.elementor-element-0c0e385{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3241 .elementor-element.elementor-element-0c0e385:not(.elementor-motion-effects-element-type-background), .elementor-3241 .elementor-element.elementor-element-0c0e385 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#030712;}@media(min-width:768px){.elementor-3241 .elementor-element.elementor-element-0c0e385{--width:100%;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700;800&display=swap');

* {
  box-sizing: border-box;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #030712 !important;
  color: #f8fafc !important;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
  overflow-x: hidden !important;
  cursor: default;
}

/* Custom Cyber Cursor */
.agy-cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: #38bdf8;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.15s, height 0.15s, background-color 0.2s;
  box-shadow: 0 0 12px #38bdf8, 0 0 20px #38bdf8;
}

.agy-cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 1.5px solid rgba(56, 189, 248, 0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease-out, width 0.2s, height 0.2s, border-color 0.2s;
}

/* Cyber Scanning Laser */
.agy-scan-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(56, 189, 248, 0.8) 50%, transparent 100%);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.8), 0 0 30px rgba(56, 189, 248, 0.4);
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
  animation: agy-scan-anim 8s linear infinite;
}

@keyframes agy-scan-anim {
  0% { top: 0%; opacity: 0; }
  15% { opacity: 0.8; }
  85% { opacity: 0.8; }
  100% { top: 100%; opacity: 0; }
}

.agy-universe {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background: 
    radial-gradient(circle at 50% 0%, #0d1b38 0%, #030712 65%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 100% 100%, 40px 40px, 40px 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 80px 24px 140px 24px;
}

/* Dual Canvases */
#agy-particle-canvas, #agy-wave-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

#agy-wave-canvas {
  opacity: 0.75;
}

/* Multi-Spectrum Ambient Orbs */
.agy-ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
  animation: agy-orb-drift 20s ease-in-out infinite alternate;
}

.orb-1 { width: 550px; height: 550px; background: rgba(14, 165, 233, 0.28); top: -80px; left: 10%; }
.orb-2 { width: 650px; height: 650px; background: rgba(168, 85, 247, 0.25); top: 250px; right: 5%; animation-duration: 25s; animation-delay: -6s; }
.orb-3 { width: 450px; height: 450px; background: rgba(16, 185, 129, 0.2); bottom: 100px; left: 20%; animation-duration: 22s; animation-delay: -10s; }
.orb-4 { width: 400px; height: 400px; background: rgba(236, 72, 153, 0.18); top: 600px; left: 45%; animation-duration: 18s; animation-delay: -4s; }

@keyframes agy-orb-drift {
  0% { transform: translate(0, 0) scale(1) rotate(0deg); }
  50% { transform: translate(80px, 50px) scale(1.2) rotate(90deg); }
  100% { transform: translate(-60px, 100px) scale(0.9) rotate(180deg); }
}

.agy-content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Badge */
.agy-badge-container {
  margin-bottom: 28px;
}

.agy-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 24px;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.3);
  backdrop-filter: blur(16px);
  box-shadow: 0 0 30px rgba(14, 165, 233, 0.25), inset 0 0 15px rgba(56, 189, 248, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.agy-pill-badge:hover {
  border-color: rgba(56, 189, 248, 0.8);
  box-shadow: 0 0 45px rgba(56, 189, 248, 0.5), inset 0 0 20px rgba(56, 189, 248, 0.3);
  transform: translateY(-2px) scale(1.03);
}

.agy-badge-pulse-core {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #38bdf8;
  box-shadow: 0 0 12px #38bdf8, 0 0 24px #38bdf8;
  animation: agy-pulse-dot 1.8s infinite;
}

@keyframes agy-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.4; }
}

.agy-badge-text {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e2e8f0;
}

.agy-live-status-tag {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.5);
  color: #34d399;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  letter-spacing: 0.1em;
}

/* Hero Title */
.agy-hero-title {
  font-size: clamp(42px, 6.5vw, 84px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
  margin: 0 0 24px 0;
  color: #ffffff;
}

.agy-gradient-text {
  background: linear-gradient(135deg, #38bdf8 0%, #818cf8 35%, #c084fc 70%, #f472b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0 0 40px rgba(129, 140, 248, 0.45));
}

.agy-shimmer {
  background-size: 200% auto;
  animation: agy-text-shimmer 6s linear infinite;
}

@keyframes agy-text-shimmer {
  to { background-position: 200% center; }
}

.agy-hero-subtitle {
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.65;
  color: #94a3b8;
  max-width: 780px;
  margin: 0 0 44px 0;
  font-weight: 400;
}

/* Button Cluster */
.agy-cta-group {
  display: flex;
  gap: 18px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

.agy-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  border: none;
  outline: none;
}

.agy-btn-cyber {
  background: linear-gradient(135deg, #0284c7, #4f46e5);
  color: #ffffff !important;
  box-shadow: 0 12px 35px rgba(79, 70, 229, 0.45), inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.agy-btn-cyber:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 20px 50px rgba(79, 70, 229, 0.7), 0 0 30px rgba(56, 189, 248, 0.5);
}

.agy-btn-terminal-trigger {
  background: rgba(15, 23, 42, 0.8);
  color: #38bdf8 !important;
  border: 1px solid rgba(56, 189, 248, 0.4);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.agy-btn-terminal-trigger:hover {
  background: rgba(14, 165, 233, 0.15);
  border-color: #38bdf8;
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(14, 165, 233, 0.3);
}

.agy-btn-glass {
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
}

.agy-btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-4px);
}

.btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

/* Floating Stats Bar */
.agy-floating-stats-bar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 18px 36px;
  width: 100%;
  max-width: 960px;
  margin-bottom: 70px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.stat-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.stat-pill-icon {
  font-size: 28px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-pill-info {
  display: flex;
  flex-direction: column;
}

.stat-num-row {
  display: flex;
  align-items: baseline;
}

.stat-val {
  font-family: 'JetBrains Mono', monospace;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
}

.stat-sym {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  font-weight: 700;
  color: #38bdf8;
  margin-left: 2px;
}

.stat-lbl {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}

/* 3D Spotlight Cards Grid */
.agy-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  width: 100%;
  margin-bottom: 70px;
  perspective: 1200px;
}

.agy-spotlight-card {
  position: relative;
  background: rgba(13, 20, 36, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  backdrop-filter: blur(24px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.3s;
  overflow: hidden;
}

.card-inner {
  position: relative;
  background: #090e1c;
  border-radius: 26px;
  padding: 38px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  z-index: 2;
}

.card-spotlight-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(56, 189, 248, 0.18), transparent 40%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.agy-spotlight-card:hover .card-spotlight-overlay {
  opacity: 1;
}

.agy-spotlight-card:hover {
  border-color: rgba(56, 189, 248, 0.4);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6), 0 0 35px rgba(56, 189, 248, 0.2);
}

.featured-neon .card-inner {
  background: #0d0e26;
}

.featured-neon:hover {
  border-color: rgba(168, 85, 247, 0.6);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.6), 0 0 45px rgba(168, 85, 247, 0.3);
}

.card-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.agy-icon-box {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.cyan-neon {
  background: rgba(14, 165, 233, 0.18);
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: #38bdf8;
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.25);
}

.purple-neon {
  background: rgba(168, 85, 247, 0.18);
  border: 1px solid rgba(168, 85, 247, 0.4);
  color: #c084fc;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.25);
}

.emerald-neon {
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #34d399;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.25);
}

.card-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  letter-spacing: 0.06em;
}

.card-tag.pro-tag {
  background: rgba(168, 85, 247, 0.2);
  border-color: rgba(168, 85, 247, 0.5);
  color: #d8b4fe;
}

.agy-spotlight-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px 0;
}

.agy-spotlight-card p {
  font-size: 15px;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0 0 32px 0;
  flex-grow: 1;
}

.card-footer-metrics {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}

.progress-bar-wrap {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 99px;
  overflow: hidden;
  margin-bottom: 12px;
}

.progress-bar-fill {
  height: 100%;
  border-radius: 99px;
}

.cyan-fill { background: linear-gradient(90deg, #0284c7, #38bdf8); box-shadow: 0 0 10px #38bdf8; }
.purple-fill { background: linear-gradient(90deg, #7e22ce, #c084fc); box-shadow: 0 0 10px #c084fc; }
.emerald-fill { background: linear-gradient(90deg, #047857, #34d399); box-shadow: 0 0 10px #34d399; }

.metric-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}

.metric-highlight {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  color: #38bdf8;
}

.metric-highlight.purple-txt { color: #c084fc; }
.metric-highlight.emerald-txt { color: #34d399; }

/* Cyber Terminal */
.agy-cyber-terminal {
  width: 100%;
  max-width: 960px;
  background: #080c16;
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.7), 0 0 45px rgba(14, 165, 233, 0.15);
  text-align: left;
}

.terminal-bar {
  background: #0d1424;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-dots {
  display: flex;
  gap: 8px;
  margin-right: 20px;
}

.tdot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.tdot.red { background: #ef4444; box-shadow: 0 0 8px rgba(239, 68, 68, 0.6); }
.tdot.yellow { background: #f59e0b; box-shadow: 0 0 8px rgba(245, 158, 11, 0.6); }
.tdot.green { background: #10b981; box-shadow: 0 0 8px rgba(16, 185, 129, 0.6); }

.terminal-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.05em;
  flex-grow: 1;
}

.terminal-actions {
  display: flex;
  gap: 10px;
}

.terminal-btn-action {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #94a3b8;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.terminal-btn-action:hover {
  background: rgba(56, 189, 248, 0.2);
  color: #38bdf8;
  border-color: #38bdf8;
}

.terminal-body {
  padding: 26px;
  min-height: 180px;
  max-height: 320px;
  overflow-y: auto;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  line-height: 1.85;
}

.t-line {
  margin: 0;
  padding: 4px 0;
}

.t-accent { color: #38bdf8; font-weight: bold; }
.t-green { color: #4ade80; font-weight: bold; }
.t-blue { color: #60a5fa; }
.t-purple { color: #c084fc; }
.t-dim { color: #64748b; }
.t-val { color: #facc15; }

.terminal-input-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: #0b101c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.t-prompt {
  font-family: 'JetBrains Mono', monospace;
  font-size: 16px;
  font-weight: 800;
  color: #38bdf8;
}

#term-input {
  background: transparent;
  border: none;
  outline: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  color: #f8fafc;
  width: 100%;
}

@media (max-width: 840px) {
  .agy-floating-stats-bar {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }
  .stat-divider { display: none; }
  .agy-hero-title { font-size: 38px; }
  .agy-btn { width: 100%; justify-content: center; }
  .agy-cursor-dot, .agy-cursor-ring { display: none !important; }
}/* End custom CSS */