/* Import modern premium typography */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:wght@100..900&display=swap');

/* Reset and Core Variables */
:root {
  --bg-color: #040109;
  --bg-card: rgba(17, 10, 29, 0.58);
  --border-color: rgba(210, 191, 255, 0.12);
  --text-primary: #ffffff;
  --text-muted: #a199b8;
  --primary-purple: #8d4dff;
  --primary-glow: rgba(141, 77, 255, 0.52);
  --accent-pink: #d9b5ff;
  --accent-pink-glow: rgba(217, 181, 255, 0.34);
  --accent-violet-deep: #5d22d8;
  --accent-silver: #f4f1ff;
  --transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --font-heading: 'Figtree', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  color: var(--text-primary);
  font-family: var(--font-body);
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-purple);
}

/* Ambient Glow Background Element (pure CSS backing backup) */
.ambient-glow {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 640px;
  background: radial-gradient(circle, rgba(151, 86, 255, 0.18) 0%, rgba(126, 58, 242, 0.08) 34%, rgba(3, 0, 8, 0) 72%);
  filter: blur(110px);
  pointer-events: none;
  z-index: 1;
}

/* Background 3D Canvas Container */
#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

/* Base Wrapper for Content */
.app-container {
  position: relative;
  width: 100%;
  z-index: 1;
}

/* Header & Navbar */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: var(--transition-smooth);
  background: rgba(3, 0, 8, 0.56);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.55);
}

header.scrolled {
  /* Keep scrolled state slightly stronger */
  background: rgba(3, 0, 8, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  height: 70px;
}

.nav-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
}

.logo-mark {
  width: 42px;
  height: 42px;
  object-fit: cover;
  object-position: center 56%;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(141, 77, 255, 0.18);
}

.logo-wordmark {
  /* Animated gradient text: shifts to purple-white on hover */
  background: linear-gradient(90deg, #f4f1ff 0%, #ffffff 24%, var(--primary-purple) 60%, #ab75ff 100%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 520ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 360ms ease;
}

.logo:hover .logo-wordmark {
  background-position: 100% 0%;
  filter: drop-shadow(0 6px 18px rgba(141, 77, 255, 0.14));
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}

.nav-link {
  text-decoration: none;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
  position: relative;
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link::after {
  /* underline removed for per-link bubble design */
  display: none;
}

/* Liquid-glass pill wrapper for navbar (visual only) */
.nav-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 40px rgba(141, 77, 255, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: var(--transition-smooth);
  z-index: 102;
  min-height: 56px;
}

.nav-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(420px circle at 8% 40%, rgba(141, 77, 255, 0.12), transparent 18%), radial-gradient(320px circle at 88% 60%, rgba(217, 181, 255, 0.06), transparent 14%);
  mix-blend-mode: screen;
  filter: blur(18px);
  opacity: 0.98;
}

/* Remove pill-wide hover fill; instead apply hover to individual links below */

/* Large nav items inside the pill */
.nav-menu {
  gap: 34px;
}

/* Individual link appearance and per-link purple hover-fill */
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 1.02rem;
  color: var(--text-muted);
  transition: color 0.25s ease;
  z-index: 2;
}

.nav-link::before {
  content: '';
  position: absolute;
  inset: 0;
  /* rectangular with softened corners */
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(94, 31, 167, 0.56) 0%, rgba(129, 74, 200, 0.5) 60%);
  opacity: 0;
  transform: none;
  /* fade-in effect only */
  transition: opacity 220ms ease, box-shadow 220ms ease;
  pointer-events: none;
  mix-blend-mode: normal;
}

.nav-link:hover::before {
  opacity: 0.98;
  box-shadow: 0 10px 30px rgba(94, 31, 167, 0.32);
}

.nav-link:hover {
  color: #ffffff;
}

@keyframes nav-flow {
  0% {
    transform: translateX(-6%) translateY(0) scale(1);
  }

  50% {
    transform: translateX(6%) translateY(-3%) scale(1.01);
  }

  100% {
    transform: translateX(-6%) translateY(0) scale(1);
  }
}

.nav-cta {
  background: linear-gradient(135deg, var(--primary-purple), #ab75ff);
  color: var(--text-primary);
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(129, 74, 200, 0.2);
  transition: var(--transition-smooth);
}

.nav-cta:hover {
  background: linear-gradient(135deg, #9e61ff, #c693ff);
  box-shadow: 0 6px 20px var(--accent-pink-glow);
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 138px 40px 110px;
  overflow: hidden;
  isolation: isolate;
}

.hero-grid {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 8% 12%, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.4px),
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 38% 18%, rgba(255, 255, 255, 0.55) 0 0.9px, transparent 1.4px),
    radial-gradient(circle at 57% 14%, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 73% 20%, rgba(255, 255, 255, 0.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.9) 0 1.2px, transparent 1.6px),
    radial-gradient(circle at 14% 38%, rgba(255, 255, 255, 0.5) 0 0.9px, transparent 1.4px),
    radial-gradient(circle at 82% 34%, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.4px);
  background-size: 320px 220px, 360px 240px, 280px 220px, 340px 230px, 300px 200px, 380px 260px, 310px 240px, 330px 250px;
  background-repeat: repeat;
  opacity: 0.18;
  z-index: 0;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(3, 0, 8, 0) 0%, rgba(3, 0, 8, 0.08) 18%, rgba(3, 0, 8, 0.28) 42%, rgba(3, 0, 8, 0.62) 72%),
    linear-gradient(to bottom, rgba(3, 0, 8, 0.03) 0%, rgba(3, 0, 8, 0.14) 26%, rgba(3, 0, 8, 0.4) 52%, rgba(3, 0, 8, 0.08) 100%);
  z-index: 1;
}

