/* ===========================================================
   89f-game.download — neon-green & jet theme
   All classes prefixed with f89- for full uniqueness
   =========================================================== */

:root {
  /* Neon green spectrum */
  --f89-glow: #10F58A;
  --f89-green: #0FBF6E;
  --f89-green-deep: #0A8F4F;
  --f89-mint: #B7F8D6;

  /* Jet base */
  --f89-jet: #0E1410;
  --f89-jet-2: #131C17;
  --f89-jet-3: #1B271F;
  --f89-jet-4: #243429;

  /* Gold accent (for bonus elements) */
  --f89-gold: #FFD700;
  --f89-gold-deep: #C29B00;

  /* Light surface */
  --f89-bg: #F5F9F4;
  --f89-bg-2: #ECF3EA;
  --f89-card: #FFFFFF;
  --f89-line: #DCE4DA;

  --f89-text: #0E1410;
  --f89-text-mid: #4A5A4F;
  --f89-text-dim: #7A8B7F;

  --f89-rad-xs: 4px;
  --f89-rad-sm: 8px;
  --f89-rad-md: 14px;
  --f89-rad-lg: 22px;
  --f89-rad-pill: 999px;

  --f89-glow-sm: 0 4px 14px rgba(16,245,138,.32);
  --f89-glow-md: 0 12px 30px rgba(16,245,138,.4);
  --f89-shade-sm: 0 2px 8px rgba(14,20,16,.08);
  --f89-shade-md: 0 14px 36px rgba(14,20,16,.14);

  --f89-wide: 1180px;
  --f89-bar-h: 68px;
  --f89-sheet-h: 60vh;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--f89-text);
  background: var(--f89-bg);
  padding-bottom: 92px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.f89-frozen { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--f89-green-deep); text-decoration: none; transition: color .2s; }
a:hover { color: var(--f89-green); }

h1, h2, h3, h4 {
  font-family: 'Bowlby One SC', 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 .5em;
  color: var(--f89-jet);
  letter-spacing: 0;
  text-transform: uppercase;
}
h1 { font-size: 2.1rem; }
h2 { font-size: 1.7rem; }
h3 { font-size: 1.1rem; font-family: 'Outfit', sans-serif; font-weight: 700; text-transform: none; }
p { margin: 0 0 1em; }

.f89-shell { width: 100%; max-width: var(--f89-wide); padding: 0 18px; margin: 0 auto; }

[dir="rtl"] body { font-family: 'Noto Sans Arabic', 'Outfit', sans-serif; line-height: 1.7; }
[dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 { font-family: 'Noto Sans Arabic', sans-serif; text-transform: none; font-weight: 800; }
[dir="rtl"] p, [dir="rtl"] li, [dir="rtl"] h1, [dir="rtl"] h2, [dir="rtl"] h3, [dir="rtl"] h4 {
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
}

/* Prevent flex/grid blow-up */
.f89-overview-grid > *,
.f89-pipe > *,
.f89-mason > *,
.f89-perks-grid > *,
.f89-foot-cols > *,
.f89-hero-flex > * { min-width: 0; }

/* ============== HEADER ============== */
.f89-header {
  background: var(--f89-jet);
  position: sticky; top: 0; z-index: 60;
  border-bottom: 1px solid rgba(16,245,138,.18);
}
.f89-bar {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--f89-bar-h);
  padding: 0 18px;
  max-width: var(--f89-wide); margin: 0 auto;
  gap: 10px;
}
.f89-logo {
  display: inline-flex; align-items: center;
  height: 38px; flex: 0 0 auto;
}
.f89-logo img { height: 32px; width: auto; }

