/* TubeMate home — unified futuristic section universe */

.home-universe {
  margin-top: -1px;
  padding-top: 0.5rem;
  --fx-magenta: #f472b6;
  --fx-magenta-bright: #ff4d8d;
  --fx-blue: #60a5fa;
  --fx-blue-deep: #3b82f6;
  --fx-ink: #f8fafc;
  --fx-muted: rgb(203 213 225 / 0.82);
  --fx-glass: rgb(255 255 255 / 0.06);
  --fx-glass-border: rgb(255 255 255 / 0.14);
  --fx-glow-magenta: 0 0 60px rgb(236 72 153 / 0.35);
  --fx-glow-blue: 0 0 60px rgb(59 130 246 / 0.25);
  position: relative;
  color: var(--fx-ink);
  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%),
    radial-gradient(ellipse 50% 35% at 10% 60%, rgb(59 130 246 / 0.18), transparent 50%),
    linear-gradient(180deg, #03050f 0%, #0a0f2e 25%, #0c0820 50%, #080c1f 75%, #03050f 100%);
}

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

.home-universe__ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 8% 15%, rgb(255 255 255 / 0.5), transparent),
    radial-gradient(1px 1px at 72% 28%, rgb(244 114 182 / 0.6), transparent),
    radial-gradient(1.5px 1.5px at 45% 72%, rgb(196 181 253 / 0.45), transparent),
    radial-gradient(1px 1px at 88% 65%, rgb(96 165 250 / 0.5), transparent);
  animation: fxParticlesDrift 24s linear infinite;
}

.home-universe__ambient::after {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background:
    conic-gradient(from 200deg at 70% 30%, transparent 0deg, rgb(244 63 94 / 0.12) 30deg, transparent 60deg),
    conic-gradient(from 20deg at 25% 70%, transparent 0deg, rgb(59 130 246 / 0.1) 40deg, transparent 80deg);
  filter: blur(40px);
  animation: fxAmbientSpin 40s linear infinite;
}

.fx-section {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .fx-section {
    padding: 6.5rem 0;
  }
}

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

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

@media (min-width: 640px) {
  .fx-shell {
    padding: 0 1.5rem;
  }
}

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

/* Page nav */
.fx-page-nav {
  position: sticky;
  top: 4rem;
  z-index: 40;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(8 12 28 / 0.75);
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgb(0 0 0 / 0.35);
}

.fx-page-nav__inner {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.75rem 0;
  scrollbar-width: none;
}

.fx-page-nav__inner::-webkit-scrollbar {
  display: none;
}

.fx-page-nav__label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgb(148 163 184 / 0.9);
}

.fx-page-nav a {
  flex-shrink: 0;
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(203 213 225 / 0.85);
  border: 1px solid transparent;
  border-radius: 9999px;
  transition: background 0.15s, color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.fx-page-nav a:hover {
  color: #fff;
  background: rgb(255 255 255 / 0.08);
  border-color: rgb(244 114 182 / 0.35);
  box-shadow: 0 0 20px rgb(236 72 153 / 0.2);
}

/* Typography */
.fx-badge {
  display: inline-flex;
  align-items: center;
  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.2), inset 0 1px 0 rgb(255 255 255 / 0.12);
}

.fx-badge--blue {
  border-color: rgb(96 165 250 / 0.45);
  box-shadow: 0 0 24px rgb(59 130 246 / 0.2), inset 0 1px 0 rgb(255 255 255 / 0.12);
}

.fx-title {
  margin-top: 1.25rem;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 0 50px rgb(236 72 153 / 0.25);
}

.fx-title--center {
  text-align: center;
}

.fx-title .fx-gradient {
  background: linear-gradient(100deg, #ff8fab, #ff4d6d, #ff8fab);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 20px rgb(255 77 109 / 0.45));
}

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

.fx-lead {
  margin-top: 1rem;
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--fx-muted);
}

.fx-lead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.fx-lead a,
.fx-link-neon {
  font-weight: 700;
  color: var(--fx-magenta-bright);
  text-shadow: 0 0 16px rgb(244 114 182 / 0.5);
}

.fx-lead a:hover,
.fx-link-neon:hover {
  color: #fda4af;
}

.fx-highlight {
  color: var(--fx-magenta-bright);
  font-weight: 700;
}