.hero-visual {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 42vw, 540px);
  pointer-events: none;
  z-index: 2;
  filter: saturate(1.12);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 58%;
  width: min(100%, 460px);
  height: min(100%, 460px);
  transform: translate(-50%, -50%);
}

.hero-glow-back {
  background:
    radial-gradient(circle at 50% 50%, rgba(188, 121, 255, 0.28) 0%, rgba(137, 78, 235, 0.22) 24%, rgba(78, 26, 148, 0.12) 46%, rgba(3, 0, 8, 0) 74%);
  filter: blur(42px);
  transform: translate(-50%, -50%) scale(1.12);
  opacity: 0.95;
}

.hero-glow-core {
  background:
    radial-gradient(circle at 52% 54%, rgba(255, 255, 255, 0.18) 0%, rgba(226, 176, 255, 0.16) 10%, rgba(181, 107, 255, 0.26) 18%, rgba(128, 56, 226, 0.2) 32%, rgba(3, 0, 8, 0) 60%);
  filter: blur(38px);
  transform: translate(-50%, -50%) scale(0.88);
  opacity: 1;
}

.hero-glow-arc {
  width: min(100%, 380px);
  height: min(100%, 380px);
  background: conic-gradient(from 210deg, rgba(3, 0, 8, 0) 0deg, rgba(170, 95, 255, 0.06) 42deg, rgba(186, 122, 255, 0.5) 126deg, rgba(108, 45, 210, 0.44) 214deg, rgba(3, 0, 8, 0) 320deg, rgba(3, 0, 8, 0) 360deg);
  filter: blur(20px);
  transform: translate(-50%, -50%) rotate(-12deg) scale(0.94);
  opacity: 0.86;
  -webkit-mask: radial-gradient(circle at center, transparent 30%, #000 36%, #000 54%, transparent 64%);
  mask: radial-gradient(circle at center, transparent 30%, #000 36%, #000 54%, transparent 64%);
}

.badge-capsule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(129, 74, 200, 0.1);
  border: 1px solid var(--border-color);
  padding: 6px 14px;
  border-radius: 99px;
  margin-bottom: 28px;
  transition: var(--transition-smooth);
  backdrop-filter: blur(4px);
}

.badge-capsule:hover {
  border-color: rgba(223, 122, 254, 0.3);
  box-shadow: 0 0 15px rgba(129, 74, 200, 0.1);
  transform: translateY(-1px);
}

.badge-pill {
  background: linear-gradient(135deg, var(--primary-purple), #bc91ff);
  color: var(--text-primary);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.badge-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.hero-title {
  font-family: "Figtree", sans-serif;
  font-size: clamp(2.85rem, 5vw, 5.25rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 620px;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.hero-subtitle {
  font-size: clamp(1rem, 1vw, 1.15rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  max-width: 520px;
  margin-bottom: 20px;
}

/* Scroll reveal (framer-like smooth motion) */
.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.995);
  transition: opacity 680ms cubic-bezier(0.16, 1, 0.3, 1), transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.reveal.active {
  opacity: 1;
  transform: none;
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 10;
}

.hero-actions .btn {
  padding: 11px 22px;
  font-size: 0.88rem;
}

.hero-actions .btn svg {
  width: 14px;
  height: 14px;
}

.hero-accent {
  display: inline-block;
  background: linear-gradient(90deg, #d8b4fe, #a855f7, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-purple), #be91ff);
  color: var(--text-primary);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 28px rgba(141, 77, 255, 0.36);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 32px rgba(141, 77, 255, 0.52);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-primary);
  border: 1px solid var(--border-color);
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.btn svg {
  transition: transform 0.3s;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}

.btn-primary:hover svg {
  transform: translate(2px, -2px);
}

/* Logo Ticker Section */
.ticker-section {
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background: rgba(3, 0, 8, 0.4);
  backdrop-filter: blur(4px);
  overflow: hidden;
  position: relative;
}

.ticker-title {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  font-weight: 600;
}

.ticker-wrap {
  width: 100%;
  display: flex;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  gap: 80px;
  padding-right: 80px;
}

.ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  user-select: none;
}

.ticker-item svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Features Section */
.features-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px;
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 80px;
}

.section-tag {
  color: var(--accent-pink);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  display: inline-block;
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.1rem;
  max-width: 550px;
  margin: 0 auto;
  line-height: 1.5;
}

/* Feature Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.feature-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(223, 122, 254, 0.25);
}

/* JavaScript Mouse-Track radial gradient border shine */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(350px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(223, 122, 254, 0.12), transparent 85%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon-box {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: rgba(141, 77, 255, 0.1);
  border: 1px solid rgba(217, 181, 255, 0.18);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: var(--accent-pink);
  transition: var(--transition-smooth);
}

.feature-card:hover .feature-icon-box {
  background: rgba(223, 122, 254, 0.2);
  color: #fff;
  transform: scale(1.05);
}

.feature-icon-box svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.feature-card h3 {
  position: relative;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

.feature-card p {
  position: relative;
  z-index: 2;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Feature list styling */
.feature-lead {
  margin-bottom: 8px;
  color: var(--text-primary);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  z-index: 2
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 0.96rem
}

.feature-list li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--accent-pink);
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-list li span {
  display: block
}

/* Interactive Demo / Product Section */
.demo-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px 120px 40px;
}

.demo-container {
  position: relative;
  width: 100%;
  background: rgba(13, 9, 23, 0.45);
  border: 1px solid var(--border-color);
  border-radius: 28px;
  padding: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.demo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 18px;
  margin-bottom: 20px;
}

.window-dots {
  display: flex;
  gap: 8px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot.red {
  background-color: #ff5f56;
}

.dot.yellow {
  background-color: #ffbd2e;
}

.dot.green {
  background-color: #27c93f;
}

.window-title {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.demo-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  min-height: 400px;
}

.demo-sidebar {
  border-right: 1px solid var(--border-color);
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-item {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
}

.sidebar-item:hover,
.sidebar-item.active {
  background: rgba(141, 77, 255, 0.12);
  color: var(--text-primary);
  border-color: rgba(141, 77, 255, 0.25);
}

.sidebar-item svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.demo-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.console-output {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.85rem;
  color: #a8ffb2;
  line-height: 1.6;
  overflow-y: auto;
  max-height: 300px;
  margin-bottom: 20px;
}

.console-output::-webkit-scrollbar {
  width: 4px;
}

.console-line {
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(10px);
  animation: consoleFadeIn 0.5s forwards;
}

.console-line.info {
  color: var(--text-muted);
}

.console-line.success {
  color: #51df83;
}

.console-line.warning {
  color: #fec057;
}

.console-line.accent {
  color: var(--accent-pink);
}

@keyframes consoleFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.console-input-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-color);
  padding: 6px 14px;
  border-radius: 12px;
}

.console-prompt {
  font-family: 'Courier New', Courier, monospace;
  color: var(--accent-pink);
  font-weight: 700;
  font-size: 0.9rem;
}

.console-input-field {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.console-input-btn {
  background: linear-gradient(135deg, var(--primary-purple), #ab75ff);
  border: none;
  outline: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.console-input-btn:hover {
  background: linear-gradient(135deg, #9e61ff, #c693ff);
}

/* Call To Action Section */
.cta-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  position: relative;
  z-index: 10;
}

.cta-box {
  width: 100%;
  position: relative;
  /* closer to reference: deeper purple core with soft rim lights */
  background: linear-gradient(180deg, rgba(21, 11, 40, 0.78) 0%, rgba(15, 7, 32, 0.82) 100%);
  border-radius: 44px;
  padding: 96px 56px;
  text-align: center;
  overflow: hidden;
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  box-shadow: 0 30px 80px rgba(8, 3, 20, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(200, 170, 255, 0.06);
}

.cta-box::before {
  /* larger soft purple rim behind the card */
  content: '';
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  height: 420px;
  background: radial-gradient(circle at 50% 40%, rgba(123, 63, 213, 0.16), rgba(123, 63, 213, 0.06) 18%, transparent 40%);
  pointer-events: none;
  filter: blur(56px);
  opacity: 0.95;
  animation: highlightFloat 14s ease-in-out infinite;
}

.cta-box::after {
  /* finer dotted texture and slow motion for subtle depth */
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.02) 0.8px, transparent 0.8px);
  background-size: 14px 14px;
  mix-blend-mode: screen;
  opacity: 0.08;
  transform: translateZ(0);
  animation: dotsScroll 30s linear infinite;
}

@keyframes highlightFloat {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-48%, -53%) scale(1.02);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes dotsScroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 260px 0;
  }
}

/* Glossy sheen inside CTA card */
.cta-sheen {
  position: absolute;
  top: 12px;
  left: 6%;
  right: 6%;
  height: 72px;
  border-radius: 28px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  mix-blend-mode: overlay;
  filter: blur(8px) saturate(1.1);
  opacity: 0.9;
  transform: translateY(0) rotate(-1deg);
}

/* Inner gradient ring behind CTA form (buttons) */
.cta-form {
  position: relative;
}

.cta-form::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(120px 40px at 50% 40%, rgba(139, 64, 255, 0.14), rgba(139, 64, 255, 0.06) 40%, transparent 60%);
  filter: blur(24px);
  z-index: -1;
  pointer-events: none;
}

/* Tune glow & animation speeds for subtler motion */
.cta-box::before {
  animation-duration: 16s;
}

.cta-box::after {
  animation-duration: 34s;
}

.integration-tile.center {
  transform: scale(1.06);
}

/* Cursor-follow glow */

#cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  mix-blend-mode: screen;
  will-change: transform, opacity;
  filter: blur(48px) saturate(1.12);
  background: radial-gradient(circle at 35% 35%, rgba(188, 121, 255, 0.72) 0%, rgba(139, 64, 255, 0.52) 20%, rgba(75, 0, 130, 0.18) 46%, transparent 70%);
  transition: opacity 180ms linear, transform 220ms cubic-bezier(.2, .9, .2, 1);
  box-shadow: 0 12px 80px rgba(139, 64, 255, 0.12), inset 0 6px 40px rgba(188, 121, 255, 0.06);
}

@media (max-width: 800px) {
  #cursor-glow {
    display: none;
  }
}

.cta-tag {
  color: var(--accent-pink);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}

.cta-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  position: relative;
  background: linear-gradient(to bottom, #ffffff 60%, rgba(255, 255, 255, 0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-desc {
  color: var(--text-muted);
  font-size: 1.15rem;
  max-width: 500px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
  position: relative;
}

.cta-form {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.cta-input {
  flex: 1;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-color);
  padding: 16px 24px;
  border-radius: 99px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 0.95rem;
  outline: none;
  transition: var(--transition-smooth);
}

.cta-input:focus {
  border-color: var(--accent-pink);
  box-shadow: 0 0 15px rgba(223, 122, 254, 0.15);
  background: rgba(0, 0, 0, 0.6);
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(135deg, var(--accent-silver), #d8bfff);
  color: #170b31;
  border: none;
  outline: none;
  font-weight: 700;
  min-height: 64px;
  padding: 18px 34px;
  border-radius: 99px;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(216, 191, 255, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #7b2cff 0%, #8c3cff 35%, #b45cff 100%);
  transform: translateX(-102%);
  transition: transform 0.35s ease;
}

.cta-btn:hover {
  color: #fff;
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 14px 34px rgba(223, 122, 254, 0.28);
}

.cta-btn:hover::before {
  transform: translateX(0);
}

.cta-msg {
  font-size: 0.85rem;
  margin-top: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.cta-msg.show {
  opacity: 1;
}

/* Footer Section */
.site-footer {
  position: relative;
  z-index: 2;
  padding: 48px 40px 64px;
  border-top: none;
  background: transparent;
}

.site-footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer-card {
  position: relative;
  overflow: hidden;
  padding: 36px 40px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 10, 32, 0.92), rgba(10, 6, 20, 0.88));
  border: 1px solid rgba(139, 92, 246, 0.16);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 0 80px rgba(141, 77, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.site-footer-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.18) 0%, rgba(139, 92, 246, 0.08) 35%, rgba(223, 122, 254, 0.02) 60%, transparent 85%);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  will-change: transform, opacity;
  opacity: 0;
}

.site-footer-card:hover {
  border-color: rgba(139, 92, 246, 0.24);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 100px rgba(141, 77, 255, 0.1);
}

.site-footer-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 32px;
}

.site-footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

.site-footer-brand:hover {
  opacity: 0.92;
}

.site-footer-logo {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 24px rgba(141, 77, 255, 0.22);
  flex-shrink: 0;
}

.site-footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site-footer-brand-text strong {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.site-footer-brand-text small {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.35;
}

.site-footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.site-footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.site-footer-social-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer-social-btn:hover {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.35), rgba(168, 85, 247, 0.25));
  border-color: rgba(167, 139, 250, 0.45);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(141, 77, 255, 0.28);
}

