/**
 * Genpro — Corporate futuristic section pass
 * Newsletter, AI FAB, home products/brands, products page filters & typography
 * Scoped to body.genpro-futuristic — does not affect admin or legacy pages
 */

/* ═══ Shared section header tokens ═══ */
body.genpro-futuristic .fx-corp-section-head {
  text-align: center;
  margin-bottom: clamp(1rem, 3vw, 1.75rem);
}

body.genpro-futuristic .fx-corp-eyebrow {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fx-accent-bright);
  margin-bottom: 0.35rem;
}

body.genpro-futuristic .fx-corp-section-head .section-badge-enhanced {
  display: none !important;
}

/* ═══ 1. Subscribe / Newsletter ═══ */
body.genpro-futuristic .footer-newsletter-enhanced.fx-corp-subscribe,
body.genpro-futuristic .fx-corp-subscribe.footer-newsletter-enhanced {
  text-align: left !important;
  padding: clamp(1rem, 3vw, 1.35rem) !important;
  margin-bottom: 1.25rem !important;
  background: rgba(7, 9, 15, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--fx-radius-md) !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
}

body.genpro-futuristic .fx-corp-subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--fx-accent), var(--fx-cyan), transparent);
  pointer-events: none;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-title-enhanced {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  color: var(--fx-text) !important;
  margin-bottom: 0.35rem !important;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-subtitle-enhanced {
  display: none;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-cta-enhanced {
  font-size: var(--fx-text-sm) !important;
  color: var(--fx-text-muted) !important;
  margin-bottom: 0.75rem !important;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-input-group-enhanced {
  max-width: none;
  margin: 0;
  display: flex;
  gap: 0.45rem;
  flex-wrap: nowrap;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-input-enhanced {
  flex: 1;
  min-width: 0;
  min-height: 42px !important;
  padding: 0.5rem 0.85rem !important;
  font-size: var(--fx-text-sm) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: var(--fx-radius-sm) !important;
  font-family: var(--fx-font-display) !important;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-btn-enhanced {
  flex-shrink: 0;
  min-height: 42px !important;
  padding: 0 1rem !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-family: var(--fx-font-display) !important;
  border-radius: var(--fx-radius-sm) !important;
  background: var(--fx-accent) !important;
  box-shadow: none !important;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-btn-enhanced:hover {
  background: var(--fx-accent-bright) !important;
}

body.genpro-futuristic .fx-corp-subscribe .newsletter-privacy-enhanced {
  font-size: 0.68rem !important;
  margin-top: 0.55rem !important;
  line-height: 1.45;
  color: var(--fx-text-dim) !important;
}

/* ═══ 2. AI Chat FAB — premium animated assistant (desktop) ═══ */
@media (min-width: 768px) {
body.genpro-futuristic .fx-ai-fab,
body.genpro-futuristic #fx-ai-fab {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 140, 60, 0.35), transparent 55%),
    linear-gradient(145deg, rgba(12, 14, 24, 0.98), rgba(6, 8, 14, 0.95)) !important;
  border: 1px solid rgba(255, 102, 0, 0.55) !important;
  color: var(--fx-accent-bright) !important;
  font-size: 1.25rem !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 8px 32px rgba(0, 0, 0, 0.55),
    0 0 28px rgba(255, 102, 0, 0.22) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.28s cubic-bezier(0.34, 1.4, 0.64, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    color 0.28s ease !important;
  animation: fx-ai-fab-idle 3s ease-in-out infinite;
}

body.genpro-futuristic .fx-ai-fab::before,
body.genpro-futuristic #fx-ai-fab::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, var(--fx-accent), var(--fx-cyan), var(--fx-accent));
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.65;
  animation: fx-ai-fab-border 4s linear infinite;
  pointer-events: none;
}

body.genpro-futuristic .fx-ai-fab::after,
body.genpro-futuristic #fx-ai-fab::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dff90;
  box-shadow: 0 0 10px rgba(61, 255, 144, 0.85);
  animation: fx-ai-fab-dot 2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes fx-ai-fab-idle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes fx-ai-fab-border {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes fx-ai-fab-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

body.genpro-futuristic .fx-ai-fab:hover,
body.genpro-futuristic #fx-ai-fab:hover {
  transform: scale(1.08) translateY(-4px) !important;
  border-color: var(--fx-cyan) !important;
  color: #fff !important;
  animation: none;
  box-shadow:
    0 0 0 1px rgba(0, 229, 255, 0.25) inset,
    0 12px 40px rgba(0, 0, 0, 0.6),
    0 0 36px rgba(255, 102, 0, 0.35),
    0 0 48px rgba(0, 229, 255, 0.2) !important;
}

body.genpro-futuristic .fx-ai-fab:hover i,
body.genpro-futuristic #fx-ai-fab:hover i {
  filter: drop-shadow(0 0 8px rgba(255, 140, 60, 0.8));
}

body.genpro-futuristic .fx-ai-fab-ring {
  inset: -6px;
  border-color: rgba(255, 102, 0, 0.5);
  opacity: 0.55;
  animation: fx-ai-pulse 2.2s ease-out infinite;
}

body.genpro-futuristic .fx-ai-fab .fx-ai-fab__label {
  display: none;
}
}

body.genpro-futuristic .fx-ai-panel {
  border-radius: var(--fx-radius-md) !important;
  border: 1px solid rgba(255, 102, 0, 0.25) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 16px 56px rgba(0, 0, 0, 0.65),
    0 0 40px rgba(255, 102, 0, 0.12) !important;
  background:
    linear-gradient(165deg, rgba(14, 16, 26, 0.97), rgba(8, 10, 18, 0.95)) !important;
}

body.genpro-futuristic .fx-ai-panel.is-open {
  animation: fx-ai-panel-in 0.35s cubic-bezier(0.34, 1.2, 0.64, 1);
}

@keyframes fx-ai-panel-in {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

body.genpro-futuristic .fx-ai-panel-header {
  padding: 0.85rem 1rem !important;
  background: rgba(255, 255, 255, 0.03);
}

body.genpro-futuristic .fx-ai-panel-title {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
}

body.genpro-futuristic .fx-ai-send {
  background: var(--fx-accent) !important;
}

/* ═══ 3. Home — Our Products ═══ */
body.genpro-futuristic .products-section.products-enhanced .products-title-enhanced {
  font-size: clamp(1.25rem, 3.5vw, 1.65rem) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
}

body.genpro-futuristic .products-section.products-enhanced .products-subtitle-enhanced {
  font-size: var(--fx-text-sm) !important;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

body.genpro-futuristic .products-section.products-enhanced .product-card-enhanced {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: var(--fx-radius-md) !important;
  padding: 0 !important;
  overflow: hidden;
}

body.genpro-futuristic .products-section.products-enhanced .product-card-enhanced:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(255, 102, 0, 0.3) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35) !important;
}

body.genpro-futuristic .products-section.products-enhanced .product-image-wrapper-enhanced {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

body.genpro-futuristic .products-section.products-enhanced .product-image-enhanced {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.genpro-futuristic .products-section.products-enhanced .product-content-enhanced {
  padding: 0.65rem 0.7rem 0.75rem !important;
}

body.genpro-futuristic .products-section.products-enhanced .product-title-enhanced {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.genpro-futuristic .products-section.products-enhanced .product-description-enhanced {
  font-size: 0.75rem !important;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.35rem !important;
}

body.genpro-futuristic .products-section.products-enhanced .product-features-enhanced {
  display: none;
}

body.genpro-futuristic .products-section.products-enhanced .product-btn-enhanced {
  width: 100%;
  min-height: 36px !important;
  padding: 0.4rem 0.65rem !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--fx-radius-sm) !important;
  background: transparent !important;
  border: 1px solid rgba(255, 102, 0, 0.35) !important;
  color: var(--fx-accent-bright) !important;
  justify-content: center;
}

body.genpro-futuristic .products-section.products-enhanced .product-btn-enhanced:hover {
  background: rgba(255, 102, 0, 0.1) !important;
}

body.genpro-futuristic .products-section.products-enhanced .products-view-all-btn-enhanced {
  min-height: 42px !important;
  padding: 0 1.25rem !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ═══ 4. Premium Generator Brands (home + products) ═══ */
body.genpro-futuristic .brands-section.brands-enhanced .brand-card-inner-enhanced {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--fx-radius-md) !important;
  padding: 0.75rem !important;
  box-shadow: none !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brand-card-enhanced:hover .brand-card-inner-enhanced {
  transform: translateY(-2px) !important;
  border-color: rgba(255, 102, 0, 0.35) !important;
  box-shadow: 0 0 24px rgba(255, 102, 0, 0.1) !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brand-logo-wrapper-enhanced,
body.genpro-futuristic .brands-section.brands-enhanced .brand-logo-placeholder-enhanced {
  width: 72px !important;
  height: 72px !important;
  margin: 0 auto 0.5rem !important;
  padding: 0.5rem !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--fx-radius-sm) !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brand-logo-enhanced {
  filter: brightness(1.1) grayscale(0.15) !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brand-name-enhanced {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brand-description-enhanced,
body.genpro-futuristic .brands-section.brands-enhanced .brand-spec-item-enhanced {
  display: none !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brands-title-enhanced {
  font-size: clamp(1.25rem, 3.5vw, 1.65rem) !important;
  font-weight: 700 !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brands-subtitle-enhanced {
  font-size: var(--fx-text-sm) !important;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

body.genpro-futuristic .brands-section.brands-enhanced .brands-grid-enhanced,
body.genpro-futuristic .brands-section.brands-enhanced .fx-brands-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0.65rem !important;
}

body.genpro-futuristic .brands-section.brands-enhanced .brands-slider-wrapper-enhanced {
  display: none !important;
}

/* ═══ 5. Products page — typography & colors ═══ */
body.genpro-futuristic .products-page-enhanced .product-category-badge-enhanced {
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  color: var(--fx-accent-bright) !important;
  background: rgba(255, 102, 0, 0.1) !important;
  border: 1px solid rgba(255, 102, 0, 0.22);
  padding: 0.2rem 0.45rem;
  border-radius: var(--fx-radius-pill);
  display: inline-block;
  margin-bottom: 0.35rem;
}

body.genpro-futuristic .products-page-enhanced .product-title-page-enhanced {
  color: var(--fx-text) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.3;
}

body.genpro-futuristic .products-page-enhanced .product-description-page-enhanced {
  color: var(--fx-text-muted) !important;
  font-size: 0.8rem !important;
  line-height: 1.5;
}

body.genpro-futuristic .products-page-enhanced .product-spec-item-enhanced {
  color: var(--fx-text-dim) !important;
  font-size: 0.75rem !important;
}

body.genpro-futuristic .products-page-enhanced .product-spec-item-enhanced strong {
  color: var(--fx-text-muted) !important;
  font-weight: 600;
}

body.genpro-futuristic .products-page-enhanced .product-spec-item-enhanced i {
  color: var(--fx-accent-bright) !important;
}

body.genpro-futuristic .products-page-enhanced .product-brand-badge-enhanced {
  background: rgba(8, 10, 18, 0.75) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--fx-text) !important;
  font-size: 0.65rem !important;
}

body.genpro-futuristic .products-page-enhanced .product-cta-btn-enhanced {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--fx-accent-bright) !important;
  background: transparent !important;
  border: 1px solid rgba(255, 102, 0, 0.35) !important;
  border-radius: var(--fx-radius-sm) !important;
  min-height: 36px;
  padding: 0.4rem 0.65rem;
}

body.genpro-futuristic .products-page-enhanced .product-card-page-enhanced {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
}

body.genpro-futuristic .products-page-enhanced .fx-listing-hero__subtitle {
  color: var(--fx-text-muted) !important;
}

/* ═══ 6. Browse-by — icon row grid ═══ */
body.genpro-futuristic .products-filter-enhanced {
  padding: 0.85rem 1rem !important;
  margin-bottom: 1.25rem !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-radius: var(--fx-radius-md) !important;
  box-shadow: none !important;
}

body.genpro-futuristic .products-filter-header-enhanced {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

body.genpro-futuristic .products-filter-badge-enhanced {
  font-size: 0.58rem !important;
  letter-spacing: 0.16em !important;
  margin: 0 !important;
}

body.genpro-futuristic .products-filter-title-enhanced {
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: var(--fx-text-muted) !important;
  margin: 0 !important;
}

body.genpro-futuristic .products-filter-buttons-enhanced {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.45rem !important;
  overflow: visible !important;
  flex-wrap: unset !important;
  padding-bottom: 0;
}

body.genpro-futuristic .products-filter-btn-enhanced.fx-filter-icon-btn,
body.genpro-futuristic .products-filter-btn-enhanced {
  position: relative;
  flex-shrink: unset;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 0.35rem 0.2rem !important;
  margin: 0 !important;
  border-radius: var(--fx-radius-sm) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column;
  gap: 0.2rem;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: var(--fx-text-dim) !important;
  text-decoration: none !important;
}

body.genpro-futuristic .products-filter-btn-enhanced i {
  margin: 0 !important;
  font-size: 0.95rem !important;
  color: inherit !important;
}

body.genpro-futuristic .products-filter-btn-enhanced span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: auto !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-size: 0.55rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  color: inherit !important;
}

body.genpro-futuristic .products-filter-btn-enhanced:hover,
body.genpro-futuristic .products-filter-btn-enhanced.active {
  background: rgba(255, 102, 0, 0.12) !important;
  border-color: rgba(255, 102, 0, 0.4) !important;
  color: var(--fx-accent-bright) !important;
}

body.genpro-futuristic .products-filter-btn-enhanced.active {
  box-shadow: 0 0 16px rgba(255, 102, 0, 0.15);
}

body.genpro-futuristic .products-filter-btn-enhanced.active::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: var(--fx-accent);
}

/* ═══ Mobile refinements ═══ */
@media (max-width: 767px) {
  body.genpro-futuristic .products-section.products-enhanced .product-btn-enhanced {
    font-size: 0 !important;
    min-height: 36px !important;
    width: 36px !important;
    margin-left: auto;
    padding: 0 !important;
  }

  body.genpro-futuristic .products-section.products-enhanced .product-btn-enhanced i {
    font-size: 0.85rem !important;
    margin: 0 !important;
  }

  body.genpro-futuristic .products-section.products-enhanced .product-action-enhanced {
    display: flex;
    justify-content: flex-end;
  }

  body.genpro-futuristic .brands-section.brands-enhanced .brands-grid-enhanced,
  body.genpro-futuristic .brands-section.brands-enhanced .fx-brands-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0.45rem !important;
  }

  body.genpro-futuristic .brands-section.brands-enhanced .brand-card-enhanced {
    flex: unset;
    min-width: 0;
  }

  body.genpro-futuristic .brands-section.brands-enhanced .brand-logo-wrapper-enhanced,
  body.genpro-futuristic .brands-section.brands-enhanced .brand-logo-placeholder-enhanced {
    width: 48px !important;
    height: 48px !important;
  }

  body.genpro-futuristic .brands-section.brands-enhanced .brand-name-enhanced {
    font-size: 0.62rem !important;
    line-height: 1.2;
  }

  body.genpro-futuristic .products-page-enhanced .product-cta-btn-enhanced {
    font-size: 0 !important;
    width: 36px;
    min-width: 36px;
    padding: 0 !important;
    justify-content: center;
    margin-left: auto;
    display: inline-flex;
  }

  body.genpro-futuristic .products-page-enhanced .product-cta-btn-enhanced i {
    font-size: 0.85rem !important;
    margin: 0 !important;
  }
}

/* ═══ 7. Shared 4-column icon grids (Browse by, Categories, Articles) ═══ */
body.genpro-futuristic .fx-icon-grid--4 {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.45rem !important;
  width: 100%;
}

body.genpro-futuristic .fx-icon-tile,
body.genpro-futuristic .filter-btn.fx-icon-tile,
body.genpro-futuristic .category-tile {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 52px;
  padding: 0.4rem 0.25rem !important;
  text-decoration: none !important;
  text-align: center;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--fx-radius-sm) !important;
  color: var(--fx-text-dim) !important;
  transition: border-color var(--fx-duration-fast), background var(--fx-duration-fast), color var(--fx-duration-fast);
}

body.genpro-futuristic .fx-icon-tile i {
  font-size: 0.95rem !important;
  line-height: 1;
  color: inherit !important;
}

body.genpro-futuristic .fx-icon-tile__label {
  font-size: 0.55rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  line-height: 1.15;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.genpro-futuristic .fx-icon-tile:hover,
body.genpro-futuristic .fx-icon-tile.active,
body.genpro-futuristic .filter-btn.fx-icon-tile.active,
body.genpro-futuristic .category-tile.active {
  background: rgba(255, 102, 0, 0.12) !important;
  border-color: rgba(255, 102, 0, 0.4) !important;
  color: var(--fx-accent-bright) !important;
  box-shadow: 0 0 16px rgba(255, 102, 0, 0.12);
}

body.genpro-futuristic .fx-filters-stack {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.75rem !important;
  width: 100%;
}

body.genpro-futuristic .fx-filters-stack .filters-title {
  width: 100%;
  margin: 0 !important;
  text-align: center;
}

body.genpro-futuristic .fx-news-page-title {
  font-size: clamp(1.05rem, 3.5vw, 1.35rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: var(--fx-text) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

body.genpro-futuristic .fx-news-page-title i {
  color: var(--fx-accent-bright);
  font-size: 0.95em;
}

body.genpro-futuristic .news-content-section.fx-listing-magazine {
  padding-top: 0.75rem !important;
}

@media (max-width: 767px) {
  body.genpro-futuristic .news-sidebar .sidebar-widget:has(.fx-category-grid) {
    display: none !important;
  }
}

body.genpro-futuristic .fx-news-search {
  width: 100%;
}

body.genpro-futuristic .fx-news-search__form {
  margin: 0;
}

body.genpro-futuristic .fx-news-search__field {
  display: flex;
  align-items: stretch;
  gap: 0.4rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--fx-radius-sm);
}

body.genpro-futuristic .fx-news-search__input {
  flex: 1;
  min-width: 0;
  min-height: 40px;
  padding: 0.45rem 0.65rem !important;
  font-size: var(--fx-text-sm) !important;
  color: var(--fx-text) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--fx-radius-sm) !important;
}

body.genpro-futuristic .fx-news-search__input::placeholder {
  color: var(--fx-text-dim) !important;
}

body.genpro-futuristic .fx-news-search__input:focus {
  outline: none;
  border-color: rgba(255, 102, 0, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.12);
}

body.genpro-futuristic .fx-news-search__submit {
  flex-shrink: 0;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: none;
  border-radius: var(--fx-radius-sm);
  background: var(--fx-accent) !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

body.genpro-futuristic .fx-news-search__submit:hover {
  background: var(--fx-accent-bright) !important;
}

body.genpro-futuristic .fx-category-grid {
  margin-top: 0.35rem;
}

@media (prefers-reduced-motion: reduce) {
  body.genpro-futuristic .fx-ai-fab,
  body.genpro-futuristic #fx-ai-fab {
    animation: none !important;
  }

  body.genpro-futuristic .fx-ai-fab::before,
  body.genpro-futuristic #fx-ai-fab::before,
  body.genpro-futuristic .fx-ai-fab::after,
  body.genpro-futuristic #fx-ai-fab::after {
    animation: none !important;
  }

  body.genpro-futuristic .fx-ai-fab-ring {
    animation: none;
  }
}
