/* ============================================================
   COURSES PAGE — ADDON CSS
============================================================ */

/* HERO */
.crs-hero {
  min-height: 100vh; padding-top: 72px;
  background: linear-gradient(148deg, #0e2219 0%, #1B4332 55%, #162e24 100%);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.crsh-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 50% 60% at 85% 40%, rgba(196,96,28,.13) 0%, transparent 60%),
    radial-gradient(ellipse 30% 40% at 5% 80%, rgba(196,96,28,.06) 0%, transparent 55%),
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: auto, auto, 56px 56px, 56px 56px;
}
.crsh-inner {
  display: grid; grid-template-columns: 55% 45%;
  gap: 64px; align-items: center;
  padding-top: 80px; padding-bottom: 80px;
  position: relative; z-index: 2;
}
.crsh-h1 {
  font-family: var(--fd); font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800; line-height: .98; letter-spacing: -2px;
  color: rgba(255,255,255,.95); margin: 18px 0 22px;
}
.crsh-h1 em { font-style: italic; color: var(--a2); font-weight: 400; }
.crsh-sub { font-size: 15.5px; color: rgba(255,255,255,.52); line-height: 1.78; max-width: 500px; margin-bottom: 36px; }

.crsh-badges { display: flex; flex-direction: column; gap: 12px; }
.crsh-badge {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14); border-radius: 8px;
  transition: background .3s;
}
.crsh-badge:hover { background: rgba(255,255,255,.13); }
.crsh-badge > span:first-child { font-size: 22px; flex-shrink: 0; }
.crsh-badge strong { display: block; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.9); line-height: 1.1; margin-bottom: 2px; }
.crsh-badge span:last-child { font-family: var(--fm); font-size: 9px; letter-spacing: 1px; color: rgba(255,255,255,.45); }

.crsh-stat-box {
  display: flex; gap: 0; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14); border-radius: 10px;
  overflow: hidden; margin-bottom: 20px;
}
.csb-item { flex: 1; padding: 24px 20px; text-align: center; }
.csb-div { width: 1px; background: rgba(255,255,255,.1); }
.csb-n {
  font-family: var(--fd); font-size: 38px; font-weight: 800;
  color: rgba(255,255,255,.95); line-height: 1;
  display: flex; align-items: baseline; justify-content: center; gap: 2px;
}
.csb-l { font-family: var(--fm); font-size: 8px; letter-spacing: 1.5px; color: rgba(255,255,255,.38); text-transform: uppercase; margin-top: 6px; }

.crsh-upcoming {
  background: rgba(255,255,255,.06); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.15); border-left: 3px solid var(--a);
  border-radius: 8px; padding: 20px 24px;
}
.cu-label {
  font-family: var(--fm); font-size: 9px; letter-spacing: 2px;
  color: var(--a2); text-transform: uppercase; margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.cu-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--a); animation: bdot 2s infinite; }
@keyframes bdot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(1.8)} }
.cu-name { font-family: var(--fd); font-size: 16px; font-weight: 700; color: rgba(255,255,255,.9); margin-bottom: 6px; line-height: 1.2; }
.cu-date { font-size: 12.5px; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.cu-link { font-family: var(--fd); font-size: 12.5px; font-weight: 700; color: var(--a2); transition: color .25s; }
.cu-link:hover { color: rgba(255,255,255,.8); }

/* WHO SECTION */
.who-sec { background: var(--card); padding: 110px 0; border-bottom: 1px solid var(--bdr); }
.who-head { margin-bottom: 56px; }
.who-head .sec-h2 { font-size: clamp(26px, 3.2vw, 46px); }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.who-card {
  background: var(--bg); border: 1px solid var(--bdr); border-radius: 10px;
  padding: 32px 28px; transition: all .35s var(--ease);
  cursor: default;
}
.who-card:hover { background: var(--cardh); box-shadow: 0 12px 32px rgba(27,67,50,.09); transform: translateY(-3px); }
.wc-ico { font-size: 28px; display: block; margin-bottom: 16px; }
.who-card h3 { font-family: var(--fd); font-size: 17px; font-weight: 700; color: var(--g); margin-bottom: 10px; transition: color .3s; }
.who-card:hover h3 { color: var(--a); }
.who-card p { font-size: 13px; color: var(--mid); line-height: 1.75; }

/* COURSES SECTION */
.courses-sec { background: var(--g); padding: 110px 0; }
.cg-head { margin-bottom: 56px; }
.courses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

/* COURSE CARD */
.course-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 36px 30px;
  display: flex; flex-direction: column; gap: 0;
  position: relative; overflow: hidden;
  transition: background .4s, border-color .4s, transform .4s var(--ease);
  cursor: default;
}
.course-card:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.22); transform: translateY(-4px); }
.course-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--g3), var(--a2));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease);
}
.course-card:hover::before { transform: scaleX(1); }
.featured-course {
  background: rgba(196,96,28,.15) !important; border-color: rgba(196,96,28,.3) !important;
}
.featured-course::before { transform: scaleX(1); background: linear-gradient(to right, var(--a), var(--a2)); }
.cc-badge {
  position: absolute; top: 16px; right: 16px;
  padding: 4px 12px; background: var(--a); color: #fff;
  font-family: var(--fm); font-size: 8px; letter-spacing: 1.5px;
  text-transform: uppercase; border-radius: 20px;
}
.cc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cc-icon { font-size: 32px; }
.cc-level {
  font-family: var(--fm); font-size: 8.5px; letter-spacing: 1px;
  color: rgba(255,255,255,.38); text-transform: uppercase;
}
.cc-title {
  font-family: var(--fd); font-size: 19px; font-weight: 700;
  color: rgba(255,255,255,.93); margin-bottom: 14px; line-height: 1.2;
  transition: color .3s;
}
.course-card:hover .cc-title { color: var(--a2); }
.cc-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.75; margin-bottom: 22px; flex: 1; }
.cc-details { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.cc-detail {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--fm); font-size: 9.5px; letter-spacing: .5px;
  color: rgba(255,255,255,.5); background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1); padding: 5px 10px; border-radius: 4px;
}
.cc-modules { margin-bottom: 24px; }
.cc-mod-title {
  font-family: var(--fm); font-size: 8.5px; letter-spacing: 2px;
  color: rgba(255,255,255,.35); text-transform: uppercase; margin-bottom: 10px;
}
.cc-mod-list { display: flex; flex-wrap: wrap; gap: 6px; }
.cc-mod-list span {
  font-size: 11.5px; color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  padding: 4px 10px; border-radius: 4px;
}
.cc-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.cc-price {
  font-family: var(--fd); font-size: 22px; font-weight: 800;
  color: rgba(255,255,255,.93); line-height: 1;
}
.cc-price span { font-family: var(--fb); font-size: 10.5px; font-weight: 400; color: rgba(255,255,255,.4); display: block; margin-top: 3px; }
.cc-enrol {
  padding: 11px 22px; background: var(--a); color: #fff;
  font-family: var(--fd); font-size: 12.5px; font-weight: 700;
  border-radius: 4px; transition: background .3s;
  display: inline-block;
}
.cc-enrol:hover { background: var(--a2); }

