/* Program detail page - shared layout */

/* Hero */
.prog-hero { padding: 100px 40px 80px; background: var(--bg); position: relative; overflow: hidden; }
.prog-hero::before { content: ''; position: absolute; top: -180px; left: 50%; transform: translateX(-50%); width: 1000px; height: 700px; background: radial-gradient(ellipse, rgba(41,168,224,0.1) 0%, transparent 65%); pointer-events: none; }
.prog-hero-inner { max-width: 1200px; margin: 0 auto; }
.prog-type { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; background: var(--teal-glow); border: 1px solid rgba(41,168,224,0.3); border-radius: 100px; font-size: 11.5px; font-weight: 700; color:#0f6fa0; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px; }
.prog-type::before { content: ''; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }
.prog-hero h1 { font-size: clamp(36px, 5vw, 62px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.1; margin-bottom: 18px; max-width: 820px; }
.prog-hero h1 em { color:#0f6fa0; font-style: normal; }
.prog-tagline { font-size: clamp(16px, 1.8vw, 19px); color: var(--muted); margin-bottom: 36px; max-width: 680px; }
.prog-stats-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.prog-stat { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; background: var(--bg2); border: 1px solid var(--border); border-radius: 100px; font-size: 13px; color: var(--light); font-weight: 500; }
.prog-stat svg { width: 14px; height: 14px; stroke: var(--teal); fill: none; stroke-width: 2; flex-shrink: 0; }
.prog-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* Overview */
.overview-section { background: var(--bg2); }
.overview-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: start; }
.overview-desc { font-size: 16px; color: var(--light); line-height: 1.8; }
.overview-desc p { margin-bottom: 18px; }
.overview-desc p:last-child { margin-bottom: 0; }
.overview-sub { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); margin: 32px 0 14px; }
.audience-list { list-style: none; }
.audience-list li { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; font-size: 15px; color: var(--light); border-bottom: 1px solid var(--border); }
.audience-list li:last-child { border-bottom: none; }
.audience-list li::before { content: ''; width: 6px; height: 6px; background: var(--teal); border-radius: 50%; flex-shrink: 0; margin-top: 9px; }
.info-card { background: var(--card); border: 1px solid var(--border); border-radius: 20px; padding: 32px; position: sticky; top: calc(var(--nav-h) + 24px); }
.info-card-title { font-size: 13px; font-weight: 700; color: var(--text); letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 20px; }
.info-row { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-icon { width: 34px; height: 34px; background: var(--teal-glow); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-icon svg { width: 15px; height: 15px; stroke: var(--teal); fill: none; stroke-width: 2; }
.info-label { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 3px; }
.info-val { font-size: 13.5px; color: var(--light); font-weight: 500; line-height: 1.5; }

/* Curriculum */
.curriculum-section { background: var(--bg); }
.modules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 48px; }
.module-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 22px 24px; display: flex; align-items: flex-start; gap: 16px; transition: border-color .2s; }
.module-card:hover { border-color: rgba(41,168,224,0.3); }
.module-num { min-width: 36px; height: 36px; background: var(--teal-glow); border: 1px solid rgba(41,168,224,0.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; color:#0f6fa0; flex-shrink: 0; }
.module-text h4 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 5px; line-height: 1.3; }
.module-text p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* Tools & Competencies */
.tools-section { background: var(--bg2); }
.tools-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; }
.tools-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.tool-pill { display: inline-flex; align-items: center; gap: 7px; padding: 10px 18px; background: var(--card); border: 1px solid var(--border); border-radius: 10px; font-size: 13.5px; font-weight: 600; color: var(--light); transition: border-color .2s, color .2s; }
.tool-pill:hover { border-color: rgba(41,168,224,0.35); color:#0f6fa0; }
.tool-pill::before { content: ''; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }
.competencies-wrap { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.competency-tag { font-size: 12.5px; font-weight: 500; padding: 6px 13px; background: var(--bg3); border: 1px solid var(--border); border-radius: 100px; color: var(--muted); }

/* Certifications */
.certs-section { background: var(--bg); }
.certs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.cert-card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; transition: border-color .2s, transform .2s; }
.cert-card:hover { border-color: rgba(245,158,11,0.3); transform: translateY(-3px); }
.cert-star { width: 44px; height: 44px; background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.cert-star svg { width: 22px; height: 22px; stroke: #f59e0b; fill: none; stroke-width: 1.8; }
.cert-card h4 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 7px; line-height: 1.3; }
.cert-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* Career Outcomes */
.careers-section { background: var(--bg2); }
.careers-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 48px; align-items: start; }
.careers-intro-text { font-size: 16px; color: var(--light); line-height: 1.8; margin-bottom: 28px; }
.career-highlight { background: linear-gradient(135deg,rgba(41,168,224,0.08) 0%,transparent 70%); border: 1px solid rgba(41,168,224,0.15); border-radius: 16px; padding: 24px; margin-top: 24px; }
.career-highlight p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.salary-table { background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.salary-head { display: grid; grid-template-columns: 1fr auto; padding: 13px 24px; background: var(--bg3); border-bottom: 1px solid var(--border); }
.salary-head span { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.salary-row-item { display: grid; grid-template-columns: 1fr auto; padding: 15px 24px; border-bottom: 1px solid var(--border); align-items: center; transition: background .15s; gap: 12px; }
.salary-row-item:last-child { border-bottom: none; }
.salary-row-item:hover { background: rgba(41,168,224,0.04); }
.s-role { font-size: 14.5px; font-weight: 600; color: var(--text); }
.s-range { font-size: 13px; font-weight: 700; color:#0f6fa0; white-space: nowrap; }

/* Bottom CTA */
.prog-cta { background: var(--bg); text-align: center; padding: 100px 40px; position: relative; overflow: hidden; }
.prog-cta::before { content: ''; position: absolute; bottom: -220px; left: 50%; transform: translateX(-50%); width: 900px; height: 700px; background: radial-gradient(ellipse,rgba(41,168,224,0.08) 0%,transparent 70%); pointer-events: none; }
.prog-cta-box { max-width: 680px; margin: 0 auto; position: relative; }
.prog-cta-box h2 { font-size: clamp(30px,4vw,48px); font-weight: 800; letter-spacing: -1px; margin-bottom: 18px; }
.prog-cta-box p { font-size: 17px; color: var(--muted); margin-bottom: 40px; line-height: 1.7; }
.prog-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Responsive */
@media(max-width:900px) {
  .overview-grid { grid-template-columns: 1fr; }
  .info-card { position: static; }
  .modules-grid { grid-template-columns: 1fr; }
  .tools-inner { grid-template-columns: 1fr; gap: 36px; }
  .certs-grid { grid-template-columns: 1fr 1fr; }
  .careers-layout { grid-template-columns: 1fr; }
}
@media(max-width:600px) {
  .prog-hero { padding: 80px 12px 60px; }
  .certs-grid { grid-template-columns: 1fr; }
  .salary-row-item { grid-template-columns: 1fr; gap: 4px; }
}
