/*
Theme Name:  Footbizz Child
Theme URI:   https://footbizz.com
Description: Footbizz — World's First B2B Footwear Platform. Child theme of GeneratePress.
Author:      Footbizz — A DFMN Digital Initiative
Author URI:  https://footbizz.com
Template:    generatepress
Version:     1.0.0
License:     GPL-2.0+
Text Domain: footbizz
*/

/* ============================================================
   DESIGN TOKENS — Theme A: Clean White
   Primary Red:  #E8192C
   Dark:         #1C1C1C
   Mid:          #555555
   Light:        #999999
   Border:       #E8E8E8
   Surface:      #F7F7F7
   Surface2:     #F0F0F0
   White:        #FFFFFF
   Footer:       #111111
   ============================================================ */

:root {
  --fb-red:     #E8192C;
  --fb-dark:    #1C1C1C;
  --fb-mid:     #555555;
  --fb-light:   #999999;
  --fb-border:  #E8E8E8;
  --fb-surf:    #F7F7F7;
  --fb-surf2:   #F0F0F0;
  --fb-white:   #FFFFFF;
  --fb-footer:  #111111;
  --fb-radius:  8px;
  --fb-shadow:  0 2px 14px rgba(0,0,0,0.06);
  --fb-shadow-hover: 0 6px 24px rgba(0,0,0,0.10);
  --fb-red-shadow: 0 4px 16px rgba(232,25,44,0.22);
  --fb-max-width: 1160px;
  --font-head:  'Georgia', 'Times New Roman', serif;
  --font-body:  'Inter', system-ui, sans-serif;
}

/* ── GLOBAL RESET ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--fb-dark);
  background: var(--fb-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
::-webkit-scrollbar { width: 3px; }
::-webkit-scrollbar-thumb { background: var(--fb-red); border-radius: 2px; }
a { text-decoration: none; color: inherit; transition: color .18s; }
img { max-width: 100%; height: auto; display: block; }
button { font-family: var(--font-body); cursor: pointer; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  line-height: 1.2;
  color: var(--fb-dark);
  font-weight: 700;
}
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 2.8vw, 2.2rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
h4 { font-size: 1.1rem; }
p { font-size: 15px; color: var(--fb-mid); line-height: 1.8; }

/* ── LAYOUT ── */
.fb-wrap { max-width: var(--fb-max-width); margin: 0 auto; padding: 0 24px; }
.fb-section { padding: 68px 0; }
.fb-section-surf {
  background: var(--fb-surf);
  border-top: 1px solid var(--fb-border);
  border-bottom: 1px solid var(--fb-border);
}
.fb-section-dark { background: var(--fb-dark); }

/* ── BUTTONS ── */
.fb-btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; padding: 12px 26px;
  border-radius: var(--fb-radius); border: none;
  cursor: pointer; transition: all .2s; letter-spacing: .2px;
  font-family: var(--font-body);
}
.fb-btn-red {
  background: var(--fb-red); color: #fff;
  box-shadow: var(--fb-red-shadow);
}
.fb-btn-red:hover { background: #c8101e; transform: translateY(-1px); color: #fff; }
.fb-btn-ghost {
  background: #fff; color: var(--fb-dark);
  border: 1.5px solid var(--fb-border);
}
.fb-btn-ghost:hover { border-color: #bbb; }
.fb-btn-dark { background: var(--fb-dark); color: #fff; }
.fb-btn-dark:hover { background: #2e2e2e; color: #fff; }
.fb-btn-lg { padding: 14px 30px; font-size: 15px; }
.fb-btn-sm { padding: 8px 18px; font-size: 13px; }

/* ── TAG / EYEBROW ── */
.fb-tag {
  display: inline-block;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--fb-red); background: #FFF0F1;
  padding: 4px 11px; border-radius: 100px;
  margin-bottom: 10px;
}

/* ── CARDS ── */
.fb-card {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 22px;
  transition: all .22s;
}
.fb-card:hover {
  box-shadow: var(--fb-shadow-hover);
  transform: translateY(-2px);
}

/* ── ACQUISITION WALL ── */
.fb-acq-wall {
  position: relative; margin-top: -20px; height: 78px;
  display: flex; align-items: flex-end;
  justify-content: center; padding-bottom: 12px;
}
.fb-acq-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid var(--fb-red);
  border-radius: 100px; padding: 7px 20px;
  font-size: 13px; font-weight: 700; color: var(--fb-red);
  cursor: pointer; box-shadow: 0 2px 12px rgba(232,25,44,.12);
}

/* ── TOP ANNOUNCEMENT BAR ── */
#fb-topbar {
  background: var(--fb-dark); color: #fff;
  text-align: center; padding: 8px 16px;
  font-size: 12.5px; font-weight: 500;
  display: flex; align-items: center;
  justify-content: center; gap: 12px; flex-wrap: wrap;
}
#fb-topbar .fb-topbar-pill {
  background: var(--fb-red); color: #fff;
  font-size: 11px; font-weight: 700;
  padding: 3px 13px; border-radius: 100px; cursor: pointer;
  animation: fb-pulse 2.2s infinite;
}