/* CORPORATE SECTION */
.corp-sec { background: var(--bg2); padding: 110px 0; border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr); }
.corp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.corp-left .sec-h2 { margin: 16px 0 22px; }
.corp-left p { font-size: 15px; color: var(--ink3); line-height: 1.8; margin-bottom: 24px; }
.corp-features { display: flex; flex-direction: column; gap: 10px; }
.cf-item { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink2); }
.cf-item > span:first-child { color: var(--g); font-weight: 700; font-size: 16px; flex-shrink: 0; }
.corp-clients { background: var(--card); border: 1px solid var(--bdr); border-radius: 10px; padding: 28px; margin-bottom: 20px; }
.cc-head { font-family: var(--fm); font-size: 9px; letter-spacing: 2px; color: var(--mid); text-transform: uppercase; margin-bottom: 18px; }
.cc-logos { display: flex; flex-wrap: wrap; gap: 0; border: 1px solid var(--bdr); border-radius: 6px; overflow: hidden; }
.ccl { padding: 13px 18px; border-right: 1px solid var(--bdr); font-family: var(--fd); font-size: 14px; font-weight: 700; color: var(--mid); transition: all .25s; cursor: default; }
.ccl:last-child { border-right: none; }
.ccl:hover { background: var(--gbg); color: var(--g); }
.corp-testimonial { background: var(--bg); border: 1px solid var(--bdr); border-left: 3px solid var(--g); border-radius: 6px; padding: 24px 26px; }
.ct-q { font-family: var(--fd); font-size: 48px; font-weight: 800; color: var(--gbg2); line-height: .65; margin-bottom: 14px; }
.corp-testimonial p { font-family: var(--fd); font-size: 15px; font-style: italic; color: var(--ink); line-height: 1.6; margin-bottom: 20px; }
.ct-auth { display: flex; align-items: center; gap: 12px; }
.ct-av { width: 38px; height: 38px; border-radius: 6px; background: var(--gbg); border: 1.5px solid var(--gbg2); display: flex; align-items: center; justify-content: center; font-family: var(--fd); font-size: 16px; font-weight: 800; color: var(--g); }
.ct-name { font-size: 13px; font-weight: 700; color: var(--g); }
.ct-co { font-size: 11px; color: var(--a); margin-top: 2px; }

/* HOW IT WORKS */
.hiw-sec { background: var(--g); padding: 100px 0; }
.hiw-head { margin-bottom: 56px; }
.hiw-steps { display: flex; align-items: flex-start; gap: 0; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; overflow: hidden; }
.hiw-step { flex: 1; padding: 40px 28px; border-right: 1px solid rgba(255,255,255,.1); transition: background .3s; cursor: default; }
.hiw-step:last-child { border-right: none; }
.hiw-step:hover { background: rgba(255,255,255,.06); }
.hiw-arr { display: flex; align-items: center; justify-content: center; padding: 0; color: rgba(255,255,255,.15); font-size: 18px; flex-shrink: 0; margin-top: 52px; }
.hs-n { font-family: var(--fm); font-size: 9px; letter-spacing: 2px; color: var(--a2); margin-bottom: 12px; }
.hs-ico { font-size: 24px; margin-bottom: 14px; }
.hs-title { font-family: var(--fd); font-size: 16px; font-weight: 700; color: rgba(255,255,255,.9); margin-bottom: 10px; transition: color .3s; }
.hiw-step:hover .hs-title { color: var(--a2); }
.hiw-step p { font-size: 12.5px; color: rgba(255,255,255,.45); line-height: 1.7; }

/* RESPONSIVE */
@media (max-width: 1200px) { .courses-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1024px) {
  .crsh-inner { grid-template-columns: 1fr; gap: 40px; }
  .corp-grid { grid-template-columns: 1fr; gap: 48px; }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .crsh-h1 { font-size: 38px; }
  .who-grid { grid-template-columns: 1fr; }
  .courses-grid { grid-template-columns: 1fr; }
  .hiw-steps { flex-direction: column; }
  .hiw-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hiw-step:last-child { border-bottom: none; }
  .hiw-arr { display: none; }

footer .ft-grid { display: grid !important; grid-template-columns: 1.5fr 1fr 1fr 1fr !important; gap: 52px !important; }
footer .ft-bot  { display: flex !important; justify-content: space-between; align-items: center; flex-wrap: wrap; }
}
