/*
Theme Name: IPTV Belgique GO
Theme URI: https://iptvbelgiquego.com/
Author: IPTV Belgique GO
Description: Thème WordPress sur mesure pour IPTV Belgique GO — design "Telecom Tech Platform" pensé pour le marché belge francophone : tableau de bord du signal, tarification en lignes d'opérateur, support d'abord, performance et SEO technique.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iptv-belgique-go
Tags: custom-menu, featured-images, translation-ready
*/

/* ============================================================
   1. VARIABLES & RESET
   ============================================================ */
:root {
  --bgo-bg: #f6f7fb;
  --bgo-bg-soft: #edf0f7;
  --bgo-surface: #ffffff;
  --bgo-dark: #0b1626;
  --bgo-dark-2: #112138;
  --bgo-ink: #14213a;
  --bgo-text: #4a5572;
  --bgo-text-light: #8a93ad;
  --bgo-primary: #4338ca;
  --bgo-primary-dark: #3730a3;
  --bgo-primary-soft: #eceafd;
  --bgo-accent: #b8f135;
  --bgo-accent-dark: #87b515;
  --bgo-success: #12b76a;
  --bgo-warn: #f79009;
  --bgo-border: #e3e7f0;
  --bgo-border-dark: rgba(255, 255, 255, 0.12);
  --bgo-whatsapp: #25d366;
  --bgo-whatsapp-dark: #1eb456;
  --bgo-radius-card: 18px;
  --bgo-radius-btn: 12px;
  --bgo-shadow: 0 6px 24px -8px rgba(20, 33, 58, 0.12);
  --bgo-shadow-lg: 0 18px 48px -16px rgba(20, 33, 58, 0.22);
  --bgo-font-head: 'Space Grotesk', 'Segoe UI', sans-serif;
  --bgo-font-body: 'DM Sans', 'Segoe UI', sans-serif;
  --bgo-header-h: 68px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  margin: 0;
  font-family: var(--bgo-font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--bgo-text);
  background: var(--bgo-bg);
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--bgo-font-head);
  color: var(--bgo-ink);
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 700; }
h2 { font-size: clamp(1.5rem, 3.2vw, 2.15rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }

p { margin: 0 0 1.1em; }

a { color: var(--bgo-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--bgo-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

ul, ol { padding-left: 1.3em; margin: 0 0 1.1em; }

button { font-family: inherit; cursor: pointer; }

.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; width: 1px; margin: -1px; overflow: hidden;
  padding: 0; position: absolute !important; word-wrap: normal !important;
}

/* ============================================================
   2. LAYOUT UTILITIES
   ============================================================ */
.bgo-container {
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 20px;
}

.bgo-section { padding: clamp(56px, 8vw, 96px) 0; }
.bgo-section--soft { background: var(--bgo-bg-soft); }
.bgo-section--white { background: var(--bgo-surface); }
.bgo-section--dark {
  background: linear-gradient(160deg, var(--bgo-dark) 0%, var(--bgo-dark-2) 100%);
  color: #c4cce0;
}
.bgo-section--dark h2,
.bgo-section--dark h3 { color: #fff; }

.bgo-section-head { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.bgo-section-head--left { margin-inline: 0; text-align: left; }
.bgo-section-sub { font-size: 1.05rem; }

.bgo-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--bgo-font-head);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bgo-primary);
  margin-bottom: 14px;
}
.bgo-section--dark .bgo-eyebrow { color: var(--bgo-accent); }

.bgo-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--bgo-success);
  display: inline-block;
  flex: none;
}
.bgo-dot--accent { background: var(--bgo-accent); }
.bgo-dot--warn { background: var(--bgo-warn); }

.bgo-grid-2, .bgo-grid-3, .bgo-grid-4 { display: grid; gap: 22px; }
@media (min-width: 640px) {
  .bgo-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .bgo-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .bgo-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .bgo-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .bgo-grid-4 { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================
   3. BUTTONS, BADGES, CHIPS
   ============================================================ */
.bgo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--bgo-radius-btn);
  border: 2px solid transparent;
  font-family: var(--bgo-font-head);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  min-height: 48px;
}
.bgo-btn:hover { text-decoration: none; transform: translateY(-1px); }
.bgo-btn svg { flex: none; }