/* ── NAVIGATION ── */
#fb-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--fb-border);
  transition: box-shadow .25s;
}
#fb-nav.scrolled { box-shadow: 0 1px 14px rgba(0,0,0,.07); }
.fb-nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; height: 62px;
}
.fb-nav-links { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.fb-nav-links a { font-size: 13.5px; font-weight: 500; color: var(--fb-mid); }
.fb-nav-links a:hover { color: var(--fb-dark); }
.fb-nav-right { display: flex; gap: 9px; align-items: center; }
.fb-mob-btn {
  display: none; background: none; border: none;
  font-size: 22px; cursor: pointer; color: var(--fb-dark);
}
#fb-mob-menu {
  display: none; background: #fff;
  border-top: 1px solid var(--fb-border);
  padding: 14px 24px;
}
#fb-mob-menu a {
  display: block; padding: 10px 0; font-size: 15px;
  font-weight: 500; color: var(--fb-dark);
  border-bottom: 1px solid var(--fb-surf);
}
.fb-mob-btns { display: flex; gap: 8px; margin-top: 12px; }

/* ── LOGO ── */
.fb-logo {
  display: flex; flex-direction: column;
  align-items: flex-start; line-height: 1;
  text-decoration: none; cursor: pointer;
}
.fb-logo-word {
  font-family: var(--font-head);
  font-weight: 700; font-style: italic;
  font-size: 26px; color: var(--fb-dark);
  letter-spacing: -.5px; line-height: 1;
}
.fb-logo-word .fb-f { color: var(--fb-red); }
.fb-logo-word.white { color: #fff; }
.fb-logo-word.sm { font-size: 20px; }

/* ── HERO ── */
#fb-hero {
  padding: 54px 0 0;
  border-bottom: 1px solid var(--fb-border);
  background: #fff; overflow: hidden;
}
.fb-hero-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 44px;
}
.fb-hero-text { flex: 1 1 460px; display: flex; flex-direction: column; }
.fb-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--fb-surf); padding: 5px 13px;
  border-radius: 100px; align-self: flex-start;
  margin-bottom: 18px; font-size: 12px;
  font-weight: 600; color: var(--fb-mid);
}
.fb-hero-badge .fb-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--fb-red); display: inline-block;
  animation: fb-pulse 2s infinite;
}
.fb-hero-h1 {
  font-size: clamp(2rem, 4.2vw, 3.3rem);
  line-height: 1.12; margin-bottom: 16px;
}
.fb-hero-h1 span { color: var(--fb-red); }
.fb-hero-sub {
  font-size: 15.5px; color: var(--fb-mid);
  line-height: 1.82; max-width: 490px; margin-bottom: 26px;
}
.fb-hero-ctas { display: flex; gap: 11px; flex-wrap: wrap; margin-bottom: 20px; }
.fb-hero-checks {
  display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 26px;
}
.fb-hero-checks span { font-size: 12.5px; color: var(--fb-light); font-weight: 500; }
.fb-hero-dfmn {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--fb-surf); padding: 9px 15px;
  border-radius: 10px; border: 1px solid var(--fb-border);
  align-self: flex-start;
}
.fb-hero-dfmn .fb-since {
  background: var(--fb-red); color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 2px 9px; border-radius: 100px;
}
.fb-hero-phone { flex: 0 0 auto; position: relative; padding-bottom: 28px; }
.fb-chip {
  position: absolute; background: #fff;
  border: 1px solid var(--fb-border); border-radius: 11px;
  padding: 8px 13px; display: flex; gap: 7px; align-items: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.07); white-space: nowrap;
  font-size: 12px;
}
.fb-chip .fb-chip-title { font-weight: 700; font-size: 12px; }
.fb-chip .fb-chip-sub { font-size: 10px; color: var(--fb-light); }

