*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
img{max-width:100%;height:auto}
:root{
  --navy:#0A1628;
  --gold:#FFD700;
  --bg:#f6f7fb;
  --surface:#ffffff;
  --text:#0A1628;
  --muted:#475569;
  --border:#e3e7ee;
  --danger:#d93025;
  --success:#1e8e3e;
  --shadow:0 4px 14px rgba(10,22,40,.08);
}
[data-theme="dark"]{
  --bg:#0b1220;
  --surface:#121b2e;
  --text:#f1f5f9;
  --muted:#9aa6b8;
  --border:#1f2a40;
  --shadow:0 4px 14px rgba(0,0,0,.5);
  --navy:#0A1628;
  --gold:#FFD700;
}
body{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5;
}
a{color:var(--navy);text-decoration:none}
.gold{color:var(--gold)!important}
[data-theme="dark"] a:not(.btn):not(.brand):not(.icon-link):not(.mobile-nav a){color:var(--gold)}
button{font-family:inherit}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  background:var(--navy);color:#fff;border:none;padding:12px 18px;
  border-radius:10px;font-weight:600;cursor:pointer;font-size:15px;
  transition:transform .08s ease, opacity .2s ease;
}
.btn:hover{opacity:.92}
.btn:active{transform:translateY(1px)}
.btn[disabled]{opacity:.6;cursor:not-allowed}
.btn-gold{background:var(--gold);color:var(--navy)}
.btn-outline{background:transparent;color:var(--text);border:1px solid var(--border)}
.hero .btn-outline,.cta-banner .btn-outline,.lms-block .btn-outline{color:#fff;border-color:rgba(255,255,255,0.4)}
.hero .btn-outline:hover,.cta-banner .btn-outline:hover,.lms-block .btn-outline:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.7)}
[data-theme="dark"] .btn-outline{color:var(--text);border-color:rgba(255,255,255,0.25)}
.btn-danger{background:var(--danger);color:#fff}
.btn-success{background:var(--success);color:#fff}
.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:18px}
.container{max-width:1100px;margin:0 auto;padding:16px}
input:not([type="checkbox"]):not([type="radio"]),select,textarea{
  width:100%;padding:11px 13px;border-radius:10px;border:1px solid var(--border);
  background:var(--surface);color:var(--text);font-size:15px;font-family:inherit;
}
input:focus,select:focus,textarea:focus{outline:2px solid var(--gold);outline-offset:1px}
input[type="checkbox"],input[type="radio"]{
  width:18px;height:18px;flex-shrink:0;accent-color:var(--gold);
}
.error-msg{color:var(--danger);font-size:14px;margin-top:8px;min-height:1.2em}
.badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:700}
.badge-active{background:#e6f4ea;color:#1e8e3e}
.badge-revoked{background:#fde7e7;color:#d93025}
[data-theme="dark"] .badge-active{background:#13351f;color:#7fdf9b}
[data-theme="dark"] .badge-revoked{background:#3a1414;color:#ff8a85}
table{width:100%;border-collapse:collapse;font-size:14px}
th,td{text-align:left;padding:10px;border-bottom:1px solid var(--border)}
th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}
hr{border:none;border-top:1px solid var(--border);margin:16px 0}
.hidden{display:none !important}

/* ============================================================
   RESPONSIVE STYLES — added for full mobile + desktop support
   ============================================================ */

/* ---------- NAV / HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Logo */
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
}
.brand img {
  height: 38px;
  width: 38px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

/* Desktop nav — centered */
.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}
.main-nav a {
  color: rgba(255,255,255,0.75);
  font-size: 13.5px;
  font-weight: 500;
  padding: 7px 11px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.main-nav a:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* Right CTA */
.nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.icon-link {
  color: #fff !important;
  font-size: 17px;
  line-height: 1;
  opacity: 0.8;
}
.icon-link:hover { opacity: 1; }
.btn-sm { padding: 8px 16px; font-size: 13px; border-radius: 8px; }
.site-header .btn-outline {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff !important;
  background: transparent;
}
.site-header .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

/* ---- Hamburger (hidden on desktop) ---- */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  cursor: pointer;
  padding: 9px;
  flex-shrink: 0;
}
.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

/* ---- Mobile drawer ---- */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: #0d1e36;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.mobile-nav a {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 20px;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: background 0.15s, color 0.15s;
}
.mobile-nav a:first-child {
  color: var(--gold);
  font-weight: 600;
}
.mobile-nav a:hover { background: rgba(255,255,255,0.06); color: #fff; }

/* Nav open state */
body.nav-open .mobile-nav { display: flex; }
body.nav-open .hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
body.nav-open .hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- GENERAL LAYOUT ---------- */
.container { max-width: 1100px; margin: 0 auto; padding: 16px 20px; }
section { padding: 56px 0; }
.section-alt { background: var(--surface); }
[data-theme="dark"] .section-alt { background: #0f1829; }
.section-head { margin-bottom: 36px; }
.section-head.center { text-align: center; }
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 6px 0 12px; }
.section-head p { color: var(--muted); max-width: 640px; margin: 0 auto; }
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.text-center { text-align: center; }

/* ---------- HERO ---------- */
.hero { background: var(--navy); color: #fff; padding: 64px 0; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.25;
  margin: 12px 0 16px;
  color: #fff;
}
.lede { font-size: 17px; color: var(--muted); margin-bottom: 28px; }
.hero .lede { color: rgba(255,255,255,0.75); }
.ledger-badge {
  display: inline-block;
  background: rgba(255,215,0,0.15);
  color: var(--gold);
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.btn-primary { background: var(--gold); color: var(--navy); font-weight: 700; }
.btn-primary:hover { opacity: 0.92; }
[data-theme="dark"] .btn-primary { color: #0A1628 !important; }
[data-theme="dark"] .btn-gold { color: #0A1628 !important; }
.hero-stats { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-stat strong { display: block; font-size: 1.4rem; color: #fff; }
.hero-stat span { font-size: 13px; color: rgba(255,255,255,0.6); }
.hero-visual {
  min-width: 0;
  max-width: 100%;
}
.hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
  object-fit: cover;
}

/* ---------- PROBLEM GRID ---------- */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.problem-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
  font-size: 15px;
  line-height: 1.5;
}
[data-theme="dark"] .problem-card { background: #121b2e; border-color: #1f2a40; }

/* Dark mode toggle button — always visible */
#aim-theme-toggle {
  position: fixed !important;
  right: 16px !important;
  bottom: 16px !important;
  z-index: 9999 !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  background: var(--navy) !important;
  color: var(--gold) !important;
  font-size: 22px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
[data-theme="dark"] #aim-theme-toggle {
  background: #1e2d47 !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.6) !important;
}
[data-theme="dark"] .feature-card { background: #121b2e; border-color: #1f2a40; }
[data-theme="dark"] .acc-trigger { color: var(--text); }
[data-theme="dark"] .x-banner { background: #121b2e; border-color: #1f2a40; }
[data-theme="dark"] .x-banner h3 { color: #f1f5f9; }
[data-theme="dark"] .guarantee-box h2 { color: var(--text); }
[data-theme="dark"] .guarantee-box p { color: var(--muted); }
[data-theme="dark"] body { background: var(--bg); color: var(--text); }
[data-theme="dark"] .mobile-nav { background: #080f1c; }
[data-theme="dark"] .check-item p { color: var(--text); }

/* ---------- CHECKLIST ---------- */
.check-list { display: flex; flex-direction: column; gap: 14px; max-width: 640px; margin: 0 auto; }
.check-item { display: flex; align-items: flex-start; gap: 12px; }
.mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #e6f4ea;
  color: #1e8e3e;
  border-radius: 50%;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}
.check-item p { margin: 0; font-size: 16px; }

/* ---------- CURRICULUM CARDS ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.feature-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.feature-card .num {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}
.feature-card h3 { margin: 0 0 6px; font-size: 16px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; }

/* ---------- LMS BLOCK ---------- */
.lms-block {
  background: var(--navy);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.lms-block h2 { color: #fff; font-size: clamp(1.3rem, 2.5vw, 1.8rem); margin: 10px 0 16px; }
.lms-block p { color: rgba(255,255,255,0.8); margin-bottom: 14px; }
.lms-list { padding-left: 20px; color: rgba(255,255,255,0.85); }
.lms-list li { margin-bottom: 8px; font-size: 15px; }
.passbook { background: var(--navy); color: #fff; border-radius: 20px; }

/* ---------- PROOF GRID ---------- */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.proof-grid img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow);
}

/* ---------- BIO BLOCK ---------- */
.bio-block { display: flex; gap: 32px; align-items: flex-start; }
.bio-photo img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid var(--gold);
}
.bio-block h2 { color: var(--text); margin: 6px 0 12px; }
.bio-block p { color: var(--muted); }

/* ---------- GUARANTEE ---------- */
.guarantee-box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 40px 24px;
}
.guarantee-box h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); margin: 8px 0 14px; }
.guarantee-box p { color: var(--muted); margin-bottom: 24px; }

/* ---------- FAQ ACCORDION ---------- */
.accordion { max-width: 720px; margin: 0 auto; }
.acc-item { border-bottom: 1px solid var(--border); }
.acc-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  gap: 12px;
}
.plus { font-size: 20px; color: var(--gold); flex-shrink: 0; transition: transform 0.2s; }
.acc-item.open .plus { transform: rotate(45deg); }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.acc-panel p { padding: 0 0 18px; color: var(--muted); margin: 0; }

/* ---------- X BANNER ---------- */
.x-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 28px;
}
.x-banner h3 { margin: 0; font-size: 17px; }
.btn-ghost { background: #000; color: #fff; }

/* ---------- UNSTOPPABLE BLOCK ---------- */
.unstoppable-block {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 24px 28px;
}
.unstoppable-block img {
  max-width: 100%;
  height: auto;
  display: block;
  flex-shrink: 0;
  width: 120px;
  border-radius: 14px;
}

/* ---------- CTA BANNER ---------- */
.cta-banner {
  text-align: center;
  padding: 48px 24px;
  background: var(--navy);
  border-radius: 20px;
  color: #fff;
}
.cta-banner h2 { color: #fff; font-size: clamp(1.4rem, 2.5vw, 2rem); margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 24px; }

/* ---------- FOOTER ---------- */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.75);
  padding: 48px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.footer-coach img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  margin-bottom: 12px;
}
.footer-coach p { font-size: 13px; line-height: 1.6; }
.footer-col h4 { color: #fff; margin: 0 0 12px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col a { display: block; color: rgba(255,255,255,0.7); font-size: 14px; margin-bottom: 8px; }
.footer-col a:hover { color: var(--gold); }
.footer-social { display: flex; gap: 12px; margin-top: 8px; }
.footer-social a { font-size: 20px; color: #fff !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  color: rgba(255,255,255,0.45);
}

/* ---- Tablet: hide nav links, show hamburger from 900px down ---- */
@media (max-width: 900px) {
  .main-nav { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }
}

/* ============================================================
   MOBILE BREAKPOINTS
   ============================================================ */
@media (max-width: 768px) {
  /* Nav — hide desktop links, show hamburger */
  .main-nav { display: none; }
  .nav-cta { display: none; }
  .hamburger { display: flex; }

  /* Hero */
  .hero { padding: 40px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { order: -1; margin: 0 auto; }
  .hero-visual img { width: clamp(220px, 65vw, 320px); max-width: 100%; height: auto; object-fit: contain; margin: 0 auto; }
  .hero-cta-row { flex-direction: column; }
  .hero-cta-row .btn { width: 100%; text-align: center; }
  .hero-stats { gap: 16px; }

  /* Sections */
  section { padding: 40px 0; }

  /* Cards */
  .card-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }

  /* Bio */
  .bio-block { flex-direction: column; align-items: center; text-align: center; }
  .bio-photo img { width: 90px; height: 90px; }

  /* LMS */
  .lms-block { padding: 28px 20px; }

  /* X banner */
  .x-banner { flex-direction: column; text-align: center; }
  .x-banner .btn { width: 100%; }

  /* Unstoppable block */
  .unstoppable-block { flex-direction: column; text-align: center; }
  .unstoppable-block img { width: 140px; }

  /* CTA banner */
  .cta-banner { padding: 36px 20px; }
  .cta-banner .btn { width: 100%; max-width: 340px; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  /* Guarantee */
  .guarantee-box .btn { width: 100%; }
}

@media (max-width: 480px) {
  .brand { font-size: 13px; }
  .brand img { height: 32px; width: 32px; }
  .proof-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.5rem; }
  .lms-block { border-radius: 14px; }
  .cta-banner { border-radius: 14px; }
}

/* ============================================================
   AIM REDESIGN — Geometric Diagonal Accent System
   Motif drawn from the AIM certificate template's diagonal lines
   ============================================================ */

/* --- Diagonal Hero --- */
.aim-hero {
  background: var(--navy);
  color: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.aim-hero::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 64px;
  background: var(--bg);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  pointer-events: none;
}
[data-theme="dark"] .aim-hero::after { background: #0b1220; }
.aim-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  min-height: 520px;
}
.aim-hero-left {
  padding: 72px 48px 96px 24px;
  position: relative;
}
.aim-hero-left::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, #0A1628 60%, #1A3A8F 100%);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.aim-hero-left > * { position: relative; z-index: 1; }
.aim-hero-right {
  background: linear-gradient(160deg, #1A3A8F 0%, #0A1628 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 48px 48px;
  min-height: 520px;
  position: relative;
}
.aim-hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,215,0,0.04) 0px,
    rgba(255,215,0,0.04) 1px,
    transparent 1px,
    transparent 24px
  );
}
.aim-hero-right img {
  width: 100%;
  max-width: 340px;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.45);
  position: relative;
  z-index: 1;
}
.aim-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,215,0,0.15);
  border: 1px solid rgba(255,215,0,0.35);
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.aim-hero-left h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 16px;
  color: #fff;
}
.aim-hero-left h1 em {
  font-style: normal;
  color: var(--gold);
}
.aim-hero-left .lede {
  color: rgba(255,255,255,0.72);
  margin-bottom: 28px;
  font-size: 17px;
  max-width: 44ch;
}
.aim-hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.aim-hero-stats {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 24px;
}
.aim-hstat {
  flex: 1;
  min-width: 90px;
  padding-right: 20px;
  border-right: 1px solid rgba(255,255,255,0.12);
  margin-right: 20px;
}
.aim-hstat:last-child { border-right: none; margin-right: 0; }
.aim-hstat strong { display: block; font-size: 1.5rem; color: var(--gold); font-weight: 800; }
.aim-hstat span { font-size: 12px; color: rgba(255,255,255,0.55); }

