/* ============================================================
   Frontier Layer — beyond the edge of knowledge
   Scientific · Futuristic · Not decorative
   ============================================================ */

:root {
  --fx-ink: #0f1419;
  --fx-navy: #0a1628;
  --fx-blue: #0b4fff;
  --fx-gold: #b8923a;
  --fx-silver: #c8ced8;
  --fx-soft: #3d4654;
  --fx-mute: #6b7280;
  --fx-line: rgba(10, 22, 40, 0.08);
  --fx-surface: rgba(255, 255, 255, 0.88);
}

/* Knowledge Horizon Meridian — never-seen scroll geometry */
.fx-horizon {
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  width: 2px;
  z-index: 180;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(11, 79, 255, 0.35), transparent);
  transform: translateX(0);
  opacity: 0.55;
}

.fx-horizon__cap {
  position: absolute;
  top: var(--fx-y, 20%);
  inset-inline-start: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1.5px solid var(--fx-blue);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(11, 79, 255, 0.08);
}

.fx-horizon__label {
  position: absolute;
  top: calc(var(--fx-y, 20%) + 16px);
  inset-inline-start: 10px;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  color: var(--fx-blue);
  white-space:nowrap;
  writing-mode: horizontal-tb;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.15rem 0.35rem;
  border-radius: 6px;
  border: 1px solid var(--fx-line);
}

/* Cognitive Afterimage */
.fx-afterimage {
  position: fixed;
  z-index: 170;
  pointer-events: none;
  font-family: "Syne", "Vazirmatn", sans-serif;
  font-weight: 700;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  color: rgba(11, 79, 255, 0.07);
  letter-spacing: -0.03em;
  transition: opacity 1.2s ease, transform 1.2s ease;
  opacity: 0;
}

.fx-afterimage.is-on {
  opacity: 1;
}

/* Pre-déjà-vu ghost */
.fx-ghost {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  height: 48px;
  z-index: 160;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transform: translateY(12px);
  transition: 0.45s ease;
}

.fx-ghost.is-on {
  opacity: 1;
  transform: none;
}

.fx-ghost span {
  font-size: 0.68rem;
  color: var(--fx-mute);
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px dashed rgba(11, 79, 255, 0.25);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
}

/* ---------- Console frame (shared professional shell) ---------- */
.fx-mod.section {
  padding-block: 3.25rem;
}

.fx-console {
  border: 1px solid var(--fx-line);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.92));
  box-shadow:
    0 24px 60px -40px rgba(10, 22, 40, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.fx-console__bar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--fx-line);
  background: linear-gradient(90deg, rgba(11, 79, 255, 0.04), transparent 55%);
}

.fx-console__dots {
  display: inline-flex;
  gap: 0.3rem;
}

.fx-console__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7dbe3;
}

.fx-console__dots i:nth-child(1) { background: #ff5f57; }
.fx-console__dots i:nth-child(2) { background: #febc2e; }
.fx-console__dots i:nth-child(3) { background: #28c840; }

.fx-console__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--fx-blue);
}

.fx-console__chip svg {
  width: 14px;
  height: 14px;
  overflow: visible;
}

.fx-console__chip circle {
  fill: var(--fx-blue);
}

.fx-console__chip .ring {
  fill: none;
  stroke: rgba(11, 79, 255, 0.35);
  stroke-width: 1.2;
  transform-origin: 8px 8px;
  animation: fxIcoRing 2.4s ease-out infinite;
}

.fx-console__meta {
  margin-inline-start: auto;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--fx-mute);
  font-family: Syne, monospace;
}

.fx-console__body {
  padding: 1.15rem 1.15rem 1.25rem;
}

.fx-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--fx-line);
}

.fx-head h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 1.1rem + 1.2vw, 1.85rem);
  color: var(--fx-ink);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.fx-head p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--fx-mute);
  line-height: 1.5;
  max-width: 52ch;
}

.fx-head__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.fx-head__stats span {
  font-size: 0.62rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  border: 1px solid var(--fx-line);
  color: var(--fx-soft);
  background: #fff;
}

/* Live icon system */
.fx-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff, #e8eeff);
  border: 1px solid rgba(11, 79, 255, 0.14);
  flex: 0 0 auto;
}

.fx-ico svg {
  width: 28px;
  height: 28px;
  overflow: visible;
}

.fx-ico .a,
.fx-ico .b,
.fx-ico .c {
  fill: none;
  stroke: var(--fx-blue);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fx-ico .a { opacity: 0.9; }
.fx-ico .b {
  stroke-dasharray: 28;
  animation: fxDrawStroke 2.2s ease-in-out infinite;
}
.fx-ico .c {
  fill: rgba(11, 79, 255, 0.2);
  stroke: none;
  animation: fxIcoPulse 2s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

.fx-ico--invest .b,
.fx-ico--shield .b { stroke: var(--fx-gold); }

@keyframes fxDrawStroke {
  0%, 15% { stroke-dashoffset: 28; opacity: 0.35; }
  45%, 60% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0.55; }
}

@keyframes fxIcoPulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(0.75); opacity: 1; }
}