/* ── PHONE MOCKUP ── */
.fb-phone {
  width: 220px; height: 442px; position: relative; flex-shrink: 0;
}
.fb-phone-shell {
  position: absolute; inset: 0; border-radius: 34px;
  background: #1a1a1a;
  box-shadow: 0 26px 60px rgba(0,0,0,.25), inset 0 0 0 2px #2e2e2e;
  overflow: hidden;
}
.fb-phone-notch {
  position: absolute; top: 0; left: 50%;
  transform: translateX(-50%); width: 72px; height: 19px;
  background: #1a1a1a; border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px; z-index: 9;
}
.fb-phone-screen {
  position: absolute; top: 3px; left: 3px; right: 3px; bottom: 3px;
  border-radius: 30px; background: #fff;
  overflow: hidden; display: flex; flex-direction: column;
}
.fb-phone-stat {
  padding: 9px 13px 0; display: flex;
  justify-content: space-between; font-size: 7.5px; color: #333; font-weight: 600;
}
.fb-phone-hdr {
  display: flex; align-items: center;
  justify-content: space-between; padding: 3px 12px 5px;
}
.fb-phone-stories { display: flex; gap: 6px; padding: 3px 8px 5px; overflow: hidden; }
.fb-phone-story {
  width: 33px; height: 33px; border-radius: 50%;
  background: var(--fb-surf); border: 2px solid var(--fb-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; flex-shrink: 0;
}
.fb-phone-story.active { border-color: var(--fb-red); background: #fff; }
.fb-phone-post {
  margin: 0 6px 5px; border: 1px solid var(--fb-border);
  border-radius: 8px; overflow: hidden; flex: 1;
}
.fb-phone-post-hdr {
  display: flex; align-items: center;
  justify-content: space-between; padding: 6px 9px;
}
.fb-phone-post-img {
  background: linear-gradient(145deg,#dde4ed,#c5cdd8);
  height: 105px; display: flex; align-items: center;
  justify-content: center; font-size: 40px;
}
.fb-phone-contact-bar {
  background: var(--fb-red); padding: 5px;
  text-align: center; font-size: 8px;
  font-weight: 700; color: #fff; letter-spacing: .4px;
}
.fb-phone-nav {
  display: flex; justify-content: space-around; align-items: center;
  padding: 4px 4px 8px; border-top: 1px solid var(--fb-border);
}
.fb-phone-nav-item {
  display: flex; flex-direction: column;
  align-items: center; gap: 1px;
}
.fb-phone-nav-plus {
  width: 29px; height: 29px; border-radius: 50%;
  background: var(--fb-red); display: flex; align-items: center;
  justify-content: center; font-size: 17px; color: #fff; margin-top: -8px;
  box-shadow: 0 3px 8px rgba(232,25,44,.4);
}

/* ── STATS BAR ── */
#fb-stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-bottom: 1px solid var(--fb-border);
}
.fb-stat {
  padding: 26px 12px; text-align: center;
  border-right: 1px solid var(--fb-border);
}
.fb-stat:last-child { border-right: none; }
.fb-stat-n {
  font-family: var(--font-head);
  font-size: clamp(1.9rem,3.2vw,2.7rem);
  font-weight: 700; color: var(--fb-red);
}
.fb-stat-l { font-size: 12px; color: var(--fb-light); margin-top: 5px; font-weight: 500; }

/* ── PLATFORM LAYERS GRID ── */
.fb-feat-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(210px,1fr));
  gap: 2px; background: var(--fb-border);
  border-radius: 12px; overflow: hidden; border: 1px solid var(--fb-border);
}
.fb-feat-card {
  background: #fff; padding: 20px 18px; cursor: pointer; transition: background .2s;
}
.fb-feat-card:hover { background: var(--fb-surf); }
.fb-feat-icon { font-size: 24px; margin-bottom: 9px; }
.fb-feat-badge {
  font-size: 10px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: var(--fb-red); margin-bottom: 5px;
}
.fb-feat-title { font-weight: 700; font-size: 14px; color: var(--fb-dark); margin-bottom: 6px; }
.fb-feat-desc { font-size: 13px; color: var(--fb-mid); line-height: 1.6; }