/* --- Diagonal section divider (reusable) --- */
.diag-top {
  position: relative;
  padding-top: 80px;
}
.diag-top::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 56px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* --- Problem Strip --- */
.aim-problem {
  background: #f0f3fa;
  padding: 64px 0;
}
[data-theme="dark"] .aim-problem { background: #0f1829; }
.aim-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}
.aim-problem-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 15px;
  color: var(--text);
  box-shadow: 0 2px 8px rgba(10,22,40,0.06);
}
.aim-problem-card::before {
  content: '✕';
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}
[data-theme="dark"] .aim-problem-card { background: #121b2e; border-color: #1f2a40; border-left-color: var(--gold); }

/* --- Solution section --- */
.aim-solution {
  padding: 72px 0;
  background: var(--bg);
}
.aim-solution-inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 60px;
  align-items: center;
}
.aim-solution-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.25);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.aim-solution-left h2 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 16px;
  line-height: 1.25;
}
.aim-solution-left p { color: var(--muted); margin-bottom: 20px; }
.aim-curriculum {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.aim-curriculum-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.aim-curriculum-item:last-child { border-bottom: none; }
.aim-curriculum-num {
  width: 36px;
  height: 36px;
  background: var(--navy);
  color: var(--gold);
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  flex-shrink: 0;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  margin-top: 2px;
}
[data-theme="dark"] .aim-curriculum-num { background: #1A3A8F; }
.aim-curriculum-item h4 { margin: 0 0 4px; font-size: 15px; font-weight: 700; }
.aim-curriculum-item p { margin: 0; font-size: 13px; color: var(--muted); }

/* --- For You checklist --- */
.aim-foryou {
  background: var(--navy);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.aim-foryou::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,215,0,0.03) 0px,
    rgba(255,215,0,0.03) 1px,
    transparent 1px,
    transparent 28px
  );
  pointer-events: none;
}
.aim-foryou-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.aim-foryou-left h2 { color: #fff; font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; margin: 0 0 12px; }
.aim-foryou-left p { color: rgba(255,255,255,0.65); margin-bottom: 24px; }
.aim-foryou-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aim-foryou-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 15px;
}
.aim-foryou-list li::before {
  content: '';
  width: 22px; height: 22px;
  background: var(--gold);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  flex-shrink: 0;
}
.aim-foryou-poster {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.aim-foryou-poster::before {
  content: '';
  position: absolute;
  right: -12px; top: -12px;
  width: 100%; height: 100%;
  border: 2px solid rgba(255,215,0,0.3);
  border-radius: 16px;
}
.aim-foryou-poster img {
  width: 100%;
  max-width: 320px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  position: relative;
}

/* --- LMS Section --- */
.aim-lms {
  background: var(--bg);
  padding: 72px 0;
}
.aim-lms-card {
  background: var(--navy);
  border-radius: 20px;
  padding: 48px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.aim-lms-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 340px; height: 340px;
  background: conic-gradient(from 135deg at 100% 0%, rgba(255,215,0,0.15) 0deg, transparent 90deg);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}
.aim-lms-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 220px; height: 220px;
  background: rgba(26,58,143,0.6);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
  pointer-events: none;
}
.aim-lms-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.aim-lms-inner h2 {
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  font-weight: 800;
  margin: 12px 0 16px;
}
.aim-lms-inner p { color: rgba(255,255,255,0.75); margin-bottom: 14px; font-size: 15px; }
.aim-lms-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 24px;
}
.aim-lms-feat {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
}
.aim-lms-feat-icon {
  width: 28px; height: 28px;
  background: rgba(255,215,0,0.15);
  border: 1px solid rgba(255,215,0,0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.aim-lms-cert {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.aim-lms-cert img {
  width: 100%;
  max-width: 280px;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
  border: 2px solid rgba(255,215,0,0.25);
}

/* --- Testimonial horizontal scroll --- */
.aim-testimonials {
  background: #f0f3fa;
  padding: 64px 0;
}
[data-theme="dark"] .aim-testimonials { background: #0f1829; }
.aim-testimonials-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 8px 16px 16px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.aim-testimonials-scroll::-webkit-scrollbar { height: 4px; }
.aim-testimonials-scroll::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }
.aim-proof-img {
  flex: 0 0 240px;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(10,22,40,0.14);
  border: 2px solid rgba(255,215,0,0.18);
}
.aim-proof-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

/* --- Coach bio diagonal card --- */
.aim-coach {
  background: var(--bg);
  padding: 72px 0;
}
.aim-coach-card {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(10,22,40,0.1);
  border: 1px solid var(--border);
}
.aim-coach-accent {
  background: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  position: relative;
  overflow: hidden;
}
.aim-coach-accent::after {
  content: '';
  position: absolute;
  bottom: 0; right: -1px;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent var(--bg) transparent;
}
[data-theme="dark"] .aim-coach-accent::after { border-bottom-color: #0b1220; }
.aim-coach-logo {
  width: 90px; height: 90px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  object-fit: contain;
  background: #fff;
}
.aim-coach-accent span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 12px;
  text-align: center;
}
.aim-coach-body {
  background: var(--surface);
  padding: 32px 28px;
}
.aim-coach-body h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 12px;
}
.aim-coach-body p { color: var(--muted); font-size: 15px; margin-bottom: 16px; }

/* --- FAQ tweaks (keep existing .accordion) --- */

/* --- Final CTA diagonal --- */
.aim-final-cta {
  background: var(--navy);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 100%);
  margin-top: -4%;
}
.aim-final-cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.aim-final-cta h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 12px; }
.aim-final-cta p { color: rgba(255,255,255,0.7); margin-bottom: 28px; }
.aim-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,215,0,0.04) 0px,
    rgba(255,215,0,0.04) 1px,
    transparent 1px,
    transparent 28px
  );
}