@keyframes fxIcoRing {
  0% { opacity: 0.55; transform: scale(0.85); }
  70%, 100% { opacity: 0; transform: scale(1.35); }
}

/* ---------- Dashboard ---------- */
.fx-dash__grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .fx-dash__grid { grid-template-columns: repeat(2, 1fr); }
  .fx-head { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .fx-dash__grid { grid-template-columns: 1fr; }
}

.fx-gauge {
  position: relative;
  padding: 0.95rem 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--fx-line);
  background:
    linear-gradient(155deg, #fff 0%, rgba(232, 238, 255, 0.45) 100%);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fx-gauge:hover {
  transform: translateY(-2px);
  border-color: rgba(11, 79, 255, 0.28);
  box-shadow: 0 16px 36px -26px rgba(10, 22, 40, 0.3);
}

.fx-gauge__top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
  position: relative;
  z-index: 1;
}

.fx-gauge__ring {
  position: absolute;
  inset-inline-end: -14px;
  top: -14px;
  width: 72px;
  height: 72px;
  opacity: 0.45;
  pointer-events: none;
}

.fx-gauge__ring circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
}

.fx-gauge__ring .track { stroke: rgba(11, 79, 255, 0.1); }

.fx-gauge__ring .value {
  stroke: var(--fx-blue);
  stroke-dasharray: 160;
  stroke-dashoffset: calc(160 - (160 * var(--p, 0.5)));
  transition: stroke-dashoffset 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.fx-gauge__ring.is-gold .value { stroke: var(--fx-gold); }

.fx-gauge__k {
  font-size: 0.72rem;
  color: var(--fx-mute);
  margin: 0;
  font-weight: 600;
}

.fx-gauge__v {
  margin: 0;
  font-family: "Syne", "Vazirmatn", sans-serif;
  font-weight: 800;
  font-size: clamp(1.55rem, 1.15rem + 1.3vw, 2.15rem);
  color: var(--fx-ink);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.fx-gauge__u {
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  color: var(--fx-soft);
}

.fx-gauge__pulse {
  margin-top: 0.7rem;
  height: 4px;
  border-radius: 99px;
  background: rgba(11, 79, 255, 0.08);
  overflow: hidden;
}

.fx-gauge__pulse i {
  display: block;
  height: 100%;
  width: var(--p, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fx-blue), #5c7cfa);
  animation: fxFlow 2.8s ease-in-out infinite;
}

@keyframes fxFlow {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.15); }
}

/* ---------- AI console ---------- */
.fx-ai {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.2fr);
  gap: 0;
  border: 1px solid var(--fx-line);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px -40px rgba(10, 22, 40, 0.28);
}

@media (max-width: 860px) {
  .fx-ai { grid-template-columns: 1fr; }
}

.fx-ai__side {
  padding: 1.35rem 1.25rem 1.5rem;
  background:
    radial-gradient(circle at 30% 20%, rgba(11, 79, 255, 0.08), transparent 50%),
    linear-gradient(180deg, #f7f9ff, #eef2ff);
  border-inline-end: 1px solid var(--fx-line);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.fx-ai__neural {
  width: min(180px, 70%);
  margin-bottom: 0.35rem;
}

.fx-ai__neural svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.fx-ai__neural .n-ring {
  fill: none;
  stroke: rgba(11, 79, 255, 0.18);
  stroke-width: 1.2;
  stroke-dasharray: 6 8;
  animation: fxDash 18s linear infinite;
}

.fx-ai__neural .n-ring--2 {
  animation-direction: reverse;
  animation-duration: 12s;
  stroke: rgba(184, 146, 58, 0.25);
}

.fx-ai__neural .n-core {
  fill: var(--fx-blue);
  animation: fxIcoPulse 2.4s ease-in-out infinite;
  transform-origin: 110px 110px;
}

.fx-ai__neural .n-node {
  fill: #fff;
  stroke: var(--fx-blue);
  stroke-width: 1.3;
}

.fx-ai__neural .n-link {
  fill: none;
  stroke: rgba(11, 79, 255, 0.2);
  stroke-width: 1;
}

.fx-ai__neural .n-pulse {
  fill: none;
  stroke: var(--fx-blue);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-dasharray: 50;
  animation: fxDrawStroke 2s ease-in-out infinite;
}

.fx-ai__side h2 {
  margin: 0;
  font-size: clamp(1.3rem, 1.05rem + 1vw, 1.7rem);
  color: var(--fx-ink);
  line-height: 1.3;
}

.fx-ai__side > p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--fx-mute);
  line-height: 1.55;
}

.fx-ai__feats {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.fx-ai__feats li {
  font-size: 0.75rem;
  color: var(--fx-soft);
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--fx-line);
}

