
:root {
  --color-fb-bg: #d6f5c2;
  --color-fb-bg-2: #b9eaa0;
  --color-fb-leaf: #8bcf6a;
  --color-fb-grass: #4ea63a;
  --color-fb-deep: #25652a;
  --color-fb-ink: #0f2a14;
  --color-fb-cream: #fff7d6;
  --color-fb-pop: #ffd84d;
  --color-fb-orange: #ff7a2b;
  --color-fb-red: #e8442f;
  --color-fb-blue: #2a8bd1;
  --color-fb-purple: #9945ff;

  --font-sans: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  --font-display: "Luckiest Guy", "Bangers", "Fredoka", system-ui, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: var(--font-sans);
  font-weight: 500;
  color: var(--color-fb-ink);
  background-color: #c8efb1;
  background-image:
    radial-gradient(
      circle at 12% 18%,
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0) 28%
    ),
    radial-gradient(
      circle at 88% 8%,
      rgba(255, 216, 77, 0.55) 0,
      rgba(255, 216, 77, 0) 30%
    ),
    radial-gradient(
      circle at 50% 110%,
      rgba(78, 166, 58, 0.55) 0,
      rgba(78, 166, 58, 0) 45%
    );
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

p {
  overflow-wrap: anywhere;
}


.font-display {
  font-family: var(--font-display);
  letter-spacing: 0.02em;
  font-weight: 400;
}

.fb-stroke-text {
  color: #fff;
  -webkit-text-stroke: 3px #0f2a14;
  paint-order: stroke fill;
  text-shadow:
    0 4px 0 #0f2a14,
    0 8px 0 rgba(15, 42, 20, 0.25);
}

.fb-stroke-text-green {
  color: var(--color-fb-pop);
  -webkit-text-stroke: 3px #0f2a14;
  paint-order: stroke fill;
  text-shadow:
    0 4px 0 #0f2a14,
    0 8px 0 rgba(15, 42, 20, 0.3);
}


.fb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 3px solid #0f2a14;
  border-radius: 999px;
  padding: 0.95rem 1.75rem;
  font-family: var(--font-display);
  letter-spacing: 0.03em;
  font-size: 1.05rem;
  font-weight: 400;
  color: #0f2a14;
  text-transform: uppercase;
  user-select: none;
  box-shadow: 0 6px 0 #0f2a14, 0 6px 0 1px #0f2a14;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.fb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 #0f2a14, 0 8px 0 1px #0f2a14;
}

.fb-btn:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #0f2a14, 0 2px 0 1px #0f2a14;
}

