:root{
  --blue:#0F172A;
  --blue-dark:#020617;
  --red:#0EA5A4;
  --light:#F6F8FB;
  --text:#111827;
  --muted:#64748B;
  --white:#fff;
  --border:#E5E7EB;
  --shadow:0 18px 45px rgba(15,23,42,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);line-height:1.6;background:#fff}
h1,h2,h3{font-family:Poppins,Inter,sans-serif;line-height:1.15;margin:0 0 16px}
h1{font-size:clamp(2.35rem,5vw,4.8rem)}
h2{font-size:clamp(1.8rem,3vw,3rem)}
h3{font-size:1.25rem}
p{margin:0 0 18px;color:var(--muted)}
a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:99}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0}.brand{display:flex;align-items:center;gap:12px;min-width:260px}.brand img{width:70px;height:auto}.brand-text{display:flex;flex-direction:column}.brand-text strong{font-size:.92rem;color:var(--blue)}.brand-text span{font-size:.75rem;color:var(--muted)}
.nav-menu{display:flex;align-items:center;gap:16px;font-weight:700;font-size:.86rem}.nav-menu a:hover{color:var(--red)}.menu-toggle{display:none;border:0;background:var(--blue);color:#fff;border-radius:10px;padding:8px 12px;font-size:1.4rem;cursor:pointer}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:800;transition:.25s ease;box-shadow:0 10px 24px rgba(15,23,42,.10);gap:8px}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--red);color:#fff}.btn-secondary{background:var(--blue);color:#fff}.btn-light{background:#fff;color:var(--blue)}.btn-small{padding:10px 16px;font-size:.82rem}
.hero{padding:82px 0;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(15,23,42,.88)),radial-gradient(circle at top right,rgba(14,165,164,.22),transparent 38%);color:#fff;overflow:hidden}.hero-grid,.split{display:grid;grid-template-columns:1.08fr .92fr;gap:48px;align-items:center}.eyebrow{color:var(--red);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.hero .eyebrow,.hero p{color:#eaf1ff}.hero-subtitle{font-size:1.18rem;max-width:760px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.hero-actions.center{justify-content:center}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.trust-strip div{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:18px;border-radius:18px}.trust-strip span{display:block;font-size:.8rem;color:#dbeafe}.trust-strip strong{display:block;color:#fff}.location-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 14px;margin-bottom:18px;color:#fff;font-weight:800;font-size:.88rem}
.hero-collage{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:230px 260px;gap:18px}.photo-card{position:relative;overflow:hidden;border-radius:26px;box-shadow:var(--shadow);min-height:220px;border:1px solid rgba(255,255,255,.25);background:#fff}.photo-card.large{grid-column:1 / -1}.photo-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,21,47,.05),rgba(7,21,47,.82));z-index:1}.photo-card::after{content:"";position:absolute;inset:0;opacity:.95;background-size:cover;background-position:center}.photo-healthcare::after{background-image:linear-gradient(135deg,#E0F2FE,#F8FAFC 45%,#CBD5E1)}.photo-family::after{background-image:linear-gradient(135deg,#ECFDF5,#F8FAFC 45%,#CCFBF1)}.photo-community::after{background-image:linear-gradient(135deg,#F1F5F9,#F8FAFC 48%,#CCFBF1)}.photo-content{position:absolute;z-index:2;left:22px;right:22px;bottom:20px;color:#fff}.photo-content .photo-icon{font-size:2rem;display:block;margin-bottom:10px}.photo-content h3{margin-bottom:6px;color:#fff}.photo-content p{color:#eaf1ff;margin:0;font-size:.93rem}.photo-card.floating{transform:translateY(20px)}
.section{padding:82px 0}.light{background:var(--light)}.section-heading{text-align:center;max-width:760px;margin:0 auto 38px}.cards{display:grid;gap:22px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.two{grid-template-columns:repeat(2,1fr)}.card,.mini-grid div{background:#fff;border:1px solid var(--border);padding:28px;border-radius:var(--radius);box-shadow:0 12px 30px rgba(15,23,42,.07);transition:.25s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card a{color:var(--blue);font-weight:900}.icon{font-size:2rem;margin-bottom:16px}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.reverse>:first-child{order:2}.feature-panel{min-height:360px;border-radius:30px;padding:36px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);background:linear-gradient(135deg,#0F172A,#164E63)}.feature-panel p{color:#eaf1ff}.family-panel{background:linear-gradient(135deg,#0F172A,#0EA5A4)}.corporate-panel{background:linear-gradient(135deg,#020617,#164E63)}.check-list{columns:2;margin:22px 0 28px;padding-left:20px}.check-list li{margin-bottom:8px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.why-grid div{background:#fff;border-radius:16px;padding:18px;font-weight:800;color:var(--blue);border:1px solid var(--border)}.cta-section{padding:80px 0;background:var(--blue)}.cta-box{text-align:center;background:#fff;border-radius:30px;padding:48px;box-shadow:var(--shadow)}
.site-footer{background:var(--blue-dark);color:#fff;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1.3fr 1.35fr;gap:32px}.site-footer p,.site-footer a{color:#cbd5e1;display:block;margin-bottom:8px}.site-footer h3,.site-footer h4{color:#fff;margin-bottom:14px}.footer-contact-item{display:flex;align-items:flex-start;gap:11px;color:#cbd5e1;margin-bottom:11px}.footer-icon{width:24px;min-width:24px;height:24px;display:grid;place-items:center;background:rgba(255,255,255,.1);border-radius:50%;font-size:.86rem}.footer-map-link{color:#fff!important;font-weight:900;margin:4px 0 16px 35px}.hours-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:14px;border-radius:16px;margin:12px 0 16px}.hours-box p{margin:0 0 6px}.notice{display:inline-block;background:rgba(14,165,164,.16);color:#fff;border:1px solid rgba(14,165,164,.45);border-radius:999px;padding:5px 10px;font-weight:900;font-size:.78rem;margin-top:6px}.footer-actions{display:flex;flex-direction:column;gap:10px;margin:14px 0}.footer-actions .btn{width:max-content;padding:10px 15px;font-size:.82rem;box-shadow:none}.service-areas{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:24px;text-align:center}.social-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}.social-links a{width:38px;height:38px;display:grid;place-items:center;background:rgba(255,255,255,.1);border-radius:50%;margin:0}.legal-links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:12px}.legal-links a{display:inline-block}.footer-disclaimer{font-size:.8rem;color:#94a3b8!important;max-width:1000px;margin:14px auto 0;text-align:center}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:20px;text-align:center}.page{padding:70px 0}.legal h1,.page h1{color:var(--blue)}.legal h2{margin-top:34px;color:var(--blue)}.schedule-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.schedule-frame{width:100%;min-height:760px;border:1px solid var(--border);border-radius:20px;background:#fff}
@media(max-width:1050px){.nav-menu{position:absolute;left:0;right:0;top:100%;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:22px 4%;box-shadow:var(--shadow)}.nav-menu.active{display:flex}.menu-toggle{display:block}.hero-grid,.split{grid-template-columns:1fr}.hero-collage{max-width:760px}.cards.four,.why-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:1fr}.reverse>:first-child{order:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.brand-text{display:none}.brand img{width:64px}.cards.four,.cards.two,.mini-grid,.why-grid,.footer-grid{grid-template-columns:1fr}.hero-collage{grid-template-columns:1fr;grid-template-rows:auto}.photo-card,.photo-card.large{grid-column:auto;min-height:240px}.photo-card.floating{transform:none}.section,.hero{padding:56px 0}.check-list{columns:1}.cta-box{padding:32px 20px}.btn{width:100%}.hero-actions{width:100%}.footer-actions .btn{width:100%}.legal-links{gap:10px}}

/* Improved button hover states */
.btn-primary:hover{background:#0F766E;color:#fff}
.btn-secondary:hover{background:#334155;color:#fff}
.btn-light:hover{background:#eaf1ff;color:var(--blue)}
.nav-menu .btn:hover{color:#fff}
.card a:hover{color:#0F766E}.site-footer a:hover{color:#fff}
.site-footer .footer-grid > div:nth-child(2) a:hover,
.site-footer .legal-links a:hover{color:#fff;text-decoration:underline}

/* Program pages */
.page-hero{padding:80px 0;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(15,23,42,.88)),radial-gradient(circle at top right,rgba(14,165,164,.22),transparent 38%);color:#fff}
.page-hero p{max-width:850px;color:#eaf1ff;font-size:1.12rem}
.page-hero .eyebrow{color:#fff}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.course-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:0 12px 30px rgba(15,23,42,.07);display:flex;flex-direction:column;align-items:flex-start;min-height:270px;transition:.25s ease}
.course-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.course-card h3{color:var(--blue)}
.course-card p{flex:1}
@media(max-width:1050px){.course-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.course-grid{grid-template-columns:1fr}.page-hero{padding:56px 0}}

/* Navigation order and hover refinements */
.nav-menu .btn-secondary:hover{background:#334155;color:#fff}
.nav-menu .btn-primary:hover{background:#0F766E;color:#fff}
.cards.three{grid-template-columns:repeat(3,1fr)}
.content-card-wide{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:34px;box-shadow:0 12px 30px rgba(15,23,42,.07);max-width:980px;margin:auto}
.content-card-wide p{font-size:1.02rem}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}
.contact-list{display:grid;gap:16px;margin-top:24px}
.contact-row{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 10px 26px rgba(15,23,42,.06)}
.contact-row>span{width:42px;height:42px;display:grid;place-items:center;background:var(--blue);color:#fff;border-radius:50%;flex:0 0 42px}
.contact-row h3{margin-bottom:4px;color:var(--blue)}
.contact-row p{margin:0}.contact-row a{color:var(--blue);font-weight:900}.inline-link{display:inline-block;margin-top:8px;color:var(--red)!important;font-weight:900}
.map-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:16px;box-shadow:var(--shadow)}
.map-card iframe{width:100%;min-height:420px;border:0;border-radius:18px}
.map-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
@media(max-width:1050px){.contact-grid{grid-template-columns:1fr}.cards.three{grid-template-columns:1fr}}

/* Scheduling help notice */
.schedule-help-box{margin:34px auto 0;background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.07);display:flex;gap:18px;align-items:flex-start;max-width:980px}
.schedule-help-icon{width:48px;height:48px;min-width:48px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:1.2rem}
.schedule-help-box h3{margin-bottom:6px;color:var(--blue)}
.schedule-help-box p{margin:0}
.schedule-help-box a{color:var(--red);font-weight:900}
.schedule-help-box a:hover{text-decoration:underline}
@media(max-width:640px){.schedule-help-box{flex-direction:column}.schedule-help-icon{width:42px;height:42px;min-width:42px}}

.nav-menu a.active{color:var(--red);background:rgba(220,38,38,.08);border-radius:999px;padding:8px 10px;}
.nav-menu .btn.active{background:var(--red);color:#fff;}
.card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;}
.detail-main h3{margin-top:26px;}
.detail-list li{margin-bottom:8px;}
.sitemap-list{display:grid;gap:10px;}

/* Home hero image */
.hero-image-wrap{
  position:relative;
  min-height:520px;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(15,23,42,.28);
  border:1px solid rgba(255,255,255,.18);
  background:#fff;
}
.hero-image-wrap img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
  display:block;
}
.hero-floating-card{
  position:absolute;
  right:26px;
  bottom:26px;
  width:min(310px, calc(100% - 52px));
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.65);
  border-radius:22px;
  padding:22px;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
}
.hero-floating-card h2{
  font-size:1.1rem;
  margin-bottom:14px;
  color:var(--blue);
}
.hero-floating-card ul{
  list-style:none;
  padding:0;
  margin:0 0 14px;
  display:grid;
  gap:10px;
}
.hero-floating-card li{
  color:var(--text);
  font-weight:800;
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-floating-card li::before{
  content:"✓";
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--teal);
  color:#fff;
  font-size:.85rem;
  font-weight:900;
}
.hero-floating-card p{
  margin:0;
  padding-top:14px;
  border-top:1px solid var(--border);
  color:var(--blue);
  font-weight:900;
}
@media(max-width:1050px){
  .hero-image-wrap{min-height:430px;}
  .hero-image-wrap img{min-height:430px;}
}
@media(max-width:640px){
  .hero-image-wrap{min-height:380px;border-radius:24px;}
  .hero-image-wrap img{min-height:380px;}
  .hero-floating-card{position:static;width:auto;margin:14px;border-radius:18px;}
}


/* Updated full-photo home hero */
.hero.hero-photo{
  position:relative;
  min-height:760px;
  padding:0;
  background-image:url('../images/hero-cpr-training.png');
  background-size:cover;
  background-position:center right;
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.hero.hero-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.86) 31%,rgba(255,255,255,.32) 52%,rgba(255,255,255,.02) 72%);
  z-index:0;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.02));
  z-index:0;
}
.hero-photo-content{
  position:relative;
  z-index:1;
  width:min(1180px,92%);
}
.hero-cardless{
  max-width:650px;
  padding:64px 0;
}
.hero.hero-photo .eyebrow{
  color:var(--red);
  font-size:.9rem;
  letter-spacing:.07em;
  margin-bottom:18px;
}
.hero.hero-photo h1{
  color:var(--blue);
  font-size:clamp(2.45rem,4.6vw,4.9rem);
  line-height:1.08;
  letter-spacing:-.045em;
  margin-bottom:24px;
}
.hero.hero-photo .hero-subtitle{
  color:#334155;
  font-size:1.15rem;
  line-height:1.65;
  max-width:600px;
}
.hero.hero-photo .hero-actions{
  margin:30px 0 34px;
}
.btn-light-outline{
  background:rgba(255,255,255,.72);
  color:var(--blue);
  border:2px solid rgba(15,23,42,.75);
  box-shadow:none;
}
.btn-light-outline:hover{
  background:var(--blue);
  color:#fff;
  border-color:var(--blue);
}
.hero-proof-row{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  margin:0 0 34px;
}
.hero-proof-item{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--blue);
  font-weight:900;
  line-height:1.25;
  min-width:150px;
}
.hero-proof-item:not(:last-child){
  padding-right:22px;
  border-right:1px solid rgba(15,23,42,.20);
}
.proof-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:16px;
  color:var(--red);
  border:2px solid rgba(14,165,164,.28);
  background:rgba(14,165,164,.08);
  font-size:1.3rem;
  flex:0 0 46px;
}
.hero-course-strip{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  color:var(--blue);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:1.08rem;
}
.hero-course-strip a{
  color:var(--blue);
  text-decoration:none;
  padding-bottom:5px;
  border-bottom:2px solid transparent;
  transition:color .2s ease, border-color .2s ease;
}
.hero-course-strip a:first-child{
  color:var(--teal);
  border-bottom-color:var(--teal);
}
.hero-course-strip a:hover{
  color:var(--teal);
  border-bottom-color:var(--teal);
}
.hero-course-strip i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  display:inline-block;
}
.service-cards{
  padding-top:38px;
  margin-top:0;
  background:#fff;
}
.service-cards .cards.four{
  margin-top:-70px;
  position:relative;
  z-index:5;
}
.service-cards .card{
  display:flex;
  gap:18px;
  align-items:flex-start;
  min-height:170px;
}
.service-cards .card .icon{
  width:62px;
  height:62px;
  min-width:62px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:linear-gradient(135deg,rgba(14,165,164,.16),rgba(14,165,164,.04));
  color:var(--red);
  font-size:2rem;
  margin:0;
}
.service-cards .card h3{
  margin-bottom:8px;
}
.service-cards .card p{
  margin-bottom:14px;
}
.service-cards .card a{
  color:var(--red);
}
@media(max-width:1050px){
  .hero.hero-photo{
    min-height:auto;
    padding:58px 0 120px;
    background-position:center right;
  }
  .hero.hero-photo::after{
    background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.90) 55%,rgba(255,255,255,.55) 100%);
  }
  .hero-cardless{max-width:720px;padding:20px 0;}
  .service-cards .cards.four{margin-top:-105px;}
}
@media(max-width:640px){
  .hero.hero-photo{
    padding:46px 0 96px;
    background-position:62% center;
  }
  .hero.hero-photo::after{
    background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.92));
  }
  .hero.hero-photo h1{font-size:2.55rem;}
  .hero-proof-row{gap:14px;}
  .hero-proof-item{width:100%;}
  .hero-proof-item:not(:last-child){border-right:0;padding-right:0;}
  .hero-course-strip{font-size:.95rem;gap:12px;}
  .service-cards .cards.four{margin-top:-82px;}
  .service-cards .card{display:block;}
  .service-cards .card .icon{margin-bottom:14px;}
}


