/* ===================================================================
   IISc ADVANCED CERTIFICATION — program page (scoped to .iisc-page)
   Reference structure, re-skinned to the IREU token system.
   =================================================================== */
.iisc-page, .prog-page { font-family: var(--font-sans); color: var(--ink); background: var(--paper); }
.iisc-page section[id], .prog-page section[id] { scroll-margin-top: 124px; }
.iisc-page img, .prog-page img { display: block; max-width: 100%; }

/* shared section bits */
.prog-section { position: relative; padding: clamp(60px,8vw,110px) 0; }
.prog-wrap { width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }
.prog-eyebrow { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--sand-deep); font-weight: 500; }
.prog-h2 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(28px,3.4vw,42px); line-height: 1.08; color: var(--ink); margin: 14px 0 0; letter-spacing: -0.01em; }
.prog-h2 .ital { font-style: italic; color: var(--sand-deep); }
.prog-h2-sub { font-family: var(--font-serif); font-weight: 400; font-size: clamp(24px,2.8vw,36px); line-height: 1.1; color: var(--ink); margin: 14px 0 0; letter-spacing: -0.01em; }
.prog-lead { font-size: clamp(15px,1.5vw,17px); color: var(--mute); line-height: 1.65; margin-top: 16px; max-width: 720px; }
.prog-center { text-align: center; }
.prog-center .prog-lead { margin-left: auto; margin-right: auto; }
.card-lift { box-shadow: 0 14px 34px -26px rgba(26,36,64,0.32); }

/* ---------- HERO ---------- */
.prog-hero { position: relative; display: flex; align-items: flex-start; overflow: hidden; }
.prog-hero-bg { position: absolute; inset: 0; }
.prog-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.prog-hero-overlay { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(26,36,64,0.92) 0%, rgba(26,36,64,0.72) 38%, rgba(26,36,64,0.30) 70%, rgba(26,36,64,0.45) 100%); }
.prog-hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--max-w); margin: 0 auto; padding: 30px var(--gutter) 10px; }
.prog-hero-logo { display: block; margin-bottom: 20px; }
.prog-hero-logo img { height: 120px; width: auto; }
.prog-badge { display: inline-block; font-size: 12.5px; letter-spacing: .08em; color: var(--sand-light); border: 1px solid rgba(217,188,145,0.5); border-radius: 40px; padding: 7px 16px; background: rgba(199,165,117,0.12); }
.prog-hero-title { font-family: var(--font-serif); font-weight: 400; color: var(--cream); font-size: clamp(30px,4.2vw,54px); line-height: 1.03; letter-spacing: -0.015em; margin: 14px 0 0; max-width: 16ch; }
.prog-hero-title .gold { color: var(--sand-light); font-style: italic; }
.prog-hero-sub { color: rgba(252,249,242,0.86); font-size: clamp(16px,1.7vw,20px); line-height: 1.55; margin: 22px 0 0; max-width: 30ch; }
.prog-hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.pbtn { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 500; padding: 15px 26px; border-radius: 8px; border: 1px solid transparent; transition: all .3s var(--ease); cursor: pointer; }
.pbtn svg { width: 17px; height: 17px; }
.pbtn-primary { background: var(--sand); color: var(--ink); border-color: var(--sand); }
.pbtn-primary:hover { background: var(--sand-light); border-color: var(--sand-light); }
.pbtn-ghost { background: rgba(252,249,242,0.06); color: var(--cream); border-color: rgba(252,249,242,0.55); }
.pbtn-ghost:hover { background: var(--cream); color: var(--ink); }
.prog-hero-meta { display: flex; flex-wrap: wrap; gap: 14px 34px; margin-top: 26px; padding-top: 16px; border-top: 1px solid rgba(252,249,242,0.18); }
.prog-hero-meta .m { display: inline-flex; align-items: center; gap: 9px; color: var(--cream); font-size: 14px; }
.prog-hero-meta .m svg { width: 18px; height: 18px; color: var(--sand-light); flex-shrink: 0; }

/* ---------- STICKY PROGRAM SUB-NAV ---------- */
.prog-nav { position: sticky; top: 64px; z-index: 80; transition: top .3s var(--ease); background: rgba(252,249,242,0.92);
  backdrop-filter: blur(16px) saturate(140%); -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid var(--line-soft); }