.site-footer-columns {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 32px;
}

.site-footer-col-title {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.site-footer-links,
.site-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li,
.site-footer-contact li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.site-footer-links a,
.site-footer-contact a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.88rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.site-footer-links a:hover,
.site-footer-contact a:hover {
  color: var(--text-primary);
  transform: translateX(3px);
}

.site-footer-contact li:not(:has(a)) {
  color: var(--text-muted);
  font-size: 0.88rem;
}

.site-footer-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 99px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  box-shadow: 0 4px 14px rgba(141, 77, 255, 0.35);
}

.site-footer-tagline {
  margin-top: 16px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.38);
  max-width: 280px;
}

.site-footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer-copy {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
  margin: 0;
}

.site-footer-legal {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-footer-legal a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer-legal a:hover {
  color: var(--text-primary);
}

/* Legacy footer aliases (backward compat) */
footer:not(.site-footer) {
  border-top: 1px solid var(--border-color);
  padding: 60px 40px;
  background: rgba(3, 0, 8, 0.9);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-text {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 30px;
  list-style: none;
}

.footer-link a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

.footer-link a:hover {
  color: var(--text-primary);
}

@media (max-width: 900px) {
  .site-footer-columns {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer-col:last-child {
    grid-column: 1 / -1;
  }
}

/* Scroll Animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* What Problems We Solve */
.problems-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 40px 40px;
  position: relative;
  z-index: 3;
}

.problems-header {
  text-align: center;
  margin-bottom: 48px;
}

.problems-tag {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.problems-tag-line {
  display: block;
  width: 48px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.7));
}

.problems-tag-line:last-child {
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.7), transparent);
}

