/* ==========================================================================
   BRIGHT WEB SOLUTION — PRODUCTION-GRADE RESPONSIVE ENGINE & APP FEEL
   ========================================================================== */

/* ──────────────────────────────────────────────────────────────────────────
   1. GLOBAL TIGHT SPACING SYSTEM ("Just Below" Flow)
   ────────────────────────────────────────────────────────────────────────── */
#hero {
  padding: 100px 32px 32px !important;
  min-height: auto !important;
}
#stats {
  padding: 36px 0 !important;
}
#fleet {
  padding: 40px 0 16px !important;
}
.svc {
  padding: 32px 0 !important;
}
#launches {
  padding: 40px 0 !important;
}
.launch {
  margin-bottom: 36px !important;
}
#ai {
  padding: 40px 0 !important;
}
#seq {
  padding: 40px 0 !important;
}
#story {
  padding: 40px 0 !important;
}
#blog {
  padding: 40px 0 !important;
}
#infinity {
  padding: 40px 0 48px !important;
}
#testi {
  padding: 40px 0 !important;
}
#cta {
  padding: 56px 20px !important;
}
footer {
  padding: 40px 0 24px !important;
}
.sec-head {
  margin-bottom: 28px !important;
}

/* Subpage standard sections */
.page-hero {
  padding: 100px 0 32px !important;
}
.sec {
  padding: 36px 0 !important;
}
.sec-tight {
  padding: 22px 0 !important;
}
.svc-hero {
  padding: 100px 0 36px !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   ROCKET MOUSE CURSOR (Sleek Aerospace Rocket with Burning Flame)
   ────────────────────────────────────────────────────────────────────────── */
#rocket-cursor {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 44px !important;
  height: 44px !important;
  pointer-events: none !important;
  z-index: 999999 !important;
  transform: translate3d(-100px, -100px, 0);
  will-change: transform;
}
.rc-wrap {
  position: relative !important;
  width: 44px !important;
  height: 44px !important;
}
.rc-svg {
  width: 44px !important;
  height: 44px !important;
  overflow: visible !important;
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* ONLY the exhaust flame has intense burning fire glow — Rocket body is 100% crisp & 3D! */
.flame-container {
  transform-origin: 28px 28px !important;
  filter: drop-shadow(0 0 8px #FF6B35) drop-shadow(0 0 16px #FFE259) !important;
  transition: transform 0.2s ease !important;
}
.flame-core {
  animation: flameCorePulse 0.12s infinite alternate ease-in-out !important;
  transform-origin: 28px 28px !important;
}
.flame-body {
  animation: flameOuterFlicker 0.18s infinite alternate ease-in-out !important;
  transform-origin: 28px 28px !important;
}
.flame-spark {
  animation: flameSparkFly 0.45s infinite linear !important;
  transform-origin: 28px 28px !important;
}

@keyframes flameCorePulse {
  0% { transform: scale(0.9); opacity: 0.9; }
  100% { transform: scale(1.25) translate(2px, 2px); opacity: 1; }
}
@keyframes flameOuterFlicker {
  0% { transform: scale(0.85) skewX(-3deg); opacity: 0.85; }
  100% { transform: scale(1.3) skewX(3deg); opacity: 1; }
}
@keyframes flameSparkFly {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(14px, 14px) scale(0.2); opacity: 0; }
}

/* Hover Overdrive State (Afterburner Ignition) */
#rocket-cursor.overdrive .rc-svg {
  transform: scale(1.24) !important;
}
#rocket-cursor.overdrive .flame-container {
  filter: drop-shadow(0 0 14px #FF6B35) drop-shadow(0 0 24px #FFE259) drop-shadow(0 0 32px #FF1A4B) !important;
}
#rocket-cursor.overdrive .flame-body {
  transform: scale(1.6) translate(3px, 3px) !important;
}

