/* BoostBot theme styles. Design tokens and components from approved demos. */
:root {
  --bg0: #08090c;
  --bg1: #0d0f15;
  --panel: rgba(21, 24, 32, .82);
  --panel-solid: #141721;
  --panel-2: #1a1e2a;
  --line: rgba(255,255,255,.08);
  --line-2: rgba(255,255,255,.16);
  --fg: #f5f3ec;
  --muted: #a8a396;
  --gold: #2a88b5;
  --gold-2: #3d9cc7;
  --gold-deep: #0d5577;
  --gold-ink: #f4f8fb;
  --gold-border: #4aa3c9;
  --ok: #7dd47a;
  --warn: #e0a44f;
  --r: 16px;
  --display: "Archivo Black", sans-serif;
  --sans: "Archivo", "Segoe UI", sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
}

html { color-scheme: dark; }
html, body { margin: 0; padding: 0; background: var(--bg0); }
body {
  background: var(--bg0); color: var(--fg); font-family: var(--sans);
  font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
* { box-sizing: border-box; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
.wrap { width: min(1160px, calc(100% - 44px)); margin: 0 auto; }

/* ---------- nav ---------- */
.nav-shell {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(180deg, rgba(8,9,12,.94), rgba(8,9,12,.82));
  backdrop-filter: blur(14px); border-bottom: 1px solid var(--line);
}
nav.top { display: flex; align-items: center; gap: 20px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 1.1875rem; letter-spacing: -.01em; }
.brand img { height: 30px; width: auto; }
.nav-links { display: flex; gap: 2px; }
.nav-links > a, .nav-links > li > a {
  position: relative; min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px;
  border-radius: 9px; color: var(--muted); font-weight: 500; font-size: 0.9062rem;
  transition: color .2s ease;
}
.nav-links > a::after, .nav-links > li > a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; border-radius: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.nav-links > a:hover, .nav-links > li > a:hover { color: var(--fg); background: rgba(255,255,255,.05); }
.nav-links > a:hover::after, .nav-links > li > a:hover::after { transform: scaleX(1); }
.nav-spacer { flex: 1; }

/* ---------- buttons ---------- */
.btn, .ghost {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 0 22px; border-radius: 11px; font-weight: 700; font-size: 0.9375rem;
  cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn, a.btn, button.btn {
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 42%, var(--gold-deep));
  color: var(--gold-ink) !important; border: 1px solid var(--gold-border); text-shadow: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 10px 30px rgba(13,85,119,.22);
}
.btn:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 14px 36px rgba(13,85,119,.3); }
.ghost, a.ghost {
  border: 1px solid var(--line-2); background: rgba(255,255,255,.03); color: var(--fg) !important;
}
.ghost:hover { background: rgba(255,255,255,.07); transform: translateY(-1px); }
.btn:focus-visible, .ghost:focus-visible, .nav-links a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 2px;
}

/* ---------- hero ---------- */
.hero-shell { position: relative; overflow: hidden; }
.hero-bg {
  position: absolute; inset: -50px 0; z-index: 0;
  background: url("https://boostbot.org/wp-content/uploads/2024/02/BoostBot-Mobile-Game-Bots-Background.webp") center 22% / cover no-repeat;
}
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(640px 520px at 12% 66%, rgba(13,85,119,.08), transparent 62%),
    linear-gradient(180deg, rgba(8,9,12,.68) 0%, rgba(8,9,12,.62) 55%, var(--bg0) 97%),
    linear-gradient(90deg, rgba(8,9,12,.4) 0%, rgba(8,9,12,.7) 34%, rgba(8,9,12,.86) 58%, rgba(8,9,12,.75) 100%);
}
.hero {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr);
  gap: 44px; align-items: center; padding: 64px 0 72px; min-height: 560px;
}
.eyebrow {
  font-family: var(--mono); font-size: 0.75rem; color: var(--gold); letter-spacing: .14em;
  text-transform: uppercase; margin: 0 0 18px; display: flex; align-items: center; gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); display: block; }
h1 {
  font-family: var(--display); font-weight: 400; color: var(--fg);
  font-size: clamp(2.625rem, 5.6vw, 4.25rem); line-height: 1.02;
  letter-spacing: -.015em; margin: 0 0 22px; text-wrap: balance;
  text-shadow: 0 2px 20px rgba(8,9,12,.85), 0 1px 4px rgba(8,9,12,.7);
}
h1 em {
  font-style: normal; color: var(--gold);
  text-shadow: 0 2px 14px rgba(8,9,12,.8);
}
.lede { color: #d4cfc2; font-size: 1.125rem; max-width: 42ch; margin: 0 0 30px; text-wrap: pretty; text-shadow: 0 1px 12px rgba(8,9,12,.6); }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.trust { color: var(--muted); font-size: 0.8438rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; }
/* Trust badge: icon + claim, no pill. Containers set colour/size; this only handles the pairing. */
.tbadge { display: inline-flex; align-items: center; gap: 7px; color: inherit; text-decoration: none; white-space: nowrap; }
.tbadge .tchip-ic { flex-shrink: 0; color: var(--gold); }
a.tbadge > span { text-decoration: underline; text-decoration-color: rgba(252, 211, 77, .35); text-underline-offset: 3px; }
a.tbadge:hover > span { color: var(--gold); text-decoration-color: var(--gold); }
.trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; margin-top: 16px; }
.cta .trust-badges, .bb-cta .trust-badges { justify-content: center; }
.tchip {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--line-2); background: rgba(12,13,17,.55); backdrop-filter: blur(8px);
  font-family: var(--mono); font-size: 0.7188rem; color: #d0cbbe; letter-spacing: .02em; white-space: nowrap;
}
/* Each chip carries a glyph for its claim (boostbot_chip_icon), not a status dot. */
.tchip-ic { flex-shrink: 0; color: var(--gold); }

/* Animated loop ring (inline SVG from boostbot_loop_svg()). One orbit = one bot cycle. */
.bb-loop { display: inline-block; flex-shrink: 0; color: inherit; }
.bb-loop circle { fill: none; stroke: currentColor; stroke-width: 1.7; }
.bb-loop-track { opacity: .22; }
.bb-loop-arc {
  stroke-linecap: round; stroke-dasharray: 26 38;
  transform-origin: 50% 50%; transform-box: fill-box; transform: rotate(-90deg);
}
@media (prefers-reduced-motion: no-preference) {
  .bb-loop-arc { animation: bb-loop-spin 6s linear infinite; }
}
@keyframes bb-loop-spin { from { transform: rotate(-90deg); } to { transform: rotate(270deg); } }

/* hero mosaic */
.mosaic {
  position: relative; display: flex; gap: 16px; justify-content: center;
  height: 520px; overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
          mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}
.mo-col { display: flex; flex-direction: column; gap: 16px; animation: drift 44s linear infinite; }
.mo-col:nth-child(2) { animation-duration: 56s; animation-direction: reverse; }
.mo-col:nth-child(3) { animation-duration: 50s; }
@keyframes drift { from { transform: translateY(0); } to { transform: translateY(-50%); } }
.mo-col img {
  width: 108px; height: 108px; border-radius: 24px; object-fit: cover;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 44px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.18) inset;
}
.mo-col:nth-child(2) img { width: 122px; height: 122px; }

