/* ==========================================================================
   INSTASKILLS AWWWARDS-TIER STUDIO EDITORIAL DESIGN & MOTION SYSTEM
   Refined Tactile Canvas • Kinetic Micro-Interactions • Luminous Elevation
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Michroma&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  /* Studio Editorial Color Tokens */
  --baba-bg-canvas: #FAF9F6;
  --baba-bg-surface: #FFFFFF;
  --baba-bg-subtle: #F1F5F9;
  --baba-bg-emerald-tint: #ECFDF5;
  --baba-bg-blue-tint: #EFF6FF;
  
  --baba-ink-dark: #0F172A;
  --baba-ink-body: #334155;
  --baba-ink-muted: #64748B;
  
  --baba-accent-blue: #2563EB;
  --baba-accent-emerald: #059669;
  --baba-accent-violet: #7C3AED;
  --baba-accent-amber: #D97706;
  --baba-accent-rose: #E11D48;

  --ease-craft: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-bounce: cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

/* Lenis Smooth Scroll Engine */
html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* Base Canvas Setup */
body {
  background-color: var(--baba-bg-canvas);
  color: var(--baba-ink-dark);
  font-family: 'Reddit Sans', 'Space Grotesk', -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

/* User-Specified Reddit Sans Heading Rule */
h1, h2, h3, h4, h5, h6, .font-serif, .font-heading {
  font-family: 'Reddit Sans', 'Space Grotesk', -apple-system, sans-serif !important;
}

/* Ambient Multi-Point Gradient Canvas */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: 
    radial-gradient(circle at 12% 15%, rgba(37, 99, 235, 0.06) 0%, transparent 45%),
    radial-gradient(circle at 88% 75%, rgba(5, 150, 105, 0.05) 0%, transparent 45%),
    radial-gradient(circle at 50% 40%, rgba(124, 58, 237, 0.04) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* High-Frequency Studio Tactile Noise Grain Overlay */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='shaderNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23shaderNoise)' opacity='0.06'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 99;
  transform: translateZ(0);
  will-change: transform;
}

/* Cursor Glow Orb */
#cursorGlowOrb {
  position: fixed;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.09) 0%, rgba(5, 150, 105, 0.04) 45%, transparent 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: opacity 300ms ease;
  will-change: transform;
}

/* Tactile Component Grain Textures */
.grain-card-light {
  position: relative;
  background-color: #FFFFFF !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 20px 40px -12px rgba(15, 23, 42, 0.07);
}
.grain-card-light::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n1'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n1)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.grain-card-dark {
  position: relative;
  background: linear-gradient(145deg, #0F172A 0%, #1E293B 100%) !important;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), 0 24px 50px -12px rgba(15, 23, 42, 0.45);
}
.grain-card-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)' opacity='0.06'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

.grain-accent-blue {
  position: relative;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.65)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.grain-accent-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nb'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nb)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

.grain-accent-emerald {
  position: relative;
  background: linear-gradient(135deg, rgba(236, 253, 245, 0.95), rgba(167, 243, 208, 0.65)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.grain-accent-emerald::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='ne'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23ne)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

.grain-quote {
  position: relative;
  background: linear-gradient(135deg, #FAF9F6 0%, #F1F5F9 100%) !important;
}
.grain-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nq'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nq)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.grain-terminal {
  position: relative;
  background: #090D16 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.grain-terminal::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='nt'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23nt)' opacity='0.07'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

/* GPU Compositing & 60FPS Hardware Acceleration */
.baba-section, .doppelrand-outer, .tilt-card, .btn-magnetic-pill, .btn-magnetic-secondary {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

/* Section Spacing & Layout Mechanics */
.baba-section {
  position: relative;
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  .baba-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
}

@media (min-width: 1024px) {
  .baba-section {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

/* Hero Section Specific Viewport Fit & Tight Padding */
#heroSection {
  padding-top: 5.5rem !important;
  padding-bottom: 3.5rem !important;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  #heroSection {
    padding-top: 4.8rem !important;
    padding-bottom: 2rem !important;
    height: 100vh;
    max-height: 920px;
  }
}

/* Top Scroll Progress Bar */
#scrollProgressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3.5px;
  background: linear-gradient(90deg, #2563EB, #059669, #7C3AED);
  width: 0%;
  z-index: 100;
  transition: width 40ms linear;
}

/* Floating Studio Header */
.baba-nav {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow: 0 12px 36px -10px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: all 300ms var(--ease-craft);
}

.baba-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px -8px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 1);
  border-color: rgba(37, 99, 235, 0.25);
}

/* Mobile Menu Drawer Overlay */
#mobileMenuDrawer {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.97);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem 1.25rem 1.75rem 1.25rem;
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
  overflow-y: auto;
  transition: opacity 300ms var(--ease-craft), transform 300ms var(--ease-craft);
}