/* ── PERSONA GRID ── */
.fb-persona-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(195px,1fr)); gap: 11px;
}
.fb-persona-card {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 18px 15px;
  text-align: center; transition: all .22s; display: block; color: inherit;
}
.fb-persona-card:hover {
  box-shadow: var(--fb-shadow-hover); transform: translateY(-2px);
}
.fb-persona-icon { font-size: 26px; margin-bottom: 8px; }
.fb-persona-title { font-weight: 700; font-size: 13.5px; color: var(--fb-dark); margin-bottom: 4px; font-family: var(--font-body); }
.fb-persona-pain { font-size: 11.5px; color: var(--fb-light); margin-bottom: 11px; line-height: 1.5; }
.fb-persona-link {
  font-size: 12px; color: var(--fb-red); font-weight: 700;
  border-bottom: 1px solid #FFCCD0; padding-bottom: 1px;
}

/* ── APP FEATURES ICON GRID ── */
.fb-app-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(148px,1fr)); gap: 9px;
}
.fb-app-feat {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 10px; padding: 14px 12px; text-align: center;
}
.fb-app-feat-icon { font-size: 22px; margin-bottom: 7px; }
.fb-app-feat-label { font-size: 12px; font-weight: 600; color: var(--fb-dark); line-height: 1.3; }

/* ── NEWS GRID ── */
.fb-news-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(290px,1fr)); gap: 13px;
}
.fb-news-card {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 20px; cursor: pointer;
  transition: all .22s; position: relative; overflow: hidden;
}
.fb-news-card:hover { box-shadow: var(--fb-shadow-hover); transform: translateY(-2px); }
.fb-news-cat {
  font-size: 10px; font-weight: 700; letter-spacing: 1.4px;
  text-transform: uppercase; color: var(--fb-red); margin-bottom: 8px;
}
.fb-news-title {
  font-family: var(--font-head); font-size: 1.02rem;
  line-height: 1.44; color: var(--fb-dark); margin-bottom: 9px;
}
.fb-news-excerpt { font-size: 13px; color: var(--fb-mid); line-height: 1.68; margin-bottom: 12px; }
.fb-news-meta { display: flex; gap: 7px; font-size: 12px; color: var(--fb-light); }
.fb-news-wall {
  position: absolute; bottom: 0; left: 0; right: 0; height: 72px;
  background: linear-gradient(transparent, #fff);
  display: flex; align-items: flex-end; justify-content: center; padding-bottom: 12px;
}

/* ── MAP ── */
.fb-map-wrap {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 14px; overflow: hidden; position: relative;
}
.fb-map-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 14px;
  background: linear-gradient(transparent, var(--fb-surf));
  display: flex; justify-content: center;
}

/* ── SPOTLIGHT ── */
.fb-spot-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(235px,1fr)); gap: 13px;
}
.fb-spot-card {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 18px; cursor: pointer; transition: all .22s;
}
.fb-spot-card:hover { box-shadow: var(--fb-shadow-hover); }
.fb-spot-av {
  width: 42px; height: 42px; border-radius: 9px;
  background: var(--fb-surf); border: 1px solid var(--fb-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 11px;
}
.fb-spot-contact {
  display: flex; align-items: center; gap: 6px;
  background: var(--fb-surf); border-radius: 7px; padding: 6px 9px;
  margin-top: 12px;
}

/* ── COMMUNITY ── */
.fb-disc-list { display: flex; flex-direction: column; gap: 9px; }
.fb-disc-row {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 10px; padding: 15px 18px; cursor: pointer;
  transition: background .2s; display: flex;
  align-items: center; justify-content: space-between; gap: 14px;
}
.fb-disc-row:hover { background: var(--fb-surf); }
.fb-disc-group {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--fb-red); margin-bottom: 4px;
}
.fb-disc-topic { font-size: 14px; font-weight: 600; color: var(--fb-dark); }
.fb-disc-app {
  font-size: 11px; color: var(--fb-red); font-weight: 700;
  border: 1px solid var(--fb-red); padding: 4px 10px;
  border-radius: 100px; flex-shrink: 0;
}

