/* CCI Programs (listing) page styles — pairs with cci-shared.css (Poppins, navy #1d1364, yellow #ffec1e) */
.cci-programs-hero,.cci-programs-hero *,.cci-programs-hero *::before,.cci-programs-hero *::after{box-sizing:border-box}.cci-programs-hero{--gold:#ffec1e;--ink:#f3efe6;--ink-dim:#c9c5da;font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:linear-gradient(135deg,#1d1364 0%,#241a78 55%,#1d1364 100%);padding:96px 24px;position:relative;overflow:hidden;text-align:center}.cci-programs-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:56px 56px;pointer-events:none;z-index:0}.cci-programs-hero__inner{max-width:900px;margin:0 auto;position:relative;z-index:1}.cci-programs-hero__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:22px}.cci-programs-hero__eyebrow::before,.cci-programs-hero__eyebrow::after{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold)}.cci-programs-hero__title{font-weight:700;font-size:clamp(38px,5.6vw,58px);line-height:1.1;letter-spacing:-.015em;margin:0 0 18px;color:#fff}.cci-programs-hero__title em{font-style:italic;font-weight:500;color:var(--gold)}.cci-programs-hero__subtitle{font-size:clamp(15px,1.4vw,18px);line-height:1.65;color:var(--ink-dim);margin:0 auto 30px;max-width:680px}.cci-programs-hero__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 34px;padding:0;list-style:none}.cci-programs-hero__chips li{font-size:13.5px;font-weight:500;color:var(--ink);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 18px;display:inline-flex;align-items:center;gap:8px}.cci-programs-hero__chips li::before{content:"✓";color:var(--gold);font-weight:700}.cci-programs-hero__cta{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.cci-programs-hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;padding:15px 30px;border-radius:8px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cci-programs-hero__btn--primary{background:var(--gold);color:#1a1a1a;box-shadow:0 6px 20px rgba(255,236,30,.22)}.cci-programs-hero__btn--primary:hover{background:#fff35c;transform:translateY(-1px)}.cci-programs-hero__btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cci-programs-hero__btn--ghost:hover{background:rgba(255,255,255,.08)}@media(max-width:600px){.cci-programs-hero{padding:60px 18px}.cci-programs-hero__cta{flex-direction:column;align-items:stretch}.cci-programs-hero__btn{width:100%}}
.cci-programs-list,.cci-programs-list *,.cci-programs-list *::before,.cci-programs-list *::after{box-sizing:border-box}.cci-programs-list{--navy:#1d1364;--gold:#ffec1e;--muted:#5f5d79;font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;padding:0 10px;max-width:1350px;margin:0 auto}.cci-programs-list__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.cci-programs-list__card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(26,42,94,.12);border-radius:18px;overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cci-programs-list__card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(26,42,94,.12);border-color:rgba(212,168,58,.5)}.cci-programs-list__img{position:relative;height:300px;overflow:hidden}.cci-programs-list__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.cci-programs-list__card:hover .cci-programs-list__img img{transform:scale(1.04)}.cci-programs-list__badge{position:absolute;top:16px;left:16px;background:var(--navy);color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:999px}.cci-programs-list__body{display:flex;flex-direction:column;flex:1;padding:26px 28px 28px}.cci-programs-list__body h3{font-size:21px;font-weight:700;color:var(--navy);margin:0 0 16px;line-height:1.3}.cci-programs-list__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:0 0 16px;padding:0 0 16px;list-style:none;border-bottom:1px solid rgba(26,42,94,.1)}.cci-programs-list__facts li{font-size:13.5px;line-height:1.4;color:var(--muted)}.cci-programs-list__facts li strong{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);margin-bottom:2px}.cci-programs-list__body p{font-size:14.5px;line-height:1.6;color:var(--muted);margin:0 0 20px}.cci-programs-list__link{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--navy);text-decoration:none;margin-top:auto}.cci-programs-list__link .arrow{transition:transform .2s ease}.cci-programs-list__link:hover .arrow{transform:translateX(4px)}@media(max-width:900px){.cci-programs-list__grid{grid-template-columns:1fr;gap:22px}}@media(max-width:600px){.cci-programs-list__body{padding:22px 20px 24px}.cci-programs-list__facts{grid-template-columns:1fr 1fr;gap:8px 12px}}
.cci-programs-why,.cci-programs-why *,.cci-programs-why *::before,.cci-programs-why *::after{box-sizing:border-box}.cci-programs-why{font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;padding:0 10px;max-width:1350px;margin:0 auto}.cci-programs-why__inner{background:none;position:relative}.cci-programs-why__content{position:relative;z-index:1}.cci-programs-why__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#1d1364;margin:0 0 16px}.cci-programs-why__eyebrow::before{content:"";width:32px;height:2px;border-radius:0;background:#ffec1e;box-shadow:none}.cci-programs-why__title{font-size:clamp(26px,3vw,36px);font-weight:700;color:#1d1364;line-height:1.15;letter-spacing:-.01em;margin:0 0 14px}.cci-programs-why__title em{font-style:italic;font-weight:500;color:#1d1364}.cci-programs-why__text{font-size:15.5px;line-height:1.7;color:#3c3660;margin:0 0 24px}.cci-programs-why__subhead{font-size:17px;font-weight:700;color:#1d1364;margin:0 0 6px}.cci-programs-why__note{font-size:13.5px;font-weight:600;color:#1d1364;margin:0 0 14px}.cci-programs-why__points{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.cci-programs-why__points li{font-size:14.5px;line-height:1.6;color:#3c3660;padding-left:28px;position:relative}.cci-programs-why__points li::before{content:"✓";position:absolute;left:0;top:0;width:19px;height:19px;border-radius:50%;background:#ffec1e;color:#1d1364;font-size:11px;font-weight:800;display:grid;place-items:center}.cci-programs-match,.cci-programs-match *,.cci-programs-match *::before,.cci-programs-match *::after{box-sizing:border-box}.cci-programs-match{--navy:#1d1364;--gold:#ffec1e;--muted:#5f5d79;font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;padding:0 10px;max-width:1350px;margin:0 auto}.cci-programs-match__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.cci-programs-match__card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(26,42,94,.12);border-radius:18px;padding:30px 28px;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.cci-programs-match__card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);opacity:0;transition:opacity .2s ease}.cci-programs-match__card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(26,42,94,.12);border-color:rgba(212,168,58,.5)}.cci-programs-match__card:hover::before{opacity:1}.cci-programs-match__card h3{font-size:18px;font-weight:700;color:var(--navy);margin:0 0 16px;line-height:1.3}.cci-programs-match__list{margin:0 0 22px;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.cci-programs-match__list li{font-size:14px;line-height:1.55;color:var(--muted);padding-left:26px;position:relative}.cci-programs-match__list li::before{content:"✓";position:absolute;left:0;top:1px;width:17px;height:17px;border-radius:50%;background:var(--navy);color:var(--gold);font-size:10px;font-weight:800;display:grid;place-items:center}.cci-programs-match__btn{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;font-size:14px;font-weight:700;letter-spacing:.02em;background:var(--gold);color:#1a1a1a;text-decoration:none;border-radius:8px;padding:13px 24px;transition:background .2s ease,transform .2s ease;box-shadow:0 6px 20px rgba(255,236,30,.22)}.cci-programs-match__btn:hover{background:#fff35c;transform:translateY(-1px)}@media(max-width:980px){.cci-programs-match__grid{grid-template-columns:1fr;gap:18px}}
.cci-programs-cta,.cci-programs-cta *,.cci-programs-cta *::before,.cci-programs-cta *::after{box-sizing:border-box}.cci-programs-cta{font-family:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(135deg,#1d1364 0%,#241a78 55%,#1d1364 100%);padding:56px 24px;position:relative;overflow:hidden}.cci-programs-cta::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:56px 56px;pointer-events:none}.cci-programs-cta__inner{max-width:1350px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:40px;align-items:center;position:relative;z-index:1}.cci-programs-cta__content{position:relative;z-index:1}.cci-programs-cta__eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#ffec1e;margin:0 0 16px}.cci-programs-cta__eyebrow::before{content:"";width:6px;height:6px;border-radius:50%;background:#ffec1e;box-shadow:0 0 12px #ffec1e}.cci-programs-cta__title{font-size:clamp(26px,3vw,36px);font-weight:700;color:#fff;line-height:1.15;letter-spacing:-.01em;margin:0 0 14px}.cci-programs-cta__title em{font-style:italic;font-weight:500;color:#ffec1e}.cci-programs-cta__text{font-size:16px;line-height:1.65;color:#c9c5da;margin:0}.cci-programs-cta__actions{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.cci-programs-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:600;padding:15px 30px;border-radius:8px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.cci-programs-cta__btn--primary{background:#ffec1e;color:#1a1a1a;box-shadow:0 6px 20px rgba(255,236,30,.22)}.cci-programs-cta__btn--primary:hover{background:#fff35c;transform:translateY(-1px)}.cci-programs-cta__btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cci-programs-cta__btn--ghost:hover{background:rgba(255,255,255,.08)}@media(max-width:900px){.cci-programs-cta__inner{grid-template-columns:1fr;gap:28px}}@media(max-width:600px){.cci-programs-cta{padding:40px 20px}.cci-programs-cta__btn{width:100%}}
