/* TubeMate Features page — futuristic glass universe */

body.features-page {
  overflow-x: clip;
  color: #e2e8f0;
  background: #03050f;
}

.features-universe {
  --fp-magenta: #f472b6;
  --fp-magenta-bright: #ff4d8d;
  --fp-blue: #60a5fa;
  --fp-green: #4ade80;
  --fp-muted: rgb(203 213 225 / 0.82);
  position: relative;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgb(88 28 135 / 0.35), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 40%, rgb(236 72 153 / 0.2), transparent 50%),
    linear-gradient(180deg, #03050f 0%, #0a0f2e 30%, #0c0820 60%, #03050f 100%);
}

.features-universe__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.features-universe__ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, rgb(255 255 255 / 0.45), transparent),
    radial-gradient(1px 1px at 80% 30%, rgb(244 114 182 / 0.55), transparent),
    radial-gradient(1px 1px at 50% 80%, rgb(96 165 250 / 0.4), transparent);
  animation: fpParticles 22s linear infinite;
}

.features-universe__ambient::after {
  content: "";
  position: absolute;
  inset: -15%;
  background: conic-gradient(from 180deg at 60% 40%, transparent, rgb(244 63 94 / 0.08), transparent, rgb(59 130 246 / 0.08), transparent);
  filter: blur(50px);
  animation: fpAmbientSpin 45s linear infinite;
}

.fp-shell {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 88rem;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .fp-shell {
    padding: 0 2rem;
  }
}

.fp-breadcrumb {
  padding: 5.5rem 0 0.5rem;
  font-size: 0.8125rem;
  color: rgb(148 163 184 / 0.9);
}

.fp-breadcrumb a {
  color: rgb(203 213 225 / 0.85);
}

.fp-breadcrumb a:hover {
  color: var(--fp-magenta-bright);
}

.fp-breadcrumb span {
  color: #fff;
  font-weight: 600;
}

/* Shared glass */
.fp-glass {
  background: linear-gradient(145deg, rgb(255 255 255 / 0.09), rgb(255 255 255 / 0.03));
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 1.25rem;
  backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.04) inset,
    0 0 60px rgb(236 72 153 / 0.12),
    0 24px 48px rgb(0 0 0 / 0.45);
}

.fp-glass--neon {
  border-color: rgb(244 114 182 / 0.35);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.06) inset,
    -20px 0 60px rgb(236 72 153 / 0.15),
    20px 0 60px rgb(59 130 246 / 0.12),
    0 24px 56px rgb(0 0 0 / 0.5);
}

.fp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fce7f3;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(244 114 182 / 0.45);
  border-radius: 9999px;
  box-shadow: 0 0 24px rgb(236 72 153 / 0.25);
}

.fp-title {
  margin-top: 1rem;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}

.fp-title .fp-gradient {
  background: linear-gradient(100deg, #ff8fab, #ff4d6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fp-title .fp-gradient-blue {
  background: linear-gradient(100deg, #93c5fd, #60a5fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fp-quick-card {
  margin-top: 1.5rem;
  padding: 1.15rem 1.3rem;
  max-width: 34rem;
  background: rgb(88 28 135 / 0.2);
  border: 1px solid rgb(192 132 252 / 0.35);
  border-radius: 1rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 40px rgb(168 85 247 / 0.2);
}

.fp-quick-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #e2e8f0;
}

.fp-quick-card strong {
  color: #fff;
}

.fp-lead {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--fp-muted);
}

.fp-link {
  font-weight: 700;
  color: var(--fp-magenta-bright);
  text-shadow: 0 0 16px rgb(244 114 182 / 0.4);
}

.fp-link:hover {
  color: #fda4af;
}