.prog-nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; gap: 8px; height: 80px; }
.prog-nav-links { display: flex; align-items: center; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.prog-nav-links::-webkit-scrollbar { display: none; }
.prog-nav-links a { font-size: 14px; color: var(--mute-deep); padding: 8px 14px; border-radius: 8px; white-space: nowrap; position: relative; transition: color .25s, background .25s; }
.prog-nav-links a:hover { color: var(--ink); background: rgba(199,165,117,0.12); }
.prog-nav-links a.is-active { color: var(--ink); }
.prog-nav-links a.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--sand); border-radius: 2px; }
.prog-nav-cta { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; background: var(--ink); color: var(--cream); font-size: 13.5px; font-weight: 500; padding: 10px 20px; border-radius: 40px; flex-shrink: 0; transition: background .3s var(--ease); }
.prog-nav-cta:hover { background: var(--sand); color: var(--ink); }
.prog-nav-cta svg { width: 14px; height: 14px; }
/* when the global header auto-hides on scroll-down, pin the sub-nav flush to top */
body:has(#nav.nav-hidden) .prog-nav { top: 0; }

/* ---------- OVERVIEW ---------- */
.ov { background: var(--paper); }
.ov-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,72px); align-items: start; }
.ov-body p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; margin: 16px 0 0; }
.ov-focus-h { font-family: var(--font-serif); font-size: 18px; color: var(--ink); margin: 30px 0 14px; }
.ov-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.ov-tag { font-size: 13px; color: var(--ink-soft); background: var(--cream); border: 1px solid var(--line); border-radius: 8px; padding: 8px 13px; }
.ov-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ov-card { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 14px; padding: 24px; box-shadow: 0 14px 34px -26px rgba(26,36,64,0.32); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.ov-card:hover { transform: translateY(-3px); box-shadow: 0 22px 46px -24px rgba(26,36,64,0.34); }
.ov-card .ov-ic { width: 42px; height: 42px; border-radius: 11px; background: var(--sand-faint); display: grid; place-items: center; color: var(--sand-deep); margin-bottom: 16px; }
.ov-card .ov-ic svg { width: 21px; height: 21px; }
.ov-card h3 { font-family: var(--font-serif); font-weight: 400; font-size: 18px; color: var(--ink); margin: 0 0 8px; }
.ov-card p { font-size: 13.5px; color: var(--mute); line-height: 1.55; margin: 0; }

/* ---------- CURRICULUM ---------- */
.cur { background: var(--cream); }
.cur-table-wrap { margin-top: 40px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px -38px rgba(26,36,64,0.4); }
.cur-table { width: 100%; border-collapse: collapse; background: var(--paper); font-size: 14.5px; }
.cur-table thead th { background: var(--navy-deep); color: var(--cream); text-align: left; font-weight: 500; font-size: 13px; letter-spacing: .04em; padding: 16px 20px; }
.cur-table tbody td { padding: 14px 20px; border-top: 1px solid var(--line-soft); vertical-align: top; }
.cur-table tbody tr:nth-child(even) { background: rgba(55,73,114,0.035); }
.cur-table .c-week { font-family: var(--font-serif); color: var(--sand-deep); white-space: nowrap; width: 110px; }
.cur-table .c-mod { color: var(--ink); font-weight: 500; }
.cur-table .c-learn { color: var(--mute); }
.cur-table tbody tr:hover { background: rgba(55,73,114,0.06); }

/* ---------- MENTORS ---------- */
.men { background: var(--paper); }
.men-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 46px; }
.men-card { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 14px 34px -26px rgba(26,36,64,0.32); }
.men-photo { aspect-ratio: 1/1; overflow: hidden; background: var(--paper-deep); }
.men-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.03); transition: filter .4s ease, transform .5s var(--ease); }
.men-card:hover .men-photo img { filter: grayscale(0); transform: scale(1.03); }
.men-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.men-role { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--sand-deep); font-weight: 500; }
.men-name { font-family: var(--font-serif); font-size: 19px; color: var(--ink); margin: 8px 0 4px; }
.men-title { font-size: 12.5px; color: var(--mute); line-height: 1.45; }
.men-card hr { border: 0; border-top: 1px solid var(--line-soft); margin: 14px 0; }
.men-areas { font-size: 12.5px; color: var(--ink-soft); line-height: 1.5; }
.men-areas b { color: var(--ink); font-weight: 600; }
.men-bio { font-size: 12.5px; color: var(--mute); line-height: 1.55; margin-top: 12px; }

