/* =========================================================
   TRUELEAN LEARNING CENTRE
   Reusable styles for long-form learning pages
   ========================================================= */

.learning-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#081f34 0%,#0b2e4d 58%,#0d385d 100%);
  color:#fff;
  padding:72px 0 58px;
}

.learning-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent);
}

.learning-hero .container{
  position:relative;
  z-index:2;
}

.learning-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin:0 0 26px;
  font-size:12px;
  color:#bfd0de;
}

.learning-breadcrumb a{
  color:#fff;
  font-weight:750;
}

.learning-breadcrumb span{
  opacity:.72;
}

.module-label{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px;
  padding:7px 11px;
  border-radius:8px;
  background:rgba(244,196,48,.14);
  border:1px solid rgba(244,196,48,.35);
  color:var(--yellow);
  font-size:11px;
  letter-spacing:.11em;
  font-weight:900;
}

.learning-hero h1{
  margin:0;
  max-width:980px;
  font-size:clamp(40px,5vw,64px);
  line-height:1.04;
  letter-spacing:-.035em;
}

.learning-hero .hero-intro{
  max-width:880px;
  margin:22px 0 0;
  color:#d4e2ec;
  font-size:19px;
  line-height:1.55;
}

.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.article-meta span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 11px;
  border-radius:8px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:#dce8f0;
  font-size:12px;
  font-weight:700;
}

.learning-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 280px;
  gap:54px;
  align-items:start;
  padding:64px 0 90px;
}

.article-content{
  min-width:0;
}

.article-content section{
  margin:0 0 66px;
  scroll-margin-top:110px;
}

.article-content h2{
  margin:0 0 18px;
  color:var(--navy);
  font-size:clamp(30px,3.6vw,44px);
  line-height:1.12;
  letter-spacing:-.025em;
}

.article-content h3{
  margin:30px 0 12px;
  color:var(--navy);
  font-size:24px;
  line-height:1.25;
}

.article-content p{
  margin:0 0 18px;
  color:#45596b;
  font-size:17px;
  line-height:1.75;
}

.article-content ul,
.article-content ol{
  margin:18px 0 22px;
  padding-left:24px;
}

.article-content li{
  margin:8px 0;
  color:#45596b;
  font-size:16px;
  line-height:1.65;
}

.article-lead{
  margin-bottom:34px;
  padding:26px 28px;
  border-left:5px solid var(--yellow);
  border-radius:14px;
  background:#f7f9fb;
}

.article-lead p{
  margin:0;
  color:#2b4154;
  font-size:18px;
}

.key-definition{
  margin:28px 0;
  padding:28px;
  border-radius:16px;
  background:var(--navy);
  color:#fff;
}