.problems-tag-text {
  color: #a78bfa;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.problems-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
}

.problems-title-accent {
  color: #c4b5fd;
}

.problems-subtitle {
  max-width: 520px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}

.problems-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.problem-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 300px;
  padding: 28px 18px 32px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(18, 8, 36, 0.65) 0%,
    rgba(10, 4, 22, 0.52) 100%
  );
  border: 1px solid rgba(168, 85, 247, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
  transition: border-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.problem-card::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #a855f7, transparent);
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.75);
}

.problem-card:hover {
  border-color: rgba(168, 85, 247, 0.28);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(141, 77, 255, 0.12);
}

.problem-card-num {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--font-heading);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(168, 85, 247, 0.12);
  letter-spacing: -0.04em;
  pointer-events: none;
  user-select: none;
}

.problem-card-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: radial-gradient(circle at 35% 30%, rgba(192, 132, 252, 0.45), rgba(124, 58, 237, 0.35) 55%, rgba(76, 29, 149, 0.5));
  border: 1px solid rgba(192, 132, 252, 0.35);
  box-shadow:
    0 0 24px rgba(168, 85, 247, 0.35),
    inset 0 0 12px rgba(255, 255, 255, 0.08);
  z-index: 1;
}

.problem-card-icon svg {
  width: 26px;
  height: 26px;
}

