/* FANDEX 2026 preview stylesheet.
   Intentionally isolated from legacy home.css. */

:root {
  --fdx-blue: #1677ff;
  --fdx-blue-2: #45a3ff;
  --fdx-bg: #02080d;
  --fdx-surface: #07131c;
  --fdx-surface-2: #091a25;
  --fdx-line: rgba(145, 188, 214, .18);
  --fdx-text: #f7fbff;
  --fdx-muted: #8fa3b2;
  --fdx-red: #ff4d5d;
  --fdx-up: #31d17c;
}

html { scroll-behavior: smooth; }
body.fdx2026-body {
  margin: 0 !important;
  min-width: 320px;
  background: var(--fdx-bg) !important;
  color: var(--fdx-text) !important;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  zoom: 1 !important;
}

.fdx2026-page,
.fdx2026-page * { box-sizing: border-box; }
.fdx2026-page { width: 100%; overflow: hidden; background: radial-gradient(circle at 45% 18%, rgba(22,119,255,.10), transparent 32%), var(--fdx-bg); color: var(--fdx-text); }
.fdx2026-page a { color: inherit; text-decoration: none; }
.fdx2026-page img { max-width: 100%; }
.fdx2026-shell { width: min(1440px, calc(100% - 40px)); margin: 0 auto; }

.fdx2026-ticker {
  height: 40px; overflow: hidden; border-bottom: 1px solid var(--fdx-line); background: #071019;
  position: relative; z-index: 80;
}
.fdx2026-ticker-track { height: 100%; display: flex; align-items: stretch; width: max-content; }
.fdx2026-ticker-track.fdx2026-ticker-animate { animation: fdx2026Ticker 45s linear infinite; }
.fdx2026-ticker:hover .fdx2026-ticker-track { animation-play-state: paused; }
@keyframes fdx2026Ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.fdx2026-ticker-item { display: flex; align-items: center; gap: 8px; min-width: 220px; padding: 0 18px; border-right: 1px solid var(--fdx-line); font-size: 12px; white-space: nowrap; }
.fdx2026-ticker-item img { width: 22px; height: 22px; object-fit: contain; }
.fdx2026-ticker-item strong { font-size: 12px; letter-spacing: .04em; }
.fdx2026-up { color: var(--fdx-up) !important; }
.fdx2026-down { color: var(--fdx-red) !important; }

