.aahl-package {
  --aahl-navy: #071a38;
  --aahl-blue: #175fc1;
  --aahl-sky: #eaf4ff;
  --aahl-gold: #d99021;
  --aahl-ink: #102444;
  --aahl-muted: #58708f;
  --aahl-line: #d9e6f3;
  color: var(--aahl-ink);
  background: #fff;
  overflow: hidden;
}

.aahl-package *,
.aahl-package *::before,
.aahl-package *::after { box-sizing: border-box; }

.aahl-hero {
  position: relative;
  padding: 132px 0 76px;
  background:
    radial-gradient(circle at 83% 16%, rgba(43, 130, 224, .22), transparent 27%),
    radial-gradient(circle at 12% 86%, rgba(217, 144, 33, .12), transparent 28%),
    linear-gradient(145deg, #f7fbff 0%, #e8f3ff 56%, #f9fbff 100%);
}

.aahl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 95, 193, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 95, 193, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
  pointer-events: none;
}

.aahl-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .68fr);
  gap: 58px;
  align-items: center;
}

.aahl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 24px;
  color: #67809e;
  font-size: 13px;
  font-weight: 600;
}

.aahl-breadcrumb a { color: #355b88; text-decoration: none; }

.aahl-eyebrow,
.aahl-section-head > span,
.aahl-final-cta span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--aahl-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.aahl-eyebrow::before,
.aahl-section-head > span::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--aahl-gold);
}