.fx-ai__panel {
  padding: 1rem;
  background: linear-gradient(180deg, #fafbfc, #fff);
}

.fx-ai__panel .ai-panel {
  max-width: none;
  margin: 0;
  box-shadow: none;
  border: 1px solid var(--fx-line);
}

.fx-ai__panel .ai-avatar {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--fx-blue);
}

/* ---------- Services ---------- */
.fx-services {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .fx-services { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .fx-services { grid-template-columns: 1fr; }
}

.fx-svc {
  position: relative;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid var(--fx-line);
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
}

.fx-svc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 80%) var(--my, 20%), rgba(11, 79, 255, 0.09), transparent 45%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.fx-svc:hover::before,
.fx-svc:focus-within::before { opacity: 1; }

.fx-svc:hover {
  border-color: rgba(11, 79, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 14px 32px -24px rgba(10, 22, 40, 0.28);
}

.fx-svc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.fx-svc__tag {
  font-size: 0.62rem;
  color: var(--fx-blue);
  letter-spacing: 0.04em;
  font-weight: 700;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  background: #e8eeff;
  border: 1px solid rgba(11, 79, 255, 0.12);
}

.fx-svc h3 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  color: var(--fx-ink);
  font-weight: 700;
}

.fx-svc > p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--fx-mute);
  line-height: 1.5;
}

.fx-svc__detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 0.75rem;
  color: var(--fx-soft);
  line-height: 1.5;
}

.fx-svc.is-open .fx-svc__detail,
.fx-svc:hover .fx-svc__detail,
.fx-svc:focus-within .fx-svc__detail {
  max-height: 120px;
  opacity: 1;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--fx-line);
}

.fx-intent {
  margin-top: 0.85rem;
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  border: 1px dashed rgba(11, 79, 255, 0.25);
  background: rgba(11, 79, 255, 0.04);
  font-size: 0.78rem;
  color: var(--fx-soft);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.fx-intent strong { color: var(--fx-blue); font-weight: 600; }

/* ---------- Chrono ladder (no horizontal scroll) ---------- */
.fx-chrono {
  list-style: none;
  margin: 0;
  padding: 0.15rem 0 0.25rem;
  position: relative;
  display: grid;
  gap: 0.45rem;
}

.fx-chrono::before {
  content: "";
  position: absolute;
  top: 0.35rem;
  bottom: 0.35rem;
  inset-inline-start: 4.35rem;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(
    180deg,
    rgba(11, 79, 255, 0.15),
    rgba(11, 79, 255, 0.45),
    rgba(184, 146, 58, 0.55)
  );
  pointer-events: none;
}

.fx-chrono__item {
  display: grid;
  grid-template-columns: 3.6rem 1.1rem minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
}

.fx-chrono__year {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--fx-blue);
  text-align: end;
  padding-top: 0.55rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.fx-chrono__dot {
  width: 14px;
  height: 14px;
  margin-top: 0.55rem;
  margin-inline-start: -6px;
  border-radius: 50%;
  border: 2px solid var(--fx-blue);
  background: #fff;
  display: grid;
  place-items: center;
  z-index: 1;
  box-shadow: 0 0 0 3px rgba(11, 79, 255, 0.08);
}

.fx-chrono__dot i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--fx-blue);
  animation: fxIcoPulse 1.8s ease-in-out infinite;
}

.fx-chrono__card {
  padding: 0.55rem 0.75rem 0.6rem;
  border-radius: 12px;
  border: 1px solid var(--fx-line);
  background: linear-gradient(145deg, #fff, rgba(232, 238, 255, 0.35));
  transition: 0.25s ease;
}

.fx-chrono__card:hover {
  border-color: rgba(11, 79, 255, 0.28);
  transform: translateX(-2px);
}

[dir="rtl"] .fx-chrono__card:hover {
  transform: translateX(2px);
}

.fx-chrono__card h3 {
  margin: 0 0 0.15rem;
  font-size: 0.86rem;
  color: var(--fx-ink);
  font-weight: 700;
  line-height: 1.3;
}

.fx-chrono__card p {
  margin: 0;
  font-size: 0.72rem;
  color: var(--fx-mute);
  line-height: 1.4;
}

.fx-chrono__item.is-future .fx-chrono__year {
  color: var(--fx-gold);
}

.fx-chrono__item.is-future .fx-chrono__dot {
  border-color: var(--fx-gold);
  box-shadow: 0 0 0 3px rgba(184, 146, 58, 0.12);
}

.fx-chrono__item.is-future .fx-chrono__dot i {
  background: var(--fx-gold);
}

.fx-chrono__item.is-future .fx-chrono__card {
  border-color: rgba(184, 146, 58, 0.35);
  background: linear-gradient(145deg, #fff, rgba(184, 146, 58, 0.08));
}

@media (max-width: 520px) {
  .fx-chrono::before {
    inset-inline-start: 3.55rem;
  }

  .fx-chrono__item {
    grid-template-columns: 2.9rem 1rem minmax(0, 1fr);
    gap: 0.4rem;
  }

  .fx-chrono__year {
    font-size: 0.66rem;
  }

  .fx-chrono__card {
    padding: 0.5rem 0.65rem;
  }
}

@keyframes fxDash {
  to { stroke-dashoffset: -120; }
}

/* ---------- Ecosystem: gravity well ---------- */
.fx-eco-layout .fx-head {
  margin-bottom: 0.85rem;
}

.fx-eco-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.55fr);
  gap: 0.85rem;
  align-items: stretch;
}

