* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, sans-serif;
    color: #172033;
    background: #fff;
    overflow-x: hidden
}

.navbar-brand,
.section-title,
h1,
h2,
h3 {
    font-family: Poppins, sans-serif
}

.glass-nav {
    background: rgba(7, 15, 35, .72);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: .3s
}

.navbar {
    padding: 0px 0
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d7cff, #19c779);
    color: #fff;
    border-radius: 8px;
    padding: 5px 8px;
    margin-right: 6px
}

.nav-link {
    color: #19c779 !important;
    font-weight: 500;
    transition: .5s;
    border-radius: 10px;
}

.nav-link:hover {
    color:white !important;
    /* transform: translate(0px,3px); */
    background-color: #19c77963;
    
}

.btn {
    border-radius: 12px;
    font-weight: 700;
    padding: 12px 22px
}

.btn-primary-custom {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #1877f2, #19c779);
    box-shadow: 0 12px 28px rgba(24, 119, 242, .22)
}

.btn-primary-custom:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(24, 119, 242, .32)
}

.btn-dark-custom {
    background: #101828;
    color: #fff
}

.btn-dark-custom:hover {
    background: #1877f2;
    color: #fff
}

.hero-section {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background: radial-gradient(circle at 80% 35%, rgba(24, 119, 242, .28), transparent 32%), radial-gradient(circle at 15% 80%, rgba(25, 199, 121, .13), transparent 28%), #061126;
    overflow: hidden
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .25;
    background-image: linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 55px 55px;
    mask-image: linear-gradient(to bottom, black, transparent)
}

.hero-section h1 {
    letter-spacing: -2px
}

.hero-section h1 span,
.section-title span,
.final-cta h2 span {
    color: #32d58c
}

.text-light-emphasis {
    color: rgba(255, 255, 255, .68) !important
}

.eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #20c985;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.eyebrow {
    padding: 9px 14px;
    border: 1px solid rgba(50, 213, 140, .25);
    border-radius: 50px;
    background: rgba(50, 213, 140, .08)
}

.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: rgba(255, 255, 255, .78);
    font-size: .9rem
}

.trust-points i {
    color: #20c985;
    margin-right: 4px
}

.hero-visual {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.student-card {
    width: min(100%, 520px);
    height: 380px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035));
    backdrop-filter: blur(18px);
    box-shadow: 0 40px 100px rgba(0, 0, 0, .35);
    padding: 35px
}

.mock-window {
    height: 100%;
    border-radius: 18px;
    background: #0c1730;
    border: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3)
}

.window-bar,
.terminal-top {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.window-bar span,
.terminal-top span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #667085
}

.code-lines {
    padding: 25px 25px 12px
}

.code-line {
    height: 9px;
    border-radius: 10px;
    background: linear-gradient(90deg, #1877f2, #32d58c);
    margin: 12px 0;
    opacity: .8
}

.w-80 {
    width: 80%
}

.w-55 {
    width: 55%
}

.w-90 {
    width: 90%
}

.w-65 {
    width: 65%
}

.w-45 {
    width: 45%
}

.dashboard-preview {
    display: flex;
    gap: 12px;
    padding: 5px 25px
}

.mini-chart {
    height: 95px;
    flex: 1;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(24, 119, 242, .25), rgba(50, 213, 140, .12));
    position: relative
}

.mini-chart:after {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: 20%;
    height: 2px;
    background: #32d58c;
    transform: rotate(-12deg)
}

.mini-card {
    width: 22%;
    height: 95px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .06)
}

.floating-chip {
    position: absolute;
    padding: 12px 15px;
    border-radius: 13px;
    background: rgba(7, 15, 35, .86);
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 14px 35px rgba(0, 0, 0, .28);
    font-size: .78rem;
    font-weight: 700
}

.floating-chip i {
    color: #32d58c;
    margin-right: 6px
}

.chip-one {
    top: 15%;
    left: -5%
}

.chip-two {
    right: -7%;
    top: 38%
}

.chip-three {
    bottom: 10%;
    left: 8%
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px)
}

.orb-one {
    width: 140px;
    height: 140px;
    background: rgba(24, 119, 242, .25);
    top: 5%;
    right: 5%
}

.orb-two {
    width: 90px;
    height: 90px;
    background: rgba(25, 199, 121, .22);
    bottom: 5%;
    right: 15%
}

.stats-section {
    margin-top: -55px;
    position: relative;
    z-index: 5
}

.stat-card {
    height: 100%;
    padding: 22px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(16, 24, 40, .1);
    display: grid;
    grid-template-columns: 45px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px
}

.stat-card i {
    grid-row: span 2;
    font-size: 1.7rem;
    color: #1877f2
}

.stat-card strong {
    font-family: Poppins;
    font-size: 1.05rem
}

.stat-card span {
    font-size: .8rem;
    color: #667085
}

.section-padding {
    padding: 100px 0
}

.section-heading {
    max-width: 750px;
    margin: 0 auto
}

.section-label {
    color: #1877f2
}

.section-label.light {
    color: #32d58c
}

