/* ============================================================
   AI Governance Certification Institute - V2 Unified Stylesheet
   Built on Bootstrap 5. Custom overrides below.
   ============================================================ */

/* === CSS VARIABLES === */
:root {
  --ink: #0D1F1A;
  --muted: #52645D;
  --soft: #F2F6F3;
  --soft2: #EBF3EE;
  --white: #ffffff;
  --line: #DCE8E0;
  --brand: #083B2E;
  --brand2: #0C5240;
  --dark: #05130F;
  --accent: #0F9B5F;
  --accent2: #0D8250;
  --mint: #DAF2E6;
  --gold: #B8861E;
  --goldSoft: #FEF4DC;
  --red: #C0392B;
  --redSoft: #FDECEA;
  --shadow: 0 24px 64px rgba(5,19,15,.12);
  --shadow-soft: 0 8px 24px rgba(5,19,15,.06);
}

/* === BASE === */
html { scroll-behavior: smooth; scroll-padding-top: 88px; overflow-x: hidden; max-width: 100%; }
html { overflow-x: clip; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #F9FAF7;
  color: var(--ink);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100vw;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
*, *::before, *::after { box-sizing: border-box; }
main, section, article, aside, footer, header, nav { max-width: 100%; }

/* === CONTAINER OVERRIDE === */
.container { max-width: 1160px; padding-left: 14px; padding-right: 14px; box-sizing: border-box; }

/* === TYPOGRAPHY === */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent2);
  font-weight: 800;
  font-size: .74rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(15,155,95,.14);
}
h1, h2, h3, h4 { margin: 0; font-weight: 700;}
h1 {
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  line-height: 1.1;
  letter-spacing: -.072em;
  color: #fff;
  max-width: 800px;
}
h2 {
  font-size: clamp(2rem, 3.8vw, 3.5rem);
  line-height: 1.03;
  letter-spacing: -.058em;
}
h3 { font-size: 1.1rem; line-height: 1.25; letter-spacing: -.024em; }
.lead {
  font-size: 1.06rem;
  color: var(--muted);
  max-width: 740px;
  line-height: 1.68;
}

/* === SECTIONS === */
.section { padding: 88px 0; }
.section-sm { padding: 64px 0; }
.section-pad { padding: 88px 0; }
.section-pad-sm { padding: 64px 0; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-head.center { display: block; text-align: center; margin-bottom: 42px; }
.section-head.center .lead, .section-head.text-center .lead { margin-inline: auto; }
.split-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 38px; align-items: end; margin-bottom: 34px; }
.split-head .lead { font-size: 1rem; }

/* === BUTTONS (override Bootstrap) === */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 800;
  font-size: .94rem;
  line-height: 1.2;
  transition: .16s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--accent) !important;
  color: #fff !important;
  border-color: var(--accent) !important;
  box-shadow: 0 12px 28px rgba(15,155,95,.28);
}
.btn-primary:hover { background: var(--accent2) !important; border-color: var(--accent2) !important; }
.btn-secondary {
  background: #fff !important;
  color: var(--brand) !important;
  border-color: #C8DDD4 !important;
  box-shadow: 0 8px 20px rgba(5,19,15,.07);
}
.btn-secondary:hover { border-color: var(--accent) !important; color: var(--brand) !important; }
.btn-ghost {
  background: rgba(255,255,255,.1) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.22) !important;
}
.btn-ghost:hover { background: rgba(255,255,255,.18) !important; }
.btn-white { background: #fff !important; color: var(--brand) !important; }
.btn-sm { min-height: 40px; padding: 9px 16px; font-size: .87rem; }
.btn-light {
  background: #fff !important;
  color: var(--brand) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.15);
}

/* === URGENCY BANNER === */
.urgency-bar {
  background: var(--brand);
  color: #fff;
  text-align: center;
  padding: 11px 20px;
  font-size: .86rem;
  font-weight: 700;
}
.urgency-bar strong { color: #7EEBBA; }
.urgency-bar a { color: #7EEBBA; text-decoration: underline; }

/* === HEADER / NAVBAR === */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(249,250,247,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.site-header::before {
  content: "";
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--accent), #2ED98B);
}
.nav { height: 72px; padding-top: 3px; display: flex; align-items: center; gap: 24px; }
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  color: var(--brand);
  letter-spacing: -.03em;
  flex-shrink: 0;
}
.brand:hover { color: var(--brand); }
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--brand);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-logo { height: 48px; width: auto; }
.brand-name { font-size: .98rem; line-height: 1.1; }
.brand-name small {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 1px;
}
.nav-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav-links a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #3A4D46;
  font-size: .88rem;
  font-weight: 700;
}
.nav-links a:hover { background: var(--soft); color: var(--brand); }

/* === NAV DROPDOWN === */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 0; }
.nav-dropdown-link { color: inherit; text-decoration: none; }
.nav-dropdown-arrow { background: none; border: none; padding: 4px 6px; cursor: pointer; color: inherit; display: inline-flex; align-items: center; }
.dropdown-arrow { transition: transform .2s ease; pointer-events: none; }
.nav-dropdown:hover .dropdown-arrow { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 1040;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink);
  border-radius: 0;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover {
  background: var(--soft);
  color: var(--brand);
}

.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav-actions .btn { min-height: 40px; padding: 9px 16px; font-size: .86rem; }
.menu-btn {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 9px;
  color: var(--brand);
  cursor: pointer;
}

/* === ACCREDITATION STRIP === */
.accred-strip {
  background: var(--dark);
  padding: 12px 0;
  overflow: hidden;
}
.accred-inner {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: .8rem;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  letter-spacing: .05em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
}
.accred-inner span { color: rgba(255,255,255,.88); }
.accred-divider {
  width: 1px; height: 16px;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}

/* === HERO === */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(148deg, var(--dark) 0%, #0A2B20 55%, #0C3D2D 100%);
  padding: 96px 0 88px;
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 22%, rgba(46,217,139,.12), transparent 38%),
              radial-gradient(circle at 88% 60%, rgba(255,255,255,.06), transparent 32%);
}
.hero .eyebrow { color: #9AEBCA; }
.hero .eyebrow::before { background: #4DDBA4; box-shadow: 0 0 0 4px rgba(77,219,164,.18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 60px; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-grid:only-child .hero-copy:only-child { grid-column: 1 / -1; text-align: left; }
.hero-grid:has(.hero-copy:only-child) { grid-template-columns: 1fr; text-align: center; }
.hero-grid:has(.hero-copy:only-child) h1 { max-width: none; margin-inline: auto; }
.hero-sub {
  font-size: 1.14rem;
  line-height: 1.72;
  color: rgba(255,255,255,.76);
  max-width: 700px;
  margin: 22px 0 32px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.deadline-alert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(192,57,43,.16);
  border: 1px solid rgba(192,57,43,.36);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .84rem;
  font-weight: 800;
  max-width: 100%;
  color: #F5A9A0;
  margin-top: 4px;
}
.deadline-alert::before { content: "\26A0"; font-size: .78rem; }

/* === ADVISOR CARD (hero sidebar) === */
.advisor-card {
  background: #fff;
  color: var(--ink);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 4px 14px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
}
.advisor-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 8%, rgba(15,155,95,.1), transparent 28%);
  pointer-events: none;
}
.advisor-card > * { position: relative; z-index: 1; }
.advisor-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.advisor-head-text p {
  font-size: .82rem;
  font-weight: 800;
  color: var(--accent2);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 4px;
}
.advisor-head-text h2 {
  font-size: 1.48rem;
  color: var(--brand);
  letter-spacing: -.038em;
}
.gold-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--goldSoft);
  color: #7A5410;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  white-space: nowrap;
}
.advisor-card > p {
  color: var(--muted);
  margin: 0 0 16px;
  font-size: .92rem;
}

/* === PATH LIST (advisor card nav) === */
.path-list { display: grid; gap: 8px; }
.path-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: .15s ease;
  text-decoration: none;
  color: var(--ink);
}
.path-row:hover { border-color: var(--accent); background: var(--soft); color: var(--ink); }
.path-row.active {
  background: linear-gradient(135deg, var(--brand), var(--dark));
  color: #fff;
  border-color: rgba(15,155,95,.5);
  box-shadow: 0 12px 28px rgba(5,19,15,.16);
}
.path-num {
  width: 30px; height: 30px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
}
.path-row.active .path-num {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.2);
}
.path-text strong { display: block; font-size: .9rem; }
.path-text span { display: block; font-size: .78rem; color: var(--muted); margin-top: 1px; }
.path-row.active .path-text span { color: rgba(255,255,255,.68); }
.path-arrow { font-weight: 900; color: var(--accent); font-size: .9rem; }
.path-row.active .path-arrow { color: #9ADFC2; }

/* === PROOF BAND === */
.proof-band { position: relative; z-index: 3; margin-top: -28px; }
.proof-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  padding: 22px 24px;
}
.proof-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.proof-label {
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent2);
}
.proof-stat { font-size: .82rem; font-weight: 700; color: var(--muted); }
.proof-stat strong { color: var(--ink); }
.proof-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: var(--soft);
  border: 1px solid #DDE8E2;
  border-radius: 14px;
  padding: 13px 14px;
  height: 100%;
}
.proof-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--accent2);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: .82rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.proof-item strong { display: block; font-size: .88rem; line-height: 1.38; color: var(--ink); }
.proof-item span { display: block; font-size: .78rem; color: var(--muted); margin-top: 2px; text-align: center;}