.bgo-btn--primary {
  background: var(--bgo-primary);
  color: #fff;
  box-shadow: 0 8px 20px -8px rgba(67, 56, 202, 0.55);
}
.bgo-btn--primary:hover { background: var(--bgo-primary-dark); color: #fff; }

.bgo-btn--ghost {
  background: transparent;
  border-color: var(--bgo-border);
  color: var(--bgo-ink);
}
.bgo-btn--ghost:hover { border-color: var(--bgo-primary); color: var(--bgo-primary); }

.bgo-btn--whatsapp {
  background: var(--bgo-whatsapp);
  color: #07301a;
  box-shadow: 0 8px 20px -8px rgba(37, 211, 102, 0.5);
}
.bgo-btn--whatsapp:hover { background: var(--bgo-whatsapp-dark); color: #07301a; }

.bgo-btn--light { background: #fff; color: var(--bgo-ink); }
.bgo-btn--light:hover { background: var(--bgo-accent); color: var(--bgo-dark); }

.bgo-btn--lg { padding: 17px 32px; font-size: 1.07rem; }
.bgo-btn--sm { padding: 10px 18px; min-height: 42px; font-size: 0.93rem; }

.bgo-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bgo-ink);
}
.bgo-chip--dark {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--bgo-border-dark);
  color: #dce3f2;
}

.bgo-badge {
  display: inline-block;
  background: var(--bgo-accent);
  color: var(--bgo-dark);
  font-family: var(--bgo-font-head);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 7px;
}

/* ============================================================
   4. HEADER — compact app-style, sticky
   ============================================================ */
.bgo-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--bgo-primary);
  color: #fff;
  padding: 12px 20px;
  z-index: 1000;
  border-radius: 0 0 10px 0;
}
.bgo-skip-link:focus { left: 0; }

.bgo-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bgo-border);
}

.bgo-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--bgo-header-h);
}

.bgo-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--bgo-ink);
}
.bgo-brand:hover { text-decoration: none; }
.bgo-brand-logo { width: 42px; height: 42px; border-radius: 10px; }
.bgo-brand-name {
  font-family: var(--bgo-font-head);
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.bgo-brand-name span { color: var(--bgo-primary); }

.bgo-nav { display: none; }
.bgo-nav-list {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bgo-nav-list a {
  display: block;
  padding: 9px 13px;
  border-radius: 9px;
  color: var(--bgo-ink);
  font-weight: 500;
  font-size: 0.97rem;
}
.bgo-nav-list a:hover,
.bgo-nav-list .current-menu-item > a,
.bgo-nav-list .current_page_item > a {
  background: var(--bgo-primary-soft);
  color: var(--bgo-primary);
  text-decoration: none;
}

.bgo-header-actions { display: flex; align-items: center; gap: 12px; }

.bgo-status-pill {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--bgo-ink);
  background: var(--bgo-bg-soft);
  border-radius: 999px;
  padding: 7px 14px;
}
.bgo-status-pill .bgo-dot { animation: bgo-pulse 2s infinite; }

@keyframes bgo-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(18, 183, 106, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(18, 183, 106, 0); }
}

.bgo-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: var(--bgo-bg-soft);
  border: 1px solid var(--bgo-border);
  border-radius: 11px;
}
.bgo-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--bgo-ink);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.bgo-nav-open .bgo-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bgo-nav-open .bgo-burger span:nth-child(2) { opacity: 0; }
.bgo-nav-open .bgo-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.bgo-mobile-nav {
  display: none;
  background: var(--bgo-surface);
  border-bottom: 1px solid var(--bgo-border);
  padding: 12px 0 20px;
}
.bgo-nav-open .bgo-mobile-nav { display: block; }
.bgo-mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.bgo-mobile-nav a {
  display: block;
  padding: 13px 8px;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--bgo-ink);
  border-bottom: 1px solid var(--bgo-border);
}
.bgo-mobile-nav .bgo-btn { margin-top: 16px; width: 100%; }

@media (min-width: 1024px) {
  .bgo-nav { display: block; }
  .bgo-status-pill { display: inline-flex; }
  .bgo-burger, .bgo-mobile-nav { display: none !important; }
}