/* ---------- marquee ---------- */
.marquee-wrap {
  border-block: 1px solid var(--line); background: var(--bg1);
  overflow: hidden; padding: 14px 0; display: grid; gap: 10px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.marquee { display: flex; gap: 10px; width: max-content; min-height: 44px; animation: tape 80s linear infinite; }
.marquee.rev { animation-duration: 96s; animation-direction: reverse; }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
@keyframes tape { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.mq {
  display: flex; align-items: center; gap: 9px; white-space: nowrap;
  padding: 6px 14px 6px 7px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,.03); font-size: 0.8125rem; color: #cfcabd; font-weight: 500;
  transition: border-color .2s ease, color .2s ease, transform .2s ease, background .2s ease;
}
.mq img { width: 28px; height: 28px; border-radius: 8px; }
.game img { width: 46px; height: 46px; }
.mq:hover { border-color: var(--gold); color: var(--fg); background: rgba(13,85,119,.07); transform: translateY(-2px); }

/* ---------- sections ---------- */
section { padding: 88px 0; content-visibility: auto; contain-intrinsic-size: auto 700px; }
main > section:first-of-type { content-visibility: visible; }
section.alt { background: var(--bg1); border-block: 1px solid var(--line); }
.kicker {
  font-family: var(--mono); font-size: 0.7188rem; color: var(--gold); letter-spacing: .14em;
  text-transform: uppercase; margin: 0 0 12px; display: flex; align-items: center; gap: 10px;
}
.kicker::before { content: ""; width: 22px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); flex-shrink: 0; }
.band .kicker { justify-content: center; }
.band .kicker::after { content: ""; width: 22px; height: 1px; background: linear-gradient(270deg, var(--gold), transparent); flex-shrink: 0; }
h2 {
  font-family: var(--display); font-weight: 400; color: var(--fg); font-size: clamp(1.75rem, 3.4vw, 2.625rem);
  letter-spacing: -.01em; line-height: 1.08; margin: 0 0 12px; text-wrap: balance;
}
.sub { color: var(--muted); margin: 0 0 40px; max-width: 56ch; font-size: 1.0312rem; }

