 :root {
     --blue: #0b63f6;
     --ink: #07111f;
     --text: #172033;
     --muted: #68768b;
     --soft: #f4f7fb;
     --line: #dfe6ef;
     --shadow: 0 28px 80px rgba(7, 17, 31, .14)
 }

 * {
     box-sizing: border-box
 }

 html {
     scroll-behavior: smooth
 }

 body {
     margin: 0;
     font-family: Inter, sans-serif;
     color: var(--text);
     line-height: 1.65
 }

 a {
     text-decoration: none;
     color: inherit
 }

 .container {
     width: min(1180px, calc(100% - 40px));
     margin: auto
 }

 .section {
     padding: 105px 0
 }

 .soft {
     background: var(--soft)
 }

 .header {
     position: sticky;
     top: 0;
     z-index: 50;
     background: rgba(255, 255, 255, .9);
     backdrop-filter: blur(18px);
     border-bottom: 1px solid var(--line)
 }

 .nav {
     height: 78px;
     display: flex;
     align-items: center;
     justify-content: space-between
 }

 .logo {
     display: flex;
     align-items: center;
     gap: 11px
 }

 .logo-img {
     height: 44px;
     width: auto;
     display: block;
     object-fit: contain;
 }

 /* Optional: subtle hover effect */
 .logo:hover .logo-img {
     opacity: 0.9;
     transition: opacity 0.2s ease;
 }

 .logo span {
     font: 800 23px Manrope;
     color: var(--ink)
 }

 .logo i {
     font-style: normal;
     color: var(--blue)
 }

 nav {
     display: flex;
     align-items: center;
     gap: 30px
 }

 nav a {
     font-size: 14px;
     font-weight: 700;
     color: #334155
 }

 .navbtn {
     background: var(--ink);
     color: #fff !important;
     padding: 12px 18px;
     border-radius: 11px
 }

 .menu {
     display: none;
     border: 0;
     background: none
 }

 .menu span {
     display: block;
     width: 25px;
     height: 2px;
     background: var(--ink);
     margin: 5px
 }

 h1,
 h2,
 h3,
 h4 {
     font-family: Manrope, sans-serif;
     line-height: 1.15;
     color: var(--ink);
     margin-top: 0
 }

 h1 {
     font-size: clamp(44px, 6vw, 78px);
     letter-spacing: -.05em
 }

 h2 {
     font-size: clamp(32px, 4vw, 52px);
     letter-spacing: -.04em
 }

 p {
     color: var(--muted)
 }

 .lead {
     font-size: 19px
 }

 .eyebrow {
     display: inline-flex;
     align-items: center;
     gap: 10px;
     color: var(--blue);
     font-size: 12px;
     font-weight: 800;
     letter-spacing: .14em;
     text-transform: uppercase;
     margin-bottom: 18px
 }

 .eyebrow:before {
     content: "";
     width: 28px;
     height: 2px;
     background: currentColor
 }

 .hero {
     min-height: 800px;
     display: flex;
     align-items: center;
     background: radial-gradient(circle at 82% 18%, rgba(11, 99, 246, .18), transparent 28%), linear-gradient(#fff, #f5f9ff);
     overflow: hidden
 }

 .hero-grid {
     display: grid;
     grid-template-columns: 1.05fr .95fr;
     gap: 70px;
     align-items: center
 }

 .actions {
     display: flex;
     gap: 14px;
     flex-wrap: wrap;
     margin: 34px 0
 }

 .btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 52px;
     padding: 0 22px;
     border-radius: 12px;
     font-weight: 800;
     border: 1px solid transparent
 }

 .primary {
     background: var(--blue);
     color: #fff;
     box-shadow: 0 14px 30px rgba(11, 99, 246, .27)
 }

 .secondary {
     background: #fff;
     border-color: #cbd5e1
 }

 .white {
     background: #fff;
     color: var(--ink)
 }

 .full {
     width: 100%
 }

 .ticks {
     display: flex;
     gap: 25px;
     flex-wrap: wrap;
     font-size: 13px;
     font-weight: 700;
     color: #526176
 }

 .ticks span:before {
     content: "✓";
     color: var(--blue);
     margin-right: 7px
 }

 .visual {
     position: relative;
     min-height: 560px;
     display: grid;
     place-items: center
 }

 .circle {
     position: absolute;
     width: 430px;
     height: 430px;
     border-radius: 50%;
     background: linear-gradient(135deg, var(--blue), #22a4ff)
 }

.panel-image .panel-img {
    width: 100% !important;
    max-width: 520px;
    height: 700px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 16px;
}

 .metrics {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 10px;
     margin: 25px 0
 }

 .metrics div {
     padding: 16px;
     background: #f4f7fb;
     border-radius: 13px
 }

 .metrics b {
     display: block;
     font-size: 23px
 }

 .metrics span {
     font-size: 11px;
     color: var(--muted)
 }

 .road {
     display: grid;
     gap: 10px
 }

 .road>div {
     display: flex;
     gap: 14px;
     padding: 14px;
     border: 1px solid var(--line);
     border-radius: 13px
 }

 .road .active {
     background: #eaf2ff
 }

 .road i {
     font-style: normal;
     color: var(--blue);
     font-size: 11px;
     font-weight: 800
 }

 .road span {
     display: flex;
     flex-direction: column
 }

 .road small {
     color: var(--muted)
 }

 .strip {
     background: var(--ink)
 }

 .strip .container {
     min-height: 84px;
     display: grid;
     grid-template-columns: repeat(6, 1fr);
     align-items: center;
     text-align: center
 }

 .strip span {
     color: #91a0b2;
     font-size: 11px;
     font-weight: 800;
     letter-spacing: .12em
 }

 .split {
     display: grid;
     grid-template-columns: .9fr 1.1fr;
     gap: 90px
 }

 .cards {
     display: grid;
     gap: 20px;
     margin-top: 60px
 }

 .four {
     grid-template-columns: repeat(4, 1fr)
 }

 .cards article,
 .resources article {
     padding: 28px;
     border: 1px solid var(--line);
     border-radius: 20px;
     background: #fff
 }

 .cards article>span {
     font-size: 12px;
     color: var(--blue);
     font-weight: 800
 }

 .cards article>span+h3 {
     margin-top: 45px
 }

 .dark {
     background: var(--ink);
     color: #fff
 }

 .dark h2,
 .dark h3 {
     color: #fff
 }

 .dark p {
     color: #9cafc5
 }

 .light {
     color: #8fb9ff
 }

 .center {
     text-align: center;
     max-width: 760px;
     margin: 0 auto 55px
 }

 .programs {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px
 }

 .programs article {
     padding: 30px;
     border: 1px solid #223049;
     border-radius: 20px;
     background: linear-gradient(#101b2c, #0a1321)
 }

 .programs article>b {
     display: grid;
     place-items: center;
     width: 50px;
     height: 50px;
     border-radius: 14px;
     background: linear-gradient(135deg, var(--blue), #27a4ff);
     margin-bottom: 26px
 }

 .programs a,
 .course a,
 .resources a {
     color: #75a9ff;
     font-weight: 800
 }

 .process {
     align-items: start
 }

 .timeline {
     display: grid
 }

 .timeline>div {
     padding: 22px;
     border-bottom: 1px solid var(--line)
 }

 .timeline span {
     color: var(--blue);
     font-size: 12px;
     font-weight: 800
 }

 .quote-section {
     padding: 0 0 105px
 }

 .quote {
     padding: 60px;
     border-radius: 26px;
     background: linear-gradient(135deg, #07111f, #0b2d62);
     color: #fff
 }

 .quote>span {
     font-size: 80px;
     color: #4d8eff;
     line-height: 1
 }

 .quote blockquote {
     font: 700 clamp(25px, 3vw, 42px) Manrope;
     line-height: 1.35
 }

 .quote p {
     color: #9fb1c9
 }

 .cta {
     padding-bottom: 105px
 }

 .cta .container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 25px;
     padding: 45px;
     background: var(--blue);
     border-radius: 24px;
     color: #fff
 }

 .cta h2 {
     color: #fff;
     margin: 5px 0
 }

 .pagehero {
     padding: 120px 0 95px;
     background: linear-gradient(#f7faff, #fff)
 }

 .narrow {
     max-width: 850px
 }

 .team {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 22px
 }
 .team-img {
    width: 100%;
    height: 230px;
    display: block;
    object-fit: cover;
    object-position: center top;
    background: linear-gradient(135deg, #07111f, var(--blue)); /* shows briefly while image loads, or if src fails */
}

 .team article {
     border: 1px solid var(--line);
     border-radius: 20px;
     overflow: hidden
 }

 .team article>div {
     height: 230px;
     display: grid;
     place-items: center;
     background: linear-gradient(135deg, #07111f, var(--blue));
     color: #fff;
     font-size: 56px;
     font-weight: 800
 }

 .team section {
     padding: 27px
 }

 .team section>b {
     color: var(--blue);
     font-size: 12px
 }

 .course-list {
     display: grid;
     gap: 24px
 }

 .course {
     display: grid;
     grid-template-columns: .8fr 1.2fr;
     gap: 40px;
     padding: 36px;
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 22px
 }

 .course>div>span {
     color: var(--blue);
     font-size: 12px;
     font-weight: 800
 }

 .pills {
     display: flex;
     flex-wrap: wrap;
     gap: 9px;
     margin: 18px 0
 }

 .pills span {
     padding: 8px 11px;
     background: #edf3fc;
     border-radius: 999px;
     font-size: 12px;
     font-weight: 700
 }

 .resources {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 22px
 }

 .resources article>span {
     font-size: 11px;
     color: var(--blue);
     font-weight: 800
 }

 .resources a {
     color: var(--blue)
 }

 .faq {
     display: grid;
     grid-template-columns: .7fr 1.3fr;
     gap: 70px
 }

 .faq details {
     padding: 22px 0;
     border-bottom: 1px solid #26354a
 }

 .faq summary {
     cursor: pointer;
     font-weight: 800
 }

 .contact {
     display: grid;
     grid-template-columns: .8fr 1.2fr;
     gap: 60px
 }

 .contact-info {
     padding: 38px;
     border-radius: 22px;
     background: var(--ink);
     color: #fff
 }

 .contact-info h2 {
     color: #fff
 }

 .contact-info>div {
     display: flex;
     flex-direction: column;
     gap: 10px;
     margin: 30px 0
 }

 .contact-info small {
     display: block;
     padding-top: 20px;
     border-top: 1px solid #253247;
     color: #97a9bf
 }

 .form {
     padding: 34px;
     background: #fff;
     border: 1px solid var(--line);
     border-radius: 22px
 }

 .formrow {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 16px
 }

 .form label {
     display: flex;
     flex-direction: column;
     gap: 8px;
     margin-bottom: 18px;
     font-size: 13px;
     font-weight: 800
 }

 .form input,
 .form select,
 .form textarea {
     padding: 13px 14px;
     border: 1px solid #ccd6e4;
     border-radius: 11px;
     font: inherit
 }

 .form button {
     border: 0;
     cursor: pointer
 }

 .form>p {
     text-align: center;
     font-size: 11px
 }

 footer {
     padding: 70px 0 24px;
     background: #050b14;
     color: #fff
 }

 .footer-grid {
     display: grid;
     grid-template-columns: 2fr repeat(3, 1fr);
     gap: 45px
 }

 .foot-logo span {
     color: #fff
 }

 .footer-grid>div:not(:first-child) {
     display: flex;
     flex-direction: column;
     gap: 10px
 }

 .footer-grid h4 {
     color: #fff;
     font-size: 12px
 }

 .footer-grid a {
     color: #91a0b2;
     font-size: 14px
 }

 .copyright {
     margin-top: 45px;
     padding-top: 22px;
     border-top: 1px solid #182230;
     color: #66758a;
     font-size: 12px
 }

 .reveal {
     opacity: 0;
     transform: translateY(20px);
     transition: .7s
 }

 .reveal.visible {
     opacity: 1;
     transform: none
 }

 @media(max-width:980px) {
     .menu {
         display: block
     }

     nav {
         display: none;
         position: absolute;
         top: 78px;
         left: 20px;
         right: 20px;
         flex-direction: column;
         align-items: stretch;
         padding: 12px;
         background: #fff;
         border: 1px solid var(--line);
         border-radius: 14px;
         box-shadow: var(--shadow)
     }

     nav.open {
         display: flex
     }

     nav a {
         padding: 12px
     }

     .hero-grid,
     .split,
     .faq,
     .contact {
         grid-template-columns: 1fr
     }

     .four {
         grid-template-columns: repeat(2, 1fr)
     }

     .programs,
     .team {
         grid-template-columns: repeat(2, 1fr)
     }

     .course {
         grid-template-columns: 1fr
     }

     .strip .container {
         grid-template-columns: repeat(3, 1fr)
     }
 }

 @media(max-width:640px) {
     .container {
         width: min(100% - 28px, 1180px)
     }

     .section {
         padding: 78px 0
     }

     .hero {
         padding: 90px 0 50px
     }

     .visual {
         min-height: 470px
     }

     .circle {
         width: 300px;
         height: 300px
     }

     .panel {
         padding: 20px
     }

     .metrics {
         grid-template-columns: 1fr
     }

     .four,
     .programs,
     .team,
     .resources,
     .footer-grid,
     .formrow {
         grid-template-columns: 1fr
     }

     .strip .container {
         grid-template-columns: repeat(2, 1fr);
         gap: 15px;
         padding: 20px 0
     }

     .cta .container {
         flex-direction: column;
         align-items: flex-start;
         padding: 32px
     }

     .quote {
         padding: 34px 24px
     }
 }
 .social-links {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 4px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #101b2c;
    color: #91a0b2;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.social-icon:hover {
    background: var(--blue);
    color: #fff;
    transform: translateY(-2px);
}
#formStatus {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: var(--muted);
}

/* ===== Course detail pages ===== */
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 22px;
}

.breadcrumb:hover {
    color: var(--blue);
}

.course-hero-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.course-hero-head .lead {
    max-width: 640px;
}

.hrs-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    color: var(--ink);
    white-space: nowrap;
}

.hrs-badge:before {
    content: "⏱";
}

.section-tag {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Syllabus accordion */
.syllabus {
    display: grid;
    gap: 14px;
    margin-top: 40px;
}

.syllabus details {
    padding: 6px 26px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    transition: border-color .2s ease;
}

.syllabus details[open] {
    border-color: var(--blue);
}

.syllabus summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font: 700 17px/1.3 Manrope, sans-serif;
    color: var(--ink);
}

.syllabus summary::-webkit-details-marker {
    display: none;
}

.syllabus summary .mnum {
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
    margin-right: 10px;
}

.syllabus summary:after {
    content: "+";
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--soft);
    color: var(--blue);
    font-size: 18px;
    font-weight: 800;
}

.syllabus details[open] summary:after {
    content: "–";
}

.syllabus ul {
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    color: var(--muted);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
    font-size: 14.5px;
}

@media(max-width:640px) {
    .syllabus ul {
        grid-template-columns: 1fr;
    }
}

/* Video block */
.video-block {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    background: var(--ink);
    aspect-ratio: 16/9;
    max-width: 860px;
    margin: 36px auto 0;
    cursor: pointer;
    box-shadow: var(--shadow);
}

.video-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .5;
}

.video-block iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.play-btn {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.play-btn span {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--blue);
    display: grid;
    place-items: center;
    box-shadow: 0 14px 34px rgba(11, 99, 246, .45);
    transition: transform .2s ease;
}

.video-block:hover .play-btn span {
    transform: scale(1.08);
}

.play-btn svg {
    fill: #fff;
    margin-left: 4px;
}

.video-caption {
    text-align: center;
    font-size: 13px;
    color: var(--muted);
    margin-top: 16px;
    font-weight: 700;
}

/* Buy CTA band */
.buy-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 45px;
    background: var(--ink);
    border-radius: 24px;
    color: #fff;
    flex-wrap: wrap;
}

.buy-band h2 {
    color: #fff;
    margin: 5px 0;
}

.buy-band p {
    color: #9cafc5;
    max-width: 480px;
}

.buy-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.prereq-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 0;
}

.prereq-list span {
    padding: 9px 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
}

.projects-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.projects-list div {
    padding: 14px 16px;
    background: var(--soft);
    border-radius: 12px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--ink);
}

@media(max-width:640px) {
    .buy-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px;
    }

    .projects-list {
        grid-template-columns: 1fr;
    }
}