.key-definition strong{
  display:block;
  margin-bottom:8px;
  color:var(--yellow);
  font-size:12px;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.key-definition p{
  margin:0;
  color:#fff;
  font-size:21px;
  line-height:1.55;
  font-weight:750;
}

.teaching-note{
  margin:28px 0;
  padding:22px 24px;
  border:1px solid #d9e3ea;
  border-left:5px solid var(--yellow);
  border-radius:14px;
  background:#fffdf6;
}

.teaching-note strong{
  display:block;
  margin-bottom:6px;
  color:#755900;
  font-size:13px;
  letter-spacing:.05em;
}

.teaching-note p{
  margin:0;
  font-size:15px;
}

.truelean-note{
  margin:28px 0;
  padding:24px;
  border-radius:14px;
  background:#eef4f8;
  border:1px solid #d7e1e8;
}

.truelean-note strong{
  display:block;
  margin-bottom:6px;
  color:var(--navy);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.truelean-note p{
  margin:0;
  font-size:15px;
}

.article-figure{
  margin:34px 0 42px;
}

.article-figure img{
  width:100%;
  border-radius:16px;
  border:1px solid #dbe3e9;
  box-shadow:0 18px 42px rgba(11,39,64,.10);
}

.article-figure figcaption{
  margin-top:12px;
  color:#6b7c8b;
  font-size:13px;
  line-height:1.55;
}

.article-table{
  width:100%;
  border-collapse:collapse;
  margin:26px 0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  overflow:hidden;
}

.article-table th,
.article-table td{
  padding:14px 16px;
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
  font-size:14px;
}

.article-table th{
  background:var(--navy);
  color:#fff;
  font-weight:850;
}

.article-table tr:last-child td{
  border-bottom:0;
}

.inline-framework{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin:28px 0;
}

.inline-framework span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:10px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-align:center;
}

.inline-framework span:nth-child(2){background:#126c53}
.inline-framework span:nth-child(3){background:#d99000}
.inline-framework span:nth-child(4){background:#e85b12}
.inline-framework span:nth-child(5){background:#c91919}

.disclaimer{
  margin:28px 0;
  padding:20px 22px;
  border-radius:12px;
  background:#f5f7f9;
  border:1px solid #dbe2e8;
  color:#5d6e7c;
  font-size:13px;
  line-height:1.6;
}

.disclaimer strong{
  color:#34495b;
}

.takeaways{
  padding:30px;
  border-radius:18px;
  background:linear-gradient(145deg,#0b2740,#123b5f);
  color:#fff;
}

.takeaways h3{
  margin-top:0;
  color:#fff;
}

.takeaways ul{
  margin-bottom:0;
}

.takeaways li{
  color:#dce7ef;
}

.learning-sidebar{
  position:sticky;
  top:112px;
}

.toc-card{
  padding:22px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 30px rgba(11,39,64,.06);
}

.toc-card h2{
  margin:0 0 14px;
  color:var(--navy);
  font-size:17px;
}

.toc-card nav{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.toc-card a{
  display:block;
  padding:8px 10px;
  border-radius:8px;
  color:#536779;
  font-size:13px;
  line-height:1.35;
}

.toc-card a:hover{
  background:var(--soft);
  color:var(--navy);
}

.sidebar-resource{
  margin-top:18px;
  padding:22px;
  border-radius:16px;
  background:var(--navy);
  color:#fff;
}

.sidebar-resource .resource-kicker{
  display:block;
  margin-bottom:8px;
  color:var(--yellow);
  font-size:10px;
  letter-spacing:.11em;
  font-weight:900;
}

.sidebar-resource h3{
  margin:0 0 8px;
  color:#fff;
  font-size:19px;
  line-height:1.25;
}

.sidebar-resource p{
  margin:0 0 16px;
  color:#c9d9e5;
  font-size:13px;
  line-height:1.55;
}

.sidebar-resource a{
  color:var(--yellow);
  font-size:13px;
  font-weight:850;
}

.learning-resource{
  display:grid;
  grid-template-columns:1fr auto;
  gap:28px;
  align-items:center;
  margin-top:28px;
  padding:30px;
  border-radius:18px;
  background:#f6f9fb;
  border:1px solid var(--line);
}

.learning-resource h3{
  margin:0 0 8px;
}

.learning-resource p{
  margin:0;
}

.learning-resource .btn{
  white-space:nowrap;
}

.related-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:24px;
}

.related-card{
  display:flex;
  flex-direction:column;
  min-height:200px;
  padding:22px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
}

.related-card span{
  margin-bottom:10px;
  color:#876600;
  font-size:10px;
  letter-spacing:.1em;
  font-weight:900;
}

.related-card h3{
  margin:0 0 8px;
  font-size:19px;
}

.related-card p{
  margin:0 0 18px;
  font-size:14px;
}

.related-card a{
  margin-top:auto;
  color:#7d6000;
  font-size:13px;
  font-weight:850;
}

.learning-next{
  margin-top:34px;
  padding:28px;
  border-radius:18px;
  background:#fff8d8;
  border:1px solid #ead88a;
}

.learning-next span{
  display:block;
  margin-bottom:6px;
  color:#856400;
  font-size:10px;
  letter-spacing:.11em;
  font-weight:900;
}

.learning-next h3{
  margin:0 0 8px;
  font-size:24px;
}

.learning-next p{
  margin-bottom:16px;
}
.learning-next .btn-secondary{
  background:#ffffff;
  color:#0b2e4d;
  border:2px solid #d4b530;
  box-shadow:none;
}

.learning-next .btn-secondary:hover{
  background:#0b2e4d;
  color:#ffffff;
  border-color:#0b2e4d;
}
.learning-cta{
  margin-top:60px;
  padding:42px;
  border-radius:22px;
  background:var(--navy);
  color:#fff;
}

.learning-cta h2{
  margin-top:0;
  color:#fff;
}

.learning-cta p{
  color:#cbd9e4;
}

.learning-cta .btn{
  margin-top:8px;
}

.learning-progress{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:26px 0 0;
}

.learning-progress span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  border-radius:9px;
  background:#eef3f6;
  color:#4b6275;
  font-size:12px;
  font-weight:850;
}

.learning-progress span:first-child{
  background:var(--navy);
  color:#fff;
}

@media(max-width:1000px){
  .learning-shell{
    grid-template-columns:1fr;
    gap:34px;
  }

  .learning-sidebar{
    position:static;
    order:-1;
  }

  .toc-card nav{
    display:grid;
    grid-template-columns:repeat(2,1fr);
  }

  .inline-framework{
    grid-template-columns:repeat(3,1fr);
  }

  .related-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:760px){
  .learning-hero{
    padding:54px 0 44px;
  }

  .learning-hero h1{
    font-size:34px;
  }

  .learning-hero .hero-intro{
    font-size:16px;
  }

  .learning-shell{
    padding:44px 0 66px;
  }

  .article-content section{
    margin-bottom:50px;
  }

  .article-content p{
    font-size:16px;
  }

  .toc-card nav{
    grid-template-columns:1fr;
  }

  .inline-framework{
    grid-template-columns:1fr;
  }

  .learning-resource{
    grid-template-columns:1fr;
  }

  .related-grid{
    grid-template-columns:1fr;
  }

  .learning-progress{
    grid-template-columns:1fr 1fr;
  }

  .learning-cta{
    padding:28px 22px;
  }
}

/* =========================================================
   TRUELEAN LEARNING CENTRE — LANDING PAGE
   ========================================================= */

.centre-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#081f34 0%,#0b2e4d 58%,#0d385d 100%);
  color:#fff;
  padding:82px 0 70px;
}

.centre-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent);
}

.centre-hero .container{
  position:relative;
  z-index:2;
}

.centre-kicker{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  margin-bottom:18px;
  border:1px solid rgba(244,196,48,.35);
  border-radius:8px;
  background:rgba(244,196,48,.14);
  color:var(--yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
}

.centre-hero h1{
  max-width:980px;
  margin:0;
  color:#fff;
  font-size:clamp(42px,5.4vw,70px);
  line-height:1.03;
  letter-spacing:-.04em;
}

.centre-hero .centre-intro{
  max-width:850px;
  margin:24px 0 0;
  color:#d4e2ec;
  font-size:19px;
  line-height:1.6;
}

.centre-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px;
}

.centre-hero .btn-outline{
  color:#fff;
  border-color:rgba(255,255,255,.35);
  background:rgba(255,255,255,.04);
}

.centre-hero .btn-outline:hover{
  border-color:#fff;
  background:rgba(255,255,255,.09);
}

.centre-section{
  padding:76px 0;
}

.centre-section.soft{
  background:var(--soft);
}

.centre-section h2{
  max-width:900px;
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(32px,4vw,48px);
  line-height:1.1;
  letter-spacing:-.025em;
}

.centre-section .section-intro{
  max-width:850px;
  margin:0 0 34px;
  color:#526678;
  font-size:17px;
  line-height:1.7;
}

.system-statement{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
  gap:34px;
  align-items:center;
}

.system-statement-copy{
  padding-right:20px;
}

.system-statement-panel{
  padding:28px;
  border-radius:18px;
  background:var(--navy);
  color:#fff;
  box-shadow:0 18px 44px rgba(11,39,64,.14);
}

.system-statement-panel span{
  display:block;
  margin-bottom:8px;
  color:var(--yellow);
  font-size:11px;
  font-weight:900;
  letter-spacing:.11em;
}

.system-statement-panel p{
  margin:0;
  color:#fff;
  font-size:21px;
  line-height:1.5;
  font-weight:800;
}

.learning-path{
  display:grid;
  grid-template-columns:repeat(9,1fr);
  gap:7px;
  margin-top:34px;
}

.learning-path span{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:9px 6px;
  border-radius:10px;
  background:#fff;
  border:1px solid var(--line);
  color:var(--navy);
  font-size:11px;
  font-weight:850;
  line-height:1.25;
  text-align:center;
}

.learning-path span:not(:last-child):after{
  content:"›";
  position:absolute;
  right:-8px;
  z-index:2;
  color:#9aaab7;
  font-size:18px;
  font-weight:900;
}

.learning-groups{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:32px;
}

.learning-group{
  padding:24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 28px rgba(11,39,64,.05);
}

.learning-group .group-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  margin-bottom:14px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.learning-group h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:20px;
}

.learning-group p{
  margin:0;
  color:#627586;
  font-size:14px;
  line-height:1.6;
}

.module-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:34px;
}

