.index-page {
    background: #fff;
}
.index-page h2 {
    font-size: 22px;
}
.ix-hero {
    background: linear-gradient(110deg, #fff4f7, #fff, #fff2f7);
    padding: 40px 0 34px;
    overflow-x: clip;
}
.ix-hero-grid {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
    min-height: 450px;
    padding-left: 50px;
    padding-right: 50px;
}
.ix-hero-copy h1 {
    font-size: 46px;
    line-height: 1.14;
    letter-spacing: -2px;
    margin: 20px 0;
}
.ix-hero-copy h1 em {
    font-style: normal;
    color: var(--pink);
}
.ix-hero-copy > p {
    color: var(--muted);
    line-height: 1.7;
    max-width: 430px;
}
.ix-hero-copy .lp-actions {
    margin: 26px 0 0;
}
.ix-dashboard {
    height: 410px;
    margin-left: 28px;
    border-radius: 14px;
    background: #f8f9fb;
    border: 1px solid #ddd;
    box-shadow: 0 18px 35px #8f34551c;
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-template-rows: 28px 1fr;
    position: relative;
    font-size: 9px;
}
.ix-window {
    grid-column: 1/-1;
    background: #fff;
    border-radius: 14px 14px 0 0;
    padding: 9px;
}
.ix-window i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff5f57;
    margin-right: 3px;
}
.ix-window i:nth-child(2) {
    background: #febc2e;
}
.ix-window i:nth-child(3) {
    background: #28c840;
}
.ix-dashboard aside {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 16px 12px;
}
.ix-dashboard aside strong {
    font-size: 12px;
}
.ix-dashboard aside strong span {
    color: var(--pink);
}
.ix-dashboard aside b {
    background: #fff0f5;
    color: var(--pink);
    padding: 8px;
}
.ix-dash-content {
    padding: 12px 70px 12px 12px;
}
.ix-dash-content > p {
    font-weight: 700;
}
.ix-dash-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 9px;
}
.ix-dash-grid article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 11px;
    min-height: 135px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ix-dash-grid article > strong {
    font-size: 15px;
}
.ix-dash-grid svg {
    height: 55px;
    width: 100%;
}
.ix-dash-grid article p {
    font-size: 8px;
    margin: 4px 0;
}
.ix-course-thumb {
    height: 48px;
    background: linear-gradient(135deg, #0b1c2d, #176ca0);
    color: #62d5ff;
    display: grid;
    place-items: center;
    font-size: 20px;
}
.ix-dash-grid a {
    color: var(--pink);
}
.ix-float-cards {
    position: absolute;
    right: -40px;
    top: 48px;
    width: 135px;
    display: grid;
    gap: 13px;
}
.ix-float-cards article {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 8px 20px #3332;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ix-float-cards article:first-child {
    flex-direction: row;
}
.ix-float-cards i {
    color: #9a37f3;
    font-size: 20px;
}
.ix-float-cards strong {
    font-size: 17px;
    color: #17aa67;
}
.ix-search {
    margin-top: -18px;
    position: relative;
    z-index: 4;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 13px;
    padding: 15px 22px;
    box-shadow: 0 10px 25px #76223f18;
    max-width: 900px;
}
.ix-search-box {
    display: grid;
    grid-template-columns: 24px 1fr 190px 150px;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.ix-search-box > i {
    padding-left: 12px;
    color: #999;
}
.ix-search input,
.ix-search select {
    height: 45px;
    border: 0;
    outline: 0;
    padding: 0 12px;
    background: #fff;
}
.ix-search .lp-btn {
    margin: 4px;
    height: 38px;
}
.ix-popular {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 15px 0;
    font-size: 10px;
}
.ix-popular span {
    background: #f6f4f5;
    padding: 4px 12px;
    border-radius: 12px;
}
.index-page .ai-platform {
    margin-top: 28px;
}
.ix-section {
    padding-top: 30px;
}
.ix-section h2 {
    margin: 0 0 15px;
}
.ix-section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ix-section-head a {
    color: var(--pink);
    font-size: 11px;
}
.ix-course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.ix-course-card {
    height: 100%;
    border: 1px solid #e6e6ea;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 12px #2221;
}
.ix-course-grid > a {
    display: block;
    height: 100%;
}
.ix-course-carousel {
    position: relative;
}
.ix-course-carousel .carousel-item {
    padding: 2px;
}
.ix-course-carousel .carousel-control-prev,
.ix-course-carousel .carousel-control-next {
    top: 50%;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--pink);
    opacity: 1;
    box-shadow: 0 4px 12px #2223;
}
.ix-course-carousel {
    position: relative;
    overflow: visible;
}

.ix-course-carousel .carousel-control-prev,
.ix-course-carousel .carousel-control-next {
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--pink);
    opacity: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    z-index: 10;
}

