/* ============================================================
   BOT4ORGE — BUSINESS AI ACADEMY PAGE
   All classes prefixed with .ba- to avoid theme conflicts
   ============================================================ */

:root {
  --ba-ink:        #0D1117;
  --ba-ink-2:      #1C2431;
  --ba-ink-3:      #2D3A4F;
  --ba-steel:      #5C7A9A;
  --ba-steel-lt:   #8BA4BE;
  --ba-fog:        #F0F4F8;
  --ba-fog-2:      #E4ECF4;
  --ba-fog-3:      #D0DCEA;
  --ba-white:      #FFFFFF;
  --ba-copper:     #B07D3A;
  --ba-copper-lt:  #C99A57;
  --ba-copper-pale:#F5EDD8;
  --ba-success:    #1A7A4A;
  --ba-text-dim:   #637080;
}

.ba-hero, .ba-trust, .ba-uses, .ba-who, .ba-curriculum,
.ba-pricing, .ba-process, .ba-faq, .ba-cta {
  font-family: 'DM Sans', sans-serif;
  color: var(--ba-ink);
  line-height: 1.6;
  box-sizing: border-box;
}

.ba-hero *, .ba-trust *, .ba-uses *, .ba-who *, .ba-curriculum *,
.ba-pricing *, .ba-process *, .ba-faq *, .ba-cta *, .ba-modal-bg * {
  box-sizing: border-box;
}

/* ── SHARED LAYOUT ── */
.ba-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

.ba-section-label {
  display: flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.ba-section-label::before {
  content: ''; width: 20px; height: 1px;
  background: var(--ba-copper); display: block; flex-shrink: 0;
}
.ba-section-label span {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ba-copper);
}

.ba-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; line-height: 1.15; color: var(--ba-ink);
}
.ba-heading em { font-style: italic; color: var(--ba-steel); }
.ba-heading-white { color: var(--ba-white) !important; }

.ba-sub {
  font-size: 16px; color: var(--ba-text-dim);
  line-height: 1.8; font-weight: 300; max-width: 540px;
}

/* ── BUTTONS ── */
.ba-btn-primary {
  background: var(--ba-copper); color: var(--ba-white);
  padding: 15px 36px; border-radius: 4px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.07em;
  text-transform: uppercase; text-decoration: none;
  transition: background 0.2s, transform 0.2s; display: inline-block;
}
.ba-btn-primary:hover { background: var(--ba-copper-lt); transform: translateY(-1px); color: var(--ba-white); }

.ba-btn-ghost {
  background: transparent; color: rgba(255,255,255,0.6);
  padding: 15px 34px; border-radius: 4px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.05em;
  text-decoration: none; border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.2s; display: inline-block;
}
.ba-btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: white; }

/* ── HERO ── */
.ba-hero {
  min-height: 100vh; background: var(--ba-ink);
  position: relative; display: flex; align-items: center; overflow: hidden;
}
.ba-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(92,122,154,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92,122,154,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 30%, transparent 100%);
}
.ba-hero-glow {
  position: absolute; border-radius: 50%;
  filter: blur(90px); pointer-events: none;
}
.ba-hero-glow-1 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(92,122,154,0.18) 0%, transparent 70%);
  top: -100px; right: 5%;
}
.ba-hero-glow-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(176,125,58,0.12) 0%, transparent 70%);
  bottom: -80px; left: 0%;
}
.ba-hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 140px 40px 100px;
  display: grid; grid-template-columns: 1fr 420px;
  gap: 80px; align-items: center; width: 100%;
}
.ba-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(176,125,58,0.12);
  border: 1px solid rgba(176,125,58,0.28);
  padding: 7px 16px; border-radius: 100px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ba-copper-lt);
  margin-bottom: 28px;
}
.ba-hero-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--ba-copper-lt); flex-shrink: 0;
}
.ba-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 400; line-height: 1.1;
  color: var(--ba-white); margin-bottom: 24px;
}
.ba-hero h1 em { font-style: italic; color: var(--ba-copper-lt); }
.ba-hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.6);
  line-height: 1.8; max-width: 500px;
  margin-bottom: 40px; font-weight: 300;
}
.ba-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.ba-proof-row { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.ba-proof-item {
  font-size: 12px; color: rgba(255,255,255,0.5);
  display: flex; align-items: center; gap: 7px; font-weight: 400;
}
.ba-ck { color: var(--ba-copper-lt); font-weight: 700; }

.ba-hero-cards { display: flex; flex-direction: column; gap: 14px; }
.ba-stat-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  border-radius: 8px; padding: 22px 26px;
  position: relative; overflow: hidden; transition: all 0.3s;
}
.ba-stat-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(176,125,58,0.6), transparent);
}
.ba-stat-card:nth-child(2)::before {
  background: linear-gradient(90deg, transparent, rgba(92,122,154,0.6), transparent);
}
.ba-stat-card:nth-child(3)::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}
.ba-stat-card:hover { background: rgba(255,255,255,0.08); transform: translateX(4px); }
.ba-stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem; color: var(--ba-white); line-height: 1; margin-bottom: 4px;
}
.ba-stat-lbl { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 400; letter-spacing: 0.04em; }