/* ── DIRECTORY ── */
.fb-dir-tabs { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 14px; }
.fb-dir-tab {
  padding: 5px 13px; border-radius: 100px; font-size: 12px;
  cursor: pointer; font-weight: 500; background: #fff;
  color: var(--fb-mid); border: 1.5px solid var(--fb-border);
  transition: all .2s; font-family: var(--font-body);
}
.fb-dir-tab:hover, .fb-dir-tab.active { border-color: var(--fb-red); color: var(--fb-red); }
.fb-dir-tab.active { background: var(--fb-red); color: #fff; }
.fb-dir-card {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 12px; overflow: hidden; box-shadow: 0 2px 14px rgba(0,0,0,.04);
}
.fb-dir-card-hdr {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 18px; border-bottom: 1px solid var(--fb-border);
}
.fb-dir-countries { display: flex; flex-wrap: wrap; gap: 7px; padding: 14px 18px; }
.fb-dir-country {
  padding: 5px 13px; border-radius: 100px; border: 1.5px solid var(--fb-border);
  font-size: 12.5px; cursor: pointer; background: var(--fb-surf);
  color: var(--fb-mid); font-weight: 500; transition: all .2s;
  font-family: var(--font-body);
}
.fb-dir-country:hover { border-color: var(--fb-red); color: var(--fb-red); background: #fff; }

/* ── EVENTS TABLE ── */
.fb-ev-table { border: 1px solid var(--fb-border); border-radius: 12px; overflow: hidden; }
.fb-ev-head {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  background: var(--fb-surf2); padding: 10px 20px;
  gap: 10px; border-bottom: 1px solid var(--fb-border);
}
.fb-ev-head span {
  font-size: 10px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--fb-light);
}
.fb-ev-row {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 13px 20px; gap: 10px; align-items: center;
  border-bottom: 1px solid var(--fb-surf); font-size: 13.5px;
  background: #fff; cursor: pointer; transition: background .18s;
}
.fb-ev-row:hover { background: var(--fb-surf); }
.fb-ev-type {
  background: #FFF0F1; color: var(--fb-red);
  padding: 3px 9px; border-radius: 100px;
  font-size: 11px; font-weight: 700; text-align: center;
  display: inline-block; letter-spacing: .3px;
}

/* ── JOBS ── */
.fb-job-list { display: flex; flex-direction: column; gap: 9px; }
.fb-job-row {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 10px; padding: 15px 18px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 14px;
}
.fb-job-badge {
  background: var(--fb-surf); color: var(--fb-mid); font-size: 12px;
  font-weight: 600; padding: 5px 12px; border-radius: 100px;
  border: 1px solid var(--fb-border); flex-shrink: 0;
}
.fb-job-app {
  font-size: 12px; color: var(--fb-red); font-weight: 700;
  border: 1px solid var(--fb-red); padding: 5px 12px;
  border-radius: 100px; flex-shrink: 0; cursor: pointer;
}

/* ── TESTIMONIALS ── */
.fb-testi-grid { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.fb-testi-card {
  background: #fff; border: 1.5px solid var(--fb-border);
  border-radius: 15px; padding: 24px 20px;
  max-width: 315px; flex: 1 1 250px; cursor: pointer; transition: all .3s;
}
.fb-testi-card.active {
  border-color: var(--fb-red);
  box-shadow: 0 6px 24px rgba(232,25,44,.10);
}
.fb-testi-card.inactive { opacity: .56; transform: scale(.97); }
.fb-testi-quote {
  font-size: 38px; color: var(--fb-red);
  font-family: var(--font-head); line-height: 1; margin-bottom: 9px;
}
.fb-testi-av {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--fb-red); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; flex-shrink: 0;
}
.fb-testi-dots { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.fb-testi-dot {
  width: 7px; height: 7px; border-radius: 50%; border: none;
  cursor: pointer; background: var(--fb-border); transition: background .3s;
}
.fb-testi-dot.active { background: var(--fb-red); }

/* ── DFMN STRIP ── */
#fb-dfmn {
  border-top: 3px solid var(--fb-red);
  background: #fff; border-bottom: 1px solid var(--fb-border); padding: 34px 0;
}
.fb-trust-pill {
  display: flex; gap: 9px; align-items: center;
  background: var(--fb-surf); padding: 11px 15px;
  border-radius: 9px; border: 1px solid var(--fb-border);
}

/* ── DOWNLOAD SECTION ── */
#fb-download { background: var(--fb-dark); padding: 68px 0; }
.fb-store-btn {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.09);
  border: 1.5px solid rgba(255,255,255,.16);
  color: #fff; padding: 10px 18px; border-radius: 10px;
  cursor: pointer; font-family: var(--font-body); transition: background .2s;
}
.fb-store-btn:hover { background: rgba(255,255,255,.15); }
.fb-qr-box {
  width: 100px; height: 100px; background: #fff;
  border-radius: 8px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.fb-qr-box img { width: 100%; height: 100%; object-fit: contain; }

/* ── NEWSLETTER ── */
#fb-newsletter {
  padding: 52px 0; background: var(--fb-surf);
  border-top: 1px solid var(--fb-border);
  border-bottom: 1px solid var(--fb-border);
}
.fb-nl-form { display: flex; gap: 8px; max-width: 440px; margin: 0 auto; }
.fb-nl-input {
  flex: 1; padding: 11px 15px; border: 1.5px solid var(--fb-border);
  border-radius: 7px; font-size: 14px; outline: none;
  font-family: var(--font-body); background: #fff;
  transition: border-color .2s;
}
.fb-nl-input:focus { border-color: var(--fb-red); }