.fb-btn-buy {
  background: linear-gradient(180deg, #7fde55 0%, #4ea63a 100%);
}

.fb-btn-sell {
  background: linear-gradient(180deg, #ffd84d 0%, #ff9d1a 100%);
}

.fb-btn-ghost {
  background: var(--color-fb-cream);
}

.fb-btn-sm {
  padding: 0.55rem 1rem;
  font-size: 0.85rem;
  box-shadow: 0 4px 0 #0f2a14;
}

.fb-btn-sm:hover {
  box-shadow: 0 5px 0 #0f2a14;
}

.fb-btn-sm:active {
  box-shadow: 0 1px 0 #0f2a14;
}

.fb-btn-xl {
  padding: 1.1rem 2.1rem;
  font-size: 1.2rem;
  box-shadow: 0 7px 0 #0f2a14, 0 7px 0 1px #0f2a14;
}

.fb-btn-xl:hover {
  box-shadow: 0 9px 0 #0f2a14, 0 9px 0 1px #0f2a14;
}

.fb-btn-xl:active {
  box-shadow: 0 2px 0 #0f2a14, 0 2px 0 1px #0f2a14;
}

@media (min-width: 768px) {
  .fb-btn-xl {
    padding: 1.25rem 2.4rem;
    font-size: 1.35rem;
  }
}

.fb-btn--stamped {
  overflow: visible;
}

.fb-btn--stamped::after {
  content: attr(data-stamp);
  position: absolute;
  top: -14px;
  right: -14px;
  min-width: 40px;
  height: 40px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 3px solid #0f2a14;
  background: #e8442f;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: 3px 3px 0 #0f2a14;
  transform: rotate(12deg);
  animation: fb-stamp-wiggle 2.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 2;
}

.fb-btn-sm.fb-btn--stamped::after {
  top: -10px;
  right: -10px;
  min-width: 30px;
  height: 30px;
  font-size: 0.7rem;
  border-width: 2.5px;
  box-shadow: 2px 2px 0 #0f2a14;
}

.fb-btn-xl.fb-btn--stamped::after {
  top: -16px;
  right: -16px;
  min-width: 48px;
  height: 48px;
  font-size: 1.05rem;
}

@keyframes fb-stamp-wiggle {
  0%, 100% { transform: rotate(12deg) scale(1); }
  20% { transform: rotate(-4deg) scale(1.08); }
  40% { transform: rotate(16deg) scale(1); }
  60% { transform: rotate(10deg) scale(1.04); }
}

.bonus-strip {
  position: relative;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem 0.5rem 0.5rem;
  background: #0f2a14;
  color: #fff7d6;
  border-bottom: 3px solid #0f2a14;
  overflow: hidden;
}

.bonus-strip.is-hidden {
  display: none;
}

.bonus-strip__siren {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2.5px solid #0f2a14;
  background: var(--color-fb-pop);
  color: var(--color-fb-red);
  box-shadow: 2px 2px 0 #ffd84d inset;
  animation: fb-strip-siren 1.1s ease-in-out infinite;
}

.bonus-strip__track {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.bonus-strip__loop {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  animation: fb-strip-scroll 28s linear infinite;
  font-family: var(--font-display);
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .bonus-strip__loop { font-size: 1.05rem; gap: 1.25rem; }
}

.bonus-strip__msg {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.bonus-strip__msg strong {
  font-weight: 400;
  color: var(--color-fb-pop);
}

.bonus-strip__msg strong.hot {
  color: #fff;
  background: var(--color-fb-red);
  padding: 0.05rem 0.5rem;
  border-radius: 9999px;
  border: 2px solid #fff7d6;
}

.bonus-strip__msg em {
  font-style: normal;
  opacity: 0.65;
}

.bonus-strip__dot {
  opacity: 0.4;
  font-size: 1.25rem;
  line-height: 1;
}

.bonus-strip__close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 2px solid rgba(255, 247, 214, 0.3);
  background: transparent;
  color: rgba(255, 247, 214, 0.8);
  transition: background 0.15s ease, color 0.15s ease;
}

.bonus-strip__close:hover {
  background: rgba(255, 247, 214, 0.15);
  color: #fff;
}

@keyframes fb-strip-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes fb-strip-siren {
  0%, 100% { transform: rotate(-6deg) scale(1); }
  50% { transform: rotate(8deg) scale(1.12); }
}

.deal-strip {
  position: relative;
  margin-top: 1.5rem;
  padding: 1.1rem 1rem 1.2rem;
  border: 3px solid #0f2a14;
  border-radius: 22px;
  background:
    repeating-linear-gradient(45deg, #ffd84d 0 12px, #fff7d6 12px 24px);
  box-shadow: 7px 7px 0 #0f2a14;
}

@media (min-width: 768px) {
  .deal-strip {
    padding: 1.25rem 1.4rem 1.5rem;
    border-radius: 26px;
  }
}

.deal-strip__tag {
  position: absolute;
  top: -15px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.75rem;
  border: 3px solid #0f2a14;
  background: var(--color-fb-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 9999px;
  box-shadow: 3px 3px 0 #0f2a14;
  transform: rotate(-3deg);
}

.deal-strip__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  align-items: stretch;
}

@media (min-width: 720px) {
  .deal-strip__grid {
    grid-template-columns: 1fr auto 1fr;
    gap: 0.75rem;
  }
}

.deal-card {
  position: relative;
  border: 3px solid #0f2a14;
  border-radius: 18px;
  padding: 0.85rem 1rem 0.95rem;
  background: #fff;
  box-shadow: 4px 4px 0 #0f2a14;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.deal-card--buy {
  background: linear-gradient(180deg, #d4f3bf 0%, #b0e28a 100%);
}

.deal-card--sell {
  background: linear-gradient(180deg, #ffe9a8 0%, #ffc84a 100%);
}

.deal-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.deal-card__kind {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-fb-ink);
}

.deal-card__plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 0.15rem 0.6rem;
  border-radius: 9999px;
  border: 2.5px solid #0f2a14;
  background: var(--color-fb-red);
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  box-shadow: 2px 2px 0 #0f2a14;
  animation: fb-plus-pulse 1.6s ease-in-out infinite;
}

.deal-card__punch {
  font-family: var(--font-display);
  letter-spacing: 0.03em;
  font-size: 1.15rem;
  line-height: 1.05;
  color: var(--color-fb-deep);
}

.deal-card--sell .deal-card__punch {
  color: #6a3d00;
}

.deal-card__punch strong {
  font-weight: 400;
  color: var(--color-fb-red);
}

.deal-card--sell .deal-card__punch strong {
  color: #0f2a14;
}

.deal-card__example {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(15, 42, 20, 0.85);
}

.deal-card__example strong {
  font-weight: 800;
}

.deal-card__was {
  text-decoration: line-through;
  opacity: 0.55;
  font-family: var(--font-mono);
  font-size: 0.78rem;
}

.deal-card__now {
  font-family: var(--font-display);
  font-size: 0.95rem;
  background: #0f2a14;
  color: #ffd84d;
  padding: 0.1rem 0.55rem;
  border-radius: 9999px;
  letter-spacing: 0.02em;
}

.deal-card__vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(15, 42, 20, 0.55);
  padding: 0.35rem 0.5rem;
  line-height: 1.1;
}

.deal-card__vs br { content: ""; }

@media (min-width: 720px) {
  .deal-card__vs { font-size: 0.75rem; }
}

@keyframes fb-plus-pulse {
  0%, 100% { transform: scale(1); box-shadow: 2px 2px 0 #0f2a14; }
  50% { transform: scale(1.09); box-shadow: 3px 3px 0 #0f2a14, 0 0 0 6px rgba(232, 68, 47, 0.18); }
}


.fb-card {
  background: var(--color-fb-cream);
  border: 3px solid var(--color-fb-ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 #0f2a14;
}

.fb-card-green {
  background: #c9efb0;
  border: 3px solid var(--color-fb-ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 #0f2a14;
}

.fb-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  border: 2px solid var(--color-fb-ink);
  background: var(--color-fb-cream);
  color: var(--color-fb-ink);
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
}

.fb-pill--pop {
  background: var(--color-fb-pop);
}

.fb-pill--grass {
  background: var(--color-fb-grass);
  color: var(--color-fb-cream);
}

.fb-pill .icon-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: var(--color-fb-grass);
}


.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 2rem;
  }
}

main {
  position: relative;
  width: 100%;
  padding-bottom: 72px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  main {
    padding-bottom: 0;
  }
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
  border-bottom: 2px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(214, 245, 194, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom-color: var(--color-fb-ink);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin-inline: auto;
  padding: 1.1rem 1rem 0.85rem;
}

@media (min-width: 768px) {
  .site-header__inner {
    padding: 1.2rem 2rem 1rem;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .brand {
    gap: 0.75rem;
  }
}

.brand__avatar {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: #fff;
  overflow: hidden;
  box-shadow: 3px 3px 0 #0f2a14;
}

.brand__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .brand__avatar {
    width: 48px;
    height: 48px;
  }
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--color-fb-deep);
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .brand__name {
    font-size: 1.5rem;
  }
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 768px) {
  .nav-desktop {
    display: flex;
  }
}

.nav-desktop a {
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-fb-deep);
  transition: background 0.15s ease;
}

.nav-desktop a:hover {
  background: rgba(255, 255, 255, 0.6);
}

.header-right {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .header-right {
    display: flex;
  }
}

.social-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: #fff;
  color: var(--color-fb-ink);
  box-shadow: 3px 3px 0 #0f2a14;
  transition: transform 0.15s ease;
}

.social-btn:hover {
  transform: translateY(-2px);
}

.social-btn--tg {
  color: #229ed9;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-pop);
  box-shadow: 3px 3px 0 #0f2a14;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.menu-btn:active {
  transform: translateY(2px);
  box-shadow: 1px 1px 0 #0f2a14;
}

@media (min-width: 768px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn__bars {
  position: relative;
  display: block;
  width: 20px;
  height: 16px;
}

.menu-btn__bars span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: var(--color-fb-ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-btn__bars span:nth-child(1) { top: 0; }
.menu-btn__bars span:nth-child(2) { top: 7px; }
.menu-btn__bars span:nth-child(3) { top: 14px; }

.menu-btn[aria-expanded="true"] .menu-btn__bars span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-btn[aria-expanded="true"] .menu-btn__bars span:nth-child(2) {
  opacity: 0;
}
.menu-btn[aria-expanded="true"] .menu-btn__bars span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  display: none;
  border-top: 2px solid var(--color-fb-ink);
  background: rgba(214, 245, 194, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mobile-menu.is-open {
  display: block;
}

@media (min-width: 768px) {
  .mobile-menu.is-open {
    display: none;
  }
}

.mobile-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}

.mobile-menu__inner a {
  border-radius: 16px;
  border: 2px solid var(--color-fb-ink);
  background: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-fb-deep);
}

.mobile-menu__cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.mobile-menu__cta .fb-btn {
  flex: 1;
  font-size: 0.875rem;
}


.hero {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0 5rem;
}

@media (min-width: 768px) {
  .hero {
    padding: 2.5rem 0 7rem;
  }
}

.bubbles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.bubble {
  position: absolute;
  border-radius: 9999px;
  filter: blur(40px);
}

.bubble--1 {
  left: -2.5rem;
  top: 5rem;
  width: 8rem;
  height: 8rem;
  background: rgba(139, 207, 106, 0.4);
}

.bubble--2 {
  right: 2.5rem;
  top: 10rem;
  width: 10rem;
  height: 10rem;
  background: rgba(255, 216, 77, 0.4);
  filter: blur(60px);
}

.bubble--3 {
  left: 50%;
  bottom: 2.5rem;
  width: 12rem;
  height: 12rem;
  background: rgba(78, 166, 58, 0.3);
  filter: blur(60px);
}

.hero__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .hero__inner {
    padding-inline: 2rem;
  }
}

.banner-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 3px solid var(--color-fb-ink);
  box-shadow: 10px 10px 0 #0f2a14;
}