/* === PROOF GRID === */
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

/* === STATS ROW === */
.stats-row { background: var(--brand); color: #fff; padding: 44px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-label {
  font-size: .82rem;
  font-weight: 700;
  color: rgba(255,255,255,.66);
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* === PROGRAM / COURSE CARDS === */
.program-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.program-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
.program-card.featured {
  background: radial-gradient(circle at 85% 10%, rgba(77,219,164,.14), transparent 34%),
              linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  box-shadow: 0 28px 72px rgba(5,19,15,.26);
  border-color: rgba(15,155,95,.4);
}
.program-card.featured::before { height: 0; }
.program-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  width: max-content;
}
.badge-mint { background: var(--mint); color: var(--brand); }
.badge-gold { background: var(--goldSoft); color: #7A5410; }
.badge-white { background: rgba(255,255,255,.16); color: #C2EFD9; }
.program-title {
  font-size: 1.28rem;
  letter-spacing: -.04em;
  margin-bottom: 10px;
  color: var(--brand);
}
.program-card.featured .program-title { color: #fff; }
.program-desc {
  font-size: .94rem;
  color: var(--muted);
  margin-bottom: 16px;
  line-height: 1.56;
}
.program-card.featured .program-desc { color: rgba(255,255,255,.76); }
.fit-box {
  background: var(--soft);
  border: 1px solid #DCE8E0;
  border-radius: 14px;
  padding: 13px;
  margin-bottom: 16px;
}
.program-card.featured .fit-box {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.15);
}
.fit-label {
  display: block;
  font-size: .69rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--accent2);
  margin-bottom: 4px;
}
.program-card.featured .fit-label { color: #9ADFC2; }
.fit-text { font-size: .88rem; color: #334840; line-height: 1.5; margin: 0; }
.program-card.featured .fit-text { color: rgba(255,255,255,.8); }
.checklist { list-style: none; margin-bottom: 20px; padding: 0; display: grid; gap: 7px; }
.checklist li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: .88rem;
  color: #374B44;
}
.program-card.featured .checklist li { color: rgba(255,255,255,.82); }
.check {
  width: 17px; height: 17px; min-width: 17px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--accent2);
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  font-size: .65rem;
  margin-top: 2px;
}
.program-card.featured .check {
  background: rgba(255,255,255,.14);
  color: #9ADFC2;
}
.program-card .btn { margin-top: auto; width: 100%; }
.program-card.featured .btn { background: #fff !important; color: var(--brand) !important; }

/* === PROGRAM GRID === */
.program-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.courses-cta { display: flex; justify-content: center; margin-top: 28px; }

/* === ROLE SELECTOR === */
.selector { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.selector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.selector-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 26px;
}
.role-list { display: grid; gap: 9px; margin-top: 16px; }
.role-btn {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 13px;
  padding: 13px 15px;
  text-align: left;
  font-weight: 800;
  font-size: .9rem;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  min-height: 54px;
  transition: .14s ease;
  width: 100%;
}
.role-btn:hover, .role-btn.active {
  border-color: var(--accent);
  background: var(--soft);
  color: var(--brand);
}
.role-arrow { font-weight: 900; color: var(--muted); }
.role-btn.active .role-arrow { color: var(--accent); }
.recommendation {
  background: var(--brand);
  border-radius: 22px;
  padding: 26px;
  color: #fff;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.recommendation::before {
  content: "";
  position: absolute;
  right: -70px; top: -80px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(77,219,164,.14);
}
.recommendation > * { position: relative; z-index: 1; }
.recommendation h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-bottom: 10px;
}
.recommendation > p {
  color: rgba(255,255,255,.76);
  margin-bottom: 0;
  font-size: .94rem;
}
.reco-list { list-style: none; padding: 0; margin: 16px 0 22px; display: grid; gap: 9px; }
.reco-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  font-size: .9rem;
  color: #D8F5EA;
}
.recommendation .btn { width: max-content; margin-top: auto; background: #fff; color: var(--brand); }

/* === TESTIMONIALS === */
.testimonials { background: var(--soft); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: 0 6px 20px rgba(5,19,15,.04); display: flex; flex-direction: column; }
.testi-stars { color: var(--gold); font-size: .88rem; margin-bottom: 12px; letter-spacing: 2px; }
.testi-quote { font-size: .94rem; color: var(--ink); line-height: 1.64; margin-bottom: 16px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: .78rem; flex-shrink: 0; }
.testi-name { font-size: .88rem; font-weight: 800; color: var(--ink); }
.testi-role { font-size: .78rem; color: var(--muted); margin-top: 1px; }

/* === STEPPER (pathway) === */
.pathway { background: var(--soft2); }
.pathway-bg { background: var(--soft2); }
.stepper { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; counter-reset: steps; margin-top: 32px; }
.step-card,
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(5,19,15,.04);
  height: 100%;
  position: relative;
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 52px;
  width: 12px;
  height: 2px;
  background: var(--accent);
  opacity: .4;
}
.step-num {
  display: inline-grid;
  place-items: center;
  width: 36px; height: 36px;
  border-radius: 11px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
  font-size: .76rem;
  margin-bottom: 14px;
}
.step-card h3, .step h3 { font-size: .98rem; margin-bottom: 6px; }
.step-card p, .step p { font-size: .86rem; color: var(--muted); margin: 0; }