/* ---------- plans ---------- */
.seg-wrap { display: flex; justify-content: flex-start; margin-bottom: 34px; }
.seg {
  position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; padding: 4px;
  border: 1px solid var(--line-2); border-radius: 13px; background: var(--panel-solid);
}
.seg-pill {
  position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc((100% - 8px) / 3);
  border-radius: 10px; background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-deep));
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 6px 18px rgba(13,85,119,.3);
  transform: translateX(0);
  transition: transform .38s cubic-bezier(.34,1.4,.4,1);
  pointer-events: none;
}
.seg:has(button[data-plan="server"][aria-pressed="true"]) .seg-pill,
.seg:has(button[data-plan="server"][aria-selected="true"]) .seg-pill { transform: translateX(100%); }
.seg:has(button[data-plan="ffm"][aria-pressed="true"]) .seg-pill,
.seg:has(button[data-plan="ffm"][aria-selected="true"]) .seg-pill { transform: translateX(200%); }
.seg button {
  position: relative; z-index: 1; min-height: 42px; padding: 0 18px; border: 0; background: none;
  border-radius: 10px; font-weight: 600; font-size: 0.875rem; color: var(--muted); cursor: pointer;
  transition: color .25s ease; white-space: nowrap;
}
.seg button[aria-pressed="true"],
.seg button[aria-selected="true"] { color: var(--gold-ink) !important; }
.seg button:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; perspective: 1400px; }
.plan {
  position: relative; background: var(--panel-solid); border: 1px solid var(--line);
  border-radius: var(--r); padding: 28px 26px; display: flex; flex-direction: column; gap: 12px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  transform-style: preserve-3d; will-change: transform;
  transition: transform .35s cubic-bezier(.2,.9,.3,1.2), border-color .3s ease, box-shadow .3s ease, opacity .5s ease;
}
.plan.tilting { transition: border-color .3s ease, box-shadow .3s ease; }
.plan .glare {
  content: ""; position: absolute; inset: 0; border-radius: var(--r); pointer-events: none;
  z-index: 1;
  background: radial-gradient(420px 320px at var(--gx, 50%) var(--gy, 0%), rgba(255,255,255,.09), transparent 60%);
  opacity: 0; transition: opacity .3s ease;
}
.plan:hover .glare { opacity: 1; }
.plan.featured {
  background:
    linear-gradient(var(--panel-solid), var(--panel-solid)) padding-box,
    linear-gradient(160deg, rgba(13,85,119,.85), rgba(13,85,119,.12) 55%, rgba(13,85,119,.4)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 30px 70px rgba(0,0,0,.5), 0 0 60px rgba(13,85,119,.08);
}
.plan.spot {
  border-color: rgba(13,85,119,.8);
  box-shadow: 0 34px 80px rgba(0,0,0,.55), 0 0 0 4px rgba(13,85,119,.14), 0 0 70px rgba(13,85,119,.16);
  transform: translateY(-6px) scale(1.015);
}
.plan.dim { opacity: .55; }
.ribbon {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%) translateZ(1px);
  z-index: 2;
  padding: 5px 16px; border-radius: 999px; font-family: var(--mono); font-size: 0.6562rem;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold-ink); font-weight: 600;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-deep));
  box-shadow: 0 6px 18px rgba(13,85,119,.35); overflow: hidden; white-space: nowrap;
}
.ribbon::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.75) 50%, transparent 70%);
  transform: translateX(-120%);
}
/* One pass when the plans reveal, then rest. A forever-looping sheen reads as decoration. */
.reveal.shown .ribbon::after { animation: sheen 1.6s ease-in-out .5s 1 both; }
@keyframes sheen { 0%, 30% { transform: translateX(-120%); } 100% { transform: translateX(120%); } }
.plan .who { font-family: var(--mono); font-size: 0.6875rem; color: var(--gold); letter-spacing: .12em; text-transform: uppercase; }
.plan h3 { margin: 0; font-size: 1.5rem; font-family: var(--display); font-weight: 400; letter-spacing: -.01em; color: var(--fg); }
.bb-plan-amt {
  font-family: var(--display); font-size: 2.5rem; letter-spacing: -.01em; margin-top: 2px; color: var(--fg);
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}
.bb-plan-amt .amt { white-space: nowrap; color: var(--gold); }
.bb-plan-amt small { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); font-weight: 400; letter-spacing: 0; white-space: nowrap; }
.price { font-family: var(--display); font-size: 2.5rem; letter-spacing: -.01em; margin-top: 2px; color: var(--fg); display: flex; align-items: baseline; gap: 8px; }
.price .digits { white-space: nowrap; display: inline; flex: none; }
.price small { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); font-weight: 400; letter-spacing: 0; }
.plan ul { list-style: none; padding: 0; margin: 10px 0 20px; color: #c3beb0; font-size: 0.9062rem; }
.plan li { padding: 9px 0 9px 26px; border-top: 1px solid var(--line); position: relative; }
.reveal .plan li { opacity: 0; transform: translateY(10px); }
.reveal.shown .plan li { animation: rise .45s ease forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.plan li::before {
  content: ""; position: absolute; left: 2px; top: 14px; width: 14px; height: 14px;
  border-radius: 50%; background: rgba(13,85,119,.14);
  box-shadow: 0 0 0 1px rgba(13,85,119,.4) inset;
}
.plan li::after {
  content: ""; position: absolute; left: 6.5px; top: 17.5px; width: 5px; height: 3px;
  border-left: 1.6px solid var(--gold); border-bottom: 1.6px solid var(--gold); transform: rotate(-45deg);
}
.plan .btn, .plan .ghost { width: 100%; margin-top: auto; }
.assure {
  display: flex; flex-wrap: wrap; gap: 8px 28px; justify-content: center; margin-top: 30px;
  color: var(--muted); font-size: 0.8125rem; font-family: var(--mono);
}

/* ---------- games ---------- */
.catalog-h { display: flex; justify-content: space-between; gap: 16px; align-items: end; flex-wrap: wrap; }
.search {
  display: flex; align-items: center; gap: 9px; height: 46px; padding: 0 14px;
  border: 1px solid var(--line-2); border-radius: 11px; background: var(--panel-solid);
  min-width: min(320px, 100%); margin-bottom: 40px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.search:focus-within { border-color: rgba(13,85,119,.6); box-shadow: 0 0 0 3px rgba(13,85,119,.12); }
.count-pill {
  display: inline-flex; align-items: center; vertical-align: 6px; margin-left: 12px; padding: 4px 12px;
  border-radius: 999px; border: 1px solid rgba(13,85,119,.4); background: rgba(13,85,119,.08);
  color: var(--gold); font-family: var(--mono); font-size: 0.8125rem; letter-spacing: .05em;
}
.games .empty {
  grid-column: 1 / -1; padding: 30px; text-align: center; color: var(--muted);
  border: 1px dashed var(--line-2); border-radius: 13px; font-family: var(--mono); font-size: 0.8125rem;
}
.search span { font-family: var(--mono); color: var(--muted); font-size: 0.8125rem; }
.search input { border: 0; background: transparent; outline: none; width: 100%; }
.games { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 10px; }
.game {
  display: flex; align-items: center; gap: 13px;
  min-height: 64px; padding: 9px 14px 9px 9px; border: 1px solid var(--line); border-radius: 13px;
  background: var(--panel-solid);
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.game:hover {
  border-color: rgba(13,85,119,.55); background: var(--panel-2);
  transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.4);
}
.game img { width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0; border: 1px solid rgba(255,255,255,.1); }
.game strong { font-weight: 600; font-size: 0.9062rem; min-width: 0; line-height: 1.25; }
.game .go { margin-left: auto; font-family: var(--mono); font-size: 0.9375rem; color: var(--muted); flex-shrink: 0; transition: color .18s, transform .18s; }
.game:hover .go { color: var(--gold); transform: translateX(3px); }

/* ---------- about / device ---------- */
.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 52px; align-items: center; }
.caps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.cap {
  padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel-solid);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.cap:hover { border-color: rgba(13,85,119,.45); transform: translateY(-3px); background: var(--panel-2); }
.cap b { display: flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 0.75rem; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 6px; }
.cap b svg { width: 15px; height: 15px; fill: none; stroke: var(--gold); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.cap p { margin: 0; color: var(--muted); font-size: 0.8438rem; line-height: 1.5; }
.device-shot { position: relative; }
.device-shot img { width: 100%; height: auto; object-fit: contain; border-radius: var(--r); }
.device-shot::before {
  content: ""; position: absolute; inset: -8% -6% auto; height: 116%;
  background: radial-gradient(60% 55% at 50% 45%, rgba(13,85,119,.15), transparent 70%);
  pointer-events: none;
}
.device-shot::after {
  content: ""; position: absolute; left: 12%; right: 12%; bottom: -26px; height: 40px;
  background: radial-gradient(50% 100% at 50% 0%, rgba(0,0,0,.5), transparent 75%);
  filter: blur(6px); pointer-events: none;
}

/* ---------- quotes ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.quote {
  background: var(--panel-solid); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 24px; margin: 0; display: flex; flex-direction: column; gap: 16px; position: relative;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.quote:hover { border-color: rgba(13,85,119,.4); transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,.45); }
.quote::before {
  content: "\201C"; font-family: var(--display); font-size: 4rem; line-height: 1;
  color: rgba(13,85,119,.35); position: absolute; top: 14px; right: 20px;
}
.quote p { margin: 0; color: #d6d1c4; font-size: 0.9062rem; line-height: 1.65; }
.stars { display: flex; gap: 3px; }
.stars svg { width: 17px; height: 17px; fill: var(--gold); filter: drop-shadow(0 0 6px rgba(13,85,119,.35)); }
.who-row { display: flex; gap: 12px; align-items: center; margin-top: auto; }
/* WP/Kadence global figure/figcaption styles outrank bare classes on the live page; pin these hard */
figure.quote { margin: 0; display: flex; flex-direction: column; }
.quote figcaption.who-row { margin: 0; margin-top: auto !important; }
.avatar {
  width: 40px; height: 40px; border-radius: 999px; flex-shrink: 0;
  background: linear-gradient(160deg, rgba(13,85,119,.25), rgba(13,85,119,.06));
  border: 1px solid rgba(13,85,119,.4);
  display: grid; place-items: center; font-family: var(--mono); font-size: 0.75rem; color: var(--gold);
}
.who-row b { display: block; font-size: 0.9062rem; }
.who-row small { color: var(--muted); font-size: 0.7812rem; }
.quotes-more { margin: 18px 0 0; text-align: center; font-family: var(--mono); font-size: 0.7812rem; }
.quotes-more a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- CTA band ---------- */
.band {
  position: relative; overflow: hidden; border-radius: 20px;
  border: 1px solid rgba(13,85,119,.28);
  background:
    radial-gradient(700px 300px at 20% 0%, rgba(13,85,119,.16), transparent 60%),
    linear-gradient(160deg, #0b1a24, var(--panel-solid) 55%);
  padding: 56px 48px; text-align: center;
}
.band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(13,85,119,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,85,119,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(75% 90% at 50% 10%, #000, transparent 78%);
          mask-image: radial-gradient(75% 90% at 50% 10%, #000, transparent 78%);
}
.band > * { position: relative; }
.band h2 { margin-bottom: 10px; }
.band .sub { margin: 0 auto 30px; }
.stats { display: flex; justify-content: center; gap: 56px; flex-wrap: wrap; margin: 34px 0 6px; }
.stat b { display: block; font-family: var(--display); font-size: 2.75rem; color: var(--gold); letter-spacing: -.01em; }
.stat span { color: var(--muted); font-size: 0.8438rem; }

/* ---------- mail ---------- */
.mail {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center;
  padding: 34px 32px; border: 1px solid var(--line); border-radius: var(--r); background: var(--panel-solid);
}
.mail h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.mail form { display: flex; gap: 10px; flex-wrap: wrap; }
.mail input[type="email"] {
  flex: 1; min-width: 190px; height: 46px; padding: 0 14px; border-radius: 11px;
  border: 1px solid var(--line-2); background: var(--bg0);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.mail input[type="email"]:focus { border-color: rgba(13,85,119,.6); box-shadow: 0 0 0 3px rgba(13,85,119,.12); outline: none; }

/* ---------- footer ---------- */
footer { border-top: 1px solid var(--line); padding: 34px 0 60px; color: var(--muted); font-size: 0.8438rem; background: var(--bg1); }
.foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
.foot .brand { font-size: 0.9375rem; }
.foot .brand img { height: 22px; width: auto; }
.foot a:hover { color: var(--fg); }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; padding: 44px 0 28px; min-height: 0; }
  .mosaic { display: none; }
  .plans, .quotes { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 30px; }
  .mail { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .band { padding: 44px 24px; }
  .stats { gap: 32px; }
  .demo-bar span:first-child { font-size: 0.6875rem; }
  .seg-wrap { justify-content: stretch; }
  .seg { display: flex; width: 100%; max-width: 100%; gap: 0; padding: 3px; }
  .seg button { flex: 1 1 0; min-width: 0; padding: 0 2px; font-size: 0.7812rem; min-height: 44px; }
  .plan { padding: 24px 18px; }
  .plan .btn, .plan .ghost { padding: 0 12px; font-size: 0.875rem; }
  .price { font-size: 2.125rem; flex-wrap: wrap; }
  .cta-row .btn, .cta-row .ghost { flex: 1 1 100%; }
  .caps { grid-template-columns: 1fr; }
  .mail form { flex-direction: column; }
  .mail .btn { width: 100%; }
  .count-pill { font-size: 0.6875rem; padding: 3px 9px; margin-left: 9px; vertical-align: 4px; }
  .trust-row { gap: 6px; }
  .tchip { font-size: 0.6562rem; padding: 7px 11px; }
  #back-top { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .btn, .ghost, .game { transition: none; }
  .ribbon::after { animation: none; }
  .mo-col { animation-duration: 120s; }
  .marquee { animation-duration: 160s; }
  .hero-bg { animation: none; }
  .device-shot { animation: none; }
  h1 em { animation: none; }
}
/* sub-page additions */
.price .amt { white-space: nowrap; flex: none; }
.page-hero { position: relative; padding: 64px 0 48px; }
.page-hero.tight { padding: 56px 0 32px; }
.crumb { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); margin: 0 0 18px; }
.crumb a { color: var(--gold); }
.updated { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); margin: 0 0 14px; }
.pains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pain { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel-solid); }
.pain b { display: block; font-size: 0.9688rem; margin-bottom: 8px; color: var(--fg); }
.pain p { margin: 0; color: var(--muted); font-size: 0.8438rem; line-height: 1.55; }
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shots img { border-radius: 11px; border: 1px solid var(--line); width: 100%; height: auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; counter-reset: step; }
.step { position: relative; padding: 24px 20px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel-solid); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-size: 2.125rem; color: rgba(13,85,119,.35); display: block; margin-bottom: 8px;
}
.step b { display: block; font-size: 1rem; margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); font-size: 0.8438rem; line-height: 1.55; }
.faq { max-width: 780px; }
.faq details {
  border: 1px solid var(--line); border-radius: 12px; background: var(--panel-solid);
  margin-bottom: 8px; overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer; padding: 16px 18px; font-weight: 600; font-size: 0.9375rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 44px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); color: var(--gold); font-size: 1.125rem; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 18px 16px; color: var(--muted); font-size: 0.875rem; line-height: 1.65; }