.f89-nav-d {
  display: none;
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
}
.f89-nav-d a {
  padding: 9px 14px;
  font-size: .92rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  border-radius: var(--f89-rad-sm);
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.f89-nav-d a:hover, .f89-nav-d a.f89-current {
  background: rgba(16,245,138,.1);
  color: var(--f89-glow);
}
.f89-nav-d .f89-cta-d {
  background: var(--f89-glow);
  color: var(--f89-jet) !important;
  font-weight: 800;
  margin-left: 8px;
  padding: 10px 22px;
  border-radius: var(--f89-rad-sm);
  box-shadow: 0 4px 14px rgba(16,245,138,.45);
}
.f89-nav-d .f89-cta-d:hover { filter: brightness(1.08); background: var(--f89-glow); }

.f89-side {
  display: flex; align-items: center; gap: 8px;
  flex: 0 0 auto;
}

/* Lang switcher — pill style */
.f89-lang {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(16,245,138,.1);
  border: 1px solid rgba(16,245,138,.4);
  border-radius: var(--f89-rad-pill);
  padding: 7px 13px;
  color: var(--f89-glow);
  font-weight: 700; font-size: .82rem;
  text-decoration: none;
  transition: all .2s;
  letter-spacing: .02em;
}
.f89-lang:hover { background: rgba(16,245,138,.18); border-color: var(--f89-glow); color: var(--f89-glow); }
.f89-lang svg { width: 14px; height: 14px; }

/* Burger */
.f89-burger {
  background: rgba(16,245,138,.06);
  border: 1px solid rgba(16,245,138,.3);
  width: 42px; height: 42px;
  border-radius: var(--f89-rad-sm);
  cursor: pointer;
  position: relative;
  flex: 0 0 42px;
  transition: all .2s;
}
.f89-burger:hover { background: rgba(16,245,138,.14); border-color: var(--f89-glow); }
.f89-burger span {
  position: absolute;
  left: 50%; top: 50%;
  width: 18px; height: 2px;
  background: var(--f89-glow);
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform .3s, opacity .3s, top .3s;
}
.f89-burger span:nth-child(1) { top: calc(50% - 6px); }
.f89-burger span:nth-child(3) { top: calc(50% + 6px); }
.f89-burger[aria-expanded="true"] span:nth-child(1) { top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.f89-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.f89-burger[aria-expanded="true"] span:nth-child(3) { top: 50%; transform: translate(-50%, -50%) rotate(-45deg); }

/* Bottom-sheet drawer (anchored to bottom of screen) — new pattern */
.f89-sheet {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: var(--f89-sheet-h);
  max-height: 80vh;
  background: linear-gradient(180deg, var(--f89-jet) 0%, var(--f89-jet-2) 100%);
  border-top: 2px solid var(--f89-glow);
  border-radius: 22px 22px 0 0;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.2,.9,.3,1);
  z-index: 70;
  overflow-y: auto;
  padding: 0 22px 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 -16px 40px rgba(0,0,0,.5);
}
.f89-sheet.f89-up { transform: translateY(0); }

.f89-sheet-grip {
  width: 48px; height: 5px;
  background: rgba(16,245,138,.4);
  border-radius: 999px;
  margin: 12px auto 8px;
  flex: 0 0 5px;
}

.f89-sheet-top {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(16,245,138,.15);
}
.f89-sheet-top img { height: 28px; width: auto; }
.f89-sheet-x {
  background: transparent; border: none;
  width: 36px; height: 36px;
  border-radius: var(--f89-rad-sm);
  color: var(--f89-glow);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.f89-sheet-x:hover { background: rgba(16,245,138,.12); }
.f89-sheet-x svg { width: 20px; height: 20px; }

.f89-sheet-h {
  color: var(--f89-glow);
  font-size: .68rem; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  padding: 14px 10px 6px;
  margin: 0;
}

.f89-sheet a:not(.f89-sheet-cta) {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 14px;
  color: rgba(255,255,255,.92);
  font-weight: 500;
  font-size: 1rem;
  border-radius: var(--f89-rad-md);
  text-decoration: none;
  transition: all .2s;
}
.f89-sheet a:not(.f89-sheet-cta):hover, .f89-sheet a.f89-current:not(.f89-sheet-cta) {
  background: rgba(16,245,138,.08);
  color: var(--f89-glow);
}
.f89-sheet a .f89-pip {
  background: var(--f89-gold);
  color: var(--f89-jet);
  font-size: .62rem; font-weight: 800;
  padding: 3px 8px; border-radius: var(--f89-rad-pill);
  letter-spacing: .04em; text-transform: uppercase;
}

.f89-sheet-cta {
  background: var(--f89-glow);
  color: var(--f89-jet) !important;
  text-align: center;
  border-radius: var(--f89-rad-md);
  padding: 16px 18px;
  font-weight: 800;
  font-size: 1.05rem;
  margin-top: 14px;
  box-shadow: var(--f89-glow-md);
  display: block;
  text-decoration: none;
}
.f89-sheet-cta:hover { filter: brightness(1.08); color: var(--f89-jet) !important; }

.f89-veil {
  position: fixed; inset: 0;
  background: rgba(14,20,16,.7);
  opacity: 0; pointer-events: none;
  transition: opacity .3s;
  z-index: 69;
}
.f89-veil.f89-up { opacity: 1; pointer-events: auto; }

@media (min-width: 1000px) {
  .f89-burger { display: none; }
  .f89-nav-d { display: flex; }
  .f89-sheet, .f89-veil { display: none !important; }
  body { padding-bottom: 0; }
  .f89-stick { display: none; }
}

/* ============== HERO — split: text left + tile-stack right (asymmetric) ============== */
.f89-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(16,245,138,.18) 0%, transparent 50%),
    radial-gradient(circle at 10% 90%, rgba(255,215,0,.08) 0%, transparent 45%),
    linear-gradient(180deg, var(--f89-jet) 0%, var(--f89-jet-2) 60%, var(--f89-jet-3) 100%);
  color: #fff;
  padding: 36px 0 60px;
  position: relative; overflow: hidden;
}
.f89-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(16,245,138,.05) 1px, transparent 0);
  background-size: 24px 24px;
  pointer-events: none;
}

