/*
Theme Name:  Bright Ideas Training
Theme URI:   https://brightideastraining.co.za
Author:      Bright Ideas Training
Author URI:  https://brightideastraining.co.za
Description: A professional WordPress theme for Bright Ideas Training — a proudly South African, SETA-accredited training provider specialising in agri-entrepreneurship, management and municipal finance qualifications.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bit-theme
Tags:        education, training, one-page, responsive, south-africa
*/

/* ══════════════════════════════════════════
   DESIGN TOKENS
══════════════════════════════════════════ */
:root {
  --forest:   #1B4332;
  --forest-d: #0F2A1F;
  --leaf:     #40916C;
  --leaf-l:   #74C69D;
  --gold:     #D4A017;
  --amber:    #E87C0C;
  --cream:    #FAF6ED;
  --sand:     #EDE0C4;
  --charcoal: #1C1C1C;
  --mist:     #F4F8F5;
  --white:    #FFFFFF;
  --font-head:  'Playfair Display', Georgia, serif;
  --font-ui:    'Barlow Condensed', sans-serif;
  --font-body:  'Lora', Georgia, serif;
  --radius:   6px;
  --shadow:   0 8px 32px rgba(27,67,50,.13);
  --shadow-lg:0 20px 60px rgba(27,67,50,.2);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── Utility ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 96px 0; }
.section-pad-sm { padding: 64px 0; }

.tag {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 40px;
  background: rgba(212,160,23,.18);
  color: #8a5a00;
}
.tag--white { background: rgba(255,255,255,.2); color: var(--white); }
.tag--green { background: rgba(64,145,108,.2); color: var(--forest); }