.module-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:270px;
  padding:26px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 32px rgba(11,39,64,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}

.module-card.available:hover{
  transform:translateY(-3px);
  border-color:#c8d5df;
  box-shadow:0 18px 42px rgba(11,39,64,.10);
}

.module-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:22px;
}

.module-number{
  color:#8b6900;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
}

.module-status{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  background:#eef2f5;
  color:#697a88;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
}

.module-status.live{
  background:#e6f5ec;
  color:#167246;
}

.module-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:25px;
  line-height:1.2;
}

.module-card p{
  margin:0 0 20px;
  color:#5b6f80;
  font-size:15px;
  line-height:1.65;
}

.module-topics{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:auto;
  padding-top:10px;
}

.module-topics span{
  padding:6px 8px;
  border-radius:7px;
  background:#f2f5f7;
  color:#617485;
  font-size:10px;
  font-weight:750;
}

.module-link{
  display:inline-flex;
  margin-top:20px;
  color:#806100;
  font-size:13px;
  font-weight:900;
}

.module-card.upcoming{
  background:#fafbfc;
}

.module-card.upcoming h3,
.module-card.upcoming p{
  opacity:.88;
}

.truelean-difference{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin:32px 0 20px;
}

.truelean-difference span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:64px;
  padding:12px 8px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  font-size:12px;
  font-weight:900;
  line-height:1.3;
  text-align:center;
}