/* Mobile responsive refinements */
html, body { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

.nav-menu a.active{
  color:var(--red);
  background:rgba(14,165,164,.10);
  border-radius:999px;
  padding:8px 10px;
}
.nav-menu .btn.active{background:var(--red);color:#fff;}

.card-actions,
.course-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
  width:100%;
}
.card-actions .btn,
.course-actions .btn{
  flex:1 1 150px;
  min-width:0;
  text-align:center;
  white-space:normal;
}

@media (max-width: 1180px){
  .container{width:min(1180px, calc(100% - 32px));}
  .nav-wrap{gap:12px;}
  .brand{min-width:0;}
  .nav-menu{gap:10px;font-size:.82rem;}
  .btn-small{padding:9px 12px;}
}

@media (max-width: 1050px){
  .site-header{position:sticky;top:0;}
  .nav-wrap{padding:10px 0;}
  .brand img{width:64px;}
  .brand-text strong{font-size:.82rem;}
  .brand-text span{font-size:.68rem;}
  .nav-menu{
    position:fixed;
    top:73px;
    left:16px;
    right:16px;
    max-height:calc(100vh - 96px);
    overflow:auto;
    background:rgba(255,255,255,.98);
    border:1px solid var(--border);
    border-radius:22px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    padding:14px;
    box-shadow:0 22px 60px rgba(15,23,42,.20);
  }
  .nav-menu.active{display:flex;}
  .nav-menu a{width:100%;padding:12px 14px;border-radius:14px;}
  .nav-menu a:hover,.nav-menu a.active{background:rgba(14,165,164,.10);color:var(--red);}
  .nav-menu .btn{width:100%;box-shadow:none;padding:13px 16px;}
  .menu-toggle{display:block;line-height:1;}

  .hero.hero-photo{
    min-height:0;
    padding:42px 0 34px;
    background-position:63% center;
  }
  .hero.hero-photo::after{
    background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 56%,rgba(255,255,255,.66) 100%);
  }
  .hero-cardless{max-width:690px;padding:18px 0 120px;}
  .hero.hero-photo h1{font-size:clamp(2.3rem,8vw,4rem);letter-spacing:-.04em;}
  .hero.hero-photo .hero-subtitle{font-size:1.05rem;max-width:590px;}
  .service-cards{padding-top:0;}
  .service-cards .cards.four{margin-top:-92px;}
  .cards.four{grid-template-columns:repeat(2, minmax(0,1fr));}
  .footer-grid{grid-template-columns:1fr 1fr;}
}

