/* Step 10: Cyber Fundamentals page presentation improvements (page-scoped) */
.course-hero-grid{gap:26px; align-items:start;}
.course-hero-badge{display:flex; flex-direction:column; gap:16px; align-items:flex-end;}
.course-facts-card{
  width:min(360px, 100%);
  background: rgba(15,23,32,0.72);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 44px rgba(0,0,0,0.45);
}
.facts-title{margin:0 0 10px 0; font-size:16px; letter-spacing:.02em;}
.facts-list{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:10px;}
.fact-item{display:flex; justify-content:space-between; gap:14px;}
.fact-k{color: var(--vexa-text-muted, #a3a3a3); font-size:13px;}
.fact-v{color: rgba(255,255,255,0.88); font-size:13px; text-align:right;}

.outcomes-grid{display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:14px; margin-top:14px;}
@media (max-width: 880px){
  .course-hero-badge{align-items:flex-start;}
  .course-facts-card{width:100%;}
  .outcomes-grid{grid-template-columns:1fr;}
}
.outcome-card{
  background: rgba(10,15,20,0.45);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 14px;
}
.outcome-title{font-weight:700; margin-bottom:6px;}
.outcome-desc{color: var(--vexa-text-muted, #a3a3a3); line-height:1.6; font-size:14px;}

/* Step 20 – Make Job Outcomes & Learn sections visually distinct */

.outcomes-grid.outcomes-grid--compact{margin-top:16px;}

.outcome-card{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px;
  background: rgba(15, 20, 30, 0.55);
  border:1px solid rgba(255,255,255,0.06);
  border-radius:14px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.outcome-card:hover{
  transform: translateY(-2px);
  border-color: rgba(34,197,94,0.18);
  background: rgba(15, 20, 30, 0.68);
}

.outcome-icon{
  flex: 0 0 auto;
  width:32px;
  height:32px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background: rgba(34,197,94,0.10);
  border: 1px solid rgba(34,197,94,0.22);
  color: var(--vexa-accent, #22c55e);
  font-weight:700;
  line-height:1;
}

.outcome-body{min-width:0;}
.outcome-title{font-weight:700; font-size:15px; letter-spacing:-0.01em; color: var(--vexa-text, #ffffff);}
.outcome-desc{margin-top:4px; font-size:13px; color: var(--vexa-text-muted, #a3a3a3); line-height:1.5;}

/* Learn section: pillar layout (different from outcomes cards) */
.pillar-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:16px;
  margin-top:18px;
}
.pillar-card{
  padding:18px;
  border-radius:16px;
  background: rgba(10, 15, 25, 0.6);
  border:1px solid rgba(255,255,255,0.06);
}
.pillar-title{
  margin:0 0 10px 0;
  font-size:15px;
  font-weight:800;
  letter-spacing:-0.01em;
  color: var(--vexa-text, #ffffff);
}
.pillar-title::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:99px;
  margin-right:10px;
  background: var(--vexa-accent, #22c55e);
  box-shadow: 0 0 0 4px rgba(34,197,94,0.10);
  vertical-align:middle;
}
.pillar-list{margin:0; padding-left:18px; color: var(--vexa-text-muted, #a3a3a3); line-height:1.75;}
.pillar-list li{margin:6px 0;}

/* Skill map (distinct look vs outcomes cards) */
.skillmap{margin-top:18px; display:grid; gap:12px;}
.skill-row{display:grid; grid-template-columns: 190px 1fr; gap:16px; padding:16px; border-radius:18px; background: rgba(255,255,255,0.02); border:1px solid rgba(255,255,255,0.06); box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);} 
.skill-label{font-size:12px; letter-spacing:0.18em; text-transform:uppercase; color: var(--vexa-accent, #22c55e); align-self:start; padding-top:2px;}
.skill-body{min-width:0;}
.skill-blurb{margin:0 0 10px 0; color: var(--vexa-text-muted, #a3a3a3); line-height:1.6;}
.skill-tags{display:flex; flex-wrap:wrap; gap:8px;}
.tag{display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px; font-size:12px; line-height:1; color: rgba(255,255,255,0.78); border:1px solid rgba(255,255,255,0.10); background: rgba(0,0,0,0.20);}
.tag.is-accent{color: rgba(34,197,94,0.95); border-color: rgba(34,197,94,0.35); background: rgba(34,197,94,0.10);}
.skill-note{margin-top:14px; font-size:13px; color: rgba(255,255,255,0.62);}
@media (max-width: 900px){ .skill-row{grid-template-columns:1fr; gap:10px;} .skill-label{padding-top:0;} }

@media (max-width: 860px){
  .outcomes-grid{grid-template-columns: 1fr !important;}
  .outcome-card{padding:14px;}
  .outcome-icon{width:28px; height:28px;}
  .pillar-grid{grid-template-columns: 1fr;}
}

/* Step 12 – Hero right column sizing + de-dup tweaks */
.course-hero-grid{ grid-template-columns: 1.1fr 0.9fr; }
@media (max-width: 980px){
  .course-hero-grid{ grid-template-columns: 1fr; }
}
.badge-hero{
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.course-facts-card{
  width: min(360px, 100%);
  padding: 14px;
  border-radius: 16px;
}
.facts-title{ font-size: 15px; }
.fact-k, .fact-v, .fee-value{ font-size: 12.5px; }


/* Step 13 – Compact hero to remove empty space */
.course-hero{ padding-top: 44px; padding-bottom: 38px; }
/* Some templates use .course-hero-inner or .hero-shell */
.course-hero-inner{ padding-top: 0; padding-bottom: 0; }
.course-hero-grid{ gap: 22px; align-items: center; grid-template-columns: 1fr 1fr; }
@media (max-width: 980px){
  .course-hero{ padding-top: 34px; padding-bottom: 28px; }
  .course-hero-grid{ grid-template-columns: 1fr; align-items: start; }
}
/* Limit badge height so hero doesn't become too tall */
.badge-hero{
  max-width: 340px;
  max-height: 420px;
  object-fit: contain;
}
.course-hero-badge{ gap: 12px; justify-content: flex-start; }
.course-facts-card{ margin-top: 2px; }



/* Step 14 – Remove extra hero text + reduce certificate image size */
.badge-hero{
  max-width: 300px;
  max-height: 360px;
  object-fit: contain;
}
.course-hero-badge{
  align-items: center;
}
.course-facts-card{
  width: min(360px, 100%);
}


/* Step 15 – Hero text hierarchy + spacing (cleaner, less info upfront) */
.course-hero{ padding: 56px 0 44px; }
.course-hero-grid{ gap: 22px; align-items: center; grid-template-columns: 1.1fr .9fr; }
.course-hero-left{ max-width: 640px; }
.hero-badge{ font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: rgba(165,195,255,0.9); margin-bottom: 14px; }
.hero-title{ margin: 0; line-height: 1.06; }
.hero-subtitle{ margin: 12px 0 0 0; color: rgba(255,255,255,0.78); font-size: 18px; }
.section-subtitle{ margin: 14px 0 18px 0; max-width: 560px; color: rgba(255,255,255,0.70); line-height: 1.6; }
.course-meta-row{ margin: 0 0 18px 0; }
.hero-actions{ margin-top: 14px; display: flex; gap: 14px; flex-wrap: wrap; }

.course-hero-badge{ align-items: center; }
.badge-hero{ max-width: 300px; max-height: 340px; }
.course-facts-card{ width: min(360px, 100%); }

@media (max-width: 980px){
  .course-hero{ padding: 40px 0 32px; }
  .course-hero-grid{ grid-template-columns: 1fr; align-items: start; }
  .course-hero-badge{ align-items: flex-start; }
}


/* Step 16 – Move Quick facts beside badge (fix ugly stacked layout) */
.hero-right-grid{
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
  align-items: start;
}
.hero-badge-wrap{
  display: flex;
  justify-content: center;
}
.badge-hero{
  max-width: 300px;
  max-height: 340px;
}
.hero-facts-wrap{
  display: flex;
  justify-content: flex-start;
}
.course-facts-card{
  margin-top: 0 !important;
  width: min(420px, 100%);
}
@media (max-width: 980px){
  .hero-right-grid{
    grid-template-columns: 1fr;
  }
  .hero-badge-wrap{ justify-content: flex-start; }
  .badge-hero{ max-width: 280px; }
}


/* Step 17 – Move Quick facts under CTA (left) for better balance */
.course-facts-card{
  margin-top: 18px !important;
  width: min(560px, 100%);
}
.course-facts-card .facts-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
}
.course-hero-badge{
  align-items: center;
  justify-content: center;
}
.hero-right-grid{ display:none !important; }

/* Make quick facts more compact */
.course-facts-card h3{ font-size: 18px; margin-bottom: 10px; }
.course-facts-card .fact-label{ color: rgba(255,255,255,0.62); }
.course-facts-card .fact-value{ color: rgba(255,255,255,0.86); }

@media (max-width: 980px){
  .course-facts-card{ width: 100%; }
  .course-facts-card .facts-grid{ grid-template-columns: 1fr; }
}

/* Step 18 – polish spacing + prevent "price" row from stretching */
/* Give the hero content breathing room from the outer frame */
.course-hero-grid{
  padding-left: 34px;
  padding-right: 34px;
}
@media (max-width: 980px){
  .course-hero-grid{
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* Quick facts: keep values compact + aligned (no huge left/right gaps) */
.course-facts-card{ max-width: 560px; padding: 18px 20px; }
.course-facts-card .facts-list.facts-grid .fact-item{
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 10px;
}
.course-facts-card .facts-list.facts-grid .fact-k{ margin: 0; }
.course-facts-card .facts-list.facts-grid .fact-v{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
  margin: 0;
}
.course-facts-card .currency-select{ width: 72px; padding: 8px 10px; }
.course-facts-card .fee-value{ margin-left: 0; }


/* Step 19 – Job-ready content presentation */
.learn-grid{
  list-style: none;
  padding: 0;
  margin: 14px 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px 18px;
}
.learn-grid li{
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(10,15,20,0.35);
  border-radius: 14px;
  padding: 12px 12px;
  color: rgba(255,255,255,0.86);
  line-height: 1.45;
}
.practice-grid{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.practice-card{
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(10,15,20,0.35);
  border-radius: 16px;
  padding: 14px;
}
.practice-title{ font-weight: 750; margin-bottom: 6px; }
.practice-desc{ color: var(--vexa-text-muted, #a3a3a3); line-height: 1.6; font-size: 14px; }

.role-chips{ margin-top: 12px; display:flex; flex-wrap:wrap; gap:10px; }
.role-chip{
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.20);
  padding: 8px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
}

.get-list{
  margin: 12px 0 0 18px;
  color: rgba(255,255,255,0.86);
  line-height: 1.7;
}
.get-list li{ margin: 6px 0; }

@media (max-width: 880px){
  .learn-grid{ grid-template-columns: 1fr; }
  .practice-grid{ grid-template-columns: 1fr; }
}


/* Sidebar changelog (requested) */
.changelog-fab{position:fixed; right:18px; bottom:18px; z-index:9999; padding:10px 14px; border-radius:999px; border:1px solid rgba(255,255,255,0.18); background:rgba(0,0,0,0.35); color:#e8f0ff; backdrop-filter: blur(10px); cursor:pointer; box-shadow: 0 14px 40px rgba(0,0,0,0.45);} 
.changelog-fab:hover{transform: translateY(-1px);}
.changelog-panel{position:fixed; inset:0; z-index:9998; background:rgba(0,0,0,0.35); opacity:0; pointer-events:none; transition:opacity .2s ease;} 
.changelog-panel .changelog-head{position:absolute; right:18px; top:18px; width:min(420px, calc(100% - 36px)); border-radius:18px 18px 0 0; background:rgba(10,14,20,0.88); border:1px solid rgba(255,255,255,0.12); backdrop-filter: blur(14px); padding:14px 14px; display:flex; align-items:center; justify-content:space-between;} 
.changelog-panel .changelog-title{font-weight:700; letter-spacing:0.2px;}
.changelog-panel .changelog-close{width:34px; height:34px; border-radius:10px; border:1px solid rgba(255,255,255,0.12); background:rgba(0,0,0,0.25); color:#fff; cursor:pointer;}
.changelog-panel .changelog-body{position:absolute; right:18px; top:66px; width:min(420px, calc(100% - 36px)); border-radius:0 0 18px 18px; background:rgba(10,14,20,0.88); border:1px solid rgba(255,255,255,0.12); border-top:0; backdrop-filter: blur(14px); padding:14px 16px 16px;} 
.changelog-panel ul{margin:0; padding-left:18px; color:rgba(240,245,255,0.92);} 
.changelog-panel li{margin:8px 0; line-height:1.4;} 
.changelog-panel .changelog-small{margin-top:10px; font-size:12px; color:rgba(200,220,255,0.62);} 
.changelog-panel.is-open{opacity:1; pointer-events:auto;} 
@media (max-width:560px){.changelog-fab{right:12px; bottom:12px;}}

/* Step 22 – Batch details note */
.facts-note{
  margin-top: 10px;
  font-size: 12px;
  color: var(--vexa-text-muted, #a3a3a3);
  line-height: 1.4;
}