.faq details[open] { border-color: rgba(13,85,119,.35); }
.posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.posts .post {
  display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--panel-solid); overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.posts .post:hover { border-color: rgba(13,85,119,.45); transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,.45); }
.posts .post img { width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover; }
.posts .post .pbody { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.posts .post h2, .posts .post h3 { margin: 0; font-size: 1.0625rem; font-family: var(--sans); font-weight: 700; line-height: 1.35; color: var(--fg); }
.posts .post p { margin: 0; color: var(--muted); font-size: 0.8438rem; line-height: 1.55; }
.posts .post .more { margin-top: auto; color: var(--gold); font-family: var(--mono); font-size: 0.7812rem; }
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.product {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel-solid);
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.product:hover { border-color: rgba(13,85,119,.45); transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,.45); }
.product img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; background: #101217; }
.product .pbody { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product b { font-size: 0.9375rem; }
.product span { color: var(--muted); font-family: var(--mono); font-size: 0.75rem; }
.picker { display: flex; flex-direction: column; gap: 18px; max-width: 520px; }
.picker label { font-family: var(--mono); font-size: 0.75rem; color: var(--gold); letter-spacing: .08em; text-transform: uppercase; }
.pick-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pick {
  min-height: 44px; padding: 0 18px; border-radius: 10px; border: 1px solid var(--line-2);
  background: var(--panel-solid); color: var(--fg); font-weight: 600; cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.pick[aria-pressed="true"] { background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-deep)); color: var(--gold-ink) !important; border-color: var(--gold-border); }
.picker select {
  min-height: 46px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line-2);
  background: var(--panel-solid); color: var(--fg); font: inherit; width: 100%;
}
.qty-note { color: var(--muted); font-size: 0.8438rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.fit { max-width: 820px; }
.fit li { margin-bottom: 10px; color: var(--muted); line-height: 1.6; }
.fit li strong { color: var(--fg); }
.fit a { color: var(--gold); }
@media (max-width: 960px) {
  .pains, .steps, .posts { grid-template-columns: 1fr; }
  .shots, .products { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 28px; }
}
/* ---------- theme chrome: nav toggle, dropdown, menus ---------- */
.nav-toggle {
  display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-2);
  border-radius: 10px; background: rgba(255,255,255,.03); color: var(--fg); cursor: pointer;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-toggle svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; }
.nav-toggle[aria-expanded="true"] { border-color: rgba(13,85,119,.5); background: rgba(13,85,119,.1); color: var(--gold); }
.nav-cta { flex-shrink: 0; }
.nav-links { list-style: none; margin: 0; padding: 0; align-items: center; }
nav.top { position: relative; }
.nav-links > li { position: relative; }
.nav-links > li > a,
.nav-links > .menu-item > a {
  position: relative; min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px;
  border-radius: 9px; color: var(--muted); font-weight: 500; font-size: 0.9062rem;
  transition: color .2s ease;
}
.nav-links > li > a::after,
.nav-links > .menu-item > a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; border-radius: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s ease;
}
.nav-links > li > a:hover,
.nav-links > li.current-menu-item > a,
.nav-links > li.current-menu-ancestor > a,
.nav-links > .menu-item > a:hover { color: var(--fg); background: rgba(255,255,255,.05); }
.nav-links > li > a:hover::after,
.nav-links > li.current-menu-item > a::after,
.nav-links > .menu-item > a:hover::after { transform: scaleX(1); }
.nav-links .sub-menu {
  position: absolute; top: calc(100% - 4px); left: 0; min-width: 220px; margin: 0; padding: 8px;
  list-style: none; border: 1px solid var(--line); border-radius: 12px; background: var(--panel-solid);
  box-shadow: 0 22px 50px rgba(0,0,0,.55); opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s; z-index: 60;
}
.nav-links .menu-item-has-children:hover > .sub-menu,
.nav-links .menu-item-has-children:focus-within > .sub-menu,
.nav-links .menu-item-has-children.is-open > .sub-menu {
  opacity: 1; visibility: visible; transform: none;
}
.nav-links .sub-menu a {
  display: block; padding: 10px 12px; border-radius: 8px; color: var(--muted); font-size: 0.875rem; font-weight: 500;
}
.nav-links .sub-menu a:hover { color: var(--fg); background: rgba(255,255,255,.05); }
.nav-links .menu-item-has-children > a { gap: 6px; }
.nav-links .menu-item-has-children > a::before {
  content: ""; display: inline-block; width: 0; height: 0; margin-left: 6px; order: 2;
  border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid currentColor;
  opacity: .7;
}
.nav-links .sub-menu.nav-mega {
  left: 0; right: auto;
  top: calc(100% - 8px);
  min-width: min(720px, calc(100vw - 24px));
  width: min(720px, calc(100vw - 24px));
  max-height: min(72vh, 640px);
  overflow: auto;
  padding: 12px;
  display: grid;
  gap: 12px;
  overscroll-behavior: contain;
  transform: none;
  transition: opacity .15s ease, visibility .15s;
}
.nav-mega-find { position: sticky; top: 0; z-index: 1; background: var(--panel-solid); padding-bottom: 2px; }
.nav-mega-q {
  width: 100%; min-height: 40px; padding: 0 12px; border-radius: 9px;
  border: 1px solid var(--line-2); background: var(--bg0); color: var(--fg); font: inherit;
}
.nav-mega-q:focus { border-color: rgba(13,85,119,.6); box-shadow: 0 0 0 3px rgba(13,85,119,.12); outline: none; }
.nav-mega-h {
  margin: 0; font-family: var(--mono); font-size: 0.6875rem; font-weight: 400;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
}
.nav-mega-s { margin: 2px 0 8px; font-size: 0.7812rem; color: var(--muted); }
.nav-mega-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2px;
  list-style: none; margin: 0; padding: 0;
}
.nav-links .nav-mega-grid a {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto;
  column-gap: 10px; row-gap: 2px; align-items: center;
  padding: 7px 8px; border-radius: 8px; color: var(--fg); font-size: 0.8438rem; font-weight: 600; line-height: 1.2;
}
.nav-links .nav-mega-grid a:hover { color: var(--fg); background: rgba(255,255,255,.06); }
.nav-links .nav-mega-grid img,
.nav-links .nav-mega-grid .nav-mega-ico {
  width: 28px; height: 28px; max-width: 28px; border-radius: 7px; object-fit: cover;
  grid-row: 1 / span 2; background: var(--panel-2);
}
.nav-mega-name { grid-column: 2; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nav-mega-chips { grid-column: 2; display: flex; flex-wrap: wrap; gap: 4px; }
.nav-mega-chip {
  font-family: var(--mono); font-size: 0.625rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(13,85,119,.35); border-radius: 999px; padding: 0 6px; line-height: 16px;
}

.nav-mega-foot {
  display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 4px 0 0; padding-top: 10px;
  border-top: 1px solid var(--line); font-size: 0.8125rem;
}
.nav-mega-foot a { color: var(--gold); font-weight: 600; }
.nav-mega-foot a:hover { color: var(--gold-2); }
.nav-mega-none { display: none; margin: 0; color: var(--muted); font-size: 0.8438rem; }
.nav-mega.is-miss .nav-mega-none { display: block; }
.nav-mega-sec.is-empty { display: none; }

/* ---------- site footer (4 columns) ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 28px; color: var(--muted); font-size: 0.8438rem; background: var(--bg1); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px;
}
.footer-col .brand { margin-bottom: 12px; font-size: 0.9375rem; }
.footer-col .brand img { height: 22px; width: auto; }
.footer-blurb { margin: 0 0 16px; max-width: 36ch; line-height: 1.6; }
.footer-col h2 {
  margin: 0 0 14px; font-family: var(--mono); font-size: 0.7188rem; font-weight: 400;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-col a:hover { color: var(--fg); }
.footer-social { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-social a {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px;
  border: 1px solid var(--line); background: rgba(255,255,255,.03); color: var(--muted);
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}
.footer-social a:hover { border-color: rgba(13,85,119,.45); color: var(--gold); background: rgba(13,85,119,.08); }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.footer-legal {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center;
  padding-top: 22px; border-top: 1px solid var(--line); font-size: 0.7812rem;
}
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.footer-legal a:hover { color: var(--fg); }
footer .foot { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; align-items: center; }
footer .foot .brand img { height: 22px; width: auto; }
footer .foot a:hover { color: var(--fg); }

/* ---------- back to top ---------- */
#back-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 70; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(13,85,119,.5); background: rgba(20,23,33,.9); backdrop-filter: blur(8px);
  color: var(--gold); cursor: pointer; display: grid; place-items: center; opacity: 0;
  transform: translateY(14px); pointer-events: none;
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
}
#back-top.show { opacity: 1; transform: none; pointer-events: auto; }
#back-top:hover { background: rgba(13,85,119,.15); }

