:root {
  --green: #324b18;
  --green-dark: #24350f;
  --olive: #566d2f;
  --gold: #c6b368;
  --tan: #e7ddc2;
  --cream: #f8f4ea;
  --brown: #5d4620;
  --text: #243020;
  --muted: #5f664f;
  --white: #ffffff;
  --border: #d4c8a8;
  --shadow: 0 10px 30px rgba(36, 53, 15, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--tan);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1,h2,h3,h4,h5 {
  margin: 0 0 .75rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
}
p { margin: 0 0 1rem; }
.container {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--green);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 78px;
  padding: 25px 0px;
}
.brand { display: flex; align-items: center; gap: .75rem; color: var(--white); }
.brand-mark {
  width: 48px; height: 48px; border-radius: 999px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #cdbb70, #8a7334);
  color: #fff; font-weight: 800; font-family: 'Montserrat', sans-serif;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.2);
}
.brand-copy { display: flex; flex-direction: column; }
.brand-name { font-size: .95rem; font-weight: 700; }
.brand-sub { font-size: .72rem; opacity: .8; }
.main-nav { display: flex; align-items: center; gap: 1.15rem; }
.main-nav a { color: rgba(255,255,255,.88); font-size: .82rem; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.main-nav a.active, .main-nav a:hover { color: var(--gold); }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .9rem 1.35rem; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--green); color: #fff; font-weight: 700; font-family: 'Montserrat', sans-serif;
  box-shadow: var(--shadow);
}
.button:hover { transform: translateY(-1px); }
.button-light { background: var(--white); color: var(--green); }
.button-gold { background: var(--gold); color: var(--green-dark); }
.button-outline { background: transparent; color: var(--green); border: 2px solid var(--green); box-shadow: none; }
.button-small { padding: .7rem 1rem; font-size: .78rem; }
.nav-toggle { display: none; background: none; color: white; border: 0; font-size: 1.6rem; }
.hero {
  position: relative;
  /*min-height: 440px;*/
    min-height: 685px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: white;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(26,38,11,.78), rgba(26,38,11,.38));
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.2rem, 4vw, 4.3rem); max-width: 700px; }
.hero p { max-width: 680px; font-size: 1.05rem; color: rgba(255,255,255,.92); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.25rem; }
.page-hero { /*min-height: 270px;*/ min-height: 350px;  }
.page-hero h1 { font-size: clamp(1.9rem, 3vw, 3.2rem); }
.section { padding: 4.5rem 0; }
.section-tight { padding: 3rem 0; }
.section-dark { background: var(--green); color: white; }
.section-brown { background: var(--brown); color: white; }
.section-cream { background: var(--cream); }
.eyebrow {
  display: inline-block; margin-bottom: .6rem; color: var(--olive); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: .82rem;
}
.section-title { font-size: clamp(1.7rem, 3vw, 2.5rem); margin-bottom: .8rem; }
.section-intro { max-width: 760px; color: var(--muted); }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: white; border-radius: 18px; padding: 1.35rem; box-shadow: var(--shadow);
  border: 1px solid rgba(50,75,24,.06);
}
.card h3 { font-size: 1.1rem; }
.card p { color: var(--muted); }
.stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem;
}
.stat {
  background: var(--green); color: white; border-radius: 18px; padding: 1.4rem; text-align: center;
}
.stat strong { display:block; font-size: 2.1rem; font-family: 'Montserrat', sans-serif; }
.feature {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 2rem; align-items: center;
}
.feature.reverse { grid-template-columns: .95fr 1.05fr; }
.feature-media img, .image-frame img { border-radius: 22px; box-shadow: var(--shadow); width: 100%; height: 100%; object-fit: cover; }
.image-frame { overflow: hidden; border-radius: 22px; }
.check-list { padding: 0; margin: 1rem 0 0; list-style: none; }
.check-list li { margin: 0 0 .7rem; padding-left: 1.7rem; position: relative; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--olive); font-weight: 700; }
.course-card { text-align: center; }
.course-icon {
  width: 82px; height: 82px; border-radius: 999px; background: #d9ddfb; margin: 0 auto 1rem;
  
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  
}
.course-card h3 { font-size: 1rem; text-transform: uppercase; }
.course-card .button { margin-top: .5rem; }
.testimonial {
  max-width: 760px; margin: 0 auto; text-align: center;
}
.testimonial .avatar {
  width: 100px; height: 100px; border-radius: 999px; margin: 0 auto 1rem; background: #d8e6fb;
}
.partner-logos {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; align-items: center;
}
.logo-box {
  min-height: 90px; background: white; border-radius: 18px; display: grid; place-items: center; box-shadow: var(--shadow); font-weight: 700; color: var(--green);
}
.form-card {
  background: white; border-radius: 18px; padding: 1.4rem; box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.form-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.field, .checkbox-group, .radio-group { margin-bottom: 1rem; }
label { display: block; font-size: .92rem; font-weight: 600; margin-bottom: .35rem; }
input, textarea, select {
  width: 100%; padding: .88rem 1rem; border-radius: 14px; border: 1.5px solid #8190a8; background: #fff; font: inherit;
}
textarea { min-height: 140px; resize: vertical; }
.option-list { display: grid; gap: .45rem; }
.option-inline { display: flex; gap: 1rem; flex-wrap: wrap; }
.option-inline label, .option-list label { display:flex; align-items:center; gap:.45rem; font-weight:500; margin-bottom:0; }
input[type="checkbox"], input[type="radio"] { width: auto; }
.notice-bar {
  background: #496724; color: white; padding: 1rem 1.2rem; border-radius: 14px; margin: 1rem 0 2rem;
}
.cta-band {
  border-radius: 26px; padding: 2rem; background: linear-gradient(135deg, #44641f, #24350f); color: white;
}
.site-footer { background: var(--green); color: white; padding-top: 2rem; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1rem; }
.footer-grid h4 { font-size: .95rem; color: var(--gold); margin-bottom: .45rem; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.84); font-size: .92rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 1.2rem; padding: 1rem 0 1.5rem; text-align: center; }
.embed-box {
  background: rgba(255,255,255,.45); border: 1.5px dashed #bba969; border-radius: 18px; min-height: 180px;
  display: grid; place-items: center; color: var(--muted); font-weight: 600;
}
@media (max-width: 960px) {
  .main-nav {
    position: absolute; right: 1rem; top: 78px; flex-direction: column; align-items: stretch;
    background: var(--green); padding: 1rem; border-radius: 16px; min-width: 280px; display: none;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .grid-4, .grid-3, .feature, .feature.reverse, .grid-2, .footer-grid, .partner-logos, .stats { grid-template-columns: 1fr; }
  .form-grid, .form-grid-3 { grid-template-columns: 1fr; }
  .hero { min-height: 380px; }
}


.course-icon i {
  font-size: 40px;
  color: #28a745; /* green */
  transition: all 0.3s ease;
}

/* Hover effect */

.course-card:hover .course-icon i {
  color: #1e7e34;
  transform: translateY(-5px) scale(1.1);
  text-shadow: 0 5px 15px rgba(40,167,69,0.4);
}