/* ============================================================
   5. HERO — streaming dashboard
   ============================================================ */
.bgo-hero {
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(67, 56, 202, 0.14), transparent 60%),
    radial-gradient(620px 320px at -5% 100%, rgba(184, 241, 53, 0.16), transparent 60%),
    var(--bgo-bg);
  padding: clamp(48px, 7vw, 84px) 0 clamp(56px, 8vw, 92px);
  overflow: hidden;
}

.bgo-hero-grid { display: grid; gap: 44px; align-items: center; }
@media (min-width: 960px) {
  .bgo-hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; }
}

.bgo-hero-title { margin-bottom: 18px; }
.bgo-hero-title em {
  font-style: normal;
  color: var(--bgo-primary);
  position: relative;
}
.bgo-hero-lead { font-size: 1.15rem; max-width: 540px; margin-bottom: 26px; }

.bgo-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }

.bgo-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-size: 0.92rem;
  color: var(--bgo-text);
  list-style: none;
  padding: 0;
  margin: 0;
}
.bgo-hero-trust li { display: inline-flex; align-items: center; gap: 8px; }
.bgo-hero-trust svg { color: var(--bgo-success); flex: none; }

/* Dashboard panel */
.bgo-panel {
  background: var(--bgo-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: var(--bgo-shadow-lg);
  overflow: hidden;
}
.bgo-panel-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  border-bottom: 1px solid var(--bgo-border-dark);
}
.bgo-panel-dots { display: flex; gap: 6px; }
.bgo-panel-dots i {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}
.bgo-panel-dots i:first-child { background: var(--bgo-accent); }
.bgo-panel-bar-label {
  font-family: var(--bgo-font-head);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #97a3c0;
}

.bgo-panel-screen { position: relative; }
.bgo-panel-screen img { width: 100%; height: auto; }
.bgo-panel-live {
  position: absolute;
  top: 14px; left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(11, 22, 38, 0.82);
  color: #fff;
  font-family: var(--bgo-font-head);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 8px;
}
.bgo-panel-live .bgo-dot { background: #ff4d4d; animation: bgo-pulse 1.6s infinite; }
.bgo-panel-uptime {
  position: absolute;
  bottom: 14px; right: 14px;
  background: rgba(11, 22, 38, 0.82);
  color: var(--bgo-accent);
  font-family: var(--bgo-font-head);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 8px;
}

.bgo-panel-rows { padding: 14px 18px 18px; display: grid; gap: 10px; }
.bgo-signal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--bgo-border-dark);
  border-radius: 12px;
  padding: 10px 14px;
  color: #dce3f2;
  font-size: 0.9rem;
}
.bgo-signal-row strong { color: #fff; font-weight: 600; }
.bgo-signal-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--bgo-font-head);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--bgo-accent);
  white-space: nowrap;
}

/* ============================================================
   6. STATS STRIP
   ============================================================ */
.bgo-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 880px) { .bgo-stats { grid-template-columns: repeat(4, 1fr); } }

.bgo-stat {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  padding: 26px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bgo-stat::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bgo-primary), var(--bgo-accent));
}
.bgo-stat-num {
  font-family: var(--bgo-font-head);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  color: var(--bgo-ink);
  display: block;
  font-variant-numeric: tabular-nums;
}
.bgo-stat-label { font-size: 0.92rem; color: var(--bgo-text); }

/* ============================================================
   7. CARDS — generic, audience, showcase, devices, scenarios
   ============================================================ */
.bgo-card {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  padding: 28px 26px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.bgo-card:hover { border-color: rgba(67, 56, 202, 0.4); box-shadow: var(--bgo-shadow); }

.bgo-icon-card .bgo-icon-box {
  width: 50px; height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bgo-primary-soft);
  color: var(--bgo-primary);
  border-radius: 13px;
  margin-bottom: 16px;
}
.bgo-icon-card h3 { margin-bottom: 8px; }
.bgo-icon-card p:last-child { margin-bottom: 0; }

.bgo-show-card {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.bgo-show-card img { width: 100%; height: auto; }
.bgo-show-card-body { padding: 22px 24px 26px; flex: 1; }
.bgo-show-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
}
.bgo-show-card-tags li {
  background: var(--bgo-bg-soft);
  border-radius: 7px;
  padding: 4px 11px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--bgo-ink);
}