/* ── TRUST BAR ── */
.ba-trust {
  background: var(--ba-fog); border-bottom: 1px solid var(--ba-fog-3); padding: 18px 0;
}
.ba-trust-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.ba-trust-lbl {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ba-steel-lt); white-space: nowrap;
}
.ba-trust-div { width: 1px; height: 14px; background: var(--ba-fog-3); flex-shrink: 0; }
.ba-trust-items { display: flex; gap: 24px; flex-wrap: wrap; }
.ba-trust-items span { font-size: 12px; font-weight: 500; color: var(--ba-steel); }

/* ── USE CASES ── */
.ba-uses { padding: 100px 0; background: var(--ba-white); }
.ba-uses-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: end; margin-bottom: 64px;
}
.ba-uses-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--ba-fog-3);
  border: 1px solid var(--ba-fog-3);
  border-radius: 6px; overflow: hidden;
}
.ba-use-card { background: var(--ba-white); padding: 32px 28px; transition: background 0.2s; }
.ba-use-card:hover { background: var(--ba-fog); }
.ba-use-num {
  font-family: 'DM Serif Display', serif;
  font-size: 11px; font-weight: 400; color: var(--ba-copper);
  letter-spacing: 0.12em; margin-bottom: 12px; display: block;
}
.ba-use-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 17px; font-weight: 400;
  color: var(--ba-ink); margin-bottom: 8px; line-height: 1.3;
}
.ba-use-card p { font-size: 13px; color: var(--ba-text-dim); line-height: 1.7; font-weight: 300; }

/* ── WHO ── */
.ba-who { padding: 100px 0; background: var(--ba-fog); }
.ba-who-head { text-align: center; margin-bottom: 64px; }
.ba-who-head .ba-section-label { justify-content: center; }
.ba-who-head .ba-section-label::before { display: none; }
.ba-who-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.ba-who-card { padding: 48px; border-radius: 4px; }
.ba-who-yes { background: var(--ba-white); border: 1px solid var(--ba-fog-3); }
.ba-who-no  { background: var(--ba-ink); }
.ba-who-tag {
  display: inline-block; font-size: 9px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  padding: 5px 12px; border-radius: 2px; margin-bottom: 24px;
}
.ba-who-yes .ba-who-tag { background: #E8F5EE; color: #1A7A4A; }
.ba-who-no  .ba-who-tag { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.4); }
.ba-who-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px; font-weight: 400; margin-bottom: 28px;
}
.ba-who-yes h3 { color: var(--ba-ink); }
.ba-who-no  h3 { color: var(--ba-white); }
.ba-who-list { list-style: none; }
.ba-who-list li {
  font-size: 14px; padding: 11px 0 11px 22px;
  position: relative; border-bottom: 1px solid transparent; font-weight: 300;
}
.ba-who-yes .ba-who-list li { color: var(--ba-text-dim); border-bottom-color: var(--ba-fog-2); }
.ba-who-no  .ba-who-list li { color: rgba(255,255,255,0.5); border-bottom-color: rgba(255,255,255,0.07); }
.ba-who-list li:last-child { border-bottom: none; }
.ba-who-yes .ba-who-list li::before { content: '✓'; position: absolute; left: 0; color: #1A7A4A; font-weight: 600; }
.ba-who-no  .ba-who-list li::before { content: '✕'; position: absolute; left: 0; color: rgba(255,255,255,0.2); }

/* ── CURRICULUM ── */
.ba-curriculum { padding: 100px 0; background: var(--ba-white); }
.ba-mod-grid {
  display: grid; grid-template-columns: repeat(2,1fr);
  gap: 16px; margin-top: 52px;
}
.ba-mod {
  background: var(--ba-fog); border: 1px solid var(--ba-fog-3);
  border-radius: 4px; padding: 32px 28px;
  position: relative; overflow: hidden; transition: all 0.25s;
}
.ba-mod::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--ba-copper), var(--ba-steel));
}
.ba-mod:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(13,17,23,0.08); background: var(--ba-white); }
.ba-mod-n {
  font-size: 10px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--ba-copper); margin-bottom: 8px;
}
.ba-mod h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 18px; font-weight: 400; margin-bottom: 16px; color: var(--ba-ink);
}
.ba-mod ul { list-style: none; }
.ba-mod li {
  font-size: 13px; color: var(--ba-text-dim);
  padding: 5px 0 5px 16px; position: relative;
  border-bottom: 1px solid var(--ba-fog-3); line-height: 1.55;
}
.ba-mod li:last-child { border: none; }
.ba-mod li::before { content: '→'; position: absolute; left: 0; color: var(--ba-steel); font-size: 10px; top: 6px; }