/* ── CONTACT BAR ── */
#fb-contact { padding: 28px 0; border-bottom: 1px solid var(--fb-border); }
.fb-contact-card {
  display: flex; gap: 9px; align-items: center;
  background: var(--fb-surf); padding: 11px 16px;
  border-radius: 10px; border: 1px solid var(--fb-border);
}

/* ── FOOTER ── */
#fb-footer { background: #111; padding: 48px 0 20px; }
.fb-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem; margin-bottom: 2.5rem;
}
.fb-footer-col h4 {
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.3);
  margin-bottom: 13px; font-family: var(--font-body);
}
.fb-footer-col ul { list-style: none; margin: 0; padding: 0; }
.fb-footer-col ul li { margin-bottom: 9px; }
.fb-footer-col ul li a { color: rgba(255,255,255,.54); font-size: 13px; }
.fb-footer-col ul li a:hover { color: #fff; }
.fb-lang-pill {
  padding: 2px 8px; border: 1px solid rgba(255,255,255,.15);
  border-radius: 100px; font-size: 10px; color: rgba(255,255,255,.42);
  background: transparent; cursor: pointer; font-family: var(--font-body);
}

/* ── FLOATING ELEMENTS ── */
#fb-float-app {
  position: fixed; right: 20px; bottom: 78px; z-index: 200;
  background: var(--fb-red); color: #fff; border-radius: 50px;
  padding: 10px 15px; cursor: pointer; display: flex;
  align-items: center; gap: 7px; font-size: 13px; font-weight: 700;
  box-shadow: 0 4px 18px rgba(232,25,44,.36); transition: transform .2s;
  font-family: var(--font-body); border: none;
}
#fb-float-app:hover { transform: scale(1.05); }
#fb-float-wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 200;
  width: 48px; height: 48px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; box-shadow: 0 4px 16px rgba(37,211,102,.4);
  font-size: 21px; transition: transform .2s; text-decoration: none;
}
#fb-float-wa:hover { transform: scale(1.1); }

/* ── EXIT POPUP ── */
#fb-exit-popup {
  display: none; position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.5); align-items: center;
  justify-content: center; padding: 16px;
}
#fb-exit-popup.show { display: flex; }
.fb-exit-box {
  background: #fff; border-radius: 16px; padding: 34px 30px;
  max-width: 400px; width: 100%; text-align: center;
  box-shadow: 0 20px 56px rgba(0,0,0,.2);
}

/* ── REPLACE GRID ── */
.fb-replace-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(275px,1fr)); gap: 9px;
}
.fb-replace-row {
  display: flex; align-items: center; gap: 10px;
  background: var(--fb-surf); border: 1px solid var(--fb-border);
  border-radius: 8px; padding: 11px 15px;
}