.bgo-scenario-card {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-left: 4px solid var(--bgo-primary);
  border-radius: var(--bgo-radius-card);
  padding: 26px;
}
.bgo-scenario-card .bgo-scenario-who {
  font-family: var(--bgo-font-head);
  font-weight: 600;
  color: var(--bgo-ink);
  display: block;
  margin-bottom: 8px;
}
.bgo-scenario-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--bgo-text-light);
  margin-top: 18px;
}

/* ============================================================
   8. STEPS TIMELINE
   ============================================================ */
.bgo-steps {
  list-style: none;
  counter-reset: bgo-step;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
@media (min-width: 880px) { .bgo-steps { grid-template-columns: repeat(4, 1fr); } }
.bgo-steps--vertical { grid-template-columns: 1fr !important; max-width: 760px; }

.bgo-step {
  counter-increment: bgo-step;
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  padding: 26px 24px;
  position: relative;
}
.bgo-step::before {
  content: counter(bgo-step, decimal-leading-zero);
  display: inline-block;
  font-family: var(--bgo-font-head);
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--bgo-primary);
  background: var(--bgo-primary-soft);
  border-radius: 9px;
  padding: 5px 11px;
  margin-bottom: 14px;
}
.bgo-step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.bgo-step p { margin-bottom: 0; font-size: 0.97rem; }
.bgo-step-time {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--bgo-success);
}

/* ============================================================
   9. PLANS — telecom operator rows
   ============================================================ */
.bgo-plans { display: grid; gap: 16px; max-width: 980px; margin-inline: auto; }

.bgo-plan-row {
  display: grid;
  gap: 16px;
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  padding: 24px;
  position: relative;
  align-items: center;
}
@media (min-width: 880px) {
  .bgo-plan-row {
    grid-template-columns: 150px 1fr 170px 170px;
    padding: 22px 28px;
  }
}

.bgo-plan-row--featured {
  border: 2px solid var(--bgo-primary);
  box-shadow: var(--bgo-shadow);
}
.bgo-plan-badge {
  position: absolute;
  top: -13px;
  left: 24px;
  background: var(--bgo-primary);
  color: #fff;
  font-family: var(--bgo-font-head);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 7px;
}
.bgo-plan-badge--accent { background: var(--bgo-accent); color: var(--bgo-dark); }

.bgo-plan-duration {
  font-family: var(--bgo-font-head);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--bgo-ink);
}
.bgo-plan-duration small {
  display: block;
  font-family: var(--bgo-font-body);
  font-weight: 400;
  font-size: 0.85rem;
  color: var(--bgo-text);
}

.bgo-plan-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  font-size: 0.9rem;
}
.bgo-plan-features li { display: inline-flex; align-items: center; gap: 6px; }
.bgo-plan-features svg { color: var(--bgo-success); flex: none; }

.bgo-plan-price {
  font-family: var(--bgo-font-head);
  font-weight: 700;
  font-size: 1.85rem;
  color: var(--bgo-ink);
  font-variant-numeric: tabular-nums;
}
.bgo-plan-price small {
  display: block;
  font-family: var(--bgo-font-body);
  font-weight: 500;
  font-size: 0.84rem;
  color: var(--bgo-success);
}

.bgo-plan-cta { text-align: left; }
@media (min-width: 880px) { .bgo-plan-cta { text-align: right; } }
.bgo-plan-cta .bgo-btn { width: 100%; }

.bgo-plans-note {
  max-width: 980px;
  margin: 22px auto 0;
  text-align: center;
  font-size: 0.92rem;
  color: var(--bgo-text);
}

/* ============================================================
   10. TICKS, NOTES, TABLES
   ============================================================ */
.bgo-ticks { list-style: none; margin: 0 0 1.2em; padding: 0; display: grid; gap: 12px; }
.bgo-ticks li { display: flex; align-items: flex-start; gap: 11px; }
.bgo-ticks svg { color: var(--bgo-success); flex: none; margin-top: 4px; }
.bgo-ticks--cross svg { color: var(--bgo-warn); }