/* ── PRICING ── */
.ba-pricing { padding: 100px 0; background: var(--ba-ink); position: relative; overflow: hidden; }
.ba-pricing::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(92,122,154,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.ba-pricing-head { margin-bottom: 64px; }
.ba-pricing-head .ba-section-label span { color: var(--ba-copper-lt); }
.ba-pricing-head .ba-section-label::before { background: var(--ba-copper-lt); }
.ba-price-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 16px; align-items: start;
}
.ba-price-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px; padding: 36px 28px;
  display: flex; flex-direction: column; transition: all 0.25s;
}
.ba-price-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.18); transform: translateY(-4px); }
.ba-price-card.ba-hot { background: rgba(176,125,58,0.1); border-color: rgba(176,125,58,0.4); transform: scale(1.03); }
.ba-price-card.ba-hot:hover { transform: scale(1.03) translateY(-4px); }
.ba-p-badge {
  display: inline-block; font-size: 9px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 100px;
  background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5);
  margin-bottom: 20px; align-self: flex-start;
}
.ba-hot .ba-p-badge { background: rgba(176,125,58,0.2); color: var(--ba-copper-lt); }
.ba-price-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; font-weight: 400; color: var(--ba-white); margin-bottom: 8px;
}
.ba-p-desc { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 24px; line-height: 1.65; font-weight: 300; }
.ba-p-price {
  font-family: 'DM Serif Display', serif;
  font-size: 2.8rem; color: var(--ba-white); line-height: 1; margin-bottom: 4px;
}
.ba-hot .ba-p-price { color: var(--ba-copper-lt); }
.ba-p-per { font-size: 12px; color: rgba(255,255,255,0.35); margin-bottom: 28px; }
.ba-f-list { list-style: none; margin-bottom: 32px; flex: 1; }
.ba-f-list li {
  font-size: 13px; padding: 8px 0;
  display: flex; align-items: flex-start; gap: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  line-height: 1.5; color: rgba(255,255,255,0.65);
}
.ba-f-list li:last-child { border: none; }
.ba-fck { color: var(--ba-copper-lt); font-weight: 700; flex-shrink: 0; }
.ba-p-btn {
  display: block; text-align: center; padding: 14px;
  border-radius: 4px; font-weight: 700; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
  text-decoration: none; border: none; cursor: pointer;
  transition: all 0.2s; font-family: 'DM Sans', sans-serif;
}
.ba-p-copper { background: var(--ba-copper); color: white; }
.ba-p-copper:hover { background: var(--ba-copper-lt); transform: translateY(-1px); color: white; }
.ba-p-ghost { background: transparent; color: rgba(255,255,255,0.7); border: 1px solid rgba(255,255,255,0.2); }
.ba-p-ghost:hover { border-color: rgba(255,255,255,0.5); color: white; }
.ba-pricing-note { text-align: center; margin-top: 32px; font-size: 12px; color: rgba(255,255,255,0.3); }
.ba-pricing-note a { color: var(--ba-copper-lt); text-decoration: none; font-weight: 600; }

