/* ============================================================
   FinalStory — Tebex theme (amber / charcoal)
   Theme layer applied on top of shared.css. Do NOT edit shared.css.
   Design source: "FinalStory Homepage (standalone).html".
   Fonts: Rajdhani (display/numbers/labels) + Barlow (body).
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Rajdhani:wght@500;600;700&display=swap");

/* ---------- palette (maps shared.css :root vars) ---------- */
:root {
  --color-text: #e7ebf2;
  --color-text-darker: #f3f5f9;
  --color-text-secondary: #8b93a3;
  --color-text-dark: #1a140a;

  --color-bg: #0c0e12;
  --color-brighter-bg: #1d212a;

  --color-primary: #f0a64a;
  --color-primary-hover: #f6c789;
  --color-primary-text: #1a140a;
  --color-primary-text-hover: #1a140a;

  --color-secondary: #262b36;
  --color-secondary-hover: #2f3542;
  --color-secondary-text: #e7ebf2;
  --color-secondary-text-hover: #ffffff;

  --color-tertiary: transparent;
  --color-tertiary-hover: rgba(240, 166, 74, 0.12);
  --color-tertiary-text: #cdd2dc;
  --color-tertiary-text-hover: #f0a64a;

  --color-removed: #c12e2e;
  --color-sale-banner-bg: #f0a64a;
  --color-sale-banner-text: #1a140a;

  /* FinalStory tokens */
  --fs-amber: #f0a64a;
  --fs-amber-dark: #d4842e;
  --fs-amber-deep: #c97f2a;
  --fs-amber-light: #f6c789;
  --fs-surface: #1d212a;
  --fs-surface-2: #262b36;
  --fs-surface-3: #15181f;
  --fs-line: rgba(139, 147, 163, 0.16);
  --fs-line-strong: rgba(139, 147, 163, 0.24);
  --fs-muted: #8b93a3;
  --fs-faint: #6b7280;
  --fs-amber-grad: linear-gradient(180deg, #f0a64a, #d4842e);
  --fs-card-grad: linear-gradient(160deg, #262b36, #1d212a);
  --fs-glow: 0 0 16px rgba(240, 166, 74, 0.35);
  --fs-radius: 7px;

  --bg-image: none;
  --tebex-legal-footer-background-color: var(--fs-surface-3);
  --tebex-legal-footer-border-color: var(--fs-line);
  --tebex-legal-footer-text-color: var(--fs-faint);
}

/* ---------- base ---------- */
body {
  font-family: "Barlow", sans-serif;
  color: var(--color-text);
  background: #0c0e12;
  background-image: radial-gradient(circle at 50% -8%, #1c212b 0%, #171a21 55%, #0c0e12 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/* kill the default photo background band */
body::before { display: none !important; content: none !important; }

h1, h2, h3, h4, h5, h6,
.site-title, .widget-title, .product-title,
.btn-primary, .btn-secondary, .btn-tertiary {
  font-family: "Rajdhani", sans-serif;
}

a { color: var(--fs-amber); }

/* ---------- scrollbar (matches design) ---------- */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #0c0e12; }
::-webkit-scrollbar-thumb { background: rgba(139, 147, 163, 0.25); border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: rgba(139, 147, 163, 0.4); }

/* ---------- animations ---------- */
@keyframes fsPulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
@keyframes fsScan { 0% { transform: translateX(-100%); } 100% { transform: translateX(400%); } }

/* ---------- buttons ---------- */
.btn-primary, .btn-secondary, .btn-tertiary {
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-primary {
  background: var(--fs-amber-grad);
  box-shadow: var(--fs-glow);
}
.btn-primary:hover, .btn-primary:focus {
  box-shadow: 0 0 22px rgba(240, 166, 74, 0.5);
}
.btn-secondary {
  border: 1px solid var(--fs-line-strong);
  background: var(--fs-surface-2);
}
.btn-secondary:hover, .btn-secondary:focus {
  border-color: rgba(240, 166, 74, 0.5);
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  border-bottom: 1px solid rgba(139, 147, 163, 0.14);
  background: linear-gradient(180deg, #1d212a, rgba(23, 26, 33, 0.4));
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(6px);
}
.site-header-inner { gap: 18px; }

.site-title {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 1px;
  color: #e7ebf2;
  text-transform: uppercase;
}
.site-title a { color: #e7ebf2; display: inline-flex; align-items: center; gap: 12px; }
.site-title img { max-height: 38px; width: auto; }
/* "F" logo tile when no image logo is set */
.site-title .fs-logo {
  width: 34px; height: 34px; border-radius: 6px;
  background: linear-gradient(155deg, #f0a64a, #c97f2a);
  box-shadow: 0 0 16px rgba(240, 166, 74, 0.4), inset 0 0 0 1px rgba(255, 210, 150, 0.45);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; color: #1a140a; font-size: 18px; flex: none;
}
.site-title .fs-word { font-weight: 700; }
.site-title .fs-word .accent { color: var(--fs-amber); }

/* header info chips (server / discord) */
.site-header-inner .info,
.site-header-inner .info.server,
.site-header-inner .info.discord {
  border: 1px solid rgba(139, 147, 163, 0.22);
  background: var(--fs-surface-2);
  border-radius: 5px;
  padding: 7px 14px;
  color: #cdd2dc;
}
.site-header-inner .info .title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
.site-header-inner .info.discord { color: #fff; }
.site-header-inner .info.discord .image { filter: none; }

/* live online dot for server chip */
.site-header-inner .info.server::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--fs-amber);
  box-shadow: 0 0 8px var(--fs-amber);
  animation: fsPulse 2s infinite;
  display: inline-block; margin-right: 4px; flex: none;
}

.user-actions .user-name { border-radius: 5px; }
.log-in { color: #cdd2dc; }

/* compact header — override the default tall banner at ALL widths,
   including mobile (where the default header is ~220px / 30% of screen). */
body.is-navigation-horizontal .site-header-inner,
.site-header-inner {
  height: auto !important;
  min-height: 56px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
  padding: 10px 0;
}
  .site-header-inner .actions { position: static; order: 0; }
  .site-header-inner .site-title {
    position: static; inset: auto; margin: 0;
    width: auto; height: auto; max-width: none;
    line-height: 1; font-size: 21px; font-weight: 700;
    text-align: left; order: 1; flex: none;
  }
  .site-header-inner .site-title img { max-height: 40px; max-width: 220px; }
  .site-header-inner .info {
    position: static; inset: auto; margin: 0;
    width: auto; max-width: none; height: auto;
    order: 2; line-height: 1.2;
    display: inline-flex; align-items: center; gap: 8px;
  }
  .site-header-inner .info.discord { order: 3; }
  .site-header-inner .info .image {
    position: static; inset: auto; margin: 0;
    width: 18px; height: 18px;
  }
  .site-header-inner .info.server .image { display: none; }
  .site-header-inner .info .title { font-size: 13px; line-height: 1.2; }
  .site-header-inner .info .action { font-size: 11px; line-height: 1.2; }
  .site-header-inner .log-in,
  .site-header-inner .user-actions {
    position: static; inset: auto;
    order: 9; margin-left: auto;
  }

/* compact horizontal nav bar */
@media (width > 960px) {
  .navigation-horizontal .menu {
    justify-content: flex-start;
    padding: 4px 12px;
    line-height: 1.2;
    font-size: 14px;
    background: var(--fs-surface);
  }
  .navigation-horizontal .menu > li > a { padding: 9px 14px; }
}

/* page-index: stack header / content / footer as a flex column.
   This overrides the default CSS grid (auto / 1fr / auto) whose 1fr row
   stretched one homepage block — leaving the hero in a full-height cell.
   With flex column (align-items:stretch = full-width blocks), every block
   keeps its natural height; the footer's margin-top:auto absorbs slack, so
   there is no gap between blocks and nothing is stretched. Works for any
   homepage structure (wrapped in .fs-home or not). */
.page-index .site,
.page-index.home-categories-enabled .site {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.page-index .site > .site-footer { margin-top: auto; }
.fs-home { width: 100%; }

/* ============================================================
   NAVIGATION
   ============================================================ */
.site-navigation .menu > li > a,
.navigation-horizontal .menu > li > a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--fs-muted);
  transition: color .15s ease;
}
.site-navigation .menu > li > a:hover,
.site-navigation .menu > li.active > a,
.site-navigation .menu > li > a.link-active {
  color: var(--fs-amber);
}
@media (width > 960px) {
  .navigation-horizontal > ul {
    border-radius: 6px;
    background: var(--fs-surface);
    border: 1px solid var(--fs-line);
  }
}
.navigation-horizontal .has-children > ul {
  border-radius: 6px;
  background: var(--fs-surface-2);
  border: 1px solid var(--fs-line);
}

/* ============================================================
   SALE BANNER
   ============================================================ */
.site-sale-banner {
  border-radius: 5px;
  background: var(--fs-amber-grad);
  color: #1a140a;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ============================================================
   HOME — categories grid (Browse Categories)
   ============================================================ */
/* categories as a single-row menu of pills/tabs */
.site-home-categories {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.site-home-categories::-webkit-scrollbar { display: none; }
.site-home-categories .category {
  flex: 0 0 auto;
  flex-direction: row;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 6px;
  border: 1px solid var(--fs-line-strong);
  background: var(--fs-surface);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #cdd2dc;
  white-space: nowrap;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.site-home-categories .category:hover {
  color: var(--fs-amber);
  border-color: rgba(240, 166, 74, 0.45);
  background: var(--fs-surface-2);
}
.site-home-categories .category .image {
  height: 20px;
  width: 20px;
  object-fit: contain;
  flex: none;
  border-radius: 4px;
}

/* ============================================================
   STORE TEXT / hero copy
   ============================================================ */
.store-text,
.category-description,
.no-products,
.store-product-full,
.store-category-tiered {
  border-radius: var(--fs-radius);
  border: 1px solid var(--fs-line);
  background: var(--fs-card-grad);
}
.store-text h1, .store-text h2, .store-text h3,
.store-text h4, .store-text h5, .store-text h6 {
  font-family: "Rajdhani", sans-serif;
  letter-spacing: .5px;
  color: #e7ebf2;
}
.text-content a { color: var(--fs-amber); }
.text-content code {
  color: var(--fs-amber);
  background: #0c0e12;
  padding: 1px 6px;
  border-radius: 4px;
}

/* FinalStory hero block (rendered in index.html) */
/* .fs-hero is a transparent alignment wrapper — same max-width + side
   padding as shared blocks (.site-home-categories / .site-content), so the
   visible box (.fs-hero-inner) lines up with the category cards & sidebar. */
.fs-hero {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto 20px;
  padding: 0 var(--content-padding);
}
.fs-hero-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-radius: 8px;
  border: 1px solid rgba(139, 147, 163, 0.2);
  background: linear-gradient(135deg, #262b36, #15181f);
  overflow: hidden;
}
.fs-hero-inner::after {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(circle at 80% 18%, rgba(240, 166, 74, 0.16), transparent 55%);
  pointer-events: none;
}
.fs-hero-body { position: relative; z-index: 1; flex: 1 1 420px; padding: 18px 24px; }
.fs-badge {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 11px; border-radius: 4px;
  background: rgba(240, 166, 74, 0.14);
  border: 1px solid rgba(240, 166, 74, 0.45);
  font-family: "Rajdhani", sans-serif; font-weight: 700;
  font-size: 11px; letter-spacing: 2px; color: var(--fs-amber);
  text-transform: uppercase;
}
.fs-hero h1 {
  font-family: "Rajdhani", sans-serif; font-weight: 700;
  font-size: 24px; line-height: 1.05; color: #e7ebf2;
  margin: 8px 0 0; letter-spacing: .5px; text-transform: uppercase;
}
.fs-hero h1 .accent { color: var(--fs-amber); }
.fs-hero p { font-size: 13px; color: var(--fs-muted); max-width: 480px; margin: 7px 0 0; line-height: 1.5; }
.fs-hero code { color: var(--fs-amber); background: #0c0e12; padding: 1px 6px; border-radius: 4px; font-size: .9em; }
.fs-hero-cta { display: flex; align-items: center; gap: 16px; margin-top: 14px; flex-wrap: wrap; }
.fs-hero-price { display: flex; align-items: baseline; gap: 8px; }
.fs-hero-price .now {
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 26px; color: #e7ebf2; line-height: 1;
}
.fs-hero-price .now .per { font-size: 14px; font-weight: 600; color: var(--fs-muted); }
.fs-hero-price .was { font-size: 14px; color: var(--fs-faint); text-decoration: line-through; }
.fs-discord-cta {
  display: flex; align-items: center; gap: 12px;
  margin-top: 26px; padding: 13px 16px; border-radius: 6px;
  border: 1px solid rgba(139, 147, 163, 0.22); background: #1d212a;
}
.fs-discord-cta .ico {
  width: 34px; height: 34px; border-radius: 7px; background: #5865f2;
  display: flex; align-items: center; justify-content: center; color: #fff;
  font-family: "Rajdhani", sans-serif; font-weight: 700; flex: none;
}
.fs-discord-cta .meta { flex: 1; min-width: 0; }
.fs-discord-cta .meta strong {
  font-family: "Rajdhani", sans-serif; font-weight: 600; font-size: 14px;
  color: #e7ebf2; letter-spacing: .5px; display: block;
}
.fs-discord-cta .meta span { font-size: 12px; color: var(--fs-muted); }
.fs-discord-cta .join {
  padding: 8px 16px; border-radius: 5px; background: #5865f2; color: #fff;
  font-family: "Rajdhani", sans-serif; font-weight: 600; font-size: 13px;
  letter-spacing: 1px; text-transform: uppercase; text-decoration: none; flex: none;
}
.fs-hero-aside {
  flex: none; width: 300px; position: relative; z-index: 1; overflow: hidden;
  border-left: 1px solid rgba(139, 147, 163, 0.16);
  background: repeating-linear-gradient(135deg, rgba(139, 147, 163, 0.06) 0 14px, rgba(139, 147, 163, 0.02) 14px 28px);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
}
.fs-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 760px) { .fs-hero-aside { display: none; } }
.fs-hero-aside .fs-scan {
  position: absolute; top: 0; bottom: 0; width: 60px;
  background: linear-gradient(90deg, transparent, rgba(240, 166, 74, 0.1), transparent);
  animation: fsScan 4s linear infinite;
}
.fs-hero-aside-label {
  position: relative; text-align: center;
  font-family: "Rajdhani", sans-serif; font-weight: 700;
  letter-spacing: 2px; font-size: 14px; color: #4b515d; text-transform: uppercase;
  line-height: 2;
}
.fs-hero-aside-label span { color: var(--fs-amber); opacity: .5; }

.fs-section-head {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; max-width: var(--content-width);
  margin: 6px auto 14px; padding: 0 var(--content-padding);
}
.fs-section-head h2 {
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 18px;
  letter-spacing: 2px; color: #e7ebf2; text-transform: uppercase; margin: 0;
}
.fs-section-head .view-all {
  font-family: "Rajdhani", sans-serif; font-weight: 600; font-size: 12px;
  letter-spacing: 1.5px; color: var(--fs-amber); text-transform: uppercase; text-decoration: none;
}

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.store-products-list .store-product,
.store-products-images .store-product,
.widget .store-product {
  border-radius: var(--fs-radius);
  border: 1px solid var(--fs-line-strong);
  background: var(--fs-card-grad);
  overflow: hidden;
  transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.store-products-list .store-product:hover,
.store-products-images .store-product:hover {
  border-color: rgba(240, 166, 74, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.store-product .product-title,
.store-product .product-title a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: .5px;
  color: #e7ebf2;
  text-transform: uppercase;
}
.store-product .product-title a:hover { color: var(--fs-amber); }
.product-actions .price,
.product-actions .price strong {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: var(--fs-amber);
}
.product-actions .price .discount,
.product-actions .price del {
  color: var(--fs-faint);
  font-weight: 600;
}
.store-product .quantity-field {
  border-radius: 5px;
  background: var(--fs-surface-3);
  border: 1px solid var(--fs-line);
}
.store-product .quantity-field input[type=number] { border: none; color: var(--color-text); }
.countdown {
  color: var(--fs-amber);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

/* tiered / subscription products */
.store-product-tiered {
  border-radius: var(--fs-radius);
  border: 1px solid var(--fs-line-strong);
  background: rgba(13, 16, 21, 0.5);
}
.store-product-tiered.subscribed { border-color: rgba(240, 166, 74, 0.55); }
.store-category-tiered-header h1, .store-category-tiered-header h2,
.store-category-tiered-header h3, .store-category-tiered-header h4 {
  font-family: "Rajdhani", sans-serif; text-transform: uppercase; letter-spacing: .5px;
}

/* ============================================================
   WIDGETS / SIDEBAR
   ============================================================ */
.widget {
  border-radius: var(--fs-radius);
  border: 1px solid var(--fs-line);
  background: var(--fs-card-grad);
  overflow: hidden;
}
@media (width <= 960px) {
  .widget.site-navigation { border-radius: 0; background: transparent; border: none; }
}
.widget-title {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aeb5c2;
}

/* vertical spacing between sidebar widgets */
.store-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* top donator -> "live" style card */
.widget-top-donator .widget-title { display: flex; align-items: center; justify-content: space-between; }
.widget-top-donator .widget-title::after {
  content: "";
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--fs-amber); box-shadow: 0 0 7px var(--fs-amber);
  animation: fsPulse 1.8s infinite;
}
.widget-top-donator .avatar { border-radius: 50%; border: 1px solid var(--fs-line-strong); }
.widget-top-donator .username {
  font-family: "Rajdhani", sans-serif; font-weight: 600; color: #e7ebf2;
}
.widget-top-donator strong { color: var(--fs-amber); }
.widget-top-donator .empty { color: var(--fs-muted); }

/* text widget */
.widget-text .widget-content a { color: var(--fs-amber); }

/* goals / progress */
.widget-community-goal .progress,
.widget-goal .progress { border-radius: 3px; background: var(--fs-surface-3); }
.widget-community-goal .progress-bar,
.widget-goal .progress-bar { border-radius: 3px; background: var(--fs-amber-grad); }

/* server status badge */
.widget-server-status .badge-success { color: var(--fs-amber); }

/* All-Access / Annual upsell card (rendered in sidebar.twig) */
.fs-upsell {
  position: relative;
  border-radius: var(--fs-radius);
  border: 1px solid rgba(240, 166, 74, 0.5);
  background: linear-gradient(160deg, #2a2418, #1a1610);
  padding: 18px 16px;
  overflow: hidden;
}
.fs-upsell::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #f0a64a, transparent);
}
.fs-upsell .eyebrow {
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: 2px; color: var(--fs-amber); text-transform: uppercase;
}
.fs-upsell .price {
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 30px;
  color: var(--fs-amber-light); margin-top: 8px; line-height: 1;
}
.fs-upsell .price span { font-size: 14px; color: #b08a52; font-weight: 600; }
.fs-upsell .desc { font-size: 12px; color: #b8a684; margin-top: 6px; line-height: 1.5; }
.fs-upsell .save {
  margin-top: 12px; padding-top: 7px; font-size: 11px; color: #8b7a56;
  letter-spacing: .5px; border-top: 1px solid rgba(240, 166, 74, 0.2);
}
.fs-upsell .cta {
  display: block; margin-top: 12px; text-align: center; padding: 10px;
  border-radius: 5px; background: var(--fs-amber-grad); color: #1a140a;
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 1px; text-transform: uppercase; text-decoration: none;
  box-shadow: 0 0 18px rgba(240, 166, 74, 0.3);
}

/* ============================================================
   POPUPS / BASKET / TOAST / CHECKOUT
   ============================================================ */
.popup-content { border-radius: var(--fs-radius); border: 1px solid var(--fs-line); }
.popup-close { border-radius: 0 5px 0 5px; }
.basket-popup-content, .basket-popup-content .popup-close { border-radius: 0; }
.basket-item { border-radius: 5px; border: 1px solid var(--fs-line); background: var(--fs-surface); }
.basket-item .quantity { border-radius: 4px; }
.toast { border-radius: 6px; border: 1px solid var(--fs-line-strong); background: var(--fs-surface-2); }
.toast-close { border-radius: 4px; }
.quantity-field { border-radius: 5px; }

.media-slider .slider, .media-slider .thumb { border-radius: 5px; }
.media-slider .open-lightbox { border-radius: 4px; }
.popup.popup-media-slider .thumb,
.popup.popup-media-slider .popup-close { border-radius: 5px; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid rgba(139, 147, 163, 0.14);
  background: linear-gradient(180deg, rgba(12, 14, 18, 0.4), #0c0e12);
}
.site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.site-footer-inner .copyright {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  letter-spacing: .5px;
  color: var(--fs-faint);
}
.fs-footer-brand { display: flex; align-items: center; gap: 10px; }
.fs-footer-brand .fs-logo {
  width: 24px; height: 24px; border-radius: 5px;
  background: linear-gradient(155deg, #f0a64a, #c97f2a);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "Rajdhani", sans-serif; font-weight: 700; color: #1a140a; font-size: 13px; flex: none;
}
.fs-footer-links {
  display: flex; gap: 22px; font-size: 12px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--fs-muted);
  font-family: "Rajdhani", sans-serif; font-weight: 600;
}
.fs-footer-links a { color: var(--fs-muted); text-decoration: none; }
.fs-footer-links a:hover { color: var(--fs-amber); }

/* ============================================================
   PASTED HOMEPAGE CONTENT (_STORE_homepage.html)
   All rules scoped under .fs so they never collide with the
   template's own .fs-* classes (.fs-hero, .fs-badge, ...).
   Paste _STORE_homepage.html into the homepage content (source view).
   ============================================================ */
/* let the pasted .fs block break out of the .store-text card */
.store-text:has(.fs),
.text-content:has(> .fs) {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}
.fs { color: #cdd2dc; font-family: "Barlow", sans-serif; line-height: 1.6; }
.fs h1, .fs h2, .fs h3 { font-family: "Rajdhani", sans-serif; color: #e7ebf2; }
.fs b { color: #e7ebf2; }
.fs .fs-muted { color: var(--fs-muted); }
.fs .fs-fine { color: var(--fs-faint); font-size: .8rem; text-align: center; margin-top: 10px; }
.fs .lead { color: #b9c0cc; }

/* the pasted content has its own hero — the template already shows one, hide it */
.fs > .fs-hero { display: none; }

/* sections */
.fs .fs-section { margin: 28px 0; }
.fs .fs-h2 {
  font-size: 1.3rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  color: #e7ebf2; margin: 0 0 16px; text-align: center;
}

/* card grids (Why FinalStory / Available now) */
.fs .fs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 14px; }
.fs .fs-card {
  background: var(--fs-card-grad); border: 1px solid var(--fs-line-strong);
  border-radius: var(--fs-radius); padding: 16px 18px;
}
.fs .fs-card h3 { font-size: 1rem; margin: 0 0 6px; color: #fff; }
.fs .fs-card p { margin: 0; color: var(--fs-muted); font-size: .9rem; }
.fs .fs-card-line { border-left: 3px solid var(--fs-amber); }
.fs .fs-card-line b { display: block; margin-bottom: 7px; font-size: 1rem; line-height: 1.2; }
.fs .fs-card-line span { display: block; color: var(--fs-muted); font-size: .85rem; line-height: 1.45; }

/* category image banners (mobile-friendly browse) */
.fs .fs-cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 720px) { .fs .fs-cats { grid-template-columns: 1fr; } }
.fs .fs-cat {
  position: relative; display: block; overflow: hidden;
  border-radius: var(--fs-radius); border: 1px solid var(--fs-line-strong);
  aspect-ratio: 16 / 9; text-decoration: none;
  transition: border-color .15s ease, transform .15s ease;
}
.fs .fs-cat img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .25s ease;
}
.fs .fs-cat::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,14,18,0) 35%, rgba(12,14,18,0.88) 100%);
}
.fs .fs-cat:hover { border-color: rgba(240, 166, 74, 0.5); transform: translateY(-2px); }
.fs .fs-cat:hover img { transform: scale(1.05); }
.fs .fs-cat-name {
  position: absolute; left: 14px; bottom: 11px; z-index: 1;
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 1.05rem;
  letter-spacing: 1px; text-transform: uppercase; color: #fff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.6);
}

/* All-Access panel + pricing table */
.fs .fs-panel {
  background: linear-gradient(160deg, #2a2418, #1a1610);
  border: 1px solid rgba(240, 166, 74, 0.4); border-radius: var(--fs-radius);
  padding: 24px; text-align: center;
}
.fs .fs-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin: 18px 0; align-items: start; }
.fs .fs-plan {
  position: relative; background: #1d212a; border: 1px solid var(--fs-line-strong);
  border-radius: 6px; padding: 12px 10px; text-align: center;
}
.fs .fs-plan--best { border-color: var(--fs-amber); }
.fs .fs-plan .term { font-family: "Rajdhani", sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--fs-muted); font-size: .8rem; }
.fs .fs-plan .price { font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: 1.6rem; color: #e7ebf2; margin: 6px 0 2px; }
.fs .fs-plan .per { color: var(--fs-muted); font-size: .78rem; line-height: 1.4; }
.fs .fs-plan .fs-badge {
  display: inline-block; background: var(--fs-amber); color: #1a140a;
  font-family: "Rajdhani", sans-serif; font-weight: 700; font-size: .65rem;
  letter-spacing: 1px; text-transform: uppercase; padding: 2px 8px; border-radius: 4px; margin-bottom: 6px;
}

/* buttons inside pasted content */
.fs .fs-btn {
  display: inline-block; padding: 11px 18px; border-radius: 6px;
  font-family: "Rajdhani", sans-serif; font-weight: 800; letter-spacing: .4px;
  text-transform: uppercase; text-decoration: none; font-size: .85rem; margin: 4px;
  transition: opacity .15s ease, border-color .15s ease;
}
.fs .fs-btn:hover { opacity: .92; }
/* high specificity + !important so .text-content a (amber) can't make the
   button text amber-on-amber (invisible) when pasted in a textbox module */
.fs a.fs-btn-primary,
.text-content .fs a.fs-btn-primary { background: #f0a64a !important; color: #1a140a !important; }
.fs a.fs-btn-ghost,
.text-content .fs a.fs-btn-ghost { color: #e7ebf2 !important; border: 1px solid var(--fs-line-strong); }
.fs .fs-center { text-align: center; }
.fs .fs-btn-ghost:hover { border-color: rgba(240, 166, 74, 0.5); }
.fs .fs-btn-block { display: block; text-align: center; }
.fs .fs-btn-sm { padding: 8px 14px; font-size: .78rem; }

/* sidebar widgets (_STORE_sidebar.html) */
.fs .fs-aside { display: flex; flex-direction: column; gap: 14px; }
.fs .fs-widget {
  background: var(--fs-surface); border: 1px solid var(--fs-line-strong);
  border-radius: var(--fs-radius); padding: 16px;
}
.fs .fs-widget.center { text-align: center; }
.fs .fs-widget h3 { margin: 0 0 6px; font-size: 1rem; color: #fff; font-family: "Rajdhani", sans-serif; letter-spacing: .5px; }
.fs .fs-eyebrow {
  font-family: "Rajdhani", sans-serif; font-size: .78rem; letter-spacing: 1px;
  text-transform: uppercase; color: var(--fs-amber); margin: 0 0 10px;
}
.fs .fs-price-big { color: #fff; font-family: "Rajdhani", sans-serif; font-size: 1.5rem; font-weight: 700; }