/* ---------- ADMISSIONS ---------- */
.adm { background: var(--cream); }
.adm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); margin-top: 50px; align-items: start; }
.adm-steps { position: relative; }
.adm-step { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding-bottom: 30px; position: relative; }
.adm-step:not(:last-child)::before { content: ""; position: absolute; left: 23px; top: 50px; bottom: -2px; width: 1px; background: var(--line); }
.adm-num { width: 48px; height: 48px; border-radius: 50%; background: var(--navy-deep); color: var(--cream); display: grid; place-items: center; font-family: var(--font-serif); font-size: 17px; z-index: 1; }
.adm-step h3 { font-family: var(--font-serif); font-weight: 400; font-size: 19px; color: var(--ink); margin: 8px 0 6px; }
.adm-step p { font-size: 14px; color: var(--mute); line-height: 1.6; margin: 0; }
.adm-who { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: clamp(24px,3vw,36px); box-shadow: 0 16px 40px -28px rgba(26,36,64,0.34); }
.adm-who .who-eyebrow { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sand-deep); font-weight: 500; }
.adm-who h3 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(20px,2.4vw,26px); color: var(--ink); margin: 12px 0 20px; line-height: 1.2; }
.who-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.who-list li { display: grid; grid-template-columns: 22px 1fr; gap: 11px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.45; }
.who-list svg { width: 18px; height: 18px; color: var(--sand-deep); margin-top: 2px; }
.adm-note { margin-top: 22px; background: var(--cream); border-radius: 10px; padding: 16px 18px; font-size: 13px; font-style: italic; color: var(--mute); line-height: 1.55; }