.banner-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

@media (min-width: 640px) {
  .banner-card img { height: 200px; }
}
@media (min-width: 768px) {
  .banner-card img { height: 260px; }
}
@media (min-width: 1024px) {
  .banner-card img { height: 320px; }
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3.5rem;
    margin-top: 4rem;
  }
}

.hero__title {
  font-family: var(--font-display);
  font-size: 14vw;
  line-height: 0.95;
  margin-top: 1rem;
}

@media (min-width: 640px) { .hero__title { font-size: 4.5rem; } }
@media (min-width: 768px) { .hero__title { font-size: 6rem; } }
@media (min-width: 1024px) { .hero__title { font-size: 112px; } }

.hero__title span {
  display: block;
}

.hero__lead {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-fb-deep);
}

@media (min-width: 768px) {
  .hero__lead { font-size: 1.25rem; }
}

.hero__lead .brand-token {
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
  align-items: center;
}

@media (min-width: 768px) {
  .hero__buttons {
    gap: 1rem;
  }
}

.hero__buttons .fb-btn {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .hero__buttons .fb-btn {
    font-size: 1.125rem;
  }
}


.hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.75rem;
  max-width: 36rem;
}

@media (min-width: 640px) {
  .hero__stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.stat-mini {
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem;
  text-align: center;
  box-shadow: 4px 4px 0 #0f2a14;
}

@media (min-width: 640px) {
  .stat-mini {
    padding: 0.75rem;
  }
}

.stat-mini__value {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--color-fb-deep);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 640px) {
  .stat-mini__value { font-size: 1.125rem; }
}