/* Glass cards */
.fx-glass {
  background: linear-gradient(145deg, rgb(255 255 255 / 0.09), rgb(255 255 255 / 0.03));
  border: 1px solid var(--fx-glass-border);
  border-radius: 1.25rem;
  backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.04) inset,
    var(--fx-glow-magenta),
    0 24px 48px rgb(0 0 0 / 0.45);
}

.fx-glass--magenta-edge {
  border-color: rgb(244 114 182 / 0.4);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.04) inset,
    -12px 0 48px rgb(236 72 153 / 0.15),
    var(--fx-glow-magenta),
    0 24px 48px rgb(0 0 0 / 0.45);
}

.fx-glass--blue-edge {
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.04) inset,
    -8px 0 40px rgb(59 130 246 / 0.2),
    var(--fx-glow-blue),
    0 24px 48px rgb(0 0 0 / 0.45);
}

/* Floor reflection */
.fx-has-floor {
  position: relative;
}

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

/* ========== OVERVIEW ========== */
.fx-overview__top {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .fx-overview__top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.fx-player-scene {
  position: relative;
  min-height: 20rem;
  perspective: 1200px;
}

@media (min-width: 1024px) {
  .fx-player-scene {
    min-height: 26rem;
  }
}

.fx-player-orbit {
  position: absolute;
  left: 50%;
  top: 52%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.fx-player-orbit--1 {
  width: 88%;
  height: 72%;
  border: 1px solid rgb(244 114 182 / 0.4);
  box-shadow: 0 0 40px rgb(236 72 153 / 0.3);
  animation: fxOrbitSpin 18s linear infinite;
}

.fx-player-orbit--2 {
  width: 105%;
  height: 85%;
  border: 1px solid rgb(96 165 250 / 0.25);
  opacity: 0.6;
  animation: fxOrbitSpin 28s linear infinite reverse;
}

.fx-player-cube {
  position: absolute;
  left: 50%;
  top: 48%;
  width: min(18rem, 75vw);
  aspect-ratio: 1.15;
  transform: translate(-50%, -50%) rotateY(-18deg) rotateX(8deg);
  transform-style: preserve-3d;
  animation: fxPlayerFloat 7s ease-in-out infinite;
}

.fx-player-cube__body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.15), rgb(255 255 255 / 0.04));
  border: 1px solid rgb(255 255 255 / 0.28);
  border-radius: 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow:
    0 30px 60px rgb(0 0 0 / 0.5),
    0 0 80px rgb(236 72 153 / 0.35),
    inset 0 1px 0 rgb(255 255 255 / 0.25);
}

.fx-player-cube__screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  height: 100%;
  min-height: 10rem;
  border-radius: 1rem;
  background: linear-gradient(160deg, rgb(15 23 42 / 0.8), rgb(30 27 75 / 0.6));
  border: 1px solid rgb(255 255 255 / 0.08);
}

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

.fx-player-cube__bar {
  width: 70%;
  height: 0.35rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, #ff4d6d, #60a5fa);
  box-shadow: 0 0 12px rgb(96 165 250 / 0.6);
}

.fx-float-badge {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 0.75rem;
  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.3);
  border-radius: 0.75rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.4);
  animation: fxBadgeFloat 5s ease-in-out infinite;
}

.fx-float-badge--4k {
  top: 8%;
  right: 12%;
  color: #93c5fd;
  box-shadow: 0 0 30px rgb(96 165 250 / 0.5);
}

.fx-float-badge--music {
  bottom: 28%;
  left: 4%;
  animation-delay: -1.5s;
  color: #c4b5fd;
}

.fx-float-badge--dl {
  bottom: 12%;
  right: 8%;
  animation-delay: -3s;
  color: #93c5fd;
}

.fx-overview__cards {
  display: grid;
  gap: 1.25rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .fx-overview__cards {
    grid-template-columns: 1fr 1fr;
  }
}

.fx-overview-card {
  display: flex;
  gap: 1.25rem;
  padding: 1.75rem;
}

.fx-overview-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 1.35rem;
  border: 1px solid rgb(255 255 255 / 0.2);
}

.fx-overview-card--power .fx-overview-card__icon {
  background: rgb(236 72 153 / 0.2);
  box-shadow: 0 0 30px rgb(236 72 153 / 0.4);
}

.fx-overview-card--offline .fx-overview-card__icon {
  background: rgb(59 130 246 / 0.2);
  box-shadow: 0 0 30px rgb(59 130 246 / 0.4);
}