/* ── PROCESS ── */
.ba-process { padding: 100px 0; background: var(--ba-fog); }
.ba-process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1px; background: var(--ba-fog-3);
  border: 1px solid var(--ba-fog-3);
  border-radius: 4px; overflow: hidden; margin-top: 52px;
}
.ba-p-step { padding: 40px 28px; background: var(--ba-white); transition: background 0.2s; }
.ba-p-step:hover { background: var(--ba-fog); }
.ba-p-num {
  font-family: 'DM Serif Display', serif;
  font-size: 56px; font-weight: 400;
  color: rgba(176,125,58,0.12); line-height: 1; margin-bottom: 16px; display: block;
}
.ba-p-bar {
  width: 24px; height: 1px; background: var(--ba-copper);
  margin-bottom: 16px; transform: scaleX(0);
  transform-origin: left; transition: transform 0.3s ease;
}
.ba-p-step:hover .ba-p-bar { transform: scaleX(1); }
.ba-p-step h3 { font-size: 14px; font-weight: 600; color: var(--ba-ink); margin-bottom: 8px; line-height: 1.3; }
.ba-p-step p { font-size: 12px; color: var(--ba-text-dim); line-height: 1.7; font-weight: 300; }

/* ── FAQ ── */
.ba-faq { padding: 100px 0; background: var(--ba-white); }
.ba-faq-wrap { max-width: 720px; margin: 0 auto; }
.ba-faq-list { margin-top: 52px; }
.ba-faq-item { border-bottom: 1px solid var(--ba-fog-3); cursor: pointer; }
.ba-faq-item:first-child { border-top: 1px solid var(--ba-fog-3); }
.ba-faq-q {
  padding: 20px 0; display: flex; justify-content: space-between;
  align-items: center; gap: 14px;
  font-family: 'DM Serif Display', serif;
  font-size: 16px; font-weight: 400; color: var(--ba-ink); user-select: none;
}
.ba-faq-icon { color: var(--ba-copper); font-size: 18px; transition: transform 0.25s; flex-shrink: 0; }
.ba-faq-item.open .ba-faq-icon { transform: rotate(45deg); }
.ba-faq-a { padding: 0 40px 18px 0; font-size: 14px; color: var(--ba-text-dim); line-height: 1.8; display: none; font-weight: 300; }
.ba-faq-item.open .ba-faq-a { display: block; }

/* ── FINAL CTA ── */
.ba-cta { padding: 100px 0; background: var(--ba-ink-2); position: relative; overflow: hidden; }
.ba-cta::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(92,122,154,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92,122,154,0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}
.ba-cta-inner { position: relative; z-index: 1; text-align: center; max-width: 640px; margin: 0 auto; }
.ba-cta .ba-section-label { justify-content: center; }
.ba-cta .ba-section-label::before { display: none; }
.ba-cta .ba-section-label span { color: var(--ba-copper-lt); }
.ba-cta h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400; color: var(--ba-white);
  margin: 16px 0 20px; line-height: 1.15;
}
.ba-cta h2 em { font-style: italic; color: var(--ba-copper-lt); }
.ba-cta p { color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.8; margin-bottom: 40px; font-weight: 300; }
.ba-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── MODAL ── */
.ba-modal-bg {
  display: none; position: fixed; inset: 0; z-index: 9000;
  background: rgba(0,0,0,0.7); backdrop-filter: blur(6px);
  align-items: center; justify-content: center; padding: 20px;
}
.ba-modal-bg.open { display: flex; }
.ba-modal {
  background: white; border-radius: 6px; max-width: 480px; width: 100%;
  padding: 40px 36px; position: relative;
  animation: ba-mup 0.3s ease; max-height: 92vh; overflow-y: auto;
}
@keyframes ba-mup { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
.ba-modal-x {
  position: absolute; top: 16px; right: 18px;
  background: none; border: none; font-size: 22px; cursor: pointer; color: var(--ba-text-dim);
}
.ba-modal h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem; font-weight: 400; margin-bottom: 6px; color: var(--ba-ink);
}
.ba-modal-sub { font-size: 13px; color: var(--ba-text-dim); margin-bottom: 28px; line-height: 1.6; }
.ba-tier-radio { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.ba-tier-opt {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px; border: 1.5px solid var(--ba-fog-3);
  border-radius: 4px; cursor: pointer; transition: all 0.2s;
}
.ba-tier-opt:hover { border-color: var(--ba-copper); }
.ba-tier-opt.sel { border-color: var(--ba-copper); background: var(--ba-copper-pale); }
.ba-tier-opt input { display: none; }
.ba-tier-name { font-weight: 600; font-size: 14px; color: var(--ba-ink); }
.ba-tier-price { font-weight: 700; color: var(--ba-copper); font-size: 14px; }
.ba-field { margin-bottom: 14px; }
.ba-field label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 6px; color: var(--ba-ink-3);
}
.ba-field input {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--ba-fog-3); border-radius: 4px;
  font-size: 14px; font-family: 'DM Sans', sans-serif;
  color: var(--ba-ink); transition: border-color 0.2s; background: white;
}
.ba-field input:focus { outline: none; border-color: var(--ba-copper); box-shadow: 0 0 0 3px rgba(176,125,58,0.1); }
.ba-sub-btn {
  width: 100%; padding: 15px; background: var(--ba-copper); color: white;
  border: none; border-radius: 4px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase; cursor: pointer;
  transition: all 0.2s; margin-top: 8px; font-family: 'DM Sans', sans-serif;
}
.ba-sub-btn:hover { background: var(--ba-copper-lt); transform: translateY(-1px); }
.ba-sub-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.ba-modal-note { font-size: 11px; color: var(--ba-text-dim); margin-top: 14px; text-align: center; line-height: 1.6; }