/* --- get-access redesign --- */
.aim-access-hero {
  background: var(--navy);
  padding: 64px 0 80px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.aim-access-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg,rgba(255,215,0,0.04) 0px,rgba(255,215,0,0.04) 1px,transparent 1px,transparent 28px);
}
.aim-access-hero-inner {
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.aim-access-hero-inner h1 { font-size: clamp(1.9rem,4vw,2.8rem); font-weight:800; margin-bottom:12px; }
.aim-access-hero-inner .lede { color:rgba(255,255,255,0.72); font-size:17px; margin-bottom:0; }
.aim-access-card {
  max-width: 580px;
  margin: -48px auto 0;
  background: var(--surface);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(10,22,40,0.16);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aim-access-card-top {
  background: var(--navy);
  padding: 28px 32px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.aim-access-card-top::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 28px;
  background: var(--surface);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.aim-access-card-top img {
  width: 80px; height: 80px;
  border-radius: 12px;
  object-fit: contain;
  flex-shrink: 0;
}
.aim-access-card-top-text h2 { color:#fff; margin:0 0 4px; font-size:1.2rem; }
.aim-access-card-top-text p { color:rgba(255,255,255,0.65); margin:0; font-size:14px; }
.aim-access-card-body { padding: 32px; }
.aim-access-price-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,215,0,0.1);
  border: 1px solid rgba(255,215,0,0.35);
  color: #8a6800;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
[data-theme="dark"] .aim-access-price-badge { color: var(--gold); }
.aim-access-includes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.aim-access-include {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  color: var(--text);
}
.aim-access-include::before {
  content: '✓';
  width: 20px; height: 20px;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 800;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
[data-theme="dark"] .aim-access-include::before { background: #1a3324; color: #7fdf9b; }
.aim-access-section { padding: 80px 0 48px; }

/* --- about page redesign --- */
.aim-about-hero {
  background: var(--navy);
  padding: 72px 0 88px;
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}
.aim-about-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg,rgba(255,215,0,0.04) 0px,rgba(255,215,0,0.04) 1px,transparent 1px,transparent 28px);
}
.aim-about-hero-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.aim-about-hero-inner h1 { font-size: clamp(1.7rem,3.5vw,2.5rem); font-weight:800; margin: 12px 0 16px; }
.aim-about-hero-inner p { color: rgba(255,255,255,0.7); max-width:50ch; }
.aim-about-logo {
  width: 160px; height: 160px;
  border-radius: 50%;
  border: 4px solid rgba(255,215,0,0.5);
  object-fit: contain;
  background: rgba(255,255,255,0.05);
  display: block;
  margin: 0 auto;
}
.aim-what-section { padding: 96px 0 64px; }
.aim-what-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.aim-what-text h2 { font-size: clamp(1.4rem,2.5vw,1.9rem); font-weight:800; margin:0 0 16px; }
.aim-what-text p { color: var(--muted); margin-bottom: 16px; line-height: 1.7; }
.aim-what-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aim-what-highlight {
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
}
.aim-what-highlight-icon {
  font-size: 20px;
  flex-shrink: 0;
}
.aim-bio-section {
  background: #f0f3fa;
  padding: 64px 0;
}
[data-theme="dark"] .aim-bio-section { background: #0f1829; }
.aim-bio-card {
  max-width: 700px;
  margin: 0 auto;
  background: var(--surface);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(10,22,40,0.1);
  border: 1px solid var(--border);
}
.aim-bio-card-header {
  background: var(--navy);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
.aim-bio-card-header::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 32px;
  background: var(--surface);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.aim-bio-card-header img {
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  object-fit: contain;
  background: #fff;
  flex-shrink: 0;
}
.aim-bio-card-header-text h2 { color: #fff; margin: 0 0 4px; font-size: 1.3rem; }
.aim-bio-card-header-text p { color: rgba(255,255,255,0.6); margin: 0; font-size: 13px; }
.aim-bio-card-body { padding: 36px 32px 28px; }
.aim-bio-card-body p { color: var(--muted); font-size: 16px; line-height: 1.8; margin-bottom: 20px; }
.aim-mission-section { padding: 64px 0; }
.aim-mission-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.aim-mission-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: 12px;
  padding: 28px 24px;
}
.aim-mission-box h3 { font-size: 1rem; font-weight: 700; margin: 0 0 10px; }
.aim-mission-box p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.7; }

/* --- Responsive for redesign --- */
@media (max-width: 860px) {
  .aim-hero-inner { grid-template-columns: 1fr; min-height: auto; }
  .aim-hero-right { min-height: 260px; }
  .aim-hero-left { padding: 48px 24px 72px; }
  .aim-hero-left::before { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .aim-solution-inner { grid-template-columns: 1fr; gap: 32px; }
  .aim-foryou-inner { grid-template-columns: 1fr; }
  .aim-foryou-poster { display: none; }
  .aim-lms-inner { grid-template-columns: 1fr; gap: 28px; }
  .aim-lms-cert { display: none; }
  .aim-coach-card { grid-template-columns: 1fr; }
  .aim-coach-accent { flex-direction: row; padding: 20px 24px; justify-content: flex-start; gap: 16px; border-radius: 0; }
  .aim-coach-accent::after { display: none; }
  .aim-about-hero-inner { grid-template-columns: 1fr; }
  .aim-about-logo { width: 100px; height: 100px; }
  .aim-what-inner { grid-template-columns: 1fr; gap: 32px; }
  .aim-mission-inner { grid-template-columns: 1fr; }
  .aim-access-card { margin: -32px 16px 0; }
  .aim-problem-grid { grid-template-columns: 1fr; }
  .aim-final-cta { clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); }
}
@media (max-width: 480px) {
  .aim-lms-card { padding: 28px 20px; }
  .aim-hero-ctas { flex-direction: column; }
  .aim-hero-ctas .btn { width: 100%; }
  .aim-access-card-body { padding: 24px 20px; }
}

.btn-block { width: 100%; display: flex; }