#mobileMenuDrawer.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.drawer-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #F8FAFC;
  font-weight: 700;
  font-size: 0.98rem;
  transition: all 200ms ease;
  user-select: none;
}

.drawer-nav-item:hover, .drawer-nav-item:active {
  background: rgba(37, 99, 235, 0.25);
  border-color: rgba(37, 99, 235, 0.45);
  color: #60A5FA;
  transform: translateX(4px);
}

/* Expressive Studio Typography */
h1, h2, h3, .font-serif-baba {
  font-family: 'Reddit Sans', 'Space Grotesk', sans-serif !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.font-mono-baba {
  font-family: 'Space Mono', 'Fragment Mono', monospace !important;
}

/* Doppelrand / Concentric Double-Bezel Architecture */
.doppelrand-outer {
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 1.75rem;
  padding: 0.45rem;
  box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 300ms var(--ease-craft), border-color 300ms ease, box-shadow 300ms ease;
  will-change: transform;
}

.doppelrand-outer:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 28px 60px -15px rgba(37, 99, 235, 0.15), inset 0 1px 0 rgba(255, 255, 255, 1);
  transform: translateY(-4px);
}

.doppelrand-inner {
  background: #FFFFFF;
  border-radius: calc(1.75rem - 0.45rem);
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 1);
  overflow: hidden;
}

/* Animated Border Glow Card */
@property --border-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

@keyframes borderRotate {
  0% { --border-angle: 0deg; }
  100% { --border-angle: 360deg; }
}

.hero-glow-card {
  position: relative;
  border-radius: 1.75rem;
  background: padding-box linear-gradient(#ffffff, #ffffff),
              border-box conic-gradient(from var(--border-angle), #2563EB, #059669, #7C3AED, #2563EB);
  border: 2px solid transparent;
  animation: borderRotate 8s linear infinite;
}

/* 3D Perspective Tilt Card Container */
.perspective-1000 {
  perspective: 1000px;
}

.tilt-card {
  transition: transform 150ms var(--ease-craft);
  transform-style: preserve-3d;
}

/* Magnetic Pill Buttons with Sleek Shimmer Physics */
.btn-magnetic-pill {
  position: relative;
  overflow: hidden;
  background: #0F172A;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.85rem 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  box-shadow: 0 12px 28px -6px rgba(15, 23, 42, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 300ms var(--ease-craft), box-shadow 300ms var(--ease-craft), border-color 300ms ease, background-color 300ms ease;
  will-change: transform;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

.btn-magnetic-pill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 70%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  transition: left 600ms ease;
  pointer-events: none;
}

.btn-magnetic-pill:hover::before {
  left: 140%;
}

.btn-magnetic-pill:hover {
  background: #1E293B;
  border-color: rgba(37, 99, 235, 0.4);
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.35), 0 0 20px rgba(37, 99, 235, 0.15);
}

.btn-magnetic-pill:active {
  transform: scale(0.97) translateY(0px) !important;
  box-shadow: 0 6px 16px -4px rgba(15, 23, 42, 0.2);
}

.btn-magnetic-pill .btn-icon-circle {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms var(--ease-spring), background-color 300ms ease;
}

.btn-magnetic-pill:hover .btn-icon-circle {
  transform: translate(2px, -2px) scale(1.08);
  background: rgba(255, 255, 255, 0.28);
}

.btn-magnetic-secondary {
  background: #FFFFFF;
  color: #0F172A;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.85rem 1.75rem;
  border: 1px solid rgba(15, 23, 42, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04), inset 0 1px 0 rgba(255, 255, 255, 1);
  transition: all 220ms var(--ease-craft);
  will-change: transform;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
}

.btn-magnetic-secondary:hover {
  background: #F8FAFC;
  border-color: rgba(37, 99, 235, 0.35);
  color: #2563EB;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.1);
}

.btn-magnetic-secondary:active {
  transform: scale(0.97) translateY(0px) !important;
}

/* Segmented Control Stage Switcher & GSAP Flip Pill */
.segmented-control-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem;
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 9999px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  max-width: 100%;
}

