/* SkillGrade Academy - redesigned to match approved navy / orange / white visual reference */
:root{
  --navy:#006A8E;
  --navy2:#087FA3;
  --orange:#F47A20;
  --orange-soft:#FFF0E5;
  --blue:#1A91B8;
  --blue-soft:#EAF6FA;
  --text:#173F54;
  --muted:#617681;
  --line:#D8E7ED;
  --warm:#FAFCFD;
  --white:#fff;
  --container:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--container),calc(100% - 40px));margin:auto}

.site-header{
  background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100
}
.nav-row{height:76px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:14px;min-width:max-content}
.brand-icon{width:52px;height:52px;position:relative}
.brand-icon i{position:absolute;width:34px;height:7px;border-radius:8px;transform:rotate(-38deg);left:5px}
.brand-icon i:nth-child(1){top:7px;background:var(--orange)}
.brand-icon i:nth-child(2){top:20px;background:#1A91B8}
.brand-icon i:nth-child(3){top:33px;background:var(--orange)}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-size:2rem;color:#087FA3;line-height:1;font-weight:800}
.brand-copy small{font-size:.72rem;color:#6d7e90;margin-top:6px}
.main-nav{margin-left:auto;display:flex;gap:30px;align-items:center;font-weight:700}
.main-nav a{padding:28px 0 23px;border-bottom:3px solid transparent}
.main-nav a:hover,.main-nav a.active{color:var(--navy);border-color:var(--orange)}
.menu-toggle{display:none;margin-left:auto;background:none;border:none;cursor:pointer}
.menu-toggle span{display:block;width:26px;height:2px;background:var(--navy);margin:5px}

.hero{background:#fff;padding:8px 0 16px}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:26px;align-items:stretch}
.hero-left{padding:24px 12px 6px 0}
.hero-left h1{font-size:clamp(3.2rem,5vw,5.25rem);line-height:1.02;letter-spacing:-.045em;margin:0;color:var(--navy);font-weight:800}
.hero-left h1 span{color:var(--orange)}
.hero-sub{font-size:1.28rem;margin:18px 0 22px;max-width:620px;color:#3C6070}
.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:18px}
.benefit{text-align:center;padding:0 14px;border-right:1px solid #D8E7ED}
.benefit:last-child{border-right:none}
.mini-icon{width:46px;height:46px;border:2px solid var(--navy);display:grid;place-items:center;border-radius:50%;margin:0 auto 12px;font-size:1.15rem}
.benefit strong{font-size:.88rem;line-height:1.35;color:var(--navy)}
.hero-right{padding:2px 0}
.hero-card{background:linear-gradient(180deg,#004A68,#006A8E);border-radius:18px;overflow:hidden;color:#fff;box-shadow:0 12px 30px rgba(8,42,83,.18)}
.hero-copy-block{position:relative;min-height:260px;padding:30px 34px}
.hero-copy-block h2{font-size:2.25rem;line-height:1.35;margin:0;position:relative;z-index:2}
.hero-copy-block h2 span{color:var(--orange)}
.ai-art{position:absolute;right:12px;top:10px;width:52%;height:72%}
.ai-art svg{width:100%;height:100%}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.25)}
.hero-stats div{text-align:center;padding:14px 8px;border-right:1px solid rgba(255,255,255,.2)}
.hero-stats div:last-child{border-right:none}
.hero-stats strong{display:block;font-size:1.7rem;color:var(--orange);margin-bottom:5px}
.hero-stats span{font-size:.78rem;color:#fff;line-height:1.25}

.credibility{background:#F3F9FB;border-top:1px solid #DCECF1;border-bottom:1px solid #DCECF1;padding:16px 0}
.credibility-inner{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center}
.profile-thumb{width:92px;height:92px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 5px 14px rgba(8,42,83,.12)}
.credibility-copy h2{margin:0 0 6px;font-size:1.35rem;color:var(--navy)}
.credibility-copy p{margin:0;color:#526E7A}
.meet-link{font-weight:800;color:#E96D18;white-space:nowrap}

.program-section{padding:36px 0 34px;background:#fff}
.section-heading{text-align:center;margin-bottom:22px}
.section-heading h2{font-size:2.5rem;color:var(--navy);margin:0 0 8px;letter-spacing:-.02em}
.section-heading p{margin:0;color:#66778b;font-size:1.1rem}
.program-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.program-card{border:1px solid #D8E7ED;border-radius:18px;padding:20px 20px;min-height:270px;display:flex;flex-direction:column;background:#fff;box-shadow:0 6px 16px rgba(8,42,83,.05)}
.program-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:1.3rem;margin-bottom:20px;font-weight:800}
.program-icon.blue{background:var(--blue-soft);color:#1A91B8}
.program-icon.orange{background:var(--orange-soft);color:var(--orange)}
.program-card h3{font-size:1.12rem;line-height:1.4;margin:0 0 10px;color:var(--navy)}
.program-card p{color:#617681;margin:0 0 22px}
.program-card a{margin-top:auto;color:#E96D18;font-weight:800}

.takeaways{background:#FAFCFD;padding:34px 0 38px;border-top:1px solid #DFECF0;border-bottom:1px solid #DFECF0}
.takeaway-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.takeaway-grid article{text-align:center;padding:4px 18px}
.takeaway-icon{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:1.6rem;font-weight:800}
.takeaway-icon.orange{background:var(--orange-soft);color:var(--orange)}
.takeaway-icon.blue{background:var(--blue-soft);color:#1A91B8}
.takeaway-grid h3{margin:0 0 8px;color:var(--navy);font-size:1.25rem}
.takeaway-grid p{margin:0;color:#64758a}

.cta{background:#FAFCFD;padding:0 0 24px}
.cta-box{background:linear-gradient(90deg,#006A8E,#087FA3);border-radius:18px;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:#fff}
.cta-box h2{margin:0 0 6px;font-size:2rem}
.cta-box p{margin:0;color:#E6F4F2}
.cta-btn{background:#fff;color:var(--navy);padding:16px 30px;border-radius:10px;font-weight:800}

.resource-strip{padding:24px 0 32px;background:#fff}
.resource-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.resource-grid a{border:1px solid #D8E7ED;border-radius:14px;padding:20px;display:flex;gap:14px;align-items:flex-start}
.resource-grid a>span{width:42px;height:42px;border-radius:9px;background:var(--blue-soft);color:#1A91B8;display:grid;place-items:center;flex:0 0 auto}
.resource-grid strong{display:block;color:var(--navy);margin-bottom:3px}
.resource-grid small{color:#6d7e90}

footer{background:#006A8E;color:#EAF4F7;padding:36px 0 14px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:40px}
footer h2,footer h3{color:#fff;margin-top:0}
footer a,footer span{display:block;color:#EAF4F7;margin:6px 0}
.footer-bottom{margin-top:22px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between;gap:20px}
.footer-bottom div{display:flex;gap:20px}

.team-page{background:#fff}
.team-hero{padding:72px 0 90px}
.section-heading.left{text-align:left}
.team-card{display:grid;grid-template-columns:180px 1fr;gap:34px;align-items:center;border:1px solid #D8E7ED;border-radius:18px;padding:32px;background:#fff;box-shadow:0 10px 28px rgba(8,42,83,.08)}
.team-photo{width:180px;height:180px;border-radius:18px;object-fit:cover}
.eyebrow{color:#1A91B8;font-weight:800;margin:0 0 4px}
.team-card h2{margin:0 0 12px;color:var(--navy);font-size:2.2rem}
.team-card p{color:#617681}

@media(max-width:1080px){
  .main-nav{gap:18px;font-size:.92rem}
  .hero-grid{grid-template-columns:1fr}
  .hero-left{padding-right:0}
  .hero-benefits{max-width:760px}
  .hero-right{padding-top:0}
  .program-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:850px){
  .menu-toggle{display:block}
  .main-nav{display:none;position:absolute;left:18px;right:18px;top:74px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px rgba(8,42,83,.12);padding:14px;flex-direction:column;align-items:flex-start;gap:0}
  .main-nav.open{display:flex}
  .main-nav a{width:100%;padding:11px 10px;border-bottom:none}
  .credibility-inner{grid-template-columns:auto 1fr}
  .meet-link{grid-column:2}
  .takeaway-grid{grid-template-columns:repeat(2,1fr)}
  .resource-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .container{width:min(var(--container),calc(100% - 26px))}
  .nav-row{height:72px}
  .brand-copy strong{font-size:1.6rem}
  .brand-copy small{font-size:.6rem}
  .brand-icon{width:42px;height:42px}
  .brand-icon i{width:28px}
  .hero{padding-top:0}
  .hero-left h1{font-size:3.2rem}
  .hero-sub{font-size:1.06rem}
  .hero-benefits{grid-template-columns:repeat(2,1fr);row-gap:22px}
  .benefit:nth-child(2){border-right:none}
  .hero-copy-block{min-height:250px;padding:26px 22px}
  .hero-copy-block h2{font-size:1.8rem}
  .ai-art{width:64%}
  .hero-stats div{padding:14px 5px}
  .hero-stats strong{font-size:1.25rem}
  .hero-stats span{font-size:.64rem}
  .credibility-inner{grid-template-columns:72px 1fr}
  .profile-thumb{width:72px;height:72px}
  .program-grid,.takeaway-grid,.resource-grid{grid-template-columns:1fr}
  .cta-box{flex-direction:column;align-items:flex-start}
  .cta-btn{width:100%;text-align:center}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
  .team-card{grid-template-columns:1fr}
  .team-photo{width:120px;height:120px}
}


/* FINAL HERO COMPACTION — specifically removes blank navy space above stats */
.hero-card{
  display:flex;
  flex-direction:column;
}
.hero-copy-block{
  min-height:0 !important;
  height:210px !important;
  padding:24px 34px 8px !important;
  overflow:hidden;
}
.hero-copy-block h2{
  margin:0 !important;
  line-height:1.25 !important;
}
.ai-art{
  top:4px !important;
  right:12px !important;
  width:47% !important;
  height:94% !important;
}
.hero-stats{
  margin-top:0 !important;
}
@media(max-width:640px){
  .hero-copy-block{
    height:190px !important;
    min-height:0 !important;
    padding:20px 20px 6px !important;
  }
  .ai-art{
    width:48% !important;
    height:88% !important;
  }
}


.cta-copy-wrap{display:flex;align-items:center;gap:20px}
.cta-icon{width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center}
.cta-icon svg{width:58px;height:58px;fill:none;stroke:var(--orange);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:640px){
  .cta-copy-wrap{align-items:flex-start;gap:14px}
  .cta-icon{width:48px;height:48px;flex-basis:48px}
  .cta-icon svg{width:44px;height:44px}
}


/* Above-the-fold primary actions */
.hero-quick-actions{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  margin:22px 0 24px;
}
.hero-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 24px;
  border-radius:10px;
  font-weight:800;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.hero-cta:hover{
  transform:translateY(-1px);
}
.hero-cta-primary{
  background:#F47A20;
  color:#fff;
  border:2px solid #F47A20;
  box-shadow:0 8px 20px rgba(244,122,32,.18);
}
.hero-cta-primary:hover{
  background:#df6817;
  border-color:#df6817;
}
.hero-cta-secondary{
  background:#fff;
  color:#006A8E;
  border:2px solid #006A8E;
}
.hero-cta-secondary:hover{
  background:#EAF6FA;
}
@media (max-width: 640px){
  .hero-quick-actions{
    gap:10px;
    margin:18px 0 20px;
  }
  .hero-cta{
    flex:1 1 145px;
    padding:11px 16px;
  }
}


/* Individual course page */
.course-hero{background:linear-gradient(135deg,#f5fbfd 0%,#fff 58%,#fff5ec 100%);padding:58px 0;border-bottom:1px solid #dcecf1}
.course-hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:54px;align-items:center}
.course-kicker,.section-label{font-size:.78rem;font-weight:900;letter-spacing:.13em;color:#F47A20;margin:0 0 12px}
.course-hero h1{font-size:clamp(3rem,5vw,5rem);line-height:1.04;letter-spacing:-.04em;color:#006A8E;margin:0}
.course-hero h1 span{color:#F47A20}
.course-lead{font-size:1.18rem;max-width:760px;color:#3C6070;margin:22px 0 0}
.course-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.course-summary-card{background:#006A8E;color:#fff;border-radius:18px;padding:28px;box-shadow:0 14px 34px rgba(0,106,142,.16)}
.course-summary-card h2{margin:0 0 18px;font-size:1.55rem}
.course-summary-card>div{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.course-summary-card strong,.course-summary-card span{display:block}
.course-summary-card strong{color:#ffd7ba;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}
.course-summary-card span{font-size:.96rem}
.course-note{font-size:.78rem;color:#e8f5f7;margin:16px 0 0}
.course-section{padding:54px 0;background:#fff}
.course-section.alt{background:#f7fbfc}
.course-two-col{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:start}
.course-section h2{font-size:2.25rem;color:#006A8E;margin:0 0 14px;line-height:1.15}
.course-section p{color:#587276}
.problem-card,.prereq-card{border:1px solid #d8e7ed;border-radius:16px;padding:26px;background:#fff}
.problem-card h3,.prereq-card h3{color:#006A8E;margin-top:0}
.check-list,.audience-list{padding:0;margin:0;list-style:none}
.check-list li,.audience-list li{position:relative;padding:8px 0 8px 27px;color:#526e7a}
.check-list li:before,.audience-list li:before{content:"✓";position:absolute;left:0;color:#F47A20;font-weight:900}
.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.module-grid article{background:#fff;border:1px solid #d8e7ed;border-radius:15px;padding:22px;min-height:225px}
.module-grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#EAF6FA;color:#006A8E;font-weight:900;margin-bottom:15px}
.module-grid h3{color:#006A8E;font-size:1.06rem;line-height:1.35;margin:0 0 8px}
.module-grid p{font-size:.91rem;margin:0}
.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.outcome-grid>div{display:flex;gap:15px;border-top:3px solid #F47A20;padding:18px;background:#fff;box-shadow:0 5px 16px rgba(0,106,142,.06)}
.outcome-grid strong{color:#006A8E;font-size:1.2rem}
.outcome-grid p{margin:0}
.prereq-card h3:not(:first-child){margin-top:24px}
.trainer-strip{background:#fff}
.trainer-inline{display:grid;grid-template-columns:112px 1fr;gap:26px;align-items:center;max-width:900px}
.trainer-inline img{width:112px;height:112px;object-fit:cover;border-radius:50%;border:4px solid #EAF6FA}
.trainer-inline h2{font-size:1.8rem;margin-bottom:6px}
.trainer-inline p{margin:0 0 8px}
.trainer-inline a{color:#006A8E;font-weight:800}
.course-enquiry{background:#f7fbfc;padding:0 0 48px}
.course-enquiry-box{background:linear-gradient(100deg,#006A8E,#087FA3);border-radius:18px;color:#fff;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.course-enquiry-box h2{margin:0 0 6px;font-size:2rem}
.course-enquiry-box p{margin:0;color:#eaf6fa}
.section-label.light{color:#ffd1b0}
.course-enquiry-btn{background:#F47A20;color:#fff;font-weight:900;padding:15px 25px;border-radius:10px;white-space:nowrap}
@media(max-width:1000px){
 .course-hero-grid,.course-two-col{grid-template-columns:1fr}
 .module-grid{grid-template-columns:repeat(2,1fr)}
 .outcome-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .course-hero{padding:36px 0}
 .course-hero h1{font-size:2.75rem}
 .course-section{padding:38px 0}
 .module-grid,.outcome-grid{grid-template-columns:1fr}
 .course-enquiry-box{flex-direction:column;align-items:flex-start}
 .course-enquiry-btn{width:100%;text-align:center}
 .trainer-inline{grid-template-columns:82px 1fr;gap:18px}
 .trainer-inline img{width:82px;height:82px}
}

.compliance-note{margin-top:24px;padding:18px 20px;border-left:4px solid #F47A20;background:#fff5ec;color:#526e7a;border-radius:8px}
.simple-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:980px;margin:auto}
.simple-link-grid a{display:block;padding:18px 20px;border:1px solid #d8e7ed;border-radius:12px;color:#006A8E;font-weight:800;background:#fff}
.faq-list{max-width:900px;margin:auto}
.faq-list details{border-bottom:1px solid #d8e7ed;padding:16px 0}
.faq-list summary{cursor:pointer;color:#006A8E;font-weight:800}
.faq-list p{margin:10px 0 0;color:#587276}
@media(max-width:640px){.simple-link-grid{grid-template-columns:1fr}}



/* ===== Typography standardization across sub-pages =====
   Uses the homepage typography as the master reference.
   Content and layout are unchanged.
*/

/* Main headings on all subsequent pages */
.course-hero h1,
.team-page .section-heading h1,
.resources-page .section-heading h1 {
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.02 !important;
  color: var(--navy) !important;
}

/* Keep sub-page hero headings visually aligned with the homepage hierarchy */
.course-hero h1 {
  font-size: clamp(3.2rem, 5vw, 5.25rem) !important;
}

/* Section headings on subsequent pages match homepage section-heading typography */
.course-section h2,
.course-section .section-heading h2,
.team-page h2,
.resources-page h2,
.course-enquiry-box h2,
.course-summary-card h2 {
  font-family: inherit !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.12 !important;
}

/* Standard section-heading size consistent with the homepage */
.course-section .section-heading h2,
.resources-page .section-heading h2 {
  font-size: clamp(2rem, 3vw, 3rem) !important;
}

/* Standard body/sub-content typography across homepage and sub-pages */
.course-lead,
.course-section p,
.course-summary-card,
.problem-card,
.prereq-card,
.module-grid p,
.outcome-grid p,
.trainer-inline p,
.faq-list p,
.simple-link-grid a,
.team-page p {
  font-family: inherit !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

/* Standard sub-content sizing */
.course-lead {
  font-size: 1.18rem !important;
}
.course-section p,
.problem-card,
.prereq-card,
.module-grid p,
.outcome-grid p,
.trainer-inline p,
.faq-list p,
.team-page p {
  font-size: 1rem !important;
}

/* Card/module headings use same weight and family as homepage cards */
.module-grid h3,
.program-card h3,
.problem-card h3,
.prereq-card h3,
.takeaway-grid h3,
.faq-list summary,
.team-card h2 {
  font-family: inherit !important;
  font-weight: 800 !important;
}

/* Mobile scaling follows homepage proportions */
@media (max-width: 640px) {
  .course-hero h1,
  .team-page .section-heading h1,
  .resources-page .section-heading h1 {
    font-size: 3.2rem !important;
  }

  .course-section .section-heading h2,
  .resources-page .section-heading h2 {
    font-size: 2rem !important;
  }
}

/* ==========================================================
   TYPOGRAPHY MASTER STANDARD
   Homepage typography is the single source of truth.
   These rules intentionally make every subsequent page use
   exactly the same heading/sub-content typography as Home.
   ========================================================== */

/* Main page title: EXACTLY the same as Home "Learn Today / Lead Tomorrow" */
.hero-left h1,
.course-hero h1,
.team-page .section-heading h1,
.resources-page .section-heading h1 {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: clamp(3.2rem, 5vw, 5.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  margin: 0 !important;
  color: var(--navy) !important;
  font-weight: 800 !important;
}

/* Section headings: EXACTLY the same style/size as Home section headings */
.section-heading h2,
.course-section .section-heading h2,
.course-section > .container > h2,
.team-page .section-heading h2,
.resources-page .section-heading h2 {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 2.5rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 8px !important;
  color: var(--navy) !important;
  font-weight: 800 !important;
}

/* Sub-content directly under main headings: same style/size as Home hero sub-content */
.hero-sub,
.course-lead,
.team-page .section-heading p,
.resources-page .section-heading p {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 1.28rem !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  color: #345F62 !important;
}

/* Body/sub-content across subsequent pages: same site-wide font standard */
.course-section p,
.course-summary-card,
.problem-card,
.prereq-card,
.module-grid p,
.outcome-grid p,
.trainer-inline p,
.faq-list p,
.team-page p,
.resources-page p,
.audience-list,
.check-list {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

/* Card/subsection headings use the same family and weight used on Home cards */
.program-card h3,
.module-grid h3,
.problem-card h3,
.prereq-card h3,
.takeaway-grid h3,
.faq-list summary,
.team-card h2,
.course-summary-card h2 {
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
}

@media (max-width: 640px) {
  .hero-left h1,
  .course-hero h1,
  .team-page .section-heading h1,
  .resources-page .section-heading h1 {
    font-size: 3.2rem !important;
  }
  .section-heading h2,
  .course-section .section-heading h2,
  .team-page .section-heading h2,
  .resources-page .section-heading h2 {
    font-size: 2rem !important;
  }
}



/* ==========================================================
   FINAL TYPOGRAPHY HIERARCHY — requested correction only
   1) SkillGrade Academy = brand title, smaller
   2) Home content headline = primary visual heading
   3) Subsequent-page headings use the SAME font style as Home
      while remaining appropriately smaller than the Home hero
   No other section styling is changed
   ========================================================== */

/* Brand title hierarchy */
.brand-copy strong{
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 1.72rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
}

/* Homepage primary content heading */
.hero-left h1{
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: clamp(3.45rem, 5vw, 5.25rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 800 !important;
}

/* Main heading on every subsequent page:
   same family / weight / spacing as Home, slightly smaller hierarchy */
.course-hero h1,
.team-page .section-heading h1,
.resources-page .section-heading h1{
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: clamp(2.65rem, 4vw, 4rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 800 !important;
  color: var(--navy) !important;
}

/* Subsequent-page section headings use the same Home heading language */
.course-section .section-heading h2,
.team-page .section-heading h2,
.resources-page .section-heading h2{
  font-family: Inter, Arial, Helvetica, sans-serif !important;
  font-size: 2.25rem !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
  font-weight: 800 !important;
}

/* Mobile hierarchy */
@media (max-width: 640px){
  .brand-copy strong{
    font-size: 1.38rem !important;
  }
  .hero-left h1{
    font-size: 3rem !important;
  }
  .course-hero h1,
  .team-page .section-heading h1,
  .resources-page .section-heading h1{
    font-size: 2.45rem !important;
  }
  .course-section .section-heading h2,
  .team-page .section-heading h2,
  .resources-page .section-heading h2{
    font-size: 1.9rem !important;
  }
}