.f89-hero-flex {
  position: relative; z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1000px) {
  .f89-hero-flex {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}

.f89-hero-words {
  flex: 1 1 auto;
  text-align: center;
  max-width: 660px;
}
@media (min-width: 1000px) {
  .f89-hero-words { text-align: left; }
}
[dir="rtl"] .f89-hero-words { text-align: center; }
[dir="rtl"] @media (min-width: 1000px) { .f89-hero-words { text-align: right; } }

.f89-hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(16,245,138,.15);
  border: 1px solid rgba(16,245,138,.4);
  border-radius: var(--f89-rad-pill);
  padding: 7px 16px;
  font-size: .8rem;
  font-weight: 600;
  color: var(--f89-glow);
  margin-bottom: 18px;
}
.f89-hero-pill .f89-pulse {
  width: 7px; height: 7px;
  background: var(--f89-glow);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(16,245,138,.8);
  animation: f89-blink 1.6s ease-in-out infinite;
}
@keyframes f89-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

.f89-hero h1 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 18px;
  line-height: 1.05;
}
.f89-hero h1 .f89-h1-flash {
  color: var(--f89-glow);
  text-shadow: 0 0 28px rgba(16,245,138,.6);
  display: inline-block;
}

.f89-hero-line {
  font-size: 1.04rem;
  color: rgba(255,255,255,.78);
  margin: 0 0 22px;
  max-width: 540px;
  line-height: 1.6;
}
@media (max-width: 999px) { .f89-hero-line { margin-left: auto; margin-right: auto; } }

.f89-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
  max-width: 480px;
}
@media (max-width: 999px) { .f89-hero-stats { margin-left: auto; margin-right: auto; } }
.f89-hero-stat {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--f89-rad-md);
  padding: 12px 8px;
  text-align: center;
}
.f89-hero-stat-n {
  font-family: 'Bowlby One SC', sans-serif;
  font-size: 1.3rem;
  color: var(--f89-glow);
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.f89-hero-stat-l {
  font-size: .68rem;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
}

.f89-hero-actions {
  display: flex; flex-direction: column; gap: 10px;
  max-width: 380px;
}
@media (max-width: 999px) { .f89-hero-actions { margin-left: auto; margin-right: auto; } }
@media (min-width: 540px) {
  .f89-hero-actions { flex-direction: row; max-width: none; }
}

@media (min-width: 1000px) {
  .f89-hero { padding: 60px 0 80px; }
  .f89-hero h1 { font-size: 3.6rem; }
}

/* Hero stack — asymmetric tile arrangement of 3 small banners */
.f89-hero-stack {
  flex: 0 0 auto;
  width: 100%;
  max-width: 440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
@media (min-width: 1000px) {
  .f89-hero-stack { width: 460px; max-width: 460px; }
}

.f89-hero-tile {
  border-radius: var(--f89-rad-md);
  overflow: hidden;
  display: block;
  text-decoration: none;
  position: relative;
  box-shadow: 0 14px 36px rgba(0,0,0,.45), 0 0 0 1px rgba(16,245,138,.25);
  transition: transform .25s, box-shadow .25s;
  background: var(--f89-jet-2);
}
.f89-hero-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(0,0,0,.55), 0 0 0 1px rgba(16,245,138,.5);
}
.f89-hero-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 400;
  object-fit: cover;
}
.f89-hero-tile-big { grid-column: span 2; }