.problem-card-title {
  font-family: var(--font-heading);
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  margin: 0 0 12px;
  z-index: 1;
}

.problem-card-desc {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
  z-index: 1;
}

.problem-card-dots {
  position: absolute;
  right: 14px;
  bottom: 18px;
  width: 28px;
  height: 28px;
  background-image: radial-gradient(circle, rgba(168, 85, 247, 0.4) 1.2px, transparent 1.2px);
  background-size: 7px 7px;
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .problems-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .problems-section {
    padding: 72px 20px 24px;
  }

  .problems-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .problem-card {
    min-height: 260px;
    padding: 24px 16px 28px;
  }
}

@media (max-width: 480px) {
  .problems-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 0 auto;
  }
}

/* WHY ELITENOVA AI */
.why-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px 120px;
  position: relative;
  z-index: 3;
}

.why-header {
  text-align: center;
  margin-bottom: 52px;
}

.why-tag {
  display: block;
  color: #a78bfa;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.why-title {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.why-title-accent {
  background: linear-gradient(90deg, #c084fc, #a855f7, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 24px rgba(168, 85, 247, 0.45));
}

.why-divider {
  display: block;
  width: 56px;
  height: 3px;
  margin: 22px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, #a855f7, transparent);
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.65);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.why-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(22, 10, 40, 0.72) 0%,
    rgba(12, 5, 28, 0.58) 100%
  );
  border: 1px solid rgba(168, 85, 247, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(168, 85, 247, 0.45),
    inset 0 -1px 0 rgba(168, 85, 247, 0.35),
    0 8px 32px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.why-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(
    ellipse 80% 60% at 20% 50%,
    rgba(168, 85, 247, 0.08),
    transparent 70%
  );
}

.why-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(168, 85, 247, 0.08),
    inset 12px 0 24px -12px rgba(168, 85, 247, 0.12),
    inset -12px 0 24px -12px rgba(168, 85, 247, 0.12);
}