.truelean-difference span:nth-child(2){
  background:#135e78;
}

.truelean-difference span:nth-child(3){
  background:#14785e;
}

.truelean-difference span:nth-child(4){
  background:#b57a00;
}

.truelean-difference span:nth-child(5){
  background:#d45416;
}

.centre-framework{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:28px;
}

.centre-framework span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:10px;
  border-radius:10px;
  background:var(--navy);
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
}

.centre-framework span:nth-child(2){
  background:#126c53;
}

.centre-framework span:nth-child(3){
  background:#d99000;
}

.centre-framework span:nth-child(4){
  background:#e85b12;
}

.centre-framework span:nth-child(5){
  background:#c91919;
}

.centre-resource-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:32px;
}

.centre-resource-card{
  display:flex;
  flex-direction:column;
  min-height:250px;
  padding:25px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}

.centre-resource-card .resource-type{
  margin-bottom:10px;
  color:#876600;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}

.centre-resource-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:21px;
  line-height:1.3;
}

.centre-resource-card p{
  margin:0 0 18px;
  color:#5d7182;
  font-size:14px;
  line-height:1.65;
}

.centre-resource-card a{
  margin-top:auto;
  color:#7d6000;
  font-size:13px;
  font-weight:900;
}

.learn-apply-support{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:32px;
}

.learn-apply-support div{
  padding:26px;
  border-radius:16px;
  background:#fff;
  border:1px solid var(--line);
}

.learn-apply-support strong{
  display:block;
  margin-bottom:7px;
  color:var(--navy);
  font-size:20px;
}

.learn-apply-support p{
  margin:0;
  color:#607485;
  font-size:14px;
  line-height:1.6;
}

.centre-final-cta{
  position:relative;
  overflow:hidden;
  padding:62px 0;
  background:var(--navy);
  color:#fff;
}

.centre-final-cta h2{
  max-width:820px;
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(32px,4vw,48px);
  line-height:1.1;
}

.centre-final-cta p{
  max-width:760px;
  margin:0 0 26px;
  color:#cbd9e4;
  font-size:17px;
  line-height:1.65;
}