@media (max-width: 860px) {
  .fx-eco-grid { grid-template-columns: 1fr; }
}

.fx-eco {
  position: relative;
  border-radius: 16px;
  border: 1px solid var(--fx-line);
  background:
    radial-gradient(ellipse 55% 50% at 48% 50%, rgba(11, 79, 255, 0.08), transparent 62%),
    radial-gradient(ellipse 30% 28% at 48% 50%, rgba(184, 146, 58, 0.06), transparent 55%),
    #fff;
  overflow: hidden;
  min-height: 320px;
}

.fx-eco svg {
  width: 100%;
  height: 360px;
  display: block;
}

.fx-eco-orbit {
  animation: none;
}

.fx-eco-well {
  pointer-events: none;
}

.fx-eco-core-ring {
  animation: fxIcoRing 3s ease-out infinite;
  transform-origin: 300px 210px;
}

.fx-eco-node circle {
  fill: #fff;
  stroke: rgba(11, 79, 255, 0.38);
  stroke-width: 1.3;
  filter: drop-shadow(0 4px 12px rgba(10, 22, 40, 0.08));
}

.fx-eco-node text {
  fill: var(--fx-navy);
  font-size: 10px;
  font-family: Vazirmatn, Syne, sans-serif;
  text-anchor: middle;
  dominant-baseline: central;
  font-weight: 600;
  pointer-events: none;
}

.fx-eco-core circle:first-child {
  fill: var(--fx-blue);
  stroke: none;
  filter: drop-shadow(0 8px 20px rgba(11, 79, 255, 0.28));
}

.fx-eco-core text {
  fill: #fff;
  font-size: 11px;
}

.fx-eco-pulse {
  fill: var(--fx-blue);
  opacity: 0.85;
}

.fx-eco-side {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.fx-eco-meter {
  padding: 0.7rem 0.75rem;
  border-radius: 14px;
  border: 1px solid var(--fx-line);
  background: linear-gradient(145deg, #fff, rgba(232, 238, 255, 0.4));
}

.fx-eco-meter span {
  display: block;
  font-size: 0.62rem;
  color: var(--fx-blue);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.fx-eco-meter strong {
  display: block;
  font-size: 0.74rem;
  color: var(--fx-ink);
  font-weight: 600;
  margin-bottom: 0.45rem;
  line-height: 1.35;
}

.fx-eco-meter > i {
  display: block;
  height: 4px;
  border-radius: 99px;
  background: rgba(11, 79, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.fx-eco-meter > i::after {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--w, 70%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fx-blue), #5c7cfa);
  animation: fxFlow 2.8s ease-in-out infinite;
}

.fx-eco-note {
  margin: 0.15rem 0 0;
  font-size: 0.7rem;
  color: var(--fx-mute);
  line-height: 1.45;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  border: 1px dashed rgba(11, 79, 255, 0.2);
  background: rgba(11, 79, 255, 0.03);
}

/* ---------- News: Signal Sheets ---------- */
.fx-press__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.fx-press__live {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: min(360px, 100%);
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--fx-line);
  background: #fff;
  box-shadow: 0 10px 28px -22px rgba(10, 22, 40, 0.35);
}

.fx-press__live > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  overflow: visible;
}

.fx-live-core {
  fill: var(--fx-blue);
  animation: fxLiveCore 1.6s ease-in-out infinite;
}

.fx-live-ring {
  fill: none;
  stroke: rgba(11, 79, 255, 0.35);
  stroke-width: 1.2;
  animation: fxLiveRing 2.2s ease-out infinite;
  transform-origin: 9px 9px;
}

.fx-live-ring--far {
  animation-delay: 0.55s;
  stroke: rgba(11, 79, 255, 0.18);
}

@keyframes fxLiveCore {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

@keyframes fxLiveRing {
  0% { transform: scale(0.75); opacity: 0.8; }
  100% { transform: scale(1.25); opacity: 0; }
}

.fx-press__ticker {
  overflow: hidden;
  min-width: 0;
}

.fx-press__ticker span {
  display: block;
  font-size: 0.72rem;
  color: var(--fx-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  animation: fxTickerIn 0.45s ease both;
}

@keyframes fxTickerIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.fx-filters--motion button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.fx-filters--motion button svg {
  width: 14px;
  height: 14px;
  overflow: visible;
}

.fx-filters--motion button svg .a,
.fx-filters--motion button svg .b {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fx-filters--motion button.is-active svg .a {
  animation: fxFilterPulse 1.8s ease-in-out infinite;
}

.fx-filters--motion button.is-active svg .b {
  animation: fxFilterPulse 1.8s ease-in-out infinite 0.25s;
}

@keyframes fxFilterPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.fx-press {
  display: grid;
  gap: 1rem;
}

.fx-press__spot {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 0.85rem;
}

@media (max-width: 900px) {
  .fx-press__spot {
    grid-template-columns: 1fr;
  }
}

.fx-press__lead {
  position: relative;
  display: block;
  min-height: 340px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #fff !important;
  background: #070d18;
}

.fx-press__lead img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.fx-press__lead:hover img {
  transform: scale(1.05);
}

.fx-press__lead-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 13, 24, 0.2) 10%, rgba(7, 13, 24, 0.62) 50%, rgba(7, 13, 24, 0.95) 100%);
}

.fx-press__lead-body {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  max-height: 30%;
  padding: 0.8rem 1.1rem 0.95rem;
  z-index: 2;
  color: #fff !important;
  background: #070d18;
  overflow: hidden;
}

.fx-press__lead h3 {
  margin: 0.35rem 0 0.25rem;
  font-size: clamp(0.98rem, 1.7vw, 1.28rem);
  line-height: 1.35;
  font-family: "Syne", "Vazirmatn", sans-serif;
  color: #fff !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fx-press__lead p {
  margin: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fx-press__lead-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-top: 0.45rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.85) !important;
}

.fx-press__lead-shade {
  background: linear-gradient(180deg, rgba(7, 13, 24, 0.05) 48%, rgba(7, 13, 24, 0.5) 72%, #070d18 100%) !important;
}

.fx-press__lead .nz-chip {
  color: #fff !important;
  background: rgba(11, 79, 255, 0.92);
  border-color: transparent;
}

.fx-press__newsletter {
  margin-top: 1.1rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(15, 159, 110, 0.22);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(15, 159, 110, 0.14), transparent 55%),
    radial-gradient(100% 80% at 0% 100%, rgba(11, 79, 255, 0.1), transparent 50%),
    #fff;
}

.fx-press__newsletter-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #0f9f6e;
  margin-bottom: 0.25rem;
}