/* ---------- CERTIFICATE ---------- */
.cert { background: var(--navy-deep); }
.cert-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,72px); align-items: center; }
.cert-frame { position: relative; background: linear-gradient(150deg, #f2efe7, #e6ddca); border-radius: 14px; padding: 14px; box-shadow: 0 40px 90px -40px rgba(0,0,0,0.55); }
.cert-frame img { border-radius: 6px; width: 100%; }
.cert-seal { position: absolute; right: -22px; bottom: -22px; width: 64px; height: 64px; border-radius: 50%; background: var(--sand); color: var(--ink); display: grid; place-items: center; box-shadow: 0 14px 30px -10px rgba(0,0,0,0.4); }
.cert-seal svg { width: 28px; height: 28px; }
.cert-text .prog-eyebrow { color: var(--sand-light); }
.cert-text h2 { font-family: var(--font-serif); font-weight: 400; color: var(--cream); font-size: clamp(28px,3.4vw,42px); line-height: 1.1; margin: 14px 0 0; }
.cert-text .cert-intro { color: rgba(252,249,242,0.8); font-size: 16px; line-height: 1.65; margin: 18px 0 26px; }
.cert-points { display: flex; flex-direction: column; gap: 20px; }
.cert-point { display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.cert-point .cp-ic { width: 40px; height: 40px; border-radius: 10px; background: rgba(199,165,117,0.18); color: var(--sand-light); display: grid; place-items: center; }
.cert-point .cp-ic svg { width: 19px; height: 19px; }
.cert-point h4 { font-family: var(--font-serif); font-weight: 400; font-size: 17px; color: var(--cream); margin: 0 0 5px; }
.cert-point p { font-size: 13.5px; color: rgba(252,249,242,0.72); line-height: 1.55; margin: 0; }

/* ---------- DATES & FEES ---------- */
.fee { background: var(--paper); }
.fee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 50px; align-items: stretch; }
.dates-card { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 16px; padding: clamp(24px,3vw,34px); box-shadow: 0 16px 40px -28px rgba(26,36,64,0.32); }
.dates-card h3 { font-family: var(--font-serif); font-weight: 400; font-size: 20px; color: var(--ink); display: flex; align-items: center; gap: 10px; margin: 0 0 18px; }
.dates-card h3 svg, .invest-card h3 svg { width: 19px; height: 19px; color: var(--sand-deep); }
.date-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; border-radius: 10px; background: var(--paper); margin-bottom: 10px; font-size: 14.5px; }
.date-row.hl { background: rgba(199,165,117,0.16); }
.date-row .dl { color: var(--mute); }
.date-row .dv { color: var(--ink); font-weight: 500; }
.details-h { font-family: var(--font-serif); font-size: 17px; color: var(--ink); margin: 26px 0 10px; }
.details-list { display: flex; flex-direction: column; }
.details-list .dt-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line-soft); font-size: 14px; }
.details-list .dt-row .dt-l { display: inline-flex; align-items: center; gap: 9px; color: var(--mute); }
.details-list .dt-row .dt-l svg { width: 16px; height: 16px; color: var(--sand-deep); }
.details-list .dt-row .dt-v { color: var(--ink); font-weight: 500; text-align: right; }
.invest-card { background: var(--navy-deep); border-radius: 16px; padding: clamp(24px,3vw,34px); position: relative; overflow: hidden; display: flex; flex-direction: column; }
.invest-card::before { content: ""; position: absolute; width: 200px; height: 200px; border-radius: 50%; background: rgba(199,165,117,0.1); top: -80px; right: -60px; }
.invest-card h3 { font-family: var(--font-serif); font-weight: 400; font-size: 18px; color: var(--cream); margin: 0 0 14px; position: relative; }
.invest-price { font-family: var(--font-serif); font-size: clamp(38px,5vw,54px); color: var(--sand-light); line-height: 1; }
.invest-gst { color: rgba(252,249,242,0.7); font-size: 13px; margin-top: 8px; }
.invest-inc-h { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--sand-light); margin: 26px 0 14px; display: flex; align-items: center; gap: 8px; }
.invest-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.invest-list li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; font-size: 14px; color: rgba(252,249,242,0.88); line-height: 1.4; }
.invest-list svg { width: 17px; height: 17px; color: var(--sand-light); margin-top: 1px; }
.invest-card .pbtn { width: 100%; justify-content: center; margin-top: auto; }
.invest-foot { text-align: center; font-size: 12px; color: rgba(252,249,242,0.6); margin-top: 14px; }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.faq-list { max-width: 860px; margin: 44px auto 0; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--paper); border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; box-shadow: 0 12px 30px -26px rgba(26,36,64,0.3); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; font-family: var(--font-serif); font-size: 16.5px; color: var(--ink); }
.faq-q svg { width: 18px; height: 18px; color: var(--sand-deep); flex-shrink: 0; transition: transform .4s var(--ease); }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-item.open .faq-a { max-height: 420px; }
.faq-a p { padding: 0 22px 20px; margin: 0; font-size: 14.5px; color: var(--mute-deep); line-height: 1.65; }

/* ---------- FINAL CTA ---------- */
.cta { background: var(--paper); }
.cta-band { background: linear-gradient(150deg, var(--navy-deep), var(--navy-ink)); border-radius: 22px; padding: clamp(40px,6vw,76px) clamp(24px,5vw,64px); text-align: center; position: relative; overflow: hidden; }
.cta-band::before, .cta-band::after { content: ""; position: absolute; border-radius: 50%; background: rgba(199,165,117,0.1); }
.cta-band::before { width: 240px; height: 240px; top: -100px; left: -80px; }
.cta-band::after { width: 280px; height: 280px; bottom: -130px; right: -90px; }
.cta-band > * { position: relative; z-index: 1; }
.cta-pill { display: inline-block; font-size: 12.5px; letter-spacing: .08em; color: var(--sand-light); border: 1px solid rgba(217,188,145,0.5); border-radius: 40px; padding: 7px 18px; }
.cta-band h2 { font-family: var(--font-serif); font-weight: 400; color: var(--cream); font-size: clamp(30px,4.4vw,52px); line-height: 1.08; margin: 22px auto 0; max-width: 18ch; }
.cta-band h2 .gold { color: var(--sand-light); font-style: italic; }
.cta-band .cta-sub { color: rgba(252,249,242,0.82); font-size: 16px; line-height: 1.6; margin: 18px auto 0; max-width: 56ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 30px; }
.cta-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(252,249,242,0.16); font-size: 13.5px; color: rgba(252,249,242,0.78); }
.cta-contact .cc { display: inline-flex; align-items: center; gap: 8px; }
.cta-contact .cc svg { width: 15px; height: 15px; color: var(--sand-light); }
.cta-contact .gold { color: var(--sand-light); }