@media (max-width: 700px){
  .container{width:calc(100% - 28px);}
  .brand img{width:58px;}
  .brand-text{display:none;}
  .menu-toggle{padding:8px 11px;font-size:1.25rem;}
  .nav-menu{top:67px;left:14px;right:14px;}

  h1{font-size:clamp(2.05rem,11vw,3rem);}
  h2{font-size:clamp(1.65rem,8vw,2.25rem);}
  .section{padding:50px 0;}

  .hero.hero-photo{
    padding:30px 0 24px;
    background-size:cover;
    background-position:60% center;
  }
  .hero.hero-photo::after{
    background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.95) 74%,rgba(255,255,255,.82) 100%);
  }
  .hero-cardless{padding:10px 0 86px;max-width:100%;}
  .hero.hero-photo .eyebrow{font-size:.72rem;margin-bottom:12px;}
  .hero.hero-photo h1{font-size:2.2rem;line-height:1.1;margin-bottom:16px;}
  .hero.hero-photo .hero-subtitle{font-size:.98rem;line-height:1.55;}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:12px;margin:22px 0;}
  .btn{width:100%;padding:13px 18px;}
  .hero-proof-row{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:22px;}
  .hero-proof-item{width:100%;font-size:.92rem;background:rgba(255,255,255,.70);border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:12px;}
  .hero-proof-item:not(:last-child){border-right:0;padding-right:12px;}
  .proof-icon{width:40px;height:40px;flex-basis:40px;border-radius:14px;font-size:1.1rem;}
  .hero-course-strip{font-size:.85rem;gap:9px;letter-spacing:.08em;}

  .service-cards .cards.four{margin-top:-62px;grid-template-columns:1fr;gap:14px;}
  .service-cards .card{display:flex;align-items:flex-start;gap:14px;min-height:auto;padding:20px;}
  .service-cards .card .icon{width:50px;height:50px;min-width:50px;border-radius:16px;font-size:1.55rem;margin:0;}
  .cards.four,.cards.two,.mini-grid,.why-grid,.footer-grid,.course-grid{grid-template-columns:1fr!important;}
  .split{gap:28px;}
  .feature-panel{min-height:260px;border-radius:24px;padding:26px;}
  .check-list{columns:1;}
  .cta-box{padding:28px 18px;border-radius:24px;}
  .footer-grid{gap:24px;}
  .site-footer{padding:44px 0 22px;}
  .legal-links{justify-content:flex-start;}
  .course-card{min-height:auto;padding:22px;}
  .card-actions .btn,.course-actions .btn{flex:1 1 calc(50% - 6px);font-size:.88rem;padding:12px 14px;}
}