.segmented-tab-btn {
  position: relative;
  z-index: 2;
  padding: 0.65rem 1.4rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--baba-ink-muted);
  background: transparent;
  transition: color 200ms ease;
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  white-space: nowrap;
  touch-action: manipulation;
}

.segmented-tab-btn:hover {
  color: var(--baba-ink-dark);
}

.segmented-tab-btn.is-active {
  color: #2563EB;
}

/* Floating Flip Indicator Pill */
.segmented-pill-bg {
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  left: 0.35rem;
  border-radius: 9999px;
  background: #EFF6FF;
  border: 1px solid rgba(37, 99, 235, 0.3);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
  z-index: 1;
  pointer-events: none;
}

.segmented-tab-btn:active,
.hero-tab-btn:active,
.faq-header:active {
  transform: scale(0.97) !important;
  transition: transform 120ms var(--ease-craft);
}

/* Hero Interactive Showcase Tab Buttons */
.hero-tab-btn {
  transition: all 200ms var(--ease-craft);
  color: #475569;
}

.hero-tab-btn:hover {
  color: #0F172A;
}

.hero-tab-btn.is-active,
.hero-tab-btn.is-active:hover {
  color: #FFFFFF !important;
  background-color: #0F172A !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25) !important;
}

/* GSAP Text Masking Utility Classes */
.gsap-word-wrap {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  line-height: 1.15;
  padding-bottom: 0.05em;
  margin-right: 0.25em;
}

.gsap-word {
  display: inline-block;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.gsap-char-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.gsap-char {
  display: inline-block;
  will-change: transform, opacity;
  transform-style: preserve-3d;
}

/* Tab Content Stage Mechanics */
.tab-content-stage {
  display: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 320ms var(--ease-craft), transform 320ms var(--ease-craft);
}

.tab-content-stage.is-active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Custom FAQ Accordion Cards */
.faq-card {
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 1.25rem;
  box-shadow: 0 4px 20px -4px rgba(15, 23, 42, 0.04);
  transition: all 220ms var(--ease-craft);
  overflow: hidden;
}

.faq-card:hover {
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 12px 30px -6px rgba(37, 99, 235, 0.1);
}

.faq-header {
  padding: 1.35rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  user-select: none;
  font-family: 'Reddit Sans', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0F172A;
}

.faq-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 9999px;
  background: #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: #2563EB;
  transition: transform 250ms var(--ease-craft), background-color 250ms ease;
  flex-shrink: 0;
}

.faq-card.is-open {
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 14px 36px -6px rgba(37, 99, 235, 0.14);
}

.faq-card.is-open .faq-icon {
  transform: rotate(180deg);
  background-color: #DBEAFE;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.6rem;
  opacity: 0;
  transition: max-height 300ms var(--ease-craft), opacity 250ms ease, padding-bottom 300ms ease;
}

.faq-card.is-open .faq-body {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 1.4rem;
}

/* Gamified Quest Step Cards */
.quest-step-card {
  position: relative;
  transition: all 300ms var(--ease-craft);
}

.quest-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15);
}

/* Interactive Bento Tile Skill Cards */
.bento-skill-card {
  position: relative;
  overflow: hidden;
}

.bento-skill-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%);
  pointer-events: none;
  transition: transform 350ms ease;
}

.bento-skill-card:hover::after {
  transform: scale(1.8);
}

/* Reduced Motion Guardrail */
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  #cursorGlowOrb, #particleCanvas {
    display: none !important;
  }
}
