:root{
  --academy-green:#0f4a38;
  --academy-green-dark:#07362b;
  --academy-gold:#d6ad4b;
  --academy-cream:#fbf7ef;
  --academy-card:#fffefa;
  --academy-ink:#14231d;
  --academy-muted:#61716b;
  --academy-line:#eadcbd;
  --academy-blue:#285b8f;
  --academy-teal:#11736a;
}
*{box-sizing:border-box}
body{
  margin:0;
  min-height:100vh;
  background:
    linear-gradient(180deg,rgba(15,74,56,.10),rgba(251,247,239,0) 290px),
    var(--academy-cream);
  color:var(--academy-ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
.academy-topbar{
  position:sticky;
  top:0;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  border-bottom:1px solid rgba(234,220,189,.92);
  background:rgba(255,254,250,.94);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 26px rgba(7,54,43,.08);
}
.academy-brand{display:flex;align-items:center;gap:10px;min-width:0}
.academy-logo{
  width:42px;
  height:42px;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 18px rgba(7,54,43,.12);
  flex:0 0 auto;
}
.academy-logo img{width:100%;height:100%;object-fit:cover}
.academy-brand h1{margin:0;color:var(--academy-green-dark);font-size:17px;font-weight:950;line-height:1.1}
.academy-brand p{margin:2px 0 0;color:var(--academy-muted);font-size:12px;font-weight:800}
.academy-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.academy-icon-link{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid var(--academy-line);
  border-radius:8px;
  background:#fff;
  color:var(--academy-green-dark);
  font-weight:950;
  box-shadow:0 8px 18px rgba(7,54,43,.06);
}
.academy-shell{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:24px 16px 88px;
}
.academy-hero{
  display:grid;
  gap:18px;
  padding:24px 20px;
  border:1px solid rgba(7,54,43,.12);
  border-radius:8px;
  background:
    linear-gradient(135deg,rgba(7,54,43,.97),rgba(15,74,56,.95)),
    var(--academy-green-dark);
  color:#fffefa;
  box-shadow:0 18px 44px rgba(7,54,43,.18);
}
.academy-eyebrow{
  margin:0 0 8px;
  color:#f4d46b;
  font-size:12px;
  font-weight:950;
  text-transform:uppercase;
}
.academy-hero h2{
  margin:0;
  max-width:800px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  line-height:1.08;
  letter-spacing:0;
}
.academy-hero p{
  margin:10px 0 0;
  max-width:760px;
  color:rgba(255,254,250,.82);
  font-size:15px;
}
.academy-hero-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.academy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 14px;
  border:1px solid rgba(255,254,250,.24);
  border-radius:8px;
  background:#fffefa;
  color:var(--academy-green-dark);
  font-size:14px;
  font-weight:950;
}
.academy-btn.secondary{background:rgba(255,255,255,.10);color:#fffefa}
.academy-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:22px 0 12px;
}
.academy-section-head h3{
  margin:0;
  color:var(--academy-green-dark);
  font-size:22px;
  line-height:1.15;
}
.academy-section-head p{margin:4px 0 0;color:var(--academy-muted);font-size:13px;font-weight:800}
.academy-grid{display:grid;grid-template-columns:1fr;gap:12px}
.academy-card{
  display:flex;
  flex-direction:column;
  min-height:228px;
  border:1px solid var(--academy-line);
  border-radius:8px;
  background:var(--academy-card);
  padding:16px;
  box-shadow:0 14px 32px rgba(7,54,43,.08);
}
.academy-card-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.academy-card-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:#fff;
  background:var(--academy-green);
  font-size:24px;
  font-weight:950;
}
.academy-card:nth-child(2) .academy-card-icon{background:var(--academy-blue)}
.academy-card:nth-child(3) .academy-card-icon{background:var(--academy-teal)}
.academy-card:nth-child(4) .academy-card-icon{background:#8a6120}
.academy-card h4{
  margin:0;
  color:var(--academy-green-dark);
  font-size:20px;
  line-height:1.18;
}
.academy-card p{margin:0 0 12px;color:#42534d;font-size:14px}
.academy-list{display:grid;gap:7px;margin:0 0 14px;padding:0;list-style:none}
.academy-list li{
  border:1px solid #efe3c7;
  border-radius:8px;
  background:#fff;
  padding:8px 10px;
  color:#34443f;
  font-size:13px;
  font-weight:800;
}
.academy-open{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 12px;
  border-radius:8px;
  background:linear-gradient(135deg,var(--academy-green-dark),var(--academy-green));
  color:#fffefa;
  font-size:13px;
  font-weight:950;
}
.academy-open.light{
  border:1px solid var(--academy-line);
  background:#fff;
  color:var(--academy-green-dark);
}
.academy-strip{
  display:grid;
  gap:10px;
  margin-top:12px;
  padding:14px;
  border:1px solid rgba(214,173,75,.5);
  border-radius:8px;
  background:#fff8df;
}
.academy-strip strong{color:var(--academy-green-dark)}
.academy-strip span{color:#5d5140;font-size:13px;font-weight:750}
.academy-footer{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:18;
  display:flex;
  gap:8px;
  padding:10px 12px;
  border-top:1px solid var(--academy-line);
  background:rgba(255,254,250,.96);
  backdrop-filter:blur(16px);
}
.academy-footer a{
  flex:1;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--academy-line);
  border-radius:8px;
  background:#fff;
  color:var(--academy-green-dark);
  font-size:13px;
  font-weight:950;
}
.academy-footer .primary{background:var(--academy-green);border-color:var(--academy-green);color:#fff}
@media (min-width:760px){
  .academy-shell{padding-top:34px}
  .academy-hero{grid-template-columns:1fr auto;align-items:end;padding:32px}
  .academy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academy-strip{grid-template-columns:1fr auto;align-items:center}
  .academy-footer{position:static;max-width:1120px;margin:20px auto 0;border:1px solid var(--academy-line);border-radius:8px;box-shadow:0 14px 34px rgba(7,54,43,.07)}
}
@media (min-width:1000px){
  .academy-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