@media (hover: none), (pointer: coarse) {
  #rocket-cursor {
    display: none !important;
  }
  body, html {
    cursor: auto !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  body, a, button, input, textarea, select {
    cursor: none !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────
   GLOWING LIFTOFF LOADER WITH CRYSTAL CLEAR BOTTOM LOGO BADGE
   ────────────────────────────────────────────────────────────────────────── */
#loader {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99990 !important;
  background: var(--bg) !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 16px !important;
}
#loader.hidden, #loader[style*="display: none"] {
  display: none !important;
}
#lcount {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: clamp(80px, 16vw, 190px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  background: var(--grad) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  filter: drop-shadow(0 0 35px rgba(168, 85, 247, 0.45)) !important;
}
#lstatus {
  font-size: 13px !important;
  letter-spacing: 6px !important;
  color: #94A3B8 !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
}
.loader-logo-wrap {
  position: relative !important;
  display: inline-flex !important;
  padding: 3px !important;
  border-radius: 18px !important;
  isolation: isolate !important;
  overflow: hidden !important;
  box-shadow: 0 0 32px rgba(168,85,247,0.75), 0 0 60px rgba(255,107,53,0.5), 0 0 20px rgba(34,211,238,0.6) !important;
  animation: loaderLogoPulse 2s infinite alternate ease-in-out !important;
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease !important;
}
.loader-logo-wrap::before {
  content: '' !important;
  position: absolute !important;
  inset: -60% !important;
  z-index: -2 !important;
  background: conic-gradient(from 0deg,
    rgba(124,77,255,.30) 0deg,
    rgba(124,77,255,.30) 235deg,
    rgba(34,211,238,.85) 290deg,
    #A855F7 320deg,
    #FF6B35 344deg,
    #FFE259 353deg,
    rgba(124,77,255,.30) 360deg) !important;
  animation: spinNeon 2.4s linear infinite !important;
  filter: blur(1.5px) saturate(1.4) !important;
}
.loader-logo-wrap .loader-logo-glow {
  content: '' !important;
  position: absolute !important;
  inset: -60% !important;
  z-index: -3 !important;
  border-radius: 50% !important;
  background: conic-gradient(from 0deg,
    transparent 0deg, transparent 290deg,
    rgba(168,85,247,.9) 330deg, rgba(255,107,53,.9) 350deg, transparent 360deg) !important;
  animation: spinNeon 2.4s linear infinite !important;
  filter: blur(12px) !important;
  opacity: 0.95 !important;
}
.loader-logo-inner {
  position: relative !important;
  z-index: 1 !important;
  background: #ffffff !important;
  border-radius: 15px !important;
  padding: 8px 22px !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.5), inset 0 2px 3px rgba(255,255,255,0.95), inset 0 -3px 6px rgba(0,0,0,0.12) !important;
}
.loader-logo-inner img {
  height: 36px !important;
  display: block !important;
}
@keyframes loaderLogoPulse {
  0% { transform: scale(0.96); filter: drop-shadow(0 0 15px rgba(168,85,247,0.5)); }
  100% { transform: scale(1.04); filter: drop-shadow(0 0 35px rgba(255,107,53,0.8)); }
}

/* ──────────────────────────────────────────────────────────────────────────
   GLOBAL TITLE & SECTION HEADING CAPITALIZATION LOGIC
   ────────────────────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6,
.sec-head h1, .sec-head h2, .sec-head h3,
.hero h1, .hero-left h1, #hero h1,
.svc h2, .ai-card h2,
.lc-info h3, .bpost-body h3, .bpost-body h2,
.founder h4, .founder .nm,
.tm h4, .seq-step h4,
.story-grid h2, .story-grid h3,
.faq-q h4, .page-hero h1, .section-title,
.title-cap, .mission-title, .svc-hero h1,
.contact-grid h2, .about-hero h1, .case-header h1,
.card h3, .mitem h4 {
  text-transform: capitalize !important;
}

/* Acronym & Badge uppercase integrity */
.label, .badge, .pill, .seq-badge, .mission .ok, .ai-live-badge, .inf-mob-ai-badge, .bpost-cat, .hbadge {
  text-transform: uppercase !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   GLOBAL SECTION SPACING HARMONIZATION (NO EMPTY GAPS / VOIDS)
   ────────────────────────────────────────────────────────────────────────── */
section, .section, .sec,
#stats, #fleet, .svc, #infinity, #launches, #ai, #seq, #testi, #story, #blog, #cta {
  padding: 48px 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
}

#hero {
  padding: 110px 0 45px !important;
  min-height: auto !important;
}

.page-hero {
  padding: 130px 0 45px !important;
}

.sec-head {
  margin-bottom: 28px !important;
}

.sec-head h2 {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}

.launch {
  margin-bottom: 36px !important;
}
.launch:last-child {
  margin-bottom: 0 !important;
}

.story-grid {
  margin-bottom: 24px !important;
}

/* Tight & Harmonious Spacing Between Story, Team, Blog and CTA */
#story {
  padding: 32px 0 16px !important;
}
#story .team-grid {
  margin-bottom: 0 !important;
}
.team-grid + div {
  margin-top: 18px !important;
}
#blog {
  padding: 20px 0 32px !important;
}
#blog .sec-head {
  margin-bottom: 16px !important;
  text-align: center !important;
}

/* Ensure Story, Founder, Team, and Blog are ALWAYS 100% visible and NEVER hidden with opacity:0 */
#story, #story *, .story-grid, .story-grid *, .story-visual, .story-visual *, 
.founder, .founder *, .team-grid, .tm, .tm *, .bpost, .bpost * {
  opacity: 1 !important;
  visibility: visible !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   BLOG CATEGORY TABS & HORIZONTALLY SCROLLABLE SLIDER
   ────────────────────────────────────────────────────────────────────────── */
.blog-tabs-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.blog-tabs-track {
  display: flex;
  gap: 8px;
  padding: 5px 8px;
  background: rgba(14, 16, 36, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.blog-tabs-track::-webkit-scrollbar {
  display: none;
}
.btab {
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
  font-family: 'Space Grotesk', sans-serif;
}
.btab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.btab.active {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 4px 18px rgba(168, 85, 247, 0.45);
  border-color: transparent;
}

.blog-carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
}
.blog-cards-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 6px 2px 16px;
  width: 100%;
}
.blog-cards-slider::-webkit-scrollbar {
  display: none;
}

/* Desktop: 4 cards visible side by side */
.blog-cards-slider .bpost {
  flex: 0 0 calc((100% - 48px) / 4) !important;
  min-width: 240px;
  max-width: 320px;
  scroll-snap-align: start;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: rgba(12, 14, 30, 0.72) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.35s, box-shadow 0.35s !important;
  display: flex !important;
  flex-direction: column !important;
  cursor: pointer;
}
.blog-cards-slider .bpost:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 107, 53, 0.45) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(168, 85, 247, 0.25) !important;
}
.blog-cards-slider .bpost-img {
  height: 135px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #0c0e1e !important;
}
.blog-cards-slider .bpost-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}
.blog-cards-slider .bpost:hover .bpost-img img {
  transform: scale(1.08) !important;
}
.blog-cards-slider .bpost-cat {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  border-radius: 100px !important;
  background: rgba(0, 0, 0, 0.65) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
  z-index: 2 !important;
}
.blog-cards-slider .bpost-body {
  padding: 16px 14px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}