.fx-press__newsletter-copy strong {
  display: block;
  font-size: 1.05rem;
  color: var(--navy, #0a1628);
  margin-bottom: 0.25rem;
}

.fx-press__newsletter-copy p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--mute, #6b7280);
  line-height: 1.6;
}

.fx-press__newsletter-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.45rem;
  position: relative;
}

.fx-press__newsletter-form input[type="email"],
.fx-press__newsletter-form input[type="tel"] {
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 12px;
  padding: 0.65rem 0.8rem;
  font: inherit;
  background: #fff;
}

.fx-press__newsletter-form button {
  border: none;
  border-radius: 12px;
  padding: 0.65rem 1.1rem;
  background: linear-gradient(135deg, #0f9f6e, #12b981);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.fx-press__newsletter-msg {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 1.1em;
  font-size: 0.78rem;
  color: #0f9f6e;
}

.fx-press__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: var(--mute, #6b7280);
  line-height: 1.5;
  cursor: pointer;
}

.fx-press__consent input {
  margin-top: 0.15rem;
  accent-color: #0f9f6e;
}

@media (max-width: 860px) {
  .fx-press__newsletter {
    grid-template-columns: 1fr;
  }
  .fx-press__newsletter-form {
    grid-template-columns: 1fr;
  }
}

.fx-press__stack {
  display: grid;
  gap: 0.7rem;
}

.fx-press__mini {
  display: grid;
  /* RTL: media first = right, ~3/4 image · ~1/4 text */
  grid-template-columns: minmax(0, 3fr) minmax(88px, 1fr);
  gap: 0.55rem;
  padding: 0.4rem;
  border-radius: 14px;
  border: 1px solid var(--fx-line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
  min-height: 118px;
}

.fx-press__mini:hover {
  border-color: rgba(11, 79, 255, 0.28);
  transform: translateY(-2px);
}

.fx-press__mini-media {
  border-radius: 10px;
  overflow: hidden;
  min-height: 100px;
  background: #eef2f8;
}

.fx-press__mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fx-press__mini > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.1rem 0.15rem;
}

.fx-press__mini strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--fx-ink);
  margin-top: 0.15rem;
}

.fx-press__mini span {
  font-size: 0.68rem;
  color: var(--fx-blue);
  font-weight: 700;
}

.fx-press__mini time {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.68rem;
  color: var(--fx-mute);
}

.fx-press__more {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

@media (max-width: 760px) {
  .fx-press__more {
    grid-template-columns: 1fr;
  }
}

.fx-press__card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--fx-line);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
}

.fx-press__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px -26px rgba(10, 22, 40, 0.3);
}