/* ── REVEAL ── */
.ba-rv { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.ba-rv.ba-in { opacity: 1; transform: translateY(0); }
.ba-d1 { transition-delay: 0.1s; }
.ba-d2 { transition-delay: 0.2s; }
.ba-d3 { transition-delay: 0.3s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .ba-hero-inner { grid-template-columns: 1fr; gap: 48px; padding: 120px 32px 80px; }
  .ba-hero-cards { flex-direction: row; }
  .ba-hero-cards .ba-stat-card { flex: 1; }
  .ba-uses-head { grid-template-columns: 1fr; gap: 16px; }
  .ba-uses-grid { grid-template-columns: repeat(2,1fr); }
  .ba-who-grid { grid-template-columns: 1fr; }
  .ba-process-steps { grid-template-columns: repeat(2,1fr); }
  .ba-price-grid { grid-template-columns: 1fr; }
  .ba-price-card.ba-hot { transform: none; }
  .ba-price-card.ba-hot:hover { transform: translateY(-4px); }
  .ba-mod-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .ba-wrap { padding: 0 20px; }
  .ba-hero-inner { padding: 100px 20px 60px; }
  .ba-hero-cards { flex-direction: column; }
  .ba-uses-grid { grid-template-columns: 1fr; }
  .ba-hero h1 { font-size: 2rem; }
  .ba-hero-btns { flex-direction: column; }
  .ba-process-steps { grid-template-columns: 1fr; }
  .ba-who-card { padding: 32px 24px; }
  .ba-uses, .ba-who, .ba-curriculum, .ba-pricing, .ba-process, .ba-faq, .ba-cta { padding: 64px 0; }
  .ba-cta-btns { flex-direction: column; align-items: center; }
  .ba-cta-btns a { width: 100%; max-width: 300px; text-align: center; }
}

/* ── NAVIGATION OVERRIDE FOR ACADEMY PAGE ── */
body.page-template-template-academy #site-nav {
    background: transparent !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

body.page-template-template-academy #site-nav.scrolled {
    background: rgba(255,255,255,0.98) !important;
    border-bottom: 1px solid var(--border) !important;
    box-shadow: 0 2px 16px rgba(21,88,168,0.10) !important;
}

body.page-template-template-academy .logo {
    color: white !important;
}
body.page-template-template-academy #site-nav.scrolled .logo {
    color: var(--primary) !important;
}

body.page-template-template-academy .nav-links a {
    color: rgba(255,255,255,0.85) !important;
}
body.page-template-template-academy #site-nav.scrolled .nav-links a {
    color: var(--text-dim) !important;
}

body.page-template-template-academy .nav-btn {
    background: white !important;
    color: var(--primary) !important;
}
body.page-template-template-academy #site-nav.scrolled .nav-btn {
    background: var(--primary) !important;
    color: white !important;
}

body.page-template-template-academy #nav-toggle span {
    background: white !important;
}
body.page-template-template-academy #site-nav.scrolled #nav-toggle span {
    background: var(--text) !important;
}

@media (max-width: 768px) {
    body.page-template-template-academy .nav-links a {
        color: var(--text-dim) !important;
    }
    body.page-template-template-academy .nav-links a:hover {
        color: var(--primary) !important;
    }
}