@media (max-width: 420px){
  .hero.hero-photo h1{font-size:1.95rem;}
  .hero-course-strip{font-size:.78rem;}
  .card-actions .btn,.course-actions .btn{flex-basis:100%;}
}


/* Final mobile hero image behavior: shrink photo on phones/tablets */
.mobile-hero-image{display:none;}
.schedule-nav{
  background:rgba(14,165,164,.10);
  color:var(--blue)!important;
  border-radius:999px;
  padding:10px 14px!important;
}
.schedule-nav:hover{
  background:var(--red)!important;
  color:#fff!important;
}
.site-footer a.active{color:#fff;font-weight:900;text-decoration:underline;text-underline-offset:4px;}

@media (max-width: 1050px){
  .hero.hero-photo{
    background-image:none!important;
    display:block;
    padding:0 0 34px;
  }
  .hero.hero-photo::after,
  .hero-overlay{display:none!important;}
  .mobile-hero-image{
    display:block;
    width:100%;
    height:420px;
    overflow:hidden;
    background:#fff;
  }
  .mobile-hero-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    display:block;
  }
  .hero-photo-content{
    width:min(1180px, calc(100% - 32px));
    margin:-54px auto 0;
    position:relative;
    z-index:2;
  }
  .hero-cardless{
    max-width:100%;
    padding:26px;
    background:rgba(255,255,255,.96);
    border:1px solid var(--border);
    border-radius:26px;
    box-shadow:0 22px 60px rgba(15,23,42,.16);
  }
}

