:root{--course-accent-orange:#f97316;--course-accent-teal:#14b8a6;--course-accent-yellow:#eab308;--course-accent-purple:#8b5cf6;--course-accent-blue:#3b82f6;--course-accent-pink:#ec4899}.courses-section{flex-direction:column;gap:2.5rem;display:flex}.courses-section__header{flex-direction:column;align-items:flex-start;gap:1.25rem;display:flex}@media (min-width:640px){.courses-section__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.courses-section__heading{letter-spacing:-.02em;color:var(--foreground);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.courses-section__subheading{color:var(--muted-foreground);margin-top:.5rem;font-size:1rem}.courses-section__cta{background:var(--primary);color:var(--primary-foreground);cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;align-items:center;gap:.4rem;padding:.65rem 1.6rem;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .15s;display:inline-flex}.courses-section__cta:hover{opacity:.88;transform:translateY(-1px)}.courses-section__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.courses-section__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.courses-section__grid{grid-template-columns:repeat(3,1fr)}}.course-card{background:var(--card);border:1.5px solid var(--accent,var(--border));border-radius:1.25rem 0 1.25rem 1.25rem;flex-direction:column;justify-content:space-between;min-height:220px;padding:1.75rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.course-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014;box-shadow:0 12px 32px lab(0% 0 0/.08)}.course-card__arrow{width:2.25rem;height:2.25rem;color:var(--card);background:var(--accent,var(--primary));border-radius:0 0 0 1rem;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.course-card__body{flex-direction:column;gap:.65rem;display:flex}.course-card__title{color:var(--foreground);font-size:1.05rem;font-weight:700;line-height:1.35}.course-card__desc{color:var(--muted-foreground);font-size:.875rem;line-height:1.6}.course-card__icon-wrap{justify-content:flex-end;margin-top:1.25rem;display:flex}.course-card__icon{width:3.5rem;height:3.5rem;color:var(--accent,var(--primary));opacity:.85}
:root{--outcomes-bg-blue:#dbeafe;--outcomes-dot-blue:#3b82f6;--outcomes-bg-peach:#fde8d8;--outcomes-dot-peach:#f97316;--outcomes-bg-green:#dcfce7;--outcomes-dot-green:#22c55e}.outcomes-section__header{text-align:center;margin-bottom:3rem}.outcomes-section__heading{letter-spacing:-.025em;color:var(--foreground);font-size:clamp(1.9rem,3.5vw,2.75rem);font-weight:700;line-height:1.2}.outcomes-section__subheading{color:var(--muted-foreground);margin-top:.75rem;max-width:42rem;margin-inline:auto;font-size:1.05rem;line-height:1.6}.outcomes-section__stack{flex-direction:column;gap:1.5rem;display:flex}.outcomes-card{background:var(--card-bg,#dbeafe);border-radius:1.5rem;flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 2rem;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.outcomes-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px #00000014;box-shadow:0 16px 48px lab(0% 0 0/.08)}@media (min-width:768px){.outcomes-card{flex-direction:row;gap:3rem;padding:2.75rem 3rem}.outcomes-card--reverse{flex-direction:row-reverse}}.outcomes-card__content{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.outcomes-card__badge{letter-spacing:.04em;text-transform:uppercase;color:var(--foreground);opacity:.7;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;display:inline-flex}.outcomes-card__badge-dot{background:var(--card-dot,var(--primary));border-radius:50%;flex-shrink:0;width:8px;height:8px}.outcomes-card__title{color:var(--foreground);letter-spacing:-.015em;font-size:clamp(1.3rem,2vw,1.7rem);font-weight:700;line-height:1.3}.outcomes-card__desc{color:var(--foreground);opacity:.72;max-width:44ch;font-size:.95rem;line-height:1.7}.outcomes-card__cta{color:var(--foreground);border:1.5px solid;border-radius:9999px;align-items:center;gap:.4rem;width:fit-content;margin-top:.5rem;padding:.55rem 1.35rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .16s,color .16s;display:inline-flex}.outcomes-card__cta:hover{background:#00000014;background:lab(0% 0 0/.08)}.outcomes-card__cta-icon{flex-shrink:0;width:1rem;height:1rem;transition:transform .16s}.outcomes-card__cta:hover .outcomes-card__cta-icon{transform:translate(3px)}.outcomes-card__media{flex:none;justify-content:center;align-items:center;width:100%;max-width:360px;display:flex}@media (min-width:768px){.outcomes-card__media{width:340px}}.outcomes-card__img{object-fit:contain;border-radius:1rem;width:100%;height:auto;max-height:240px}.outcomes-card__svg{width:100%;height:auto;max-height:240px}
.main-container{width:100%;min-height:100%}