/* ---------- reading content (single / page) ---------- */
.reading { width: min(720px, calc(100% - 44px)); margin: 0 auto; }
.entry-content, .page-content, .comment-content {
  font-size: 1.0625rem; line-height: 1.7; color: #d6d1c4;
}
.entry-content > *:first-child, .page-content > *:first-child { margin-top: 0; }
.entry-content a, .page-content a, .comment-content a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.entry-content a:hover, .page-content a:hover { filter: brightness(1.08); }
.entry-content h2, .page-content h2 {
  font-family: var(--display); font-weight: 400; font-size: clamp(1.625rem, 3vw, 2.125rem);
  letter-spacing: -.01em; line-height: 1.15; margin: 2.2em 0 .7em; color: var(--fg);
}
.entry-content h3, .page-content h3 {
  font-family: var(--sans); font-weight: 700; font-size: 1.375rem; margin: 1.8em 0 .55em; color: var(--fg);
}
.entry-content h4, .page-content h4 { font-size: 1.125rem; margin: 1.5em 0 .45em; color: var(--fg); }
.entry-content p, .page-content p { margin: 0 0 1.15em; }
.entry-content ul, .entry-content ol, .page-content ul, .page-content ol { margin: 0 0 1.25em; padding-left: 1.25em; }
.entry-content li, .page-content li { margin-bottom: .45em; }
.entry-content blockquote, .page-content blockquote {
  margin: 1.6em 0; padding: 16px 20px; border-left: 3px solid var(--gold);
  background: var(--panel-solid); border-radius: 0 12px 12px 0; color: #e5e0d4;
}
.entry-content code, .page-content code, .comment-content code {
  font-family: var(--mono); font-size: .88em; padding: .15em .4em; border-radius: 6px;
  background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--gold-2);
}
.entry-content pre, .page-content pre {
  margin: 1.4em 0; padding: 16px 18px; overflow-x: auto; border-radius: 12px;
  background: var(--panel-solid); border: 1px solid var(--line); font-family: var(--mono); font-size: 0.8438rem; line-height: 1.55;
}
.entry-content pre code { padding: 0; border: 0; background: none; color: #d6d1c4; }
.entry-content table, .page-content table {
  width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 0.9375rem;
}
.entry-content th, .entry-content td, .page-content th, .page-content td {
  padding: 12px 14px; border: 1px solid var(--line); text-align: left;
}
.entry-content th, .page-content th { background: var(--panel-2); color: var(--fg); font-weight: 600; }
.entry-content img, .page-content img { border-radius: 12px; margin: 1.4em 0; }
.entry-meta { font-family: var(--mono); font-size: 0.7812rem; color: var(--muted); margin: 0 0 28px; display: flex; flex-wrap: wrap; gap: 8px 16px; }
.entry-meta a { color: var(--gold); }
.author-box {
  display: flex; gap: 16px; align-items: flex-start; margin: 40px 0 0; padding: 22px;
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel-solid);
}
.author-box img { width: 64px; height: 64px; border-radius: 999px; border: 1px solid rgba(13,85,119,.35); flex-shrink: 0; }
.author-box h3 { margin: 0 0 6px; font-size: 1rem; color: var(--fg); }
.author-box p { margin: 0; color: var(--muted); font-size: 0.875rem; line-height: 1.55; }
.related-posts { margin-top: 56px; }
.related-posts h2 { margin-bottom: 20px; }

/* ---------- comments ---------- */
.comments-area { margin-top: 48px; padding-top: 36px; border-top: 1px solid var(--line); }
.comments-title { font-family: var(--display); font-weight: 400; font-size: 1.75rem; margin: 0 0 24px; }
.comment-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.comment-list .children { list-style: none; margin: 12px 0 0; padding: 0 0 0 18px; display: grid; gap: 12px; border-left: 1px solid var(--line); }
.comment-body {
  padding: 18px 20px; border: 1px solid var(--line); border-radius: 13px; background: var(--panel-solid);
}
.comment-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; margin-bottom: 10px; font-size: 0.8438rem; }
.comment-author { font-weight: 700; color: var(--fg); }
.comment-metadata, .comment-metadata a { font-family: var(--mono); font-size: 0.75rem; color: var(--muted); }
.comment-reply-link { color: var(--gold); font-family: var(--mono); font-size: 0.7812rem; }
.comment-form label { display: block; margin-bottom: 6px; font-family: var(--mono); font-size: 0.75rem; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; }
.comment-form p { margin: 0 0 14px; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%; min-height: 46px; padding: 10px 14px; border-radius: 11px;
  border: 1px solid var(--line-2); background: var(--bg0); color: var(--fg);
}
.comment-form textarea { min-height: 140px; resize: vertical; }
.comment-form input:focus, .comment-form textarea:focus {
  border-color: rgba(13,85,119,.6); box-shadow: 0 0 0 3px rgba(13,85,119,.12); outline: none;
}
.comment-form .form-submit { margin-top: 8px; }
.comment-form .submit {
  min-height: 46px; padding: 0 22px; border-radius: 11px; font-weight: 700; cursor: pointer;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 42%, var(--gold-deep));
  color: var(--gold-ink) !important; border: 1px solid var(--gold-border);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 10px 30px rgba(13,85,119,.22);
}