.section-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -1.3px;
    margin-top: 10px
}

.section-copy {
    color: #667085;
    line-height: 1.8;
    max-width: 650px
}

.about-visual {
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.about-screen {
    width: 88%;
    height: 310px;
    background: #0a1630;
    border-radius: 22px;
    box-shadow: 0 30px 70px rgba(16, 24, 40, .18);
    transform: rotate(-3deg);
    overflow: hidden
}

.screen-header {
    height: 40px;
    background: #111e39;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 15px
}

.screen-header span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #667085
}

.screen-content {
    display: flex;
    height: calc(100% - 40px)
}

.screen-sidebar {
    width: 22%;
    background: #0d1a34
}

.screen-main {
    padding: 28px;
    width: 78%
}

.skeleton {
    height: 14px;
    width: 55%;
    background: #1a2c4f;
    border-radius: 20px;
    margin-bottom: 18px
}

.skeleton.wide {
    width: 85%
}

.skeleton-row {
    display: flex;
    gap: 12px;
    margin: 25px 0
}

.skeleton-row div {
    height: 80px;
    flex: 1;
    background: linear-gradient(135deg, #12315c, #124c45);
    border-radius: 12px
}

.about-badge {
    position: absolute;
    right: 3%;
    bottom: 30px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(16, 24, 40, .15);
    display: flex;
    flex-direction: column
}

.about-badge i {
    color: #1877f2;
    font-size: 1.5rem
}

.about-badge small {
    color: #667085
}

.check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 25px
}

.check-list div {
    font-weight: 600;
    font-size: .92rem
}

.check-list i {
    color: #19b978;
    margin-right: 7px
}

.courses-section {
    background: #f6f9fd
}

.course-card {
    height: 100%;
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #e7edf5;
    border-radius: 22px;
    transition: .3s;
    box-shadow: 0 8px 30px rgba(16, 24, 40, .04);
    overflow: hidden
}

.course-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1877f2, #19c779);
    transform: scaleX(0);
    transform-origin: left;
    transition: .3s
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(16, 24, 40, .12)
}

.course-card:hover:before {
    transform: scaleX(1)
}

.course-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #e9f2ff, #eafaf3);
    color: #1877f2;
    font-size: 1.4rem
}

.course-number {
    position: absolute;
    right: 25px;
    top: 30px;
    color: #cbd5e1;
    font-weight: 800
}

.course-card h3 {
    font-size: 1.25rem;
    margin: 22px 0 10px
}

.course-card p,
.course-card li {
    color: #667085;
    font-size: .9rem;
    line-height: 1.7
}

.course-card ul {
    padding-left: 18px;
    min-height: 115px
}

.btn-course {
    width: 100%;
    background: #f0f5fb;
    color: #172033
}

.btn-course:hover {
    background: #1877f2;
    color: #fff
}

.why-section {
    background: #fff
}

.feature-card {
    height: 100%;
    padding: 30px;
    background: #f7faff;
    border: 1px solid #e7edf5;
    border-radius: 20px;
    transition: .3s
}

.feature-card:hover {
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(16, 24, 40, .08)
}

.feature-card i {
    font-size: 1.7rem;
    color: #1877f2
}

.feature-card h3 {
    font-size: 1.15rem;
    margin-top: 20px
}

.feature-card p {
    color: #667085;
    margin: 0
}

.dark-learning {
    background: #061126;
    color: #fff;
    position: relative;
    overflow: hidden
}

.dark-learning:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(24, 119, 242, .12);
    filter: blur(80px);
    right: -180px;
    top: -180px
}

.learning-flow {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.learning-flow div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.learning-flow b {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #32d58c
}

.learning-flow span {
    font-size: .75rem;
    color: #cbd5e1
}

.learning-flow>i {
    color: #32d58c
}

.terminal-card {
    background: #09162d;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .3)
}

.terminal-top small {
    margin-left: auto;
    color: #667085
}

.terminal-card pre {
    padding: 28px;
    margin: 0;
    color: #d0d5dd;
    line-height: 1.9
}

.code-blue {
    color: #5da7ff
}

.code-green {
    color: #32d58c
}

.code-purple {
    color: #bd8cff
}

.placement-section {
    background: #f6f9fd
}

.placement-box {
    padding: 25px;
    border-left: 4px solid #19b978;
    background: #fff;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 12px 35px rgba(16, 24, 40, .06)
}

.placement-box span {
    font-size: .78rem;
    font-weight: 800;
    color: #1877f2;
    letter-spacing: 1px
}

.placement-box p {
    color: #667085;
    margin: 12px 0 0;
    line-height: 1.8
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.step-card {
    padding: 24px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e7edf5
}

.step-card b {
    color: #1877f2;
    font-size: .8rem
}

.step-card h3 {
    font-size: 1.05rem;
    margin: 12px 0 6px
}

.step-card p {
    font-size: .85rem;
    color: #667085;
    margin: 0
}

.audience-section {
    background: #fff
}

.audience-card {
    padding: 24px 10px;
    text-align: center;
    border: 1px solid #e7edf5;
    border-radius: 16px;
    height: 100%;
    transition: .3s
}

.audience-card i {
    display: block;
    font-size: 1.7rem;
    color: #1877f2;
    margin-bottom: 10px
}

.audience-card span {
    font-weight: 700;
    font-size: .82rem
}

.audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16, 24, 40, .08)
}