h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.18; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
}
.btn-primary { background: var(--amber); color: var(--white); border-color: var(--amber); }
.btn-primary:hover { background: #c26800; border-color: #c26800; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,124,12,.4); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-outline:hover { background: var(--forest); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--forest-d); border-color: var(--gold); }
.btn-gold:hover { background: #b88900; border-color: #b88900; transform: translateY(-2px); }

/* ══════════════════════════════════════════
   NAVIGATION
══════════════════════════════════════════ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--forest-d);
  border-bottom: 3px solid var(--gold);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.nav__logo { font-family: var(--font-head); font-size: 22px; font-weight: 900; color: var(--white); line-height: 1; }
.nav__logo span { color: var(--gold); }
.nav__logo small { display: block; font-family: var(--font-ui); font-size: 9px; letter-spacing: .14em; color: var(--leaf-l); font-weight: 400; }
.nav__links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav__links a { font-family: var(--font-ui); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.75); transition: color .2s; }
.nav__links a:hover { color: var(--gold); }
.nav__cta { margin-left: 16px; }

/* Hamburger */
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: all .3s; }
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  background: var(--forest-d);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 50%, rgba(64,145,108,.22) 0%, transparent 70%),
    radial-gradient(ellipse 40% 70% at 10% 90%, rgba(212,160,23,.12) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2340916c' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.hero::after {
  content: '';
  position: absolute;
  right: -120px;
  top: -80px;
  width: 700px;
  height: 700px;
  border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%;
  background: linear-gradient(135deg, rgba(64,145,108,.18), rgba(27,67,50,.4));
  animation: morph 14s ease-in-out infinite;
}
@keyframes morph {
  0%,100% { border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%; }
  50% { border-radius: 40% 60% 30% 70% / 60% 40% 50% 40%; }
}
.hero__content { position: relative; z-index: 2; max-width: 700px; animation: fadeUp .9s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero__tag { margin-bottom: 20px; }
.hero__headline { font-size: clamp(42px, 6vw, 76px); font-weight: 900; color: var(--white); margin-bottom: 24px; line-height: 1.05; }
.hero__headline em { color: var(--gold); font-style: normal; }
.hero__sub { font-family: var(--font-body); font-size: 19px; color: rgba(255,255,255,.8); max-width: 560px; margin-bottom: 40px; line-height: 1.7; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero__trust { display: flex; gap: 32px; flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
.hero__trust-item { display: flex; align-items: center; gap: 10px; }
.hero__trust-item .icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(212,160,23,.2); border: 1px solid rgba(212,160,23,.3); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.hero__trust-item p { font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); line-height: 1.3; }
.hero__trust-item strong { color: var(--white); display: block; }
.hero__float-card { position: absolute; right: 48px; bottom: 80px; z-index: 3; width: 300px; background: var(--white); border-radius: 12px; box-shadow: var(--shadow-lg); overflow: hidden; animation: fadeUp .9s ease .3s both; }
.hero__float-card .card-top { background: linear-gradient(135deg, var(--forest), var(--leaf)); padding: 20px; color: var(--white); }
.hero__float-card .card-top h4 { font-size: 16px; margin-bottom: 4px; }
.hero__float-card .card-top p { font-family: var(--font-ui); font-size: 12px; opacity: .8; }
.hero__float-card .card-body { padding: 16px 20px; }
.hero__float-card .stat-row { display: flex; justify-content: space-between; margin-bottom: 10px; }
.hero__float-card .stat { text-align: center; }
.hero__float-card .stat strong { display: block; font-family: var(--font-ui); font-size: 22px; font-weight: 800; color: var(--forest); }
.hero__float-card .stat span { font-family: var(--font-ui); font-size: 11px; color: #666; text-transform: uppercase; letter-spacing: .06em; }
.hero__float-card .enroll-btn { width: 100%; background: var(--amber); color: var(--white); border: none; padding: 12px; border-radius: 6px; font-family: var(--font-ui); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.hero__float-card .enroll-btn:hover { background: #c26800; }

/* ══════════════════════════════════════════
   TRUST BAR
══════════════════════════════════════════ */
.trust-bar { background: var(--forest); padding: 20px 0; }
.trust-bar__inner { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 16px; }
.trust-badge { display: flex; align-items: center; gap: 10px; color: var(--white); }
.trust-badge .ico { font-size: 20px; color: var(--gold); }
.trust-badge p { font-family: var(--font-ui); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.7); line-height: 1.2; }
.trust-badge strong { color: var(--white); display: block; }
.trust-divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

/* ══════════════════════════════════════════
   HOOK / PROBLEM-SOLUTION
══════════════════════════════════════════ */
.hook { background: var(--cream); }
.hook__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hook__label { margin-bottom: 16px; }
.hook h2 { font-size: clamp(32px, 4vw, 50px); color: var(--forest-d); margin-bottom: 20px; }
.hook h2 em { color: var(--amber); font-style: normal; }
.hook__body { font-size: 17px; color: #444; margin-bottom: 28px; }
.hook__points { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 36px; }
.hook__points li { display: flex; align-items: flex-start; gap: 12px; font-family: var(--font-ui); font-size: 15px; font-weight: 600; }
.hook__points li::before { content: '✗'; color: #c0392b; font-size: 16px; margin-top: 1px; flex-shrink: 0; }
.hook__solution { background: var(--forest); border-radius: 16px; padding: 44px 40px; color: var(--white); position: relative; overflow: hidden; }
.hook__solution::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.05); }
.hook__solution h3 { font-size: 26px; margin-bottom: 20px; }
.sol-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 32px; }
.sol-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(255,255,255,.88); }
.sol-list .check { width: 22px; height: 22px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--forest-d); flex-shrink: 0; margin-top: 1px; }

/* ══════════════════════════════════════════
   FLAGSHIP ADP
══════════════════════════════════════════ */
.flagship { background: linear-gradient(160deg, var(--forest-d) 0%, #0d3320 100%); color: var(--white); position: relative; overflow: hidden; }
.flagship::before { content: ''; position: absolute; top: -80px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(64,145,108,.08); }
.flagship::after { content: ''; position: absolute; bottom: -60px; left: -60px; width: 300px; height: 300px; border-radius: 50%; background: rgba(212,160,23,.06); }
.flagship__inner { display: grid; grid-template-columns: 1fr 420px; gap: 72px; align-items: center; position: relative; z-index: 1; }
.flagship__badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(212,160,23,.3); background: rgba(212,160,23,.1); padding: 6px 16px; border-radius: 40px; margin-bottom: 20px; }
.flagship h2 { font-size: clamp(32px,4vw,52px); margin-bottom: 20px; }
.flagship h2 em { color: var(--gold); font-style: normal; }
.flagship__desc { font-size: 17px; color: rgba(255,255,255,.78); line-height: 1.7; margin-bottom: 32px; }
.flagship__modules { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.mod-chip { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 6px; padding: 8px 14px; font-family: var(--font-ui); font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85); }
.mod-chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
.adp-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; overflow: hidden; }
.adp-card__head { background: linear-gradient(135deg, var(--gold), var(--amber)); padding: 24px 28px; }
.adp-card__head h3 { font-size: 20px; color: var(--forest-d); margin-bottom: 6px; }
.adp-card__head .price { font-family: var(--font-ui); font-size: 13px; color: rgba(0,0,0,.6); }
.adp-card__body { padding: 24px 28px; display: flex; flex-direction: column; gap: 14px; }
.adp-row { display: flex; justify-content: space-between; align-items: center; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.adp-row:last-child { border-bottom: none; }
.adp-row .label { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.adp-row .value { font-family: var(--font-ui); font-size: 14px; font-weight: 600; color: var(--white); }
.adp-card__footer { padding: 0 28px 24px; }

/* ══════════════════════════════════════════
   AGRI COURSE GRID
══════════════════════════════════════════ */
.courses { background: var(--mist); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: clamp(30px, 4vw, 48px); color: var(--forest-d); margin-top: 12px; margin-bottom: 14px; }
.section-header p { font-size: 17px; color: #555; max-width: 600px; margin: 0 auto; }
.course-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.course-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid rgba(27,67,50,.08); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column; }
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.course-card__accent { height: 5px; background: linear-gradient(90deg, var(--forest), var(--leaf)); }
.course-card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.course-card__icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(27,67,50,.08); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.course-card h3 { font-size: 18px; color: var(--forest-d); margin-bottom: 10px; line-height: 1.3; }
.course-card p { font-size: 14px; color: #555; flex: 1; margin-bottom: 20px; }
.course-card__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.meta-pill { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: .05em; padding: 4px 10px; border-radius: 20px; background: var(--mist); color: var(--forest); border: 1px solid rgba(27,67,50,.12); }
.course-card .link { font-family: var(--font-ui); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--amber); display: flex; align-items: center; gap: 6px; transition: gap .2s; }
.course-card .link:hover { gap: 10px; }

/* ══════════════════════════════════════════
   STATS BAND
══════════════════════════════════════════ */
.stats-band { background: var(--forest); padding: 64px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.stat-num { font-family: var(--font-head); font-size: clamp(40px, 5vw, 64px); font-weight: 900; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.stat-label { font-family: var(--font-ui); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.65); }

/* ══════════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════════ */
.testimonials { background: var(--cream); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.testi-card { background: var(--white); border-radius: 12px; padding: 32px 28px; border: 1px solid rgba(27,67,50,.08); position: relative; }
.testi-card::before { content: '\201C'; font-family: var(--font-head); font-size: 80px; color: rgba(27,67,50,.1); position: absolute; top: 8px; left: 20px; line-height: 1; }
.testi-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.testi-stars span { color: var(--gold); font-size: 14px; }
.testi-text { font-size: 15px; font-style: italic; color: #444; margin-bottom: 24px; line-height: 1.7; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--forest), var(--leaf)); display: flex; align-items: center; justify-content: center; font-family: var(--font-ui); font-weight: 800; font-size: 15px; color: var(--white); flex-shrink: 0; }
.testi-author-info strong { display: block; font-family: var(--font-ui); font-weight: 700; font-size: 14px; }
.testi-author-info span { font-family: var(--font-ui); font-size: 12px; color: #888; }

/* ══════════════════════════════════════════
   LEAD MAGNET
══════════════════════════════════════════ */
.lead-magnet { background: linear-gradient(135deg, var(--gold), var(--amber)); padding: 72px 0; }
.lead-magnet__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.lead-magnet h2 { font-size: clamp(26px, 3.5vw, 40px); color: var(--forest-d); max-width: 560px; }
.lead-magnet p { font-size: 16px; color: rgba(0,0,0,.65); max-width: 440px; margin-top: 10px; }
.lead-form { display: flex; gap: 12px; flex-wrap: wrap; }
.lead-form input { padding: 14px 20px; border: 2px solid rgba(255,255,255,.5); border-radius: var(--radius); font-family: var(--font-body); font-size: 15px; background: rgba(255,255,255,.7); min-width: 220px; outline: none; transition: border .2s; }
.lead-form input:focus { border-color: var(--forest); background: var(--white); }
.lead-form .btn { background: var(--forest-d); color: var(--white); border-color: var(--forest-d); }
.lead-form .btn:hover { background: var(--forest); }

/* ══════════════════════════════════════════
   OTHER PROGRAMMES / TABS
══════════════════════════════════════════ */
.programmes { background: var(--white); }
.prog-tabs { display: flex; gap: 8px; margin-bottom: 44px; border-bottom: 2px solid #eee; overflow-x: auto; }
.prog-tab { font-family: var(--font-ui); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 12px 24px; border: none; background: transparent; color: #888; cursor: pointer; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .2s; white-space: nowrap; }
.prog-tab.active { color: var(--forest); border-bottom-color: var(--forest); }
.prog-tab:hover { color: var(--forest); }
.prog-panel { display: none; }
.prog-panel.active { display: block; }
.qual-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.qual-table thead { background: var(--forest); color: var(--white); }
.qual-table th { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 14px 16px; text-align: left; }
.qual-table td { padding: 13px 16px; border-bottom: 1px solid #eee; vertical-align: middle; }
.qual-table tr:hover td { background: var(--mist); }
.nqf-badge { display: inline-block; background: rgba(27,67,50,.1); color: var(--forest); font-family: var(--font-ui); font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 4px; }
.sc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.sc-card { border: 1px solid #eee; border-radius: 8px; padding: 18px; transition: border-color .2s, box-shadow .2s; }
.sc-card:hover { border-color: var(--leaf); box-shadow: 0 4px 16px rgba(27,67,50,.1); }
.sc-card h4 { font-size: 14px; margin-bottom: 6px; color: var(--forest-d); }
.sc-card p { font-family: var(--font-ui); font-size: 12px; color: #888; }

/* ══════════════════════════════════════════
   ENROL / REGISTRATION
══════════════════════════════════════════ */
.enrol-section { background: linear-gradient(160deg, #0f2a1f 0%, var(--forest) 100%); color: var(--white); position: relative; overflow: hidden; }
.enrol-section::before { content: ''; position: absolute; bottom: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: rgba(212,160,23,.08); }
.enrol__inner { display: grid; grid-template-columns: 1fr 480px; gap: 72px; align-items: center; position: relative; z-index: 1; }
.enrol h2 { font-size: clamp(32px, 4vw, 52px); margin-bottom: 16px; color: var(--white); }
.enrol h2 em { color: var(--gold); font-style: normal; }
.enrol__body { font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 24px; }
.enrol__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.enrol__list li { display: flex; align-items: center; gap: 10px; font-family: var(--font-ui); font-size: 14px; font-weight: 600; color: rgba(255,255,255,.82); }
.enrol__list .chk { color: var(--gold); font-size: 16px; }
.enrol-form { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.enrol-form h3 { font-size: 22px; color: var(--forest-d); margin-bottom: 6px; }
.enrol-form .sub { font-family: var(--font-ui); font-size: 13px; color: #888; margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group label { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #555; }
.form-group input, .form-group select, .form-group textarea { padding: 12px 16px; border: 1.5px solid #ddd; border-radius: var(--radius); font-family: var(--font-body); font-size: 14px; outline: none; transition: border .2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--forest); }
.form-group textarea { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; justify-content: center; padding: 16px; font-size: 15px; }
.form-privacy { font-family: var(--font-ui); font-size: 11px; color: #aaa; text-align: center; margin-top: 12px; }
.form-success { background: #d4edda; border: 1px solid #c3e6cb; border-radius: var(--radius); padding: 16px 20px; color: #155724; font-family: var(--font-ui); font-weight: 600; margin-bottom: 20px; display: none; }
.form-success.show { display: block; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.footer { background: var(--forest-d); color: var(--white); padding: 72px 0 0; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 56px; }
.footer__brand .logo { font-family: var(--font-head); font-size: 24px; font-weight: 900; margin-bottom: 14px; }
.footer__brand .logo span { color: var(--gold); }
.footer__brand p { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 20px; }
.accred-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.accred-badge { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 6px; padding: 8px 12px; font-family: var(--font-ui); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--leaf-l); line-height: 1.3; }
.footer h5 { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .2s; }
.footer-links a:hover { color: var(--white); }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: rgba(255,255,255,.7); }
.contact-list .icon { color: var(--gold); margin-top: 2px; flex-shrink: 0; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__bottom p { font-family: var(--font-ui); font-size: 12px; color: rgba(255,255,255,.4); }
.footer__bottom .tagline { font-family: var(--font-head); font-style: italic; font-size: 13px; color: var(--gold); }

/* ══════════════════════════════════════════
   STICKY ENROL BAR
══════════════════════════════════════════ */
.sticky-enrol { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; background: var(--forest-d); border-top: 3px solid var(--gold); padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: opacity .3s; }
.sticky-enrol p { font-family: var(--font-ui); font-size: 14px; color: rgba(255,255,255,.8); }
.sticky-enrol strong { color: var(--gold); }

/* ══════════════════════════════════════════
   BLOG / INNER PAGES
══════════════════════════════════════════ */
.page-hero { background: var(--forest-d); padding: 80px 0 60px; text-align: center; }
.page-hero h1 { font-size: clamp(32px,5vw,60px); color: var(--white); margin-bottom: 16px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,.7); max-width: 600px; margin: 0 auto; }
.page-content { padding: 72px 0; }
.page-content__inner { display: grid; grid-template-columns: 1fr 320px; gap: 60px; }
.page-content__inner.full { grid-template-columns: 1fr; max-width: 800px; margin: 0 auto; }
.entry-content { font-size: 16px; line-height: 1.8; }
.entry-content h2,h3,h4 { margin: 32px 0 16px; color: var(--forest-d); }
.entry-content p { margin-bottom: 20px; }
.entry-content img { border-radius: 12px; margin: 24px 0; }
.sidebar-widget { background: var(--white); border-radius: 12px; padding: 28px; margin-bottom: 24px; border: 1px solid rgba(27,67,50,.08); }
.sidebar-widget h4 { font-family: var(--font-ui); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.post-card { background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid rgba(27,67,50,.08); margin-bottom: 28px; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-card__body { padding: 24px; }
.post-card__cat { font-family: var(--font-ui); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.post-card h2 { font-size: 22px; color: var(--forest-d); margin-bottom: 10px; }
.post-card h2 a { color: inherit; }
.post-card h2 a:hover { color: var(--forest); }
.post-card p { font-size: 15px; color: #555; margin-bottom: 16px; }
.post-meta { font-family: var(--font-ui); font-size: 12px; color: #999; }

/* 404 */
.not-found { text-align: center; padding: 120px 0; }
.not-found h1 { font-size: 120px; color: var(--forest); line-height: 1; margin-bottom: 16px; }
.not-found h2 { font-size: 32px; color: var(--forest-d); margin-bottom: 16px; }
.not-found p { font-size: 17px; color: #666; margin-bottom: 32px; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero__float-card { display: none; }
  .flagship__inner { grid-template-columns: 1fr; gap: 48px; }
  .enrol__inner { grid-template-columns: 1fr; }
  .page-content__inner { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav__links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--forest-d); padding: 24px; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); }
  .nav__links.open { display: flex; }
  .nav__toggle { display: flex; }
  .nav__cta { display: none; }
  .hook__grid { grid-template-columns: 1fr; gap: 40px; }
  .testi-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .sticky-enrol { flex-direction: column; gap: 10px; text-align: center; }
}
@media (max-width: 480px) {
  .section-pad { padding: 64px 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .lead-magnet__inner { flex-direction: column; }
}