@media(max-width:1050px){
  .learning-path{
    grid-template-columns:repeat(3,1fr);
  }

  .learning-path span:after{
    display:none;
  }

  .learning-groups{
    grid-template-columns:1fr 1fr;
  }

  .centre-resource-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:800px){
  .centre-hero{
    padding:58px 0 50px;
  }

  .centre-hero h1{
    font-size:38px;
  }

  .centre-hero .centre-intro{
    font-size:16px;
  }

  .centre-section{
    padding:56px 0;
  }

  .system-statement{
    grid-template-columns:1fr;
  }

  .system-statement-copy{
    padding-right:0;
  }

  .module-grid{
    grid-template-columns:1fr;
  }

  .truelean-difference,
  .centre-framework{
    grid-template-columns:1fr;
  }

  .centre-resource-grid,
  .learn-apply-support{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){

  /* Learning Path: 3 compact columns instead of 9 stacked rows */
  .learning-path{
    grid-template-columns:repeat(3,1fr);
    gap:7px;
    margin-top:20px;
  }

  .learning-path span{
    min-height:42px;
    padding:8px 5px;
    border-radius:9px;
    font-size:11px;
    line-height:1.2;
  }

  /* Learning Groups remain single-column but tighter */
  .learning-groups{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:24px;
  }

  .learning-group{
    padding:18px;
  }

  .learning-group .group-number{
    width:30px;
    height:30px;
    margin-bottom:10px;
    font-size:11px;
  }

  .learning-group h3{
    font-size:21px;
    line-height:1.15;
    margin-bottom:6px;
  }

  .learning-group p{
    font-size:14px;
    line-height:1.5;
  }

  /* Reduce overall section spacing */
  .centre-section{
    padding:36px 0;
  }

  .centre-section h2{
    font-size:29px;
    line-height:1.1;
  }

  .centre-section .section-intro{
    margin-bottom:24px;
    font-size:15px;
    line-height:1.55;
  }

  /* Module cards: natural height with no large blank area */
  .module-card{
    min-height:0;
    padding:18px;
  }

  .module-topline{
    margin-bottom:14px;
  }

  .module-card h3{
    font-size:22px;
    line-height:1.15;
    margin-bottom:8px;
  }

  .module-card p{
    margin-bottom:10px;
    font-size:14px;
    line-height:1.5;
  }

  .module-topics{
    margin-top:10px;
    padding-top:0;
    gap:5px;
  }

  .module-topics span{
    padding:6px 8px;
    font-size:9px;
  }

  .module-link{
    margin-top:14px;
  }

  /* TrueLean Difference: compact two-column system */
  .truelean-difference{
    grid-template-columns:repeat(2,1fr);
    gap:7px;
    margin:20px 0 14px;
  }

  .truelean-difference span{
    min-height:42px;
    padding:7px 6px;
    font-size:10px;
    border-radius:8px;
  }

  .truelean-difference span:last-child{
    grid-column:1 / -1;
  }

  /* Assess → Sustain: compact two-column layout */
  .centre-framework{
    grid-template-columns:repeat(2,1fr);
    gap:7px;
    margin-top:18px;
  }

  .centre-framework span{
    min-height:42px;
    padding:7px;
    font-size:10px;
    border-radius:8px;
  }

  .centre-framework span:last-child{
    grid-column:1 / -1;
  }

  /* Compact resource/support grids */
  .centre-resource-grid,
  .learn-apply-support{
    gap:12px;
  }
}

/* =========================================================
   TRUELEAN DIFFERENCE: FROM METHODS TO SUSTAINED PERFORMANCE
   ========================================================= */
.truelean-system-section .section-intro{
  max-width:860px;
}

.tl-system-figure{
  margin:36px 0 0;
  padding:0;
  border:1px solid #d7e1e8;
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 50px rgba(11,39,64,.08);
  overflow:hidden;
}

.tl-system-figure-title{
  padding:25px 30px 23px;
  background:var(--navy);
  color:#fff;
  text-align:center;
}

.tl-system-figure-title span{
  display:block;
  color:var(--yellow);
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
}

.tl-system-figure-title p{
  margin:6px 0 0;
  color:#d5e1ea;
  font-size:14px;
}

.tl-methods-band,
.tl-results-band{
  display:grid;
  grid-template-columns:115px 1fr;
  gap:20px;
  align-items:center;
  margin:28px 30px 0;
  padding:22px 24px;
  border-radius:14px;
}

.tl-methods-band{
  border:1px solid #cbd9e3;
  background:#f5f8fa;
}

.tl-results-band{
  margin-top:0;
  background:#0e654e;
  color:#fff;
}

.tl-stage-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 10px;
  border-radius:7px;
  background:#f4c430;
  color:#0b2740;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-align:center;
}

.tl-methods-band strong,
.tl-results-band strong,
.tl-system-heading strong,
.tl-path-heading strong{
  display:block;
  color:var(--navy);
  font-size:20px;
  line-height:1.25;
}