/* === BENEFIT CARDS === */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(5,19,15,.04);
  height: 100%;
}
.benefit-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--mint);
  color: var(--accent2);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  font-size: 1rem;
}
.benefit-icon svg {
  width: 20px; height: 20px;
  fill: none;
  stroke: var(--accent2);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-card h3 { color: var(--brand); margin-bottom: 7px; }
.benefit-card p { font-size: .9rem; color: var(--muted); margin: 0; }

/* === URGENCY / REGULATORY SECTION === */
.urgency-section {
  background: linear-gradient(135deg, var(--dark), #0B3225);
  color: #fff;
  padding: 72px 0;
}
.urgency-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.urgency-section h2 { color: #fff; }
.urgency-section p { color: rgba(255,255,255,.72); margin-top: 14px; line-height: 1.68; }
.timeline { margin: 28px 0; display: grid; gap: 14px; }
.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  align-items: start;
}
.timeline-date {
  font-size: .8rem;
  font-weight: 900;
  color: #7EEBBA;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding-top: 2px;
}
.timeline-event { font-size: .9rem; color: rgba(255,255,255,.82); }
.timeline-event strong { color: #fff; display: block; margin-bottom: 2px; }
.urgency-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  padding: 26px;
}
.urgency-stat {
  font-size: 3.2rem;
  font-weight: 900;
  color: #7EEBBA;
  line-height: 1;
  letter-spacing: -.06em;
  margin-bottom: 6px;
}
.urgency-stat-label {
  font-size: .84rem;
  color: rgba(255,255,255,.72);
  margin-bottom: 22px;
}
.urgency-list { list-style: none; padding: 0; display: grid; gap: 9px; }
.urgency-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: .88rem;
  color: rgba(255,255,255,.82);
}
.urgency-list .check {
  background: rgba(126,235,186,.15);
  color: #7EEBBA;
  flex-shrink: 0;
}

/* === CORPORATE === */
.corporate { background: #fff; border-block: 1px solid var(--line); }
.corporate-section { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.corporate-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 28px; align-items: center; }
.corporate-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.corporate-card {
  background: linear-gradient(140deg, var(--dark), var(--brand));
  border-radius: 28px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 28px 72px rgba(5,19,15,.18);
  position: relative;
  overflow: hidden;
}
.corporate-card::after {
  content: "";
  position: absolute;
  right: -70px; bottom: -70px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.07);
}
.corporate-card > * { position: relative; z-index: 1; }
.corporate-card h2 { color: #fff; font-size: clamp(1.6rem, 2.8vw, 2.4rem); }
.corporate-card p { color: rgba(255,255,255,.74); margin-top: 12px; line-height: 1.66; }
.corporate-card .btn { margin-top: 22px; background: #fff; color: var(--brand); }
.corporate-point {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 17px;
  height: 100%;
}
.corporate-point h3 { font-size: .98rem; margin-bottom: 5px; color: var(--brand); }
.corporate-point p { font-size: .88rem; color: var(--muted); margin: 0; }

/* === STANDARD CARDS === */
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.standard-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  height: 100%;
}
.standard-card strong { display: block; font-size: 1rem; color: var(--brand); margin-bottom: 6px; }
.standard-card span { display: block; font-size: .88rem; color: var(--muted); }
.standard-card h3 { color: var(--brand); margin-bottom: 6px; }
.standard-card p { font-size: .88rem; color: var(--muted); margin: 0; }

/* Trust card (course detail pages) */
.trust-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
.trust-card h3 { color: var(--brand); font-size: 1.15rem; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 10px; }
.trust-card p { color: var(--muted); font-size: .94rem; line-height: 1.65; }
.trust-grid .standard-card {
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.trust-grid .standard-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}

/* === INDUSTRY CARDS === */
.industry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.industry-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  height: 100%;
}
.industry-card strong { display: block; font-size: .98rem; color: var(--brand); margin-bottom: 6px; }
.industry-card span { font-size: .88rem; color: var(--muted); }

/* === FAQ === */
.faq-section { background: var(--soft); }
.faq-wrap { display: grid; grid-template-columns: .4fr .6fr; gap: 36px; align-items: start; }
.faq-list { display: grid; gap: 8px; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 800;
  font-size: .94rem;
  color: var(--ink);
  min-height: 54px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { font-weight: 900; color: var(--accent2); font-size: 1.1rem; line-height: 1; }
.faq-item p { padding: 0 18px 16px; font-size: .92rem; color: var(--muted); line-height: 1.62; margin: 0; }

/* === LEAD CAPTURE / CONTACT SECTION === */
.lead-section {
  background: linear-gradient(140deg, var(--dark), var(--brand));
  padding: 88px 0;
  position: relative;
  overflow: hidden;
}
.lead-section::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 15% 25%, rgba(77,219,164,.13), transparent 36%),
              radial-gradient(circle at 86% 55%, rgba(255,255,255,.07), transparent 30%);
}
.lead-section .container { position: relative; z-index: 1; }
.lead-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 36px; align-items: start; }
.lead-grid > * { min-width: 0; }
.lead-copy h2 { color: #fff; }
.lead-copy p { color: rgba(255,255,255,.72); margin-top: 14px; line-height: 1.66; }
.lead-trust { margin-top: 24px; display: grid; gap: 9px; }
.lead-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .86rem;
  color: rgba(255,255,255,.72);
}
.lead-trust-item::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(77,219,164,.18);
  color: #7EEBBA;
  font-size: .7rem;
  font-weight: 900;
  flex-shrink: 0;
}
.form-wrap {
  background: #fff;
  color: var(--ink);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.form-wrap h3 { font-size: 1.22rem; color: var(--brand); margin-bottom: 4px; }
.form-wrap > p { font-size: .88rem; color: var(--muted); margin-bottom: 20px; }
.form-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.field-group { display: grid; gap: 5px; }
.field-group.full { grid-column: 1/-1; }
.field-label { font-size: .8rem; font-weight: 800; color: #374B44; }
.field-input {
  width: 100%;
  border: 1px solid #C4D8CF;
  border-radius: 11px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  min-height: 46px;
  font-size: .92rem;
  transition: border-color .14s ease;
}
.field-input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(15,155,95,.1); }
textarea.field-input { resize: vertical; min-height: 100px; }
.form-submit { width: 100%; margin-top: 14px; }
.form-privacy { font-size: .76rem; color: var(--muted); text-align: center; margin-top: 10px; }

/* === INSTRUCTOR SECTION === */
.instructors { background: #fff; border-block: 1px solid var(--line); }
.instructor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.instructor-card { border: 1px solid var(--line); border-radius: 20px; padding: 22px; display: flex; gap: 14px; align-items: flex-start; }
.instructor-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--accent)); color: #fff; display: grid; place-items: center; font-weight: 900; font-size: 1rem; flex-shrink: 0; }
.instructor-name { font-size: 1rem; font-weight: 800; color: var(--brand); margin-bottom: 3px; }
.instructor-cred { font-size: .78rem; font-weight: 700; color: var(--accent2); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 7px; }
.instructor-bio { font-size: .86rem; color: var(--muted); line-height: 1.56; }

/* === ADDITIONAL GRID LAYOUTS === */
.course-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: 40px; align-items: center; }
.course-hero-grid > * { min-width: 0; }
.course-layout { display: grid; grid-template-columns: 1fr minmax(0, 340px); gap: 40px; align-items: start; }
.overview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.receive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.career-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.standard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.course-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.course-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  opacity: .95;
}
.course-card.highlight {
  background: radial-gradient(circle at 82% 12%, rgba(96,222,162,.16), transparent 30%),
              linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  transform: translateY(-10px);
  box-shadow: 0 26px 70px rgba(6,29,26,.22);
  border-color: rgba(22,166,106,.5);
}
.course-card.highlight::before { height: 0; }
.course-card .course-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.course-card .level {
  font-size: .72rem;
  font-weight: 900;
  color: var(--muted);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.course-card.highlight .level { background: rgba(255,255,255,.12); color: #e7fff2; border-color: rgba(255,255,255,.16); }
.course-card h3 { font-size: 1.25rem; color: var(--brand); letter-spacing: -.04em; margin-bottom: 12px; }
.course-card.highlight h3 { color: #fff; }
.course-card p { color: var(--muted); font-size: .94rem; margin-bottom: 18px; }
.course-card.highlight p { color: rgba(255,255,255,.78); }
.course-card .meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: auto 0 20px;
}
.course-card .meta span {
  background: var(--soft);
  border: 1px solid #e3eee8;
  border-radius: 14px;
  padding: 12px;
  font-size: .86rem;
  color: var(--muted);
}
.course-card.highlight .meta span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.76); }
.course-card .meta b { display: block; color: var(--brand); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.course-card.highlight .meta b { color: #bcf5d4; }
.course-card .btn { margin-top: auto; width: 100%; }

.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.path-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin-top: 30px; }
.policy-grid { display: grid; grid-template-columns: minmax(0, 280px) minmax(0, 1fr); gap: 34px; align-items: start; }
.terms-grid { display: grid; grid-template-columns: minmax(0, 280px) minmax(0, 1fr); gap: 34px; align-items: start; }
.form-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.identity-section { background: var(--soft); border-block: 1px solid var(--line); }
.identity-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 18px; align-items: stretch; }
.identity-stack { display: grid; gap: 18px; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.trust-section { background: var(--soft); }
.trust-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 28px; align-items: start; }
.trust-intro { position: sticky; top: 110px; }
.trust-intro .lead { font-size: 1rem; }