@media (max-width: 700px){
  .hero.hero-photo{padding-bottom:24px;}
  .mobile-hero-image{height:280px;}
  .hero-photo-content{
    width:calc(100% - 28px);
    margin:-34px auto 0;
  }
  .hero-cardless{
    padding:22px 18px;
    border-radius:22px;
  }
  .hero.hero-photo .eyebrow{
    color:var(--red)!important;
    font-size:.7rem;
  }
  .hero.hero-photo h1{
    font-size:clamp(2rem,9.5vw,2.65rem)!important;
    line-height:1.08;
  }
  .hero.hero-photo .hero-subtitle{
    font-size:.98rem!important;
    color:#334155!important;
  }
  .hero-course-strip{
    gap:8px;
    font-size:.78rem!important;
    letter-spacing:.06em;
  }
}

@media (max-width: 420px){
  .mobile-hero-image{height:235px;}
  .hero-photo-content{margin-top:-26px;}
  .hero-cardless{padding:20px 16px;}
}

/* Fixed Training Programs section */
.training-programs{
  position:relative;
  padding:72px 0 76px;
  background:#fff;
  overflow:hidden;
}
.training-programs .section-heading{
  margin-bottom:30px;
}
.training-programs .section-heading h2{
  max-width:780px;
  margin-left:auto;
  margin-right:auto;
}
.program-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}
.program-card{
  min-width:0;
  background:#fff;
  border:1px solid var(--border);
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 34px rgba(15,23,42,.07);
  display:flex;
  flex-direction:column;
  gap:16px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.program-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 50px rgba(15,23,42,.12);
  border-color:rgba(14,165,164,.35);
}
.program-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(14,165,164,.16),rgba(14,165,164,.05));
  color:var(--red);
  font-size:1.65rem;
  flex:0 0 auto;
}
.program-content h3{
  color:var(--blue);
  margin-bottom:10px;
  font-size:1.18rem;
}
.program-content p{
  margin:0;
  color:#475569;
  line-height:1.6;
  font-size:.96rem;
}
.program-link{
  margin-top:auto;
  color:var(--red);
  font-weight:900;
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
}
.program-link:hover{
  color:#0F766E;
}
.program-link span{
  transition:transform .2s ease;
}
.program-link:hover span{
  transform:translateX(4px);
}
@media(max-width:1050px){
  .training-programs{padding-top:60px;}
  .program-grid{grid-template-columns:repeat(2, minmax(0, 1fr));}
}
@media(max-width:700px){
  .training-programs{padding:52px 0;}
  .program-grid{grid-template-columns:1fr;gap:16px;}
  .program-card{padding:22px;}
}