.stat-mini__label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(37, 101, 42, 0.7);
}

@media (min-width: 640px) {
  .stat-mini__label { font-size: 12px; }
}

.mascot-stage {
  position: relative;
  width: 100%;
  max-width: 28rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .mascot-stage {
    max-width: none;
  }
}

.mascot-stage__square {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.mascot-stage__halo {
  position: absolute;
  inset: 1rem;
  border-radius: 9999px;
  background: var(--color-fb-pop);
  border: 3px solid var(--color-fb-ink);
  box-shadow: 10px 10px 0 #0f2a14;
}

.mascot-stage__circle {
  position: absolute;
  inset: 1rem;
  border-radius: 9999px;
  overflow: hidden;
  border: 3px solid var(--color-fb-ink);
  animation: fb-bob 4.5s ease-in-out infinite;
}

.mascot-stage__circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mascot-stage__bonus {
  display: none;
  position: absolute;
  left: -0.5rem;
  top: 1.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: #fff;
  box-shadow: 4px 4px 0 #0f2a14;
  transform: rotate(-12deg);
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.875rem;
  line-height: 1;
  color: var(--color-fb-red);
}

@media (min-width: 640px) {
  .mascot-stage__bonus {
    display: flex;
  }
}

.marquee {
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .marquee { margin-top: 5rem; }
}

.marquee__strip {
  background: var(--color-fb-deep);
  border-top: 3px solid var(--color-fb-ink);
  border-bottom: 3px solid var(--color-fb-ink);
  padding-block: 0.75rem;
  transform: rotate(-1deg);
  transform-origin: center;
  overflow: hidden;
  white-space: nowrap;
}

.marquee__track {
  display: inline-flex;
  gap: 2.5rem;
  padding-right: 2.5rem;
  animation: fb-scroll 22s linear infinite;
  will-change: transform;
}

.marquee__track span {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--color-fb-cream);
  letter-spacing: 0.08em;
}

