/* ─────────────────────────────────────────────────────────
   Black Friday Accelerator — /products/black-friday-accelerator/
   ───────────────────────────────────────────────────────── */

body.ld-tpl-black-friday-product {
  --red: #FF2C55;
}

/* ── Shared atoms ─────────────────────────────────── */
.bfa-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; display: inline-block; }
.bfa-eyebrow--center { display: block; text-align: center; }
.bfa-h2 { font-size: clamp(2rem, 3.6vw, 3rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.05; margin: 0 0 14px; color: var(--black); text-transform: uppercase; }
.bfa-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.bfa-h2--center { text-align: center; }
.bfa-section-inner { max-width: 1200px; margin: 0 auto; }
.bfa-section-head { margin: 0 auto 56px; max-width: 880px; text-align: center; }
.bfa-section-sub { font-size: 17px; line-height: 1.65; color: var(--muted); margin: 14px auto 0; max-width: 760px; }

.bfa-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s; white-space: nowrap; }
.bfa-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.bfa-btn:hover svg:last-child { transform: translateX(4px); }
.bfa-btn--primary { background: var(--red); color: var(--white); box-shadow: 0 12px 28px rgba(255, 44, 85, 0.28); }
.bfa-btn--primary:hover { background: var(--black); color: var(--white); transform: translateY(-2px); }
.bfa-btn--ghost { background: transparent; color: inherit; border: 2px solid currentColor; }

/* ── HERO ──────────────────────────────────────────── */
.bfa-hero { position: relative; padding: 80px 48px 96px; background: radial-gradient(circle at 88% 10%, rgba(255, 44, 85, 0.22) 0%, transparent 45%), radial-gradient(circle at 0% 100%, rgba(255, 44, 85, 0.08) 0%, transparent 50%), var(--black); color: var(--white); overflow: hidden; }
.bfa-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); }
.bfa-hero-watermark { position: absolute; bottom: -36px; right: -24px; font-size: clamp(6rem, 16vw, 14rem); font-weight: 900; letter-spacing: -0.04em; color: rgba(255,255,255,0.04); pointer-events: none; white-space: nowrap; line-height: 1; }
.bfa-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.bfa-hero-text { min-width: 0; }
.bfa-hero-h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 900; letter-spacing: -0.02em; line-height: 1; margin: 0 0 18px; color: var(--white); text-transform: uppercase; }
.bfa-hero-sub { font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.88); margin: 0 0 32px; max-width: 560px; }
.bfa-hero-sub strong { color: var(--red); font-weight: 700; }
.bfa-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; margin-bottom: 24px; }
.bfa-hero .bfa-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.bfa-hero .bfa-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.bfa-hero-chat { font-size: 13px; color: rgba(255,255,255,0.6); margin: 0; }
.bfa-hero-chat a { color: var(--red); text-decoration: none; font-weight: 600; }
.bfa-hero-chat a:hover { color: var(--white); }
.bfa-hero-media { display: flex; justify-content: center; min-width: 0; }
.bfa-hero-thumb { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 12px; box-shadow: 0 28px 64px rgba(0,0,0,0.4); }

/* ── BFCM CONTEXT + STATS ─────────────────────────── */
.bfa-context { padding: 96px 48px; background: var(--white); }
.bfa-context-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.bfa-context-text p { font-size: 16px; line-height: 1.75; color: var(--muted); margin: 0 0 14px; }
.bfa-context-text p:last-child { margin-bottom: 0; }
.bfa-stats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.bfa-stat { padding: 28px 32px; background: var(--bg); border: 1px solid var(--rule); border-left: 4px solid var(--red); border-radius: 12px; display: flex; flex-direction: column; gap: 6px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.bfa-stat:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,0.05); }
.bfa-stat-value { font-size: 36px; font-weight: 900; color: var(--red); letter-spacing: -0.02em; line-height: 1; }
.bfa-stat-label { font-size: 14px; line-height: 1.45; color: var(--black); font-weight: 600; }

