/* ── OMS Implementation Control Pack page styles ── */
.ba-hero {
  padding: 80px 0 64px;
  background: linear-gradient(180deg, #0a0a18 0%, #12122b 100%);
  text-align: center;
}
.ba-hero-inner { max-width: 800px; margin: 0 auto; padding: 0 24px; }
.ba-eyebrow { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 28px; }
.ba-badge { display: inline-block; background: #C8B88F; color: #1a1a2e; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 5px 12px; border-radius: 3px; font-family: var(--font-sans); }
.ba-price-tag { color: #8a8a7a; font-size: 0.9rem; font-family: var(--font-sans); }
.ba-headline { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 400; color: #f5f3ee; line-height: 1.15; margin: 0 0 20px; font-family: var(--font-serif); }
.ba-headline-accent { color: #C8B88F; }
.ba-subhead { font-size: 1.05rem; color: #9a9580; line-height: 1.75; max-width: 640px; margin: 0 auto 40px; }
.ba-subnote { color: #7f86a0; font-size: 0.92rem; line-height: 1.6; margin: -18px auto 28px; max-width: 640px; }
.ba-subnote a { color: #C8B88F; }
.ba-hero-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; }
.ba-cta-primary { display: inline-block; background: #C8B88F; color: #1a1a2e; font-weight: 700; padding: 16px 36px; border-radius: 4px; text-decoration: none; font-size: 1rem; font-family: var(--font-sans); cursor: pointer; border: none; transition: background 0.15s; }
.ba-cta-primary:hover { background: #b8a87f; }
.ba-cta-secondary { color: #C8B88F; font-size: 0.95rem; text-decoration: none; padding: 16px 0; display: flex; align-items: center; }
.ba-cta-secondary:hover { text-decoration: underline; }
.ba-canceled { color: #e08080; font-size: 0.9rem; margin-top: 16px; }
.ba-savings-badge { display: inline-block; background: rgba(200, 184, 143, 0.1); border: 1px solid rgba(200, 184, 143, 0.3); color: #C8B88F; padding: 8px 20px; border-radius: 20px; font-size: 0.9rem; font-family: var(--font-sans); margin-top: 8px; }
.ba-savings-badge strong { font-weight: 700; }

/* Sections */
.ba-section { padding: 72px 0; }
.ba-inner { max-width: 960px; margin: 0 auto; padding: 0 24px; }
.ba-section-label { color: #8a8a7a; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; font-family: var(--font-sans); }
.ba-section-heading { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; color: #f5f3ee; margin: 0 0 48px; font-family: var(--font-serif); line-height: 1.2; }

/* Value section */
.ba-value-section { background: #0d0d1e; }
.ba-value-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
@media (max-width: 768px) { .ba-value-grid { grid-template-columns: 1fr; } }

.ba-stack-table { }
.ba-stack-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #1e1e38; }
.ba-stack-label { color: #9a9580; font-size: 0.9rem; }
.ba-stack-price { color: #c5c0b8; font-size: 0.9rem; font-family: var(--font-sans); font-weight: 600; }
.ba-stack-price--strike { text-decoration: line-through; color: #6b6b6b; }
.ba-stack-divider { height: 1px; background: #2a2a4a; margin: 16px 0; }
.ba-stack-row--subtotal .ba-stack-label { color: #9a9580; font-size: 0.9rem; }
.ba-stack-row--subtotal .ba-stack-price { color: #9a9580; }
.ba-stack-row--bundle { margin-top: 4px; }
.ba-stack-row--bundle .ba-stack-label { color: #f5f3ee; font-size: 1rem; font-weight: 600; }
.ba-stack-row--bundle .ba-stack-price { color: #C8B88F; font-size: 1.4rem; font-weight: 700; }
.ba-stack-row--save .ba-stack-label { color: #7fc47f; font-size: 0.9rem; }
.ba-stack-row--save .ba-stack-price { color: #7fc47f; font-weight: 700; }

.ba-bundle-card { background: #1a1a2e; border: 2px solid #C8B88F; border-radius: 12px; padding: 32px 28px; }
.ba-bundle-card-tag { color: #8a8a7a; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; font-family: var(--font-sans); }
.ba-bundle-price { color: #C8B88F; font-size: 2.8rem; font-weight: 700; font-family: var(--font-sans); line-height: 1; margin-bottom: 4px; }
.ba-bundle-tagline { color: #6b6b8b; font-size: 0.85rem; margin-bottom: 24px; font-family: var(--font-sans); }
.ba-bundle-includes { list-style: none; padding: 0; margin: 0 0 28px; }
.ba-bundle-includes li { color: #c5c0b8; font-size: 0.88rem; padding: 6px 0; border-bottom: 1px solid #2a2a4a; padding-left: 18px; position: relative; line-height: 1.4; }
.ba-bundle-includes li::before { content: '✓'; color: #C8B88F; position: absolute; left: 0; font-weight: 700; }
.ba-card-cta { display: block; width: 100%; background: #C8B88F; color: #1a1a2e; font-weight: 700; padding: 16px; border-radius: 4px; text-decoration: none; font-size: 1rem; text-align: center; cursor: pointer; border: none; font-family: var(--font-sans); transition: background 0.15s; }
.ba-card-cta:hover { background: #b8a87f; }
.ba-guarantee { color: #6b6b8b; font-size: 0.78rem; margin-top: 12px; text-align: center; line-height: 1.4; }

/* Product breakdown */
.ba-breakdown { background: #1a1a2e; }
.ba-products-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 640px) { .ba-products-grid { grid-template-columns: 1fr; } }
.ba-product-card { background: #12122b; border: 1px solid #2a2a4a; border-radius: 8px; padding: 24px; display: flex; gap: 16px; }
.ba-product-num { color: #C8B88F; font-size: 1.4rem; font-weight: 700; font-family: var(--font-sans); flex-shrink: 0; line-height: 1; padding-top: 2px; }
.ba-product-body h3 { color: #f5f3ee; font-size: 1rem; font-weight: 600; margin: 0 0 8px; font-family: var(--font-sans); }
.ba-product-body p { color: #9a9580; font-size: 0.88rem; line-height: 1.65; margin: 0 0 12px; }
.ba-product-value { color: #7fc47f; font-size: 0.82rem; font-weight: 700; font-family: var(--font-sans); }

/* Who this is for */
.ba-who { background: #0d0d1e; }
.ba-who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
@media (max-width: 640px) { .ba-who-grid { grid-template-columns: 1fr; } }
.ba-who-item { }
.ba-who-item h3 { color: #f5f3ee; font-size: 1rem; font-weight: 600; margin: 0 0 10px; font-family: var(--font-sans); }
.ba-who-item p { color: #9a9580; font-size: 0.93rem; line-height: 1.7; margin: 0; }

/* Social proof */
.ba-proof { background: #12122b; }
.ba-testimonials { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px; }
@media (max-width: 768px) { .ba-testimonials { grid-template-columns: 1fr; } }
.ba-testimonial { background: #1a1a2e; border: 1px solid #2a2a4a; border-radius: 8px; padding: 24px; }
.ba-testimonial-stars { color: #C8B88F; font-size: 0.9rem; margin-bottom: 12px; }
.ba-testimonial-text { color: #c5c0b8; font-size: 0.9rem; line-height: 1.7; margin: 0 0 16px; font-style: italic; }
.ba-testimonial-meta { color: #6b6b8b; font-size: 0.78rem; font-family: var(--font-sans); }

/* Final CTA */
.ba-cta-section { background: linear-gradient(180deg, #1a1a2e 0%, #0d0d1e 100%); }
.ba-cta-card { max-width: 560px; margin: 0 auto; background: #12122b; border: 2px solid #C8B88F; border-radius: 12px; padding: 40px; text-align: center; }
.ba-cta-label { color: #8a8a7a; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; font-family: var(--font-sans); }
.ba-cta-price { color: #C8B88F; font-size: 3.2rem; font-weight: 700; font-family: var(--font-sans); line-height: 1; margin-bottom: 4px; }
.ba-cta-tagline { color: #6b6b8b; font-size: 0.88rem; margin-bottom: 28px; font-family: var(--font-sans); }
.ba-cta-includes { text-align: left; list-style: none; padding: 0; margin: 0 0 32px; }
.ba-cta-includes li { color: #c5c0b8; font-size: 0.88rem; padding: 6px 0; border-bottom: 1px solid #2a2a4a; padding-left: 20px; position: relative; }
.ba-cta-includes li::before { content: '✓'; color: #C8B88F; position: absolute; left: 0; font-weight: 700; }
.ba-cta-btn { display: inline-block; background: #C8B88F; color: #1a1a2e; font-weight: 700; padding: 18px 44px; border-radius: 4px; text-decoration: none; font-size: 1.05rem; cursor: pointer; border: none; font-family: var(--font-sans); transition: background 0.15s; }
.ba-cta-btn:hover { background: #b8a87f; }
.ba-cta-note { color: #6b6b8b; font-size: 0.85rem; margin-top: 16px; }

/* Comparison table */
.ba-compare { background: #0d0d1e; }
.ba-compare-table { max-width: 680px; margin: 0 auto; }
.ba-compare-intro { color: #9a9580; font-size: 0.95rem; line-height: 1.7; max-width: 760px; margin: -24px 0 32px; }
.ba-compare-header { display: grid; grid-template-columns: 1fr 140px 180px; gap: 12px; margin-bottom: 16px; }
.ba-compare-col { font-family: var(--font-sans); font-size: 0.85rem; font-weight: 600; }
.ba-compare-col--smaller { color: #6b6b8b; text-align: center; }
.ba-compare-col--featured { color: #C8B88F; text-align: center; }
.ba-compare-row { display: grid; grid-template-columns: 1fr 140px 180px; gap: 12px; padding: 10px 0; border-bottom: 1px solid #1e1e38; align-items: center; }
.ba-compare-row--price { border-bottom: none; margin-top: 8px; }
.ba-compare-label { color: #9a9580; font-size: 0.88rem; }
.ba-compare-cell { text-align: center; font-size: 0.88rem; color: #6b6b6b; font-family: var(--font-sans); }
.ba-compare-cell--check { color: #7fc47f; font-weight: 700; }
.ba-compare-cell--price { color: #9a9580; font-weight: 600; }
.ba-compare-cell--featured-price { color: #C8B88F; font-weight: 700; }

/* Helper values are passed from the route. */