.tl-methods-band p,
.tl-results-band p,
.tl-system-heading p,
.tl-path-heading p{
  margin:5px 0 0;
  color:#5f7385;
  font-size:14px;
  line-height:1.5;
}

.tl-results-band strong,
.tl-results-band p{
  color:#fff;
}

.tl-flow-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  height:34px;
  color:#a77500;
  font-size:25px;
  font-weight:900;
  line-height:1;
}

.tl-operating-system,
.tl-improvement-path{
  margin:0 30px;
  padding:24px;
  border:1px solid #cbd9e3;
  border-radius:16px;
  background:#fff;
}

.tl-operating-system{
  border-top:5px solid var(--navy);
}

.tl-improvement-path{
  border-top:5px solid #f4c430;
  background:#fbfcfd;
}

.tl-system-heading,
.tl-path-heading{
  display:grid;
  grid-template-columns:115px 1fr;
  gap:20px;
  align-items:center;
  margin-bottom:20px;
}

.tl-system-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.tl-system-grid article{
  min-width:0;
  padding:18px;
  border:1px solid #dce5eb;
  border-radius:12px;
  background:#f7f9fb;
}

.tl-system-grid article > span,
.tl-improvement-path li > span{
  color:#9a7200;
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
}

.tl-system-grid h3{
  margin:7px 0 8px;
  color:var(--navy);
  font-size:17px;
  line-height:1.2;
}

.tl-system-grid p{
  margin:0;
  color:#607486;
  font-size:13px;
  line-height:1.5;
}

.tl-improvement-path ol{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
  counter-reset:none;
}

.tl-improvement-path li{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:132px;
  padding:17px 16px;
  border-radius:11px;
  background:var(--navy);
  color:#fff;
}

.tl-improvement-path li:not(:last-child)::after{
  content:"→";
  position:absolute;
  z-index:2;
  top:50%;
  right:-10px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#f4c430;
  color:var(--navy);
  font-size:13px;
  font-weight:950;
  line-height:20px;
  text-align:center;
  transform:translateY(-50%);
}

.tl-improvement-path li > span{
  color:#f4c430;
}

.tl-improvement-path li strong{
  margin:7px 0 8px;
  font-size:15px;
  line-height:1.2;
  text-transform:uppercase;
}

.tl-improvement-path li small{
  color:#d5e1ea;
  font-size:12px;
  line-height:1.45;
}

.tl-system-figure figcaption{
  padding:19px 30px 22px;
  color:#627587;
  font-size:12px;
  line-height:1.55;
  text-align:center;
}

@media(max-width:900px){
  .tl-system-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tl-improvement-path ol{
    grid-template-columns:1fr;
  }

  .tl-improvement-path li{
    min-height:0;
  }

  .tl-improvement-path li:not(:last-child)::after{
    content:"↓";
    top:auto;
    right:50%;
    bottom:-15px;
    transform:translateX(50%);
  }
}

@media(max-width:560px){
  .tl-system-figure{
    margin-top:26px;
    border-radius:16px;
  }

  .tl-system-figure-title{
    padding:21px 18px;
  }

  .tl-system-figure-title span{
    font-size:11px;
    line-height:1.45;
  }

  .tl-system-figure-title p{
    font-size:13px;
    line-height:1.45;
  }

  .tl-methods-band,
  .tl-results-band,
  .tl-system-heading,
  .tl-path-heading{
    grid-template-columns:1fr;
    gap:10px;
  }

  .tl-methods-band,
  .tl-results-band{
    margin-left:14px;
    margin-right:14px;
    padding:18px;
  }

  .tl-operating-system,
  .tl-improvement-path{
    margin-left:14px;
    margin-right:14px;
    padding:18px;
  }

  .tl-stage-label{
    justify-self:start;
    min-height:30px;
  }

  .tl-system-grid{
    grid-template-columns:1fr;
    gap:9px;
  }

  .tl-system-grid article{
    padding:16px;
  }

  .tl-methods-band strong,
  .tl-results-band strong,
  .tl-system-heading strong,
  .tl-path-heading strong{
    font-size:18px;
  }

  .tl-improvement-path li{
    padding:15px 16px;
  }

  .tl-system-figure figcaption{
    padding:17px 18px 20px;
    text-align:left;
  }
}