.fx-press__card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef2f8;
}

.fx-press__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.fx-press__card:hover .fx-press__card-media img {
  transform: scale(1.04);
}

.fx-press__card-body {
  padding: 0.85rem 0.95rem 1rem;
}

.fx-press__card-body span {
  font-size: 0.66rem;
  font-weight: 700;
  color: var(--fx-blue);
}

.fx-press__card-body h3 {
  margin: 0.3rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--fx-ink);
}

.fx-press__foot {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.25rem;
}

.fx-press__all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 79, 255, 0.22);
  background: #e8eeff;
  color: var(--fx-blue);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  transition: 0.2s ease;
}

.fx-press__all:hover {
  background: var(--fx-blue);
  color: #fff;
}

.fx-press__all svg {
  width: 16px;
  height: 16px;
}

.fx-news {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1.4fr 1fr 1fr;
}

@media (max-width: 900px) {
  .fx-news { grid-template-columns: 1fr 1fr; }
  .fx-news__hero { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .fx-news { grid-template-columns: 1fr; }
}

.fx-news article {
  position: relative;
  border-radius: 18px;
  border: 1px solid var(--fx-line);
  background: #fff;
  overflow: hidden;
  transition: 0.3s ease;
}

.fx-news article:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -26px rgba(10, 22, 40, 0.3);
}

.fx-news img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.fx-news__hero img { height: 220px; }

.fx-news__body {
  padding: 0.95rem 1rem 1.1rem;
}

.fx-news__meta {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  color: var(--fx-blue);
}

.fx-news h3 {
  margin: 0;
  font-size: 0.95rem;
  color: var(--fx-ink);
  line-height: 1.45;
  font-weight: 700;
}

.fx-news__hero h3 { font-size: 1.2rem; }

.fx-news p {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: var(--fx-mute);
  line-height: 1.5;
}

.fx-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.fx-filters button {
  border: 1px solid var(--fx-line);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  font-family: inherit;
  color: var(--fx-mute);
  cursor: pointer;
  transition: 0.2s ease;
}

.fx-filters button.is-active,
.fx-filters button:hover {
  border-color: rgba(11, 79, 255, 0.35);
  color: var(--fx-blue);
  background: #e8eeff;
}