.blog-cards-slider .bpost-meta {
  display: flex !important;
  gap: 8px !important;
  font-size: 11px !important;
  color: var(--muted) !important;
  margin-bottom: 8px !important;
}
.blog-cards-slider .bpost-body h3 {
  font-size: 14.5px !important;
  line-height: 1.35 !important;
  margin-bottom: 6px !important;
  text-transform: capitalize !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  color: #fff !important;
}
.blog-cards-slider .bpost-body p {
  font-size: 12px !important;
  color: var(--muted) !important;
  line-height: 1.45 !important;
  margin-bottom: 12px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  flex-grow: 1 !important;
}
.blog-cards-slider .bpost-link {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: var(--orange) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: auto !important;
  transition: gap 0.2s !important;
}
.blog-cards-slider .bpost:hover .bpost-link {
  gap: 10px !important;
}
.blog-cards-slider .bpost.bpost-hidden {
  display: none !important;
}

.bnav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(14, 16, 36, 0.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
.bnav-btn:hover {
  background: var(--grad);
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.55);
}
.bnav-btn.prev { left: -16px; }
.bnav-btn.next { right: -16px; }

/* ──────────────────────────────────────────────────────────────────────────
   HIGH-GRADE TRANSPARENT GLASS FOOTER & LOGO LIGHTING
   ────────────────────────────────────────────────────────────────────────── */
footer {
  background: linear-gradient(180deg, rgba(10, 12, 28, 0.85) 0%, rgba(5, 6, 16, 0.96) 100%) !important;
  backdrop-filter: blur(30px) !important;
  -webkit-backdrop-filter: blur(30px) !important;
  border-top: 1px solid rgba(168, 85, 247, 0.35) !important;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.6) !important;
  position: relative !important;
  padding: 48px 0 24px !important;
  overflow: hidden !important;
  z-index: 2;
}
footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(34, 211, 238, 0.8) 20%, rgba(168, 85, 247, 0.95) 50%, rgba(255, 107, 53, 0.8) 80%, transparent 100%);
  animation: neonLaserPulse 6s ease-in-out infinite alternate;
}
@keyframes neonLaserPulse {
  0% { opacity: 0.6; filter: hue-rotate(0deg); }
  100% { opacity: 1; filter: hue-rotate(45deg); }
}
.footer-logo {
  margin-bottom: 12px;
  display: inline-flex !important;
}

/* Neon-Ring Logo Badge (Orange, White, Black, Purple — Zero Green) */
.nav-logo {
  position: relative;
  display: inline-flex !important;
  padding: 4.5px !important;
  border-radius: 17px !important;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(255,85,0,.78), 0 0 52px rgba(255,107,53,.52), 0 0 24px rgba(168,85,247,.5) !important;
}
.nav-logo::before {
  content: '';
  position: absolute;
  inset: -60%;
  z-index: -2;
  background: conic-gradient(from 0deg,
    #000000 0deg,
    #000000 130deg,
    #A855F7 185deg,
    #7C3AED 225deg,
    #000000 260deg,
    #FF5500 295deg,
    #FF6B35 325deg,
    #FFFFFF 348deg,
    #FF5500 356deg,
    #000000 360deg) !important;
  animation: spinNeon 3.2s linear infinite !important;
  filter: blur(1px) saturate(1.5) !important;
}
.nav-logo .neon-glow {
  content: '';
  position: absolute;
  inset: -60%;
  z-index: -3;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
    transparent 0deg, transparent 140deg,
    rgba(168,85,247,.85) 195deg,
    rgba(0,0,0,0) 255deg,
    rgba(255,85,0,1) 305deg,
    rgba(255,255,255,.95) 344deg,
    rgba(255,85,0,1) 355deg,
    transparent 360deg) !important;
  animation: spinNeon 3.2s linear infinite !important;
  filter: blur(9.5px) !important;
  opacity: 1 !important;
}
.nav-logo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 17px !important;
  padding: 2.5px !important;
  background: linear-gradient(135deg, rgba(255,85,0,.9), rgba(255,255,255,.85), rgba(0,0,0,.85), rgba(168,85,247,.85)) !important;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
}
.logo-inner {
  position: relative;
  z-index: 1;
  background: #fff !important;
  border-radius: 12.5px !important;
  padding: 7px 16px !important;
  display: flex !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.4), inset 0 2px 3px rgba(255,255,255,.95), inset 0 -3px 6px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.7) !important;
}
.footer-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.25);
  padding: 4px 12px;
  border-radius: 100px;
  margin-top: 12px;
}
.footer-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22D3EE;
  box-shadow: 0 0 8px #22D3EE;
  animation: pulseDot 1.5s infinite;
}
.fbot {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: 36px !important;
  padding-top: 20px !important;
  padding-bottom: 28px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 13px !important;
  color: var(--muted) !important;
}