.f89-hero-tile-cap {
  position: absolute;
  bottom: 8px;
  left: 8px;
  background: var(--f89-glow);
  color: var(--f89-jet);
  padding: 5px 11px;
  font-size: .72rem;
  font-weight: 800;
  border-radius: var(--f89-rad-xs);
  letter-spacing: .04em;
  text-transform: uppercase;
}
[dir="rtl"] .f89-hero-tile-cap { left: auto; right: 8px; }

/* ============== BUTTONS ============== */
.f89-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 14px 24px;
  font-weight: 700; font-size: 1rem;
  border-radius: var(--f89-rad-sm);
  border: 0; cursor: pointer;
  text-decoration: none;
  transition: transform .15s, box-shadow .2s, filter .2s, background .2s;
  font-family: inherit;
  white-space: nowrap;
  letter-spacing: .005em;
}
.f89-btn:active { transform: translateY(1px); }

.f89-btn-glow {
  background: var(--f89-glow);
  color: var(--f89-jet);
  box-shadow: var(--f89-glow-md);
}
.f89-btn-glow:hover {
  filter: brightness(1.1);
  color: var(--f89-jet);
  background: var(--f89-glow);
}

.f89-btn-gold {
  background: linear-gradient(135deg, var(--f89-gold) 0%, var(--f89-gold-deep) 100%);
  color: var(--f89-jet);
  box-shadow: 0 10px 28px rgba(255,215,0,.4);
}
.f89-btn-gold:hover { filter: brightness(1.08); color: var(--f89-jet); }

.f89-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.25);
}
.f89-btn-ghost:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(16,245,138,.55);
  color: #fff;
}

.f89-btn-block { width: 100%; }
.f89-btn svg { width: 18px; height: 18px; }

/* ============== ZONES (sections) ============== */
.f89-zone { padding: 52px 0; }
@media (min-width: 720px) { .f89-zone { padding: 76px 0; } }

.f89-zone-jet {
  background: linear-gradient(180deg, var(--f89-jet) 0%, var(--f89-jet-2) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.f89-zone-jet::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(16,245,138,.05) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
}
.f89-zone-jet > * { position: relative; z-index: 2; }
.f89-zone-jet h2 { color: #fff; }

.f89-zone-mint {
  background: linear-gradient(180deg, #F0FBF4 0%, #E2F4E8 100%);
  position: relative;
}

.f89-zone-h {
  text-align: center;
  margin-bottom: 36px;
}
.f89-eye {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--f89-green-deep);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 14px;
  background: rgba(16,245,138,.12);
  padding: 6px 14px;
  border-radius: var(--f89-rad-pill);
}
.f89-zone-jet .f89-eye {
  color: var(--f89-glow);
  background: rgba(16,245,138,.1);
}
.f89-zone-h h2 { margin-bottom: 8px; }
.f89-zone-line {
  margin: 0 auto;
  max-width: 640px;
  font-size: 1rem;
  color: var(--f89-text-mid);
}
.f89-zone-jet .f89-zone-line { color: rgba(255,255,255,.7); }

/* ============== OVERVIEW — 4-tile horizontal info ============== */
.f89-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) { .f89-overview-grid { grid-template-columns: 1fr 1fr; gap: 16px; } }
@media (min-width: 1000px) { .f89-overview-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; } }