/* ── MID CTA BOX ── */
.fb-mid-cta {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 11px; padding: 22px 26px;
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 14px;
  margin-top: 28px;
}

/* ── ANIMATIONS ── */
@keyframes fb-fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fb-floatY {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-8px); }
}
@keyframes fb-pulse {
  0%,100% { opacity: 1; }
  50%     { opacity: .3; }
}
.fb-fade-up { animation: fb-fadeUp .5s ease both; }
.fb-d1 { animation-delay: .05s; }
.fb-d2 { animation-delay: .12s; }
.fb-d3 { animation-delay: .20s; }
.fb-d4 { animation-delay: .28s; }
.fb-d5 { animation-delay: .36s; }
.fb-phone-float { animation: fb-floatY 3.2s ease-in-out infinite; }
.fb-blur { filter: blur(4px); user-select: none; pointer-events: none; }

/* ── INNER PAGE STYLES ── */
.fb-page-hero {
  background: var(--fb-surf); padding: 56px 0 48px;
  border-bottom: 1px solid var(--fb-border);
}
.fb-breadcrumb {
  font-size: 12px; color: var(--fb-light);
  margin-bottom: 16px; display: flex; gap: 8px; align-items: center;
}
.fb-breadcrumb a { color: var(--fb-red); }
.fb-breadcrumb span { color: var(--fb-light); }
.fb-content-wrap { max-width: 800px; }
.fb-sidebar { max-width: 300px; }

/* ── KNOWLEDGE HUB ── */
.fb-cluster-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(250px,1fr)); gap: 14px;
}
.fb-cluster-card {
  background: #fff; border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 22px; transition: all .22s;
}
.fb-cluster-card:hover { box-shadow: var(--fb-shadow-hover); transform: translateY(-2px); }

/* ── ABOUT PAGE ── */
.fb-about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.fb-vision-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 14px;
}
.fb-vision-card {
  background: var(--fb-surf); border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 22px; text-align: center;
}

/* ── BLOG / NEWS SINGLE ── */
.fb-article-layout { display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; }
.fb-article-body h2 { margin: 28px 0 12px; }
.fb-article-body p { margin-bottom: 16px; }
.fb-inline-cta {
  background: linear-gradient(135deg, #FFF0F1, #fff);
  border: 1.5px solid var(--fb-red); border-radius: 12px;
  padding: 24px; text-align: center; margin: 36px 0;
}
.fb-sidebar-widget {
  background: var(--fb-surf); border: 1px solid var(--fb-border);
  border-radius: 12px; padding: 20px; margin-bottom: 20px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .fb-article-layout { grid-template-columns: 1fr; }
  .fb-about-grid { grid-template-columns: 1fr; }
  .fb-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 880px) {
  .fb-nav-links, .fb-nav-signin { display: none !important; }
  .fb-mob-btn { display: block !important; }
  .fb-hero-phone { display: none !important; }
  .fb-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  #fb-stats { grid-template-columns: repeat(2,1fr); }
  .fb-stat:nth-child(2) { border-right: none; }
  .fb-stat:nth-child(3) { border-top: 1px solid var(--fb-border); }
  .fb-stat:nth-child(4) { border-top: 1px solid var(--fb-border); border-right: none; }
  .fb-news-grid { grid-template-columns: 1fr; }
  .fb-persona-grid { grid-template-columns: repeat(2,1fr); }
  .fb-footer-grid { grid-template-columns: 1fr; }
  .fb-ev-head, .fb-ev-row { grid-template-columns: 1fr 1fr 1fr; }
  .fb-hero-inner { flex-direction: column; text-align: center; }
  .fb-hero-badge, .fb-hero-dfmn { align-self: center; }
  .fb-hero-ctas { justify-content: center; }
  .fb-hero-checks { justify-content: center; }
  .fb-replace-grid { grid-template-columns: 1fr; }
  .fb-testi-grid { flex-direction: column; align-items: center; }
}
@media (max-width: 420px) {
  .fb-persona-grid { grid-template-columns: 1fr; }
}

/* ── WORDPRESS SPECIFIC ── */
.wp-block-image { margin: 24px 0; }
.aligncenter { text-align: center; }
.wp-caption { font-size: 13px; color: var(--fb-light); }
.screen-reader-text { position: absolute; left: -9999px; }