.fp-brand-highlight {
  background: linear-gradient(100deg, #ff8fab, #ff4d6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.fp-bar__fill--full { width: 100%; }
.fp-bar__fill--68 { width: 68%; }
.fp-bar__fill--78 { width: 78%; }
.fp-bar__fill--60 { width: 60%; opacity: 0.7; }
.fp-bar__fill--empty { width: 0%; }

.fp-bar--tight {
  margin-top: 0.5rem;
}

.fp-bar--thin {
  height: 0.35rem;
  margin-top: 0.35rem;
}

.fp-section-label {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(148 163 184 / 0.9);
}

.fp-subhead {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgb(244 114 182 / 0.85);
}

.fp-subhead-lg {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.fp-accent-orange {
  color: #fb923c;
}

.fp-has-floor {
  position: relative;
}

.fp-has-floor::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: -1.5rem;
  height: 4rem;
  background: radial-gradient(ellipse at center, rgb(236 72 153 / 0.2), transparent 70%);
  filter: blur(24px);
  pointer-events: none;
}

/* ========== HERO ========== */
.fp-hero {
  position: relative;
  z-index: 1;
  padding: 1rem 0 2rem;
  min-height: calc(100vh - 4rem);
  min-height: calc(100dvh - 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fp-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .fp-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.fp-hero__visual {
  position: relative;
  min-height: 22rem;
  perspective: 1400px;
}

.fp-hero-play-scene {
  position: relative;
  height: 100%;
  min-height: 20rem;
}

.fp-hero-platform {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 55%;
  height: 3rem;
  transform: translateX(-50%) rotateX(75deg);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgb(59 130 246 / 0.7), rgb(37 99 235 / 0.2) 50%, transparent 70%);
  box-shadow: 0 0 60px rgb(59 130 246 / 0.5);
}

.fp-hero-orbit {
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fp-hero-orbit--1 {
  width: 95%;
  height: 70%;
  border: 1px solid rgb(244 114 182 / 0.45);
  animation: fpOrbitSpin 20s linear infinite;
}

.fp-hero-orbit--2 {
  width: 110%;
  height: 82%;
  border: 1px solid rgb(96 165 250 / 0.3);
  animation: fpOrbitSpin 30s linear infinite reverse;
}

.fp-hero-play-cube {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(14rem, 50vw);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.22), rgb(255 255 255 / 0.05));
  border: 1px solid rgb(255 255 255 / 0.35);
  border-radius: 2rem;
  backdrop-filter: blur(24px);
  box-shadow:
    0 40px 80px rgb(0 0 0 / 0.5),
    0 0 100px rgb(236 72 153 / 0.45),
    inset 0 1px 0 rgb(255 255 255 / 0.3);
  animation: fpHeroFloat 7s ease-in-out infinite;
}

.fp-hero-play-cube span {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 0 40px rgb(255 77 109 / 0.9);
}

.fp-hero-float {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.18), rgb(255 255 255 / 0.04));
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 0.75rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.4);
  animation: fpBadgeFloat 5s ease-in-out infinite;
}

.fp-hero-float--8k { top: 10%; right: 10%; color: #93c5fd; box-shadow: 0 0 28px rgb(96 165 250 / 0.5); }
.fp-hero-float--music { top: 35%; left: 5%; animation-delay: -1.5s; color: #c4b5fd; }
.fp-hero-float--globe { bottom: 30%; left: 12%; animation-delay: -3s; font-size: 1.1rem; }
.fp-hero-float--dl { bottom: 18%; right: 8%; animation-delay: -4s; color: #93c5fd; }

.fp-hero-tabs {
  margin-top: 2.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
}

.fp-hero-tabs a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 4.5rem;
  padding: 0.65rem 0.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgb(203 213 225 / 0.85);
  border-radius: 0.75rem;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}

.fp-hero-tabs a:hover,
.fp-hero-tabs a.is-active {
  color: #fff;
  background: rgb(236 72 153 / 0.2);
  box-shadow: 0 0 24px rgb(236 72 153 / 0.35);
}

.fp-hero-tabs a.is-active {
  color: var(--fp-magenta-bright);
}

.fp-hero-tabs__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.15);
  font-size: 1rem;
}

.fp-hero-tabs a.is-active .fp-hero-tabs__icon {
  background: rgb(236 72 153 / 0.35);
  border-color: rgb(244 114 182 / 0.5);
  box-shadow: 0 0 20px rgb(236 72 153 / 0.5);
}

/* ========== FEATURE BLOCKS ========== */
.fp-section {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  scroll-margin-top: 5.5rem;
}

.fp-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(244 114 182 / 0.2), rgb(96 165 250 / 0.2), transparent);
}

.fp-block {
  padding: 2rem 1.5rem;
}