.f89-overview {
  background: var(--f89-card);
  padding: 26px 22px;
  border-radius: var(--f89-rad-lg);
  border: 1px solid var(--f89-line);
  transition: transform .25s, border-color .25s, box-shadow .25s;
  position: relative;
}
.f89-overview::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--f89-glow);
  border-radius: var(--f89-rad-lg) var(--f89-rad-lg) 0 0;
  opacity: 0;
  transition: opacity .25s;
}
.f89-overview:hover {
  transform: translateY(-4px);
  border-color: var(--f89-green);
  box-shadow: var(--f89-shade-md);
}
.f89-overview:hover::before { opacity: 1; }
.f89-overview-ico {
  width: 48px; height: 48px;
  border-radius: var(--f89-rad-md);
  background: linear-gradient(135deg, var(--f89-glow) 0%, var(--f89-green-deep) 100%);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  color: var(--f89-jet);
}
.f89-overview-ico svg { width: 24px; height: 24px; stroke-width: 2.5; }
.f89-overview h3 { font-size: 1.05rem; margin-bottom: 6px; }
.f89-overview p { font-size: .9rem; color: var(--f89-text-mid); margin: 0; line-height: 1.55; }

/* ============== SETUP PIPELINE — 6 horizontal steps ============== */
.f89-pipe {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 780px;
  margin: 0 auto;
}

.f89-pipe-row {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(16,245,138,.18);
  border-radius: var(--f89-rad-lg);
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: border-color .25s, background .25s;
  position: relative;
}
.f89-pipe-row:hover {
  border-color: rgba(16,245,138,.5);
  background: rgba(255,255,255,.07);
}

.f89-pipe-num {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bowlby One SC', sans-serif;
  font-size: 1.6rem;
  color: var(--f89-jet);
  background: var(--f89-glow);
  border-radius: var(--f89-rad-md);
  box-shadow: 0 6px 20px rgba(16,245,138,.4);
  position: relative;
}
.f89-pipe-num::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--f89-glow);
  opacity: 0;
  transform: scale(1);
  transition: opacity .25s, transform .25s;
}
.f89-pipe-row:hover .f89-pipe-num::after {
  opacity: 1;
  transform: scale(1.18);
}
.f89-pipe-text { flex: 1 1 auto; min-width: 0; }
.f89-pipe-text h3 { font-size: 1.05rem; margin-bottom: 4px; color: #fff; }
.f89-pipe-text p { font-size: .92rem; color: rgba(255,255,255,.7); margin: 0; line-height: 1.55; }

@media (max-width: 540px) {
  .f89-pipe-row { padding: 18px 18px; gap: 14px; }
  .f89-pipe-num { flex: 0 0 48px; width: 48px; height: 48px; font-size: 1.4rem; }
}

/* ============== MASONRY — 4 banner showcase tiles, mixed sizes ============== */
.f89-mason {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 600px) { .f89-mason { grid-template-columns: 1fr 1fr; gap: 16px; } }
@media (min-width: 1000px) {
  .f89-mason {
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
  }
  .f89-mason > :nth-child(1) { grid-column: span 4; }
  .f89-mason > :nth-child(2) { grid-column: span 2; }
  .f89-mason > :nth-child(3) { grid-column: span 2; }
  .f89-mason > :nth-child(4) { grid-column: span 4; }
}

.f89-mason-cell {
  position: relative;
  border-radius: var(--f89-rad-lg);
  overflow: hidden;
  background: var(--f89-jet);
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--f89-line);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}
.f89-mason-cell:hover {
  transform: translateY(-4px);
  border-color: var(--f89-green);
  box-shadow: var(--f89-shade-md);
  color: inherit;
}
.f89-mason-cover {
  aspect-ratio: 1000 / 400;
  background: var(--f89-jet);
  overflow: hidden;
}
.f89-mason-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.f89-mason-cell:hover .f89-mason-cover img { transform: scale(1.04); }
.f89-mason-info {
  padding: 16px 20px 20px;
  background: var(--f89-card);
}
.f89-mason-info h3 { font-size: 1.05rem; margin-bottom: 4px; color: var(--f89-jet); }
.f89-mason-info p { font-size: .88rem; color: var(--f89-text-mid); margin: 0; line-height: 1.55; }