.why-card:hover {
  border-color: rgba(168, 85, 247, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(192, 132, 252, 0.55),
    inset 0 -1px 0 rgba(192, 132, 252, 0.45),
    0 12px 40px rgba(141, 77, 255, 0.18),
    0 8px 32px rgba(0, 0, 0, 0.5);
}

.why-card-icon {
  position: relative;
  flex-shrink: 0;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a855f7;
  border: 2px solid rgba(168, 85, 247, 0.55);
  box-shadow:
    0 0 20px rgba(168, 85, 247, 0.28),
    inset 0 0 14px rgba(168, 85, 247, 0.12);
  z-index: 1;
}

.why-card-icon::before {
  content: '';
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 1px solid rgba(168, 85, 247, 0.35);
  pointer-events: none;
}

.why-card-icon svg {
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1;
}

.why-card-body {
  flex: 1;
  min-width: 0;
  z-index: 1;
}

.why-card-title {
  font-family: var(--font-heading);
  font-size: clamp(0.95rem, 1.4vw, 1.12rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
}

.why-card-line {
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #a855f7, rgba(168, 85, 247, 0.3));
  box-shadow: 0 0 8px rgba(168, 85, 247, 0.4);
}

.why-card-dots {
  flex-shrink: 0;
  width: 36px;
  height: 52px;
  margin-left: auto;
  background-image: radial-gradient(circle, rgba(168, 85, 247, 0.45) 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  opacity: 0.55;
  z-index: 1;
}

@media (max-width: 768px) {
  .why-section {
    padding: 72px 20px 88px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-card {
    padding: 20px 18px;
    gap: 16px;
  }

  .why-card-icon {
    width: 54px;
    height: 54px;
  }

  .why-card-icon svg {
    width: 22px;
    height: 22px;
  }

  .why-card-dots {
    width: 28px;
    height: 44px;
  }
}


/* Mobile responsive menu */
.menu-toggle {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
}

.menu-toggle span {
  display: block;
  position: absolute;
  left: 4px;
  width: 22px;
  height: 2px;
  background-color: var(--text-primary);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.menu-toggle span:nth-child(1) {
  top: 9px;
}

.menu-toggle span:nth-child(2) {
  top: 14px;
}

.menu-toggle span:nth-child(3) {
  top: 19px;
}

.mobile-only {
  display: none;
}

.nav-cta-mobile {
  display: block;
  background: linear-gradient(135deg, var(--primary-purple), #ab75ff);
  color: var(--text-primary);
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(129, 74, 200, 0.2);
  text-align: center;
  margin-top: 10px;
  transition: var(--transition-smooth);
}

.nav-cta-mobile:hover {
  background: linear-gradient(135deg, #9e61ff, #c693ff);
  box-shadow: 0 6px 20px var(--accent-pink-glow);
  transform: translateY(-2px);
}

/* Tablet & Mobile Media Queries */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-container {
    padding: 0 20px;
  }

  .hero {
    padding: 128px 20px 96px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero-content {
    align-items: center;
    text-align: center;
  }

  .hero-title {
    max-width: none;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero::before {
    opacity: 0.16;
    background-size: 250px 170px, 280px 190px, 220px 170px, 270px 180px, 240px 170px, 290px 200px, 250px 180px, 260px 190px;
  }

  .hero-visual {
    width: 100%;
    max-width: 520px;
    min-height: 400px;
    margin: 0 auto;
  }

  .nav-pill {
    position: static;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    min-height: 0;
  }

  .nav-pill::before {
    display: none;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(3, 0, 8, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    z-index: 100;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-left: none;
    padding: 80px 24px 40px;
  }

  .nav-menu.open {
    right: 0;
  }

  .nav-menu .nav-link {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    transition: color 0.3s, background-color 0.3s;
  }

  .nav-menu .nav-link:hover {
    color: var(--text-primary);
    background-color: rgba(255, 255, 255, 0.04);
  }

  .nav-menu .nav-link.active {
    background: rgba(139, 92, 246, 0.1);
    color: var(--text-primary);
    border: 1px solid rgba(139, 92, 246, 0.2);
  }

  .menu-toggle {
    display: block;
    position: fixed;
    top: 25px;
    right: 20px;
    z-index: 1001;
  }

  .menu-toggle.open span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .menu-toggle.open span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-only {
    display: block;
  }

  header .nav-cta {
    display: none;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .demo-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .demo-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    padding-right: 0;
    padding-bottom: 20px;
    flex-direction: row;
    overflow-x: auto;
  }

  .sidebar-item {
    white-space: nowrap;
  }

  .cta-form {
    flex-direction: column;
    gap: 16px;
  }

  .cta-btn {
    padding: 16px 0;
    width: 100%;
  }

  .site-footer {
    padding: 32px 20px 48px;
  }

  .site-footer-card {
    padding: 28px 22px 22px;
    border-radius: 22px;
  }

  .site-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .site-footer-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .site-footer-legal {
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.floating-card {
  position: absolute;
  width: min(100%, 280px);
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg,
      rgba(18, 10, 32, 0.72),
      rgba(12, 8, 24, 0.48));
  border: 1px solid rgba(138, 92, 245, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(138, 92, 245, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  animation: floatCard 5s ease-in-out infinite;
}

.floating-card small {
  color: #d7c8ff;
  font-size: 13px;
  font-weight: 600;
}

.floating-card h4 {
  margin: 10px 0 8px;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 800;
  color: white;
  line-height: 1.15;
}

.floating-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  line-height: 1.5;
}

.card-bar {
  margin-top: 14px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      rgba(138, 92, 245, 0.85),
      rgba(138, 92, 245, 0.08));
}

.card-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.55);
  flex-shrink: 0;
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0) rotate(var(--rot, 0deg));
  }

  50% {
    transform: translateY(-10px) rotate(var(--rot, 0deg));
  }
}

.card-1 {
  top: 0;
  left: 14%;
  z-index: 3;
  --rot: 3deg;
}

.card-2 {
  bottom: 10%;
  left: 0;
  width: min(100%, 250px);
  z-index: 2;
  animation-delay: 1s;
  --rot: -5deg;
}

.card-3 {
  bottom: 6%;
  right: 0;
  width: min(100%, 260px);
  z-index: 4;
  animation-delay: 2s;
  --rot: 4deg;
}

@media (max-width: 1100px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-content {
    align-items: center;
    text-align: center;
  }

  .hero-title {
    max-width: none;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-visual {
    max-width: 560px;
    margin: 0 auto;
  }
}

/* Services page */
.services-page main {
  position: relative;
  z-index: 1;
}

.services-page .max-w-container-max {
  max-width: 1280px;
}

.services-page .px-margin-mobile {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .services-page .md\:px-margin-desktop {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.hero.hero--services {
  min-height: auto;
  padding: 148px 40px 96px;
}

.services-page .hero-title {
  max-width: 680px;
}

.glass-card {
  position: relative;
  background: linear-gradient(180deg, rgba(18, 10, 32, 0.72), rgba(12, 8, 24, 0.48));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(141, 77, 255, 0.22);
  box-shadow: 0 20px 60px rgba(141, 77, 255, 0.12);
}

.grid-overlay {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.liquid-mesh {
  background:
    radial-gradient(circle at 20% 30%, rgba(141, 77, 255, 0.15), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(79, 127, 255, 0.12), transparent 45%);
}

.glow-line {
  height: 2px;
  min-width: 24px;
  background: linear-gradient(90deg, transparent, rgba(141, 77, 255, 0.45), transparent);
  align-self: center;
}

.nav-link.active {
  color: #ffffff;
}

.nav-link.active::before {
  opacity: 0.98;
  box-shadow: 0 10px 30px rgba(94, 31, 167, 0.32);
}

.about-section-header {
  text-align: center;
  margin: 0 auto 38px;
  max-width: 760px;
}

.about-section-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.14);
  border: 1px solid rgba(139, 92, 246, 0.24);
  color: #c4b5fd;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
  color: #fff;
}

.about-faq {
  padding: 96px 40px 100px;
  max-width: 860px;
  margin: 0 auto;
}

.about-faq-subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.48);
  max-width: 520px;
  margin: 14px auto 0;
  text-align: center;
}

.about-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-faq-item {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(18, 10, 32, 0.65), rgba(10, 6, 20, 0.45));
  border: 1px solid rgba(139, 92, 246, 0.1);
  overflow: hidden;
  transition:
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    background 0.4s ease;
}

.about-faq-item:hover {
  border-color: rgba(139, 92, 246, 0.25);
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.08);
}

.about-faq-item.open {
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow:
    0 8px 32px rgba(139, 92, 246, 0.12),
    inset 0 1px 0 rgba(167, 139, 250, 0.08);
  background: linear-gradient(180deg, rgba(24, 14, 42, 0.78), rgba(14, 8, 26, 0.58));
}

.about-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-family: var(--font-heading);
  text-align: left;
  transition: background 0.3s ease;
}

.about-faq-question:hover {
  background: rgba(139, 92, 246, 0.04);
}

.about-faq-question:focus-visible {
  outline: 2px solid rgba(167, 139, 250, 0.6);
  outline-offset: -2px;
  border-radius: 16px;
}

.about-faq-num {
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(167, 139, 250, 0.5);
  letter-spacing: 0.04em;
  min-width: 26px;
  flex-shrink: 0;
  transition: color 0.35s ease;
}

.about-faq-item:hover .about-faq-num,
.about-faq-item.open .about-faq-num {
  color: #a78bfa;
}

.about-faq-q-text {
  flex: 1;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.about-faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.18);
  flex-shrink: 0;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.about-faq-plus {
  width: 18px;
  height: 18px;
  stroke: #c4b5fd;
  stroke-width: 1.9;
  stroke-linecap: round;
  fill: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), stroke 0.35s ease;
}

.about-faq-item:hover .about-faq-icon {
  background: rgba(139, 92, 246, 0.14);
  border-color: rgba(167, 139, 250, 0.35);
}

.about-faq-item.open .about-faq-icon {
  background: rgba(139, 92, 246, 0.22);
  border-color: rgba(167, 139, 250, 0.5);
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.2);
}

.about-faq-item.open .about-faq-plus {
  transform: rotate(45deg);
  stroke: #ddd6fe;
}

.about-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 0;
}