.marquee__track span em {
  font-style: normal;
  background: var(--color-fb-pop);
  color: var(--color-fb-ink);
  padding: 0.05rem 0.55rem;
  border-radius: 9999px;
  border: 2px solid var(--color-fb-cream);
  margin-inline: 0.2rem;
}

@media (min-width: 768px) {
  .marquee__track span { font-size: 1.875rem; }
}


.listings {
  position: relative;
  padding: 0.5rem 0 2.5rem;
}

@media (min-width: 768px) {
  .listings {
    padding: 1rem 0 3.5rem;
  }
}

.listings__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.listings__title {
  font-family: var(--font-display);
  font-size: 1.875rem;
  color: var(--color-fb-deep);
}

@media (min-width: 768px) {
  .listings__title { font-size: 2.25rem; }
}

.listings__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .listings__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .listings__grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

.listing-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  padding: 0.75rem;
  box-shadow: 5px 5px 0 #0f2a14;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  color: inherit;
}

@media (min-width: 640px) {
  .listing-card {
    padding: 0.75rem 1rem;
  }
}

.listing-card:hover {
  transform: translateY(-2px);
  box-shadow: 7px 7px 0 #0f2a14;
}

.listing-card:nth-child(odd) { transform: rotate(-0.6deg); }
.listing-card:nth-child(even) { transform: rotate(0.6deg); }
.listing-card:nth-child(odd):hover { transform: rotate(-0.6deg) translateY(-2px); }
.listing-card:nth-child(even):hover { transform: rotate(0.6deg) translateY(-2px); }

.listing-card__chip {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 3px solid var(--color-fb-ink);
  font-family: var(--font-display);
  font-size: 0.75rem;
  color: #fff;
}

.listing-card__body {
  flex: 1;
  min-width: 0;
}

.listing-card__name {
  display: block;
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--color-fb-deep);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 640px) {
  .listing-card__name { font-size: 1rem; }
}

.listing-card__sub {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(37, 101, 42, 0.7);
}

@media (min-width: 640px) {
  .listing-card__sub { font-size: 11px; }
}

.listing-card__icon {
  flex-shrink: 0;
  color: var(--color-fb-deep);
}


.about {
  position: relative;
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .about { padding: 7rem 0; }
}

.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .about__grid { grid-template-columns: 1fr 1fr; }
}

.about__media-wrap {
  order: 2;
  position: relative;
}

@media (min-width: 768px) {
  .about__media-wrap { order: 1; }
}

.about__media {
  position: relative;
  background: #c9efb0;
  border: 3px solid var(--color-fb-ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 #0f2a14;
  padding: 0.75rem;
  transform: rotate(-3deg);
}

@media (min-width: 640px) {
  .about__media { padding: 1.25rem; }
}

.about__media-inner {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
  border: 3px solid var(--color-fb-ink);
}

.about__media-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__caped {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-pop);
  box-shadow: 5px 5px 0 #0f2a14;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-size: 0.75rem;
  line-height: 1.1;
  color: var(--color-fb-ink);
  transform: rotate(12deg);
}