/* ── WHY ───────────────────────────────────────────── */
.bfa-why { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.bfa-why-inner { text-align: center; }
.bfa-why-body { font-size: 17px; line-height: 1.7; color: var(--muted); margin: 18px auto 0; max-width: 820px; }
.bfa-why-body strong { color: var(--black); font-weight: 700; }

/* ── INCLUDES ─────────────────────────────────────── */
.bfa-includes { padding: 96px 48px; background: var(--white); }
.bfa-includes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.bfa-include-card { position: relative; padding: 40px 32px 32px; background: var(--white); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; overflow: hidden; }
.bfa-include-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.bfa-include-card:hover { transform: translateY(-3px); border-color: rgba(255, 44, 85, 0.35); box-shadow: 0 18px 40px rgba(0,0,0,0.06); }
.bfa-include-card:hover::before { transform: scaleX(1); }
.bfa-include-num { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.16em; color: var(--red); margin-bottom: 12px; }
.bfa-include-title { font-size: 22px; font-weight: 800; color: var(--black); margin: 0 0 14px; letter-spacing: -0.01em; }
.bfa-include-desc { font-size: 15px; line-height: 1.65; color: var(--muted); margin: 0; }

/* ── PRICING ──────────────────────────────────────── */
.bfa-pricing { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); }
.bfa-pricing-card { position: relative; max-width: 820px; margin: 0 auto; padding: 56px 56px 48px; background: radial-gradient(circle at 80% 0%, rgba(255, 44, 85, 0.22) 0%, transparent 50%), radial-gradient(circle at 0% 100%, rgba(255, 44, 85, 0.08) 0%, transparent 55%), var(--black); color: var(--white); border-radius: 18px; text-align: center; overflow: hidden; }
.bfa-pricing-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 75%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, transparent 75%); }
.bfa-pricing-card > * { position: relative; z-index: 1; }
.bfa-pricing-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 14px; }
.bfa-pricing-title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.15; margin: 0 0 18px; color: var(--white); text-transform: uppercase; }
.bfa-pricing-excerpt { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.72); margin: 0 auto 28px; max-width: 600px; }
.bfa-pricing-excerpt p { margin: 0 0 10px; }
.bfa-pricing-excerpt p:last-child { margin-bottom: 0; }
.bfa-pricing-price { display: inline-flex; align-items: baseline; gap: 12px; margin: 0 0 32px; flex-wrap: wrap; justify-content: center; }
.bfa-pricing-amount { font-size: clamp(2.4rem, 5vw, 3.6rem); font-weight: 900; color: var(--white); letter-spacing: -0.02em; line-height: 1; text-shadow: 0 0 32px rgba(255, 44, 85, 0.45); }
.bfa-pricing-amount .woocommerce-Price-amount,
.bfa-pricing-amount bdi { color: inherit; font-weight: inherit; font-size: inherit; }
.bfa-pricing-unit { font-size: 14px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); white-space: nowrap; flex-shrink: 0; }
.bfa-pricing-actions { display: inline-flex; gap: 18px; align-items: center; flex-wrap: wrap; justify-content: center; margin: 0 0 22px; }
.bfa-pricing-or { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.bfa-pricing .bfa-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.bfa-pricing .bfa-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.bfa-pricing-chat { font-size: 13px; color: rgba(255,255,255,0.6); margin: 0; }
.bfa-pricing-chat a { color: var(--red); text-decoration: none; font-weight: 600; }
.bfa-pricing-chat a:hover { color: var(--white); }

/* ── RESPONSIVE ───────────────────────────────────── */
@media (max-width: 1024px) {
  .bfa-hero { padding: 64px 28px 72px; }
  .bfa-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .bfa-context-grid { grid-template-columns: 1fr; gap: 40px; }
  .bfa-why, .bfa-context, .bfa-includes, .bfa-pricing { padding: 72px 28px; }
}

@media (max-width: 720px) {
  .bfa-hero { padding: 56px 20px 64px; }
  .bfa-why, .bfa-context, .bfa-includes, .bfa-pricing { padding: 56px 20px; }
  .bfa-includes-grid { grid-template-columns: 1fr; }
  .bfa-hero-actions, .bfa-pricing-actions { flex-direction: column; width: 100%; }
  .bfa-hero-actions .bfa-btn, .bfa-pricing-actions .bfa-btn { width: 100%; justify-content: center; }
  .bfa-pricing-card { padding: 40px 24px 36px; }
  .bfa-stat { padding: 22px 24px; }
  .bfa-stat-value { font-size: 30px; }
}
