/* RoboEdify design system v1.1 applied to the imported AI program markup.
   Scoped to .imported-program.design-v11. Tokens: RoboEdify_Design_Tokens_v1_1.json */
.imported-program.design-v11{
  --teal:#006B5E;--teal-hover:#00564C;--graphite:#101820;--white:#FFFFFF;--paper:#F7F9FC;--lime:#D5F36B;--lime-hover:#e1fc89;
  --slate:#526170;--mint:#4DE3CC;--muted-dark:#B7C6D2;--dark-surface:#18282A;--subtle:#EDF2F6;--divider:#D8E1E8;--control:#788797;
  --heading:'Space Grotesk',Inter,system-ui,sans-serif;--body:Inter,"Segoe UI",system-ui,sans-serif;
  /* legacy variable names still referenced by inline styles in the imported HTML */
  --ink:var(--graphite);--ink2:var(--slate);--mute:var(--slate);--rule:var(--divider);--warm:var(--paper);--ok:#17663A;--magenta:var(--teal);--grad:var(--teal);
  font-family:var(--body);color:var(--graphite);background:var(--white);line-height:1.625;
}
.imported-program.design-v11 *,.imported-program.design-v11 *::before,.imported-program.design-v11 *::after{box-sizing:border-box}
.imported-program.design-v11 h1,.imported-program.design-v11 h2,.imported-program.design-v11 h3{font-family:var(--heading);font-weight:600;letter-spacing:-.03em;margin:0;color:var(--graphite)}
.imported-program.design-v11 p{margin:0}
.imported-program.design-v11 a{color:inherit;text-decoration:none}
.imported-program.design-v11 button{font-family:inherit;cursor:pointer}
.imported-program.design-v11 img{max-width:100%;display:block}
.imported-program.design-v11 .wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.imported-program.design-v11 .section{padding-block:80px}
.imported-program.design-v11 .section[style*="background:var(--warm)"]{border-block:1px solid var(--divider)}
.imported-program.design-v11 .section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:40px}
.imported-program.design-v11 .section-head > p,.imported-program.design-v11 .section-head .sub{max-width:380px;color:var(--slate);font-size:1rem;line-height:1.75}
.imported-program.design-v11 .kicker,.imported-program.design-v11 .eyebrow,.imported-program.design-v11 .sn-faq-kicker{display:flex;align-items:center;gap:10px;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--teal);line-height:1.5;margin-bottom:1.1rem}
.imported-program.design-v11 .section-head h2,.imported-program.design-v11 .sn-faq-title,.imported-program.design-v11 .placement-head h2{font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.22;max-width:760px}
.imported-program.design-v11 .grad-text,.imported-program.design-v11 [style*="background-clip:text"]{background:none!important;-webkit-text-fill-color:currentColor!important;color:var(--teal)}
.imported-program.design-v11 .step-num{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:6px;background:var(--teal)!important;color:#fff;font-size:.75rem;letter-spacing:0}

/* Buttons */
.imported-program.design-v11 .btn,.imported-program.design-v11 .sn-faq-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 24px;border-radius:8px;font-size:.875rem;font-weight:600;line-height:1.5;border:1px solid transparent;transition:background .16s,transform .16s,border-color .16s;white-space:nowrap}
.imported-program.design-v11 .btn:hover,.imported-program.design-v11 .sn-faq-cta-btn:hover{transform:translateY(-1px)}
.imported-program.design-v11 .btn:focus-visible,.imported-program.design-v11 button:focus-visible,.imported-program.design-v11 summary:focus-visible{outline:2px solid var(--teal);outline-offset:3px}
.imported-program.design-v11 .btn-primary,.imported-program.design-v11 .btn-ink,.imported-program.design-v11 .sn-faq-cta-btn{background:var(--teal);color:#fff}
.imported-program.design-v11 .btn-primary:hover,.imported-program.design-v11 .btn-ink:hover,.imported-program.design-v11 .sn-faq-cta-btn:hover{background:var(--teal-hover)}
.imported-program.design-v11 .btn-ghost,.imported-program.design-v11 .btn-outline{background:transparent;color:var(--teal);border-color:var(--teal)}
.imported-program.design-v11 .btn-ghost:hover,.imported-program.design-v11 .btn-outline:hover{background:var(--subtle)}
.imported-program.design-v11 .btn-outline-light{background:transparent;color:#fff;border-color:var(--muted-dark)}
.imported-program.design-v11 .btn-outline-light:hover{background:rgba(255,255,255,.07)}
.imported-program.design-v11 .btn-white{background:var(--lime);color:var(--graphite)}
.imported-program.design-v11 .btn-white:hover{background:var(--lime-hover)}
/* dark-section primary actions use lime */
.imported-program.design-v11 .hero .btn-primary,.imported-program.design-v11 .placement .btn-primary{background:var(--lime);color:var(--graphite)}
.imported-program.design-v11 .hero .btn-primary:hover,.imported-program.design-v11 .placement .btn-primary:hover{background:var(--lime-hover)}
.imported-program.design-v11 .placement .btn-outline{background:transparent!important;color:#fff!important;border:1px solid var(--muted-dark)!important}
.imported-program.design-v11 .cta-strip .btn-outline{color:#fff;border-color:var(--muted-dark)}
.imported-program.design-v11 .cta-strip .btn-outline:hover{background:rgba(255,255,255,.07)}

/* Breadcrumbs */
.imported-program.design-v11 .crumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.875rem;color:var(--slate);padding-block:24px 0}
.imported-program.design-v11 .crumbs a:hover{color:var(--teal);text-decoration:underline;text-underline-offset:3px}
.imported-program.design-v11 .crumbs .sep{color:var(--divider)}
.imported-program.design-v11 .crumbs [style*="--ink"]{color:var(--graphite)!important;font-weight:500}

/* Hero (graphite feature section) */
.imported-program.design-v11 .hero{padding-block:24px 64px}
.imported-program.design-v11 .hero-card{position:relative;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:48px;padding:56px;background:var(--graphite);color:#fff;border-radius:12px;overflow:hidden}
.imported-program.design-v11 .hero-card::before,.imported-program.design-v11 .hero-card::after,.imported-program.design-v11 .hero::before{display:none}
.imported-program.design-v11 .pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(77,227,204,.35);border-radius:5px;color:var(--mint);background:rgba(16,24,32,.5);font-size:.8125rem;font-weight:500;letter-spacing:.02em;margin-bottom:26px}
.imported-program.design-v11 .pill .dot{width:6px;height:6px;border-radius:50%;background:var(--lime)}
.imported-program.design-v11 .hero h1{font-size:clamp(2.5rem,4.4vw,3.75rem);line-height:1.07;letter-spacing:-.045em;color:#fff;margin-bottom:24px;font-family:var(--heading)!important;font-weight:600!important}
.imported-program.design-v11 .hero h1 .grad-text{color:var(--mint)}
.imported-program.design-v11 .hero .sub{font-size:1.125rem;line-height:1.65;color:var(--muted-dark);max-width:560px;margin-bottom:32px}
.imported-program.design-v11 .hero-stats{display:flex;gap:32px;margin-bottom:32px;flex-wrap:wrap}
.imported-program.design-v11 .hero-stats .s{border-left:1px solid rgba(255,255,255,.16);padding-left:20px}
.imported-program.design-v11 .hero-stats .n{font-family:var(--heading);font-size:2rem;font-weight:500;line-height:1.2;color:var(--mint);font-variant-numeric:tabular-nums}
.imported-program.design-v11 .hero-stats .unit{font-size:1rem;color:var(--muted-dark)}
.imported-program.design-v11 .hero-stats .l{font-size:.8125rem;color:var(--muted-dark);margin-top:4px}
.imported-program.design-v11 .hero-ctas{display:flex;gap:13px;flex-wrap:wrap}
.imported-program.design-v11 .hero-right{background:var(--dark-surface);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:28px;align-self:start}
.imported-program.design-v11 .hero-right .head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:6px}
.imported-program.design-v11 .hero-right .label{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--mint)}
.imported-program.design-v11 .hero-right .cohort{font-size:.75rem;letter-spacing:.06em;color:var(--muted-dark);white-space:nowrap}
.imported-program.design-v11 .hr-row{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.imported-program.design-v11 .hr-row:last-child{border-bottom:0;padding-bottom:0}
.imported-program.design-v11 .hr-row .chk{flex-shrink:0;width:28px;height:28px;border-radius:6px;background:rgba(77,227,204,.12);color:var(--mint);display:grid;place-items:center;font-size:.8125rem;font-weight:600}
.imported-program.design-v11 .hr-row .t{font-weight:600;font-size:.9375rem;line-height:1.45;color:#fff}
.imported-program.design-v11 .hr-row .d{font-size:.8125rem;line-height:1.55;color:var(--muted-dark);margin-top:4px}

/* Partners */
.imported-program.design-v11 .partners{padding-block:8px 24px;border-bottom:1px solid var(--divider)}
.imported-program.design-v11 .partners-inner .eyebrow{margin-bottom:16px;justify-content:center;font-size:.8125rem}
.imported-program.design-v11 .partner-track{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.imported-program.design-v11 .partner-track .row{display:flex;gap:10px;width:max-content;-webkit-text-fill-color:currentColor;animation:re-marquee 48s linear infinite}
@keyframes re-marquee{to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.imported-program.design-v11 .partner-track .row,.imported-program.design-v11 .scroll-animation{animation:none!important}}
.imported-program.design-v11 .logo-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border:1px solid var(--divider);border-radius:999px;background:var(--white);font-size:.8125rem;font-weight:500;color:var(--slate);white-space:nowrap}
.imported-program.design-v11 .logo-chip .lg{width:20px;height:20px;object-fit:contain}

/* Outcomes */
.imported-program.design-v11 .outcomes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.imported-program.design-v11 .outcome{background:var(--white);border:1px solid var(--divider);border-radius:12px;padding:24px;display:flex;flex-direction:column;transition:border-color .16s,transform .16s,box-shadow .16s}
.imported-program.design-v11 .outcome:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:0 8px 24px rgba(16,24,32,.03)}
.imported-program.design-v11 .outcome .ic{width:44px;height:44px;border-radius:10px;background:var(--paper);border:1px solid var(--divider);color:var(--teal);display:grid;place-items:center;font-size:.8125rem;font-weight:600;margin-bottom:20px}
.imported-program.design-v11 .outcome .t{font-family:var(--heading);font-size:1.25rem;font-weight:600;letter-spacing:-.025em;line-height:1.35;margin-bottom:10px}
.imported-program.design-v11 .outcome .d{font-size:.9375rem;line-height:1.6;color:var(--slate)}

/* Roadmap */
.imported-program.design-v11 .roadmap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.imported-program.design-v11 .wblock{background:var(--paper);border:1px solid var(--divider);border-radius:12px;padding:28px}
.imported-program.design-v11 .wblock .ph{font-size:.8125rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--teal);margin-bottom:10px}
.imported-program.design-v11 .wblock h3{font-size:1.375rem;line-height:1.35;margin-bottom:16px}
.imported-program.design-v11 .wblock ul{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:8px}
.imported-program.design-v11 .wblock li{position:relative;padding-left:22px;font-size:.9375rem;line-height:1.6;color:var(--slate)}
.imported-program.design-v11 .wblock li::before{content:"";position:absolute;left:0;top:11px;width:12px;height:2px;background:var(--teal)}
.imported-program.design-v11 .wblock .ship{border-top:1px solid var(--divider);padding-top:16px;font-size:.9375rem;line-height:1.6;color:var(--slate)}
.imported-program.design-v11 .wblock .ship b{display:block;font-size:.75rem;letter-spacing:.1em;color:var(--graphite);margin-bottom:6px}

/* Roadmap capstone row (legacy inline span 3 → full width in a 2-col grid) */
.imported-program.design-v11 .wblock[style*="grid-column"]{grid-column:1 / -1!important;background:var(--graphite)!important;border-color:var(--graphite)!important;color:#fff;padding:40px!important;gap:48px!important;align-items:center}
.imported-program.design-v11 .wblock[style*="grid-column"] .ph{color:var(--mint)!important;margin-bottom:12px}
.imported-program.design-v11 .wblock[style*="grid-column"] h4{font-family:var(--heading);font-size:1.5rem;line-height:1.333;letter-spacing:-.025em;font-weight:600;margin:0 0 12px;color:#fff}
.imported-program.design-v11 .wblock[style*="grid-column"] p{color:var(--muted-dark)!important;font-size:.9375rem!important;line-height:1.65!important}
.imported-program.design-v11 .wblock[style*="grid-column"] > div:last-child{background:var(--dark-surface);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px 24px;min-width:280px!important}
.imported-program.design-v11 .wblock[style*="grid-column"] > div:last-child > div{gap:16px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.imported-program.design-v11 .wblock[style*="grid-column"] > div:last-child > div:last-child{border-bottom:0}
.imported-program.design-v11 .wblock[style*="grid-column"] > div:last-child .ph{margin:0;font-size:.75rem}
.imported-program.design-v11 .wblock[style*="grid-column"] > div:last-child span[style*="font-size:20px"]{font-family:var(--heading);font-weight:600!important;font-size:1.25rem!important;color:#fff!important}
/* Project card D: legacy purple tag + white download panel */
.imported-program.design-v11 .proj.d .tag{color:var(--teal)!important}
.imported-program.design-v11 .proj.d [style*="box-shadow"]{box-shadow:none!important;background:var(--paper)!important;border-color:var(--divider)!important}
.imported-program.design-v11 .proj.d [style*="Inter Tight"]{font-family:var(--heading)!important;font-weight:600!important}
.imported-program.design-v11 .wblock h4{font-family:var(--heading);font-weight:600;letter-spacing:-.03em}
/* Legacy emoji glyphs in the capstone copy render as text; keep them but muted */
/* Curriculum */
.imported-program.design-v11 .curr-wrap{display:grid;grid-template-columns:300px minmax(0,1fr);gap:48px;align-items:start}
.imported-program.design-v11 .curr-side{position:sticky;top:112px}
.imported-program.design-v11 .curr-side h3{font-size:.9rem;font-family:var(--heading);margin-bottom:13px}
.imported-program.design-v11 .curr-nav{display:flex;flex-direction:column;gap:4px;background:var(--paper);border:1px solid var(--divider);border-radius:12px;padding:10px}
.imported-program.design-v11 .curr-navitem{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:48px;padding:10px 12px;border:0;border-radius:10px;background:transparent;color:var(--slate);font-size:.875rem;font-weight:500;line-height:1.45;text-align:left;transition:background .16s,color .16s}
.imported-program.design-v11 .curr-navitem:hover{background:var(--subtle);color:var(--graphite)}
.imported-program.design-v11 .curr-navitem.active{background:var(--teal);color:#fff}
.imported-program.design-v11 .curr-navitem .num{font-size:.75rem;opacity:.8;font-variant-numeric:tabular-nums}
.imported-program.design-v11 .curr-navitem .nm{white-space:normal}
.imported-program.design-v11 .curr-navitem .ct{font-size:.8125rem;opacity:.85;font-variant-numeric:tabular-nums}
.imported-program.design-v11 .curr-main{display:flex;flex-direction:column;gap:32px}
.imported-program.design-v11 .curr-sec{scroll-margin-top:112px}
.imported-program.design-v11 .sec-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:20px;border-bottom:1px solid var(--divider);margin-bottom:16px}
.imported-program.design-v11 .sec-num{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:var(--paper);border:1px solid var(--divider);color:var(--teal);display:grid;place-items:center;font-weight:600;font-size:.875rem}
.imported-program.design-v11 .sec-head h3{font-size:1.5rem;line-height:1.333;margin-bottom:8px}
.imported-program.design-v11 .sec-desc{font-size:.9375rem;line-height:1.6;color:var(--slate);max-width:600px}
.imported-program.design-v11 .sec-meta{flex-shrink:0;font-size:.75rem;letter-spacing:.08em;color:var(--slate);text-align:right;line-height:1.7}
.imported-program.design-v11 .modules{border:1px solid var(--divider);border-radius:12px;background:var(--white);padding-inline:20px}
.imported-program.design-v11 .module{border-bottom:1px solid var(--divider)}
.imported-program.design-v11 .module:last-child{border-bottom:0}
.imported-program.design-v11 .mhead{display:grid;grid-template-columns:44px minmax(0,1fr) auto 24px;gap:14px;align-items:center;width:100%;min-height:56px;padding:16px 0;border:0;background:transparent;color:var(--graphite);text-align:left;font-size:1rem;font-weight:500;line-height:1.5}
.imported-program.design-v11 .mhead:hover .mtitle{text-decoration:underline;text-underline-offset:3px}
.imported-program.design-v11 .mnum{font-size:.8125rem;color:var(--teal);font-variant-numeric:tabular-nums}
.imported-program.design-v11 .mtag{font-size:.6875rem;letter-spacing:.08em;font-weight:600;padding:3px 8px;border-radius:4px;background:var(--subtle);color:var(--slate)}
.imported-program.design-v11 .chev{width:24px;height:24px;display:grid;place-items:center;color:var(--slate);font-size:1.125rem;line-height:1;transition:transform .2s}
.imported-program.design-v11 .module.open .chev{transform:rotate(45deg)}
.imported-program.design-v11 .mbody{display:none;padding:0 0 20px 58px}
.imported-program.design-v11 .module.open .mbody{display:block}
.imported-program.design-v11 .topics{display:flex;flex-direction:column;gap:8px}
.imported-program.design-v11 .topic{position:relative;padding-left:18px;font-size:.9375rem;line-height:1.6;color:var(--slate)}
.imported-program.design-v11 .topic::before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:var(--teal)}
.imported-program.design-v11 .topic.ai::before{background:var(--lime);outline:1px solid var(--teal)}

/* Tools */
.imported-program.design-v11 .toolbar{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}
.imported-program.design-v11 .tl{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;background:var(--white);border:1px solid var(--divider);border-radius:12px;transition:border-color .16s}
.imported-program.design-v11 .tl:hover{border-color:var(--teal)}
.imported-program.design-v11 .tl .em{width:44px;height:44px;border-radius:10px;background:var(--paper);border:1px solid var(--divider);color:var(--teal);display:grid;place-items:center;font-size:.8125rem;font-weight:600}
.imported-program.design-v11 .tl .nm{font-size:.8125rem;color:var(--slate);line-height:1.4}

/* Projects */
.imported-program.design-v11 .proj-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.imported-program.design-v11 .proj{display:flex;flex-direction:column;justify-content:space-between;gap:24px;padding:32px;border-radius:12px;background:var(--white);border:1px solid var(--divider)}
.imported-program.design-v11 .proj.a{grid-row:span 2;background:var(--graphite);color:#fff;border-color:var(--graphite)}
.imported-program.design-v11 .proj .tag{display:inline-flex;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--teal);margin-bottom:14px}
.imported-program.design-v11 .proj.a .tag{color:var(--mint)}
.imported-program.design-v11 .proj h3{font-size:1.5rem;line-height:1.333;margin-bottom:12px}
.imported-program.design-v11 .proj.a h3{color:#fff}
.imported-program.design-v11 .proj p{font-size:.9375rem;line-height:1.6;color:var(--slate)}
.imported-program.design-v11 .proj.a p{color:var(--muted-dark)}
.imported-program.design-v11 .proj.a [style*="rgba(255,255,255,.18)"]{background:rgba(77,227,204,.15)!important;color:var(--mint);font-family:var(--body)!important}
.imported-program.design-v11 .proj.a [style*="rgba(255,255,255,.10)"]{background:var(--dark-surface)!important;border-color:rgba(255,255,255,.12)!important;border-radius:8px!important}
.imported-program.design-v11 .chips{display:flex;flex-wrap:wrap;gap:8px}
.imported-program.design-v11 .chips span{font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:4px;background:var(--subtle);color:var(--slate)}
.imported-program.design-v11 .proj.a .chips span{background:rgba(255,255,255,.08);color:var(--muted-dark)}

/* Instructors */
.imported-program.design-v11 .inst-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px 40px;align-items:start}
.imported-program.design-v11 .inst-card{background:var(--paper);border:1px solid var(--divider);border-radius:12px;padding:28px}
.imported-program.design-v11 .inst-head{display:flex;gap:16px;align-items:center;margin-bottom:20px}
.imported-program.design-v11 .inst-av{flex-shrink:0;width:56px;height:56px;border-radius:12px;background:var(--teal);color:#fff;display:grid;place-items:center;font-family:var(--heading);font-weight:600;font-size:1.125rem}
.imported-program.design-v11 .inst-head .nm{font-family:var(--heading);font-size:1.25rem;font-weight:600;letter-spacing:-.025em}
.imported-program.design-v11 .inst-head .rl{font-size:.875rem;color:var(--slate);margin-top:2px}
.imported-program.design-v11 .inst-head .pr{font-size:.8125rem;color:var(--teal);margin-top:4px}
.imported-program.design-v11 .inst-quote{font-size:1rem;line-height:1.65;color:var(--graphite);padding:18px 0 18px 18px;border-left:3px solid var(--teal);margin-bottom:20px}
.imported-program.design-v11 .inst-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;border-top:1px solid var(--divider);padding-top:18px}
.imported-program.design-v11 .inst-stats .n{font-family:var(--heading);font-size:1.5rem;font-weight:500;color:var(--teal);line-height:1.2}
.imported-program.design-v11 .inst-stats .l{font-size:.6875rem;letter-spacing:.1em;color:var(--slate);margin-top:4px}
.imported-program.design-v11 .inst-wrap p b{color:var(--graphite);font-weight:600}

/* Testimonials */
.imported-program.design-v11 .rbt-testimonial-area{padding-block:80px;background:var(--paper);border-block:1px solid var(--divider)}
.imported-program.design-v11 .rbt-testimonial-area .container{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.imported-program.design-v11 .rbt-testimonial-area .section-title{margin-bottom:40px}
.imported-program.design-v11 .rbt-testimonial-area .subtitle{display:inline-flex;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--teal);margin-bottom:1.1rem;background:none!important;padding:0}
.imported-program.design-v11 .rbt-testimonial-area .title{font-family:var(--heading);font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.22;letter-spacing:-.03em;font-weight:600;max-width:760px;margin-inline:auto}
.imported-program.design-v11 .scroll-animation-wrapper{overflow:hidden;margin-top:24px;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.imported-program.design-v11 .scroll-animation{display:flex;gap:24px;width:max-content;animation:re-marquee 70s linear infinite}
.imported-program.design-v11 .scroll-left-right{animation-direction:reverse}
.imported-program.design-v11 .single-column-20{width:420px;flex-shrink:0;background:var(--white)!important;border:1px solid var(--divider);border-radius:12px;padding:28px}
.imported-program.design-v11 .rbt-testimonial-box .icons{display:flex;justify-content:center;margin-bottom:18px}
.imported-program.design-v11 .rbt-testimonial-box .icons img{width:28px;height:28px;object-fit:contain}
.imported-program.design-v11 .rbt-testimonial-box .subtitle-3{font-size:1rem;line-height:1.65;color:var(--graphite);margin-bottom:20px}
.imported-program.design-v11 .clint-info-wrapper{display:flex;align-items:center;justify-content:center;gap:12px}
.imported-program.design-v11 .clint-info-wrapper .thumb img{width:40px;height:40px;border-radius:50%;object-fit:cover}
.imported-program.design-v11 .client-info .title{font-size:.875rem;font-weight:600;color:var(--graphite);text-align:left}
.imported-program.design-v11 .client-info .title span{display:block;font-weight:400;color:var(--slate);font-size:.8125rem}

/* Certificate */
.imported-program.design-v11 .sn-cert-wrap{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:48px;align-items:center}
.imported-program.design-v11 .sn-cert-visual{position:relative;padding:14px;background:var(--paper);border:1px solid var(--divider);border-radius:12px}
.imported-program.design-v11 .sn-corner{display:none}
.imported-program.design-v11 .sn-cert-inner{background:var(--white);border:1px solid var(--divider);border-radius:8px;padding:40px;text-align:center}
.imported-program.design-v11 .sn-cert-title{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--slate);margin-bottom:24px}
.imported-program.design-v11 .sn-cert-award{font-family:var(--heading);font-size:2rem;line-height:1.2;letter-spacing:-.03em;font-weight:600;color:var(--teal);margin-bottom:24px}
.imported-program.design-v11 .sn-cert-pres{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--slate);margin-bottom:8px}
.imported-program.design-v11 .sn-cert-name{font-family:var(--heading);font-size:1.5rem;font-weight:600;margin-bottom:16px}
.imported-program.design-v11 .sn-cert-desc{font-size:.875rem;line-height:1.6;color:var(--slate);max-width:400px;margin:0 auto 32px}
.imported-program.design-v11 .sn-cert-foot{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid var(--divider);padding-top:20px;text-align:left}
.imported-program.design-v11 .sn-cert-sig{font-family:var(--heading);font-weight:600}
.imported-program.design-v11 .sn-cert-sig-role{font-size:.75rem;color:var(--slate)}
.imported-program.design-v11 .sn-seal{width:68px;height:68px;border-radius:50%;background:var(--graphite);color:var(--lime);display:grid;place-items:center;font-size:.5625rem;letter-spacing:.1em;font-weight:600;text-align:center;line-height:1.4}
.imported-program.design-v11 .sn-cert-features{display:flex;flex-direction:column}
.imported-program.design-v11 .sn-cert-feat{display:flex;gap:18px;padding:22px 0;border-top:1px solid var(--divider)}
.imported-program.design-v11 .sn-cert-feat:last-child{border-bottom:1px solid var(--divider)}
.imported-program.design-v11 .sn-num{flex-shrink:0;font-size:.8125rem;color:var(--teal);font-weight:600;padding-top:3px}
.imported-program.design-v11 .sn-t{font-family:var(--heading);font-size:1.125rem;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}
.imported-program.design-v11 .sn-d{font-size:.9375rem;line-height:1.6;color:var(--slate)}
.imported-program.design-v11 .sn-d strong{color:var(--graphite);font-weight:600}

/* Placement (graphite) */
.imported-program.design-v11 .placement{position:relative;background:var(--graphite);color:#fff;border-radius:12px;padding:56px;overflow:hidden}
.imported-program.design-v11 .placement-head{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:40px}
.imported-program.design-v11 .placement .eyebrow{color:var(--mint)}
.imported-program.design-v11 .placement-head h2{color:#fff;font-family:var(--heading)!important;font-weight:600!important}
.imported-program.design-v11 .placement-head h2 span{color:var(--lime)!important}
.imported-program.design-v11 .placement .desc{max-width:380px;color:var(--muted-dark);font-size:1rem;line-height:1.75}
.imported-program.design-v11 .placement-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.imported-program.design-v11 .pstep{background:var(--dark-surface);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px}
.imported-program.design-v11 .pstep .n{font-size:.75rem;letter-spacing:.08em;color:var(--mint);margin-bottom:10px}
.imported-program.design-v11 .pstep h3{color:#fff;font-size:1.25rem;line-height:1.35;margin-bottom:10px}
.imported-program.design-v11 .pstep p{font-size:.9375rem;line-height:1.6;color:var(--muted-dark)}

/* Alumni */
.imported-program.design-v11 .alum-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.imported-program.design-v11 .alum{display:grid;grid-template-columns:44px minmax(0,1fr);gap:8px 14px;background:var(--white);border:1px solid var(--divider);border-radius:12px;padding:20px}
.imported-program.design-v11 .alum .av{width:44px;height:44px;border-radius:10px;background:var(--paper);border:1px solid var(--divider);color:var(--teal);display:grid;place-items:center;font-weight:600;font-size:.8125rem}
.imported-program.design-v11 .alum .n{font-weight:600;font-size:.9375rem;line-height:1.4}
.imported-program.design-v11 .alum .r{font-size:.8125rem;color:var(--slate);line-height:1.5}
.imported-program.design-v11 .alum .l,.imported-program.design-v11 .alum .co{grid-column:2;font-size:.8125rem;color:var(--slate)}
.imported-program.design-v11 .alum .co{color:var(--teal);font-weight:500}
.imported-program.design-v11 .view-all{margin-top:32px}

/* Locations */
.imported-program.design-v11 .loc-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.imported-program.design-v11 .loc{border:1px solid var(--divider);border-radius:12px;overflow:hidden;background:var(--white)}
.imported-program.design-v11 .loc-img{position:relative;min-height:180px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--graphite)!important;color:#fff}
.imported-program.design-v11 .loc:nth-child(2) .loc-img{background:var(--teal)!important}
.imported-program.design-v11 .loc-img .tag{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--mint);margin-bottom:8px}
.imported-program.design-v11 .loc:nth-child(2) .loc-img .tag{color:var(--lime)}
.imported-program.design-v11 .loc-img .city{font-family:var(--heading);font-size:2rem;font-weight:600;letter-spacing:-.03em;line-height:1.1}
.imported-program.design-v11 .loc-body{padding:24px}
.imported-program.design-v11 .addr{font-size:.9375rem;line-height:1.6;color:var(--slate);margin-bottom:20px}
.imported-program.design-v11 .loc .row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;border-top:1px solid var(--divider);padding-top:16px}
.imported-program.design-v11 .loc .k{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--slate);margin-bottom:4px}
.imported-program.design-v11 .loc .v{font-size:.875rem;font-weight:600}

/* FAQ */
.imported-program.design-v11 #sn-faq{background:var(--paper);border-block:1px solid var(--divider);padding-block:80px}
.imported-program.design-v11 .sn-faq-wrap{width:min(1200px,calc(100% - 80px));margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:70px;align-items:start}
.imported-program.design-v11 .sn-faq-head{position:sticky;top:112px}
.imported-program.design-v11 .sn-faq-sub{color:var(--slate);margin-top:16px;line-height:1.7}
.imported-program.design-v11 .sn-faq-grid{display:flex;flex-direction:column;border-top:1px solid var(--divider)}
.imported-program.design-v11 .sn-faq-item{border-bottom:1px solid var(--divider)}
.imported-program.design-v11 .sn-faq-item summary{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:22px 0;font-size:1rem;line-height:1.6;font-weight:500;cursor:pointer;list-style:none}
.imported-program.design-v11 .sn-faq-item summary::-webkit-details-marker{display:none}
.imported-program.design-v11 .sn-faq-item summary:hover{text-decoration:underline;text-underline-offset:3px}
.imported-program.design-v11 .sn-faq-icon{flex-shrink:0;width:24px;height:24px;display:grid;place-items:center;color:var(--slate);font-size:1.125rem;transition:transform .2s}
.imported-program.design-v11 .sn-faq-item[open] .sn-faq-icon{transform:rotate(45deg)}
.imported-program.design-v11 .sn-faq-body{padding:0 40px 20px 0;font-size:1rem;line-height:1.7;color:var(--slate)}
.imported-program.design-v11 .sn-faq-body strong{color:var(--graphite);font-weight:600}
.imported-program.design-v11 .sn-faq-cta{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px;border:1px solid var(--divider);border-radius:12px;background:var(--white)}
.imported-program.design-v11 .sn-faq-cta-text{color:var(--slate)}

/* CTA strip (graphite) */
.imported-program.design-v11 .cta-strip{position:relative;display:flex;justify-content:space-between;align-items:center;gap:48px;background:var(--graphite);color:#fff;border-radius:12px;padding:56px;overflow:hidden;margin-top:80px}
.imported-program.design-v11 .cta-strip::before{display:none}
.imported-program.design-v11 .cta-strip h2{color:#fff;font-size:clamp(1.75rem,3vw,2.25rem);line-height:1.22;max-width:640px}
.imported-program.design-v11 .cta-strip h2 i{font-style:normal;color:var(--lime)}
.imported-program.design-v11 .cta-strip .right{max-width:380px}
.imported-program.design-v11 .cta-strip .right p{color:var(--muted-dark);margin-bottom:20px;line-height:1.7}
.imported-program.design-v11 .btns{display:flex;gap:12px;flex-wrap:wrap}

/* Responsive */
@media (max-width:1120px){
  .imported-program.design-v11 .outcomes,.imported-program.design-v11 .alum-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .imported-program.design-v11 .toolbar{grid-template-columns:repeat(4,minmax(0,1fr))}
  .imported-program.design-v11 .curr-wrap{grid-template-columns:1fr}
  .imported-program.design-v11 .curr-side{position:static}
  .imported-program.design-v11 .curr-nav{flex-direction:row;flex-wrap:wrap}
  .imported-program.design-v11 .curr-navitem{grid-template-columns:auto minmax(0,1fr) auto;min-height:44px}
}
@media (max-width:768px){
  .imported-program.design-v11 .wrap,.imported-program.design-v11 .rbt-testimonial-area .container,.imported-program.design-v11 .sn-faq-wrap{width:min(1200px,calc(100% - 40px))}
  .imported-program.design-v11 .section,.imported-program.design-v11 #sn-faq,.imported-program.design-v11 .rbt-testimonial-area{padding-block:48px}
  .imported-program.design-v11 .hero-card,.imported-program.design-v11 .placement,.imported-program.design-v11 .cta-strip{padding:28px}
  .imported-program.design-v11 .hero-card,.imported-program.design-v11 .roadmap,.imported-program.design-v11 .proj-grid,.imported-program.design-v11 .inst-wrap,.imported-program.design-v11 .sn-cert-wrap,.imported-program.design-v11 .placement-steps,.imported-program.design-v11 .loc-wrap,.imported-program.design-v11 .sn-faq-wrap,.imported-program.design-v11 .outcomes,.imported-program.design-v11 .alum-grid{grid-template-columns:1fr}
  .imported-program.design-v11 .proj.a{grid-row:auto}
  .imported-program.design-v11 .section-head,.imported-program.design-v11 .placement-head,.imported-program.design-v11 .cta-strip,.imported-program.design-v11 .sn-faq-cta{flex-direction:column;align-items:flex-start}
  .imported-program.design-v11 .sn-faq-head{position:static}
  .imported-program.design-v11 .sn-faq-cta{grid-column:1}
  .imported-program.design-v11 .toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}
  .imported-program.design-v11 .mhead{grid-template-columns:36px minmax(0,1fr) 24px}
  .imported-program.design-v11 .mtag{display:none}
  .imported-program.design-v11 .mbody{padding-left:0}
  .imported-program.design-v11 .single-column-20{width:320px}
}