@media (min-width: 1024px) {
  .fp-block {
    padding: 2.5rem 2.5rem;
  }
}

.fp-block__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .fp-block__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .fp-block__grid--reverse .fp-block__content {
    order: 2;
  }

  .fp-block__grid--reverse .fp-block__visual {
    order: 1;
  }
}

.fp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fff;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(244 114 182 / 0.4);
  border-radius: 0.5rem;
  box-shadow: 0 0 20px rgb(236 72 153 / 0.3);
}

.fp-block h2 {
  margin-top: 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
}

.fp-block h2 .fp-gradient {
  background: linear-gradient(100deg, #ff8fab, #ff4d6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fp-block p {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--fp-muted);
}

/* Parallel dashboard */
.fp-dash {
  padding: 1.5rem;
  background: rgb(0 0 0 / 0.35);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 1rem;
}

.fp-dash__title {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(203 213 225 / 0.9);
}

.fp-dash__row {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.fp-dash__row span {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgb(203 213 225 / 0.85);
}

.fp-bar {
  height: 0.5rem;
  border-radius: 9999px;
  background: rgb(255 255 255 / 0.08);
  overflow: hidden;
}

.fp-bar__fill {
  height: 100%;
  border-radius: 9999px;
  animation: fpBarPulse 3s ease-in-out infinite;
}

.fp-bar__fill--pink {
  width: 78%;
  background: linear-gradient(90deg, #ff4d6d, #f472b6);
  box-shadow: 0 0 16px rgb(255 77 109 / 0.6);
}

.fp-bar__fill--pink-2 {
  width: 65%;
  animation-delay: -0.5s;
}

.fp-bar__fill--green {
  width: 92%;
  background: linear-gradient(90deg, #22c55e, #4ade80);
  box-shadow: 0 0 20px rgb(74 222 128 / 0.6);
}

.fp-dash__speed {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.fp-dash__speed label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: rgb(203 213 225 / 0.8);
}

.fp-stat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(74 222 128 / 0.35);
  border-radius: 0.85rem;
  box-shadow: 0 0 30px rgb(74 222 128 / 0.15);
}

.fp-stat-card__icon {
  font-size: 1.5rem;
  filter: drop-shadow(0 0 12px rgb(74 222 128 / 0.8));
}

.fp-stat-card strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--fp-green);
  text-shadow: 0 0 20px rgb(74 222 128 / 0.5);
}

.fp-stat-card span {
  font-size: 0.8rem;
  color: var(--fp-muted);
}

/* Format presets */
.fp-format-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.fp-format-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 4.25rem;
  padding: 0.75rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 800;
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.15);
  backdrop-filter: blur(12px);
}

.fp-format-btn--mp4 { color: #fda4af; border-color: rgb(244 114 182 / 0.5); box-shadow: 0 0 20px rgb(236 72 153 / 0.25); }
.fp-format-btn--webm { color: #c4b5fd; border-color: rgb(167 139 250 / 0.45); }
.fp-format-btn--mkv { color: #a5b4fc; border-color: rgb(129 140 248 / 0.45); }
.fp-format-btn--avi { color: #93c5fd; border-color: rgb(96 165 250 / 0.45); }
.fp-format-btn--mp3 { color: #67e8f9; border-color: rgb(34 211 238 / 0.45); box-shadow: 0 0 20px rgb(59 130 246 / 0.2); }

.fp-spec-list {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fp-spec-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: rgb(0 0 0 / 0.25);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 0.75rem;
  font-size: 0.875rem;
  color: var(--fp-muted);
}

.fp-spec-row strong {
  color: var(--fp-magenta-bright);
  font-weight: 700;
}

.fp-device-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.fp-device-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-size: 0.9375rem;
  color: #e2e8f0;
}

.fp-device-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(167 139 250 / 0.4);
  box-shadow: 0 0 16px rgb(168 85 247 / 0.25);
}

/* Multi-platform */
.fp-globe-scene {
  position: relative;
  min-height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fp-globe {
  position: relative;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgb(96 165 250 / 0.5), transparent 45%),
    radial-gradient(circle at 70% 60%, rgb(236 72 153 / 0.35), transparent 50%),
    linear-gradient(145deg, rgb(30 58 138 / 0.6), rgb(15 23 42 / 0.9));
  border: 1px solid rgb(96 165 250 / 0.4);
  box-shadow:
    0 0 60px rgb(59 130 246 / 0.4),
    inset 0 0 40px rgb(236 72 153 / 0.2);
  animation: fpGlobePulse 6s ease-in-out infinite;
}

.fp-globe::before {
  content: "";
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  border: 1px dashed rgb(255 255 255 / 0.15);
}

.fp-globe-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgb(244 114 182 / 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: fpOrbitSpin 16s linear infinite;
}

.fp-globe-orbit--1 { width: 140%; height: 50%; }
.fp-globe-orbit--2 { width: 120%; height: 70%; animation-direction: reverse; animation-duration: 22s; }

.fp-social-orbit {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0.65rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.2), rgb(255 255 255 / 0.05));
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 0.65rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.4);
}