.bgo-note {
  background: var(--bgo-primary-soft);
  border: 1px solid rgba(67, 56, 202, 0.25);
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 0.95rem;
  margin: 1.4em 0;
}
.bgo-note--warn { background: #fef4e6; border-color: rgba(247, 144, 9, 0.35); }

.bgo-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bgo-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  overflow: hidden;
  font-size: 0.96rem;
  min-width: 560px;
}
.bgo-table th,
.bgo-table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--bgo-border); }
.bgo-table thead th {
  background: var(--bgo-dark);
  color: #fff;
  font-family: var(--bgo-font-head);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}
.bgo-table tbody tr:last-child td { border-bottom: 0; }
.bgo-table td.bgo-yes { color: var(--bgo-success); font-weight: 600; }
.bgo-table td.bgo-no { color: var(--bgo-text-light); }

/* ============================================================
   11. FAQ ACCORDION — bordered list, plus/minus square
   ============================================================ */
.bgo-acc { max-width: 820px; margin-inline: auto; display: grid; gap: 12px; }

.bgo-acc-item {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: 15px;
  overflow: hidden;
}
.bgo-acc-item.is-open { border-color: var(--bgo-primary); }

.bgo-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: 0;
  padding: 19px 22px;
  text-align: left;
  font-family: var(--bgo-font-head);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--bgo-ink);
}
.bgo-acc-icon {
  flex: none;
  width: 30px; height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bgo-bg-soft);
  border-radius: 9px;
  color: var(--bgo-primary);
  font-weight: 700;
  transition: transform 0.2s ease;
}
.is-open .bgo-acc-icon { background: var(--bgo-primary); color: #fff; transform: rotate(45deg); }

.bgo-acc-panel { padding: 0 22px; overflow: hidden; }
.bgo-acc-panel[hidden] { display: none; }
.bgo-acc-panel-inner { padding-bottom: 20px; font-size: 0.99rem; }
.bgo-acc-panel-inner p:last-child { margin-bottom: 0; }

.bgo-acc-group-title {
  font-size: 1.15rem;
  margin: 36px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bgo-acc-group-title:first-of-type { margin-top: 0; }

/* ============================================================
   12. FINAL CTA / DARK BANNER
   ============================================================ */
.bgo-cta-final {
  background:
    radial-gradient(700px 320px at 90% 0%, rgba(184, 241, 53, 0.12), transparent 65%),
    linear-gradient(150deg, var(--bgo-dark), var(--bgo-dark-2));
  border-radius: 26px;
  padding: clamp(40px, 6vw, 72px) clamp(24px, 5vw, 64px);
  color: #c4cce0;
  text-align: center;
}
.bgo-cta-final h2 { color: #fff; max-width: 640px; margin-inline: auto; }
.bgo-cta-final p { max-width: 560px; margin: 0 auto 28px; }
.bgo-cta-final .bgo-hero-ctas { justify-content: center; margin-bottom: 0; }

/* ============================================================
   13. PAGE HERO (inner pages) & BREADCRUMBS
   ============================================================ */
.bgo-page-hero {
  background:
    radial-gradient(640px 300px at 90% -20%, rgba(67, 56, 202, 0.12), transparent 60%),
    var(--bgo-bg);
  padding: clamp(36px, 5vw, 60px) 0 clamp(32px, 4vw, 52px);
  border-bottom: 1px solid var(--bgo-border);
}
.bgo-page-hero h1 { max-width: 760px; }
.bgo-page-hero .bgo-page-lead { font-size: 1.1rem; max-width: 680px; margin-bottom: 0; }

.bgo-breadcrumbs { font-size: 0.85rem; margin-bottom: 18px; color: var(--bgo-text-light); }
.bgo-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.bgo-breadcrumbs li + li::before { content: '›'; margin-right: 6px; color: var(--bgo-text-light); }
.bgo-breadcrumbs a { color: var(--bgo-text); }

/* ============================================================
   14. PROSE / EDITORIAL / LEGAL
   ============================================================ */
.bgo-prose { max-width: 760px; }
.bgo-prose h2 { font-size: 1.5rem; margin-top: 1.8em; }
.bgo-prose h3 { font-size: 1.18rem; margin-top: 1.5em; }
.bgo-prose ul li, .bgo-prose ol li { margin-bottom: 0.45em; }
.bgo-prose img { border-radius: var(--bgo-radius-card); }
.bgo-prose blockquote {
  border-left: 4px solid var(--bgo-primary);
  background: var(--bgo-surface);
  margin: 1.4em 0;
  padding: 18px 24px;
  border-radius: 0 14px 14px 0;
  font-style: italic;
}

.bgo-updated-box {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: 10px;
  padding: 9px 16px;
  font-size: 0.88rem;
  color: var(--bgo-text);
  margin-bottom: 28px;
}

/* ============================================================
   15. BLOG
   ============================================================ */
.bgo-posts-grid { display: grid; gap: 24px; }
@media (min-width: 640px) { .bgo-posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .bgo-posts-grid { grid-template-columns: repeat(3, 1fr); } }

.bgo-post-card {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.bgo-post-card:hover { border-color: rgba(67, 56, 202, 0.4); box-shadow: var(--bgo-shadow); }
.bgo-post-card-thumb { aspect-ratio: 16 / 9; background: var(--bgo-bg-soft); }
.bgo-post-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bgo-post-card-body { padding: 22px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.bgo-post-card h2, .bgo-post-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.bgo-post-card h2 a, .bgo-post-card h3 a { color: var(--bgo-ink); }
.bgo-post-card p { font-size: 0.95rem; flex: 1; }

.bgo-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 0.83rem;
  color: var(--bgo-text-light);
  margin-bottom: 12px;
}
.bgo-post-meta a { color: var(--bgo-primary); font-weight: 500; }

.bgo-readmore {
  font-family: var(--bgo-font-head);
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--bgo-primary);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bgo-article-layout { display: grid; gap: 40px; }
@media (min-width: 1024px) { .bgo-article-layout { grid-template-columns: minmax(0, 1fr) 320px; } }

.bgo-article {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  padding: clamp(24px, 4vw, 48px);
}
.bgo-article .bgo-prose { max-width: none; }
.bgo-article-thumb { border-radius: 14px; overflow: hidden; margin-bottom: 28px; }

.bgo-sidebar { display: grid; gap: 22px; align-content: start; }
.bgo-sidebar .widget {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: var(--bgo-radius-card);
  padding: 24px;
}
.bgo-sidebar .widget-title { font-size: 1.05rem; margin-bottom: 14px; }
.bgo-sidebar ul { list-style: none; padding: 0; margin: 0; }
.bgo-sidebar li { padding: 7px 0; border-bottom: 1px solid var(--bgo-border); }
.bgo-sidebar li:last-child { border-bottom: 0; }

.bgo-sidebar-cta {
  background: linear-gradient(150deg, var(--bgo-dark), var(--bgo-dark-2));
  border-radius: var(--bgo-radius-card);
  padding: 28px 26px;
  color: #c4cce0;
}
.bgo-sidebar-cta h3 { color: #fff; }
.bgo-sidebar-cta .bgo-btn { width: 100%; margin-top: 10px; }

.bgo-related { margin-top: 48px; }

.bgo-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 44px; flex-wrap: wrap; }
.bgo-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: 11px;
  font-family: var(--bgo-font-head);
  font-weight: 600;
  color: var(--bgo-ink);
}
.bgo-pagination .page-numbers.current { background: var(--bgo-primary); border-color: var(--bgo-primary); color: #fff; }
.bgo-pagination a.page-numbers:hover { border-color: var(--bgo-primary); text-decoration: none; }

/* ============================================================
   16. FORMS / SEARCH / COMMENTS
   ============================================================ */
.bgo-form { display: grid; gap: 18px; }
.bgo-field { display: grid; gap: 7px; }
.bgo-label { font-weight: 600; color: var(--bgo-ink); font-size: 0.95rem; }
.bgo-input,
.bgo-form select,
.bgo-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--bgo-ink);
  background: var(--bgo-surface);
  border: 1.5px solid var(--bgo-border);
  border-radius: 11px;
  min-height: 50px;
}
.bgo-form textarea { min-height: 130px; resize: vertical; }
.bgo-input:focus,
.bgo-form select:focus,
.bgo-form textarea:focus { border-color: var(--bgo-primary); outline: none; }

.bgo-searchform { display: flex; gap: 10px; max-width: 520px; }
.bgo-searchform .bgo-input { flex: 1; }

.bgo-comments { margin-top: 48px; }
.bgo-comments .comment-list { list-style: none; padding: 0; }
.bgo-comments .comment-body {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 16px;
}
.bgo-comments .comment-meta { font-size: 0.85rem; color: var(--bgo-text-light); margin-bottom: 8px; }
.bgo-comments .children { list-style: none; padding-left: 24px; }
.bgo-comments .reply a { font-size: 0.88rem; font-weight: 600; }

/* ============================================================
   17. FOOTER — support-card footer (dark)
   ============================================================ */
.bgo-footer {
  background: var(--bgo-dark);
  color: #aab4cd;
  margin-top: clamp(56px, 8vw, 96px);
  font-size: 0.95rem;
}

.bgo-footer-support {
  transform: translateY(-46px);
  margin-bottom: -18px;
}
.bgo-support-card {
  background: var(--bgo-surface);
  border: 1px solid var(--bgo-border);
  border-radius: 22px;
  box-shadow: var(--bgo-shadow-lg);
  padding: clamp(24px, 4vw, 40px);
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 880px) { .bgo-support-card { grid-template-columns: 1.3fr 1fr; } }
.bgo-support-card h2 { font-size: 1.4rem; margin-bottom: 8px; }
.bgo-support-card p { margin-bottom: 0; }
.bgo-support-card-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (min-width: 880px) { .bgo-support-card-actions { justify-content: flex-end; } }

.bgo-footer-grid {
  display: grid;
  gap: 36px;
  padding: 26px 0 44px;
}
@media (min-width: 880px) { .bgo-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.bgo-footer h3 {
  color: #fff;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.bgo-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.bgo-footer a { color: #aab4cd; }
.bgo-footer a:hover { color: var(--bgo-accent); text-decoration: none; }

.bgo-footer-brand .bgo-brand-name { color: #fff; }
.bgo-footer-brand p { margin-top: 14px; max-width: 320px; }
.bgo-footer-contact { display: grid; gap: 9px; margin-top: 16px; font-size: 0.92rem; }
.bgo-footer-contact span { display: flex; align-items: flex-start; gap: 9px; }
.bgo-footer-contact svg { flex: none; margin-top: 4px; color: var(--bgo-accent); }

.bgo-footer-bottom {
  border-top: 1px solid var(--bgo-border-dark);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.bgo-footer-bottom ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
}

/* ============================================================
   18. STICKY MOBILE CTA
   ============================================================ */
.bgo-sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 300;
  display: flex;
  gap: 10px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--bgo-border);
  transform: translateY(110%);
  transition: transform 0.25s ease;
}
.bgo-sticky-cta.is-visible { transform: translateY(0); }
.bgo-sticky-cta .bgo-btn { flex: 1; padding: 12px 10px; font-size: 0.92rem; min-height: 50px; }
@media (min-width: 1024px) { .bgo-sticky-cta { display: none; } }

body.bgo-has-sticky-cta { padding-bottom: 0; }
@media (max-width: 1023px) { body.bgo-has-sticky-cta { padding-bottom: 76px; } }

/* ============================================================
   19. 404 & MISC
   ============================================================ */
.bgo-404 { text-align: center; padding: clamp(64px, 10vw, 120px) 0; }
.bgo-404-code {
  font-family: var(--bgo-font-head);
  font-size: clamp(4rem, 12vw, 7rem);
  font-weight: 700;
  color: var(--bgo-primary);
  line-height: 1;
  margin-bottom: 12px;
}
.bgo-404 .bgo-searchform { margin: 28px auto; justify-content: center; }

.bgo-anchor-offset { scroll-margin-top: calc(var(--bgo-header-h) + 16px); }

/* Reveal on scroll (JS adds .is-visible; safe without JS) */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal] {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .js [data-reveal].is-visible { opacity: 1; transform: none; }
}

/* Print */
@media print {
  .bgo-header, .bgo-footer, .bgo-sticky-cta, .bgo-hero-ctas { display: none !important; }
}