@media (min-width: 640px) {
  .about__caped {
    top: -1.75rem;
    right: -1.75rem;
    width: 6rem;
    height: 6rem;
    font-size: 0.875rem;
  }
}

.about__copy { order: 1; }

@media (min-width: 768px) {
  .about__copy { order: 2; }
}

.about__title {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--color-fb-deep);
  line-height: 0.95;
}

@media (min-width: 768px) {
  .about__title { font-size: 3.75rem; }
}

@media (min-width: 1024px) {
  .about__title { font-size: 4.5rem; }
}

.about__title em {
  font-style: normal;
  color: var(--color-fb-orange);
}

.about__copy p {
  margin-top: 1rem;
  font-size: 1rem;
  color: rgba(37, 101, 42, 0.85);
  font-weight: 500;
}

.about__copy p.lead {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: var(--color-fb-deep);
  font-weight: 600;
}

@media (min-width: 768px) {
  .about__copy p { font-size: 1.125rem; }
  .about__copy p.lead { font-size: 1.25rem; }
}

.about__copy .strong { font-weight: 700; }

.about__mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.75rem;
  max-width: 32rem;
}

.about__mini {
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  background: #fff;
  padding: 0.5rem 0.75rem;
  box-shadow: 3px 3px 0 #0f2a14;
  text-align: center;
}

.about__mini-value {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--color-fb-deep);
  line-height: 1;
}

.about__mini-label {
  margin-top: 0.25rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(37, 101, 42, 0.7);
}

.about__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}


.numbers {
  position: relative;
  padding: 5rem 0;
  background: var(--color-fb-deep);
  color: var(--color-fb-cream);
  border-top: 3px solid var(--color-fb-ink);
  border-bottom: 3px solid var(--color-fb-ink);
}

@media (min-width: 768px) {
  .numbers { padding: 7rem 0; }
}

.numbers__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.numbers__title {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 3rem;
}

@media (min-width: 768px) { .numbers__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .numbers__title { font-size: 4.5rem; } }

.numbers__lead {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(255, 247, 214, 0.9);
}

@media (min-width: 768px) {
  .numbers__lead { font-size: 1.25rem; }
}

.numbers__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  border-radius: 9999px;
  border: 2px solid rgba(255, 247, 214, 0.4);
  background: rgba(255, 247, 214, 0.1);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.numbers__verified svg {
  color: var(--color-fb-pop);
}

.numbers__grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .numbers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .numbers__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .numbers__grid { margin-top: 4rem; }
}

.stat-card {
  position: relative;
  border-radius: 24px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-cream);
  color: var(--color-fb-ink);
  padding: 1.25rem;
  box-shadow: 6px 6px 0 #0f2a14;
}

.stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  box-shadow: 3px 3px 0 #0f2a14;
}

.stat-card__icon svg {
  color: var(--color-fb-ink);
}

.stat-card__label {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(37, 101, 42, 0.7);
}

.stat-card__value {
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  color: var(--color-fb-deep);
  line-height: 1;
}

@media (min-width: 768px) {
  .stat-card__value { font-size: 2.25rem; }
}

.stat-card__sub {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-family: var(--font-mono);
  color: rgba(37, 101, 42, 0.7);
}

.holders-card {
  margin: 2rem auto 0;
  max-width: 28rem;
  border-radius: 24px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-pop);
  color: var(--color-fb-ink);
  padding: 1.25rem;
  text-align: center;
  box-shadow: 6px 6px 0 #0f2a14;
}

.holders-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(37, 101, 42, 0.8);
}

.holders-card__value {
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--color-fb-deep);
  line-height: 1;
}

@media (min-width: 768px) {
  .holders-card__value { font-size: 3.75rem; }
}

.holders-card__sub {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(37, 101, 42, 0.8);
}

.howto {
  position: relative;
  padding: 5rem 0;
}

@media (min-width: 768px) { .howto { padding: 7rem 0; } }

.howto__head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.howto__title {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--color-fb-deep);
  line-height: 0.95;
}

@media (min-width: 768px) { .howto__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .howto__title { font-size: 4.5rem; } }

.howto__title em {
  font-style: normal;
  color: var(--color-fb-orange);
}

.howto__lead {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: rgba(37, 101, 42, 0.9);
}