/* ---------- search / 404 ---------- */
.search-form, .error-search {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 24px 0 36px;
}
.search-form label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.search-form .search-field,
.error-search input[type="search"] {
  flex: 1; min-width: 200px; height: 46px; padding: 0 14px; border-radius: 11px;
  border: 1px solid var(--line-2); background: var(--panel-solid); color: var(--fg);
}
.search-form .search-submit,
.error-search .btn { min-height: 46px; }
.no-results, .error-404 .lede { color: var(--muted); max-width: 52ch; }

/* ---------- pagination ---------- */
.pagination, .nav-links.pagination, .woocommerce-pagination {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 36px 0 0;
}
.pagination a, .pagination span, .woocommerce-pagination a, .woocommerce-pagination span {
  min-width: 42px; min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 12px; border-radius: 10px; border: 1px solid var(--line); background: var(--panel-solid);
  color: var(--muted); font-family: var(--mono); font-size: 0.8125rem;
}
.pagination a:hover, .woocommerce-pagination a:hover { border-color: rgba(13,85,119,.45); color: var(--fg); }
.pagination .current, .woocommerce-pagination .current {
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-deep));
  color: var(--gold-ink) !important; border-color: var(--gold-border); font-weight: 700;
}

/* ---------- WooCommerce archive / cards ---------- */
.woocommerce-currency-switcher-form,
.wcml-dropdown, .wcml-dropdown-click,
.wmc-list, .wmc-select, select.wmc-select,
.currency-switcher, [class*="currency-switcher"] {
  display: none !important;
}
.woocommerce ul.products {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; list-style: none; margin: 0; padding: 0;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; float: none !important;
  border: 1px solid var(--line); border-radius: 18px; background: var(--panel-solid); overflow: hidden;
  display: flex; flex-direction: column; min-height: 100%;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.woocommerce ul.products li.product:hover {
  border-color: rgba(13,85,119,.45); transform: translateY(-4px); box-shadow: 0 22px 50px rgba(0,0,0,.45);
}
.woocommerce ul.products li.product a { color: inherit; }
.woocommerce ul.products li.product a img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; object-position: center;
  background: #0d1016; margin: 0; padding: 18px 16px 8px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem; font-weight: 700; padding: 8px 18px 4px; color: var(--fg); margin: 0;
  font-family: var(--display); letter-spacing: -.01em; line-height: 1.2;
}
.woocommerce ul.products li.product .star-rating { display: none; }
.woocommerce ul.products li.product .price {
  font-family: var(--mono); font-size: 0.8125rem; color: var(--muted); padding: 0 18px 12px; display: block;
  word-break: normal; overflow-wrap: normal;
}
.woocommerce ul.products li.product .price .amount { color: var(--gold); font-family: var(--display); font-size: 1.375rem; white-space: nowrap; }
.woocommerce ul.products li.product .button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce button.button.alt, .woocommerce a.button.alt,
.woocommerce input.button.alt {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 0 22px; border-radius: 11px; font-weight: 700; font-size: 0.9375rem; cursor: pointer;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 42%, var(--gold-deep)) !important;
  color: var(--gold-ink) !important; border: 1px solid var(--gold-border) !important; text-shadow: none !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 10px 30px rgba(13,85,119,.22);
}
.woocommerce ul.products li.product .button { margin: auto 16px 16px; width: calc(100% - 32px); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover {
  filter: brightness(1.06); color: var(--gold-ink) !important;
}
.woocommerce a.added_to_cart { color: var(--gold); font-family: var(--mono); font-size: 0.7812rem; margin: 8px 16px 16px; }
.woocommerce span.onsale {
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-deep));
  color: var(--gold-ink) !important; border-radius: 999px; font-family: var(--mono); font-size: 0.6875rem;
  font-weight: 700; letter-spacing: .06em; min-height: 28px; line-height: 28px; padding: 0 12px;
}

/* ---------- WooCommerce single product ---------- */
.woocommerce div.product {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; margin-bottom: 48px;
}
.woocommerce div.product:not(:has(.woocommerce-product-gallery img)) {
  grid-template-columns: minmax(0, 560px);
  justify-content: center;
}
.woocommerce-product-gallery:not(:has(img)) { display: none !important; }
.woocommerce div.product .woocommerce-product-gallery { width: 100% !important; float: none !important; margin: 0 !important; opacity: 1 !important; }
.woocommerce div.product .summary {
  width: 100% !important; float: none !important; margin: 0 !important;
  position: sticky; top: 88px;
  padding: 26px; border: 1px solid var(--line); border-radius: var(--r); background: var(--panel-solid);
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
}
.woocommerce div.product .product_title {
  font-family: var(--display); font-weight: 400; font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  letter-spacing: -.01em; line-height: 1.08; margin: 0 0 12px; color: var(--fg);
}
.woocommerce div.product p.price {
  font-family: var(--display); font-size: 2.25rem; color: var(--fg); margin: 0 0 16px;
}
.woocommerce div.product p.price .amount { color: var(--gold); }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--muted); margin-bottom: 18px; }
.woocommerce div.product form.cart { margin-bottom: 18px; }
.woocommerce div.product form.cart div.quantity { margin-right: 10px; }
.woocommerce .quantity .qty {
  width: 72px; min-height: 46px; padding: 0 10px; border-radius: 10px;
  border: 1px solid var(--line-2); background: var(--bg0); color: var(--fg);
}
.woocommerce div.product .stock { font-family: var(--mono); font-size: 0.7812rem; }
.woocommerce div.product .stock.in-stock { color: var(--ok); }
.woocommerce div.product .product_meta { font-family: var(--mono); font-size: 0.7812rem; color: var(--muted); }
.woocommerce div.product .product_meta a { color: var(--gold); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 12px; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px;
  border: 0; background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--line) !important; border-radius: 10px !important; background: var(--panel-solid) !important;
  margin: 0 !important; padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block; padding: 10px 16px; font-weight: 600; color: var(--muted) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 45%, var(--gold-deep)) !important;
  border-color: var(--gold-border) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--gold-ink) !important; }
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 12px 0 0; padding: 22px; border: 1px solid var(--line); border-radius: var(--r);
  background: var(--panel-solid); color: #d6d1c4;
}
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 1.375rem; margin-top: 0; }