.about-faq-item.open .about-faq-answer {
  opacity: 1;
}

.about-faq-answer p {
  padding: 0 24px 22px 66px;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 768px) {
  .hero.hero--services {
    padding: 128px 20px 72px;
  }

  .about-faq {
    padding: 64px 20px 72px;
  }

  .about-faq .about-section-title {
    font-size: clamp(1.55rem, 5vw, 2.2rem);
  }

  .about-faq-subtitle {
    font-size: 0.9rem;
    max-width: 100%;
    padding: 0 8px;
  }

  .about-faq-list {
    gap: 10px;
  }

  .about-faq-item {
    border-radius: 14px;
  }

  .about-faq-question {
    padding: 18px 16px;
    gap: 12px;
  }

  .about-faq-q-text {
    font-size: 0.92rem;
  }

  .about-faq-answer p {
    padding: 0 16px 18px 54px;
    font-size: 0.86rem;
  }

  .about-faq-icon {
    width: 32px;
    height: 32px;
  }

  .about-faq-plus {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .about-faq {
    padding: 56px 16px 64px;
  }

  .about-faq .about-section-title {
    font-size: 1.45rem;
  }

  .about-faq-subtitle {
    font-size: 0.84rem;
    margin-top: 10px;
  }

  .about-faq-list {
    gap: 8px;
  }

  .about-faq-item {
    border-radius: 12px;
  }

  .about-faq-question {
    padding: 16px 14px;
    gap: 10px;
  }

  .about-faq-num {
    display: none;
  }

  .about-faq-q-text {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .about-faq-answer p {
    padding: 0 14px 16px 14px;
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .about-faq-icon {
    width: 30px;
    height: 30px;
  }

  .about-faq-plus {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 360px) {
  .about-faq {
    padding: 48px 12px 56px;
  }

  .about-faq .about-section-title {
    font-size: 1.3rem;
  }

  .about-faq-subtitle {
    font-size: 0.8rem;
  }

  .about-faq-question {
    padding: 14px 12px;
    gap: 8px;
  }

  .about-faq-q-text {
    font-size: 0.82rem;
    word-break: break-word;
  }

  .about-faq-answer p {
    padding: 0 12px 14px 12px;
    font-size: 0.8rem;
  }

  .about-faq-icon {
    width: 28px;
    height: 28px;
  }

  .about-faq-plus {
    width: 14px;
    height: 14px;
  }
}

/* ═══════════════════════════════════════════════════════════
   SERVICES HERO — Redesigned Sphere Layout
   ═══════════════════════════════════════════════════════════ */

/* ─── Services Hero Badge ─────────────────────────────────── */
.services-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}

.services-badge-pill {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 99px;
  letter-spacing: 0.08em;
}

.services-badge-dot {
  color: rgba(139, 92, 246, 0.6);
  font-size: 0.65rem;
}

.services-badge-text {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* ─── Trust Badges (under CTAs) ───────────────────────────── */
.hero-trust-badges {
  display: flex;
  gap: 24px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.2);
  flex-shrink: 0;
}

.trust-badge-icon .material-symbols-outlined {
  font-size: 16px;
  color: #a78bfa;
}

.trust-badge-info {
  display: flex;
  flex-direction: column;
}

.trust-badge-info strong {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.2;
}

.trust-badge-info small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  line-height: 1.3;
}

/* ─── Sphere Container ────────────────────────────────────── */
.services-hero-sphere-wrap {
  position: relative;
  width: 100%;
  min-height: 480px;
  max-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: none;
}

#hero-sphere-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
}

#hero-sphere-canvas canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* ─── Center Label (logo + AI CORE) ───────────────────────── */
.sphere-center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}