@media (min-width: 768px) { .howto__lead { font-size: 1.25rem; } }

.howto__grid {
  margin-top: 3rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .howto__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .howto__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.howto-card {
  position: relative;
  background: var(--color-fb-cream);
  border: 3px solid var(--color-fb-ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 #0f2a14;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.howto-card:nth-child(odd) { transform: rotate(-1.5deg); }
.howto-card:nth-child(even) { transform: rotate(1.5deg); }

.howto-card__num {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-ink);
  color: var(--color-fb-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  box-shadow: 3px 3px 0 #0f2a14;
}

.howto-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  box-shadow: 3px 3px 0 #0f2a14;
}

.howto-card__icon svg { color: var(--color-fb-ink); }

.howto-card h3 {
  margin-top: 1rem;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--color-fb-deep);
  font-weight: 400;
}

.howto-card p {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(37, 101, 42, 0.85);
}

@media (min-width: 768px) {
  .howto-card p { font-size: 1rem; }
}

.howto__cta {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.howto__cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-pop);
  padding: 0.75rem 1.25rem;
  box-shadow: 5px 5px 0 #0f2a14;
}

.howto__cta-pill .icon-fire { color: var(--color-fb-red); }

.howto__cta-pill span {
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .howto__cta-pill span { font-size: 1.25rem; }
}

.howto__cta-pill--dual {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 9999px;
  overflow: hidden;
  background: var(--color-fb-cream);
}

.dual-pill__side {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.1rem;
  font-family: var(--font-display);
  letter-spacing: 0.05em;
  font-size: 1rem;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .dual-pill__side { font-size: 1.15rem; padding: 0.85rem 1.35rem; }
}

.dual-pill__side--buy {
  background: linear-gradient(180deg, #c9efb0 0%, #8bcf6a 100%);
  color: var(--color-fb-ink);
}

.dual-pill__side--sell {
  background: linear-gradient(180deg, #ffe9a8 0%, #ffc84a 100%);
  color: var(--color-fb-ink);
}

.dual-pill__plus {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.55rem;
  border-radius: 9999px;
  background: var(--color-fb-red);
  color: #fff;
  border: 2px solid #0f2a14;
  font-size: 0.95em;
}

.dual-pill__split {
  width: 3px;
  background: #0f2a14;
  flex-shrink: 0;
}

@media (max-width: 520px) {
  .howto__cta-pill--dual {
    flex-direction: column;
    border-radius: 18px;
  }
  .dual-pill__split {
    width: 100%;
    height: 3px;
  }
}

.howto__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.contract {
  position: relative;
  padding: 4rem 0;
}

@media (min-width: 768px) { .contract { padding: 5rem 0; } }

.contract__inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 1rem;
}

@media (min-width: 768px) {
  .contract__inner { padding-inline: 2rem; }
}

.contract-card {
  background: var(--color-fb-cream);
  border: 3px solid var(--color-fb-ink);
  border-radius: 28px;
  box-shadow: 8px 8px 0 #0f2a14;
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 640px) { .contract-card { padding: 1.75rem; } }
@media (min-width: 768px) { .contract-card { padding: 2.25rem; } }

.contract-card__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.contract-card h2 {
  margin-top: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  color: var(--color-fb-deep);
}

@media (min-width: 768px) {
  .contract-card h2 { font-size: 3rem; }
}

.contract-card__lead {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(37, 101, 42, 0.85);
}

@media (min-width: 768px) {
  .contract-card__lead { font-size: 1.125rem; }
}

.contract-card__row {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .contract-card__row {
    flex-direction: row;
    gap: 0.5rem;
  }
}

.contract-card__addr {
  flex: 1;
  border-radius: 16px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-bg);
  padding: 0.75rem 1rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--color-fb-deep);
  text-align: left;
  box-shadow: inset 0 -3px 0 #0f2a14;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 640px) { .contract-card__addr { font-size: 0.875rem; } }
@media (min-width: 768px) { .contract-card__addr { font-size: 1rem; } }

.contract-card__copy {
  min-width: 140px;
}

.contract-card__chips {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}

@media (min-width: 640px) { .contract-card__chips { font-size: 0.875rem; } }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 9999px;
  border: 2px solid var(--color-fb-ink);
  background: #fff;
  padding: 0.375rem 0.75rem;
  font-weight: 700;
  color: var(--color-fb-deep);
  transition: background 0.15s ease;
}