/* ---------- Footer — modern brand rail ---------- */
.fx-footer {
  position: relative;
  margin-top: 3.5rem;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(80% 120% at 100% -20%, rgba(11, 79, 255, 0.22), transparent 50%),
    radial-gradient(60% 80% at 0% 110%, rgba(15, 159, 110, 0.16), transparent 55%),
    linear-gradient(180deg, #08111f 0%, #050a14 100%);
  color: rgba(255, 255, 255, 0.78);
  isolation: isolate;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.fx-footer__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(42% 55% at 85% 15%, rgba(15, 159, 110, 0.14), transparent 60%),
    radial-gradient(50% 60% at 10% 90%, rgba(11, 79, 255, 0.12), transparent 55%);
}

.fx-footer__rail {
  position: absolute;
  top: 0;
  inset-inline: 0;
  height: 3px;
  background: linear-gradient(90deg, #0b4fff 0%, #12b981 48%, #0b4fff 100%);
  background-size: 200% 100%;
  animation: fxFooterRail 8s linear infinite;
}

@keyframes fxFooterRail {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}

.fx-footer__inner {
  position: relative;
  z-index: 1;
  padding: 3.25rem 0 1.6rem;
}

.fx-footer__top {
  display: grid;
  gap: 2rem 2.25rem;
  grid-template-columns: 1.45fr 0.85fr 1.15fr 0.95fr;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .fx-footer__top {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .fx-footer__top {
    grid-template-columns: 1fr;
  }
}

.fx-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.7rem;
  font-family: "Syne", "Vazirmatn", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff !important;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.fx-footer__brand:hover {
  transform: translateY(-1px);
}

.fx-footer__brand span { color: #7dd3b0; }

.fx-footer__brand img {
  border-radius: 10px;
  box-shadow: 0 8px 20px -10px rgba(15, 159, 110, 0.55);
}

.fx-footer__brand-col > p {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
  max-width: 20rem;
}

.fx-footer__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.fx-footer__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.72rem;
  color: rgba(232, 238, 255, 0.78);
}

.fx-footer__chip--live {
  border-color: rgba(15, 159, 110, 0.35);
  background: rgba(15, 159, 110, 0.12);
  color: #9be7c6;
}

.fx-footer__chip--live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b981;
  box-shadow: 0 0 0 0 rgba(18, 185, 129, 0.45);
  animation: fxGreenPulse 2s ease-out infinite;
}

@keyframes fxGreenPulse {
  0% { box-shadow: 0 0 0 0 rgba(18, 185, 129, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(18, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(18, 185, 129, 0); }
}

.fx-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.15rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f9f6e, #12b981);
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 14px 30px -14px rgba(15, 159, 110, 0.65);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.fx-footer__cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  color: #fff !important;
}

.fx-footer h3 {
  margin: 0 0 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #7dd3b0;
  font-weight: 700;
}

.fx-footer p,
.fx-footer a {
  margin: 0 0 0.4rem;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
  text-decoration: none;
}

.fx-footer a:hover { color: #fff; }

.fx-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
}

.fx-footer__nav a {
  padding: 0.28rem 0.55rem;
  margin-inline-start: -0.55rem;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.fx-footer__nav a:hover {
  color: #9be7c6;
  background: rgba(15, 159, 110, 0.1);
  transform: translateX(-2px);
}

[dir="rtl"] .fx-footer__nav a:hover {
  transform: translateX(2px);
}

.fx-footer__line {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.7rem !important;
}

.fx-footer__line svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: #12b981;
}

.fx-footer__mail {
  color: #9be7c6 !important;
  font-weight: 600;
}

.fx-footer__mail:hover {
  color: #fff !important;
}

.fx-footer__hours {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(15, 159, 110, 0.25);
  background: linear-gradient(160deg, rgba(15, 159, 110, 0.14), rgba(255, 255, 255, 0.03));
}

.fx-footer__hours strong {
  color: #fff;
  font-size: 0.92rem;
}

.fx-footer__hours span {
  color: #9be7c6;
  font-size: 0.88rem;
  font-weight: 600;
}

.fx-footer__note {
  margin-top: 0.65rem !important;
  font-size: 0.75rem !important;
  color: rgba(255, 255, 255, 0.42) !important;
}

.fx-footer__subscribe {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 0.85rem 1.1rem;
  align-items: center;
  margin: 1.35rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(125, 211, 176, 0.2);
  background:
    radial-gradient(90% 140% at 100% 0%, rgba(15, 159, 110, 0.14), transparent 55%),
    rgba(255, 255, 255, 0.03);
}

@media (max-width: 820px) {
  .fx-footer__subscribe { grid-template-columns: 1fr; }
}

.fx-sub-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.fx-sub-copy strong {
  color: #7dd3b0;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.3;
}

.fx-sub-copy span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  line-height: 1.45;
}

.fx-sub-form {
  display: grid;
  gap: 0.4rem;
  position: relative;
  min-width: 0;
}

.fx-sub-fields {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 0.4rem;
  align-items: center;
}

@media (max-width: 640px) {
  .fx-sub-fields { grid-template-columns: 1fr; }
}

.fx-sub-form input[type="email"],
.fx-sub-form input[type="tel"] {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 14, 24, 0.55);
  color: #fff;
  border-radius: 10px;
  padding: 0.52rem 0.7rem;
  font: inherit;
  font-size: 0.8rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fx-sub-form input[type="email"]:focus,
.fx-sub-form input[type="tel"]:focus {
  outline: none;
  border-color: rgba(18, 185, 129, 0.5);
  box-shadow: 0 0 0 2px rgba(18, 185, 129, 0.12);
}

.fx-sub-form input::placeholder { color: rgba(255, 255, 255, 0.38); }

.fx-sub-form button,
#fx-sub-btn {
  border: none;
  border-radius: 10px;
  padding: 0.52rem 0.95rem;
  background: linear-gradient(135deg, #0f9f6e, #12b981);
  color: #fff;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

#fx-sub-btn:hover:not(:disabled) { filter: brightness(1.05); }

#fx-sub-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.fx-sub-consent {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 !important;
  font-size: 0.68rem !important;
  color: rgba(255, 255, 255, 0.45) !important;
  line-height: 1.35 !important;
  cursor: pointer;
}

.fx-sub-consent input {
  width: 0.85rem;
  height: 0.85rem;
  accent-color: #12b981;
}

.fx-hp {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

.fx-sub-msg {
  margin: 0 !important;
  min-height: 0.95em;
  font-size: 0.72rem !important;
  color: #9be7c6 !important;
}

.fx-footer__floor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
  margin-top: 0.5rem;
  padding: 1.55rem 0 0.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
}

.fx-footer__floor-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.fx-footer__copy {
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.55;
}

.fx-footer__legal {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

.fx-footer__legal a {
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.76rem;
  margin: 0 !important;
  position: relative;
}

.fx-footer__legal a:hover {
  color: #9be7c6 !important;
}

.fx-footer__credit {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(155, 231, 198, 0.95) !important;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(15, 159, 110, 0.28);
  background: rgba(15, 159, 110, 0.1);
  text-decoration: none !important;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.fx-footer__credit svg {
  width: 13px;
  height: 13px;
}

.fx-footer__credit:hover {
  color: #fff !important;
  border-color: rgba(15, 159, 110, 0.45);
  background: rgba(15, 159, 110, 0.2);
  transform: translateY(-1px);
}

/* legacy live (unused) */
.fx-footer__live { display: none; }

/* ---------- Transfer Corridor (Success Stories) ---------- */
.fx-xfer-rail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 0.25rem 0 1.25rem;
  flex-wrap: wrap;
}

.fx-xfer-rail span {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--fx-mute);
  letter-spacing: 0.02em;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--fx-line);
  background: rgba(255, 255, 255, 0.7);
  transition: 0.25s ease;
}

.fx-xfer-rail span.is-lit {
  color: var(--fx-blue);
  border-color: rgba(11, 79, 255, 0.28);
  background: #e8eeff;
  box-shadow: 0 0 0 3px rgba(11, 79, 255, 0.06);
}

.fx-xfer-rail i {
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 79, 255, 0.35), transparent);
  position: relative;
}