/* === FOOTER === */
.footer {
  background: var(--dark);
  padding: 48px 0 40px;
  color: #C8DDD6;
}
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.footer .brand { color: #fff; }
.footer .brand-name small { color: rgba(255,255,255,.5); }
.footer-desc {
  font-size: .88rem;
  color: rgba(255,255,255,.5);
  margin-top: 12px;
  max-width: 380px;
  line-height: 1.64;
}
.footer-col h4 {
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: 12px;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,.65);
  font-size: .88rem;
  margin-bottom: 8px;
  font-weight: 600;
}
.footer-col a:hover { color: #7EEBBA; }
.footer-right { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 36px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
}
.footer-bottom a { color: rgba(255,255,255,.4); }
.footer-bottom a:hover { color: #7EEBBA; }

/* === COURSE DETAIL PAGES === */
.course-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(148deg, var(--dark) 0%, #0A2B20 55%, #0C3D2D 100%);
  padding: 92px 0 78px;
  color: #fff;
}
.course-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 14% 22%, rgba(46,217,139,.12), transparent 38%), radial-gradient(circle at 88% 60%, rgba(255,255,255,.06), transparent 32%);
}
.course-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .28;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.78), transparent 88%);
}
.course-hero h1 { max-width: 830px; }
.course-hero-sub {
  font-size: 1.14rem;
  line-height: 1.72;
  color: rgba(255,255,255,.76);
  max-width: 750px;
  margin: 22px 0 26px;
}
.course-meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 14px;
}
.course-meta-line span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.09);
  border-radius: 999px;
  padding: 9px 14px;
  color: rgba(255,255,255,.88);
  font-size: .88rem;
  font-weight: 850;
}
.course-rating-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  font-weight: 800;
}
.course-rating-proof strong { color: #fff; }
.course-sticky-cta {
  background: #fff;
  color: var(--ink);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 4px 14px rgba(0,0,0,.1);
  position: sticky;
  top: 98px;
  overflow: hidden;
  align-self: start;
}
.course-hero .course-sticky-cta { position: relative; top: auto; }
.course-card-label {
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--goldSoft);
  color: #7A5410;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.course-sticky-cta h2,
.course-sticky-cta h3 {
  font-size: 1.2rem;
  color: var(--brand);
  letter-spacing: -.03em;
  margin-bottom: 8px;
}
.course-card-badge {
  font-size: .76rem;
  font-weight: 700;
  color: var(--muted);
  margin-bottom: 14px;
}
.banner-cta-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.banner-cta-stats div { padding: 14px; background: #fff; }
.banner-cta-stats div + div { border-left: 1px solid var(--line); }
.banner-cta-stats span {
  display: block;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.banner-cta-stats strong {
  display: block;
  color: var(--brand);
  font-size: 1rem;
  line-height: 1.35;
}
.banner-cta-list {
  list-style: none;
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  padding: 0;
}
.banner-cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #374B44;
  font-size: .88rem;
  line-height: 1.5;
}
.banner-cta-list li::before {
  content: "\2713";
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--accent2);
  display: inline-grid;
  place-items: center;
  font-weight: 900;
  font-size: .65rem;
  margin-top: 2px;
}
.course-sticky-cta .btn { width: 100%; }

/* Course body layout */
.course-body { padding: 64px 0 0; }
.course-main { min-width: 0; }
.course-section {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.course-section:last-child { border-bottom: 0; }
.course-section h2 {
  color: var(--ink);
  font-size: clamp(1.9rem, 3.4vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -.058em;
  margin-bottom: 12px;
}
.course-section .section-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 830px;
  margin-bottom: 26px;
}
.section-copy {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 26px;
  max-width: 830px;
}

/* Overview cards */
.overview-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.overview-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
.overview-card .card-num, .card-num {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--brand);
  font-weight: 900;
  font-size: .76rem;
  margin-bottom: 16px;
}
.overview-card h3 { color: var(--brand); font-size: 1.15rem; line-height: 1.2; letter-spacing: -.035em; margin-bottom: 10px; }
.overview-card p { color: var(--muted); font-size: .94rem; line-height: 1.65; margin-top: auto; }

/* Founder note */
.founder-note {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 20px 52px rgba(5,19,15,.16);
  position: relative;
  overflow: hidden;
}
.founder-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 88% 18%, rgba(77,219,164,.16), transparent 34%);
}
.founder-note > * { position: relative; z-index: 1; }
.founder-note p { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.72; max-width: 880px; margin: 0; }
.founder-note strong { color: #fff; }

/* Urgency box */
.urgency-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow-soft);
}
.urgency-box > p { color: var(--muted); line-height: 1.72; font-size: 1rem; margin-bottom: 18px; }
.urgency-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.urgency-point {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
}
.urgency-point strong {
  display: block;
  color: var(--brand);
  font-size: .96rem;
  margin-bottom: 5px;
}
.urgency-point span {
  display: block;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.52;
}

/* Receive cards */
.receive-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-soft);
}
.receive-icon {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: var(--mint);
  color: var(--accent2);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 12px;
}
.receive-card h3 { color: var(--brand); font-size: 1.04rem; margin-bottom: 7px; }
.receive-card p { color: var(--muted); font-size: .9rem; line-height: 1.6; margin: 0; }

/* Certificate frame */
.certificate-frame {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 16px;
  box-shadow: var(--shadow-soft);
}
.certificate-frame img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

/* Who chips */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.who-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  color: var(--brand);
  font-size: .92rem;
  font-weight: 850;
}
.who-chip::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(15,155,95,.12);
  flex-shrink: 0;
}

/* Fit split */
.fit-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.fit-panel.positive { border-top: 4px solid var(--accent); }
.fit-panel.negative { border-top: 4px solid var(--gold); }
.fit-panel h3 { color: var(--brand); font-size: 1.22rem; margin-bottom: 14px; }
.fit-panel ul { list-style: none; display: grid; gap: 10px; padding: 0; margin: 0; }
.fit-panel li {
  position: relative;
  padding-left: 28px;
  color: #334840;
  font-size: .93rem;
  line-height: 1.55;
}
.fit-panel li::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: .64rem;
  font-weight: 900;
}
.fit-panel.positive li::before { content: "\2713"; background: var(--mint); color: var(--accent2); }
.fit-panel.negative li::before { content: "!"; background: var(--goldSoft); color: #7A5410; }

/* Pill grid */
.pill-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.pill-grid span {
  display: inline-flex;
  background: var(--soft2);
  border: 1px solid var(--line);
  color: var(--brand);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: .86rem;
  font-weight: 850;
}

/* Outcomes panel */
.outcomes-panel {
  background: linear-gradient(180deg, #fff, var(--soft));
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}
.outcomes-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  padding: 0;
  margin: 0;
}
.outcomes-list li {
  position: relative;
  padding-left: 30px;
  color: #334840;
  font-size: .93rem;
  line-height: 1.58;
}
.outcomes-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint);
  color: var(--accent2);
  font-size: .68rem;
  font-weight: 900;
}

/* Course accordion */
.course-accordion { border-bottom: 1px solid #DCE8E0; }
.course-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 14px;
  align-items: center;
}
.course-accordion summary::-webkit-details-marker { display: none; }
.course-accordion summary span {
  display: inline-flex;
  justify-content: center;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  padding: 7px 10px;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
}
.course-accordion summary strong { color: var(--ink); font-size: 1.08rem; }
.course-accordion summary b { color: var(--accent2); font-size: 1.35rem; }
.course-accordion ul {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0 0 20px 88px;
  margin: 0;
}
.course-accordion li {
  display: grid;
  gap: 3px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 15px;
}
.course-accordion li strong { color: var(--brand); font-size: .92rem; }
.course-accordion li span { color: var(--muted); font-size: .86rem; line-height: 1.55; }

/* Detail grid */
.detail-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.detail-card span {
  display: block;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.detail-card strong { color: var(--brand); font-size: .98rem; line-height: 1.4; }

/* Career cards */
.career-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--shadow-soft);
}
.career-card strong { display: block; color: var(--brand); font-size: .98rem; line-height: 1.32; margin-bottom: 6px; }
.career-card span { display: block; color: var(--muted); font-size: .86rem; line-height: 1.5; }