.aahl-hero h1 {
  max-width: 820px;
  margin: 18px 0 20px;
  color: var(--aahl-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.aahl-lead {
  max-width: 760px;
  margin: 0;
  color: #405d7e;
  font-size: 18px;
  line-height: 1.75;
}

.aahl-actions,
.aahl-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.aahl-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.aahl-btn:hover { transform: translateY(-2px); }
.aahl-btn-primary { background: var(--aahl-blue); color: #fff; box-shadow: 0 12px 28px rgba(23,95,193,.24); }
.aahl-btn-secondary { border-color: #8cadd2; background: rgba(255,255,255,.68); color: #174f94; }
.aahl-btn-light { background: #fff; color: #164c91; }
.aahl-btn-outline-light { border-color: rgba(255,255,255,.58); color: #fff; }

.aahl-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: #395d87;
  font-size: 13px;
  font-weight: 700;
}

.aahl-trust-row span::before {
  content: "✓";
  display: inline-grid;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  place-items: center;
  border-radius: 6px;
  background: #dff5ee;
  color: #159169;
  font-size: 11px;
}

.aahl-price-card,
.aahl-portal-panel {
  border: 1px solid rgba(216, 144, 31, .4);
  border-radius: 28px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 26px 65px rgba(29, 66, 109, .14);
}

.aahl-price-card { padding: 34px; }
.aahl-card-label {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #edf4ff;
  color: #2566c5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.aahl-price-card h2,
.aahl-portal-panel h2 {
  margin: 16px 0 22px;
  color: var(--aahl-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  line-height: 1.14;
}

.aahl-price-label {
  margin: 0 0 3px;
  color: #6a7e99;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.aahl-price { display: flex; flex-wrap: wrap; gap: 8px 13px; align-items: baseline; color: #264e7c; }
.aahl-price s { color: #8291a5; font-size: 20px; }
.aahl-price strong { color: var(--aahl-navy); font-size: 42px; line-height: 1; }
.aahl-local-price {
  color: #315579;
  font-size: 16px;
  font-weight: 800;
}
.aahl-conversion-note {
  margin: 8px 0 0;
  color: #71849d;
  font-size: 10px;
  line-height: 1.45;
}
.aahl-conversion-note a { color: #386dba; }
.aahl-limited-badge {
  display: inline-flex;
  margin-top: 11px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff0d8;
  color: #a95a08;
  font-size: 11px;
  font-weight: 800;
}
.aahl-value-line { display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; margin-top: 7px; font-size: 13px; }
.aahl-value-line s { color: #8192a8; }
.aahl-value-line span { padding: 5px 9px; border-radius: 999px; background: #e5f7f0; color: #138461; font-weight: 800; }
.aahl-price-note { margin: 12px 0 20px; color: #637893; font-size: 13px; line-height: 1.6; }
.aahl-check-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.aahl-check-list li { color: #315579; font-size: 14px; line-height: 1.45; }
.aahl-check-list li::before {
  content: "✓";
  display: inline-grid;
  width: 21px;
  height: 21px;
  margin-right: 9px;
  place-items: center;
  border-radius: 6px;
  background: #e5f7f0;
  color: #159169;
  font-size: 12px;
  font-weight: 900;
}

.aahl-card-cta {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  border-radius: 12px;
  background: var(--aahl-blue);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.aahl-text-link,
.aahl-center-link a {
  color: #1c5dac;
  font-weight: 700;
  text-decoration: none;
}

.aahl-text-link { display: block; margin-top: 16px; text-align: center; font-size: 13px; }

.aahl-quick-facts {
  border-top: 1px solid #dce8f4;
  border-bottom: 1px solid #dce8f4;
  background: #fff;
}

.aahl-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.aahl-facts-grid div { padding: 24px 26px; border-right: 1px solid #e2ebf4; }
.aahl-facts-grid div:last-child { border-right: 0; }
.aahl-facts-grid strong { display: block; color: var(--aahl-navy); font-size: 17px; }
.aahl-facts-grid span { display: block; margin-top: 5px; color: #647a95; font-size: 13px; }

.aahl-section { padding: 92px 0; }
.aahl-section-tint { background: #f4f8fc; }
.aahl-value-section { background: linear-gradient(180deg, #fffaf2, #fff); }
.aahl-bonus-section {
  position: relative;
  background:
    radial-gradient(circle at 92% 3%, rgba(66, 146, 238, .22), transparent 26%),
    linear-gradient(145deg, #071a38, #0a2f61);
}
.aahl-bonus-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-bottom: 32px;
}
.aahl-bonus-kicker {
  display: block;
  color: #86bbfa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.aahl-bonus-intro h2 {
  max-width: 780px;
  margin: 10px 0 12px;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
}
.aahl-bonus-intro p { max-width: 760px; margin: 0; color: #bccde0; line-height: 1.7; }
.aahl-bonus-stamp {
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  border: 1px solid rgba(232,183,92,.55);
  border-radius: 50%;
  background: rgba(217,144,33,.12);
  color: #fff;
  text-align: center;
  transform: rotate(4deg);
}
.aahl-bonus-stamp strong { display: block; color: #f0bd65; font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.aahl-bonus-stamp span { display: block; max-width: 105px; margin-top: 4px; color: #d6e2ef; font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.aahl-bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.aahl-bonus-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}
.aahl-bonus-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, #f0bd65, #4d9df4);
  opacity: 0;
  transition: opacity .25s ease;
}
.aahl-bonus-card:hover,
.aahl-bonus-card[open] {
  border-color: rgba(130,185,251,.42);
  background: rgba(255,255,255,.095);
  box-shadow: 0 18px 38px rgba(0,0,0,.13);
  transform: translateY(-2px);
}
.aahl-bonus-card[open]::before { opacity: 1; }
.aahl-bonus-card summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 32px;
  gap: 15px;
  align-items: center;
  min-height: 104px;
  padding: 22px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}
.aahl-bonus-card summary::-webkit-details-marker { display: none; }
.aahl-bonus-card summary:focus-visible {
  outline: 3px solid rgba(130,185,251,.75);
  outline-offset: -4px;
}
.aahl-bonus-card-wide { grid-column: 1 / -1; }
.aahl-bonus-card-wide summary { min-height: 94px; }
.aahl-bonus-card summary b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(240,189,101,.23);
  border-radius: 13px;
  background: rgba(240,189,101,.12);
  color: #f0bd65;
  font-size: 12px;
}
.aahl-bonus-title {
  display: grid;
  min-width: 0;
  gap: 5px;
}
.aahl-bonus-title small {
  color: #86bbfa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.aahl-bonus-title strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}
.aahl-bonus-card summary i {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  transition: transform .25s ease, background .25s ease;
}
.aahl-bonus-card summary i::before,
.aahl-bonus-card summary i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: #e7f1fb;
  transform: translate(-50%, -50%);
}
.aahl-bonus-card summary i::after { transform: translate(-50%, -50%) rotate(90deg); }
.aahl-bonus-card[open] summary i { background: rgba(240,189,101,.16); transform: rotate(45deg); }
.aahl-bonus-body {
  margin: -3px 22px 22px 81px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.aahl-bonus-body p { margin: 0; color: #c0d1e3; font-size: 14px; line-height: 1.7; }
.aahl-bonus-body > span {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(78,157,244,.13);
  color: #9bc8fb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
}
.aahl-bonus-note {
  margin: 18px 0 0;
  padding: 17px 20px;
  border-left: 3px solid #e2a94c;
  border-radius: 0 12px 12px 0;
  background: rgba(255,255,255,.06);
  color: #c6d5e5;
  font-size: 13px;
  line-height: 1.65;
}
.aahl-bonus-note strong { color: #fff; }
.aahl-section-head { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.aahl-section-head > span { justify-content: center; }
.aahl-section-head h2,
.aahl-ia-copy h2 {
  margin: 13px 0 14px;
  color: var(--aahl-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.aahl-section-head p,
.aahl-ia-copy p { margin: 0; color: var(--aahl-muted); font-size: 16px; line-height: 1.75; }
.aahl-section-head-left { max-width: none; margin: 0 0 32px; text-align: left; }
.aahl-section-head-left > span { justify-content: flex-start; }

.aahl-inclusions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aahl-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.aahl-value-grid article {
  padding: 26px 22px;
  border: 1px solid #eadbc3;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 32px rgba(98,66,21,.06);
}
.aahl-value-grid strong { display: block; color: var(--aahl-gold); font-family: "Playfair Display", Georgia, serif; font-size: 40px; line-height: 1; }
.aahl-value-grid span { display: block; margin: 8px 0 10px; color: var(--aahl-navy); font-weight: 800; }
.aahl-value-grid p { margin: 0; color: #687a90; font-size: 14px; line-height: 1.65; }
.aahl-value-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #d8e4f0;
  border-radius: 18px;
  background: var(--aahl-navy);
}
.aahl-value-summary div { padding: 21px 20px; border-right: 1px solid rgba(255,255,255,.12); }
.aahl-value-summary div:last-child { border-right: 0; }
.aahl-value-summary span { display: block; margin-bottom: 6px; color: #aebfd2; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.aahl-value-summary strong { color: #fff; font-size: 18px; }
.aahl-disclaimer { max-width: 900px; margin: 13px auto 0; color: #7b8795; font-size: 12px; line-height: 1.6; text-align: center; }
.aahl-feature-card,
.aahl-syllabus-card,
.aahl-fit-grid article {
  border: 1px solid var(--aahl-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(31, 72, 116, .06);
}
.aahl-feature-card { padding: 24px; }
.aahl-feature-card b,
.aahl-topic-no {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: #eaf3ff;
  color: #2769c5;
  font-size: 12px;
}
.aahl-feature-card h3,
.aahl-syllabus-card h3,
.aahl-fit-grid h3,
.aahl-enrolment-grid h3 {
  margin: 17px 0 9px;
  color: var(--aahl-navy);
  font-size: 18px;
  line-height: 1.3;
}
.aahl-feature-card p,
.aahl-syllabus-card p,
.aahl-fit-grid p,
.aahl-enrolment-grid p { margin: 0; color: #5f7691; font-size: 14px; line-height: 1.65; }

.aahl-syllabus-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.aahl-syllabus-card { min-height: 100%; padding: 24px 20px; }
.aahl-center-link { margin-top: 28px; text-align: center; }
.aahl-resource-strip {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 25px 28px;
  border: 1px solid #d7e4f0;
  border-radius: 18px;
  background: #fff;
}
.aahl-resource-strip span { display: block; margin-bottom: 5px; color: #6a8099; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aahl-resource-strip strong { color: var(--aahl-navy); line-height: 1.5; }
.aahl-resource-strip p { margin: 0; color: #627892; font-size: 13px; line-height: 1.65; }

.aahl-program-grid,
.aahl-ia-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.aahl-roadmap { position: relative; display: grid; gap: 8px; }
.aahl-roadmap::before { content: ""; position: absolute; left: 20px; top: 28px; bottom: 28px; width: 2px; background: #d7e5f4; }
.aahl-roadmap article { position: relative; display: grid; grid-template-columns: 42px 1fr; gap: 17px; padding: 14px 0; }
.aahl-roadmap i {
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--aahl-blue);
  box-shadow: 0 0 0 1px #c7d9ec;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
}
.aahl-roadmap h3 { margin: 1px 0 6px; color: var(--aahl-navy); font-size: 18px; }
.aahl-roadmap p { margin: 0; color: #607791; line-height: 1.65; }

.aahl-portal-panel {
  padding: 40px;
  border-color: rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 90% 4%, rgba(75,152,240,.25), transparent 32%),
    var(--aahl-navy);
}
.aahl-portal-panel .aahl-card-label { background: rgba(255,255,255,.1); color: #a8d0ff; }
.aahl-portal-panel h2 { color: #fff; }
.aahl-portal-panel > p { color: #bdcee0; line-height: 1.7; }
.aahl-check-list-dark { margin-top: 24px; }
.aahl-check-list-dark li { color: #e5edf7; }
.aahl-check-list-dark li::before { background: rgba(89,211,166,.14); color: #62d8ad; }

.aahl-assessment-section { background: var(--aahl-navy); }
.aahl-assessment-section .aahl-section-head h2 { color: #fff; }
.aahl-assessment-section .aahl-section-head p { color: #b8c9dc; }
.aahl-assessment-section .aahl-section-head > span { color: #82b9fb; }
.aahl-assessment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.aahl-assessment-grid article {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
}
.aahl-assessment-grid strong { display: block; color: #fff; font-size: 22px; }
.aahl-assessment-grid span { display: block; margin: 7px 0 14px; color: #e8b860; font-size: 12px; font-weight: 800; }
.aahl-assessment-grid p { margin: 0; color: #b9cbe0; font-size: 14px; line-height: 1.7; }

.aahl-ia-copy .aahl-card-label { margin-bottom: 8px; }
.aahl-ia-list { display: grid; gap: 10px; }
.aahl-ia-list div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 16px; border: 1px solid var(--aahl-line); border-radius: 14px; background: #fff; }
.aahl-ia-list b { color: var(--aahl-gold); font-size: 12px; }
.aahl-ia-list span { color: #294c72; font-weight: 700; }

.aahl-mentor-section { background: linear-gradient(180deg, #f6faff, #fff); }
.aahl-mentor-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.aahl-mentor-copy h2 {
  margin: 14px 0 16px;
  color: var(--aahl-navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
}
.aahl-mentor-copy p { color: #5e7590; line-height: 1.75; }
.aahl-mentor-copy a { color: #1b5fae; font-weight: 800; text-decoration: none; }
.aahl-mentor-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.aahl-mentor-stats div { min-height: 140px; padding: 23px; border: 1px solid var(--aahl-line); border-radius: 19px; background: #fff; box-shadow: 0 12px 32px rgba(31,72,116,.06); }
.aahl-mentor-stats strong { display: block; color: var(--aahl-blue); font-family: "Playfair Display", Georgia, serif; font-size: 34px; }
.aahl-mentor-stats span { display: block; margin-top: 8px; color: #5d7390; font-size: 13px; line-height: 1.5; }
.aahl-review {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 25px;
  align-items: center;
  margin: 50px 0 0;
  padding: 28px;
  border: 1px solid rgba(217,144,33,.32);
  border-radius: 20px;
  background: #fffaf2;
}
.aahl-review-grade {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  background: var(--aahl-gold);
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 34px;
  font-weight: 900;
}
.aahl-review p { margin: 0 0 7px; color: var(--aahl-navy); font-size: 18px; line-height: 1.6; }
.aahl-review cite { color: #7c6a50; font-size: 12px; font-style: normal; font-weight: 700; }

.aahl-fit-section { background: linear-gradient(180deg, #f7faff, #eef5fc); }
.aahl-fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aahl-fit-grid article { padding: 25px; }
.aahl-fit-grid h3 { margin-top: 0; }

.aahl-enrolment-section { padding-top: 82px; }
.aahl-enrolment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: steps; }
.aahl-enrolment-grid article { position: relative; padding: 30px 28px; border-top: 3px solid var(--aahl-blue); background: #f8fbff; }
.aahl-enrolment-grid b { color: #b8cce2; font-family: "Playfair Display", Georgia, serif; font-size: 36px; }

.aahl-faq-section { padding-top: 55px; }
.aahl-faq-grid { max-width: 940px; margin: 0 auto; display: grid; gap: 12px; }
.aahl-faq-grid details { border: 1px solid var(--aahl-line); border-radius: 15px; background: #fff; }
.aahl-faq-grid summary { cursor: pointer; padding: 19px 22px; color: var(--aahl-navy); font-weight: 800; }
.aahl-faq-grid p { margin: 0; padding: 0 22px 20px; color: #5e7590; line-height: 1.7; }

.aahl-final-cta {
  padding: 0 0 88px;
  background: #fff;
}
.aahl-final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 48px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(70,150,241,.3), transparent 30%),
    linear-gradient(135deg, #071a38, #0b3268);
  box-shadow: 0 24px 55px rgba(8,34,71,.18);
}
.aahl-final-cta span { color: #80b8fb; }
.aahl-final-cta h2 { max-width: 760px; margin: 10px 0 9px; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.15; }
.aahl-final-cta p { max-width: 720px; margin: 0; color: #bfd0e2; line-height: 1.7; }
.aahl-final-actions { min-width: 210px; flex-direction: column; margin-top: 0; }

@media (max-width: 1100px) {
  .aahl-inclusions-grid { grid-template-columns: repeat(2, 1fr); }
  .aahl-syllabus-grid { grid-template-columns: repeat(3, 1fr); }
  .aahl-value-grid,
  .aahl-assessment-grid,
  .aahl-fit-grid { grid-template-columns: repeat(2, 1fr); }
  .aahl-value-summary { grid-template-columns: repeat(2, 1fr); }
  .aahl-value-summary div:nth-child(2) { border-right: 0; }
  .aahl-value-summary div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .aahl-final-cta-inner { grid-template-columns: 1fr; }
  .aahl-final-actions { flex-direction: row; }
}

@media (max-width: 820px) {
  .aahl-package .container {
    width: 100%;
    padding-right: clamp(18px, 5vw, 28px) !important;
    padding-left: clamp(18px, 5vw, 28px) !important;
  }
  .aahl-hero { padding: 104px 0 50px; }
  .aahl-hero-grid,
  .aahl-program-grid,
  .aahl-ia-grid,
  .aahl-mentor-grid { grid-template-columns: 1fr; gap: 30px; }
  .aahl-hero h1 { font-size: clamp(36px, 8.7vw, 52px); }
  .aahl-lead { max-width: 680px; font-size: 16px; line-height: 1.68; }
  .aahl-actions { margin-top: 24px; }
  .aahl-trust-row { margin-top: 23px; }
  .aahl-price-card { max-width: 620px; }
  .aahl-resource-strip { grid-template-columns: 1fr; gap: 12px; }
  .aahl-bonus-intro { grid-template-columns: 1fr; }
  .aahl-bonus-stamp {
    display: flex;
    width: max-content;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-self: start;
    gap: 4px;
    padding: 10px 15px;
    border-radius: 999px;
    transform: none;
  }
  .aahl-bonus-stamp strong,
  .aahl-bonus-stamp span { display: inline; font-family: inherit; font-size: 11px; }
  .aahl-bonus-stamp span { max-width: none; margin: 0; text-transform: none; white-space: nowrap; }
  .aahl-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .aahl-facts-grid div:nth-child(2) { border-right: 0; }
  .aahl-facts-grid div:nth-child(-n+2) { border-bottom: 1px solid #e2ebf4; }
  .aahl-section { padding: 62px 0; }
  .aahl-bonus-intro { gap: 18px; margin-bottom: 25px; }
  .aahl-bonus-intro h2 { font-size: clamp(32px, 8vw, 43px); }
  .aahl-bonus-card:hover { transform: none; }
  .aahl-final-cta { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
}

@media (max-width: 560px) {
  .aahl-package .container { padding-right: 18px !important; padding-left: 18px !important; }
  .aahl-hero { padding: 94px 0 40px; }
  .aahl-breadcrumb { display: none; }
  .aahl-eyebrow { font-size: 10px; line-height: 1.45; letter-spacing: .085em; }
  .aahl-eyebrow::before { width: 20px; }
  .aahl-hero h1 { margin: 14px 0 16px; font-size: clamp(34px, 10vw, 42px); line-height: 1.06; }
  .aahl-lead { font-size: 15px; line-height: 1.65; }
  .aahl-actions,
  .aahl-final-actions { display: grid; grid-template-columns: 1fr; }
  .aahl-actions { gap: 10px; }
  .aahl-btn { width: 100%; min-height: 52px; border-radius: 14px; }
  .aahl-trust-row { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .aahl-price-card,
  .aahl-portal-panel { padding: 25px 20px; border-radius: 22px; }
  .aahl-price-card h2 { margin-bottom: 17px; font-size: 27px; }
  .aahl-price strong { font-size: 39px; }
  .aahl-local-price { flex-basis: 100%; font-size: 15px; }
  .aahl-facts-grid,
  .aahl-value-grid,
  .aahl-value-summary,
  .aahl-syllabus-grid,
  .aahl-assessment-grid,
  .aahl-fit-grid,
  .aahl-enrolment-grid { grid-template-columns: 1fr; }
  .aahl-value-summary div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .aahl-value-summary div:last-child { border-bottom: 0; }
  .aahl-mentor-stats { grid-template-columns: 1fr; }
  .aahl-bonus-grid { grid-template-columns: 1fr; }
  .aahl-bonus-card-wide { grid-column: auto; }
  .aahl-bonus-card summary { grid-template-columns: 38px minmax(0, 1fr) 28px; min-height: 88px; gap: 12px; padding: 17px 15px; }
  .aahl-bonus-card summary b { width: 36px; height: 36px; border-radius: 11px; }
  .aahl-bonus-card summary i { width: 28px; height: 28px; }
  .aahl-bonus-title strong { font-size: 15px; }
  .aahl-bonus-title small { font-size: 9px; }
  .aahl-bonus-body { margin: 0 15px 18px 65px; padding-top: 14px; }
  .aahl-bonus-body p { font-size: 13px; line-height: 1.65; }
  .aahl-bonus-body > span { border-radius: 9px; line-height: 1.4; }
  .aahl-bonus-note { padding: 15px 16px; border-radius: 12px; border-left-width: 3px; }
  .aahl-review { grid-template-columns: 1fr; }
  .aahl-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aahl-facts-grid div { padding: 18px 14px; }
  .aahl-facts-grid div:nth-child(odd) { border-right: 1px solid #e2ebf4; }
  .aahl-facts-grid div:nth-child(n+3) { border-bottom: 0; }
  .aahl-facts-grid strong { font-size: 15px; }
  .aahl-facts-grid span { font-size: 11px; line-height: 1.45; }
  .aahl-inclusions-grid { grid-template-columns: 1fr; }
  .aahl-section { padding: 52px 0; }
  .aahl-section-head { margin-bottom: 30px; }
  .aahl-section-head h2,
  .aahl-ia-copy h2 { font-size: 32px; }
  .aahl-section-head p,
  .aahl-ia-copy p { font-size: 14px; line-height: 1.68; }
  .aahl-section-head { text-align: left; }
  .aahl-section-head > span { justify-content: flex-start; }
  .aahl-final-cta { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  .aahl-final-cta-inner { padding: 30px 22px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .aahl-bonus-card,
  .aahl-bonus-card summary i { transition: none; }
}