.fx-overview-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}

.fx-overview-card p {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--fx-muted);
}

/* ========== FEATURES ========== */
.fx-features__header {
  text-align: center;
  margin-bottom: 3rem;
}

.fx-feature-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .fx-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .fx-feature-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.fx-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
}

.fx-feature-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -30%;
  width: 60%;
  height: 120%;
  background: linear-gradient(105deg, transparent, rgb(244 114 182 / 0.15), transparent);
  transform: rotate(25deg);
  animation: fxStreakSweep 6s ease-in-out infinite;
}

.fx-feature-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.08) inset,
    0 0 80px rgb(236 72 153 / 0.35),
    0 28px 56px rgb(0 0 0 / 0.5);
}

.fx-feature-card__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.25rem;
  color: #fda4af;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 0.85rem;
  box-shadow: 0 0 28px rgb(236 72 153 / 0.35);
}

.fx-feature-card__icon::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  width: 2.5rem;
  height: 2px;
  background: linear-gradient(90deg, rgb(244 114 182 / 0.8), transparent);
  transform: translateY(-50%);
}

.fx-feature-card h3 {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.fx-feature-card p {
  position: relative;
  z-index: 1;
  margin-top: 0.65rem;
  flex-grow: 1;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--fx-muted);
}

.fx-feature-card__cta {
  position: relative;
  z-index: 1;
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--fx-magenta-bright);
}

/* ========== USE CASES ========== */
.fx-usecase-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 1024px) {
  .fx-usecase-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fx-usecase-card {
  padding: 0 0 1.75rem;
  overflow: hidden;
  text-align: center;
}

.fx-usecase-visual {
  position: relative;
  height: 14rem;
  margin: 1rem 1rem 0;
  border-radius: 1rem 1rem 0 0;
  background: radial-gradient(ellipse at 50% 80%, rgb(236 72 153 / 0.25), transparent 60%),
    linear-gradient(180deg, rgb(255 255 255 / 0.04), transparent);
}

.fx-usecase-visual__ring {
  position: absolute;
  left: 50%;
  bottom: 12%;
  width: 70%;
  height: 2rem;
  border: 1px solid rgb(244 114 182 / 0.4);
  border-radius: 50%;
  transform: translateX(-50%) rotateX(72deg);
  box-shadow: 0 0 30px rgb(236 72 153 / 0.4);
}

.fx-usecase-icons {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 2.25rem;
  filter: drop-shadow(0 0 20px rgb(255 255 255 / 0.3));
}

.fx-usecase-card h3 {
  margin-top: 1.25rem;
  padding: 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.fx-usecase-card p {
  margin-top: 0.65rem;
  padding: 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--fx-muted);
}

/* ========== COMPARE ========== */
.fx-compare-wrap {
  margin-top: 3rem;
  padding: 0.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgb(244 114 182 / 0.35), rgb(96 165 250 / 0.25));
  box-shadow: 0 0 80px rgb(236 72 153 / 0.2);
}

.fx-compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(8 12 28 / 0.85);
  backdrop-filter: blur(20px);
}

.fx-compare th,
.fx-compare td {
  padding: 1.1rem 1.25rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
}

.fx-compare thead th {
  font-weight: 700;
  color: rgb(203 213 225 / 0.9);
  background: rgb(255 255 255 / 0.04);
}

.fx-compare tbody td:first-child {
  font-weight: 600;
  color: #e2e8f0;
}

.fx-compare tbody td:not(:first-child) {
  color: rgb(148 163 184 / 0.9);
}

.fx-compare__col-tm {
  position: relative;
  background: linear-gradient(180deg, rgb(236 72 153 / 0.15), rgb(236 72 153 / 0.05));
  box-shadow: inset 0 0 40px rgb(236 72 153 / 0.15);
}

.fx-compare thead .fx-compare__col-tm {
  color: #fda4af;
  font-weight: 800;
}

.fx-check {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  color: #fda4af;
}

.fx-check__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.7rem;
  color: #fff;
  background: linear-gradient(135deg, #ff6b8a, #ff4d6d);
  border-radius: 50%;
  box-shadow: 0 0 16px rgb(255 77 109 / 0.6);
}

/* ========== REVIEWS ========== */
.fx-reviews__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.fx-reviews__stage {
  position: relative;
  padding: 0 3rem;
}