/* Responsive: Mobile 2 Cards Side by Side */
@media (max-width: 768px) {
  .blog-cards-slider {
    gap: 10px !important;
    padding-bottom: 12px !important;
  }
  .blog-cards-slider .bpost {
    flex: 0 0 calc((100% - 10px) / 2) !important;
    min-width: 145px !important;
    max-width: none !important;
    border-radius: 16px !important;
  }
  .blog-cards-slider .bpost-img {
    height: 95px !important;
  }
  .blog-cards-slider .bpost-body {
    padding: 10px 8px 12px !important;
  }
  .blog-cards-slider .bpost-meta {
    font-size: 9.5px !important;
    margin-bottom: 4px !important;
    gap: 4px !important;
  }
  .blog-cards-slider .bpost-body h3 {
    font-size: 12px !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
  }
  .blog-cards-slider .bpost-body p {
    font-size: 10px !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
    -webkit-line-clamp: 2 !important;
  }
  .blog-cards-slider .bpost-link {
    font-size: 10.5px !important;
    gap: 4px !important;
  }
  .bnav-btn {
    display: none !important;
  }
  .blog-tabs-track {
    padding: 3px 6px !important;
  }
  .btab {
    padding: 6px 12px !important;
    font-size: 11px !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────
   FOUNDER & CEO SPOTLIGHT CAPSULE & RADAR RING
   ────────────────────────────────────────────────────────────────────────── */
.founder {
  display: grid !important;
  grid-template-columns: 220px 1fr !important;
  gap: 36px !important;
  align-items: center !important;
  border-radius: 28px !important;
  padding: 32px 38px !important;
  background: rgba(12, 14, 30, 0.75) !important;
  backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(168, 85, 247, 0.28) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 32px !important;
  position: relative !important;
  overflow: hidden !important;
}
.founder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(168, 85, 247, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.fav-wrap {
  position: relative;
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.fav-ring {
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px dashed rgba(168, 85, 247, 0.55);
  animation: favRadarSpin 14s linear infinite;
  pointer-events: none;
}
.fav-ring::after {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6B35;
  box-shadow: 0 0 10px #FF6B35;
}
@keyframes favRadarSpin {
  to { transform: rotate(360deg); }
}
.fav {
  position: relative;
  width: 170px !important;
  height: 170px !important;
  max-width: 170px !important;
  border-radius: 50% !important;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(168, 85, 247, 0.45), 0 0 0 3px rgba(255, 255, 255, 0.12) !important;
  background: var(--grad) !important;
}
.fav-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.fav-img.loaded {
  opacity: 1;
}
.fav-status {
  position: absolute;
  bottom: 8px;
  right: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22D3EE;
  border: 2px solid #05060F;
  box-shadow: 0 0 10px #22D3EE;
  animation: pulseDot 1.6s infinite;
}
.founder-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 10px;
}
.founder-telemetry {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--cyan);
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.25);
  padding: 4px 12px;
  border-radius: 100px;
}
.founder blockquote {
  font-size: clamp(15.5px, 1.7vw, 21px) !important;
  line-height: 1.55 !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 16px !important;
  color: #fff !important;
}
.founder-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  flex-wrap: wrap;
  gap: 12px;
}
.founder-socials {
  display: flex;
  gap: 8px;
}
.founder-socials a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--glass2);
  border: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  transition: 0.25s;
}
.founder-socials a:hover {
  background: var(--grad);
  border-color: transparent;
  color: #fff;
  transform: translateY(-2px);
}
.founder-socials svg {
  width: 16px;
  height: 16px;
}

/* ──────────────────────────────────────────────────────────────────────────
   TEAM MATES CIRCULAR AVATARS & SHIMMER PRELOADERS
   ────────────────────────────────────────────────────────────────────────── */
.tm {
  padding: 24px 18px !important;
  text-align: center !important;
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s, box-shadow 0.4s !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 22px !important;
}
.tm:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(168, 85, 247, 0.5) !important;
  box-shadow: 0 20px 45px rgba(168, 85, 247, 0.25) !important;
}
.tm-avatar-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tm-orbit-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255, 107, 53, 0.5);
  animation: tmOrbitSpin 10s linear infinite;
  pointer-events: none;
}
.tm-orbit-ring.pu {
  border-color: rgba(168, 85, 247, 0.6);
  animation-duration: 12s;
  animation-direction: reverse;
}
.tm-orbit-ring.cy {
  border-color: rgba(34, 211, 238, 0.6);
  animation-duration: 9s;
}
.tm-orbit-ring.or {
  border-color: rgba(255, 107, 53, 0.6);
  animation-duration: 11s;
}
@keyframes tmOrbitSpin {
  to { transform: rotate(360deg); }
}
.tm-av {
  position: relative;
  width: 86px !important;
  height: 86px !important;
  border-radius: 50% !important;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), inset 0 0 0 2px rgba(255, 255, 255, 0.2) !important;
  background: var(--bg2) !important;
}
.tm-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.tm-img.loaded {
  opacity: 1;
}
.tm:hover .tm-img {
  transform: scale(1.08);
}
.avatar-skeleton {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.04) 75%);
  background-size: 200% 100%;
  animation: skelShimmer 1.5s infinite;
  border-radius: 50%;
}
@keyframes skelShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.tm-status {
  position: absolute;
  bottom: 2px;
  right: 6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #22D3EE;
  border: 2px solid #05060F;
  box-shadow: 0 0 8px #22D3EE;
}