.sphere-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(139, 92, 246, 0.4);
  box-shadow: 0 0 30px rgba(139, 92, 246, 0.35);
}

.sphere-core-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ─── SVG Orbital Rings Overlay ───────────────────────────── */
.orbit-rings-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  height: 92%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}

/* ─── Background Glow ─────────────────────────────────────── */
.sphere-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 65%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(124, 58, 237, 0.18) 0%,
    rgba(124, 58, 237, 0.08) 35%,
    rgba(124, 58, 237, 0.02) 55%,
    transparent 70%
  );
  filter: blur(30px);
  z-index: 0;
  pointer-events: none;
}

/* ─── Orbit Icon Nodes ────────────────────────────────────── */
.orbit-node {
  position: absolute;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  pointer-events: none;
  opacity: 0; /* GSAP will animate in */
}

.orbit-node-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(18, 10, 32, 0.85), rgba(30, 15, 55, 0.75));
  border: 1px solid rgba(139, 92, 246, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.35),
    0 0 15px rgba(139, 92, 246, 0.15);
  backdrop-filter: blur(8px);
  transition: box-shadow 0.3s ease;
}

.orbit-node-icon .material-symbols-outlined {
  font-size: 20px;
  color: #c4b5fd;
}

.orbit-label {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  line-height: 1.35;
  white-space: nowrap;
}

.orbit-label-right {
  text-align: left;
}

.orbit-label-left {
  text-align: right;
}

/* ── Node Positions (hexagonal layout around center) ──────── */
.node-automation {
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.node-crm {
  top: 25%;
  right: 0%;
  flex-direction: row;
  gap: 10px;
}

.node-whatsapp {
  bottom: 22%;
  right: -2%;
  flex-direction: row;
  gap: 10px;
}

.node-analytics {
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

.node-chatbots {
  bottom: 22%;
  left: 2%;
  flex-direction: row-reverse;
  gap: 10px;
}

.node-leadgen {
  top: 25%;
  left: 2%;
  flex-direction: row-reverse;
  gap: 10px;
}

/* ─── Trusted By Strip ────────────────────────────────────── */
.hero-trust-strip {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 24px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(7, 7, 10, 0.6);
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
}

.trust-strip-label {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-width: 120px;
}

.trust-strip-label span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.5;
}

.trust-strip-logos {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.trust-strip-logos::-webkit-scrollbar {
  display: none;
}

.trust-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 0.3s ease;
  flex-shrink: 0;
}

.trust-logo:hover {
  color: rgba(255, 255, 255, 0.6);
}

.trust-logo-stacked {
  flex-direction: column;
  gap: 0;
  line-height: 1;
  letter-spacing: 0.14em;
}

.trust-logo-stacked small {
  font-size: 0.52rem;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.25);
}

.trust-logo-icon,
.trust-logo-icon-alt,
.trust-logo-icon-v,
.trust-logo-icon-s,
.trust-logo-icon-o {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 800;
}

.trust-logo-icon {
  background: rgba(255, 92, 92, 0.15);
  color: rgba(255, 130, 130, 0.6);
}

.trust-logo-icon-alt {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

.trust-logo-icon-v {
  background: rgba(139, 92, 246, 0.12);
  color: rgba(167, 139, 250, 0.6);
}

.trust-logo-icon-s {
  background: rgba(52, 211, 153, 0.12);
  color: rgba(110, 231, 183, 0.6);
}

.trust-logo-icon-o {
  background: rgba(148, 163, 184, 0.1);
  color: rgba(148, 163, 184, 0.5);
  font-size: 1rem;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — Services Hero
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1024px) {
  .services-hero-sphere-wrap {
    min-height: 400px;
  }

  .orbit-node-icon {
    width: 38px;
    height: 38px;
  }

  .orbit-node-icon .material-symbols-outlined {
    font-size: 18px;
  }

  .orbit-label {
    font-size: 0.55rem;
  }

  .hero-trust-badges {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .services-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .services-hero-sphere-wrap {
    min-height: 360px;
    max-height: 400px;
    order: -1;
  }

  .hero-trust-badges {
    gap: 12px;
  }

  .trust-badge-item {
    gap: 8px;
  }

  .hero-trust-strip {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    text-align: center;
  }

  .trust-strip-label {
    align-items: center;
  }

  .trust-strip-logos {
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .orbit-label {
    font-size: 0.52rem;
  }

  .orbit-node-icon {
    width: 34px;
    height: 34px;
  }

  .orbit-node-icon .material-symbols-outlined {
    font-size: 16px;
  }

  .node-crm,
  .node-whatsapp {
    right: -4%;
  }

  .node-chatbots,
  .node-leadgen {
    left: -2%;
  }
}

@media (max-width: 480px) {
  .services-hero-sphere-wrap {
    min-height: 300px;
    max-height: 340px;
  }

  .orbit-label {
    display: none;
  }

  .orbit-node-icon {
    width: 30px;
    height: 30px;
  }

  .orbit-node-icon .material-symbols-outlined {
    font-size: 14px;
  }

  .sphere-logo {
    width: 40px;
    height: 40px;
  }

  .sphere-core-text {
    font-size: 0.6rem;
  }

  .hero-trust-badges {
    flex-direction: column;
    gap: 10px;
  }
}