.fdx2026-header {
  width: min(1440px, calc(100% - 40px)); height: 86px; margin: 0 auto; display: grid;
  grid-template-columns: 220px 1fr auto; align-items: center; gap: 24px; position: relative; z-index: 70;
  border-bottom: 1px solid rgba(130,180,210,.12);
}
.fdx2026-logo img { width: 176px; height: auto; display: block; }
.fdx2026-desktop-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px,2vw,34px); }
.fdx2026-desktop-nav a, .fdx2026-text-link { font-size: 14px; font-weight: 650; color: #dbe5ec; transition: .2s ease; }
.fdx2026-desktop-nav a:hover, .fdx2026-text-link:hover { color: var(--fdx-blue); }
.fdx2026-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.fdx2026-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 0 20px; border-radius: 7px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.fdx2026-btn:hover { transform: translateY(-1px); }
.fdx2026-btn-primary { color: #ffffff !important; background: linear-gradient(180deg, #2b8cff, #1268e8); box-shadow: 0 0 30px rgba(22,119,255,.22); }
.fdx2026-btn-outline { color: #fff !important; background: rgba(1,7,11,.45); border-color: rgba(191,220,236,.38); }
.fdx2026-btn-outline:hover { border-color: var(--fdx-blue); }
.fdx2026-btn-lg { min-height: 52px; padding: 0 28px; font-size: 16px; }
.fdx2026-play { width: 24px; height: 24px; border-radius: 50%; border: 1px solid var(--fdx-blue); color: var(--fdx-blue); display: inline-flex; align-items: center; justify-content: center; font-size: 9px; }

.fdx2026-menu-toggle { width: 42px; height: 42px; border: 0; background: transparent; display: none; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; }
.fdx2026-menu-toggle span { display: block; width: 24px; height: 2px; background: #fff; transition: .2s ease; }
.fdx2026-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.fdx2026-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.fdx2026-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.fdx2026-mobile-menu { position: absolute; top: 86px; right: 0; width: min(320px, 92vw); background: #07131c; border: 1px solid var(--fdx-line); border-radius: 10px; box-shadow: 0 18px 60px rgba(0,0,0,.45); padding: 10px; display: none; }
.fdx2026-mobile-menu.is-open { display: grid; }
.fdx2026-mobile-menu a { padding: 13px 14px; border-radius: 7px; font-weight: 700; font-size: 14px; }
.fdx2026-mobile-menu a:hover { background: rgba(22,119,255,.10); color: var(--fdx-blue); }

.fdx2026-hero {
  min-height: 590px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.15fr) minmax(330px, .7fr);
  gap: 14px; padding-top: 28px; padding-bottom: 22px;
}
.fdx2026-hero-copy, .fdx2026-hero-visual, .fdx2026-movers { border: 1px solid var(--fdx-line); border-radius: 13px; overflow: hidden; background: linear-gradient(180deg, rgba(8,20,29,.94), rgba(3,11,17,.98)); }
.fdx2026-hero-copy { padding: clamp(34px,4vw,62px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.fdx2026-hero-copy::after { content: ''; position: absolute; width: 360px; height: 360px; left: 26%; top: 25%; background: radial-gradient(circle, rgba(22,119,255,.15), transparent 64%); filter: blur(14px); pointer-events: none; }
.fdx2026-eyebrow, .fdx2026-kicker { color: var(--fdx-blue); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.fdx2026-eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.fdx2026-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--fdx-blue); box-shadow: 0 0 12px var(--fdx-blue); }
.fdx2026-hero h1 { position: relative; z-index: 1; margin: 0; font-size: clamp(48px,5.1vw,82px); line-height: .91; letter-spacing: -.045em; font-weight: 950; }
.fdx2026-hero h1 em, .fdx2026-bottom-cta h2 em { color: var(--fdx-blue); font-style: normal; }
.fdx2026-hero-copy > p { position: relative; z-index: 1; max-width: 570px; margin: 22px 0 0; color: #c8d4dc; font-size: 17px; }
.fdx2026-hero-actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.fdx2026-mini-proof { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; margin-top: 26px; color: #fff; }
.fdx2026-mini-proof small { display: block; color: var(--fdx-muted); margin-top: 2px; }
.fdx2026-avatar-stack { display: flex; }
.fdx2026-avatar-stack span { width: 35px; height: 35px; margin-left: -7px; border-radius: 50%; background: #102532; border: 2px solid #07131c; display: inline-flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 900; color: var(--fdx-blue); }
.fdx2026-avatar-stack span:first-child { margin-left: 0; }

.fdx2026-hero-visual { min-height: 540px; position: relative; background: #041019; }
.fdx2026-visual-photo { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(2,8,13,.38) 0%, rgba(2,8,13,.08) 44%, rgba(2,8,13,.22) 100%), url('../images/new-home/fandex_multisport_hero_v5.png'); background-size: cover; background-position: center; filter: saturate(.95) contrast(1.08); }
.fdx2026-visual-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(2,8,13,.98) 0%, rgba(2,8,13,.1) 46%, rgba(2,8,13,.2) 100%); }
.fdx2026-visual-copy { position: absolute; top: 38px; right: 30px; text-align: right; font-size: clamp(27px,2.5vw,44px); line-height: .9; font-weight: 900; text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.fdx2026-visual-copy strong { color: var(--fdx-blue); }
.fdx2026-sport-row { position: absolute; left: 22px; right: 22px; bottom: 20px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.fdx2026-sport-row span { min-width: 0; padding: 10px 8px; border: 1px solid var(--fdx-line); border-radius: 8px; background: rgba(3,12,18,.83); text-align: center; font-size: 9px; color: var(--fdx-muted); backdrop-filter: blur(8px); }
.fdx2026-sport-row b { display: block; color: #fff; font-size: 12px; margin-bottom: 2px; }

.fdx2026-movers { align-self: stretch; display: flex; flex-direction: column; }
.fdx2026-panel-head { min-height: 62px; padding: 0 20px; border-bottom: 1px solid var(--fdx-line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.fdx2026-panel-head h2 { margin: 0; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.fdx2026-panel-head > span { color: var(--fdx-muted); font-size: 12px; }
.fdx2026-mover-list { padding: 8px 18px; flex: 1; }
.fdx2026-mover-row { min-height: 67px; display: grid; grid-template-columns: minmax(110px,1fr) auto auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(149,189,211,.1); font-size: 13px; }
.fdx2026-mover-team { display: flex; align-items: center; min-width: 0; gap: 10px; }
.fdx2026-mover-team img { width: 30px; height: 30px; object-fit: contain; flex: 0 0 auto; }
.fdx2026-mover-team strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fdx2026-panel-link { margin: 10px 18px 18px; min-height: 44px; border: 1px solid var(--fdx-line); border-radius: 8px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; font-weight: 800; font-size: 13px; }
.fdx2026-panel-link:hover { border-color: var(--fdx-blue); color: var(--fdx-blue); }
.fdx2026-empty { color: var(--fdx-muted); padding: 20px 0; }

.fdx2026-section { padding: 34px 0 20px; }
.fdx2026-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 18px; }
.fdx2026-section-heading h2 { margin: 3px 0 0; font-size: 34px; }
.fdx2026-section-heading p { max-width: 560px; margin: 0; color: var(--fdx-muted); text-align: right; }
.fdx2026-market-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fdx2026-market-card { min-height: 270px; border: 1px solid var(--fdx-line); border-radius: 12px; position: relative; overflow: hidden; padding: 24px; display: flex; align-items: flex-end; background-color: #08151e; isolation: isolate; }
.fdx2026-market-card::before { content: ''; position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform .35s ease; }
.fdx2026-market-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(2,8,13,.1), rgba(2,8,13,.96) 72%); }
.fdx2026-market-card:hover::before { transform: scale(1.035); }
.fdx2026-market-card:hover { border-color: rgba(22,119,255,.52); }
.fdx2026-market-nfl::before { background-image: url('../images/new-home/nflbanner2_ 1.png'); }
.fdx2026-market-nba::before { background-image: url('../images/new-home/nba_p_home_background.png'); }
.fdx2026-market-team::before { background-image: url('../images/new-home/team_exch_bg.png'); }
.fdx2026-market-player::before { background-image: url('../images/new-home/player_exch_bg.png'); }
.fdx2026-card-tag { position: absolute; top: 16px; left: 16px; padding: 7px 9px; border: 1px solid rgba(22,119,255,.40); background: rgba(3,12,18,.77); color: var(--fdx-blue); border-radius: 6px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.fdx2026-market-card small { color: var(--fdx-blue); font-weight: 900; letter-spacing: .12em; }
.fdx2026-market-card h3 { margin: 4px 0 6px; font-size: 25px; }
.fdx2026-market-card p { margin: 0; color: #aebdca; font-size: 13px; }
.fdx2026-card-arrow { position: absolute; right: 20px; bottom: 20px; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--fdx-blue); color: #071008; font-size: 24px; font-weight: 800; }


/* How Fandex Works: blue trading explainer */
.fdx2026-how-section {
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 390px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 0;
  border: 1px solid var(--fdx-line);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background:
    linear-gradient(100deg, rgba(3,12,23,.98) 0%, rgba(4,16,31,.94) 48%, rgba(4,18,36,.88) 100%),
    url('../images/block_ball_homepage_bg.jpg') center/cover;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 18px 55px rgba(0,0,0,.20);
}
.fdx2026-how-section::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  left: -130px;
  top: -240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,119,255,.23), rgba(22,119,255,.05) 43%, transparent 70%);
  pointer-events: none;
}
.fdx2026-how-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 49.8%, rgba(135,186,225,.12) 50%, transparent 50.2%);
}
.fdx2026-how-copy,
.fdx2026-how-steps { position: relative; z-index: 1; }
.fdx2026-how-copy {
  padding: clamp(34px,4vw,62px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fdx2026-how-copy h2 {
  margin: 9px 0 16px;
  font-size: clamp(38px,4.1vw,62px);
  line-height: .98;
  letter-spacing: -.04em;
}
.fdx2026-how-copy h2 em { color: var(--fdx-blue); font-style: normal; }
.fdx2026-how-copy > p {
  max-width: 510px;
  margin: 0 0 24px;
  color: #aebdca;
  font-size: 16px;
}
.fdx2026-how-copy .fdx2026-btn { align-self: flex-start; }
.fdx2026-how-steps {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(180deg, rgba(8,25,43,.50), rgba(4,13,24,.24));
}
.fdx2026-step {
  min-height: 88px;
  display: grid;
  grid-template-columns: 64px 28px 1fr;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 11px;
  transition: .2s ease;
}
.fdx2026-step:hover {
  border-color: rgba(22,119,255,.30);
  background: rgba(22,119,255,.055);
}
.fdx2026-step-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #45a3ff;
  font-size: 25px;
  border: 2px solid rgba(22,119,255,.52);
  background: radial-gradient(circle, rgba(22,119,255,.16), rgba(22,119,255,.035));
  box-shadow: 0 0 30px rgba(22,119,255,.08);
}
.fdx2026-step:nth-child(2) .fdx2026-step-icon { color: #7cbcff; border-color: rgba(69,163,255,.55); }
.fdx2026-step:nth-child(3) .fdx2026-step-icon { color: #a9ceff; border-color: rgba(124,188,255,.48); }
.fdx2026-step-number {
  color: #d5e9ff;
  font-size: 19px;
  font-weight: 900;
  align-self: start;
  margin-top: 8px;
}
.fdx2026-step h3 { margin: 0 0 3px; font-size: 22px; }
.fdx2026-step p { margin: 0; color: var(--fdx-muted); font-size: 14px; max-width: 380px; }

.fdx2026-dashboard-row { padding: 20px 0 38px; display: grid; grid-template-columns: 1fr 1.25fr; gap: 14px; }
.fdx2026-dashboard-card { border: 1px solid var(--fdx-line); border-radius: 12px; overflow: hidden; background: #07131c; }
.fdx2026-leaderboard-inner { min-height: 210px; padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.fdx2026-leaderboard-inner .fdx2026-btn { grid-column: 1 / -1; justify-self: start; }
.fdx2026-leaderboard-inner h3 { margin: 0 0 5px; font-size: 24px; }
.fdx2026-leaderboard-inner p { margin: 0; color: var(--fdx-muted); }
.fdx2026-trophy { width: 62px; height: 62px; border-radius: 50%; border: 1px solid rgba(22,119,255,.52); display: flex; align-items: center; justify-content: center; color: var(--fdx-blue); font-size: 25px; background: rgba(22,119,255,.08); }
.fdx2026-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.fdx2026-feature-grid > div { min-height: 104px; padding: 18px; border-right: 1px solid var(--fdx-line); border-bottom: 1px solid var(--fdx-line); display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 12px; align-content: center; }
.fdx2026-feature-grid > div:nth-child(even) { border-right: 0; }
.fdx2026-feature-grid > div:nth-child(n+3) { border-bottom: 0; }
.fdx2026-feature-grid i { grid-row: 1 / 3; color: var(--fdx-blue); font-size: 25px; align-self: center; }
.fdx2026-feature-grid strong { font-size: 14px; }
.fdx2026-feature-grid small { color: var(--fdx-muted); margin-top: 3px; }

.fdx2026-bottom-cta { min-height: 265px; margin-bottom: 38px; border: 1px solid var(--fdx-line); border-radius: 13px; padding: 45px; display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(3,10,16,.97) 0%, rgba(3,10,16,.78) 52%, rgba(3,10,16,.9) 100%), url('../images/block_ball_homepage_bg.jpg') center/cover; }
.fdx2026-bottom-cta::after { content: ''; position: absolute; width: 580px; height: 580px; right: 8%; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(22,119,255,.16), transparent 60%); pointer-events: none; }
.fdx2026-bottom-cta > * { position: relative; z-index: 2; }
.fdx2026-bottom-cta h2 { margin: 8px 0; font-size: clamp(38px,4vw,62px); line-height: .95; letter-spacing: -.04em; }
.fdx2026-bottom-cta p { margin: 0; color: var(--fdx-muted); }

/* Legacy footer include — scoped Bootstrap-style layout + modern Fandex treatment. */
.fdx2026-footer-wrap {
  margin-top: 10px;
  background: #06101a;
  border-top: 1px solid var(--fdx-line);
  color: #fff;
}
.fdx2026-footer-wrap *,
.fdx2026-footer-wrap *::before,
.fdx2026-footer-wrap *::after { box-sizing: border-box; }
.fdx2026-footer-wrap footer,
.fdx2026-footer-wrap .footer-part {
  background: linear-gradient(180deg,#07131d 0%,#06101a 100%) !important;
  color: #fff !important;
  padding: 46px 0 40px !important;
  margin: 0 !important;
}
.fdx2026-footer-wrap .container,
.fdx2026-footer-wrap .container-fluid {
  width: min(100% - 40px, 1440px) !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.fdx2026-footer-wrap .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  margin: 0 -16px !important;
}
.fdx2026-footer-wrap .row > [class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 16px !important;
  float: none !important;
}
/* Minimal scoped Bootstrap column support used by the legacy footer partial. */
.fdx2026-footer-wrap .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.fdx2026-footer-wrap .col-md-3 { flex: 0 0 25%; max-width: 25%; }
.fdx2026-footer-wrap .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.fdx2026-footer-wrap .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.fdx2026-footer-wrap .col-md-6 { flex: 0 0 50%; max-width: 50%; }
.fdx2026-footer-wrap .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.fdx2026-footer-wrap .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.fdx2026-footer-wrap .col-md-9 { flex: 0 0 75%; max-width: 75%; }
.fdx2026-footer-wrap .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.fdx2026-footer-wrap .col-md-12 { flex: 0 0 100%; max-width: 100%; }
.fdx2026-footer-wrap .d-flex { display: flex !important; }
.fdx2026-footer-wrap .align-items-center { align-items: center !important; }
.fdx2026-footer-wrap .justify-content-between { justify-content: space-between !important; }
.fdx2026-footer-wrap .text-center { text-align: center !important; }

.fdx2026-footer-wrap a {
  color: #b9c7d4 !important;
  text-decoration: none !important;
  transition: color .18s ease, opacity .18s ease;
}
.fdx2026-footer-wrap a:hover { color: var(--fdx-blue) !important; }
.fdx2026-footer-wrap h3,
.fdx2026-footer-wrap h4 {
  color: #fff !important;
  font-family: Arial,Helvetica,sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  margin: 0 0 18px !important;
}
.fdx2026-footer-wrap h3 { font-size: 19px !important; }
.fdx2026-footer-wrap h4 { font-size: 18px !important; }
.fdx2026-footer-wrap p { color: #90a4b8; }
.fdx2026-footer-wrap ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.fdx2026-footer-wrap li { list-style: none !important; margin: 0 0 11px !important; }

.fdx2026-footer-wrap .footer-left,
.fdx2026-footer-wrap .footer-content,
.fdx2026-footer-wrap .footer-contentB,
.fdx2026-footer-wrap .footer-contentc,
.fdx2026-footer-wrap .footer-form,
.fdx2026-footer-wrap .footer-link {
  color: #fff !important;
  float: none !important;
}
.fdx2026-footer-wrap .footer-left .logo img,
.fdx2026-footer-wrap .footer-left .home-logo img,
.fdx2026-footer-wrap .footer-content img {
  width: auto !important;
  max-width: 190px !important;
  max-height: 40px !important;
  height: auto !important;
  margin: 0 0 24px !important;
  display: block;
}
.fdx2026-footer-wrap .footer-left .logo .player-logo { max-height: 48px !important; }
.fdx2026-footer-wrap .footer-link ul li a,
.fdx2026-footer-wrap .footer-contentB > ul li a,
.fdx2026-footer-wrap .footer-contentc ul li a,
.fdx2026-footer-wrap .footer-content a {
  display: inline-block;
  color: #b9c7d4 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45;
}
.fdx2026-footer-wrap .footer-contentB > ul li,
.fdx2026-footer-wrap .footer-contentc ul li { font-size: 14px !important; font-weight: 600 !important; }
.fdx2026-footer-wrap .footer-form form input {
  width: 100%;
  min-height: 42px;
  padding: 8px 0;
  color: #fff;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #304252 !important;
  outline: none;
}
.fdx2026-footer-wrap .footer-form form input::placeholder { color: #6f8498 !important; }
.fdx2026-footer-wrap .footer-form form .submit-btton {
  min-width: 150px;
  height: 42px;
  margin-top: 18px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(180deg,#2f8eff,#1474ea) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.fdx2026-footer-wrap .footer-bottom {
  background: #030a10 !important;
  color: #8fa3b6 !important;
  border-top: 1px solid #152634;
  padding: 18px 0 !important;
  min-height: 66px;
}
.fdx2026-footer-wrap .footer-bottom .container,
.fdx2026-footer-wrap .footer-bottom .container-fluid { width: min(100% - 40px,1440px) !important; }
.fdx2026-footer-wrap .footer-bottom p { margin: 0 !important; color: #8fa3b6 !important; font-size: 13px !important; }
.fdx2026-footer-wrap .socialLink { float: none !important; }
.fdx2026-footer-wrap .socialLink > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px;
}
.fdx2026-footer-wrap .socialLink > ul li { display: inline-flex !important; align-items: center; margin: 0 !important; }
.fdx2026-footer-wrap .socialLink > ul li p { margin: 0 10px 0 0 !important; color: #8fa3b6 !important; }
.fdx2026-footer-wrap .socialLink > ul li i {
  width: 32px;
  height: 32px;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #243847;
  border-radius: 50%;
  color: #a9c7e3 !important;
  background: #07131d;
  transition: .18s ease;
}
.fdx2026-footer-wrap .socialLink > ul li a:hover i {
  color: #fff !important;
  border-color: var(--fdx-blue);
  background: rgba(22,119,255,.18);
}

@media (max-width: 820px) {
  .fdx2026-footer-wrap footer,
  .fdx2026-footer-wrap .footer-part { padding: 34px 0 28px !important; }
  .fdx2026-footer-wrap .row { margin: 0 !important; gap: 28px 0; }
  .fdx2026-footer-wrap .row > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding: 0 12px !important;
  }
  .fdx2026-footer-wrap .row > [class*="col-"]:first-child { flex-basis: 100% !important; max-width: 100% !important; }
  .fdx2026-footer-wrap .footer-bottom .row { align-items: center !important; }
}
@media (max-width: 540px) {
  .fdx2026-footer-wrap .container,
  .fdx2026-footer-wrap .container-fluid,
  .fdx2026-footer-wrap .footer-bottom .container,
  .fdx2026-footer-wrap .footer-bottom .container-fluid { width: min(100% - 28px,1440px) !important; }
  .fdx2026-footer-wrap .row > [class*="col-"] { flex: 0 0 100% !important; max-width: 100% !important; padding: 0 !important; }
  .fdx2026-footer-wrap .socialLink > ul { justify-content: flex-start !important; margin-top: 10px !important; }
  .fdx2026-footer-wrap .footer-bottom { padding: 16px 0 !important; }
}

@media (max-width: 1180px) {
  .fdx2026-header { grid-template-columns: 190px 1fr auto; }
  .fdx2026-desktop-nav { gap: 16px; }
  .fdx2026-desktop-nav a:nth-last-child(-n+2) { display: none; }
  .fdx2026-hero { grid-template-columns: .85fr 1.15fr; }
  .fdx2026-movers { grid-column: 1 / -1; }
  .fdx2026-mover-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
  .fdx2026-mover-row { grid-template-columns: 1fr; min-height: 108px; padding: 10px; border: 1px solid var(--fdx-line); border-radius: 8px; }
  .fdx2026-market-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .fdx2026-how-section { grid-template-columns: 1fr; }
  .fdx2026-how-section::after { display: none; }
  .fdx2026-how-steps { padding: 24px 22px 30px; }
  .fdx2026-shell, .fdx2026-header { width: min(100% - 24px, 1440px); }
  .fdx2026-header { height: 70px; grid-template-columns: 1fr auto; }
  .fdx2026-logo img { width: 144px; }
  .fdx2026-desktop-nav, .fdx2026-hide-sm { display: none; }
  .fdx2026-menu-toggle { display: flex; }
  .fdx2026-mobile-menu { top: 68px; }
  .fdx2026-hero { grid-template-columns: 1fr; padding-top: 14px; min-height: 0; }
  .fdx2026-hero-copy { min-height: 430px; padding: 34px 26px; }
  .fdx2026-hero h1 { font-size: clamp(54px,15vw,76px); }
  .fdx2026-hero-visual { min-height: 430px; }
  .fdx2026-mover-list { grid-template-columns: 1fr 1fr; }
  .fdx2026-market-grid { grid-template-columns: 1fr; }
  .fdx2026-market-card { min-height: 235px; }
  .fdx2026-section-heading { display: block; }
  .fdx2026-section-heading p { text-align: left; margin-top: 8px; }
  .fdx2026-dashboard-row { grid-template-columns: 1fr; }
  .fdx2026-bottom-cta { padding: 34px 26px; display: block; }
  .fdx2026-bottom-cta .fdx2026-btn { margin-top: 22px; }
}

@media (max-width: 540px) {
  .fdx2026-how-copy { padding: 30px 24px; }
  .fdx2026-how-copy h2 { font-size: 40px; }
  .fdx2026-how-steps { padding: 14px 12px 24px; }
  .fdx2026-step { grid-template-columns: 54px 24px 1fr; gap: 10px; padding: 10px 8px; }
  .fdx2026-step-icon { width: 52px; height: 52px; font-size: 21px; }
  .fdx2026-step h3 { font-size: 18px; }
  .fdx2026-ticker { height: 34px; }
  .fdx2026-ticker-item { min-width: 190px; padding: 0 12px; font-size: 10px; }
  .fdx2026-header-actions { gap: 8px; }
  .fdx2026-header-actions > .fdx2026-btn { min-height: 38px; padding: 0 14px; font-size: 12px; }
  .fdx2026-hero-copy { min-height: 390px; }
  .fdx2026-hero h1 { font-size: 52px; }
  .fdx2026-hero-copy > p { font-size: 15px; }
  .fdx2026-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .fdx2026-btn-lg { min-height: 48px; padding: 0 15px; font-size: 13px; }
  .fdx2026-mini-proof { margin-top: 20px; }
  .fdx2026-hero-visual { min-height: 390px; }
  .fdx2026-visual-copy { top: 22px; right: 20px; font-size: 28px; }
  .fdx2026-sport-row { left: 12px; right: 12px; grid-template-columns: repeat(3,1fr); }
  .fdx2026-sport-row span { padding: 7px 5px; }
  .fdx2026-mover-list { grid-template-columns: 1fr; }
  .fdx2026-mover-row { grid-template-columns: 1fr auto auto; min-height: 58px; }
  .fdx2026-section-heading h2 { font-size: 28px; }
  .fdx2026-feature-grid { grid-template-columns: 1fr; }
  .fdx2026-feature-grid > div { border-right: 0; border-bottom: 1px solid var(--fdx-line) !important; }
  .fdx2026-feature-grid > div:last-child { border-bottom: 0 !important; }
  .fdx2026-bottom-cta h2 { font-size: 42px; }
}