/* ============== PERKS — 3-tile bonus showcase ============== */
.f89-perks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 600px) { .f89-perks-grid { grid-template-columns: 1fr 1fr 1fr; gap: 16px; } }

.f89-perk {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,215,0,.25);
  border-radius: var(--f89-rad-lg);
  padding: 26px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: border-color .25s, background .25s;
}
.f89-perk:hover {
  border-color: rgba(255,215,0,.5);
  background: rgba(255,255,255,.06);
}
.f89-perk-num {
  font-family: 'Bowlby One SC', sans-serif;
  font-size: 2.4rem;
  color: var(--f89-gold);
  margin-bottom: 4px;
  display: block;
  line-height: 1;
}
.f89-perk-tag {
  display: inline-block;
  background: rgba(255,215,0,.15);
  color: var(--f89-gold);
  font-size: .72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--f89-rad-pill);
  margin-bottom: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.f89-perk h3 { color: #fff; font-size: 1.05rem; margin-bottom: 6px; }
.f89-perk p { color: rgba(255,255,255,.72); font-size: .9rem; margin: 0; line-height: 1.55; }

/* ============== FAQ — alternating bg, no chevron, plus-only indicator ============== */
.f89-faq {
  max-width: 800px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 10px;
}
.f89-faq details {
  background: var(--f89-card);
  border-radius: var(--f89-rad-md);
  border: 1px solid var(--f89-line);
  overflow: hidden;
  transition: border-color .2s;
}
.f89-faq details[open] {
  border-color: var(--f89-green);
}
.f89-faq summary {
  padding: 18px 56px 18px 22px;
  font-weight: 700;
  color: var(--f89-jet);
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: .98rem;
}
[dir="rtl"] .f89-faq summary { padding: 18px 22px 18px 56px; }
.f89-faq summary::-webkit-details-marker { display: none; }
.f89-faq summary::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%;
  width: 28px; height: 28px;
  background: var(--f89-glow);
  color: var(--f89-jet);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1.2rem;
  transform: translateY(-50%);
  transition: transform .25s, background .25s;
  line-height: 1;
}
[dir="rtl"] .f89-faq summary::after { right: auto; left: 22px; }
.f89-faq details[open] summary::after {
  content: '−';
  background: var(--f89-jet);
  color: var(--f89-glow);
  transform: translateY(-50%) rotate(180deg);
}
.f89-faq-text {
  padding: 0 22px 18px;
  color: var(--f89-text-mid);
  font-size: .94rem;
  line-height: 1.7;
}

/* ============== LONGREAD with FADE ============== */
.f89-longread-card {
  max-width: 920px; margin: 0 auto;
  background: var(--f89-card);
  border: 1px solid var(--f89-line);
  border-radius: var(--f89-rad-lg);
  padding: 32px 24px 0;
}
@media (min-width: 720px) { .f89-longread-card { padding: 44px 50px 0; } }

.f89-longread-body {
  position: relative;
  max-height: 480px;
  overflow: hidden;
  transition: max-height .4s ease;
}
.f89-longread-body.f89-longread-shown { max-height: 14000px; }
.f89-longread-body::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.95) 65%, var(--f89-card) 100%);
  pointer-events: none;
  transition: opacity .3s;
}
.f89-longread-body.f89-longread-shown::after { opacity: 0; }

.f89-longread-body h2 { font-size: 1.7rem; margin-bottom: .55em; }
.f89-longread-body h3 {
  font-size: 1.1rem;
  margin-top: 1.7em;
  margin-bottom: .55em;
  color: var(--f89-jet);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  text-transform: none;
  background: linear-gradient(90deg, transparent 0, transparent 6px, rgba(16,245,138,.12) 6px, rgba(16,245,138,.12) 100%);
  padding: 6px 12px;
  border-left: 4px solid var(--f89-glow);
}
[dir="rtl"] .f89-longread-body h3 {
  border-left: none;
  border-right: 4px solid var(--f89-glow);
  background: linear-gradient(270deg, transparent 0, transparent 6px, rgba(16,245,138,.12) 6px, rgba(16,245,138,.12) 100%);
}
.f89-longread-body h3:first-of-type { margin-top: 0; }
.f89-longread-body p {
  font-size: .96rem;
  line-height: 1.75;
  color: var(--f89-text);
  margin-bottom: 1em;
}
[dir="rtl"] .f89-longread-body p { line-height: 2; }
.f89-longread-body strong { color: var(--f89-jet); }