/* Side CTA (sticky sidebar enrollment card) */
.course-side-cta {
  align-self: start;
  position: sticky;
  top: 98px;
}
.side-cta-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
}
.side-cta-card h3 {
  color: var(--brand);
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -.035em;
  margin-bottom: 10px;
}
.side-cta-card p {
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.side-cta-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.side-cta-details div { padding: 12px; background: #fff; }
.side-cta-details div:nth-child(2),
.side-cta-details div:nth-child(4) { border-left: 1px solid var(--line); }
.side-cta-details div:nth-child(3),
.side-cta-details div:nth-child(4) { border-top: 1px solid var(--line); }
.side-cta-details span { display: block; color: var(--muted); font-size: .72rem; font-weight: 800; margin-bottom: 4px; }
.side-cta-details strong { display: block; color: var(--brand); font-size: .92rem; line-height: 1.35; }
.course-side-cta .btn { width: 100%; }

/* Inline CTA (dark gradient CTA block) */
.inline-cta {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  border-radius: 26px;
  padding: 32px;
  color: #fff;
  box-shadow: 0 20px 52px rgba(5,19,15,.18);
}
.inline-cta h2 { color: #fff; font-size: clamp(1.9rem, 3.3vw, 3rem); }
.inline-cta p { color: rgba(255,255,255,.76); max-width: 760px; line-height: 1.7; margin: 12px 0 0; }
.inline-cta .btn { margin-top: 20px; background: #fff; color: var(--brand); }

/* Comparison table */
.compare-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-soft); background: #fff; }
.compare-wrap table { min-width: 980px; }
.compare-wrap td { color: var(--muted); padding: 16px; font-size: .92rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-wrap td strong { color: var(--brand); }
.compare-wrap tr:last-child td { border-bottom: 0; }
.compare-wrap table,
.foundation-pathway-table table,
.audit-difference-table table,
.internal-pathway-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.compare-wrap th {
  background: var(--brand);
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 16px;
  text-align: left;
}
.foundation-pathway-table th,
.audit-difference-table th,
.internal-pathway-table th {
  background: var(--brand);
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 16px 18px;
  text-align: left;
}
.compare-wrap td,
.foundation-pathway-table td,
.audit-difference-table td,
.internal-pathway-table td {
  padding: 12px 16px;
  font-size: .88rem;
  color: var(--ink);
  border-top: 1px solid var(--line);
}

/* === COURSES PAGE === */
.course-grid-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-soft);
}
.course-grid-card.highlight {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  border-color: rgba(15,155,95,.4);
  box-shadow: 0 28px 72px rgba(5,19,15,.26);
}
.course-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.course-top .badge {
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--mint);
  color: var(--brand);
}
.course-top .badge.gold { background: var(--goldSoft); color: #7A5410; }
.course-grid-card.highlight .badge { background: rgba(255,255,255,.16); color: #C2EFD9; }
.course-top .level { font-size: .78rem; font-weight: 700; color: var(--muted); }
.course-grid-card.highlight .level { color: rgba(255,255,255,.6); }
.course-grid-card h3 { font-size: 1.14rem; margin-bottom: 8px; color: var(--brand); }
.course-grid-card.highlight h3 { color: #fff; }
.course-grid-card > p { font-size: .9rem; color: var(--muted); margin-bottom: 16px; }
.course-grid-card.highlight > p { color: rgba(255,255,255,.72); }
.course-grid-card .meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: .82rem;
  color: var(--muted);
}
.course-grid-card.highlight .meta { color: rgba(255,255,255,.6); }
.course-grid-card .meta b { color: var(--brand); display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
.course-grid-card.highlight .meta b { color: rgba(255,255,255,.5); }
.course-grid-card .btn { margin-top: auto; width: 100%; }
.course-grid-card.highlight .btn { background: #fff !important; color: var(--brand) !important; }

/* Role guide on courses page */
.role-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
}
.role-card.highlight {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  border-color: rgba(22,166,106,.5);
  box-shadow: 0 26px 70px rgba(6,29,26,.16);
}
.role-name {
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--accent2);
  margin-bottom: 10px;
}
.role-card.highlight .role-name { color: #bcf5d4; }
.role-card h3 { font-size: 1.22rem; color: var(--brand); margin-bottom: 14px; }
.role-card.highlight h3 { color: #fff; }
.role-card ul { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 7px; color: var(--muted); font-size: .9rem; }
.role-card.highlight ul { color: rgba(255,255,255,.80); }
.role-card li { display: flex; gap: 9px; }
.role-card li span { color: var(--accent2); font-weight: 900; }
.role-card.highlight li span { color: #bcf5d4; }
.why {
  background: var(--soft);
  border: 1px solid #e3eee8;
  border-radius: 16px;
  padding: 14px;
  margin: auto 0 18px;
}
.role-card.highlight .why { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.why b { display: block; font-size: .72rem; color: var(--accent2); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 5px; }
.role-card.highlight .why b { color: #bcf5d4; }
.why p { margin: 0; color: #31433e; font-size: .9rem; }
.role-card.highlight .why p { color: rgba(255,255,255,.82); }
.text-link {
  font-size: .86rem;
  font-weight: 900;
  color: var(--brand);
}
.role-card.highlight .text-link { color: #bcf5d4; }

/* Pathway steps on courses page */
.path-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  min-height: 122px;
  box-shadow: 0 8px 22px rgba(6,29,26,.05);
  text-decoration: none;
  color: var(--ink);
  transition: .15s;
}
.path-step:hover { border-color: var(--accent); background: var(--soft); color: var(--ink); }
.path-step.active { background: var(--brand); color: #fff; border-color: var(--brand); }
.path-step span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
  font-size: .76rem;
  margin-bottom: 14px;
}
.path-step.active span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.16); }
.path-step strong { display: block; font-size: .92rem; line-height: 1.25; color: var(--ink); }
.path-step.active strong { color: #fff; }

/* Pathway help card */
.pathway-help-card {
  background: linear-gradient(140deg, var(--dark), var(--brand));
  color: #fff;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 22px 64px rgba(5,19,15,.18);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.pathway-help-card h2 { color: #fff; margin-bottom: 10px; }
.pathway-help-card p { color: rgba(255,255,255,.76); max-width: 760px; line-height: 1.66; }
.pathway-help-card .btn { background: #fff !important; color: var(--brand) !important; }
@media (max-width: 900px) {
  .pathway-help-card { grid-template-columns: 1fr; }
}

/* === ABOUT PAGE === */
.about-hero { padding: 80px 0 64px; }
.north-card {
  background: #fff;
  color: var(--ink);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 4px 14px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
}
.north-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 8%, rgba(15,155,95,.1), transparent 28%);
  pointer-events: none;
}
.north-card > * { position: relative; z-index: 1; }
.north-label {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--brand);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.north-card h2 { font-size: 1.48rem; color: var(--brand); letter-spacing: -.038em; margin-bottom: 10px; }
.north-card p { color: var(--muted); font-size: .92rem; line-height: 1.65; margin-bottom: 16px; }
.north-list { display: grid; gap: 8px; list-style: none; padding: 0; margin: 0; }
.north-list li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #334840;
  font-size: .88rem;
  line-height: 1.5;
}
.north-list li::before {
  content: "\2713";
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--mint);
  color: var(--accent2);
  font-size: .68rem;
  font-weight: 900;
  margin-top: 2px;
}

/* About proof — only when proof-box has proof-title + proof-points layout */
.proof-box:has(.proof-points) {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 22px;
  align-items: center;
}
.proof-box h2 {
  color: var(--brand);
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  letter-spacing: -.045em;
}
.proof-title {
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--accent2);
  margin-bottom: 7px;
}
.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.proof-point {
  background: var(--soft);
  border: 1px solid #DDE8E2;
  border-radius: 14px;
  padding: 15px;
}
.proof-point strong { display: block; color: var(--ink); font-size: .9rem; line-height: 1.35; margin-bottom: 4px; }
.proof-point span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.45; }

/* Thesis section */
.thesis-section { padding: 88px 0 76px; }
.thesis-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
}
.thesis-side {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
}
.thesis-side .eyebrow { color: #9AEBCA; }
.thesis-side .eyebrow::before { background: #4DDBA4; }
.thesis-side strong {
  display: block;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -.07em;
  line-height: 1.1;
}
.thesis-main { padding: 40px; }
.thesis-main h2 { max-width: 850px; margin-bottom: 16px; }
.thesis-main p { color: var(--muted); font-size: 1.06rem; line-height: 1.68; max-width: 830px; }
.thesis-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.thesis-mini {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #FBFDF9;
  padding: 16px;
}
.thesis-mini strong { display: block; color: var(--brand); font-size: .95rem; margin-bottom: 4px; }
.thesis-mini span { display: block; color: var(--muted); font-size: .84rem; line-height: 1.45; }

/* Identity section */
.identity-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.identity-panel.dark {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  border: none;
}
.identity-panel.dark h3 { color: #fff; }
.identity-panel.dark p { color: rgba(255,255,255,.76); }
.identity-panel h3 { color: var(--brand); font-size: 1.35rem; letter-spacing: -.035em; margin-bottom: 10px; }
.identity-panel p { color: var(--muted); font-size: .95rem; line-height: 1.66; margin: 0; }
.identity-stack { display: grid; gap: 14px; }

/* Capability grid */
.capability {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  min-height: 220px;
}
.capability::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--accent));
}
.capability > span {
  display: inline-flex;
  background: var(--mint);
  color: var(--brand);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.capability h3 { color: var(--brand); font-size: 1.1rem; margin-bottom: 9px; }
.capability p { color: var(--muted); font-size: .9rem; line-height: 1.62; margin: 0; }

/* Mission/Vision */
.mv-section { background: #fff; border-block: 1px solid var(--line); }
.mv-card {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  border-radius: 28px;
  padding: 34px;
  color: #fff;
  box-shadow: 0 22px 58px rgba(5,19,15,.2);
  position: relative;
  overflow: hidden;
}
.mv-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(77,219,164,.12);
}
.mv-card > * { position: relative; z-index: 1; }
.mv-card .eyebrow { color: #9AEBCA; }
.mv-card .eyebrow::before { background: #4DDBA4; }
.mv-card h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.55rem); line-height: 1.2; letter-spacing: -.055em; margin-bottom: 12px; }
.mv-card p { color: rgba(255,255,255,.76); font-size: 1rem; line-height: 1.7; margin: 0; }

/* Trust section */
.trust-table {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.trust-row {
  display: grid;
  grid-template-columns: minmax(0, 250px) 1fr;
  border-bottom: 1px solid var(--line);
}
.trust-row:last-child { border-bottom: 0; }
.trust-row strong {
  background: #FBFDF9;
  color: var(--brand);
  padding: 20px;
  font-size: .95rem;
}
.trust-row span {
  color: var(--muted);
  padding: 20px;
  font-size: .94rem;
  line-height: 1.62;
}

/* Trusted students */
.trusted-students-section { padding: 40px 0; }
.trusted-students-visual { text-align: center; }
.trusted-students-visual img { margin: 0 auto; max-width: 100%; }

/* === CONTACT PAGE === */
.contact-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(148deg, var(--dark) 0%, #0A2B20 55%, #0C3D2D 100%);
  padding: 96px 0 88px;
  color: #fff;
}
.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(46,217,139,.12), transparent 38%),
    radial-gradient(circle at 88% 60%, rgba(255,255,255,.06), transparent 32%);
}
.contact-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 60px;
  align-items: center;
}
.contact-hero-grid > * { min-width: 0; }
.contact-hero h1 { color: #fff; }
.contact-hero .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.info-card {
  background: #fff;
  color: var(--ink);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 40px 90px rgba(0,0,0,.32), 0 4px 14px rgba(0,0,0,.1);
  position: relative;
  overflow: hidden;
}
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 8%, rgba(15,155,95,.1), transparent 28%);
  pointer-events: none;
}
.info-card > * { position: relative; z-index: 1; }
.info-card h2 {
  font-size: 1.48rem;
  color: var(--brand);
  letter-spacing: -.038em;
  margin-bottom: 10px;
}
.info-card > p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.65;
  margin-bottom: 16px;
}
.info-list { display: grid; gap: 10px; }
.info-item {
  border: 1px solid var(--line);
  background: #FBFDF9;
  border-radius: 14px;
  padding: 14px;
}
.info-item strong {
  display: block;
  color: var(--brand);
  font-size: .88rem;
  margin-bottom: 3px;
}
.info-item span {
  display: block;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}
