/* ============================================================
   NOVARA — Bespoke page · Feature-advertising redesign
   ============================================================ */

/* ── Reset / base ── */
.bp-body { background: var(--night); color: var(--cream); }

/* ── Shared label ── */
.bp-label {
  font-family: var(--font-mono-mod);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--emerald-bright);
  margin-bottom: 20px;
  display: block;
}
.bp-label--dark { color: var(--forest); }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.bp-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 0 0;
  background: var(--night);
}
.bp-hero-canvas { position: absolute; inset: 0; z-index: 0; }

.bp-hero-bg {
  position: absolute; inset: 0; z-index: 1;
  background-image: url('https://images.unsplash.com/photo-1522071820081-009f0129c71c?auto=format&fit=crop&w=2400&q=60');
  background-size: cover; background-position: center 30%;
  opacity: 0.07; mix-blend-mode: luminosity;
}
.bp-hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background:
    radial-gradient(ellipse 90% 70% at 70% 50%, rgba(13,68,56,0.6) 0%, transparent 65%),
    radial-gradient(ellipse 60% 80% at 0% 50%, rgba(4,20,15,0.9) 0%, transparent 70%),
    linear-gradient(180deg, rgba(4,20,15,0.7) 0%, rgba(13,68,56,0.3) 50%, rgba(4,20,15,0.8) 100%);
}

/* Animated blobs */
.bp-blob {
  position: absolute; border-radius: 50%; z-index: 2; pointer-events: none;
  filter: blur(90px);
}
.bp-blob--a {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(20,105,90,0.35), transparent 70%);
  top: -100px; right: -80px;
  animation: bp-blob-drift 14s ease-in-out infinite alternate;
}
.bp-blob--b {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(201,162,74,0.2), transparent 70%);
  bottom: -60px; left: 30%;
  animation: bp-blob-drift 18s ease-in-out infinite alternate-reverse;
}
.bp-blob--c {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(43,168,138,0.18), transparent 70%);
  top: 40%; right: 25%;
  animation: bp-blob-drift 10s ease-in-out infinite alternate;
}
@keyframes bp-blob-drift {
  from { transform: translate(0,0) scale(1); }
  to   { transform: translate(30px,-40px) scale(1.15); }
}

/* Dot grid */
.bp-dot-grid {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background-image: radial-gradient(circle, rgba(247,241,230,0.07) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
}

/* Shell — two-column grid */
.bp-hero-shell {
  position: relative; z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 80px;
}
@media (max-width: 960px) {
  .bp-hero-shell { grid-template-columns: 1fr; padding-top: 120px; }
  .bp-hero-right { display: none; }
}

.bp-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono-mod); font-size: 0.75rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-warm);
  background: rgba(201,162,74,0.1);
  border: 1px solid rgba(201,162,74,0.22);
  border-radius: 100px; padding: 8px 20px; margin-bottom: 32px;
}

.bp-hero-h1 {
  font-family: var(--font-display);
  font-weight: 200; letter-spacing: -0.04em;
  line-height: 1.0; margin-bottom: 28px;
}
.bp-h1-line {
  display: block; font-size: clamp(2.4rem, 5vw, 4.2rem);
  color: rgba(247,241,230,0.5);
}
.bp-h1-em {
  display: block; font-size: clamp(3rem, 6vw, 5.2rem);
  font-style: italic; font-family: var(--font-stylish);
  color: var(--cream); line-height: 1.05;
}
.bp-h1-sub {
  display: block; font-size: clamp(1.4rem, 2.8vw, 2.4rem);
  color: var(--gold-warm); font-style: italic;
  font-family: var(--font-stylish); margin-top: 6px;
}

.bp-hero-p {
  font-family: var(--font-small);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.72; color: rgba(247,241,230,0.48);
  margin-bottom: 28px;
}

/* Feature chips */
.bp-hero-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-bottom: 36px;
}
.bp-chip {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-small); font-size: 0.82rem;
  color: rgba(247,241,230,0.65);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px; padding: 7px 14px;
  backdrop-filter: blur(6px);
  transition: border-color 0.2s, color 0.2s;
}
.bp-chip:hover { border-color: rgba(201,162,74,0.4); color: var(--cream); }
.bp-chip-ico { font-size: 0.9rem; }

.bp-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.bp-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-small); font-size: 1rem; font-weight: 500;
  color: var(--night);
  background: linear-gradient(135deg, var(--gold-warm), var(--gold));
  padding: 15px 30px; border-radius: 100px; text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 24px rgba(201,162,74,0.35);
}
.bp-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(201,162,74,0.5); }

.bp-ghost-btn {
  font-family: var(--font-small); font-size: 0.95rem;
  color: rgba(247,241,230,0.5); text-decoration: none;
  border-bottom: 1px solid rgba(247,241,230,0.18); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.bp-ghost-btn:hover { color: var(--cream); border-color: var(--cream); }

/* ── Right panel ── */
.bp-hero-right { position: relative; }

.bp-hero-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  backdrop-filter: blur(16px);
  box-shadow: 0 32px 80px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}