.f89-longread-toggle {
  position: relative; z-index: 2;
  text-align: center;
  padding: 8px 0 32px;
  margin-top: -64px;
}
.f89-longread-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--f89-jet);
  color: var(--f89-glow);
  font-weight: 700;
  font-size: .96rem;
  padding: 14px 28px;
  border: 1.5px solid var(--f89-glow);
  border-radius: var(--f89-rad-sm);
  cursor: pointer;
  font-family: inherit;
  letter-spacing: .03em;
  transition: background .2s, transform .15s;
  text-transform: uppercase;
}
.f89-longread-btn:hover { background: var(--f89-jet-2); transform: translateY(-1px); }
.f89-longread-btn.f89-longread-flip .f89-longread-arrow { transform: rotate(180deg); }
.f89-longread-arrow { width: 14px; height: 14px; transition: transform .3s; }

/* ============== STICKY CTA — mobile bottom ============== */
.f89-stick {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 50;
  background: linear-gradient(180deg, rgba(14,20,16,.94) 0%, var(--f89-jet) 100%);
  border-top: 1px solid rgba(16,245,138,.35);
  padding: 10px 12px;
  display: flex; gap: 8px;
}
.f89-stick .f89-btn { flex: 1; padding: 12px 14px; font-size: .92rem; }

/* ============== FOOTER ============== */
.f89-foot {
  background: var(--f89-jet);
  color: rgba(255,255,255,.55);
  padding: 48px 0 24px;
  font-size: .88rem;
  border-top: 1px solid rgba(16,245,138,.18);
}
.f89-foot h4 {
  color: var(--f89-glow);
  font-size: .82rem;
  margin-bottom: 14px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.f89-foot a { color: rgba(255,255,255,.65); transition: color .2s; }
.f89-foot a:hover { color: var(--f89-glow); }

.f89-foot-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 30px;
}
@media (min-width: 600px) { .f89-foot-cols { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .f89-foot-cols { grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px; } }

.f89-foot-id .f89-foot-mark {
  height: 32px; width: auto;
  margin-bottom: 14px;
}
.f89-foot-id p {
  font-size: .84rem;
  line-height: 1.65;
  color: rgba(255,255,255,.55);
}

.f89-foot-18 {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(16,245,138,.1);
  border: 1px solid rgba(16,245,138,.3);
  color: var(--f89-glow);
  padding: 5px 11px;
  border-radius: var(--f89-rad-sm);
  font-size: .76rem;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: .04em;
}

.f89-foot-list { list-style: none; padding: 0; margin: 0; }
.f89-foot-list li { margin-bottom: 8px; font-size: .85rem; }

.f89-foot-base {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 18px;
  font-size: .76rem;
  color: rgba(255,255,255,.4);
  text-align: center;
}
.f89-foot-base p { margin: 0 0 6px; }

/* ============== SMALL SCREENS ============== */
@media (max-width: 380px) {
  .f89-hero h1 { font-size: 1.85rem; }
  .f89-shell { padding: 0 14px; }
  .f89-bar { padding: 0 12px; gap: 6px; }
  .f89-lang { padding: 6px 10px; font-size: .76rem; }
  .f89-btn { padding: 12px 16px; font-size: .92rem; }
  .f89-stick .f89-btn { padding: 11px 10px; font-size: .85rem; }
  .f89-side { gap: 4px; }
}

@media (max-width: 340px) {
  .f89-hero h1 { font-size: 1.7rem; }
  .f89-lang span { display: none; }
  .f89-lang { padding: 6px 8px; }
  .f89-overview-grid { grid-template-columns: 1fr; }
  .f89-perks-grid { grid-template-columns: 1fr; }
}