.chip:hover {
  background: var(--color-fb-pop);
}

.contract-card__buttons {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.contract-card__bonus {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 2.5px solid #0f2a14;
  background: var(--color-fb-pop);
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: var(--color-fb-ink);
  text-transform: uppercase;
  box-shadow: 3px 3px 0 #0f2a14;
}

.contract-card__bonus-num {
  background: var(--color-fb-red);
  color: #fff;
  padding: 0.08rem 0.55rem;
  border-radius: 9999px;
  border: 2px solid #0f2a14;
}

.site-footer {
  position: relative;
  background: var(--color-fb-deep);
  color: var(--color-fb-cream);
  border-top: 3px solid var(--color-fb-ink);
}

.site-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 3.5rem 1rem;
}

@media (min-width: 768px) {
  .site-footer__inner { padding: 3.5rem 2rem; }
}

.site-footer__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
}

.footer-brand__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-brand__avatar {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  overflow: hidden;
  border: 3px solid var(--color-fb-ink);
  background: #fff;
  box-shadow: 3px 3px 0 #0f2a14;
}

.footer-brand__avatar img { width: 100%; height: 100%; object-fit: cover; }

.footer-brand__name {
  font-family: var(--font-display);
  font-size: 1.875rem;
  letter-spacing: 0.04em;
}

.footer-brand__desc {
  margin-top: 1rem;
  max-width: 28rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 247, 214, 0.85);
}

@media (min-width: 768px) { .footer-brand__desc { font-size: 1rem; } }

.footer-brand__socials {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 3px solid var(--color-fb-ink);
  background: var(--color-fb-cream);
  color: var(--color-fb-ink);
  box-shadow: 3px 3px 0 #0f2a14;
  transition: transform 0.15s ease;
}

.footer-social:hover { transform: translateY(-2px); }

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-fb-pop);
  font-weight: 400;
}

.footer-col ul {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 768px) { .footer-col ul { font-size: 1rem; } }

.footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  transition: color 0.15s ease;
}

.footer-col a:hover { color: var(--color-fb-pop); }

.footer-col svg { opacity: 0.7; }

.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 2px solid rgba(255, 247, 214, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .footer-bottom { flex-direction: row; }
}

.footer-bottom p {
  font-size: 0.75rem;
  color: rgba(255, 247, 214, 0.7);
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom p {
    font-size: 0.875rem;
    text-align: left;
  }
}

.footer-bottom .bonus {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-fb-pop);
}


.sticky-bar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 40;
  border-top: 3px solid var(--color-fb-ink);
  background: rgba(255, 247, 214, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
  .sticky-bar { display: none; }
}

.sticky-bar__inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 0.75rem 0.625rem;
}

.sticky-bar__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.sticky-bar__avatar {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  overflow: hidden;
  border: 2.5px solid var(--color-fb-ink);
}

.sticky-bar__avatar img { width: 100%; height: 100%; object-fit: cover; }

.sticky-bar__name {
  font-family: var(--font-display);
  font-size: 0.875rem;
  color: var(--color-fb-deep);
  line-height: 1.1;
}

.sticky-bar__more {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 2px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-fb-ink);
}

.sticky-bar__plus {
  display: inline-flex;
  align-items: center;
  padding: 0.05rem 0.4rem;
  border-radius: 9999px;
  background: var(--color-fb-red);
  color: #fff;
  border: 2px solid #0f2a14;
  font-size: 0.75rem;
  line-height: 1;
  animation: fb-plus-pulse 1.6s ease-in-out infinite;
}

.sticky-bar__buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sticky-bar__buttons .fb-btn {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  box-shadow: 0 4px 0 #0f2a14;
}

.sticky-bar__buttons .fb-btn:hover {
  box-shadow: 0 5px 0 #0f2a14;
}

.sticky-bar__buttons .fb-btn:active {
  box-shadow: 0 1px 0 #0f2a14;
}

@keyframes fb-bob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-14px) rotate(2deg); }
}

@keyframes fb-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.icon-inline {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.15em;
}

.text-red { color: var(--color-fb-red); }
.text-grass { color: var(--color-fb-grass); }

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