.info-item .email {
  color: var(--brand);
  font-weight: 900;
  word-break: break-word;
}

/* Form section for contact */
.form-section { padding: 88px 0; }
.form-intro {
  background: linear-gradient(140deg, var(--brand), var(--dark));
  color: #fff;
  border-radius: 26px;
  padding: 30px;
  box-shadow: var(--shadow);
  position: sticky;
  top: 108px;
}
.form-intro .eyebrow { color: #9AEBCA; }
.form-intro .eyebrow::before { background: #4DDBA4; }
.form-intro h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin-bottom: 12px;
}
.form-intro p {
  color: rgba(255,255,255,.74);
  font-size: .96rem;
  line-height: 1.68;
}
.form-trust {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}
.form-trust div {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 13px;
}
.form-trust strong {
  display: block;
  color: #fff;
  font-size: .86rem;
  margin-bottom: 2px;
}
.form-trust span {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: .8rem;
  line-height: 1.45;
}
.form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.form-card h2 {
  color: var(--brand);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  letter-spacing: -.045em;
  margin-bottom: 8px;
}
.form-card > p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.66;
  margin-bottom: 20px;
}

/* === LOGIN PAGE === */
.login-section { padding: 5rem 0 6rem; }
.login-card {
  background: #0d1f17;
  border: 1px solid rgba(154,223,194,.15);
  border-radius: 14px;
  padding: 2.4rem 2rem;
  max-width: 440px;
  margin: 0 auto;
}
.login-card-header { text-align: center; margin-bottom: 2rem; }
.login-card-header h1 { font-size: 1.6rem; color: #f0f4f0; margin-bottom: .4rem; }
.login-card-header p { color: #8eab9e; font-size: .92rem; }
.login-group { margin-bottom: 1.2rem; }
.login-group label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: #adc7ba;
  margin-bottom: .4rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.login-group input {
  width: 100%;
  background: #07140f;
  border: 1px solid rgba(154,223,194,.2);
  border-radius: 7px;
  padding: .7rem .9rem;
  font-size: .95rem;
  color: #f0f4f0;
  outline: none;
  box-sizing: border-box;
  transition: border-color .15s;
}
.login-group input:focus { border-color: #9ADFC2; }
.login-group input::placeholder { color: #4d6b5d; }
.forgot-link {
  display: block;
  text-align: right;
  font-size: .83rem;
  color: #9ADFC2;
  text-decoration: none;
  margin-top: -.5rem;
  margin-bottom: 1.4rem;
}
.forgot-link:hover { text-decoration: underline; }
.login-submit { width: 100%; margin-bottom: 1.2rem; }
.login-divider {
  text-align: center;
  color: #4d6b5d;
  font-size: .85rem;
  margin: 1.2rem 0;
  position: relative;
}
.login-divider::before,
.login-divider::after {
  content: '';
  display: inline-block;
  width: calc(50% - 2rem);
  height: 1px;
  background: rgba(154,223,194,.12);
  vertical-align: middle;
  margin: 0 .5rem;
}
.enrol-prompt { text-align: center; font-size: .88rem; color: #8eab9e; }
.enrol-prompt a { color: #9ADFC2; text-decoration: none; font-weight: 600; }
.enrol-prompt a:hover { text-decoration: underline; }
.login-trust { text-align: center; font-size: .8rem; color: #4d6b5d; margin-top: 1.4rem; }

/* === PRIVACY POLICY & TERMS === */
.policy-shell,
.terms-shell { padding: 64px 0 88px; }

.policy-side,
.terms-side {
  position: sticky;
  top: 104px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 22px;
}
.policy-side strong,
.terms-side strong {
  display: block;
  font-size: .86rem;
  font-weight: 900;
  color: var(--brand);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.policy-side p,
.terms-side p {
  font-size: .9rem;
  color: var(--muted);
  margin-bottom: 16px;
}
.policy-side a,
.terms-side a {
  display: block;
  font-size: .92rem;
  color: #324942;
  padding: 9px 0;
  font-weight: 700;
  border-top: 1px solid var(--line);
}
.policy-side a:hover,
.terms-side a:hover { color: var(--accent2); }

.policy-card,
.terms-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(28px, 5vw, 58px);
  box-shadow: var(--shadow);
}
.last-updated {
  display: inline-flex;
  align-items: center;
  background: var(--mint);
  color: var(--brand);
  border-radius: 999px;
  padding: 8px 13px;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.intro-note {
  font-size: 1.03rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 36px;
}
.policy-section,
.terms-section {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 110px;
}
.policy-section:first-of-type,
.terms-section:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.policy-section h2,
.terms-section h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
  color: var(--brand);
  line-height: 1.12;
  letter-spacing: -.04em;
  margin-bottom: 14px;
}
.policy-section h3,
.terms-section h3 {
  font-size: 1.04rem;
  color: var(--ink);
  margin: 22px 0 10px;
  letter-spacing: -.02em;
}
.policy-section p,
.terms-section p {
  font-size: .94rem;
  color: var(--muted);
  line-height: 1.66;
  margin-bottom: 14px;
}
.policy-section ul,
.terms-section ul {
  margin: 12px 0 18px 20px;
}
.policy-section li,
.terms-section li {
  font-size: .92rem;
  color: var(--muted);
  margin: 7px 0;
}
.contact-box {
  background: linear-gradient(135deg, var(--soft), #fff);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  margin-top: 18px;
}
.contact-box strong { color: var(--brand); display: block; margin-bottom: 8px; }
.contact-box a { color: var(--accent2); font-weight: 850; }
.soft-box {
  background: linear-gradient(135deg, var(--soft), #fff);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  margin: 18px 0;
}
.soft-box strong { color: var(--brand); display: block; margin-bottom: 8px; }
.soft-box p { margin: 0; }

/* Legal footer (privacy/terms pages) */
.legal-footer .footer-grid { grid-template-columns: repeat(4, 1fr); }
.legal-footer h3 { font-size: .88rem; color: rgba(255,255,255,.7); margin-bottom: 12px; }
.legal-footer p { font-size: .84rem; color: rgba(255,255,255,.45); }
.legal-footer a { display: block; font-size: .86rem; color: rgba(255,255,255,.55); margin-bottom: 6px; }
.legal-footer a:hover { color: #7EEBBA; }

/* === RESPONSIVE === */
@media (max-width: 1040px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 16px;
    right: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 10px;
    box-shadow: var(--shadow-soft);
    z-index: 200;
  }
  .nav-links.open { display: grid; gap: 2px; }
  .nav-links a { padding: 10px 13px; border-radius: 10px; }
  .nav-dropdown { position: static; display: grid; }
  .nav-dropdown-toggle { display: flex; justify-content: space-between; align-items: center; width: 100%; }
  .nav-dropdown-link { flex: 1; padding: 10px 13px; border-radius: 10px; }
  .nav-dropdown-arrow { padding: 10px 14px; -webkit-tap-highlight-color: transparent; }
  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    min-width: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 12px;
    display: none;
    background: transparent;
    transition: none;
  }
  .nav-dropdown.open .nav-dropdown-menu { display: grid; gap: 2px; }
  .nav-dropdown-menu a {
    padding: 9px 13px;
    border-radius: 10px;
    font-size: .84rem;
    white-space: normal;
  }
  .dropdown-arrow { transition: transform .2s ease; }
  .nav-dropdown.open .dropdown-arrow { transform: rotate(180deg); }
  .nav-dropdown:hover .nav-dropdown-menu { opacity: 1; visibility: visible; transform: none; }
  .menu-btn { display: inline-flex; }
  .nav-actions { margin-left: auto; }
  .nav-actions .btn { display: none; }
  .hero { padding: 64px 0 56px; }
  .hero-grid,
  .contact-hero-grid,
  .selector-grid,
  .corporate-grid,
  .urgency-grid,
  .lead-grid,
  .faq-wrap { grid-template-columns: 1fr; }
  .form-intro { position: static; }
  .contact-hero { padding: 64px 0 56px; }
  .program-grid { grid-template-columns: 1fr; }
  .proof-grid,
  .stats-grid,
  .benefit-grid,
  .corporate-points { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid,
  .standards-grid { grid-template-columns: repeat(2, 1fr); }
  .stepper { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .fit-split { grid-template-columns: 1fr; }
  .thesis-card { grid-template-columns: 1fr; }
  .thesis-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .split-head { grid-template-columns: 1fr; }
  .form-layout { grid-template-columns: 1fr; }
  .identity-layout { grid-template-columns: 1fr; }
  .mv-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .course-hero-grid { grid-template-columns: 1fr; }
  .course-layout { grid-template-columns: 1fr; }
  .course-sticky-cta,
  .course-side-cta { position: static; }
  .course-grid { grid-template-columns: 1fr 1fr; }
  .course-card.highlight { transform: none; }
  .role-grid { grid-template-columns: repeat(2, 1fr); }
  .path-grid { grid-template-columns: repeat(3, 1fr); }
  .policy-grid { grid-template-columns: 1fr; }
  .terms-grid { grid-template-columns: 1fr; }
  .policy-side,
  .terms-side { position: static; }
  .trust-layout { grid-template-columns: 1fr; }
  .trust-intro { position: static; }
  .trust-row { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .section-head { flex-direction: column; align-items: flex-start; }
  .instructor-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .receive-grid,
  .urgency-points,
  .fit-split,
  .career-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .trust-grid,
  .overview-grid,
  .who-grid,
  .standard-grid,
  .outcomes-list,
  .detail-grid { grid-template-columns: 1fr; }
  .course-hero { padding: 64px 0 56px; }
  .course-accordion summary { grid-template-columns: 1fr auto; }
  .course-accordion summary span { width: max-content; }
  .course-accordion ul { padding-left: 0; }
}

@media (max-width: 680px) {
  .container { width: 100%; padding-left: 14px; padding-right: 14px; }
  .section, .section-sm { padding: 56px 0; }
  .section-pad { padding: 56px 0; }
  .section-pad-sm { padding: 40px 0; }
  .nav { height: 64px; }
  .nav-links { top: 64px; }
  .hero { padding: 56px 0 48px; }
  h1 { font-size: 2.6rem; }
  .hero-sub { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; white-space: normal; }
  .btn { white-space: normal; }
  .proof-grid,
  .stats-grid,
  .testi-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .form-fields { grid-template-columns: 1fr; }
  .footer-right { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .accred-inner { gap: 16px; }
  .accred-divider { display: none; }
  .proof-points { grid-template-columns: 1fr; }
  .proof-box:has(.proof-points) { grid-template-columns: 1fr; }
  .thesis-mini-grid { grid-template-columns: 1fr; }
  .thesis-main, .thesis-side { padding: 26px; }
  .fit-split { grid-template-columns: 1fr; }
  .course-hero { padding: 40px 0 32px; }
  .contact-hero { padding: 56px 0 48px; }
  .form-section { padding: 56px 0; }
  .banner-cta-stats { grid-template-columns: 1fr; }
  .banner-cta-stats div + div { border-left: 0; border-top: 1px solid var(--line); }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: auto; }
  .role-grid { grid-template-columns: 1fr; }
  .path-grid { grid-template-columns: 1fr; }
  .career-grid { grid-template-columns: 1fr; }
  .overview-grid { grid-template-columns: 1fr; }
  .receive-grid { grid-template-columns: 1fr; }
  .instructor-grid { grid-template-columns: 1fr; }
  .standards-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .lead-section { padding: 56px 0; }
  .lead-copy p { margin-top: 10px; }
  .lead-trust-item { font-size: .82rem; align-items: flex-start; }
  .form-wrap { padding: 20px; border-radius: 18px; }
  .form-wrap h3 { font-size: 1.1rem; }
  .urgency-grid { gap: 28px; }
  .timeline-item { grid-template-columns: 60px 1fr; gap: 10px; }
  .offer-final { grid-template-columns: 1fr; }
  .offer-final-left, .offer-final-right { padding: 22px; }
  .offer-final-right .of-price { font-size: 2.6rem; }
  .guarantee-band { grid-template-columns: 1fr; }
  .salary-stat-grid { grid-template-columns: 1fr !important; }
  .stack-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row strong, .trust-row span { padding: 14px; }
  .advisor-card { padding: 20px; }
  .advisor-head { flex-direction: column; }
  .info-card { padding: 20px; }
  .course-sticky-cta { padding: 20px; }
  .pathway-help-card { padding: 22px; }
  .mv-card { padding: 22px; }
  .corporate-card { padding: 22px; }
  .program-card { padding: 20px; }
  .form-intro { padding: 22px; }
  .form-card { padding: 20px; }
  .proof-box { padding: 16px; }
  .urgency-card { padding: 20px; }
  .section-head { gap: 16px; }
  .section-head .btn { width: 100%; }
  h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .lead { font-size: .95rem; }
  .post-content table th,
  .post-content table td { white-space: normal; min-width: 100px; }
}

@media (max-width: 400px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
  .hero-sub { font-size: .92rem; }
  .container { width: 100%; padding-left: 12px; padding-right: 12px; }
  .btn { font-size: .86rem; padding: 11px 18px; min-height: 44px; white-space: normal; }
  .course-meta-line span { font-size: .8rem; padding: 7px 10px; }
  .accred-inner { font-size: .7rem; gap: 10px; }
  .stat-num { font-size: 2rem; }
  .urgency-stat { font-size: 2.4rem; }
  .sc-bars { gap: 6px; height: 110px; }
  .sc-val { font-size: .88rem; }
  .sc-cap { font-size: .72rem; }
}

/* === FORM TOAST === */
.form-toast {
  position: fixed;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--accent);
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 12px 36px rgba(5,19,15,.14);
  font-size: .92rem;
  font-weight: 700;
  color: var(--brand);
  animation: toastIn .35s ease;
  max-width: 90vw;
}
.form-toast button {
  background: none;
  border: none;
  font-size: 1.3rem;
  color: var(--muted);
  cursor: pointer;
  padding: 0 0 0 8px;
  line-height: 1;
}
@keyframes toastIn {
  from { opacity: 0; transform: translateX(-50%) translateY(-12px); }
  to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* === POST NAVIGATION (prev/next) === */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.post-nav-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-decoration: none;
  color: var(--ink);
  transition: .15s ease;
}
.post-nav-link:hover {
  border-color: var(--accent);
  background: var(--soft);
  color: var(--ink);
}
.post-nav-link.next { text-align: right; }
.post-nav-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--accent2);
}
.post-nav-link.next .post-nav-label { justify-content: flex-end; }
.post-nav-title {
  font-size: .94rem;
  font-weight: 700;
  color: var(--brand);
  line-height: 1.35;
}
@media (max-width: 680px) {
  .post-nav { grid-template-columns: 1fr; }
}

/* === PAGINATION === */
.aigci-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.aigci-pagination li a,
.aigci-pagination li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
  transition: .15s ease;
}
.aigci-pagination li a:hover {
  border-color: var(--accent);
  background: var(--soft);
  color: var(--brand);
}
.aigci-pagination li.active span {
  background: var(--brand);
  color: #fff;
  border-color: var(--brand);
  box-shadow: 0 4px 12px rgba(8,59,46,.2);
}
.aigci-pagination li.disabled span {
  color: var(--line);
  cursor: default;
  background: #FBFDF9;
}
.aigci-pagination li.dots span {
  border: none;
  background: none;
  min-width: 28px;
  padding: 0;
}

/* ── Blog Detail Page ── Post Content Prose Styles ──────── */
.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #2d3748;
}
.post-content h1 { font-size: 1.75rem; font-weight: 700; margin-top: 2rem; margin-bottom: 0.75rem; color: #1a202c; }
.post-content h2 { font-size: 1.5rem; font-weight: 700; margin-top: 1.75rem; margin-bottom: 0.65rem; color: #1a202c; }
.post-content h3 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.5rem; color: #1a202c; }
.post-content h4 { font-size: 1.125rem; font-weight: 600; margin-top: 1.25rem; margin-bottom: 0.5rem; color: #1a202c; }
.post-content p { margin-bottom: 1.25rem; }
.post-content a { color: #2d3748; text-decoration: underline; }
.post-content a:hover { color: #2d3748; }
.post-content img { max-width: 100%; height: auto; border-radius: 0.5rem; margin: 1.5rem 0; }
.post-content ul, .post-content ol { margin-bottom: 1.25rem; padding-left: 1.5rem; }
.post-content li { margin-bottom: 0.5rem; }
.post-content blockquote {
    border-left: 4px solid #2d3748;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
    background: #f8fafc;
    border-radius: 0 0.375rem 0.375rem 0;
    font-style: italic;
    color: #4a5568;
}
.post-content blockquote p:last-child { margin-bottom: 0; }
.post-content pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 1.25rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1.5rem 0;
    font-size: 0.9rem;
    line-height: 1.6;
}
.post-content code {
    background: #f1f5f9;
    color: #e11d48;
    padding: 0.15rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}
.post-content pre code {
    background: none;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
}
.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 1rem;
}
.post-content table th,
.post-content table td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem 1rem;
    text-align: left;
}
.post-content table th {
    background: #f8fafc;
    font-weight: 600;
}
.post-content table tr:nth-child(even) { background: #f8fafc; }
.post-content hr {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 2rem 0;
}

/* === OFFER + E-E-A-T ADDITIONS === */
.price-block{margin:2px 0 16px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,#fff,var(--soft))}
.price-anchor{font-size:.84rem;color:var(--muted);font-weight:700}
.price-anchor s{color:var(--muted)}
.price-now{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:3px}
.price-now span{font-size:.82rem;color:var(--muted);font-weight:700}
.price-now strong{font-size:2rem;color:var(--brand);letter-spacing:-.04em;line-height:1}
.price-guarantee{margin-top:9px;font-size:.78rem;font-weight:800;color:var(--accent2);display:flex;align-items:center;gap:6px}
.price-guarantee::before{content:"\2713";display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--mint);color:var(--accent2);font-size:.62rem;font-weight:900}
.tier-note{font-size:.78rem;color:var(--muted);text-align:center;margin-top:10px;line-height:1.5}
.tier-note strong{color:var(--brand)}

/* === SALARY BAND === */
.salary-band{background:linear-gradient(140deg,var(--brand),var(--dark));border-radius:26px;padding:30px;color:#fff;box-shadow:0 20px 52px rgba(5,19,15,.18);position:relative;overflow:hidden}
.salary-band::before{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border-radius:50%;background:rgba(77,219,164,.14)}
.salary-band>*{position:relative;z-index:1}
.salary-band>p.salary-intro{color:rgba(255,255,255,.82);font-size:1.02rem;line-height:1.7;max-width:820px}
.salary-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0 4px}
.salary-stat{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:18px}
.salary-stat b{display:block;font-size:1.9rem;font-weight:900;color:#7EEBBA;letter-spacing:-.05em;line-height:1}
.salary-stat span{display:block;font-size:.82rem;color:rgba(255,255,255,.74);margin-top:6px;line-height:1.4}
.salary-note{font-size:.78rem;color:rgba(255,255,255,.6);margin-top:16px}
.salary-note a{color:#9AEBCA;text-decoration:underline}

/* === SALARY CHART === */
.salary-chart{margin:22px 0 4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:22px 22px 20px}
.salary-chart .sc-title{font-size:.94rem;font-weight:800;color:#fff;letter-spacing:-.01em;margin-bottom:3px}
.salary-chart .sc-sub{font-size:.76rem;color:rgba(255,255,255,.6);margin-bottom:18px}
.sc-bars{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:end;height:190px}
.sc-col{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%}
.sc-val{font-size:1.05rem;font-weight:900;color:#7EEBBA;margin-bottom:8px;letter-spacing:-.03em}
.sc-bar{width:100%;max-width:104px;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#4DDBA4,#0F9B5F);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.sc-cap{margin-top:11px;font-size:.82rem;color:#fff;font-weight:800;text-align:center}
.sc-cap span{display:block;font-size:.7rem;color:rgba(255,255,255,.55);font-weight:600;margin-top:1px}

/* === PREMIUM VALUE STACK === */
.stack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.stack-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px 20px;box-shadow:var(--shadowSoft);display:flex;flex-direction:column;overflow:hidden}
.stack-card::before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--brand),var(--accent))}
.stack-ico{width:44px;height:44px;border-radius:13px;background:var(--mint);color:var(--brand);display:grid;place-items:center;margin-bottom:15px}
.stack-ico svg{width:22px;height:22px}
.stack-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}
.stack-card h3{color:var(--brand);font-size:1.04rem;line-height:1.25;letter-spacing:-.02em}
.stack-val{flex-shrink:0;display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--goldSoft);color:#7A5410;font-size:.72rem;font-weight:900;white-space:nowrap}
.stack-val.core{background:var(--mint);color:var(--brand)}
.stack-card p{color:var(--muted);font-size:.9rem;line-height:1.55;margin-top:auto}

/* === OFFER FINAL === */
.offer-final{margin-top:16px;display:grid;grid-template-columns:1.35fr .95fr;border-radius:24px;overflow:hidden;box-shadow:0 24px 60px rgba(5,19,15,.2)}
.offer-final-left{background:linear-gradient(150deg,var(--brand),var(--dark));color:#fff;padding:30px}
.offer-final-left .of-strike{display:inline-block;font-size:.9rem;color:rgba(255,255,255,.6);text-decoration:line-through;margin-bottom:6px}
.offer-final-left h3{color:#fff;font-size:1.5rem;letter-spacing:-.03em;line-height:1.15;margin-bottom:16px}
.offer-final-left ul{list-style:none;display:grid;gap:10px}
.offer-final-left li{display:flex;gap:9px;align-items:flex-start;font-size:.9rem;color:rgba(255,255,255,.86);line-height:1.45}
.offer-final-left li::before{content:"\2713";flex-shrink:0;width:18px;height:18px;border-radius:50%;background:rgba(126,235,186,.16);color:#7EEBBA;display:grid;place-items:center;font-size:.66rem;font-weight:900;margin-top:1px}
.offer-final-right{background:#fff;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.offer-final-right .of-label{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.offer-final-right .of-price{font-size:3.4rem;font-weight:900;color:var(--brand);letter-spacing:-.05em;line-height:1;margin:4px 0}
.offer-final-right .of-sub{font-size:.82rem;color:var(--muted);margin-bottom:16px}
.offer-final-right .btn{width:100%}
.offer-final-right .of-plus{font-size:.78rem;color:var(--muted);margin-top:12px;line-height:1.5}
.offer-final-right .of-plus strong{color:var(--brand)}

/* === GUARANTEE === */
.guarantee-band{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.guarantee-card{border-radius:22px;padding:24px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadowSoft)}
.guarantee-card.safe{border-top:4px solid var(--accent)}
.guarantee-card.now{border-top:4px solid var(--gold);background:linear-gradient(180deg,#fff,var(--goldSoft))}
.guarantee-card h3{color:var(--brand);font-size:1.15rem;margin-bottom:8px}
.guarantee-card p{color:var(--muted);font-size:.94rem;line-height:1.62}

@media(max-width:900px){
  .salary-stat-grid{grid-template-columns:repeat(2,1fr)}
  .stack-grid{grid-template-columns:1fr}
  .offer-final{grid-template-columns:1fr}
  .sc-bars{grid-template-columns:repeat(3,1fr);height:150px}
}
@media(max-width:800px){
  .guarantee-band{grid-template-columns:1fr}
}

/* === BLOG RESPONSIVE === */
@media (max-width: 680px) {
  .blog-detail .author-card { border-radius: 12px; }
  .blog-detail .author-card > div { padding: 20px !important; }
  .blog-detail img.img-fluid { max-height: 280px !important; }
  .post-content { font-size: 1rem; }
  .post-content h1 { font-size: 1.4rem; }
  .post-content h2 { font-size: 1.25rem; }
  .post-content h3 { font-size: 1.1rem; }
  .post-content table { font-size: .85rem; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100%; }
  .post-content table th,
  .post-content table td { padding: 0.5rem 0.65rem; }
  .post-content blockquote { padding: 0.75rem 1rem; margin: 1rem 0; }
  .post-content pre { padding: 0.85rem; font-size: 0.82rem; }
  .legal-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .salary-stat-grid { grid-template-columns: 1fr !important; }
  .sc-bars { grid-template-columns: repeat(3, 1fr); height: 130px; gap: 10px; }
}