/* ---------- WooCommerce cart / checkout / account ---------- */
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
  color: var(--fg);
}
.woocommerce table.shop_table {
  border: 1px solid var(--line) !important; border-radius: var(--r); background: var(--panel-solid);
  border-collapse: separate; overflow: hidden;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  border-color: var(--line) !important; padding: 14px 16px; color: #d6d1c4;
}
.woocommerce table.shop_table th { background: var(--panel-2); color: var(--fg); font-weight: 600; }
.woocommerce-cart-form__contents .product-name a, .woocommerce-cart table a { color: var(--fg); }
.woocommerce-cart-form__contents .product-name a:hover { color: var(--gold); }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid var(--line); border-radius: var(--r); background: var(--panel-solid); padding: 22px;
}
.woocommerce-account .woocommerce-MyAccount-navigation { padding: 12px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block; padding: 12px 14px; border-radius: 10px; color: var(--muted); font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: rgba(13,85,119,.1); color: var(--gold);
}
.woocommerce form .form-row label { color: var(--muted); font-size: 0.8438rem; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page .select2-container .select2-selection--single {
  min-height: 46px; padding: 10px 12px; border-radius: 10px !important;
  border: 1px solid var(--line-2) !important; background: var(--bg0) !important; color: var(--fg) !important;
  box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: rgba(13,85,119,.6) !important; box-shadow: 0 0 0 3px rgba(13,85,119,.12) !important; outline: none;
}
.select2-dropdown {
  background: var(--panel-solid) !important; border: 1px solid var(--line-2) !important; color: var(--fg) !important;
}
.select2-results__option--highlighted { background: rgba(13,85,119,.15) !important; color: var(--fg) !important; }
.woocommerce-checkout #payment {
  background: var(--panel-solid) !important; border: 1px solid var(--line); border-radius: var(--r);
}
.woocommerce-checkout #payment div.payment_box { background: var(--bg0) !important; color: var(--muted) !important; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--bg0) !important; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--line) !important; }
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  border-top: 0 !important; border-radius: 12px; background: var(--panel-solid) !important;
  color: var(--fg) !important; border: 1px solid var(--line) !important;
}
.woocommerce-message { border-color: rgba(125,212,122,.45) !important; }
.woocommerce-error { border-color: rgba(224,164,79,.55) !important; }
.woocommerce-message::before { color: var(--ok) !important; }
.woocommerce-error::before { color: var(--warn) !important; }
.woocommerce-info::before { color: var(--gold) !important; }
.woocommerce-message a, .woocommerce-info a { color: var(--gold) !important; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid var(--line) !important; border-radius: var(--r); background: var(--panel-solid); padding: 22px;
}

.bb-ck-steps {
  display: flex; gap: 8px; list-style: none; margin: 0 0 22px; padding: 0;
  font-family: var(--mono); font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
}
.bb-ck-steps li {
  flex: 1; text-align: center; padding: 10px 8px; border-radius: 10px; border: 1px solid var(--line); background: var(--panel-solid);
}
.bb-ck-steps li.is-on { color: var(--gold-ink); background: var(--gold); border-color: var(--gold); font-weight: 700; }
.bb-ck-trust {
  margin: 12px 0 0; color: var(--muted); font-size: 0.8125rem; text-align: center; gap: 6px 16px;
}
.woocommerce .woocommerce-ordering select {
  min-height: 42px; padding: 0 12px; border-radius: 10px; border: 1px solid var(--line-2);
  background: var(--panel-solid); color: var(--fg);
}
.woocommerce .woocommerce-result-count { color: var(--muted); font-family: var(--mono); font-size: 0.8125rem; }

/* ---------- core blocks ---------- */
.wp-block-group { margin: 0; }
.wp-block-columns { gap: 24px; }
.wp-block-heading { color: var(--fg); }
.wp-block-list { color: #d6d1c4; }
.wp-block-quote {
  margin: 1.6em 0; padding: 16px 20px; border-left: 3px solid var(--gold);
  background: var(--panel-solid); border-radius: 0 12px 12px 0; color: #e5e0d4;
}
.wp-block-quote cite { color: var(--muted); font-family: var(--mono); font-size: 0.7812rem; font-style: normal; }
.wp-block-table table { width: 100%; border-collapse: collapse; }
.wp-block-table td, .wp-block-table th { border: 1px solid var(--line); padding: 12px 14px; }
.wp-block-table th { background: var(--panel-2); color: var(--fg); }
.wp-block-image img { border-radius: 12px; }
.wp-block-code, .wp-block-preformatted {
  background: var(--panel-solid); border: 1px solid var(--line); border-radius: 12px; color: #d6d1c4;
}
.wp-block-buttons { gap: 12px; }
.wp-block-button__link {
  min-height: 46px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 22px; border-radius: 11px; font-weight: 700; font-size: 0.9375rem;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 42%, var(--gold-deep)) !important;
  color: var(--gold-ink) !important; border: 1px solid var(--gold-border);
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 10px 30px rgba(13,85,119,.22);
}
.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: rgba(255,255,255,.03) !important; color: var(--fg) !important; border: 1px solid var(--line-2);
  box-shadow: none;
}
.wp-block-separator { border-color: var(--line); }
.wp-block-pullquote { border-color: rgba(13,85,119,.35); color: var(--fg); }
.alignwide { width: min(1160px, calc(100% - 44px)); margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: none; }

/* ---------- Kadence compatibility ---------- */
[class*="wp-block-kadence-"] {
  font-family: inherit; color: inherit; max-width: 100%;
}
.wp-block-kadence-rowlayout, .wp-block-kadence-column, .kb-row-layout-wrap {
  box-sizing: border-box;
}
.wp-block-kadence-advancedheading h1,
.wp-block-kadence-advancedheading h2,
.wp-block-kadence-advancedheading h3,
.wp-block-kadence-advancedheading h4 {
  font-family: var(--display); font-weight: 400; color: var(--fg); letter-spacing: -.01em;
}
.wp-block-kadence-advancedbtn .kt-button,
.wp-block-kadence-singlebtn .kb-button {
  border-radius: 11px;
}
.kb-table-container table { border-color: var(--line); }
.wp-block-kadence-iconlist ul { padding-left: 0; }

/* ---------- screen reader / a11y ---------- */
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px;
  overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important;
}
.admin-bar .nav-shell { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .nav-shell { top: 46px; }
}

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  nav.top {
    position: relative;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 10px 0;
    overflow-x: clip;
  }
  .brand { min-width: 0; flex-shrink: 1; }
  .brand img { height: 26px; }
  .nav-spacer { flex: 1 1 auto; min-width: 8px; }
  .nav-cta.btn,
  a.btn.nav-cta {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.7812rem;
    border-radius: 9px;
    white-space: nowrap;
    flex-shrink: 0;
    color: var(--gold-ink) !important;
  }
  .nav-toggle { width: 40px; height: 40px; flex-shrink: 0; }
  .nav-links {
    display: none; position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 2px; padding: 12px;
    background: rgba(8,9,12,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px);
  }
  .nav-links.is-open { display: flex; max-height: calc(100dvh - 64px); overflow: auto; }
  .nav-links > li > a, .nav-links > .menu-item > a { width: 100%; }
  .nav-links .sub-menu {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    display: none; margin: 4px 0 8px; background: rgba(255,255,255,.03);
  }
  .nav-links .menu-item-has-children.is-open > .sub-menu { display: grid; }
  .nav-links .sub-menu.nav-mega {
    width: auto; min-width: 0; max-height: none; padding: 8px 4px; border: 0; box-shadow: none;
  }
  .nav-mega-grid { grid-template-columns: 1fr; }
  .nav-links .mega-farms > .nav-mega { left: 0; right: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 24px; }
  .woocommerce div.product .summary { position: static; }
  #back-top { right: 14px; bottom: 14px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

.bb-dl-toast {
  position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%);
  z-index: 80; width: min(420px, calc(100% - 32px));
  padding: 12px 16px; border-radius: 12px; text-align: center;
  background: var(--panel-solid); border: 1px solid var(--line); color: var(--fg);
  font-size: 0.875rem; box-shadow: 0 18px 40px rgba(0,0,0,.45);
}
.plans.plans-4, .plans[data-cols="4"] { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 960px) {
  .plans.plans-4, .plans[data-cols="4"] { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .nav-links .sub-menu,
  .post, .product, .quote, .cap, .game, .plan,
  #back-top, .footer-social a {
    transition-duration: .01ms;
  }
  .woocommerce ul.products li.product { transition-duration: .01ms; }
}