.bp-hp-stats {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; border-radius: 14px; overflow: hidden;
  background: rgba(255,255,255,0.04);
}
.bp-hp-stat {
  padding: 18px 14px; text-align: center;
  background: rgba(13,68,56,0.4);
}
.bp-hp-stat-n {
  font-family: var(--font-display); font-size: 1.8rem; font-weight: 300;
  color: var(--gold-warm); line-height: 1; margin-bottom: 5px;
}
.bp-hp-stat-n span { font-size: 1.1rem; color: var(--gold); }
.bp-hp-stat-l {
  font-family: var(--font-mono-mod); font-size: 0.65rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(247,241,230,0.4);
}

.bp-hp-card {
  border-radius: 16px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.bp-hp-card-label {
  font-family: var(--font-mono-mod); font-size: 0.68rem;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(247,241,230,0.35); margin-bottom: 12px;
}
.bp-hp-prog-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.bp-hp-prog-bar {
  flex: 1; height: 6px; border-radius: 100px;
  background: rgba(255,255,255,0.08); overflow: hidden;
}
.bp-hp-prog-fill {
  height: 100%; border-radius: 100px;
  background: linear-gradient(90deg, var(--forest), var(--emerald-bright));
  transition: width 1.6s cubic-bezier(0.4,0,0.2,1) 0.5s;
}
.bp-hp-prog-pct {
  font-family: var(--font-mono-mod); font-size: 0.78rem;
  color: var(--emerald-bright); font-weight: 600; white-space: nowrap;
}
.bp-hp-card-sub {
  font-family: var(--font-small); font-size: 0.75rem;
  color: rgba(247,241,230,0.3);
}

.bp-hp-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.bp-hp-tag {
  font-family: var(--font-mono-mod); font-size: 0.67rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  border-radius: 100px; padding: 5px 12px;
}
.bp-hp-tag--green {
  color: var(--emerald-bright); background: rgba(43,168,138,0.1);
  border: 1px solid rgba(43,168,138,0.2);
}
.bp-hp-tag--gold {
  color: var(--gold-warm); background: rgba(201,162,74,0.1);
  border: 1px solid rgba(201,162,74,0.2);
}

.bp-hp-card--quote { }
.bp-hp-stars { color: var(--gold-warm); font-size: 0.8rem; letter-spacing: 3px; margin-bottom: 10px; }
.bp-hp-quote {
  font-family: var(--font-display); font-style: italic; font-size: 0.95rem;
  line-height: 1.55; color: var(--cream); margin-bottom: 14px; font-weight: 300;
}
.bp-hp-author { display: flex; align-items: center; gap: 10px; }
.bp-hp-av {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--forest); color: var(--gold-warm);
  font-family: var(--font-mono-mod); font-size: 0.72rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.bp-hp-aname { font-family: var(--font-small); font-size: 0.82rem; font-weight: 600; color: var(--cream); }
.bp-hp-arole { font-family: var(--font-small); font-size: 0.72rem; color: rgba(247,241,230,0.35); }

/* Scroll cue */
.bp-scroll-cue {
  position: absolute; bottom: 30px; left: 50%;
  transform: translateX(-50%); z-index: 6;
}
.bp-scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(247,241,230,0.35), transparent);
  animation: bp-scroll 2s ease-in-out infinite;
}
@keyframes bp-scroll { 0%,100%{opacity:.35;transform:scaleY(1)} 50%{opacity:.8;transform:scaleY(1.15)} }

/* ══════════════════════════════════════
   LOGO STRIP — scrolling marquee
══════════════════════════════════════ */
.bp-logos {
  background: rgba(255,255,255,0.03);
  border-top: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 20px var(--pad-page);
  display: flex;
  align-items: center;
  gap: 32px;
  overflow: hidden;
}
.bp-logos-label {
  font-family: var(--font-mono-mod);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247,241,230,0.25);
  white-space: nowrap;
  flex-shrink: 0;
}
.bp-logos-track {
  display: flex; gap: 48px;
  animation: bp-marquee 20s linear infinite;
  width: max-content;
}
.bp-logos-track span {
  font-family: var(--font-mono-mod);
  font-size: 0.9rem; font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(247,241,230,0.28);
  white-space: nowrap;
  transition: color 0.2s;
}
.bp-logos-track span:hover { color: rgba(247,241,230,0.65); }
@keyframes bp-marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ══════════════════════════════════════
   STATEMENT — redesigned