.reviews-section {
    background: #f6f9fd
}

.review-card {
    height: 100%;
    padding: 28px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e7edf5
}

.avatar {
    width: 48px;
    height: 48px;
    display: inline-grid;
    place-items: center;
    background: linear-gradient(135deg, #1877f2, #19c779);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    float: left;
    margin-right: 13px
}

.review-card h3 {
    font-size: 1rem;
    margin: 3px 0
}

.review-card small {
    color: #667085
}

.stars {
    clear: both;
    padding-top: 22px;
    color: #f59e0b;
    letter-spacing: 2px
}

.review-card p {
    color: #667085;
    line-height: 1.8;
    margin: 15px 0 0
}

.faq-accordion {
    max-width: 850px
}

.accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #e7edf5 !important
}

.accordion-button {
    font-weight: 700;
    padding: 22px 5px;
    box-shadow: none !important
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #1877f2
}

.accordion-body {
    color: #667085;
    line-height: 1.7;
    padding: 0 5px 22px
}

.contact-section {
    background: #f6f9fd
}

.contact-card {
    background: linear-gradient(135deg, #061126, #0d2c56);
    border-radius: 28px;
    padding: 60px;
    position: relative;
    overflow: hidden
}

.contact-card:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(25, 199, 121, .12);
    border-radius: 50%;
    right: -180px;
    top: -180px;
    filter: blur(40px)
}

.contact-direct {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px
}

.contact-direct a {
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.contact-direct i {
    color: #32d58c;
    margin-right: 8px
}

.lead-form {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 28px;
    border-radius: 20px
}

.lead-form label {
    font-size: .8rem;
    font-weight: 700;
    margin-bottom: 6px
}

.form-control,
.form-select {
    border-radius: 11px;
    border: 1px solid #dce3ed;
    padding: 12px
}

.form-control:focus,
.form-select:focus {
    border-color: #1877f2;
    box-shadow: 0 0 0 4px rgba(24, 119, 242, .1)
}

.form-message {
    font-weight: 600
}

.final-cta {
    padding: 100px 0;
    background: #fff
}

.final-cta h2 {
    font-family: Poppins;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -1.5px
}

.footer {
    background: #050d1c;
    color: #fff;
    padding: 65px 0 30px
}

.footer h5 {
    font-size: .9rem;
    margin-bottom: 18px
}

.footer a,
.footer span {
    display: block;
    color: #98a2b3;
    text-decoration: none;
    margin: 9px 0;
    font-size: .85rem
}

.footer a:hover {
    color: #fff
}

.socials {
    display: flex;
    gap: 9px
}

.socials a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .07);
    display: grid;
    place-items: center;
    color: #fff
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #20c76f;
    color: #fff;
    font-size: 1.5rem;
    z-index: 1000;
    box-shadow: 0 15px 35px rgba(32, 199, 111, .35)
}

.mobile-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    background: #061126;
    z-index: 9999;
    display: flex;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .15)
}

.mobile-cta a {
    flex: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: .7rem;
    padding: 8px 2px
}

.mobile-cta i {
    display: block;
    font-size: 1.1rem;
    color: #32d58c
}

.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .7s ease, transform .7s ease
}

.reveal.show {
    opacity: 1;
    transform: none
}

@media(max-width:991px) {
    .hero-section h1 {
        font-size: 3rem
    }

    .stats-section {
        margin-top: 0;
        padding-top: 20px
    }

    .hero-visual {
        min-height: 430px
    }

    .contact-card {
        padding: 35px
    }

    .floating-wa {
        bottom: 80px;
        right: 15px
    }
}

@media(max-width:767px) {
    .section-padding {
        padding: 70px 0
    }

    .hero-section h1 {
        font-size: 2.45rem;
        letter-spacing: -1px
    }

    .hero-section .lead {
        font-size: 1rem
    }

    .hero-visual {
        min-height: 350px
    }

    .student-card {
        height: 290px;
        padding: 20px
    }

    .floating-chip {
        font-size: .65rem;
        padding: 8px 10px
    }

    .chip-one {
        left: -2%
    }

    .chip-two {
        right: -3%
    }

    .chip-three {
        bottom: 5%
    }

    .about-visual {
        height: 340px
    }

    .check-list {
        grid-template-columns: 1fr
    }

    .steps-grid {
        grid-template-columns: 1fr
    }

    .contact-card {
        padding: 28px 18px;
        border-radius: 20px
    }

    .final-cta {
        padding: 75px 0
    }

    .footer {
        padding-bottom: 90px
    }

    .floating-wa {
        display: none
    }
}

@media(max-width:400px) {
    .hero-section h1 {
        font-size: 2.15rem
    }

    .trust-points {
        font-size: .78rem
    }

    .learning-flow>i {
        display: none
    }
}