/* Blog / post blocks: Kadence leftovers, gift-code chrome, Google preferred source. */
.entry-content .wp-block-kadence-rowlayout,
.entry-content .kb-row-layout-wrap,
.entry-content .kt-row-layout-inner,
.entry-content .kt-row-column-wrap {
  background-image: none !important;
  background-color: transparent !important;
  max-width: 100%;
}
.entry-content .kt-row-column-wrap,
.entry-content .wp-block-kadence-rowlayout > .kt-row-column-wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.entry-content .wp-block-kadence-column,
.entry-content .kt-inside-inner-col {
  background: transparent !important;
  color: inherit;
  max-width: 100%;
}
.entry-content .wp-block-kadence-column > .kt-inside-inner-col {
  background: var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 20px;
}
.entry-content .wp-block-kadence-advancedheading,
.entry-content .wp-block-kadence-advancedheading h1,
.entry-content .wp-block-kadence-advancedheading h2,
.entry-content .wp-block-kadence-advancedheading h3,
.entry-content .wp-block-kadence-advancedheading h4,
.entry-content .wp-block-kadence-advancedheading h5,
.entry-content [class*="has-theme-palette-"][class*="-color"] {
  color: var(--fg) !important;
  font-family: inherit;
}
.entry-content .wp-block-kadence-advancedheading h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.625rem, 3vw, 2.125rem);
  letter-spacing: -.01em;
}
.entry-content .kb-svg-icon-wrap,
.entry-content .kt-svg-icon-wrap,
.entry-content .wp-block-kadence-icon,
.entry-content .wp-block-kadence-single-icon svg,
.entry-content .wp-block-kadence-icon svg {
  color: var(--gold) !important;
  fill: currentColor;
}
.entry-content .wp-block-kadence-iconlist ul,
.entry-content .kt-svg-icon-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.25em;
}
.entry-content .wp-block-kadence-iconlist li,
.entry-content .kt-svg-icon-list-item-wrap {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 .55em;
  color: #d6d1c4;
}

.entry-content .kb-button,
.entry-content .kt-button,
.entry-content .wp-block-kadence-singlebtn .kb-button,
.entry-content .wp-block-kadence-advancedbtn a.kb-button,
.entry-content .wp-block-kadence-advancedbtn a.kt-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px !important;
  border-radius: 11px !important;
  font-weight: 700 !important;
  font-size: 0.9375rem !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 42%, var(--gold-deep)) !important;
  color: var(--gold-ink) !important;
  border: 1px solid var(--gold-border) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.5) inset, 0 10px 30px rgba(13,85,119,.22) !important;
}
.entry-content .kb-button:hover,
.entry-content .kt-button:hover {
  filter: brightness(1.06);
}

.entry-content form.kb-form {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
}
.entry-content form.kb-form .kadence-blocks-form-field {
  display: grid;
  gap: 6px;
}
.entry-content form.kb-form label {
  font-size: 0.8125rem;
  color: var(--muted);
}
.entry-content form.kb-form input.kb-field,
.entry-content form.kb-form input[type="text"],
.entry-content form.kb-form input[type="email"],
.entry-content form.kb-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--line) !important;
  background: rgba(255,255,255,.04) !important;
  color: var(--fg) !important;
  box-shadow: none !important;
}
.entry-content form.kb-form .kadence-blocks-field.verify {
  display: none !important;
}
.entry-content form.kb-form .kb-forms-submit,
.entry-content form.kb-form button[type="submit"] {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 11px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid var(--gold-border);
  background: linear-gradient(180deg, var(--gold-2), var(--gold) 42%, var(--gold-deep));
  color: var(--gold-ink) !important;
}

.entry-content .wp-block-kadence-tableofcontents,
.entry-content .kb-table-of-content-wrap,
.entry-content .kb-table-of-contents {
  margin: 1.6em 0 2em;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel-solid);
}
.entry-content .kb-table-of-contents-title,
.entry-content .wp-block-kadence-tableofcontents h2,
.entry-content .wp-block-kadence-tableofcontents .kb-table-of-contents-title {
  margin: 0 0 10px;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
}
.entry-content .wp-block-kadence-tableofcontents ul,
.entry-content .kb-table-of-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-content .wp-block-kadence-tableofcontents li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
}
.entry-content .wp-block-kadence-tableofcontents li:last-child { border-bottom: 0; }
.entry-content .wp-block-kadence-tableofcontents a {
  text-decoration: none;
  color: var(--fg);
}
.entry-content .wp-block-kadence-tableofcontents a:hover { color: var(--gold); }

.entry-content .kb-table-container,
.entry-content .wp-block-kadence-table {
  overflow-x: auto;
  margin: 1.5em 0;
}
.entry-content .wp-block-table { overflow-x: auto; }
.entry-content figure.wp-block-table { margin: 1.5em 0; }
.entry-content .wp-block-kadence-image img,
.entry-content .wp-block-kadence-image figure {
  border-radius: 12px;
}

.entry-content .ks-bridge,
.entry-content .wp-block-group.ks-bridge {
  background: var(--panel-solid) !important;
  border: 1px solid var(--line) !important;
  border-left: 4px solid var(--gold) !important;
  border-radius: 12px !important;
  padding: 4px 20px !important;
  margin: 24px 0 !important;
  color: var(--fg);
}
.entry-content .ks-bridge p { color: #d6d1c4; }
.entry-content .ks-verified {
  background: rgba(42, 136, 181, .1) !important;
  border-left: 4px solid var(--gold) !important;
  padding: 10px 14px !important;
  border-radius: 0 8px 8px 0 !important;
  color: var(--fg);
}
.entry-content .ks-copy {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid var(--line) !important;
  background: rgba(255,255,255,.05) !important;
  color: var(--fg) !important;
  font-size: 0.75rem;
  font-family: var(--mono);
  cursor: pointer;
  vertical-align: middle;
}
.entry-content .ks-copy:hover { border-color: var(--gold) !important; color: var(--gold) !important; }
.entry-content .ks-copy.ks-copied {
  background: var(--gold) !important;
  border-color: var(--gold) !important;
  color: var(--gold-ink) !important;
}

.bb-preferred-source {
  max-width: 720px !important;
  margin: 18px auto !important;
  border: 1px solid var(--line) !important;
  border-left: 4px solid var(--gold) !important;
  border-radius: 12px !important;
  background: var(--panel-solid) !important;
  padding: 14px 18px !important;
  color: var(--fg) !important;
}
.bb-preferred-source p {
  color: #d6d1c4 !important;
}

.entry-content .wp-block-embed,
.entry-content .wp-block-embed__wrapper {
  margin: 1.6em 0;
  border-radius: 12px;
  overflow: hidden;
}
.entry-content iframe {
  max-width: 100%;
}

.entry-content .wp-block-kadence-column p,
.entry-content .wp-block-kadence-column li,
.entry-content .wp-block-kadence-column h2,
.entry-content .wp-block-kadence-column h3,
.entry-content .wp-block-kadence-column h4,
.entry-content .kt-inside-inner-col p,
.entry-content .kt-inside-inner-col h3 {
  color: #d6d1c4 !important;
}
.entry-content .wp-block-kadence-column h2,
.entry-content .wp-block-kadence-column h3,
.entry-content .kt-inside-inner-col h2,
.entry-content .kt-inside-inner-col h3 {
  color: var(--fg) !important;
}
.entry-content div[style*="#f0fdfa"],
.entry-content div[style*="#EDF2F7"],
.entry-content div[style*="#edf2f7"] {
  background: var(--panel-solid) !important;
  border-color: var(--line) !important;
  color: var(--fg) !important;
}
.entry-content div[style*="#f0fdfa"] p,
.entry-content p[style*="#0f2e2a"] {
  color: #d6d1c4 !important;
}

@media (max-width: 640px) {
  .entry-content .kt-row-column-wrap,
  .entry-content .wp-block-kadence-rowlayout > .kt-row-column-wrap {
    grid-template-columns: 1fr;
  }
  .entry-content table { font-size: 0.8438rem; }
}