/* Detailed course pages */
.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start;}
.detail-main{max-width:100%;}
.detail-main h2{color:var(--blue);}
.detail-main h3{color:var(--blue);margin-top:28px;margin-bottom:12px;}
.detail-list{padding-left:20px;margin:0 0 20px;}
.detail-list li{margin-bottom:9px;color:#334155;}
.detail-sidebar{display:grid;gap:18px;position:sticky;top:105px;}
.sidebar-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 12px 30px rgba(15,23,42,.08);}
.sidebar-card.soft{background:#F8FAFC;}
.sidebar-card a:not(.btn){display:block;color:var(--blue);font-weight:900;margin-top:8px;word-break:break-word;}
.sidebar-card .btn{width:100%;}
@media(max-width:900px){.detail-grid{grid-template-columns:1fr}.detail-sidebar{position:static}.content-card-wide{padding:24px}}


/* CPR12 requested corrections: sticky menu, mobile layout, training program alignment */
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:9999!important;
}
.nav-menu a.active{
  color:var(--red)!important;
  background:rgba(14,165,164,.10)!important;
  border-radius:999px;
  padding:8px 10px;
}
.hero-course-strip a{
  color:var(--red);
  font-weight:900;
  text-decoration:none;
  border-bottom:2px solid transparent;
  padding-bottom:4px;
}
.hero-course-strip a:hover{
  color:#0F766E;
  border-bottom-color:#0F766E;
}
.training-programs .section-heading{text-align:center;}
.program-card{height:100%;}
.course-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;width:100%;}
.course-actions .btn{flex:1 1 145px;text-align:center;white-space:normal;}
@media(max-width:1050px){
  .nav-menu{position:fixed!important;top:72px!important;left:16px!important;right:16px!important;z-index:9998!important;}
  .hero.hero-photo{background-image:none!important;display:block!important;padding:0 0 34px!important;min-height:0!important;}
  .hero.hero-photo::after,.hero-overlay{display:none!important;}
  .mobile-hero-image{display:block!important;height:420px!important;overflow:hidden;}
  .mobile-hero-image img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block;}
  .hero-photo-content{width:min(1180px, calc(100% - 32px))!important;margin:-54px auto 0!important;position:relative!important;z-index:2!important;}
  .hero-cardless{max-width:100%!important;padding:26px!important;background:rgba(255,255,255,.96)!important;border:1px solid var(--border)!important;border-radius:26px!important;box-shadow:0 22px 60px rgba(15,23,42,.16)!important;}
  .program-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:700px){
  .nav-wrap{min-height:66px;}
  .nav-menu{top:68px!important;left:14px!important;right:14px!important;max-height:calc(100vh - 88px)!important;overflow:auto!important;}
  .mobile-hero-image{height:260px!important;}
  .hero-photo-content{width:calc(100% - 28px)!important;margin:-28px auto 0!important;}
  .hero-cardless{padding:20px 16px!important;border-radius:22px!important;}
  .hero.hero-photo h1{font-size:clamp(2rem,9.5vw,2.65rem)!important;line-height:1.08!important;}
  .hero.hero-photo .hero-subtitle{font-size:.98rem!important;line-height:1.55!important;color:#334155!important;}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  .hero-actions .btn,.course-actions .btn{width:100%;}
  .hero-proof-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;}
  .hero-proof-item{width:100%!important;border-right:0!important;padding:12px!important;background:rgba(255,255,255,.76)!important;border-radius:16px!important;}
  .hero-course-strip{display:flex!important;flex-wrap:wrap!important;gap:9px!important;font-size:.82rem!important;}
  .training-programs{padding:48px 0 54px!important;}
  .program-grid{grid-template-columns:1fr!important;gap:16px!important;}
  .program-card{padding:22px!important;}
  .course-actions{flex-direction:column;}
}
@media(max-width:420px){.mobile-hero-image{height:220px!important;}}

/* Final sticky header correction */
:root{--site-header-height:82px;}
body:has(.site-header){padding-top:var(--site-header-height);}
.site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:10000!important;
  background:rgba(255,255,255,.98)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  box-shadow:0 8px 24px rgba(15,23,42,.08)!important;
}
@media(max-width:1050px){
  :root{--site-header-height:74px;}
  .nav-menu{top:calc(var(--site-header-height) + 10px)!important;}
}
@media(max-width:640px){
  :root{--site-header-height:70px;}
}


/* CPR12 requested update: smaller course card buttons */
.course-actions{
  gap:9px!important;
  margin-top:16px!important;
}
.course-actions .btn{
  padding:9px 12px!important;
  font-size:.78rem!important;
  line-height:1.2!important;
  min-height:38px!important;
  box-shadow:0 6px 14px rgba(15,23,42,.08)!important;
  flex:1 1 118px!important;
}
@media(max-width:700px){
  .course-actions{gap:8px!important;margin-top:14px!important;}
  .course-actions .btn{
    padding:9px 11px!important;
    font-size:.78rem!important;
    min-height:36px!important;
  }
}