#cta {
  padding: 48px 24px !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#cta *, #cta .label, #cta h2, #cta p, #cta .magwrap, #cta .cline, #cta .cline span {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

#cta h2 {
  font-size: clamp(34px, 5.5vw, 68px) !important;
  margin-top: 12px !important;
  margin-bottom: 14px !important;
}

.cline {
  overflow: visible !important;
  display: block !important;
}

.cline span {
  display: inline-block !important;
  transform: none !important;
  opacity: 1 !important;
}

footer {
  padding: 45px 0 25px !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   AI HOLOGRAPHIC NEURAL PROPULSION ENGINE & TELEMETRY CORE
   ────────────────────────────────────────────────────────────────────────── */
.ai-card {
  padding: 48px !important;
  display: grid !important;
  grid-template-columns: 1.1fr 1fr !important;
  gap: 48px !important;
  align-items: center !important;
  overflow: hidden !important;
  position: relative !important;
}
.ai-engine-stage {
  position: relative;
  width: 100%;
  height: 380px;
  background: rgba(8, 10, 24, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: inset 0 0 40px rgba(168, 85, 247, 0.15), 0 20px 50px rgba(0, 0, 0, 0.5);
}
.ai-engine-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(34, 211, 238, 0.06) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(34, 211, 238, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.8;
  pointer-events: none;
}
.ai-tel-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ai-live-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--cyan);
  text-transform: uppercase;
}
.ai-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
  animation: livePulse 1.2s infinite alternate;
}
.ai-tel-metric {
  font-size: 11px;
  color: #94A3B8;
  font-family: monospace;
}
.ai-tel-metric span {
  color: #FFE259;
  font-weight: 700;
}
.ai-reactor-wrap {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai-reactor-svg {
  width: 100%;
  max-width: 320px;
  height: 180px;
  overflow: visible;
}
.ai-nodes-stream {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.ai-node-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #E2E8F0;
}
.ai-node-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ai-node-arrow {
  color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}

/* Reactor Keyframes */
.core-spin { animation: spin360 14s linear infinite; transform-origin: 150px 90px; }
.core-spin-rev { animation: spin360 10s linear infinite reverse; transform-origin: 150px 90px; }
.core-pulse { animation: corePulseAnim 2.2s infinite alternate ease-in-out; transform-origin: 150px 90px; }
.node-spark { animation: sparkBlink 1.5s infinite alternate ease-in-out; }
.pulse-wave { stroke-dasharray: 200; stroke-dashoffset: 200; animation: waveTravel 3s infinite linear; }

@keyframes spin360 { to { transform: rotate(360deg); } }
@keyframes corePulseAnim {
  0% { transform: scale(0.92); opacity: 0.8; }
  100% { transform: scale(1.08); opacity: 1; filter: drop-shadow(0 0 16px #A855F7); }
}
@keyframes sparkBlink {
  0% { opacity: 0.3; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1.2); }
}
@keyframes waveTravel {
  0% { stroke-dashoffset: 200; }
  100% { stroke-dashoffset: 0; }
}

/* ──────────────────────────────────────────────────────────────────────────
   LAUNCH SEQUENCE 5-STEP ANIMATED STAGE GRAPHICS
   ────────────────────────────────────────────────────────────────────────── */
.seq-grid {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 16px !important;
  margin-top: 40px !important;
}
.seq-step {
  background: rgba(10, 12, 28, 0.7) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px !important;
  padding: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  overflow: hidden !important;
  transition: transform 0.3s, border-color 0.3s !important;
}
.seq-step:hover {
  border-color: rgba(255, 107, 53, 0.5) !important;
  transform: translateY(-4px) !important;
}
.seq-badge {
  display: inline-block !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  color: var(--orange) !important;
  background: rgba(255, 107, 53, 0.12) !important;
  border: 1px solid rgba(255, 107, 53, 0.3) !important;
  padding: 3px 10px !important;
  border-radius: 100px !important;
  margin-bottom: 10px !important;
  width: fit-content !important;
}
.seq-step h4 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin: 0 0 6px !important;
}
.seq-step p {
  font-size: 13px !important;
  color: var(--muted) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}
.stage-graphic {
  height: 120px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 14px;
  overflow: hidden;
}
.stage-graphic svg {
  width: 90px;
  height: 90px;
  overflow: visible;
}
.stage-graphic .stage-glow {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.35;
  pointer-events: none;
}

/* Stage Keyframes */
.radar-sweep { transform-origin: 45px 45px; animation: spin360 4s linear infinite; }
.radar-target { animation: sparkBlink 1.2s infinite alternate ease-in-out; }
.flight-arc { stroke-dasharray: 120; stroke-dashoffset: 120; animation: waveTravel 2.8s infinite ease-in-out; }
.beacon-pulse { animation: livePulse 1.4s infinite alternate; }
.gear-spin { transform-origin: 45px 45px; animation: spin360 8s linear infinite; }
.laser-beam { animation: laserFlicker 1.8s infinite alternate ease-in-out; }
@keyframes laserFlicker {
  0% { opacity: 0.3; transform: scaleY(0.6); }
  100% { opacity: 1; transform: scaleY(1.1); filter: drop-shadow(0 0 8px #22D3EE); }
}
.dial-tick { transform-origin: 45px 45px; animation: dialWobble 2.5s infinite ease-in-out; }
@keyframes dialWobble {
  0%, 100% { transform: rotate(-35deg); }
  50% { transform: rotate(45deg); }
}
.orbit-rocket-path { transform-origin: 45px 45px; animation: spin360 5s linear infinite; }
.rocket-flame-burst { animation: livePulse 0.4s infinite alternate; }
@keyframes livePulse {
  0% { opacity: 0.4; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1.2); }
}

/* ──────────────────────────────────────────────────────────────────────────
   2. STRICT OVERFLOW-X PREVENTION & TOUCH APP PRIMITIVES
   ────────────────────────────────────────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box !important;
}
html {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}
body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  position: relative !important;
  width: 100% !important;
  -webkit-tap-highlight-color: transparent !important;
}
.glow {
  max-width: 100vw !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
.band {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 100vw !important;
}
#stars {
  max-width: 100vw !important;
  overflow: hidden !important;
}
button, a, .btn, .btn-o, .card, .stat, .ai-c, .tm, .bpost, .mq-item, #ham {
  touch-action: manipulation !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   3. MOBILE APP DRAWER NAVIGATION (#mob)
   ────────────────────────────────────────────────────────────────────────── */
#mob {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  height: 100% !important;
  background: rgba(6, 7, 18, 0.98) !important;
  backdrop-filter: blur(28px) !important;
  -webkit-backdrop-filter: blur(28px) !important;
  z-index: 999999 !important;
  padding: 20px 20px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transform: translateX(100%) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0.35s !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}
#mob.open {
  transform: translateX(0%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
.mob-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid var(--bd) !important;
}
.mob-logo img {
  height: 26px !important;
  display: block !important;
}
.mob-close {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
  background: var(--glass2) !important;
  border: 1px solid var(--bd) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  cursor: pointer !important;
  user-select: none !important;
}
.mob-close:active {
  transform: scale(0.92) !important;
  background: rgba(255, 107, 53, 0.2) !important;
}
.mob-links {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin: 16px 0 !important;
  overflow-y: auto !important;
  flex: 1 !important;
}
#mob a, .mob-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  padding: 13px 16px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--text) !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
#mob a:active, .mob-link:active {
  background: var(--glass2) !important;
  border-color: rgba(255, 107, 53, 0.4) !important;
  transform: scale(0.98) !important;
}
.mob-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: var(--grad) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  padding: 15px !important;
  border-radius: 100px !important;
  text-align: center !important;
  box-shadow: 0 8px 26px rgba(168, 85, 247, 0.4) !important;
  text-decoration: none !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   4. MOBILE APP BOTTOM QUICK BAR
   ────────────────────────────────────────────────────────────────────────── */