/* ---------- IISc INFO BAND (light) — sits above the site footer ---------- */
.prog-info { background: var(--cream); border-top: 1px solid var(--line-soft); padding: clamp(48px,6vw,72px) 0; }
.pi-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: clamp(28px,4vw,56px); }
.pi-logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.pi-logo img { height: 46px; width: auto; }
.pi-logo .pl-1 { font-family: var(--font-serif); font-size: 18px; color: var(--ink); display: block; line-height: 1.1; }
.pi-logo .pl-2 { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--mute); }
.pi-brand p { font-size: 13.5px; line-height: 1.6; max-width: 42ch; color: var(--mute-deep); }
.pi-col h5 { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--sand-deep); margin: 0 0 16px; }
.pi-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.pi-col a { font-size: 14px; color: var(--ink-soft); }
.pi-col a:hover { color: var(--sand-deep); }
.pi-contact .pi-line { display: flex; gap: 10px; font-size: 14px; line-height: 1.5; margin-bottom: 14px; color: var(--ink-soft); }
.pi-contact .pi-line svg { width: 16px; height: 16px; color: var(--sand-deep); flex-shrink: 0; margin-top: 2px; }
.pi-collab { font-size: 12px; color: var(--mute); margin-top: 6px; }
.pi-collab b { display: block; color: var(--sand-deep); font-weight: 600; font-size: 14px; margin-top: 2px; }

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .men-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 860px) {
  .ov-grid, .adm-grid, .cert-grid, .fee-grid, .pi-grid { grid-template-columns: 1fr; }
  .ov-cards { grid-template-columns: 1fr 1fr; }
  .cert-grid .cert-frame { order: 2; }
  .prog-hero-inner { padding-top: 20px; padding-bottom: 20px; }
}
@media (max-width: 560px) {
  .men-grid, .ov-cards { grid-template-columns: 1fr; }
  .cur-table { font-size: 13px; }
  .cur-table thead th, .cur-table tbody td { padding: 11px 12px; }
  .cur-table .c-week { width: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .men-photo img, .ov-card, .faq-a, .faq-q svg, .prog-nav { transition: none !important; }
}

/* ===================================================================
   Generic helpers for additional program pages (Executive MBA,
   IIT Madras Incubation). Scoped to .iisc-page so they reuse the
   program look without affecting the original IISc page markup.
   =================================================================== */
.iisc-page .p-stats, .prog-page .p-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 38px; }
.iisc-page .p-stat, .prog-page .p-stat { background: var(--cream); border: 1px solid var(--line-soft); border-radius: 14px; padding: 22px 22px 20px; }
.iisc-page .p-stat .v, .prog-page .p-stat .v { font-family: var(--font-serif); font-size: clamp(22px,2.4vw,32px); color: var(--ink); line-height: 1; }
.iisc-page .p-stat .l, .prog-page .p-stat .l { font-size: 12.5px; color: var(--mute-deep); margin-top: 9px; line-height: 1.4; }
.iisc-page .p-list, .prog-page .p-list { list-style: none; margin: 26px 0 0; padding: 0; }
.iisc-page .p-list li, .prog-page .p-list li { position: relative; padding: 13px 0 13px 30px; border-top: 1px solid var(--line-soft); font-size: 15px; color: var(--ink-soft); line-height: 1.6; }
.iisc-page .p-list li:first-child, .prog-page .p-list li:first-child { border-top: 0; }
.iisc-page .p-list li::before, .prog-page .p-list li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 12px; height: 12px; border-radius: 50%; border: 2px solid var(--sand); }
.iisc-page .p-list li b, .prog-page .p-list li b { color: var(--ink); font-weight: 600; }
.iisc-page .p-2col, .prog-page .p-2col { columns: 2; column-gap: 52px; }
.iisc-page .p-2col li, .prog-page .p-2col li { break-inside: avoid; }
.iisc-page .p-tri, .prog-page .p-tri { display: grid; gap: 16px; margin-top: 38px; }
.iisc-page .p-tri-item, .prog-page .p-tri-item { border: 1px solid var(--line-soft); border-radius: 16px; padding: clamp(22px,3vw,32px); background: var(--cream); }
.iisc-page .p-tri-item .tlabel, .prog-page .p-tri-item .tlabel { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--sand-deep); }
.iisc-page .p-tri-item h3, .prog-page .p-tri-item h3 { font-family: var(--font-serif); font-weight: 400; font-size: clamp(20px,2.2vw,27px); margin: 9px 0 2px; color: var(--ink); line-height: 1.12; }
.iisc-page .p-tri-item .tmonths, .prog-page .p-tri-item .tmonths { font-size: 13px; color: var(--mute); }
.iisc-page .p-tri-item .tsubs, .prog-page .p-tri-item .tsubs { margin: 16px 0 0; padding: 0; list-style: none; }
.iisc-page .p-tri-item .tsubs li, .prog-page .p-tri-item .tsubs li { position: relative; padding: 8px 0 8px 22px; font-size: 14px; color: var(--ink-soft); line-height: 1.55; border-top: 1px solid var(--line-soft); }
.iisc-page .p-tri-item .tsubs li::before, .prog-page .p-tri-item .tsubs li::before { content: "—"; position: absolute; left: 0; color: var(--sand-deep); }
.iisc-page .p-tri-item .tdeliv, .prog-page .p-tri-item .tdeliv { margin-top: 16px; font-size: 13.5px; color: var(--sand-deep); font-weight: 600; }
.iisc-page .p-num, .prog-page .p-num { display: grid; grid-template-columns: 1fr 1fr; gap: 0 52px; margin-top: 38px; border-top: 1px solid var(--line); }
.iisc-page .p-num-item, .prog-page .p-num-item { padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.iisc-page .p-num-item .pn, .prog-page .p-num-item .pn { font-family: var(--font-serif); font-style: italic; color: var(--sand); font-size: 24px; }
.iisc-page .p-num-item .pcat, .prog-page .p-num-item .pcat { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--sand-deep); margin-left: 8px; }
.iisc-page .p-num-item h4, .prog-page .p-num-item h4 { font-family: var(--font-serif); font-weight: 400; font-size: 19px; margin: 8px 0 7px; color: var(--ink); line-height: 1.15; }
.iisc-page .p-num-item p, .prog-page .p-num-item p { font-size: 14px; color: var(--mute-deep); line-height: 1.58; margin: 0; }
.iisc-page .p-credits-note, .prog-page .p-credits-note { margin-top: 18px; font-size: 13.5px; color: var(--mute); font-style: italic; }
@media (max-width: 860px) {
.iisc-page .p-stats, .prog-page .p-stats { grid-template-columns: 1fr 1fr; }
.iisc-page .p-num, .prog-page .p-num { grid-template-columns: 1fr; }
.iisc-page .p-2col, .prog-page .p-2col { columns: 1; }
}

/* ===== Hero content constrained to ~50% (executive-mba + iit-madras-incubation) ===== */
.prog-hero-50 .prog-hero-logo,
.prog-hero-50 .prog-badge,
.prog-hero-50 .prog-hero-title,
.prog-hero-50 .prog-hero-sub,
.prog-hero-50 .prog-hero-cta,
.prog-hero-50 .prog-hero-meta { max-width: 70%; }
@media (max-width: 900px) {
  .prog-hero-50 .prog-hero-logo,
  .prog-hero-50 .prog-badge,
  .prog-hero-50 .prog-hero-title,
  .prog-hero-50 .prog-hero-sub,
  .prog-hero-50 .prog-hero-cta,
  .prog-hero-50 .prog-hero-meta { max-width: 100%; }
}