.ix-course-carousel .carousel-control-prev {
    left: -45px;
}

.ix-course-carousel .carousel-control-next {
    right: -45px;
}

.ix-course-carousel .carousel-control-prev-icon,
.ix-course-carousel .carousel-control-next-icon {
    width: 13px;
    height: 13px;
}
.ix-course-carousel .carousel-control-prev-icon,
.ix-course-carousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
}
.ix-course-image {
    width: 100%;
    height: 145px;
    overflow: hidden;
    background: #0c1e32;
}

.ix-course-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.ix-course-image.python {
    background: linear-gradient(135deg, #0c2233, #1d6193);
}
.ix-course-image.java {
    background: linear-gradient(135deg, #111d2c, #5a1a12);
}
.ix-course-image.ai {
    background: radial-gradient(circle, #2b7aca, #061224);
}
.ix-course-image.web {
    background: linear-gradient(135deg, #1d232e, #66524d);
}
.ix-course-body {
    padding: 12px;
}
.ix-course-body > small {
    color: #6276ee;
    background: #eff2ff;
    padding: 3px 5px;
}
.ix-course-body h3 {
    font-size: 14px;
}
.ix-course-body p {
    font-size: 9px;
}
.ix-course-body p span {
    color: #ff9b00;
}
.ix-course-body footer {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 8px;
    color: #666;
}
.ix-course-body footer b {
    margin-left: auto;
    color: #15ac63;
    font-size: 14px;
}
.ix-categories {
    margin-top: 28px;
    padding: 18px;
    background: linear-gradient(100deg, #fff, #fff0f5);
    border: 1px solid #ffe1eb;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1.1fr repeat(5, 1fr);
    gap: 12px;
    align-items: center;
}
.ix-categories h2 {
    margin: 0;
}
.ix-categories article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 9px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ix-categories i {
    font-size: 24px;
    color: var(--pink);
}
.ix-categories small {
    font-size: 9px;
}
.ix-learning-flow {
    margin-top: 20px;
    padding: 22px;
    background: linear-gradient(110deg, #fff3f7, #fff);
    border: 1px solid #ffe1eb;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 2.6fr 1.2fr;
    gap: 18px;
    align-items: center;
}
.ix-flow-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.ix-flow-steps article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 160px;
}
.ix-flow-steps article span {
    position: absolute;
    top: -10px;
    left: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--pink);
    color: #fff;
    display: grid;
    place-items: center;
}
.ix-flow-steps i {
    font-size: 28px;
    color: #9b41ec;
}
.ix-mini-dashboard {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.ix-mini-dashboard > b {
    grid-column: 1/-1;
}
.ix-mini-dashboard div {
    background: #fff;
    padding: 12px;
    display: flex;
    flex-direction: column;
}
.ix-mini-dashboard strong {
    font-size: 20px;
}
.ix-mini-dashboard small {
    font-size: 8px;
}
.ix-ai-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}
.ix-ai-row article,
.ix-team-grid article {
    border: 1px solid #e9e9ed;
    border-radius: 9px;
    padding: 15px;
    display: flex;
    gap: 12px;
}
.ix-ai-row i,
.ix-team-grid i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    background: #fff0f5;
    color: var(--pink);
    border-radius: 8px;
    font-size: 20px;
}
.ix-workforce {
    margin-top: 22px;
    background: linear-gradient(105deg, #fff0f5, #fff);
    border: 1px solid #ffdce7;
    border-radius: 12px;
    padding: 24px;
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1.35fr;
    gap: 18px;
    align-items: stretch;
}
.ix-workforce-copy > span,
.ix-tutors > div > span {
    font-size: 9px;
    color: var(--pink);
    font-weight: 700;
}
.ix-workforce-copy h2 {
    margin: 10px 0;
}
.ix-workforce article,
.ix-workforce-chart {
    background: #fff;
    border: 1px solid #e8e8ec;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    min-height: 220px;
    box-shadow: 0 4px 14px rgba(25, 25, 40, 0.05);
}
.ix-workforce article b,
.ix-workforce-chart > b {
    font-size: 13px;
    line-height: 1.35;
}
.ix-workforce article p {
    margin: 0 0 4px;
    font-size: 10px;
    line-height: 1.55;
}
.ix-workforce article small {
    color: #17a764;
    font-size: 9px;
    line-height: 1.4;
}
.ix-workforce-chart strong {
    font-size: 24px;
    line-height: 1;
}
.ix-workforce-chart > small {
    color: #6b6c75;
    font-size: 8px;
}
.ix-bars {
    height: 70px;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 10px;
    padding: 5px 8px;
    border-bottom: 1px solid #eee;
}
.ix-bars i {
    width: 14px;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(#be65f2, #8d3cdd);
}
.ix-bars i:nth-child(1) {
    height: 35%;
}
.ix-bars i:nth-child(2) {
    height: 65%;
}
.ix-bars i:nth-child(3) {
    height: 45%;
}
.ix-bars i:nth-child(4) {
    height: 85%;
}
.ix-bars i:nth-child(5) {
    height: 60%;
}
.ix-bars i:nth-child(6) {
    height: 95%;
}
.ix-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.ix-tutors {
    margin-top: 25px;
    border: 1px solid #eee;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
}
.ix-tutor-photo {
    background: url("../images/group-study.jpg") center/cover;
    min-height: 260px;
}
.ix-tutors > div:last-child {
    padding: 28px;
}
.ix-tutors h2 {
    margin: 8px 0;
}
.ix-tutors li {
    list-style: "✓  ";
    margin: 7px 0;
    font-size: 11px;
}
.ix-tutors li::marker {
    color: #16ae63;
}
.ix-testimonials {
    margin-top: 20px;
    padding: 24px;
    background: linear-gradient(100deg, #fff0f5, #fff);
    border-radius: 12px;
}
.ix-testimonials h2 {
    text-align: center;
    margin-top: 0;
}
.ix-testimonials > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ix-testimonials article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: 30px 1fr;
}
.ix-testimonials i {
    color: var(--pink);
    font-size: 24px;
    grid-row: 1/4;
}
.ix-testimonials p {
    margin-top: 0;
}
.ix-testimonials small {
    font-size: 9px;
}
.index-page .lp-final-cta {
    margin-top: 25px;
}
.index-page .lp-footer {
    margin-top: 25px;
}
@media (max-width: 980px) {
    .ix-hero-grid {
        grid-template-columns: 1fr;
    }
    .ix-hero-copy {
        text-align: center;
    }
    .ix-hero-copy > p {
        margin-inline: auto;
    }
    .ix-hero-copy .lp-actions {
        justify-content: center;
    }
    .ix-dashboard {
        margin: 35px 35px 0;
    }
    .ix-course-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ix-categories {
        grid-template-columns: repeat(3, 1fr);
    }
    .ix-categories h2 {
        grid-column: 1/-1;
    }
    .ix-learning-flow {
        grid-template-columns: 1fr;
    }
    .ix-ai-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .ix-workforce {
        grid-template-columns: repeat(2, 1fr);
    }
    .ix-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 720px) {
    .ix-hero-copy h1 {
        font-size: 36px;
    }
    .ix-dashboard {
        display: none;
    }
    .ix-hero-grid {
        min-height: auto;
    }
    .ix-search {
        margin-top: 0;
    }
    .ix-search-box {
        grid-template-columns: 24px 1fr;
    }
    .ix-search select,
    .ix-search .lp-btn {
        grid-column: 1/-1;
        width: calc(100% - 8px);
    }
    .ix-popular {
        flex-wrap: wrap;
    }
    .ix-course-grid,
    .ix-workforce,
    .ix-team-grid,
    .ix-tutors,
    .ix-testimonials > div {
        grid-template-columns: 1fr;
    }
    .ix-categories {
        grid-template-columns: 1fr 1fr;
    }
    .ix-flow-steps {
        grid-template-columns: 1fr;
    }
    .ix-ai-row {
        grid-template-columns: 1fr;
    }
    .ix-course-grid {
        gap: 15px;
    }
    .ix-tutor-photo {
        min-height: 220px;
    }
}

.ix-course-description {
    margin: 4px 0 6px;
    color: #6b6c75;
    font-size: 9px !important;
    line-height: 1.4;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden;
    text-overflow: ellipsis;

    overflow-wrap: anywhere;
    word-break: break-word;
}

/* Laptop screens */
/* Smaller laptops only */
@media (min-width: 981px) and (max-width: 1280px) {
    .ix-hero-grid {
        grid-template-columns: 40% 60%;
        padding-left: 20px;
        padding-right: 20px;
        min-height: 390px;
    }

    .ix-hero-copy h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .ix-dashboard {
        height: 370px;
        margin-left: 12px;
    }

    .ix-float-cards {
        right: -20px;
        width: 125px;
    }
}

/* Very small laptop / large tablet */
@media (min-width: 981px) and (max-width: 1100px) {
    .ix-hero-grid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ix-hero-copy h1 {
        font-size: 35px;
    }

    .ix-float-cards {
        display: none;
    }
}