.fx-reviews__viewport {
  overflow: hidden;
  padding: 1rem 0 2rem;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.fx-reviews__track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.fx-review-card {
  flex: 0 0 min(20rem, 85vw);
  padding: 1.75rem;
  border-radius: 1.25rem;
}

.fx-review-card--pink {
  border-color: rgb(244 114 182 / 0.45);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.05) inset,
    0 0 50px rgb(236 72 153 / 0.25),
    0 20px 40px rgb(0 0 0 / 0.4);
}

.fx-review-card--blue {
  border-color: rgb(96 165 250 / 0.45);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.05) inset,
    0 0 50px rgb(59 130 246 / 0.2),
    0 20px 40px rgb(0 0 0 / 0.4);
}

.fx-review-stars {
  color: #fbbf24;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-shadow: 0 0 12px rgb(251 191 36 / 0.6);
}

.fx-review-quote {
  margin-top: 0.75rem;
  font-size: 2.5rem;
  line-height: 1;
  color: rgb(244 114 182 / 0.5);
  font-family: Georgia, serif;
}

.fx-review-card p {
  margin-top: 0.5rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #e2e8f0;
  font-style: italic;
}

.fx-review-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(255 255 255 / 0.08);
}

.fx-review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: #fff;
  background: rgb(255 255 255 / 0.1);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 50%;
}

.fx-review-card--pink .fx-review-avatar {
  box-shadow: 0 0 16px rgb(236 72 153 / 0.4);
}

.fx-review-card--blue .fx-review-avatar {
  box-shadow: 0 0 16px rgb(59 130 246 / 0.4);
}

.fx-review-footer span {
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgb(203 213 225 / 0.9);
}

.fx-reviews__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background: rgb(255 255 255 / 0.06);
  border: 1px solid rgb(244 114 182 / 0.4);
  border-radius: 50%;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 24px rgb(236 72 153 / 0.3);
  transform: translateY(-50%);
  transition: background 0.15s, box-shadow 0.15s;
}

.fx-reviews__arrow:hover {
  background: rgb(255 255 255 / 0.12);
  box-shadow: 0 0 32px rgb(236 72 153 / 0.5);
}

.fx-reviews__arrow--prev {
  left: 0;
}

.fx-reviews__arrow--next {
  right: 0;
}

.fx-reviews__dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.fx-reviews__dot {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.2);
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.fx-reviews__dot.is-active {
  background: var(--fx-magenta-bright);
  box-shadow: 0 0 16px rgb(255 77 109 / 0.8);
  transform: scale(1.2);
}

/* ========== TRUST ========== */
.fx-trust-panel {
  display: grid;
  gap: 2.5rem;
  margin-top: 3rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .fx-trust-panel {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    padding: 2.5rem 3rem;
  }
}

.fx-trust-panel::before,
.fx-trust-panel::after {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  width: 4px;
  background-image: radial-gradient(circle, rgb(255 255 255 / 0.25) 1px, transparent 1px);
  background-size: 4px 8px;
  opacity: 0.35;
}

.fx-trust-panel::before {
  left: 0.75rem;
}

.fx-trust-panel::after {
  right: 0.75rem;
}

.fx-trust-panel .fx-highlight-verified {
  color: var(--fx-magenta-bright);
  font-weight: 700;
}

.fx-trust-visual {
  position: relative;
  min-height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.fx-shield-holo {
  position: relative;
  width: 8rem;
  height: 9rem;
  animation: fxShieldFloat 6s ease-in-out infinite;
}

.fx-shield-holo__shape {
  width: 100%;
  height: 100%;
  color: rgb(167 139 250 / 0.9);
  filter: drop-shadow(0 0 40px rgb(168 85 247 / 0.6));
}

.fx-shield-holo__lock {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  filter: drop-shadow(0 0 20px rgb(96 165 250 / 0.8));
}

.fx-trust-actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 20rem;
}

.fx-btn-trust-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ff6b8a, #ff4d6d);
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 9999px;
  box-shadow: 0 0 30px rgb(255 77 109 / 0.5);
  transition: transform 0.15s, box-shadow 0.15s;
}

.fx-btn-trust-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgb(255 77 109 / 0.65);
}

