/* ============================================================
   Octopus Player — Landing Page Styles (Vibrant Aurora Glassmorphism)
   ============================================================ */

/* ─── Global Sections ─── */
.section { padding: 120px 0; position: relative; z-index: 2; }
.section__header { text-align: center; margin-bottom: 80px; max-width: 800px; margin-left: auto; margin-right: auto; }
.section__kicker {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  border: 1px solid rgba(99, 102, 241, 0.15);
  color: #4f46e5;
  margin-bottom: 24px; padding: 6px 16px; border-radius: 999px;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.section__header h2 {
  margin: 0 0 24px; font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; letter-spacing: -0.04em;
  background: linear-gradient(135deg, #0f172a 30%, #4338ca 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.15;
}
.section__sub { margin: 0 auto; font-size: clamp(1.1rem, 2vw, 1.25rem); color: var(--text-silver); line-height: 1.6; max-width: 600px; }

/* ─── 1. Hero ─── */
.hero { position: relative; padding: 180px 0 100px; overflow: hidden; }
.hero__bg-glow {
  position: absolute; top: -10%; left: 50%; transform: translateX(-50%); width: 85vw; height: 600px;
  background: radial-gradient(ellipse at center, rgba(99, 102, 241, 0.12) 0%, rgba(236, 72, 153, 0.04) 40%, transparent 70%);
  pointer-events: none; z-index: 0;
}
.hero__inner {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.hero__content {
  flex: 1;
  max-width: 550px;
  position: relative;
  z-index: 5;
}
.hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.4rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.04em; margin: 0 0 24px;
  background: linear-gradient(135deg, #0f172a 20%, #4f46e5 50%, #db2777 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__desc { font-size: clamp(1.1rem, 1.8vw, 1.25rem); color: var(--text-silver); margin: 0 0 32px; line-height: 1.6; }
.hero__actions { display: flex; gap: 16px; justify-content: flex-start; }

/* Hero Release Badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(99, 102, 241, 0.15);
  border-radius: 999px;
  margin-bottom: 24px;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.04);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.hero__badge-dot {
  width: 8px;
  height: 8px;
  background: #ec4899;
  border-radius: 50%;
  position: relative;
}
.hero__badge-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #ec4899;
  opacity: 0.5;
  animation: badge-ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes badge-ping {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(2.2); opacity: 0; }
}
.hero__badge-text {
  font-size: 13px;
  font-weight: 700;
  color: #4f46e5;
  letter-spacing: 0.02em;
}

/* Trust stars rating */
.hero__trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.trust__stars {
  color: #fbbf24;
  font-size: 18px;
  letter-spacing: 2px;
}
.trust__text {
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
}

/* Hero Showcase (Media Right Column) */
.hero__media {
  flex: 1.1;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__media-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.18) 0%, rgba(236, 72, 153, 0.06) 50%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.showcase-perspective {
  position: relative;
  width: 100%;
  max-width: 580px;
  perspective: 1500px;
}
/* ─── Device Showcase Frame (Bezel, Glare, Shadow) ─── */
.device-frame {
  position: relative;
  border-radius: 16px;
  border: 3px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.15), 0 0 0 1px rgba(99, 102, 241, 0.05);
  overflow: hidden;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background: #0d0b21;
}
.device-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.device-frame__glare {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 50%);
  pointer-events: none;
  z-index: 5;
}

.showcase-device {
  position: absolute;
}
.showcase-device--tv {
  position: relative; /* defines container height */
  width: 85%;
  left: 15%;
  z-index: 1;
  transform: rotateY(-16deg) rotateX(6deg) translateZ(0px);
}
.showcase-device--tablet {
  width: 52%;
  left: 5%;
  bottom: -10%;
  z-index: 10;
  transform: rotateY(-12deg) rotateX(4deg) translateZ(80px);
  border-radius: 12px;
}
.showcase-device--mobil {
  width: 32%;
  left: -8%;
  bottom: -18%;
  z-index: 20;
  transform: rotateY(-8deg) rotateX(2deg) translateZ(160px);
  border-radius: 8px;
}

/* Hover effects */
.showcase-device--tv:hover {
  transform: rotateY(-10deg) rotateX(4deg) translateZ(20px) translateY(-5px);
  box-shadow: 0 40px 80px -15px rgba(99, 102, 241, 0.3);
}
.showcase-device--tablet:hover {
  transform: rotateY(-8deg) rotateX(3deg) translateZ(100px) translateY(-8px);
  box-shadow: -20px 30px 60px rgba(0, 0, 0, 0.2);
}
.showcase-device--mobil:hover {
  transform: rotateY(-4deg) rotateX(1deg) translateZ(180px) translateY(-10px);
  box-shadow: -25px 35px 65px rgba(0, 0, 0, 0.25);
}

/* Showcase Widgets */
.showcase-widget {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  box-shadow: 0 15px 30px -10px rgba(99, 102, 241, 0.1),
              inset 0 1px 0 rgba(255, 255, 255, 0.8);
  z-index: 12;
  padding: 16px;
}
.widget-player {
  right: -10px;
  bottom: 8%;
  width: 230px;
  transform: translateZ(120px) rotateY(-8deg);
  text-align: left;
}
.widget-player__header {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}
.player-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.player-dot.red { background: #ef4444; }
.player-dot.yellow { background: #f59e0b; }
.player-dot.green { background: #10b981; }

.player-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.player-thumb {
  width: 36px;
  height: 36px;
  background: var(--accent-gradient);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.player-details h4 {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}
.player-details p {
  margin: 0;
  font-size: 10px;
  color: #64748b;
  font-weight: 600;
}
.player-progress {
  margin-bottom: 10px;
}
.progress-bar {
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}
.progress-fill {
  height: 100%;
  background: var(--accent-gradient);
}
.progress-time {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #94a3b8;
  font-weight: 600;
}
.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  color: #475569;
}
.play-btn {
  width: 24px;
  height: 24px;
  background: #6366f1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
}

.widget-speed {
  right: -30px;
  top: 10%;
  width: 180px;
  transform: translateZ(100px) rotateY(-10deg);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}
.widget-speed__icon {
  font-size: 20px;
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
  padding: 6px;
  border-radius: 10px;
  border: 1px solid rgba(16, 185, 129, 0.2);
}
.widget-speed__content h4 {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  color: #0f172a;
}
.widget-speed__content p {
  margin: 0 0 8px;
  font-size: 10px;
  color: #64748b;
  font-weight: 600;
}
.speed-indicator {
  display: flex;
  gap: 3px;
}
.speed-indicator .bar {
  width: 12px;
  height: 3px;
  background: #e2e8f0;
  border-radius: 1px;
}
.speed-indicator .bar.active {
  background: #10b981;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero {
    padding: 120px 0 80px;
  }
  .hero__inner {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }
  .hero__content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero__trust {
    justify-content: center;
  }
  .hero__actions {
    margin-bottom: 0;
    justify-content: center;
  }
  .hero__media {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .showcase-perspective {
    perspective: none;
    margin-bottom: 40px;
  }
  .showcase-device--tv {
    transform: none !important;
    width: 90% !important;
    left: 10% !important;
  }
  .showcase-device--tablet {
    transform: none !important;
    width: 55% !important;
    left: 5% !important;
    bottom: -8% !important;
  }
  .showcase-device--mobil {
    transform: none !important;
    width: 35% !important;
    left: -5% !important;
    bottom: -12% !important;
  }
  .widget-player, .widget-speed {
    display: none;
  }
}
@media (max-width: 480px) {
  .showcase-perspective {
    margin-bottom: 30px;
  }
  .showcase-device--tv {
    width: 100% !important;
    left: 0 !important;
  }
  .showcase-device--tablet {
    display: none !important;
  }
  .showcase-device--mobil {
    width: 45% !important;
    left: -10px !important;
    bottom: -15px !important;
  }
}

/* ─── Marquee (Floating Premium Gallery) ─── */
.marquee-section {
  overflow: hidden; padding: 40px 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.01);
}
.marquee-track { display: flex; width: max-content; animation: scrollLeft 45s linear infinite; gap: 30px; }
.marquee-item { display: flex; align-items: center; justify-content: center; width: 320px; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.marquee-item img {
  height: 160px; object-fit: cover; border-radius: 16px;
  border: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 15px 35px -10px rgba(99, 102, 241, 0.15);
  transition: all 0.3s ease;
}
.marquee-item:hover img {
  transform: scale(1.05) translateY(-5px);
  box-shadow: 0 20px 40px -10px rgba(236, 72, 153, 0.25);
  border-color: #ffffff;
}
@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ─── 2. Quick Features (Glass Cards) ─── */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.feat-card {
  padding: 40px; background: var(--bg-surface); border-radius: var(--radius);
  border: 1px solid var(--border); position: relative; overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); display: flex; flex-direction: column;
  box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.04), inset 0 1px 0 rgba(255,255,255,0.6);
}
.feat-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(300px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(99, 102, 241, 0.08), transparent 60%);
  opacity: 0; transition: opacity 0.4s ease; pointer-events: none;
}
.feat-card:hover {
  transform: translateY(-6px); background: var(--bg-surface-hover);
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 20px 40px -15px rgba(99, 102, 241, 0.12), inset 0 1px 0 rgba(255,255,255,0.8);
}
.feat-card:hover::before { opacity: 1; }
.feat-card__icon {
  width: 48px; height: 48px; margin-bottom: 24px; color: #6366f1;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  padding: 10px; border-radius: 12px; border: 1px solid rgba(99, 102, 241, 0.15);
}
.feat-card h3 { font-size: 1.25rem; font-weight: 800; margin: 0 0 12px; color: #0f172a; letter-spacing: -0.02em; }
.feat-card p { font-size: 0.95rem; color: var(--text-silver); margin: 0; line-height: 1.6; }

/* ─── 3. App Experience (Sticky Scroll Showcase) ─── */
.sticky-wrapper { display: flex; align-items: flex-start; position: relative; gap: 80px; }
.sticky-content { position: sticky; top: 100px; height: calc(100vh - 120px); width: 50%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.sticky-visual { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; transform: scale(0.95); transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.sticky-visual.active { opacity: 1; transform: scale(1); }
.sticky-visual .device-frame {
  max-width: 95%;
  max-height: 70vh;
  border-radius: 24px;
  border-width: 4px;
}
.sticky-visual:nth-child(1) .device-frame {
  box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.22), 0 0 0 1px rgba(99, 102, 241, 0.05);
}
.sticky-visual:nth-child(2) .device-frame {
  box-shadow: 0 30px 60px -15px rgba(236, 72, 153, 0.22), 0 0 0 1px rgba(236, 72, 153, 0.05);
}
.sticky-visual:nth-child(3) .device-frame {
  box-shadow: 0 30px 60px -15px rgba(20, 184, 166, 0.22), 0 0 0 1px rgba(20, 184, 166, 0.05);
}
.sticky-scroll-area { width: 50%; display: flex; flex-direction: column; }
.sticky-scroll-area section { min-height: 80vh; display: flex; flex-direction: column; justify-content: center; padding-right: 40px; }
.platform-card__tag {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(99, 102, 241, 0.1));
  border: 1px solid rgba(236, 72, 153, 0.15);
  color: #db2777;
  margin-bottom: 16px; display: inline-block; padding: 4px 12px; border-radius: 999px;
}
.sticky-scroll-area h3 { font-size: 3rem; font-weight: 900; letter-spacing: -0.04em; margin: 0 0 24px; color: #0f172a; line-height: 1.1; }
.sticky-scroll-area p { font-size: 1.15rem; color: var(--text-silver); line-height: 1.7; margin: 0; }
.mobile-only-visual {
  display: none !important;
}

@media (max-width: 900px) {
  .sticky-wrapper { flex-direction: column; gap: 40px; }
  .sticky-content { display: none !important; }
  .mobile-only-visual {
    display: block !important;
    margin-top: 28px;
    width: 100%;
    max-width: 480px;
    align-self: center;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.5s ease !important;
  }
  .sticky-scroll-area { width: 100%; }
  .sticky-scroll-area section {
    min-height: auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* Staggered entry transforms on mobile scroll */
  .sticky-scroll-area section:nth-child(1) .mobile-only-visual {
    transform: translateY(30px) rotate(-1.5deg);
    opacity: 0;
  }
  .sticky-scroll-area section:nth-child(1) .mobile-only-visual.in {
    transform: translateY(0) rotate(-1.5deg);
    opacity: 1;
    box-shadow: 0 20px 40px -10px rgba(99, 102, 241, 0.22), 0 0 0 1px rgba(99, 102, 241, 0.05);
  }
  
  .sticky-scroll-area section:nth-child(2) .mobile-only-visual {
    transform: translateX(30px) rotate(1.5deg);
    opacity: 0;
  }
  .sticky-scroll-area section:nth-child(2) .mobile-only-visual.in {
    transform: translateX(0) rotate(1.5deg);
    opacity: 1;
    box-shadow: 0 20px 40px -10px rgba(236, 72, 153, 0.22), 0 0 0 1px rgba(236, 72, 153, 0.05);
  }
  
  .sticky-scroll-area section:nth-child(3) .mobile-only-visual {
    transform: translateX(-30px) rotate(-1deg);
    opacity: 0;
  }
  .sticky-scroll-area section:nth-child(3) .mobile-only-visual.in {
    transform: translateX(0) rotate(-1deg);
    opacity: 1;
    box-shadow: 0 20px 40px -10px rgba(20, 184, 166, 0.22), 0 0 0 1px rgba(20, 184, 166, 0.05);
  }
  
  /* Active/touch interactions */
  .mobile-only-visual:active {
    transform: scale(0.98) !important;
  }
}

/* ─── 4. Bento Grid (Why Octopus) ─── */
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(320px, auto); gap: 24px; }
.bento-item {
  background: var(--bg-surface); border-radius: var(--radius);
  border: 1px solid var(--border); padding: 48px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.04), inset 0 1px 0 rgba(255,255,255,0.6);
}
.bento-item::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(236, 72, 153, 0.08), transparent 50%);
  opacity: 0; transition: opacity 0.4s; pointer-events: none; z-index: 0;
}
.bento-item:hover::before { opacity: 1; }
.bento-item:hover {
  border-color: rgba(99, 102, 241, 0.25); transform: translateY(-6px);
  box-shadow: 0 20px 45px -15px rgba(99, 102, 241, 0.15), inset 0 1px 0 rgba(255,255,255,0.8);
}
.bento-item > * { position: relative; z-index: 1; }
.bento-item--large { grid-column: span 8; }
.bento-item--medium { grid-column: span 4; }
.bento-item__icon {
  width: 56px; height: 56px; margin-bottom: 40px; color: #6366f1;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(236, 72, 153, 0.1));
  padding: 12px; border-radius: 16px; border: 1px solid rgba(99, 102, 241, 0.15);
}
.bento-item h3 { font-size: 2rem; font-weight: 900; margin: 0 0 16px; letter-spacing: -0.03em; color: #0f172a; line-height: 1.15; }
.bento-item p { font-size: 1.05rem; color: var(--text-silver); margin: 0; line-height: 1.65; max-width: 480px; }
@media (max-width: 900px) { .bento-item--large, .bento-item--medium { grid-column: span 12; } }

/* ─── 5. Setup Steps ─── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step-card {
  padding: 40px; border-top: 2px solid rgba(99, 102, 241, 0.15); position: relative;
  background: rgba(255, 255, 255, 0.25); border-radius: 0 0 16px 16px;
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}
.step-card::before {
  counter-increment: step; content: "0" counter(step); display: block;
  font-size: 14px; font-weight: 800;
  background: var(--accent-gradient); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 24px; letter-spacing: 0.1em;
}
.step-card h3 { font-size: 1.4rem; font-weight: 800; margin: 0 0 16px; color: #0f172a; }
.step-card p { font-size: 1rem; color: var(--text-silver); margin: 0; line-height: 1.6; }
@media (max-width: 768px) {
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { border-top: none; border-left: 2px solid rgba(99, 102, 241, 0.15); border-radius: 0 16px 16px 0; padding: 0 0 40px 32px; background: transparent; box-shadow: none; }
  .step-card::before { position: absolute; left: -12px; top: 0; padding: 0 8px; }
}

/* ============================================================
   OCTOPUS NIGHTSHIFT — cinematic homepage theme
   ============================================================ */
body {
  --bg: #05050a; --bg-surface: rgba(17, 18, 31, .72); --bg-surface-hover: rgba(26, 27, 46, .9);
  --text: #f8f7ff; --text-silver: #b7b6c9; --text-muted: #89889e;
  --border: rgba(255,255,255,.1); --border-glow: rgba(139,92,246,.35);
  background-color: #05050a;
  background-image: radial-gradient(circle at 12% 8%, rgba(124,58,237,.21), transparent 27%),
                    radial-gradient(circle at 88% 22%, rgba(6,182,212,.16), transparent 25%),
                    radial-gradient(circle at 50% 70%, rgba(236,72,153,.1), transparent 30%),
                    linear-gradient(180deg, #05050a 0%, #080711 52%, #040408 100%);
  color: var(--text);
}
.site-wrap { position: relative; isolation: isolate; }
.site-wrap::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 75%);
}
.aurora-blob { opacity: .34; filter: blur(150px); }
.aurora-blob--1 { background: #6d28d9; }
.aurora-blob--2 { background: #db2777; }
.aurora-blob--3 { background: #0891b2; }
.aurora-blob--4 { background: #2563eb; }
.topbar {
  background: rgba(8,8,15,.7); border-color: rgba(255,255,255,.11);
  box-shadow: 0 18px 50px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
}
.brand__text { color: #fff; }
.nav-desktop a { color: #b8b7c9; }
.nav-desktop a:hover { color: #fff; background: rgba(139,92,246,.16); }
.hero { min-height: 92vh; display: flex; align-items: center; }
.hero__bg-glow { width: 110vw; height: 850px; background: radial-gradient(ellipse at center, rgba(124,58,237,.26), rgba(6,182,212,.08) 42%, transparent 70%); }
.hero h1 { color: #fff; background: none; text-shadow: 0 8px 50px rgba(139,92,246,.22); }
.hero h1 .text-gradient, .text-gradient {
  background: linear-gradient(100deg, #ddd6fe 0%, #a78bfa 28%, #22d3ee 62%, #f0abfc 100%);
  background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: octopus-gradient 7s linear infinite;
}
@keyframes octopus-gradient { to { background-position: 200% center; } }
.hero__badge { background: rgba(13,13,23,.68); border-color: rgba(167,139,250,.28); box-shadow: 0 0 30px rgba(124,58,237,.12); }
.hero__badge-text { color: #ddd6fe; }
.hero__badge-dot { background: #22d3ee; box-shadow: 0 0 14px #22d3ee; }
.hero__badge-dot::after { border-color: #22d3ee; }
.trust__text { color: #a7a6b8; }
.device-frame { border-color: rgba(255,255,255,.18); box-shadow: 0 40px 90px -25px rgba(0,0,0,.8), 0 0 65px rgba(124,58,237,.16); }
.showcase-widget { background: rgba(11,11,20,.8); border-color: rgba(255,255,255,.11); color: #fff; }
.section__kicker { color: #c4b5fd; background: rgba(124,58,237,.1); border-color: rgba(167,139,250,.24); }
.section__header h2 { background: linear-gradient(120deg, #fff 20%, #c4b5fd 58%, #67e8f9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.feat-card, .bento-item, .step-card, .faq-item, .legal-card {
  background: linear-gradient(145deg, rgba(19,20,34,.74), rgba(8,8,15,.82));
  border-color: rgba(255,255,255,.09); box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 60px rgba(0,0,0,.22);
}
.feat-card:hover, .bento-item:hover, .step-card:hover { border-color: rgba(139,92,246,.4); box-shadow: 0 26px 70px rgba(0,0,0,.38), 0 0 45px rgba(124,58,237,.11); }
.feat-card h3, .bento-item h3, .step-card h3, .faq-btn, .sticky-scroll-area h3, .legal-card h3 { color: #f8f7ff; }
.feat-card p, .bento-item p, .step-card p, .sticky-scroll-area p, .faq-content p, .legal-card p { color: #aaa9bb; }
.feat-card__icon, .bento-item__icon { color: #a78bfa; filter: drop-shadow(0 0 14px rgba(139,92,246,.35)); }
.platform-card__tag { color: #67e8f9; background: rgba(6,182,212,.1); }
.cta-section .container {
  background: radial-gradient(circle at 18% 10%, rgba(34,211,238,.22), transparent 32%),
              radial-gradient(circle at 88% 84%, rgba(236,72,153,.23), transparent 34%),
              linear-gradient(135deg, #17112f, #090813 58%, #111c31);
  border: 1px solid rgba(167,139,250,.3); box-shadow: 0 45px 110px rgba(0,0,0,.5), 0 0 80px rgba(124,58,237,.13);
}
.legal-card h3 { color: #f0abfc; }
.site-footer { background: rgba(3,3,7,.97); border-top-color: rgba(139,92,246,.18); }
.footer-contact {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; padding: 10px 14px;
  border: 1px solid rgba(34,211,238,.22); border-radius: 999px; color: #67e8f9;
  background: rgba(6,182,212,.06); font-size: 13px; font-weight: 700; transition: .25s ease;
}
.footer-contact:hover { color: #fff; border-color: #67e8f9; box-shadow: 0 0 28px rgba(34,211,238,.14); transform: translateY(-2px); }
@media (prefers-reduced-motion: reduce) { .hero h1 .text-gradient, .text-gradient { animation: none; } }

/* ─── 6. FAQ (Accordion) ─── */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.faq-item {
  background: var(--bg-surface); border-radius: 16px; border: 1px solid var(--border);
  padding: 0 32px; transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01), inset 0 1px 0 rgba(255,255,255,0.4);
}
.faq-item:hover {
  border-color: rgba(99, 102, 241, 0.2);
  background: var(--bg-surface-hover);
}
.faq-item.active {
  border-color: rgba(99, 102, 241, 0.3);
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.08);
}
.faq-btn {
  width: 100%; background: transparent; border: none; padding: 24px 0;
  text-align: left; display: flex; align-items: center; justify-content: space-between;
  font-size: 1.2rem; font-weight: 700; color: #0f172a; cursor: pointer; transition: color 0.2s;
}
.faq-btn:hover { color: #6366f1; }
.faq-icon { transition: transform 0.3s ease; color: var(--text-muted); }
.faq-item.active .faq-icon { transform: rotate(180deg); color: #6366f1; }
.faq-content { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.faq-content p { margin: 0 0 24px; color: var(--text-silver); line-height: 1.65; font-size: 1.05rem; }

/* ─── 7. Final CTA ─── */
.cta-section { text-align: center; padding: 120px 0; position: relative; z-index: 5; }
.cta-section .container {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 50%, #ec4899 100%);
  padding: 80px 40px; border-radius: 32px;
  box-shadow: 0 30px 60px -15px rgba(99, 102, 241, 0.35);
  overflow: hidden;
  color: #ffffff;
}
.cta-section .container::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%);
  pointer-events: none;
}
.cta-section h2 {
  font-size: clamp(3rem, 6vw, 4.8rem); font-weight: 900; letter-spacing: -0.04em; margin: 0 0 24px;
  color: #ffffff; line-height: 1.1;
}
.cta-section p { font-size: 1.25rem; color: rgba(255, 255, 255, 0.85); max-width: 600px; margin: 0 auto 48px; line-height: 1.6; }
.cta-section .btn--primary {
  background: #ffffff;
  color: #4f46e5;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
}
.cta-section .btn--primary:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #312e81;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Premium store showcase */
.hero__quick-action { width: 100%; margin-bottom: 12px; }
.quick-setup-button {
  width: 100%; max-width: 560px; min-height: 68px; padding: 12px 18px;
  display: flex; align-items: center; gap: 14px; color: #fff; text-decoration: none;
  border: 1px solid rgba(167,139,250,.55); border-radius: 18px;
  background: linear-gradient(110deg, rgba(91,33,182,.72), rgba(17,12,30,.96) 70%);
  box-shadow: 0 18px 45px rgba(76,29,149,.28), inset 0 1px 0 rgba(255,255,255,.14);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.quick-setup-button:hover { transform: translateY(-3px); border-color: #c4b5fd; box-shadow: 0 24px 55px rgba(76,29,149,.4), 0 0 30px rgba(139,92,246,.18); }
.quick-setup-button__icon { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; border-radius: 12px; color: #1d0b35; background: linear-gradient(135deg, #ddd6fe, #a78bfa); }
.quick-setup-button small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.quick-setup-button strong { display: block; font-size: 17px; }
.quick-setup-button__arrow { margin-left: auto; color: #ddd6fe; font-size: 24px; }
.store-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
.store-button {
  min-width: 178px; min-height: 62px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px; background: linear-gradient(145deg, rgba(21,21,25,.96), rgba(4,4,6,.98)); color: #fff;
  display: inline-flex; align-items: center; gap: 12px; text-align: left; text-decoration: none; cursor: pointer;
  box-shadow: 0 16px 38px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; font: inherit;
}
.store-button:hover { transform: translateY(-4px); border-color: rgba(167,139,250,.65); box-shadow: 0 20px 48px rgba(0,0,0,.46), 0 0 28px rgba(124,58,237,.16); }
.store-button--play { border-color: rgba(52,211,153,.28); }
.store-button--windows { border-color: rgba(96,165,250,.32); }
.store-button--apk { border-color: rgba(167,139,250,.3); }
.store-button__icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.08); font-size: 18px; }
.store-button__icon--windows { grid-template-columns: repeat(2, 8px); grid-template-rows: repeat(2, 8px); gap: 2px; }
.store-button__icon--windows i { width: 8px; height: 8px; background: #60a5fa; display: block; }
.store-button small { display: block; margin-bottom: 2px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.store-button strong { display: block; white-space: nowrap; font-size: 15px; line-height: 1.15; }
.hero__setup-link { display: inline-block; margin-top: 18px; color: rgba(255,255,255,.56); font-size: 14px; text-decoration: none; }
.hero__setup-link strong { color: #c4b5fd; }
.store-actions--center { justify-content: center; position: relative; z-index: 2; }
.cta-section__eyebrow { display: inline-block; margin-bottom: 18px; color: #c4b5fd; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.cta-section h2 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.apk-opt--featured { border-color: rgba(52,211,153,.42); background: rgba(16,185,129,.08); }
@media (max-width: 760px) {
  .store-actions { width: 100%; }
  .store-button { flex: 1 1 calc(50% - 6px); min-width: 145px; }
  .store-button--apk { flex-basis: 100%; }
}
@media (max-width: 420px) { .store-button { flex-basis: 100%; } }

/* ─── 8. Legal Section ─── */
.legal-section {
  padding: 40px 0 100px;
  position: relative;
  z-index: 5;
}
.legal-card {
  padding: 32px;
  background: var(--bg-surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 10px 30px -10px rgba(99, 102, 241, 0.04),
              inset 0 1px 0 rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
}
.legal-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.legal-card__icon {
  font-size: 20px;
}
.legal-card h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #db2777;
}
.legal-card p {
  margin: 0;
  font-size: 13.5px;
  color: var(--text-silver);
  line-height: 1.7;
  text-align: left;
}

/* ─── Mobile performance: reduce heavy effects ─── */
@media (max-width: 768px) {
  .hero__bg-glow,
  .hero__media-glow {
    opacity: 0.5;
  }
  .section__kicker,
  .hero__badge {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .showcase-widget {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .marquee-section {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .step-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .legal-card {
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
  }
}

/* Nightshift final cascade: keep late legacy CTA/legal rules in the dark system. */
body .cta-section .container {
  background: radial-gradient(circle at 18% 10%, rgba(34,211,238,.22), transparent 32%),
              radial-gradient(circle at 88% 84%, rgba(236,72,153,.23), transparent 34%),
              linear-gradient(135deg, #17112f, #090813 58%, #111c31);
  border: 1px solid rgba(167,139,250,.3);
  box-shadow: 0 45px 110px rgba(0,0,0,.5), 0 0 80px rgba(124,58,237,.13);
}
body .legal-card {
  background: linear-gradient(145deg, rgba(19,20,34,.74), rgba(8,8,15,.82));
  border-color: rgba(255,255,255,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 24px 60px rgba(0,0,0,.22);
}
body .legal-card h3 { color: #f0abfc; }
body .legal-card p { color: #aaa9bb; }