.fp-social-orbit--yt { top: 5%; left: 50%; transform: translateX(-50%); color: #ff6b6b; }
.fp-social-orbit--fb { top: 25%; right: 8%; color: #60a5fa; }
.fp-social-orbit--tt { bottom: 30%; right: 5%; color: #25f4ee; }
.fp-social-orbit--ig { bottom: 15%; left: 15%; color: #f472b6; }
.fp-social-orbit--tw { top: 40%; left: 5%; color: #93c5fd; }

.fp-compare-cards {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .fp-compare-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fp-compare-mini {
  padding: 1.25rem;
  text-align: center;
}

.fp-compare-mini--tm {
  border-color: rgb(244 114 182 / 0.5);
  box-shadow: 0 0 40px rgb(236 72 153 / 0.25);
}

.fp-compare-mini--vm {
  border-color: rgb(96 165 250 / 0.45);
}

.fp-compare-mini--st {
  border-color: rgb(167 139 250 / 0.4);
}

.fp-compare-mini h4 {
  font-size: 1rem;
  font-weight: 800;
}

.fp-compare-mini--tm h4 { color: var(--fp-magenta-bright); }
.fp-compare-mini--vm h4 { color: var(--fp-blue); }
.fp-compare-mini--st h4 { color: #fb923c; }

.fp-compare-mini ul {
  margin-top: 0.85rem;
  list-style: none;
  padding: 0;
  text-align: left;
  font-size: 0.8rem;
  color: var(--fp-muted);
}

.fp-compare-mini li {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.fp-compare-mini li::before {
  content: "✓";
  color: var(--fp-magenta-bright);
  font-weight: 800;
}

.fp-compare-mini--vm li::before { color: var(--fp-blue); }
.fp-compare-mini--st li::before { color: #c4b5fd; }

.fp-more-badge {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c4b5fd;
  background: rgb(88 28 135 / 0.4);
  border: 1px solid rgb(167 139 250 / 0.4);
  border-radius: 9999px;
}

/* Queue */
.fp-queue {
  padding: 1.25rem;
  background: rgb(0 0 0 / 0.3);
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 1rem;
}

.fp-queue__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.fp-queue__head h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.fp-queue__actions {
  display: flex;
  gap: 0.5rem;
}

.fp-queue__btn {
  padding: 0.4rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 9999px;
  border: 1px solid;
}

.fp-queue__btn--pause {
  color: #fda4af;
  border-color: rgb(244 114 182 / 0.5);
  background: rgb(236 72 153 / 0.15);
}

.fp-queue__btn--clear {
  color: #93c5fd;
  border-color: rgb(96 165 250 / 0.5);
  background: rgb(59 130 246 / 0.1);
}

.fp-queue-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.85rem;
  margin-bottom: 0.65rem;
  background: rgb(255 255 255 / 0.04);
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 0.75rem;
}

.fp-queue-thumb {
  width: 3.5rem;
  height: 2.5rem;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  color: #fff;
  background: linear-gradient(135deg, rgb(236 72 153 / 0.4), rgb(59 130 246 / 0.3));
  border: 1px solid rgb(255 255 255 / 0.15);
}

.fp-queue-item h4 {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}

.fp-queue-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.35rem;
}

.fp-queue-tags span {
  padding: 0.15rem 0.45rem;
  font-size: 0.6rem;
  font-weight: 700;
  border-radius: 0.25rem;
  background: rgb(255 255 255 / 0.08);
  color: rgb(203 213 225 / 0.9);
}

.fp-queue-status {
  padding: 0.25rem 0.55rem;
  font-size: 0.6rem;
  font-weight: 800;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.fp-queue-status--done { color: #4ade80; background: rgb(74 222 128 / 0.15); }
.fp-queue-status--active { color: #60a5fa; background: rgb(96 165 250 / 0.15); }
.fp-queue-status--wait { color: rgb(148 163 184); background: rgb(255 255 255 / 0.06); }

.fp-queue-item .fp-bar {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.fp-btn-guide {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fce7f3;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(244 114 182 / 0.4);
  border-radius: 9999px;
  box-shadow: 0 0 24px rgb(236 72 153 / 0.2);
  transition: background 0.15s;
}

.fp-btn-guide:hover {
  background: rgb(236 72 153 / 0.15);
}

/* Player */
.fp-player-ui {
  padding: 1.5rem;
  background: rgb(0 0 0 / 0.4);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 1rem;
}

.fp-player-ui__screen {
  position: relative;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(160deg, rgb(15 23 42 / 0.9), rgb(30 27 75 / 0.7));
  overflow: hidden;
}

.fp-player-ui__play {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  background: radial-gradient(circle, #ff6b8a, #ff4d6d);
  border-radius: 50%;
  box-shadow: 0 0 50px rgb(255 77 109 / 0.7);
}

.fp-player-wave {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff4d6d, #60a5fa, transparent);
  opacity: 0.7;
  animation: fpWave 2s ease-in-out infinite;
}

.fp-player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.7rem;
  color: rgb(203 213 225 / 0.85);
}

.fp-player-scrub {
  margin-top: 0.75rem;
  height: 0.25rem;
  border-radius: 9999px;
  background: rgb(255 255 255 / 0.1);
  overflow: hidden;
}

.fp-player-scrub span {
  display: block;
  width: 28%;
  height: 100%;
  background: linear-gradient(90deg, #ff4d6d, #f472b6);
  box-shadow: 0 0 12px rgb(255 77 109 / 0.6);
}

.fp-player-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.fp-player-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  min-width: 4rem;
  padding: 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #e2e8f0;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 0.65rem;
}

.fp-player-btn span:first-child {
  font-size: 1.1rem;
}

.fp-secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.45rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c4b5fd;
  background: rgb(88 28 135 / 0.3);
  border: 1px solid rgb(167 139 250 / 0.4);
  border-radius: 9999px;
}

/* Conversion */
.fp-convert-scene {
  position: relative;
  min-height: 16rem;
}

.fp-convert-clapper {
  position: absolute;
  left: 15%;
  top: 20%;
  font-size: 2.5rem;
  filter: drop-shadow(0 0 20px rgb(236 72 153 / 0.6));
  animation: fpBadgeFloat 5s ease-in-out infinite;
}

.fp-convert-panel {
  position: absolute;
  right: 5%;
  top: 15%;
  width: 55%;
  padding: 1rem;
  background: rgb(0 0 0 / 0.4);
  border: 1px solid rgb(244 114 182 / 0.35);
  border-radius: 0.75rem;
}

.fp-convert-panel strong {
  font-size: 0.75rem;
  color: #fda4af;
}

.fp-convert-wave-label {
  margin: 0.5rem 0 0;
  font-size: 0.7rem;
  color: var(--fp-muted);
}

.fp-convert-panel .fp-bar {
  margin-top: 0.5rem;
}

.fp-convert-formats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 6rem;
  justify-content: center;
}

.fp-convert-chip {
  padding: 0.5rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  border-radius: 0.5rem;
  border: 1px solid rgb(255 255 255 / 0.2);
  background: rgb(255 255 255 / 0.06);
}

.fp-pros-cons {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .fp-pros-cons {
    grid-template-columns: 1fr 1fr;
  }
}

.fp-mini-card {
  padding: 1.25rem;
}

.fp-mini-card h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
}

.fp-mini-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85rem;
  color: var(--fp-muted);
}

.fp-mini-card li {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.fp-mini-card--pros {
  border-color: rgb(244 114 182 / 0.35);
}

.fp-mini-card--cons {
  border-color: rgb(96 165 250 / 0.35);
}

.fp-trust-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 640px) {
  .fp-trust-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fp-trust-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.85rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
  color: #e2e8f0;
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 0.75rem;
}

.fp-trust-pill span:first-child {
  font-size: 1.25rem;
}

.fp-convert-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  font-size: 0.85rem;
  color: var(--fp-muted);
}

.fp-btn-learn {
  padding: 0.65rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #a855f7, #3b82f6);
  border-radius: 9999px;
  border: 1px solid rgb(255 255 255 / 0.2);
  box-shadow: 0 0 30px rgb(168 85 247 / 0.4);
}

/* Final CTA */
.fp-cta-final {
  padding: 4rem 0 6rem;
}

.fp-cta-banner {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 2rem;
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .fp-cta-banner {
    grid-template-columns: auto 1fr auto;
    text-align: left;
    padding: 2.5rem 3rem;
  }
}

.fp-cta-dl-icon {
  position: relative;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}

.fp-cta-dl-cube {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #fff;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.2), rgb(255 255 255 / 0.05));
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 1.25rem;
  box-shadow: 0 0 50px rgb(255 77 109 / 0.5);
}

.fp-cta-dl-platform {
  position: absolute;
  left: 50%;
  bottom: -0.5rem;
  width: 120%;
  height: 1.5rem;
  transform: translateX(-50%) rotateX(72deg);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(236 72 153 / 0.6), transparent 70%);
  filter: blur(8px);
}

.fp-cta-banner h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 800;
  color: #fff;
}

.fp-cta-banner p {
  margin-top: 0.65rem;
  color: var(--fp-muted);
}

.fp-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .fp-cta-actions {
    justify-content: flex-end;
  }
}

.fp-btn-download-main {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 800;
  color: #be123c;
  background: linear-gradient(180deg, #fff 0%, #ffe4e6 100%);
  border: none;
  border-radius: 9999px;
  box-shadow: 0 0 40px rgb(255 255 255 / 0.35), 0 0 60px rgb(236 72 153 / 0.4);
  transition: transform 0.15s, box-shadow 0.15s;
}

.fp-btn-download-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgb(255 255 255 / 0.45), 0 0 70px rgb(236 72 153 / 0.5);
}

.fp-safe-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fda4af;
  background: rgb(0 0 0 / 0.35);
  border: 1px solid rgb(244 114 182 / 0.4);
  border-radius: 9999px;
}

body.features-page .site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(3 5 15 / 0.95);
}

body.features-page .site-header--dark .site-nav a[aria-current="page"]::after {
  background: var(--fp-magenta-bright);
}

body.features-page .mobile-menu-panel {
  background: rgb(10 14 32 / 0.96);
  border-color: rgb(255 255 255 / 0.12);
}

body.features-page .mobile-menu-panel a {
  color: rgb(203 213 225 / 0.9);
}

body.features-page .mobile-menu-panel a:hover {
  background: rgb(236 72 153 / 0.15);
  color: #fff;
}

@keyframes fpParticles {
  from { transform: translateY(0); }
  to { transform: translateY(-35px); }
}

@keyframes fpAmbientSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fpOrbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes fpHeroFloat {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-14px); }
}

@keyframes fpBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fpBarPulse {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 1; }
}

@keyframes fpGlobePulse {
  0%, 100% { box-shadow: 0 0 60px rgb(59 130 246 / 0.4), inset 0 0 40px rgb(236 72 153 / 0.2); }
  50% { box-shadow: 0 0 80px rgb(59 130 246 / 0.55), inset 0 0 50px rgb(236 72 153 / 0.35); }
}

@keyframes fpWave {
  0%, 100% { transform: scaleY(1); opacity: 0.5; }
  50% { transform: scaleY(2.5); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .features-universe__ambient::before,
  .features-universe__ambient::after,
  .fp-hero-orbit,
  .fp-hero-play-cube,
  .fp-hero-float,
  .fp-bar__fill,
  .fp-globe,
  .fp-globe-orbit,
  .fp-convert-clapper,
  .fp-player-wave {
    animation: none;
  }
}