══════════════════════════════════════ */
.bp-statement {
  padding: 120px var(--pad-page);
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

/* Ambient glows */
.bp-stmt-deco-left {
  position: absolute; top: -200px; left: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(31,135,114,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.bp-stmt-deco-right {
  position: absolute; bottom: -200px; right: -200px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,74,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.bp-stmt-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 100px;
  align-items: center;
  position: relative; z-index: 1;
}
@media (max-width: 900px) { .bp-stmt-grid { grid-template-columns: 1fr; gap: 56px; } }

/* Left — stat pills */
.bp-stmt-kicker {
  font-family: var(--font-mono-mod);
  font-size: 0.72rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--forest);
  margin-bottom: 32px;
  display: flex; align-items: center; gap: 12px;
  opacity: 0.9;
}
.bp-stmt-kicker::before {
  content: ''; display: block;
  width: 28px; height: 1px; background: var(--forest);
}

.bp-stmt-pills { display: flex; flex-direction: column; gap: 16px; }

.bp-stmt-pill {
  background: #fff;
  border: 1px solid rgba(20,105,90,0.1);
  border-left: 3px solid var(--gold);
  border-radius: 16px;
  padding: 24px 28px;
  position: relative; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.bp-stmt-pill::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(201,162,74,0.06) 0%, transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.bp-stmt-pill:hover {
  transform: translateX(6px);
  background: rgba(201,162,74,0.08);
  border-color: rgba(201,162,74,0.5);
  box-shadow: 0 8px 40px rgba(201,162,74,0.15), -4px 0 20px rgba(201,162,74,0.1);
}
.bp-stmt-pill:hover::before { opacity: 1; }

.bp-stmt-pill-n {
  font-family: var(--font-display);
  font-size: 2.4rem; font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.bp-stmt-pill-n span {
  font-size: 1.4rem; opacity: 0.8; font-weight: 400;
}
.bp-stmt-pill-l {
  font-size: 0.85rem; color: var(--mute);
  line-height: 1.45; font-family: var(--font-body);
}

/* Right — editorial text */
.bp-stmt-right {}
.bp-stmt-line {
  width: 48px; height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 32px; border-radius: 2px;
}
.bp-stmt-text {
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  color: var(--mute);
  line-height: 1.65;
  margin-bottom: 32px;
}
.bp-stmt-em {
  font-family: var(--font-accent);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  color: var(--forest-deep);
  line-height: 1.35;
  font-style: italic;
  margin-bottom: 40px;
  padding-left: 24px;
  border-left: 3px solid var(--gold);
}
.bp-stmt-link {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono-mod);
  font-size: 0.82rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold);
  text-decoration: none; font-weight: 600;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(201,162,74,0.4);
  transition: gap 0.3s, border-color 0.3s, color 0.3s;
}
.bp-stmt-link:hover {
  gap: 16px; border-color: var(--gold); color: var(--gold-warm);
}


/* ══════════════════════════════════════
   FEATURES — DARK IMMERSIVE REDESIGN
══════════════════════════════════════ */

.bp-features {
  background: #07211A;
  position: relative;
}

/* Alternate feature sections with brand palette */
.bp-feat:nth-child(odd) {
  background: var(--paper);
}
.bp-feat:nth-child(even) {
  background: linear-gradient(135deg, #0D4438 0%, #14695A 100%);
}
/* Text colors for dark (even) sections */
.bp-feat:nth-child(even) .bp-feat-h2 { color: var(--cream); }
.bp-feat:nth-child(even) .bp-feat-h2 em {
  background: linear-gradient(135deg, #E0BF72, #2BA88A);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bp-feat:nth-child(even) .bp-feat-p { color: rgba(247,241,230,0.6); }
.bp-feat:nth-child(even) .bp-feat-list li { color: rgba(247,241,230,0.85); }
.bp-feat:nth-child(even) .bp-feat-num { color: var(--gold-warm); }
/* Text colors for light (odd) sections */
.bp-feat:nth-child(odd) .bp-feat-h2 { color: var(--ink); }
.bp-feat:nth-child(odd) .bp-feat-h2 em {
  background: linear-gradient(135deg, var(--forest), var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.bp-feat:nth-child(odd) .bp-feat-p { color: var(--mute); }
.bp-feat:nth-child(odd) .bp-feat-list li { color: var(--ink); }
.bp-feat:nth-child(odd) .bp-feat-num { color: var(--gold); }
.bp-feat:nth-child(odd) .bp-feat-list li::before {
  box-shadow: 0 0 6px rgba(31,135,114,0.3);
}

.bp-feat {
  padding: 120px var(--pad-page);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(31,135,114,0.1);
}
.bp-feat:first-child { border-top: none; }

/* Ambient glow per section */
.bp-feat::before {
  content: '';
  position: absolute; top: -300px; right: -300px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(31,135,114,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.bp-feat--flip::before { right: auto; left: -300px; }
.bp-feat::after {
  content: '';
  position: absolute; bottom: -200px; left: 30%;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,74,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.bp-feat-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  position: relative; z-index: 1;
}
.bp-feat--flip .bp-feat-inner { direction: rtl; }
.bp-feat--flip .bp-feat-inner > * { direction: ltr; }

@media (max-width: 900px) {
  .bp-feat-inner { grid-template-columns: 1fr; gap: 56px; }
  .bp-feat--flip .bp-feat-inner { direction: ltr; }
}

.bp-feat-num {
  font-family: var(--font-mono-mod);
  font-size: 0.7rem; letter-spacing: 0.3em;
  color: var(--gold); margin-bottom: 20px;
  opacity: 0.8;
}

.bp-feat-h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 300; letter-spacing: -0.03em; line-height: 1.1;
  color: var(--cream); margin-bottom: 22px;
}
.bp-feat-h2 em {
  font-style: italic;
  font-family: var(--font-stylish);
  background: linear-gradient(135deg, #2BA88A, #C9A24A);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bp-feat-p {
  font-family: var(--font-small);
  font-size: 1.05rem; line-height: 1.75;
  color: rgba(247,241,230,0.55); margin-bottom: 36px;
}

.bp-feat-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.bp-feat-list li {
  font-family: var(--font-small);
  font-size: 0.95rem; color: rgba(247,241,230,0.8);
  padding-left: 28px; position: relative; line-height: 1.5;
}
.bp-feat-list li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 10px; height: 10px; border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald), var(--gold));
  box-shadow: 0 0 8px rgba(43,168,138,0.5);
}

/* ── Feature visuals / mockups ── */
.bp-feat-vis { position: relative; }

.bp-vis {
  border-radius: 20px; overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(43,168,138,0.15),
    0 40px 100px rgba(0,0,0,0.5),
    0 0 60px rgba(31,135,114,0.1);
  font-family: var(--font-small);
  position: relative;
}
.bp-vis::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(43,168,138,0.05) 0%, transparent 50%);
  pointer-events: none; z-index: 1;
}

/* Window chrome */
.bp-vis-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: rgba(4,20,15,0.9);
  border-bottom: 1px solid rgba(43,168,138,0.15);
  backdrop-filter: blur(10px);
}
.bp-vis-dots { display: flex; gap: 6px; }
.bp-vis-dots span {
  width: 10px; height: 10px; border-radius: 50%; background: #333;
}
.bp-vis-dots span:nth-child(1) { background: #ff5f57; }
.bp-vis-dots span:nth-child(2) { background: #febc2e; }
.bp-vis-dots span:nth-child(3) { background: #28c840; }
.bp-vis-title {
  font-family: var(--font-mono-mod);
  font-size: 0.75rem; color: rgba(247,241,230,0.4); letter-spacing: 0.05em;
}

/* Content builder mockup — 01 */
.bp-vis--content {
  background: linear-gradient(160deg, #0D2E25 0%, #091E18 100%);
}
.bp-vis-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.bp-vi-module {
  padding: 18px 20px; border-radius: 12px;
  border: 1px solid rgba(43,168,138,0.15);
  background: rgba(255,255,255,0.03);
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  cursor: default;
}
.bp-vi-module.active {
  border-color: rgba(43,168,138,0.5);
  background: rgba(43,168,138,0.08);
  box-shadow: 0 0 20px rgba(43,168,138,0.12), inset 0 0 20px rgba(43,168,138,0.03);
}
.bp-vi-module:hover:not(.active) {
  border-color: rgba(201,162,74,0.3);
  background: rgba(201,162,74,0.04);
}
.bp-vi-mod-badge {
  font-family: var(--font-mono-mod);
  font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--emerald-bright); margin-bottom: 6px; opacity: 0.9;
}
.bp-vi-module.active .bp-vi-mod-badge { color: var(--gold); }
.bp-vi-mod-title {
  font-size: 0.95rem; font-weight: 600; color: var(--cream); margin-bottom: 5px;
}
.bp-vi-mod-sub {
  font-size: 0.78rem; color: rgba(247,241,230,0.35); line-height: 1.4;
}
.bp-vi-add {
  padding: 14px; border-radius: 10px;
  border: 1px dashed rgba(201,162,74,0.25);
  font-size: 0.82rem; color: rgba(201,162,74,0.4);
  text-align: center; letter-spacing: 0.05em;
  transition: border-color 0.3s, color 0.3s;
  cursor: pointer;
}
.bp-vi-add:hover { border-color: rgba(201,162,74,0.6); color: rgba(201,162,74,0.7); }

/* Portal mockup — 02 */
.bp-vis--portal {
  background: linear-gradient(160deg, #0D2E25 0%, #091E18 100%);
}
.bp-vis--portal .bp-vis-body { padding: 0; }
.bp-vis-sidebar {
  display: grid; grid-template-columns: 180px 1fr; min-height: 300px;
}
.bp-vis-sidebar-nav {
  background: rgba(4,14,10,0.8); padding: 20px 14px;
  border-right: 1px solid rgba(43,168,138,0.1);
  display: flex; flex-direction: column; gap: 4px;
}
.bp-vis-nav-item {
  padding: 8px 12px; border-radius: 8px;
  font-size: 0.78rem; color: rgba(247,241,230,0.4);
  cursor: default; transition: background 0.2s, color 0.2s;
}
.bp-vis-nav-item.active {
  background: rgba(43,168,138,0.15); color: var(--emerald-bright);
  font-weight: 600;
}
.bp-vis-main { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.bp-vis-metric {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(43,168,138,0.12);
  border-radius: 10px; padding: 14px 16px;
}
.bp-vis-metric-label { font-size: 0.7rem; color: rgba(247,241,230,0.35); margin-bottom: 6px; letter-spacing: 0.1em; text-transform: uppercase; }
.bp-vis-metric-val { font-family: var(--font-display); font-size: 1.6rem; color: var(--cream); font-weight: 600; line-height: 1; }
.bp-vis-metric-val span { font-size: 0.9rem; color: #2BA88A; margin-left: 6px; font-family: var(--font-small); font-weight: 400; }
.bp-vis-bar-row { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.bp-vis-bar { display: flex; align-items: center; gap: 10px; font-size: 0.72rem; color: rgba(247,241,230,0.45); }
.bp-vis-bar-track { flex: 1; height: 5px; background: rgba(255,255,255,0.06); border-radius: 99px; overflow: hidden; }
.bp-vis-bar-fill { height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--emerald), var(--emerald-bright)); }
.bp-vis-bar-fill.gold { background: linear-gradient(90deg, #C9A24A, #E0BF72); }

/* Brand mockup — 03 */
.bp-vis--brand {
  background: linear-gradient(160deg, #0D2E25 0%, #091E18 100%);
}
.bp-vis--brand .bp-vis-body { padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.bp-vi-cert {
  background: linear-gradient(135deg, rgba(201,162,74,0.12), rgba(201,162,74,0.04));
  border: 1px solid rgba(201,162,74,0.3);
  border-radius: 14px; padding: 20px;
  text-align: center; position: relative; overflow: hidden;
}
.bp-vi-cert::before {
  content: ''; position: absolute; top: -30px; right: -30px;
  width: 100px; height: 100px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,74,0.15), transparent 70%);
}
.bp-vi-cert-badge {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #C9A24A, #E0BF72);
  margin: 0 auto 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.bp-vi-cert-title { font-size: 0.9rem; font-weight: 600; color: var(--cream); margin-bottom: 4px; }
.bp-vi-cert-sub { font-size: 0.72rem; color: rgba(201,162,74,0.6); }
.bp-vi-colors { display: flex; gap: 10px; padding: 14px 16px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px; align-items: center;
}
.bp-vi-color-swatch { width: 28px; height: 28px; border-radius: 50%; }
.bp-vi-color-label { font-size: 0.72rem; color: rgba(247,241,230,0.4); margin-left: auto; font-family: var(--font-mono-mod); }
.bp-vi-fonts { display: flex; flex-direction: column; gap: 4px; padding: 14px 16px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px;
}
.bp-vi-font-row { display: flex; justify-content: space-between; align-items: baseline; }
.bp-vi-font-name { font-size: 0.75rem; color: rgba(247,241,230,0.35); }
.bp-vi-font-sample { font-size: 1rem; color: var(--cream); font-family: var(--font-display); }

/* Delivery mockup — 04 */
.bp-vis--delivery {
  background: linear-gradient(160deg, #0D2E25 0%, #091E18 100%);
}
.bp-vis--delivery .bp-vis-body { padding: 20px; display: flex; flex-direction: column; gap: 10px; }
.bp-vi-timeline { display: flex; flex-direction: column; gap: 0; }
.bp-vi-tl-item { display: flex; gap: 14px; padding-bottom: 18px; position: relative; }
.bp-vi-tl-item:last-child { padding-bottom: 0; }
.bp-vi-tl-line {
  display: flex; flex-direction: column; align-items: center; flex-shrink: 0;
}
.bp-vi-tl-dot {
  width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-bright));
  box-shadow: 0 0 10px rgba(43,168,138,0.5);
  margin-top: 3px;
}
.bp-vi-tl-dot.gold {
  background: linear-gradient(135deg, #C9A24A, #E0BF72);
  box-shadow: 0 0 10px rgba(201,162,74,0.5);
}
.bp-vi-tl-connector {
  width: 1px; flex: 1; background: rgba(43,168,138,0.2); margin-top: 4px; min-height: 18px;
}
.bp-vi-tl-content { flex: 1; }
.bp-vi-tl-week { font-family: var(--font-mono-mod); font-size: 0.65rem; letter-spacing: 0.15em; color: var(--emerald-bright); margin-bottom: 3px; text-transform: uppercase; }
.bp-vi-tl-title { font-size: 0.88rem; font-weight: 600; color: var(--cream); margin-bottom: 2px; }
.bp-vi-tl-desc { font-size: 0.73rem; color: rgba(247,241,230,0.4); line-height: 1.4; }

/* Glow ring behind mockup */
.bp-feat-vis::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 120%; height: 120%; border-radius: 50%;
  background: radial-gradient(circle, rgba(31,135,114,0.12) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}
.bp-feat-vis .bp-vis { position: relative; z-index: 1; }


/* ══════════════════════════════════════
   STATS — DARK FULL WIDTH
══════════════════════════════════════ */
.bp-stats {
  background: linear-gradient(135deg, #C9A24A 0%, #E0BF72 40%, #C9A24A 100%);
  padding: 100px var(--pad-page);
  position: relative;
  overflow: hidden;
}
.bp-stats::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 50%, rgba(31,135,114,0.2), transparent 70%),
    radial-gradient(ellipse 30% 60% at 80% 30%, rgba(201,162,74,0.08), transparent);
}
.bp-stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
  position: relative; z-index: 2;
}
@media (max-width: 800px) {
  .bp-stats-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .bp-stat-div { display: none; }
}
@media (max-width: 440px) { .bp-stats-grid { grid-template-columns: 1fr; } }

.bp-stat-blk {
  padding: 48px 40px;
  text-align: center;
}
.bp-stat-big {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  font-weight: 200;
  line-height: 1;
  margin-bottom: 16px;
  background: linear-gradient(135deg, var(--gold-warm), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bp-stat-big span {
  font-size: 0.6em;
  background: linear-gradient(135deg, var(--gold-warm), var(--gold));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bp-stat-desc {
  font-family: var(--font-small);
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(247,241,230,0.45);
  max-width: 160px;
  margin: 0 auto;
}
.bp-stat-div {
  width: 1px; height: 80px;
  background: rgba(255,255,255,0.08);
}

/* ══════════════════════════════════════
   PROCESS
══════════════════════════════════════ */
.bp-process {
  background: linear-gradient(160deg, #04140F 0%, #0D4438 100%);
  padding: 100px var(--pad-page);
}
.bp-process-hd {
  text-align: center;
  margin-bottom: 72px;
}
.bp-process-h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--cream);
  margin-top: 12px;
}
.bp-process-h2 em {
  font-style: italic;
  font-family: var(--font-stylish);
  color: var(--gold-warm);
}

.bp-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: start;
}
@media (max-width: 900px) {
  .bp-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .bp-step-arrow { display: none; }
}
@media (max-width: 560px) { .bp-steps { grid-template-columns: 1fr; } }

.bp-step {
  padding: 0 20px;
}
.bp-step-n {
  font-family: var(--font-mono-mod);
  font-size: 0.72rem; letter-spacing: 0.25em;
  color: var(--gold);
  margin-bottom: 16px;
}
.bp-step h3 {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 400;
  color: var(--cream);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.bp-step p {
  font-family: var(--font-small);
  font-size: 0.9rem; line-height: 1.65;
  color: rgba(247,241,230,0.45);
  margin-bottom: 18px;
}
.bp-step-tag {
  display: inline-block;
  font-family: var(--font-mono-mod);
  font-size: 0.68rem; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--emerald-bright);
  background: rgba(43,168,138,0.1);
  border: 1px solid rgba(43,168,138,0.2);
  border-radius: 100px;
  padding: 5px 13px;
}
.bp-step-arrow {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: rgba(255,255,255,0.1);
  align-self: center;
  padding-top: 48px;
  text-align: center;
}

/* ══════════════════════════════════════
   TESTIMONIAL — BIG PULL QUOTE
══════════════════════════════════════ */
.bp-quote {
  background: linear-gradient(135deg, #1F8772 0%, #14695A 100%);
  padding: 120px var(--pad-page);
  position: relative; overflow: hidden;
}
.bp-quote-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(31,135,114,0.18), transparent 70%);
}
.bp-quote-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; text-align: center; }

.bp-quote-mark {
  font-family: var(--font-stylish);
  font-size: 10rem; line-height: 0.5;
  color: rgba(201,162,74,0.12);
  margin-bottom: 32px;
  display: block;
  font-style: italic;
}

.bp-quote-carousel { position: relative; min-height: 200px; }
.bp-quote-slide {
  opacity: 0; transition: opacity 0.6s; pointer-events: none;
  position: absolute; inset: 0;
}
.bp-quote-slide.active { opacity: 1; pointer-events: auto; position: relative; }

.bp-quote-text {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--cream);
  margin-bottom: 40px;
}
.bp-quote-author { display: flex; align-items: center; gap: 16px; justify-content: center; }
.bp-qa-av {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--forest);
  color: var(--gold-warm);
  font-family: var(--font-mono-mod);
  font-size: 0.82rem; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
}
.bp-qa-name {
  font-family: var(--font-small);
  font-size: 0.95rem; font-weight: 600; color: var(--cream);
}
.bp-qa-role {
  font-family: var(--font-small);
  font-size: 0.8rem; color: rgba(247,241,230,0.4); margin-top: 2px;
}
.bp-quote-dots { display: flex; justify-content: ce
/* ═══════════════════════════════════════════════
   CLEAN SECTION OVERRIDES — final authority
═══════════════════════════════════════════════ */

/* Hero — dark cinematic (keep) */
.bp-hero { background: var(--night) !important; }

/* Logos bar — subtle dark */
.bp-logos { background: rgba(4,20,15,0.6) !important; }

/* THE PROBLEM — cream/light */
.bp-statement { background: #F7F1E6 !important; }
.bp-stmt-kicker { color: var(--forest) !important; }
.bp-stmt-kicker::before { background: var(--forest) !important; }
.bp-stmt-pill { background: #fff !important; border-color: rgba(20,105,90,0.12) !important; box-shadow: 0 4px 20px rgba(0,0,0,0.06) !important; }
.bp-stmt-pill-n { color: var(--forest-deep) !important; -webkit-text-fill-color: var(--forest-deep) !important; }
.bp-stmt-pill-l { color: #5B6D68 !important; }
.bp-stmt-text { color: #5B6D68 !important; }
.bp-stmt-em { color: var(--forest-deep) !important; }
.bp-stmt-link { color: var(--forest) !important; }

/* FEATURES section wrapper — transparent so children control bg */
.bp-features { background: transparent !important; }

/* Feature 01 — light cream */
.bp-feat:nth-child(1) { background: #fff !important; }
.bp-feat:nth-child(1) .bp-feat-num { color: var(--gold) !important; }
.bp-feat:nth-child(1) .bp-feat-h2 { color: var(--ink) !important; }
.bp-feat:nth-child(1) .bp-feat-h2 em { background: linear-gradient(135deg, var(--forest), var(--emerald-bright)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bp-feat:nth-child(1) .bp-feat-p { color: var(--mute) !important; }
.bp-feat:nth-child(1) .bp-feat-list li { color: var(--ink) !important; }

/* Feature 02 — forest green */
.bp-feat:nth-child(2) { background: linear-gradient(135deg, #0D4438 0%, #14695A 100%) !important; }
.bp-feat:nth-child(2) .bp-feat-num { color: var(--gold-warm) !important; }
.bp-feat:nth-child(2) .bp-feat-h2 { color: var(--cream) !important; }
.bp-feat:nth-child(2) .bp-feat-h2 em { background: linear-gradient(135deg, #E0BF72, #2BA88A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bp-feat:nth-child(2) .bp-feat-p { color: rgba(247,241,230,0.65) !important; }
.bp-feat:nth-child(2) .bp-feat-list li { color: rgba(247,241,230,0.85) !important; }

/* Feature 03 — paper/cream */
.bp-feat:nth-child(3) { background: #FBF9F4 !important; }
.bp-feat:nth-child(3) .bp-feat-num { color: var(--gold) !important; }
.bp-feat:nth-child(3) .bp-feat-h2 { color: var(--ink) !important; }
.bp-feat:nth-child(3) .bp-feat-h2 em { background: linear-gradient(135deg, var(--forest), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bp-feat:nth-child(3) .bp-feat-p { color: var(--mute) !important; }
.bp-feat:nth-child(3) .bp-feat-list li { color: var(--ink) !important; }

/* Feature 04 — emerald deep */
.bp-feat:nth-child(4) { background: linear-gradient(135deg, #071C14 0%, #0D4438 100%) !important; }
.bp-feat:nth-child(4) .bp-feat-num { color: var(--gold-warm) !important; }
.bp-feat:nth-child(4) .bp-feat-h2 { color: var(--cream) !important; }
.bp-feat:nth-child(4) .bp-feat-h2 em { background: linear-gradient(135deg, #E0BF72, #2BA88A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.bp-feat:nth-child(4) .bp-feat-p { color: rgba(247,241,230,0.65) !important; }
.bp-feat:nth-child(4) .bp-feat-list li { color: rgba(247,241,230,0.85) !important; }

/* All feature list bullets */
.bp-feat:nth-child(1) .bp-feat-list li::before,
.bp-feat:nth-child(3) .bp-feat-list li::before {
  background: linear-gradient(135deg, var(--forest), var(--emerald-bright)) !important;
  box-shadow: 0 0 6px rgba(31,135,114,0.3) !important;
}

/* STATS — gold warm background */
.bp-stats { background: linear-gradient(135deg, #C9A24A 0%, #E0BF72 60%, #C9A24A 100%) !important; }
.bp-stat-big { color: #0A3E34 !important; background: none !important; -webkit-text-fill-color: #0A3E34 !important; }
.bp-stat-big span { color: var(--forest-deep) !important; -webkit-text-fill-color: var(--forest-deep) !important; }
.bp-stat-desc { color: rgba(10,62,52,0.7) !important; }
.bp-stat-div { background: rgba(10,62,52,0.2) !important; }

/* PROCESS — dark forest */
.bp-process { background: linear-gradient(160deg, #04140F 0%, #0D4438 100%) !important; }

/* TESTIMONIAL QUOTE — emerald mid */
.bp-quote { background: linear-gradient(135deg, #1F8772 0%, #14695A 100%) !important; }
.bp-quote-text { color: #fff !important; }
.bp-quote-attr { color: rgba(247,241,230,0.6) !important; }


/* ═══════════════════════════════════════════
   FEATURE SECTIONS — DIRECT TARGETING FIX
═══════════════════════════════════════════ */

/* Light sections (01, 03 — no flip class) */
.bp-feat:not(.bp-feat--flip) {
  background: #FFFFFF !important;
}
.bp-feat:not(.bp-feat--flip) .bp-feat-num { color: var(--gold) !important; }
.bp-feat:not(.bp-feat--flip) .bp-feat-h2 { color: #1A2B27 !important; }
.bp-feat:not(.bp-feat--flip) .bp-feat-h2 em {
  font-style: italic;
  background: linear-gradient(135deg, #14695A, #C9A24A) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.bp-feat:not(.bp-feat--flip) .bp-feat-p { color: #5B6D68 !important; }
.bp-feat:not(.bp-feat--flip) .bp-feat-list li { color: #1A2B27 !important; }
.bp-feat:not(.bp-feat--flip) .bp-feat-list li::before {
  background: linear-gradient(135deg, #14695A, #2BA88A) !important;
  box-shadow: 0 0 8px rgba(20,105,90,0.3) !important;
}

/* Dark sections (02, 04 — flip class) */
.bp-feat--flip {
  background: linear-gradient(135deg, #0D4438 0%, #14695A 100%) !important;
}
.bp-feat--flip .bp-feat-num { color: #E0BF72 !important; }
.bp-feat--flip .bp-feat-h2 { color: #F7F1E6 !important; }
.bp-feat--flip .bp-feat-h2 em {
  background: linear-gradient(135deg, #E0BF72, #2BA88A) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}
.bp-feat--flip .bp-feat-p { color: rgba(247,241,230,0.65) !important; }
.bp-feat--flip .bp-feat-list li { color: rgba(247,241,230,0.9) !important; }
.bp-feat--flip .bp-feat-list li::before {
  background: linear-gradient(135deg, #E0BF72, #2BA88A) !important;
  box-shadow: 0 0 8px rgba(224,191,114,0.4) !important;
}

/* Features wrapper must be transparent */
.bp-features { background: transparent !important; }
/* Body bg fallback should be white in features zone */
.bp-feat { border-top: 1px solid rgba(20,105,90,0.08) !important; }
.bp-feat:not(.bp-feat--flip) { border-top: 1px solid rgba(20,105,90,0.06) !important; }

/* Body base — let sections control their own bg */
.bp-body { background: #fff !important; }

/* Statement on dark green #14695A */
.bp-statement[style*="#14695A"] .bp-stmt-kicker { color: rgba(247,241,230,0.7) !important; }
.bp-statement[style*="#14695A"] .bp-stmt-kicker::before { background: rgba(247,241,230,0.5) !important; }
.bp-statement[style*="#14695A"] .bp-stmt-pill { background: rgba(255,255,255,0.12) !important; border-color: rgba(255,255,255,0.2) !important; border-left-color: #E0BF72 !important; }
.bp-statement[style*="#14695A"] .bp-stmt-pill-n { color: #E0BF72 !important; -webkit-text-fill-color: #E0BF72 !important; }
.bp-statement[style*="#14695A"] .bp-stmt-pill-l { color: rgba(247,241,230,0.7) !important; }
.bp-statement[style*="#14695A"] .bp-stmt-text { color: rgba(247,241,230,0.75) !important; }
.bp-statement[style*="#14695A"] .bp-stmt-em { color: #fff !important; border-left-color: #E0BF72 !important; }
.bp-statement[style*="#14695A"] .bp-stmt-link { color: #E0BF72 !important; border-color: rgba(224,191,114,0.4) !important; }

/* Stats fix — dark text on gold bg */
.bp-stats .bp-stat-big { color: #0A3E34 !important; -webkit-text-fill-color: #0A3E34 !important; background: none !important; }
.bp-stats .bp-stat-big span { color: #0D4438 !important; -webkit-text-fill-color: #0D4438 !important; }
.bp-stats .bp-stat-desc { color: rgba(10,62,52,0.75) !important; }
.bp-stats .bp-stat-div { background: rgba(10,62,52,0.2) !important; }
