
:root {
  color-scheme: dark;
  --bg: #020617;
  --bg-alt: #0f172a;
  --panel: #111827;
  --text: #e5e7eb;
  --muted: #94a3b8;
  --line: rgba(148, 163, 184, 0.14);
  --line-strong: rgba(148, 163, 184, 0.24);
  --accent: #60a5fa;
  --accent-2: #e5e7eb;
  --accent-warm: #fb7185;
  --accent-soft: rgba(96, 165, 250, 0.12);
  --shadow: 0 16px 50px rgba(0, 0, 0, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(135deg, #111827 0%, #1f2937 45%, #111827 100%);
  background-color: var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, summary { font: inherit; }

.container { width: min(1440px, calc(100% - 2rem)); margin: 0 auto; }
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 30;
  background: transparent;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.topbar[data-scrolled='true'] {
  background: rgba(17,24,39,.72);
  border-bottom-color: rgba(148,163,184,.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}
.topbar__inner {
  min-height: 76px;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: nowrap;
}
.brand img { height: 30px; width: auto; }
.nav { display: flex; gap: .35rem; align-items: center; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
.nav::-webkit-scrollbar { display: none; }
.nav a, .nav summary {
  padding: .58rem .82rem; border-radius: 999px;
  font-weight: 700; color: #cbd5e1;
  cursor: pointer;
  list-style: none;
}
.nav a:hover, .nav a.active, .nav summary:hover, .nav__more[open] > summary {
  background: rgba(96, 165, 250, .12); color: #fff;
}
.nav__more { position: relative; }
.nav__more > summary::-webkit-details-marker { display: none; }
.nav__panel {
  position: absolute; top: calc(100% + .55rem); left: 0;
  min-width: 220px; padding: .45rem;
  background: #0f172a; border: 1px solid rgba(148,163,184,.14); border-radius: 16px; box-shadow: var(--shadow);
  display: grid; gap: .15rem;
}
.nav__panel a { padding: .7rem .8rem; border-radius: 12px; font-weight: 600; color: #e5e7eb; }
.nav__panel a:hover { background: rgba(255,255,255,.06); }
.topbar__actions { display: flex; gap: .6rem; align-items: center; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  min-height: 44px; padding: .7rem 1rem; border-radius: 999px; border: 1px solid transparent;
  font-weight: 700; line-height: 1; white-space: nowrap;
}
.btn--outline { border-color: rgba(148,163,184,.2); color: #e5e7eb; background: rgba(15,23,42,.55); }
.btn--solid { background: linear-gradient(135deg, #3b82f6, #0f172a); color: #fff; }
.btn--soft { background: rgba(96,165,250,.12); color: #e5e7eb; border-color: rgba(96,165,250,.16); }

.hero {
  position: relative; overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15,23,42,.55), rgba(15,23,42,.72)),
    url('/ffmherobackground-1280.jpg') center/cover no-repeat;
  color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(37,99,235,.18), transparent 48%, rgba(225,29,72,.14));
  pointer-events: none;
}
.hero__content { position: relative; z-index: 1; padding: 3.2rem 0 3.8rem; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 2rem; align-items: center; }
.hero__eyebrow { color: #bfdbfe; text-transform: uppercase; font-size: .82rem; font-weight: 800; margin-bottom: .9rem; letter-spacing: 0; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(3rem, 5.8vw, 5.2rem); line-height: .94; max-width: 12ch; }
.hero p { color: rgba(255,255,255,.88); font-size: 1.05rem; line-height: 1.65; max-width: 42rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.hero__actions .btn { min-height: 46px; }
.hero__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; margin-top: 1.8rem; max-width: 46rem; }
.hero__stat { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; padding: 1rem 1.05rem; backdrop-filter: blur(10px); }
.hero__stat strong { display: block; font-size: 1.2rem; line-height: 1.2; margin-bottom: .25rem; }
.hero__stat small { color: rgba(255,255,255,.82); }
.hero__panel { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; padding: 1rem; box-shadow: 0 16px 50px rgba(15,23,42,.26); }
.hero__panel img { border-radius: 16px; width: 100%; height: auto; }
.band { padding: 4.2rem 0; }
.band--light { background: rgba(15,23,42,.6); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band--alt { background: rgba(15,23,42,.78); border-top: 1px solid var(--line); }
.band--alt { background: rgba(15,23,42,.78); border-top: 1px solid var(--line); }
.page-hero {
  padding: 3.2rem 0 2.1rem;
  background: transparent;
}
.page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 2rem;
  align-items: center;
}
.page-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: .82rem;
  font-weight: 800;
  margin-bottom: .9rem;
}
.page-hero h1 {
  margin: 0 0 .85rem;
  color: var(--text);
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: .95;
  max-width: 12ch;
}
.page-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 44rem;
}
.hero-panel {
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(225,29,72,.08));
  border: 1px solid rgba(37,99,235,.14);
  border-radius: 20px;
  padding: 1.25rem;
}
.hero-panel img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(15,23,42,.10);
}
.visual-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.visual-card {
  overflow: hidden;
  background: rgba(15,23,42,.88);
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.visual-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.visual-card__body {
  padding: 1rem;
}
.visual-card__body h3 {
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  color: var(--text);
}
.visual-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.comparison-card {
  background: rgba(15,23,42,.88);
  border: 1px solid rgba(148,163,184,.14);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.comparison-card__header {
  padding: 1rem 1rem .75rem;
  border-bottom: 1px solid var(--line);
}
.comparison-card__header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--text);
}
.comparison-card__body {
  padding: 1rem;
  color: var(--muted);
  line-height: 1.65;
}
.highlight {
  display: inline-flex;
  padding: .38rem .7rem;
  border-radius: 999px;
  background: rgba(96,165,250,.12);
  color: #f8fafc;
  font-weight: 800;
  font-size: .82rem;
  margin-bottom: .9rem;
}
.section-title { max-width: 56rem; margin-bottom: 1.6rem; }
.section-title h2 { margin: 0 0 .7rem; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: 0; }
.section-title p { margin: 0; color: var(--muted); line-height: 1.65; }
.section-kicker { display: inline-flex; align-items: center; gap: .4rem; padding: .36rem .62rem; border-radius: 999px; background: rgba(96,165,250,.12); color: #bfdbfe; font-size: .82rem; font-weight: 800; margin-bottom: .9rem; }
.stats, .grid { display: grid; gap: 1rem; }
.stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stat { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 1.25rem; box-shadow: var(--shadow); }
.stat strong { display: block; font-size: 2rem; line-height: 1; margin-bottom: .35rem; }
.stat span { color: var(--muted); }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.card__body { padding: 1rem; }
.card__title { display: flex; justify-content: space-between; gap: .75rem; align-items: center; margin-bottom: .6rem; }
.card__title h3 { margin: 0; font-size: 1rem; }
.card__title p { margin: 0; color: var(--muted); font-size: .92rem; }
.card__body small { color: var(--muted); line-height: 1.55; }
.avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.creator-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.creator-row { display: flex; gap: .9rem; align-items: center; }
.creator-row small { color: var(--muted); }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .85rem; }
.feature-list li { display: flex; gap: .75rem; align-items: flex-start; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.feature-list li:last-child { border-bottom: 0; }
.feature-list strong { display: block; margin-bottom: .15rem; }
.feature-list span { color: var(--muted); line-height: 1.5; }
.pill-row { display: flex; flex-wrap: wrap; gap: .6rem; }
.pill { display: inline-flex; align-items: center; padding: .48rem .72rem; border-radius: 999px; background: rgba(15,23,42,.88); border: 1px solid rgba(148,163,184,.14); color: #e5e7eb; font-weight: 700; }
.cta-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.2rem 1.2rem; border-radius: 18px; background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(225,29,72,.08));
  border: 1px solid rgba(37,99,235,.14);
}
.cta-strip p { margin: .35rem 0 0; color: var(--muted); }

.footer { padding: 2.6rem 0 2rem; color: var(--muted); background: rgba(2,6,23,.92); border-top: 1px solid rgba(148,163,184,.12); }
.footer__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, .8fr)); gap: 1.5rem; }
.footer__brand img { height: 28px; width: auto; margin-bottom: 1rem; }
.footer__brand p { margin: 0; max-width: 28rem; line-height: 1.6; }
.footer h3 { margin: 0 0 .8rem; font-size: .98rem; color: var(--text); }
.footer a { display: block; padding: .22rem 0; color: var(--muted); }
.footer a:hover { color: #fff; }
.footer__legal { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.4rem; margin-top: 1.4rem; border-top: 1px solid var(--line); font-size: .92rem; }
.badge { display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .6rem; border-radius: 999px; background: rgba(96,165,250,.12); color: #f8fafc; font-size: .85rem; font-weight: 700; }

.footer__follow { margin-top: .6rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .55rem; text-align: center; font-size: .92rem; }
.footer__follow a { display: inline-flex; padding: .28rem .6rem; border-radius: 999px; color: #cbd5e1; background: rgba(96,165,250,.08); border: 1px solid rgba(148, 163, 184, .14); }
.footer__follow a:hover { color: #fff; background: rgba(96,165,250,.16); }


.page-hero,
.band,
.band--light,
.band--alt,
.card,
.visual-card,
.comparison-card,
.stat,
.cta-strip,
.hero-panel,
.hero__panel,
.footer {
  background-color: rgba(15, 23, 42, 0.82) !important;
  border-color: rgba(148, 163, 184, 0.16) !important;
}

.page-hero h1,
.hero h1,
.section-title h2,
.card__body h3,
.card__title h3,
.comparison-card__header h3,
.footer h3 {
  color: #f8fafc !important;
}

.page-hero p,
.hero p,
.section-title p,
.card__body p,
.card__body small,
.card__title p,
.comparison-card__body,
.visual-card__body p,
.footer,
.footer p,
.footer a,
.stat span,
.feature-list span,
.creator-row small,
.pill,
.highlight,
.badge {
  color: #cbd5e1 !important;
}

@media (max-width: 960px) {
  .hero__grid, .page-hero__grid, .stats, .grid--3, .grid--4, .creator-list, .footer__grid, .visual-grid, .comparison-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero__content { padding: 1.5rem 0 2rem; }
  .topbar__inner { gap: .75rem; }
  .topbar__actions { margin-left: auto; gap: .45rem; }
  .nav__panel { left: auto; right: 0; }
  .cta-strip { align-items: flex-start; flex-direction: column; }
}
.footer__policies {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .55rem;
        flex-wrap: wrap;
        padding-top: .85rem;
        margin-top: .25rem;
        font-size: .92rem;
      }
      .app-shell {
        display: block;
        width: min(1600px, calc(100% - 2rem));
        margin: 0 auto;
        padding-top: 72px;
      }
      .app-rail {
        position: sticky;
        top: 92px;
        padding: 1rem;
        border-radius: 24px;
        background: rgba(15,23,42,.82);
        border: 1px solid rgba(148,163,184,.14);
        box-shadow: 0 16px 50px rgba(0,0,0,.22);
      }
      .app-rail__section + .app-rail__section {
        margin-top: 1rem;
      }
      .app-rail__title {
        margin: 0 0 .65rem;
        color: #fff;
        font-size: .88rem;
        letter-spacing: .08em;
        text-transform: uppercase;
      }
      .app-rail__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .75rem;
        padding: .78rem .85rem;
        border-radius: 14px;
        color: #e5e7eb;
        font-weight: 700;
        line-height: 1.2;
      }
      .app-rail__link:hover,
      .app-rail__link.active {
        background: rgba(96,165,250,.12);
      }
      .app-shell__content {
        min-width: 0;
        width: 100%;
      }
      .footer__follow {
        margin-top: .6rem;
        padding-top: 1rem;
        border-top: 1px solid var(--line);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: .55rem;
        text-align: center;
        font-size: .92rem;
      }
      .footer__follow a {
        padding: .28rem .6rem;
        border-radius: 999px;
        color: #cbd5e1;
        background: rgba(96,165,250,.08);
        border: 1px solid rgba(148, 163, 184, .14);
      }
      .footer__follow a:hover {
        color: #fff;
        background: rgba(96,165,250,.16);
      }
      @media (max-width: 1280px) {
        .app-rail {
          position: static;
        }
      }
      @media (max-width: 960px) {
        .topbar__inner {
          flex-wrap: wrap;
        }
        .nav {
          display: flex;
          width: 100%;
          justify-content: flex-start;
          flex-wrap: wrap;
          padding-bottom: .15rem;
        }
        .topbar__actions {
          margin-left: auto;
        }
        .footer__grid {
          grid-template-columns: 1fr;
        }
      }