.fx-btn-trust-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #e2e8f0;
  background: transparent;
  border: 1px solid rgb(96 165 250 / 0.55);
  border-radius: 9999px;
  box-shadow: 0 0 24px rgb(59 130 246 / 0.25), inset 0 0 20px rgb(59 130 246 / 0.08);
  transition: background 0.15s, box-shadow 0.15s;
}

.fx-btn-trust-outline:hover {
  background: rgb(59 130 246 / 0.1);
  box-shadow: 0 0 32px rgb(59 130 246 / 0.4);
}

/* ========== FAQ ========== */
.fx-faq-list {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.fx-faq-item {
  border-radius: 1rem;
  overflow: hidden;
}

.fx-faq-item summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}

.fx-faq-item summary::-webkit-details-marker {
  display: none;
}

.fx-faq-item__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fda4af;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(244 114 182 / 0.35);
  border-radius: 0.5rem;
  box-shadow: 0 0 20px rgb(236 72 153 / 0.2);
}

.fx-faq-item__chevron {
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 50%;
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.fx-faq-item[open] .fx-faq-item__chevron {
  transform: rotate(180deg);
}

.fx-faq-item__body {
  padding: 0 1.5rem 1.25rem 4.5rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--fx-muted);
}

.fx-faq-cta-wrap {
  margin-top: 2.5rem;
  text-align: center;
}

.fx-btn-faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff6b8a 0%, #a855f7 50%, #3b82f6 100%);
  border: 1px solid rgb(255 255 255 / 0.25);
  border-radius: 9999px;
  box-shadow: 0 0 50px rgb(168 85 247 / 0.45);
  transition: transform 0.15s, box-shadow 0.15s;
}

.fx-btn-faq-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 60px rgb(168 85 247 / 0.55);
}

/* ========== FINAL CTA ========== */
.fx-cta-panel {
  display: grid;
  gap: 2rem;
  margin-top: 0;
  padding: 2.5rem 2rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .fx-cta-panel {
    grid-template-columns: auto 1fr;
    padding: 3rem;
    gap: 2.5rem;
  }
}

.fx-cta-icon-scene {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}

.fx-cta-icon-orbit {
  position: absolute;
  left: 50%;
  top: 55%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(244 114 182 / 0.4);
  animation: fxOrbitSpin 12s linear infinite;
}

.fx-cta-icon-orbit--1 {
  width: 120%;
  height: 40%;
}

.fx-cta-icon-orbit--2 {
  width: 90%;
  height: 30%;
  animation-direction: reverse;
  animation-duration: 18s;
}

.fx-cta-icon-cube {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  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.6);
  animation: fxPlayerFloat 5s ease-in-out infinite;
}

.fx-cta-body h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}

.fx-cta-body p {
  margin-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--fx-muted);
  max-width: 36rem;
}

.fx-btn-download-now {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff6b8a, #ff4d6d);
  border: 1px solid rgb(255 255 255 / 0.3);
  border-radius: 9999px;
  box-shadow: 0 0 40px rgb(255 77 109 / 0.55);
  transition: transform 0.15s, box-shadow 0.15s;
}

.fx-btn-download-now:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 55px rgb(255 77 109 / 0.7);
}

/* Home footer */
.home-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);
}

/* Animations */
@keyframes fxParticlesDrift {
  from { transform: translateY(0); }
  to { transform: translateY(-40px); }
}

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

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

@keyframes fxPlayerFloat {
  0%, 100% { transform: translate(-50%, -50%) rotateY(-18deg) rotateX(8deg) translateY(0); }
  50% { transform: translate(-50%, -50%) rotateY(-14deg) rotateX(6deg) translateY(-12px); }
}

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

@keyframes fxStreakSweep {
  0%, 100% { opacity: 0; transform: rotate(25deg) translateX(-20%); }
  50% { opacity: 1; transform: rotate(25deg) translateX(20%); }
}

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

@media (max-width: 640px) {
  .fx-reviews__stage {
    padding: 0 2.75rem;
  }

  .fx-reviews__arrow {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
  }

  .fx-trust-panel::before,
  .fx-trust-panel::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-universe__ambient::before,
  .home-universe__ambient::after,
  .fx-player-orbit,
  .fx-player-cube,
  .fx-float-badge,
  .fx-feature-card::before,
  .fx-shield-holo,
  .fx-cta-icon-orbit,
  .fx-cta-icon-cube {
    animation: none;
  }

  .fx-reviews__track {
    transition: none;
  }
}