.mobile-quick-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: rgba(8, 9, 22, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--bd);
  z-index: 8999;
  align-items: center;
  justify-content: space-around;
  padding: 0 8px;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.6);
}
.mq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 10px;
  transition: color 0.2s, transform 0.15s;
}
.mq-item svg {
  width: 19px;
  height: 19px;
}
.mq-item:active, .mq-item.active {
  color: var(--orange);
  transform: scale(0.94);
}
.mq-item.highlight {
  color: var(--cyan);
}

/* ──────────────────────────────────────────────────────────────────────────
   5. TABLET RESPONSIVE RULES (<= 980px)
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 980px) {
  #hero {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    padding: 85px 24px 24px !important;
    gap: 20px !important;
  }
  .hero-left {
    order: 1 !important;
  }
  .hero-right {
    order: 2 !important;
    height: auto !important;
    margin-top: 16px !important;
  }
  #hero h1 {
    font-size: clamp(34px, 6.5vw, 54px) !important;
    text-align: center !important;
  }
  .hsub {
    margin: 14px auto 22px !important;
    font-size: 15px !important;
    max-width: 540px !important;
  }
  .hbtns {
    justify-content: center !important;
  }
  .showcase {
    max-width: 100% !important;
    height: 380px !important;
    border-radius: 20px !important;
  }
  .stat-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .svc-in {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  .svc-info {
    order: 1 !important;
  }
  .svc-stage {
    order: 2 !important;
    height: 290px !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }
  .launch {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin-bottom: 32px !important;
  }
  .lc-info {
    order: 1 !important;
  }
  .lc-visual {
    order: 2 !important;
    height: 200px !important;
  }
  .ai-card {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 28px 20px !important;
  }
  .ai-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
  }
  .seq-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .fgrid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
  .traj, .trajfill {
    display: none !important;
  }
  .story-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .story-visual {
    height: 240px !important;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .blog-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }
  
  /* Subpages */
  .grid-2, .svc-hero, .contact-grid, .feature-post {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .grid-3, .blog-list {
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
  }
  .grid-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────
   6. MOBILE PHONES (<= 768px & <= 640px)
   ────────────────────────────────────────────────────────────────────────── */
.inf-mobile-hub {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 60px !important;
  }
  .mobile-quick-bar {
    display: flex !important;
  }
  .wrap {
    padding: 0 16px !important;
  }
  
  /* Top Navigation Bar */
  nav, nav.scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 10px 16px !important;
    background: rgba(5, 6, 15, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    z-index: 9999 !important;
  }
  nav .nav-in, nav.scrolled .nav-in {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
  }
  .nav-logo {
    padding: 2px !important;
    border-radius: 12px !important;
    box-shadow: 0 0 14px rgba(168,85,247,.35) !important;
    flex-shrink: 0 !important;
  }
  .logo-inner {
    padding: 4px 10px !important;
    border-radius: 10px !important;
  }
  .nav-logo img {
    height: 22px !important;
  }
  .nlinks {
    display: none !important;
  }
  #ham {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4.5px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10002 !important;
    pointer-events: auto !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.6), 0 0 12px rgba(255, 107, 53, 0.4) !important;
    flex-shrink: 0 !important;
  }
  #ham span {
    width: 20px !important;
    height: 2.5px !important;
    background: #ffffff !important;
    border-radius: 2px !important;
    display: block !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.8) !important;
  }

  /* Hero Section */
  #hero {
    padding: 70px 16px 20px !important;
    gap: 16px !important;
  }
  .hbadge {
    font-size: 11px !important;
    padding: 5px 12px !important;
    margin-bottom: 14px !important;
  }
  #hero h1 {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.15 !important;
    text-align: center !important;
  }
  .hsub {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    margin: 12px auto 18px !important;
  }
  .hbtns {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 9px !important;
  }
  .hbtns .btn, .hbtns .btn-o {
    width: 100% !important;
    justify-content: center !important;
    padding: 13px 20px !important;
    font-size: 14px !important;
  }
  .hscroll {
    display: none !important;
  }
  .showcase {
    height: 310px !important;
    border-radius: 18px !important;
  }
  .sc-head {
    padding: 10px 14px !important;
  }
  .sc-label {
    font-size: 12px !important;
  }
  .hslide {
    padding: 12px !important;
  }

  /* Stats Bento Grid */
  #stats {
    padding: 24px 0 !important;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .stat {
    padding: 14px 10px !important;
    border-radius: 14px !important;
  }
  .snum {
    font-size: 26px !important;
  }
  .slab {
    font-size: 10.5px !important;
    margin-top: 2px !important;
  }

  /* Fleet Service Cards */
  #fleet {
    padding: 28px 0 10px !important;
  }
  .sec-head h2 {
    font-size: 26px !important;
    margin-top: 8px !important;
  }
  .label {
    font-size: 10.5px !important;
    letter-spacing: 2px !important;
  }
  .svc {
    padding: 20px 0 !important;
  }
  .svc-in {
    gap: 12px !important;
  }
  .svc-code {
    font-size: 10.5px !important;
    margin-bottom: 8px !important;
  }
  .svc-ic {
    width: 48px !important;
    height: 48px !important;
    border-radius: 14px !important;
    margin-bottom: 12px !important;
  }
  .svc-ic svg {
    width: 22px !important;
    height: 22px !important;
  }
  .svc h2 {
    font-size: 22px !important;
    margin-bottom: 8px !important;
  }
  .svc-desc {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
  }
  .svc-pills {
    gap: 5px !important;
    margin-bottom: 14px !important;
  }
  .svc-pills span {
    font-size: 11px !important;
    padding: 4px 10px !important;
  }
  .svc-link {
    font-size: 13.5px !important;
  }
  .svc-stage {
    height: 250px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  /* Interactive Demos Responsive Sizing */
  .chat {
    max-width: 100% !important;
    gap: 6px !important;
  }
  .bub {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }
  .flow {
    max-width: 100% !important;
    height: 210px !important;
    transform: scale(0.82) !important;
    transform-origin: center center !important;
  }
  .browser {
    max-width: 100% !important;
  }
  .br-body {
    padding: 10px !important;
    min-height: 160px !important;
    gap: 6px !important;
  }
  .post {
    max-width: 270px !important;
  }
  .post-top {
    padding: 10px !important;
  }
  .post-img {
    height: 110px !important;
  }
  .seo {
    max-width: 100% !important;
    padding: 14px !important;
  }
  .seo-kpi .kv {
    font-size: 22px !important;
  }
  .bars {
    height: 80px !important;
    gap: 5px !important;
  }

  /* Infinity Section on Mobile: Hide complex SVG, show AI Fleet Hub */
  #infinity {
    padding: 28px 0 36px !important;
  }
  .inf-stage {
    display: none !important;
  }
  .inf-mobile-hub {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    margin-top: 14px !important;
  }
  .inf-mob-top {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 16px !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid var(--bd) !important;
  }
  .inf-mob-robot-wrap {
    width: 50px !important;
    height: 62px !important;
    flex-shrink: 0 !important;
  }
  .inf-robot-mob {
    width: 100% !important;
    height: 100% !important;
  }
  .inf-mob-tag h3 {
    font-size: 16px !important;
    margin-bottom: 2px !important;
  }
  .inf-mob-tag p {
    font-size: 11.5px !important;
    color: var(--muted) !important;
  }
  .inf-mob-ai-badge {
    display: inline-block !important;
    font-family: 'Space Grotesk' !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    color: var(--cyan) !important;
    background: rgba(34, 211, 238, 0.12) !important;
    padding: 2px 8px !important;
    border-radius: 100px !important;
    margin-bottom: 4px !important;
  }
  .inf-mob-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .inf-mob-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 14px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid var(--bd) !important;
    text-decoration: none !important;
    transition: transform 0.15s, background 0.15s !important;
  }
  .inf-mob-card:active {
    transform: scale(0.98) !important;
    background: var(--glass2) !important;
  }
  .inf-mob-card .dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
  }
  .inf-mob-card .info {
    flex: 1 !important;
  }
  .inf-mob-card .info h4 {
    font-size: 13.5px !important;
    margin-bottom: 1px !important;
  }
  .inf-mob-card .info p {
    font-size: 11px !important;
    color: var(--muted) !important;
  }
  .inf-mob-card .arrow {
    font-size: 18px !important;
    color: var(--muted) !important;
  }

  /* Launches Section on Mobile */
  #launches {
    padding: 28px 0 !important;
  }
  .launch {
    margin-bottom: 26px !important;
  }
  .lc-info h3 {
    font-size: 19px !important;
    margin-bottom: 8px !important;
  }
  .lc-info p {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }
  .lc-metrics {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
  }
  .lcm .v {
    font-size: 20px !important;
  }
  .lcm .l {
    font-size: 9.5px !important;
  }
  .lc-visual {
    height: 160px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
  .lc-numbg {
    font-size: 90px !important;
  }

  /* AI Propulsion & Sequence */
  #ai {
    padding: 28px 0 !important;
  }
  .ai-card {
    grid-template-columns: 1fr !important;
    padding: 20px 14px !important;
    border-radius: 16px !important;
    gap: 20px !important;
  }
  .ai-card h2 {
    font-size: 22px !important;
    margin: 10px 0 14px !important;
  }
  .ai-card .d {
    font-size: 13px !important;
    margin-bottom: 18px !important;
  }
  .ai-engine-stage {
    height: 320px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }
  .ai-reactor-svg {
    max-width: 100% !important;
    height: 140px !important;
  }
  .ai-nodes-stream {
    padding: 6px 10px !important;
    gap: 4px !important;
  }
  .ai-node-pill {
    font-size: 9.5px !important;
  }
  #seq {
    padding: 28px 0 !important;
  }
  .seq-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }
  .seq-step {
    padding: 16px !important;
    border-radius: 16px !important;
  }
  .stage-graphic {
    height: 110px !important;
    margin-bottom: 12px !important;
  }

  /* Story, Team & Blog */
  #story {
    padding: 28px 0 !important;
  }
  .story-grid {
    gap: 16px !important;
    margin-bottom: 24px !important;
  }
  .story-grid h2 {
    font-size: 22px !important;
  }
  .story-visual {
    height: 200px !important;
    border-radius: 16px !important;
  }
  .team-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  .tm {
    padding: 16px 10px !important;
    border-radius: 14px !important;
  }
  .tm-av {
    width: 64px !important;
    height: 64px !important;
    font-size: 22px !important;
    margin-bottom: 10px !important;
  }
  .tm h4 {
    font-size: 14px !important;
  }
  .tm .role {
    font-size: 11px !important;
    margin-bottom: 8px !important;
  }
  #blog {
    padding: 28px 0 !important;
  }
  .blog-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
  }
  .bpost-img {
    height: 140px !important;
  }
  .bpost-body {
    padding: 16px !important;
  }
  .bpost-body h3 {
    font-size: 16px !important;
  }

  /* Testimonials */
  #testi {
    padding: 28px 0 !important;
  }
  .tcard {
    width: 270px !important;
    padding: 16px !important;
    border-radius: 16px !important;
  }
  .tcard p {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }

  /* CTA & Footer */
  #cta {
    padding: 36px 14px !important;
  }
  #cta h2 {
    font-size: clamp(26px, 8vw, 36px) !important;
  }
  #cta p {
    font-size: 13.5px !important;
    margin: 12px auto 20px !important;
  }
  #mag {
    padding: 14px 28px !important;
    font-size: 15px !important;
    width: 100% !important;
    justify-content: center !important;
  }
  footer {
    padding: 28px 0 16px !important;
  }
  .fgrid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    margin-bottom: 24px !important;
  }

  /* Subpages Mobile Rules */
  .page-hero {
    padding: 75px 0 20px !important;
  }
  .page-hero h1 {
    font-size: clamp(26px, 7vw, 36px) !important;
  }
  .page-hero p {
    font-size: 13.5px !important;
  }
  .sec {
    padding: 22px 0 !important;
  }
  .sec-tight {
    padding: 16px 0 !important;
  }
  .grid-3, .blog-list, .grid-4 {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .card {
    padding: 18px 14px !important;
    border-radius: 16px !important;
  }
  .lead {
    padding: 20px 14px !important;
    border-radius: 16px !important;
  }
  .field.row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .field.row .field {
    margin-bottom: 12px !important;
  }
  .founder {
    grid-template-columns: 1fr !important;
    padding: 20px 14px !important;
    gap: 16px !important;
  }
  .founder .fav {
    width: 120px !important;
    height: 120px !important;
    font-size: 40px !important;
    margin: 0 auto !important;
  }

  /* Chat floating button above bottom bar */
  #chatBtn {
    bottom: 74px !important;
    right: 14px !important;
    width: 48px !important;
    height: 48px !important;
  }
  #chatBtn svg {
    width: 22px !important;
    height: 22px !important;
  }
  #toTop {
    bottom: 74px !important;
    left: 14px !important;
    width: 38px !important;
    height: 38px !important;
  }
}