/** Shopify CDN: Minification failed

Line 1394:29 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:black-wealth-homepage (INDEX:2) */
/* === Dawn override: force our palette everywhere on the homepage === */
  body {
    --color-foreground: 233, 230, 223 !important;
    --color-background: 10, 10, 12 !important;
    --color-base-text: 233, 230, 223 !important;
    --color-base-background-1: 10, 10, 12 !important;
    --color-base-background-2: 18, 18, 21 !important;
    --color-base-accent-1: 201, 169, 97 !important;
    --color-base-accent-2: 184, 74, 62 !important;
    --color-shadow: 0, 0, 0 !important;
    background: #0a0a0c !important;
    background-color: #0a0a0c !important;
    color: #e9e6df !important;
  }
  body.gradient { background: #0a0a0c !important; background-image: none !important; }
  .shopify-section { background: transparent !important; }

  /* === Heading colors — force white, keep colored accents === */
  .hero h1,
  .forbidden h2,
  .author h2,
  .inside h2,
  .qualifier h2,
  .ladder h2,
  .tier h3,
  .testimonials h2,
  .guarantee h2,
  .faq h2,
  .faq-item summary,
  .final-cta h2,
  .email-capture h3 {
    color: #e9e6df !important;
  }
  .hero h1 .line-gold,
  .author h2 em,
  .inside h2 em,
  .ladder h2 em,
  .final-cta h2 em,
  .email-capture h3 em {
    color: #c9a961 !important;
  }
  .forbidden h2 em,
  .qualifier h2 em {
    color: #d05a4c !important;
  }

  /* Email form input — Dawn's form CSS often hijacks this */
  .email-capture input[type="email"] {
    background: #121215 !important;
    color: #e9e6df !important;
    border: 1px solid #26262f !important;
  }
  .email-capture input[type="email"]::placeholder { color: #8a857a !important; }

  :root {
    --bg: #0a0a0c;
    --bg-2: #121215;
    --bg-3: #1a1a1f;
    --line: #26262f;
    --text: #e9e6df;
    --text-dim: #8a857a;
    --gold: #c9a961;
    --gold-bright: #e3c27a;
    --danger: #b84a3e;
    --danger-bright: #d05a4c;
    --radius: 4px;
    --max: 1200px;
  }
  body {
    background: var(--bg);
    color: var(--text);
    font-family: "Inter", system-ui, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
  }
  body * { box-sizing: border-box; }
  body h1, body h2, body h3, body h4 { font-family: "Manrope", Georgia, serif; font-weight: 800; letter-spacing: -0.01em; line-height: 1.1; margin: 0; }
  body a { color: inherit; text-decoration: none; }
  body img { max-width: 100%; display: block; }
  .container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

  .eyebrow {
    font-family: "JetBrains Mono", "Inter", monospace;
    font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
    color: var(--gold); font-weight: 600;
  }
  .eyebrow.danger { color: var(--danger-bright); }

  body::before {
    content: "";
    position: fixed; inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.2  0 0 0 0 0.18  0 0 0 0 0.15  0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    opacity: 0.35; z-index: 999; mix-blend-mode: overlay;
  }

  .alert-bar {
    background: #000; border-bottom: 1px solid var(--line);
    color: var(--text); font-family: "JetBrains Mono", monospace;
    font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
    text-align: center; padding: 10px 16px;
  }
  .alert-bar .dot { color: var(--danger-bright); }
  .alert-bar strong { color: var(--danger-bright); font-weight: 600; }

  .marquee {
    overflow: hidden; background: var(--gold); color: #0a0a0c;
    padding: 14px 0; position: relative; font-family: "Inter", sans-serif;
    font-size: 12px; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 700;
  }
  .marquee-track { display: flex; white-space: nowrap; animation: marquee-scroll 50s linear infinite; width: max-content; }
  .marquee-track span { padding: 0 40px; display: inline-flex; align-items: center; }
  .marquee-track span::after { content: "✦"; color: rgba(11,11,13,0.45); margin-left: 40px; }
  @keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .marquee:hover .marquee-track { animation-play-state: paused; }

  .bwf-nav {
    position: sticky; top: 0; z-index: 50;
    background: rgba(10,10,12,0.88);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
  }
  .bwf-nav .nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 24px; max-width: var(--max); margin: 0 auto;
  }
  .bwf-nav .logo { font-family: "Manrope", serif; font-weight: 700; font-size: 20px; letter-spacing: 0.02em; }
  .bwf-nav .logo span { color: var(--gold); }
  .bwf-nav .nav-links { display: flex; gap: 32px; font-size: 14px; color: var(--text-dim); }
  .bwf-nav .nav-links a:hover { color: var(--gold); }

  .btn {
    display: inline-block; background: var(--gold); color: #0a0a0c;
    padding: 14px 28px; font-weight: 700; font-size: 13px;
    letter-spacing: 0.15em; text-transform: uppercase;
    border-radius: var(--radius); border: none; cursor: pointer;
    transition: all 0.2s ease; font-family: inherit;
  }
  .btn:hover { background: var(--gold-bright); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(201,169,97,0.25); }
  .btn-outline { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
  .btn-outline:hover { background: var(--gold); color: #0a0a0c; }
  .btn-lg { padding: 18px 40px; font-size: 14px; }
  .btn-xl { padding: 22px 56px; font-size: 15px; letter-spacing: 0.18em; }
  @media (max-width: 768px) { .bwf-nav .nav-links { display: none; } }

  .hero {
    padding: 90px 0 110px;
    background:
      radial-gradient(ellipse at top, rgba(201,169,97,0.1), transparent 60%),
      radial-gradient(ellipse at bottom, rgba(184,74,62,0.08), transparent 70%),
      var(--bg);
    text-align: center; position: relative; overflow: hidden;
  }
  .hero::before {
    content: ""; position: absolute; inset: 0;
    background-image:
      linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  }
  .hero > * { position: relative; }
  .hero .eyebrow { margin-bottom: 24px; display: inline-block; }
  .hero .classified {
    display: inline-block; border: 1px solid var(--danger);
    color: var(--danger-bright); font-family: "JetBrains Mono", monospace;
    font-size: 10px; letter-spacing: 0.3em; padding: 6px 14px;
    margin-bottom: 28px; text-transform: uppercase; transform: rotate(-2deg);
  }
  .hero h1 {
    font-size: clamp(44px, 8vw, 96px); max-width: 980px;
    margin: 0 auto 28px; line-height: 0.98;
    letter-spacing: -0.02em; text-transform: uppercase;
  }
  .hero h1 .line-gold { color: var(--gold); font-style: italic; font-weight: 700; display: block; font-size: 0.65em; letter-spacing: 0.04em; text-transform: none; margin-top: 12px; }
  .hero .sub { font-size: clamp(16px, 1.6vw, 19px); color: var(--text-dim); max-width: 720px; margin: 0 auto 40px; font-weight: 300; line-height: 1.65; }
  .hero .sub em { color: var(--text); font-style: normal; font-weight: 500; }
  .hero .stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
  .trust-line { margin-top: 22px; font-size: 13px; color: var(--text-dim); display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
  .trust-line span { display: inline-flex; align-items: center; gap: 8px; }

  .hero-media {
    max-width: 860px; margin: 48px auto 32px;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #1a1a1f 0%, #0a0a0c 100%);
    border: 1px solid var(--line); border-radius: 8px;
    position: relative; overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,169,97,0.18);
  }
  .hero-media.has-video video {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    display: block; object-fit: cover;
    border-radius: 8px; background: #000;
  }

  .forbidden {
    background: #000; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    padding: 70px 0; text-align: center;
  }
  .forbidden h2 { font-size: clamp(24px, 3.2vw, 38px); max-width: 900px; margin: 0 auto; font-weight: 700; }
  .forbidden h2 em { color: var(--danger-bright); font-style: normal; }
  .forbidden .platforms { margin-top: 36px; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; color: var(--text-dim); font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; }
  .forbidden .platforms span { opacity: 0.55; text-decoration: line-through; }

  .author { padding: 130px 0; background: var(--bg); }
  .author-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
  @media (max-width: 900px) { .author-grid { grid-template-columns: 1fr; gap: 48px; } }
  .author-photo {
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #2a2520 0%, #0a0a0c 100%);
    border: 1px solid var(--line); border-radius: 4px;
    position: relative; overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
  }

  .author-photo-stamp {
    position: absolute; top: 20px; right: 20px;
    border: 2px solid var(--danger); color: var(--danger-bright);
    font-family: "JetBrains Mono", monospace;
    font-size: 10px; letter-spacing: 0.25em; padding: 6px 10px;
    transform: rotate(6deg); background: rgba(0,0,0,0.4); z-index: 2;
  }
  .author h2 { font-size: clamp(32px, 4.2vw, 56px); margin-bottom: 28px; }
  .author h2 em { color: var(--gold); font-style: italic; }
  .author p { color: var(--text-dim); font-size: 17px; margin-bottom: 20px; font-weight: 300; }
  .author p strong { color: var(--text); font-weight: 500; }
  .author p em { font-style: italic; color: var(--gold); }
  .author .signature { margin-top: 32px; padding-top: 32px; border-top: 1px solid var(--line); font-family: "Manrope", serif; font-style: italic; color: var(--gold); font-size: 19px; }

  .pull-quote { background: #000; padding: 100px 0; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; }
  .pull-quote::before {
    content: "\201C"; position: absolute; top: 30px; left: 50%; transform: translateX(-50%);
    font-family: "Manrope", serif; font-size: 160px;
    color: var(--gold); opacity: 0.15; line-height: 1;
  }
  .pull-quote blockquote { font-family: "Manrope", serif; font-style: italic; font-size: clamp(24px, 3.2vw, 40px); max-width: 900px; margin: 0 auto; line-height: 1.3; color: var(--text); position: relative; }
  .pull-quote cite { display: block; margin-top: 28px; font-family: "JetBrains Mono", monospace; font-style: normal; font-size: 12px; color: var(--gold); letter-spacing: 0.25em; text-transform: uppercase; }

  .inside { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); padding: 130px 0; border-top: 1px solid var(--line); }
  .inside .head { text-align: center; max-width: 820px; margin: 0 auto 72px; }
  .inside h2 { font-size: clamp(34px, 5vw, 64px); margin: 16px 0 24px; line-height: 1.05; }
  .inside h2 em { color: var(--gold); font-style: italic; }
  .inside .head p { color: var(--text-dim); font-size: 18px; font-weight: 300; }
  .inside-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
  @media (max-width: 768px) { .inside-grid { grid-template-columns: 1fr; } }
  .inside-item { background: var(--bg-2); padding: 40px 36px; display: flex; gap: 24px; align-items: flex-start; position: relative; transition: background 0.3s ease; }
  .inside-item:hover { background: var(--bg-3); }
  .inside-item .num { font-family: "JetBrains Mono", monospace; color: var(--gold); font-size: 13px; letter-spacing: 0.2em; flex-shrink: 0; margin-top: 6px; }
  .inside-item h4 { font-size: 21px; margin-bottom: 10px; font-family: "Manrope", serif; font-weight: 700; letter-spacing: 0; color: var(--text); }
  .inside-item p { color: var(--text-dim); font-size: 15px; margin: 0; font-weight: 300; line-height: 1.6; }

  .qualifier { padding: 130px 0; background: var(--bg); border-top: 1px solid var(--line); }
  .qualifier .head { text-align: center; max-width: 700px; margin: 0 auto 64px; }
  .qualifier h2 { font-size: clamp(32px, 4.5vw, 56px); margin: 16px 0 20px; }
  .qualifier h2 em { color: var(--danger-bright); font-style: italic; }
  .qualifier-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1000px; margin: 0 auto; }
  @media (max-width: 800px) { .qualifier-grid { grid-template-columns: 1fr; } }
  .qualifier-col { padding: 40px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg-2); }
  .qualifier-col.not { border-left: 3px solid var(--danger); }
  .qualifier-col.yes { border-left: 3px solid var(--gold); }
  .qualifier-col h3 { font-size: 20px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; }
  .qualifier-col.not h3 { color: var(--danger-bright); }
  .qualifier-col.yes h3 { color: var(--gold); }
  .qualifier-col ul { list-style: none; padding: 0; margin: 0; }
  .qualifier-col ul li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--text-dim); font-size: 15px; display: flex; gap: 12px; align-items: flex-start; }
  .qualifier-col ul li:last-child { border-bottom: none; }
  .qualifier-col.not ul li::before { content: "✕"; color: var(--danger); font-weight: 700; flex-shrink: 0; }
  .qualifier-col.yes ul li::before { content: "✦"; color: var(--gold); flex-shrink: 0; }

  .ladder { padding: 130px 0; background: var(--bg-2); border-top: 1px solid var(--line); }
  .ladder .head { text-align: center; max-width: 820px; margin: 0 auto 64px; }
  .ladder h2 { font-size: clamp(34px, 5vw, 64px); margin: 16px 0 20px; line-height: 1.05; }
  .ladder h2 em { color: var(--gold); font-style: italic; }
  .ladder .head p { color: var(--text-dim); font-size: 17px; font-weight: 300; }
  .tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  @media (max-width: 900px) { .tiers { grid-template-columns: 1fr; } }
  .tier { background: var(--bg-3); border: 1px solid var(--line); border-radius: 8px; padding: 40px 32px; display: flex; flex-direction: column; position: relative; transition: all 0.3s ease; }
  .tier:hover { border-color: rgba(201,169,97,0.3); transform: translateY(-4px); }
  .tier.featured { border-color: var(--gold); background: linear-gradient(180deg, rgba(201,169,97,0.1) 0%, var(--bg-3) 40%); box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(201,169,97,0.3); transform: translateY(-8px); }
  .tier .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #0a0a0c; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; padding: 6px 16px; border-radius: 20px; text-transform: uppercase; white-space: nowrap; }
  .tier .tier-name { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 14px; }
  .tier h3 { font-family: "Manrope", serif; font-size: 30px; margin-bottom: 24px; }
  .tier .price { font-family: "Manrope", serif; font-size: 52px; font-weight: 700; color: var(--text); margin-bottom: 4px; line-height: 1; }
  .tier .price sup { font-size: 22px; color: var(--gold); vertical-align: top; margin-right: 4px; }
  .tier .price-note { color: var(--text-dim); font-size: 13px; margin-bottom: 28px; }
  .tier .price-strike { color: var(--text-dim); text-decoration: line-through; margin-right: 10px; font-size: 20px; font-weight: 400; }
  .tier ul { list-style: none; padding: 0; margin: 0 0 32px; flex-grow: 1; }
  .tier ul li { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--text-dim); display: flex; gap: 12px; align-items: flex-start; }
  .tier ul li::before { content: "✓"; color: var(--gold); font-weight: 700; flex-shrink: 0; }
  .tier ul li.excluded { opacity: 0.35; }
  .tier ul li.excluded::before { content: "—"; color: var(--text-dim); }

  .stack { padding: 100px 0; background: var(--bg); border-top: 1px solid var(--line); }
  .stack-card { max-width: 780px; margin: 0 auto; background: var(--bg-2); border: 1px solid var(--line); border-radius: 8px; padding: 56px 48px; }
  .stack-card .head { text-align: center; margin-bottom: 40px; }
  .stack-card h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 12px; }
  .stack-card .head p { color: var(--text-dim); font-size: 15px; }
  .stack-list { list-style: none; padding: 0; margin: 0 0 32px; }
  .stack-list li { display: grid; grid-template-columns: 36px 1fr auto; gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px dashed var(--line); }
  .stack-list li .icon { width: 36px; height: 36px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 14px; }
  .stack-list li .label strong { color: var(--text); font-weight: 500; font-size: 15px; display: block; margin-bottom: 2px; }
  .stack-list li .label small { color: var(--text-dim); font-size: 13px; }
  .stack-list li .val { color: var(--gold); font-family: "Manrope", serif; font-size: 18px; }
  .stack-total { display: flex; justify-content: space-between; align-items: baseline; padding: 16px 0; font-family: "JetBrains Mono", monospace; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; }
  .stack-total.value { color: var(--text-dim); border-top: 1px solid var(--line); }
  .stack-total.value .v { text-decoration: line-through; }
  .stack-total.pay { color: var(--gold); font-size: 16px; }
  .stack-total.pay .v { font-family: "Manrope", serif; font-size: 40px; color: var(--gold); font-weight: 700; letter-spacing: 0; }

  .testimonials { padding: 130px 0; background: linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%); border-top: 1px solid var(--line); }
  .testimonials .head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
  .testimonials h2 { font-size: clamp(32px, 4.5vw, 56px); margin: 16px 0 20px; }
  .trust-badge { display: inline-flex; align-items: center; gap: 14px; padding: 14px 22px; background: var(--bg-3); border: 1px solid var(--line); border-radius: 50px; margin-bottom: 22px; flex-wrap: wrap; }
  .trust-badge .stars { color: var(--gold); letter-spacing: 2px; }
  .trust-badge .rating { font-weight: 700; color: var(--text); font-size: 18px; }
  .trust-badge .src { color: var(--text-dim); font-size: 13px; }
  .trust-badge .tp { background: #00b67a; color: white; font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 3px; letter-spacing: 0.05em; }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  @media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
  .review { background: var(--bg-3); border: 1px solid var(--line); border-radius: 6px; padding: 28px; display: flex; flex-direction: column; }
  .review .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
  .review .stars { color: var(--gold); font-size: 14px; letter-spacing: 2px; }
  .review .date { color: var(--text-dim); font-size: 12px; font-family: "JetBrains Mono", monospace; }
  .review h5 { font-family: "Manrope", serif; font-size: 17px; margin: 0 0 10px; color: var(--text); font-weight: 600; }
  .review p { font-size: 15px; color: var(--text-dim); margin: 0 0 20px; font-weight: 300; line-height: 1.65; flex-grow: 1; }
  .review .who { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
  .review .avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--gold) 0%, #7a6540 100%); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #0a0a0c; font-size: 14px; flex-shrink: 0; }
  .review .who-meta { font-size: 13px; }
  .review .who-name { color: var(--text); font-weight: 500; }
  .review .who-verified { color: var(--text-dim); font-size: 11px; margin-top: 2px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.1em; text-transform: uppercase; }
  .review .who-verified::before { content: "✓ "; color: #00b67a; font-weight: 700; }

  .guarantee { padding: 110px 0; background: var(--bg); border-top: 1px solid var(--line); }
  .guarantee-card { max-width: 900px; margin: 0 auto; text-align: center; padding: 64px 40px; background: radial-gradient(ellipse at top, rgba(201,169,97,0.1), transparent 70%), var(--bg-2); border: 1px solid var(--line); border-radius: 8px; position: relative; }
  .guarantee-seal { width: 150px; height: 150px; border-radius: 50%; border: 2px solid var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto 32px; color: var(--gold); font-family: "Manrope", serif; position: relative; }
  .guarantee-seal::before { content: ""; position: absolute; inset: -10px; border: 1px dashed rgba(201,169,97,0.4); border-radius: 50%; }
  .guarantee-seal .big { font-size: 36px; font-weight: 700; line-height: 1; }
  .guarantee-seal .mid { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 6px; font-family: "JetBrains Mono", monospace; }
  .guarantee h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 20px; }
  .guarantee p { color: var(--text-dim); font-size: 17px; max-width: 640px; margin: 0 auto 14px; font-weight: 300; }
  .guarantee .fine { font-size: 13px; }

  .faq { padding: 130px 0; background: var(--bg-2); border-top: 1px solid var(--line); }
  .faq .head { text-align: center; max-width: 700px; margin: 0 auto 56px; }
  .faq h2 { font-size: clamp(32px, 4.5vw, 56px); margin: 16px 0 20px; }
  .faq-list { max-width: 820px; margin: 0 auto; }
  .faq-item { border-bottom: 1px solid var(--line); }
  .faq-item summary { list-style: none; cursor: pointer; padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: "Manrope", serif; font-size: 22px; font-weight: 600; color: var(--text); }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: "+"; color: var(--gold); font-size: 28px; font-weight: 300; transition: transform 0.2s; flex-shrink: 0; }
  .faq-item[open] summary::after { transform: rotate(45deg); }
  .faq-item .answer { padding: 0 0 28px; color: var(--text-dim); font-size: 16px; max-width: 680px; font-weight: 300; }

  .final-cta {
    padding: 150px 0; text-align: center;
    background:
      radial-gradient(ellipse at center, rgba(201,169,97,0.18), transparent 60%),
      radial-gradient(ellipse at bottom, rgba(184,74,62,0.1), transparent 70%),
      #000;
    border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  }
  .final-cta .eyebrow { color: var(--danger-bright); margin-bottom: 24px; display: inline-block; }
  .final-cta h2 { font-size: clamp(38px, 6vw, 80px); max-width: 900px; margin: 0 auto 28px; line-height: 1; text-transform: uppercase; }
  .final-cta h2 em { color: var(--gold); font-style: italic; display: block; font-size: 0.55em; text-transform: none; margin-top: 16px; letter-spacing: 0.04em; font-weight: 400; }
  .final-cta p { max-width: 640px; margin: 0 auto 40px; color: var(--text-dim); font-size: 17px; font-weight: 300; }
  .final-cta .trust-line { margin-top: 32px; }

  .email-capture { padding: 100px 0; background: var(--bg); text-align: center; }
  .email-capture h3 { font-family: "Manrope", serif; font-size: 32px; margin-bottom: 12px; }
  .email-capture h3 em { color: var(--gold); font-style: italic; }
  .email-capture p { color: var(--text-dim); margin-bottom: 28px; font-size: 15px; max-width: 500px; margin-left: auto; margin-right: auto; }
  .email-form { max-width: 540px; margin: 0 auto; display: flex; gap: 8px; }
  .email-form input { flex: 1; padding: 16px 20px; background: var(--bg-2); border: 1px solid var(--line); color: var(--text); border-radius: var(--radius); font-family: inherit; font-size: 15px; }
  .email-form input:focus { outline: none; border-color: var(--gold); }
  .email-form button { flex-shrink: 0; }
  @media (max-width: 600px) { .email-form { flex-direction: column; } }

  .bwf-footer { background: #000; border-top: 1px solid var(--line); padding: 64px 0 100px; color: var(--text-dim); font-size: 14px; }
  .foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
  @media (max-width: 768px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
  .bwf-footer h5 { color: var(--text); font-size: 12px; font-family: "JetBrains Mono", monospace; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; margin: 0 0 16px; }
  .bwf-footer ul { list-style: none; padding: 0; margin: 0; }
  .bwf-footer ul li { margin-bottom: 10px; }
  .bwf-footer a:hover { color: var(--gold); }
  .bwf-footer .logo { font-family: "Manrope", serif; font-weight: 700; font-size: 20px; }
  .bwf-footer .logo span { color: var(--gold); }
  .foot-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.1em; }
  .disclaimer { font-size: 12px; max-width: 600px; line-height: 1.5; font-family: "Inter", sans-serif; letter-spacing: 0; }

  .sticky-cta {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0;
    background: rgba(10,10,12,0.95); backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    padding: 12px 16px; z-index: 100;
    justify-content: space-between; align-items: center; gap: 12px;
  }
  .sticky-cta .price-mini { font-family: "Manrope", serif; font-size: 15px; }
  .sticky-cta .price-mini strong { color: var(--gold); }
  .sticky-cta .btn { padding: 12px 20px; font-size: 12px; }
  @media (max-width: 768px) {
    .sticky-cta { display: flex; }
    body { padding-bottom: 70px; }
  }
/* END_SECTION:black-wealth-homepage */

/* START_SECTION:bwf-footer (INDEX:4) */
.bwf-footer {
    background: #000;
    border-top: 1px solid #26262f;
    padding: 64px 0 100px;
    color: #8a857a;
    font-size: 14px;
    font-family: "Inter", system-ui, sans-serif;
  }
  .bwf-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
  }
  .bwf-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }
  @media (max-width: 768px) {
    .bwf-footer-grid { grid-template-columns: 1fr 1fr; }
  }
  .bwf-footer-logo {
    display: inline-block;
    font-family: "Manrope", Georgia, serif;
    font-weight: 700;
    font-size: 20px;
    color: #e9e6df !important;
    margin-bottom: 16px;
    text-decoration: none;
  }
  .bwf-footer-logo span { color: #c9a961; }
  .bwf-footer-disclaimer {
    font-size: 12px;
    max-width: 600px;
    line-height: 1.5;
    color: #8a857a;
    margin: 0;
  }
  .bwf-footer-h {
    color: #e9e6df !important;
    font-size: 12px;
    font-family: "JetBrains Mono", monospace;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin: 0 0 16px;
  }
  .bwf-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .bwf-footer-list li { margin-bottom: 10px; }
  .bwf-footer-list a {
    color: #8a857a !important;
    text-decoration: none;
    transition: color 0.2s;
  }
  .bwf-footer-list a:hover { color: #c9a961 !important; }
  .bwf-footer-bottom {
    border-top: 1px solid #26262f;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    font-family: "JetBrains Mono", monospace;
    letter-spacing: 0.1em;
    color: #8a857a;
  }
/* END_SECTION:bwf-footer */

/* START_SECTION:bwf-header (INDEX:5) */
.bwf-alert-bar {
    background: #000;
    border-bottom: 1px solid #26262f;
    color: #e9e6df;
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 16px;
  }
  .bwf-alert-bar .dot { color: #d05a4c; }
  .bwf-alert-bar strong { color: #d05a4c !important; font-weight: 600; }

  .bwf-marquee {
    overflow: hidden;
    background: #c9a961;
    color: #0a0a0c;
    padding: 14px 0;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
  }
  .bwf-marquee-track {
    display: flex;
    white-space: nowrap;
    animation: bwf-marquee-scroll 50s linear infinite;
    width: max-content;
  }
  .bwf-marquee-track span {
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    color: #0a0a0c !important;
  }
  .bwf-marquee-track span::after {
    content: "✦";
    color: rgba(11,11,13,0.45);
    margin-left: 40px;
  }
  @keyframes bwf-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  .bwf-marquee:hover .bwf-marquee-track { animation-play-state: paused; }

  .bwf-header-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10,10,12,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #26262f;
  }
  .bwf-header-nav .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .bwf-header-nav .logo {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #e9e6df !important;
    text-decoration: none;
  }
  .bwf-header-nav .logo span { color: #c9a961 !important; }
  .bwf-header-nav .nav-links {
    display: flex;
    gap: 32px;
    font-size: 14px;
  }
  .bwf-header-nav .nav-links a {
    color: #8a857a !important;
    text-decoration: none;
    transition: color 0.2s;
  }
  .bwf-header-nav .nav-links a:hover { color: #c9a961 !important; }
  .bwf-header-nav .btn {
    display: inline-block;
    background: #c9a961;
    color: #0a0a0c !important;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Inter", sans-serif;
    text-decoration: none;
  }
  .bwf-header-nav .btn:hover {
    background: #e3c27a;
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(201,169,97,0.25);
  }
  @media (max-width: 768px) {
      .bwf-header-nav .nav-links { display: none; }

      .bwf-alert-bar {
        font-size: 9px;
        letter-spacing: 0.15em;
        padding: 8px 8px;
        white-space: nowrap;
      }
      .bwf-marquee {
        padding: 9px 0;
        font-size: 10px;
        letter-spacing: 0.22em;
      }
      .bwf-marquee-track span { padding: 0 28px; }
      .bwf-marquee-track span::after { margin-left: 28px; }

      .bwf-header-nav .nav-inner { padding: 12px 14px; }
      .bwf-header-nav .logo {
        font-size: 15px;
        letter-spacing: 0;
        white-space: nowrap;
      }
      .bwf-header-nav .btn {
        padding: 9px 14px;
        font-size: 11px;
        letter-spacing: 0.1em;
        white-space: nowrap;
      }
    }
/* END_SECTION:bwf-header */

/* START_SECTION:bwf-product (INDEX:6) */
.bwfp-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

  .bwfp-eyebrow {
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #c9a961;
    font-weight: 600;
  }
  .bwfp-eyebrow.bwfp-danger { color: #d05a4c; }

  .bwfp-btn {
    display: inline-block;
    background: #c9a961;
    color: #0a0a0c !important;
    padding: 14px 28px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Inter", sans-serif;
    text-decoration: none;
  }
  .bwfp-btn:hover { background: #e3c27a; transform: translateY(-1px); box-shadow: 0 10px 30px rgba(201,169,97,0.25); }
  .bwfp-btn-xl { padding: 22px 56px; font-size: 15px; letter-spacing: 0.18em; }
  .bwfp-btn-block { display: block; width: 100%; text-align: center; padding: 22px; font-size: 16px; }

  /* Hero */
  .bwfp-hero {
    padding: 60px 0 80px;
    background: radial-gradient(ellipse at top, rgba(201,169,97,0.08), transparent 60%), #0a0a0c;
    color: #e9e6df;
  }
  .bwfp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  @media (max-width: 900px) { .bwfp-grid { grid-template-columns: 1fr; gap: 40px; } }
  .bwfp-cover-col { position: sticky; top: 100px; }
  @media (max-width: 900px) { .bwfp-cover-col { position: static; } }
  .bwfp-cover-frame {
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #2a2520 0%, #0a0a0c 100%);
    border: 1px solid #26262f;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(201,169,97,0.15);
    max-width: 460px;
    margin: 0 auto;
  }
  .bwfp-cover-frame img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
  }
  .bwfp-cover-stamp {
    position: absolute; top: 22px; right: 22px;
    border: 2px solid #b84a3e;
    color: #d05a4c;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.25em;
    padding: 6px 10px;
    transform: rotate(6deg);
    background: rgba(0,0,0,0.65);
    z-index: 3;
    text-transform: uppercase;
  }
  .bwfp-cover-doc-id {
    position: absolute; bottom: 16px; left: 16px;
    color: rgba(201,169,97,0.7);
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.25em;
    z-index: 3;
  }

  /* Buy box */
  .bwfp-buy-box { padding-top: 8px; color: #e9e6df; }
  .bwfp-buy-eyebrow {
    color: #d05a4c;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    border: 1px solid #b84a3e;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 18px;
  }
  .bwfp-buy-title {
    font-family: "Manrope", Georgia, serif !important;
    font-size: clamp(36px, 4.4vw, 56px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    text-transform: uppercase;
    color: #e9e6df !important;
    font-weight: 800;
  }
  .bwfp-buy-byline {
    color: #8a857a;
    font-size: 15px;
    margin-bottom: 16px;
    font-family: "JetBrains Mono", monospace;
    letter-spacing: 0.05em;
  }
  .bwfp-buy-byline strong { color: #c9a961; font-weight: 600; }
  .bwfp-rating-row { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; flex-wrap: wrap; }
  .bwfp-rating-row .bwfp-stars { color: #c9a961; font-size: 16px; letter-spacing: 2px; }
  .bwfp-rating-row .bwfp-rating-num { color: #e9e6df; font-weight: 700; font-size: 15px; }
  .bwfp-rating-row .bwfp-rating-meta { color: #8a857a; font-size: 13px; }

  /* Edition selector */
  .bwfp-editions-label {
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #8a857a;
    margin-bottom: 12px;
  }
  .bwfp-editions-label .bwfp-selected-name { color: #c9a961; }
  .bwfp-editions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 24px;
  }
  .bwfp-edition-card {
    background: #121215;
    border: 1px solid #26262f;
    border-radius: 6px;
    padding: 26px 12px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    position: relative;
    margin-top: 12px;
  }
  .bwfp-edition-card:hover { border-color: rgba(201,169,97,0.4); }
  .bwfp-edition-card.bwfp-selected {
    border-color: #c9a961;
    background: linear-gradient(180deg, rgba(201,169,97,0.08), #1a1a1f);
    box-shadow: 0 0 0 1px #c9a961;
  }
  .bwfp-edition-card .bwfp-ed-name {
    font-size: 13px;
    font-weight: 600;
    color: #e9e6df;
    margin-bottom: 6px;
  }
  .bwfp-edition-card .bwfp-ed-price {
    font-family: "Manrope", serif;
    font-size: 22px;
    color: #e9e6df;
    font-weight: 700;
  }
  .bwfp-edition-card .bwfp-ed-strike {
    font-size: 12px;
    color: #8a857a;
    text-decoration: line-through;
    margin-bottom: 2px;
  }
  .bwfp-edition-card .bwfp-ed-badge {
    position: absolute;
    top: -11px; left: 50%; transform: translateX(-50%);
    background: #c9a961;
    color: #0a0a0c;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    padding: 4px 11px;
    border-radius: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
  }

  /* Price display */
  .bwfp-price-display {
    display: flex; align-items: baseline; gap: 14px; margin-bottom: 8px;
  }
  .bwfp-price-display .bwfp-price-strike {
    color: #8a857a;
    font-family: "Manrope", serif;
    font-size: 22px;
    text-decoration: line-through;
  }
  .bwfp-price-display .bwfp-price-now {
    color: #e9e6df;
    font-family: "Manrope", serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
  }
  .bwfp-price-display .bwfp-price-now sup { font-size: 22px; color: #c9a961; vertical-align: top; margin-right: 3px; font-weight: 600; }
  .bwfp-save-badge {
    background: rgba(111,169,101,0.15);
    color: #6fa965;
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.15em;
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid rgba(111,169,101,0.4);
  }
  .bwfp-price-status {
    color: #8a857a;
    font-size: 13px;
    margin-bottom: 22px;
    font-family: "JetBrains Mono", monospace;
    letter-spacing: 0.05em;
  }
  .bwfp-status-dot { color: #6fa965; font-size: 12px; margin-right: 6px; }

  /* Live viewer counter */
  .bwfp-viewer-counter {
    background: #121215;
    border: 1px solid #26262f;
    border-left: 3px solid #b84a3e;
    padding: 12px 18px;
    margin-bottom: 22px;
    font-family: "JetBrains Mono", monospace;
    font-size: 13px;
    color: #e9e6df;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .bwfp-pulse {
    width: 8px; height: 8px;
    background: #d05a4c;
    border-radius: 50%;
    animation: bwfp-pulse 1.5s ease-in-out infinite;
    flex-shrink: 0;
  }
  @keyframes bwfp-pulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(208,90,76,0.5); }
    50% { opacity: 0.5; box-shadow: 0 0 0 8px rgba(208,90,76,0); }
  }
  .bwfp-viewer-counter strong { color: #d05a4c; font-weight: 600; }

  /* Payments */
  .bwfp-payments-row {
      display: flex; gap: 8px; align-items: center;
      margin-top: 24px; margin-bottom: 22px; flex-wrap: wrap;
    }
  .bwfp-pay-icon {
    width: 44px; height: 28px;
    background: #fff;
    border: 1px solid #26262f;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
  }
  .bwfp-pay-icon img {
    max-width: 100%; max-height: 100%;
    width: auto; height: auto;
    display: block;
  }

  .bwfp-buy-trust {
    margin-top: 18px;
    display: flex; gap: 18px; flex-wrap: wrap;
    color: #8a857a; font-size: 12px;
  }
  .bwfp-buy-trust span { display: inline-flex; align-items: center; gap: 6px; }
  .bwfp-buy-trust .bwfp-check { color: #6fa965; }

  /* Forbidden */
  .bwfp-forbidden {
    background: #000;
    border-top: 1px solid #26262f;
    border-bottom: 1px solid #26262f;
    padding: 60px 0;
    text-align: center;
  }
  .bwfp-forbidden h2 { font-family: "Manrope", serif !important; font-size: clamp(22px, 2.6vw, 32px); max-width: 900px; margin: 0 auto; font-weight: 700; color: #e9e6df !important; }
  .bwfp-forbidden h2 em { color: #d05a4c; font-style: normal; }
  .bwfp-platforms {
    margin-top: 28px;
    display: flex; gap: 36px; justify-content: center; flex-wrap: wrap;
    color: #8a857a;
    font-family: "JetBrains Mono", monospace;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }
  .bwfp-platforms span { opacity: 0.55; text-decoration: line-through; }

  /* Hook */
  .bwfp-hook {
    padding: 110px 0;
    background: #0a0a0c;
    text-align: center;
    border-bottom: 1px solid #26262f;
  }
  .bwfp-hook h2 {
    font-family: "Manrope", serif !important;
    font-size: clamp(34px, 5vw, 64px);
    max-width: 1000px;
    margin: 18px auto 24px;
    text-transform: uppercase;
    line-height: 1;
    color: #e9e6df !important;
    font-weight: 800;
  }
  .bwfp-hook h2 em { color: #c9a961; font-style: italic; text-transform: none; font-weight: 700; display: block; font-size: 0.7em; letter-spacing: 0.04em; margin-top: 16px; }
  .bwfp-hook p { max-width: 720px; margin: 0 auto; color: #8a857a; font-size: 17px; font-weight: 300; }

  /* Chapters */
  .bwfp-chapters {
    padding: 110px 0;
    background: linear-gradient(180deg, #0a0a0c 0%, #121215 100%);
    border-bottom: 1px solid #26262f;
  }
  .bwfp-head { text-align: center; max-width: 800px; margin: 0 auto 56px; }
  .bwfp-chapters h2,
  .bwfp-revelations h2,
  .bwfp-reactions h2,
  .bwfp-guarantee h2,
  .bwfp-faq h2,
  .bwfp-about h2,
  .bwfp-final-cta h2,
  .bwfp-ye h2 { font-family: "Manrope", serif !important; color: #e9e6df !important; font-weight: 800; }
  .bwfp-chapters h2 { font-size: clamp(32px, 4.5vw, 56px); margin: 16px 0 20px; }
  .bwfp-chapters h2 em { color: #c9a961; font-style: italic; }
  .bwfp-head p { color: #8a857a; font-size: 17px; font-weight: 300; }
  .bwfp-chapter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    background: #26262f;
    border: 1px solid #26262f;
    max-width: 1100px;
    margin: 0 auto;
  }
  @media (max-width: 900px) { .bwfp-chapter-grid { grid-template-columns: repeat(2, 1fr); } }
  .bwfp-chapter-cell {
    background: #121215;
    padding: 18px 14px;
    text-align: left;
    transition: background 0.2s ease;
  }
  .bwfp-chapter-cell:hover { background: #1a1a1f; }
  .bwfp-chapter-cell .bwfp-ch-num {
    color: #c9a961;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 4px;
  }
  .bwfp-chapter-cell .bwfp-ch-title {
    color: #e9e6df;
    font-family: "Manrope", serif;
    font-size: 14px;
    line-height: 1.3;
  }
  .bwfp-chapter-cell.bwfp-secret {
    background: linear-gradient(135deg, rgba(184,74,62,0.18), #1a1a1f);
    grid-column: span 4;
    text-align: center;
    padding: 28px;
  }
  @media (max-width: 900px) { .bwfp-chapter-cell.bwfp-secret { grid-column: span 2; } }
  .bwfp-chapter-cell.bwfp-secret .bwfp-ch-num { color: #d05a4c; }
  .bwfp-chapter-cell.bwfp-secret .bwfp-ch-title { font-size: 22px; }

  /* Revelations */
  .bwfp-revelations {
    padding: 110px 0;
    background: #0a0a0c;
    border-bottom: 1px solid #26262f;
  }
  .bwfp-revelations h2 { font-size: clamp(32px, 4.5vw, 56px); margin: 16px 0 20px; }
  .bwfp-revelations h2 em { color: #c9a961; font-style: italic; }
  .bwfp-reveal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
  @media (max-width: 768px) { .bwfp-reveal-grid { grid-template-columns: 1fr; } }
  .bwfp-reveal-card {
    background: #121215;
    border: 1px solid #26262f;
    border-left: 3px solid #c9a961;
    border-radius: 4px;
    padding: 32px;
  }
  .bwfp-reveal-card .bwfp-reveal-tag {
    color: #d05a4c;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  .bwfp-reveal-card h3 {
    font-family: "Manrope", serif !important;
    font-size: 24px;
    color: #e9e6df !important;
    margin-bottom: 12px;
    font-weight: 800;
  }
  .bwfp-reveal-card p { color: #8a857a; font-size: 15px; font-weight: 300; margin: 0; }

  /* Video testimonials */
  .bwfp-video-tests {
    padding: 90px 0;
    background: linear-gradient(180deg, #0a0a0c 0%, #121215 100%);
    border-bottom: 1px solid #26262f;
  }
  .bwfp-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  @media (max-width: 900px) { .bwfp-video-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; } }
  .bwfp-video-item { display: flex; flex-direction: column; gap: 16px; }
  .bwfp-video-label {
    font-family: "Manrope", serif !important;
    font-style: italic;
    color: #c9a961 !important;
    text-align: center;
    font-size: 19px;
    line-height: 1.3;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
  }
  .bwfp-video-card {
    aspect-ratio: 9/16;
    background: linear-gradient(135deg, #1a1a1f 0%, #0a0a0c 100%);
    border: 1px solid #26262f;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 0 1px rgba(201,169,97,0.1);
  }
  .bwfp-video-card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    background: #000;
  }

  /* Reactions / Trustpilot */
  .bwfp-reactions {
    padding: 110px 0;
    background: #0a0a0c;
    border-bottom: 1px solid #26262f;
  }
  .bwfp-reactions h2 { font-size: clamp(30px, 4vw, 48px); margin: 16px 0 14px; }
  .bwfp-trust-badge {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 12px 20px;
    background: #1a1a1f;
    border: 1px solid #26262f;
    border-radius: 50px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }
  .bwfp-trust-badge .bwfp-stars { color: #c9a961; letter-spacing: 2px; }
  .bwfp-trust-badge .bwfp-rating { font-weight: 700; color: #e9e6df; font-size: 16px; }
  .bwfp-trust-badge .bwfp-src { color: #8a857a; font-size: 12px; }
  .bwfp-trust-badge .bwfp-tp {
    background: #00b67a; color: white;
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 3px;
    letter-spacing: 0.05em;
  }
  .bwfp-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  @media (max-width: 900px) { .bwfp-reviews-grid { grid-template-columns: 1fr; } }
  .bwfp-review {
    background: #121215;
    border: 1px solid #26262f;
    border-radius: 6px;
    padding: 24px;
    display: flex; flex-direction: column;
  }
  .bwfp-rev-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
  .bwfp-review .bwfp-stars { color: #c9a961; font-size: 13px; letter-spacing: 2px; }
  .bwfp-rev-date { color: #8a857a; font-size: 11px; font-family: "JetBrains Mono", monospace; }
  .bwfp-review h5 {
    font-family: "Manrope", serif !important;
    font-size: 16px;
    margin: 0 0 10px;
    color: #e9e6df !important;
    font-weight: 600;
  }
  .bwfp-review p {
    font-size: 14px;
    color: #8a857a;
    margin: 0 0 18px;
    font-weight: 300;
    line-height: 1.65;
    flex-grow: 1;
  }
  .bwfp-who {
    display: flex; align-items: center; gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #26262f;
    font-size: 12px;
  }
  .bwfp-avatar {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg, #c9a961 0%, #7a6540 100%);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; color: #0a0a0c; font-size: 13px;
    flex-shrink: 0;
  }
  .bwfp-who-name { color: #e9e6df; font-weight: 500; }
  .bwfp-who-verified { color: #8a857a; font-size: 10px; margin-top: 2px; font-family: "JetBrains Mono", monospace; letter-spacing: 0.1em; text-transform: uppercase; }
  .bwfp-who-verified::before { content: "✓ "; color: #00b67a; font-weight: 700; }

  /* Ye */
  .bwfp-ye {
    padding: 110px 0;
    background: #000;
    border-bottom: 1px solid #26262f;
    position: relative;
    overflow: hidden;
  }
  .bwfp-ye::before {
    content: "";
    position: absolute; inset: 0;
    background:
      radial-gradient(ellipse at 20% 30%, rgba(184,74,62,0.08), transparent 60%),
      radial-gradient(ellipse at 80% 70%, rgba(201,169,97,0.08), transparent 60%);
    pointer-events: none;
  }
  .bwfp-ye-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  @media (max-width: 900px) { .bwfp-ye-grid { grid-template-columns: 1fr; gap: 40px; } }
  .bwfp-ye-photo {
    position: relative;
    border: 1px solid #26262f;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(201,169,97,0.15);
    background: #0a0a0c;
  }
  .bwfp-ye-photo img { width: 100%; height: auto; display: block; }
  .bwfp-ye h2 { font-size: clamp(36px, 4.6vw, 60px); margin-bottom: 24px; line-height: 1; letter-spacing: -0.02em; }
  .bwfp-ye h2 em { color: #c9a961; font-style: italic; }
  .bwfp-ye-text p { color: #8a857a; font-size: 17px; margin-bottom: 18px; font-weight: 300; line-height: 1.6; }
  .bwfp-ye-caption {
    color: #8a857a !important;
    font-family: "JetBrains Mono", monospace;
    font-size: 11px !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 24px !important;
    padding-top: 18px;
    border-top: 1px solid #26262f;
  }

  /* About author */
  .bwfp-about {
    padding: 110px 0;
    background: linear-gradient(180deg, #121215 0%, #0a0a0c 100%);
    border-bottom: 1px solid #26262f;
  }
  .bwfp-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  @media (max-width: 900px) { .bwfp-about-grid { grid-template-columns: 1fr; gap: 40px; } }
  .bwfp-about-card {
    aspect-ratio: 3/4;
    background: linear-gradient(135deg, #2a2520 0%, #0a0a0c 100%);
    border: 1px solid #26262f;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }
  .bwfp-about-card img {
      position: absolute; inset: 0;
      width: 100%; height: 100%;
      object-fit: cover; display: block;
    }
  .bwfp-about-stamp {
    position: absolute; top: 20px; right: 20px;
    border: 2px solid #b84a3e;
    color: #d05a4c;
    font-family: "JetBrains Mono", monospace;
    font-size: 10px;
    letter-spacing: 0.25em;
    padding: 6px 10px;
    transform: rotate(6deg);
    background: rgba(0,0,0,0.5);
    z-index: 2;
    text-transform: uppercase;
  }
  .bwfp-about h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 24px; }
  .bwfp-about h2 em { color: #c9a961; font-style: italic; }
  .bwfp-about-text p { color: #8a857a; font-size: 16px; margin-bottom: 18px; font-weight: 300; }
  .bwfp-about-text p strong { color: #e9e6df; font-weight: 500; }

  /* Guarantee */
  .bwfp-guarantee {
    padding: 90px 0;
    background: #0a0a0c;
    border-bottom: 1px solid #26262f;
  }
  .bwfp-guarantee-card {
    max-width: 880px; margin: 0 auto;
    text-align: center;
    padding: 56px 36px;
    background: radial-gradient(ellipse at top, rgba(201,169,97,0.1), transparent 70%), #121215;
    border: 1px solid #26262f;
    border-radius: 8px;
  }
  .bwfp-guarantee-seal {
    width: 130px; height: 130px; border-radius: 50%;
    border: 2px solid #c9a961;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    margin: 0 auto 28px;
    color: #c9a961;
    font-family: "Manrope", serif;
    position: relative;
  }
  .bwfp-guarantee-seal::before {
    content: "";
    position: absolute; inset: -10px;
    border: 1px dashed rgba(201,169,97,0.4);
    border-radius: 50%;
  }
  .bwfp-seal-big { font-size: 32px; font-weight: 700; line-height: 1; }
  .bwfp-seal-mid { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; margin-top: 6px; font-family: "JetBrains Mono", monospace; }
  .bwfp-guarantee h2 { font-size: clamp(26px, 3.2vw, 36px); margin-bottom: 18px; }
  .bwfp-guarantee p { color: #8a857a; font-size: 16px; max-width: 600px; margin: 0 auto; font-weight: 300; }

  /* FAQ */
  .bwfp-faq {
    padding: 110px 0;
    background: #121215;
    border-bottom: 1px solid #26262f;
  }
  .bwfp-faq h2 { font-size: clamp(28px, 3.6vw, 42px); margin: 14px 0 14px; }
  .bwfp-faq-list { max-width: 780px; margin: 0 auto; }
  .bwfp-faq-item { border-bottom: 1px solid #26262f; }
  .bwfp-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    display: flex; justify-content: space-between; align-items: center;
    gap: 20px;
    font-family: "Manrope", serif;
    font-size: 19px;
    font-weight: 600;
    color: #e9e6df !important;
  }
  .bwfp-faq-item summary::-webkit-details-marker { display: none; }
  .bwfp-faq-item summary::after {
    content: "+";
    color: #c9a961;
    font-size: 26px;
    font-weight: 300;
    transition: transform 0.2s;
  }
  .bwfp-faq-item[open] summary::after { transform: rotate(45deg); }
  .bwfp-faq-answer { padding: 0 0 22px; color: #8a857a; font-size: 15px; max-width: 660px; font-weight: 300; }

  /* Final CTA */
  .bwfp-final-cta {
    padding: 130px 0;
    text-align: center;
    background:
      radial-gradient(ellipse at center, rgba(201,169,97,0.15), transparent 60%),
      #000;
    border-bottom: 1px solid #26262f;
  }
  .bwfp-final-cta h2 {
    font-size: clamp(34px, 5vw, 64px);
    max-width: 900px;
    margin: 0 auto 24px;
    line-height: 1;
    text-transform: uppercase;
  }
  .bwfp-final-cta h2 em { color: #c9a961; font-style: italic; display: block; font-size: 0.55em; text-transform: none; margin-top: 14px; letter-spacing: 0.04em; font-weight: 400; }
  .bwfp-final-cta p { max-width: 600px; margin: 22px auto 32px; color: #8a857a; font-size: 16px; font-weight: 300; }

  /* Mobile tightening for hero / buy box */
    @media (max-width: 768px) {
      .bwfp-hero { padding: 32px 0 60px; }
      .bwfp-grid { gap: 20px; }
      .bwfp-cover-frame { max-width: 260px; }
      .bwfp-buy-box { padding-top: 0; }
      .bwfp-buy-title { font-size: 32px; margin-bottom: 8px; }
      .bwfp-buy-byline {
        font-size: 11px;
        letter-spacing: 0.02em;
      .bwfp-buy-box { padding-top: 0; }
      .bwfp-buy-title { font-size: 32px; margin-bottom: 8px; }
      .bwfp-buy-byline {
        font-size: 11px;
        letter-spacing: 0.02em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 14px;
      }
      .bwfp-rating-row { gap: 8px; margin-bottom: 22px; }
      .bwfp-rating-row .bwfp-rating-meta { font-size: 12px; }
      .bwfp-viewer-counter {
        font-size: 11px;
        padding: 9px 12px;
        white-space: nowrap;
        overflow: hidden;
        letter-spacing: 0;
      }
      .bwfp-payments-row { gap: 6px; margin-top: 14px; margin-bottom: 6px; }
      .bwfp-pay-icon { width: 38px; height: 24px; }
    }

  /* Sticky CTA */
  .bwfp-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(10,10,12,0.96);
    backdrop-filter: blur(10px);
    border-top: 1px solid #26262f;
    padding: 12px 16px;
    z-index: 100;
    justify-content: space-between; align-items: center; gap: 12px;
  }
  .bwfp-price-mini {
    font-family: "Manrope", serif;
    font-size: 15px;
    color: #e9e6df;
  }
  .bwfp-price-mini strong { color: #c9a961; }
  .bwfp-sticky-cta .bwfp-btn { padding: 12px 18px; font-size: 12px; }
  @media (max-width: 768px) {
    .bwfp-sticky-cta { display: flex; }
  }
/* END_SECTION:bwf-product */