.fx-xfer-rail i::after {
  content: "";
  position: absolute;
  inset-inline-end: -2px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-inline-end: 1.5px solid rgba(11, 79, 255, 0.4);
  border-block-end: 1.5px solid rgba(11, 79, 255, 0.4);
  transform: rotate(-45deg);
}

[dir="rtl"] .fx-xfer-rail i::after {
  transform: rotate(135deg);
  inset-inline-end: auto;
  inset-inline-start: -2px;
}

.fx-xfer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

@media (max-width: 900px) {
  .fx-xfer { grid-template-columns: 1fr; }
}

.fx-xfer__chamber {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid var(--fx-line);
  background: #fff;
  overflow: hidden;
  transition: 0.35s ease;
  outline: none;
}

.fx-xfer__chamber:hover,
.fx-xfer__chamber:focus-visible,
.fx-xfer__chamber.is-active {
  border-color: rgba(11, 79, 255, 0.32);
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -28px rgba(10, 22, 40, 0.35);
}

.fx-xfer__viz {
  position: relative;
  background:
    radial-gradient(120% 80% at 10% 0%, rgba(11, 79, 255, 0.07), transparent 55%),
    linear-gradient(180deg, #f7f9fc, #eef2f8);
  border-bottom: 1px solid var(--fx-line);
}

.fx-xfer__svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 240 / 140;
}

.fx-xfer__idx {
  position: absolute;
  top: 0.65rem;
  inset-inline-start: 0.75rem;
  font-family: "Syne", "Vazirmatn", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgba(11, 79, 255, 0.55);
  letter-spacing: 0.08em;
}

.fx-xfer__body {
  padding: 1rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1;
}

.fx-xfer__tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.fx-xfer__tags span:first-child {
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--fx-blue);
  background: #e8eeff;
  border: 1px solid rgba(11, 79, 255, 0.12);
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
}

.fx-xfer__year {
  font-family: "Syne", "Vazirmatn", sans-serif;
  font-size: 0.72rem;
  color: var(--fx-mute);
  font-weight: 600;
}

.fx-xfer__quote {
  margin: 0;
  font-family: "Syne", "Vazirmatn", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--fx-ink);
  flex: 1;
}

.fx-xfer__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 0.55rem;
  border-top: 1px dashed rgba(10, 22, 40, 0.1);
}

.fx-xfer__meta strong {
  font-size: 0.82rem;
  color: var(--fx-navy);
}

.fx-xfer__meta em {
  font-style: normal;
  font-size: 0.7rem;
  color: var(--fx-mute);
}

.fx-xfer__beam {
  stroke-dashoffset: 0;
  animation: fxXferBeam 4.5s linear infinite;
}

.fx-xfer__orb {
  animation: fxXferOrb 2.8s ease-in-out infinite;
}

.fx-xfer__orb--d {
  animation-delay: 0.6s;
}

.fx-xfer__pulse {
  animation: fxXferPulse 2.2s ease-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

.fx-xfer__tick {
  stroke-dasharray: 28;
  stroke-dashoffset: 28;
  animation: fxXferTick 2.8s ease-in-out infinite;
}

.fx-xfer__trace {
  stroke-dasharray: 80;
  animation: fxXferBeam 3.2s linear infinite;
}

@keyframes fxXferBeam {
  to { stroke-dashoffset: -48; }
}

@keyframes fxXferOrb {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

@keyframes fxXferPulse {
  0%, 100% { opacity: 0.85; r: 5; }
  50% { opacity: 0.35; r: 8; }
}

@keyframes fxXferTick {
  0%, 20% { stroke-dashoffset: 28; }
  45%, 100% { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .fx-horizon,
  .fx-gauge__pulse i,
  .fx-footer__live i,
  .fx-ico .b,
  .fx-ico .c,
  .fx-console__chip .ring,
  .fx-ai__neural .n-ring,
  .fx-ai__neural .n-core,
  .fx-ai__neural .n-pulse,
  .fx-chrono__dot i,
  .fx-afterimage,
  .fx-ghost,
  .fx-xfer__beam,
  .fx-xfer__orb,
  .fx-xfer__pulse,
  .fx-xfer__tick,
  .fx-xfer__trace {
    animation: none !important;
    transition: none !important;
  }
}
