﻿/* ================================================================
   EDULYNK WEBSITE
   ÉLÈVES
   ================================================================ */


/* ================================================================
   HERO
   ================================================================ */

.students-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background: linear-gradient( 180deg, #ffffff 0%, #fbfcff 70%, #f8faff 100% );
}

.students-hero-row {
    position: relative;
    z-index: 3;
}

.students-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.students-glow-one {
    top: -280px;
    right: -170px;
    width: 760px;
    height: 760px;
    background: radial-gradient( circle, rgba(55, 103, 240, 0.13), rgba(55, 103, 240, 0) 68% );
}

.students-glow-two {
    bottom: -330px;
    left: -250px;
    width: 700px;
    height: 700px;
    background: radial-gradient( circle, rgba(19, 184, 166, 0.08), rgba(19, 184, 166, 0) 70% );
}


/* HERO TEXT */

.students-hero-content {
    max-width: 710px;
    padding-right: 15px;
}

.students-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px;
    padding: 7px 14px 7px 8px;
    color: #3559c8;
    background: #f1f4ff;
    border: 1px solid #e0e7ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 650;
}

.students-eyebrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #ffffff;
    background: var(--edulynk-primary);
    border-radius: 50%;
    font-size: 12px;
}

.students-hero h1 {
    margin: 0 0 28px;
    color: var(--edulynk-dark);
    font-size: clamp(50px, 4.5vw, 70px);
    font-weight: 780;
    line-height: 1.02;
    letter-spacing: -3.6px;
}

    .students-hero h1 span {
        color: var(--edulynk-primary);
    }

.students-hero-description {
    max-width: 630px;
    margin-bottom: 32px;
    color: var(--edulynk-muted);
    font-size: 18px;
    line-height: 1.75;
}

.students-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.students-primary-button,
.students-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 53px;
    padding: 0 22px;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 650;
    transition: all 0.2s ease;
}

.students-primary-button {
    color: #ffffff;
    background: linear-gradient( 135deg, var(--edulynk-primary), #4b78f4 );
    box-shadow: 0 12px 26px rgba(55, 103, 240, 0.24);
}

    .students-primary-button:hover {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 16px 32px rgba(55, 103, 240, 0.30);
    }

.students-secondary-button {
    color: var(--edulynk-dark);
    background: #ffffff;
    border: 1px solid var(--edulynk-border);
}

    .students-secondary-button:hover {
        color: var(--edulynk-primary);
        border-color: #cfd9f6;
    }

.students-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

    .students-hero-points div {
        display: flex;
        align-items: center;
        gap: 7px;
        color: var(--edulynk-muted);
        font-size: 12px;
    }

    .students-hero-points i {
        color: var(--edulynk-secondary);
    }


/* ================================================================
   HERO VISUAL
   ================================================================ */

.students-hero-visual {
    position: relative;
    min-height: 600px;
    margin-left: 20px;
}

.students-visual-glow {
    position: absolute;
    top: 70px;
    right: 0;
    width: 540px;
    height: 440px;
    background: radial-gradient( circle, rgba(74, 111, 232, 0.15), rgba(74, 111, 232, 0) 70% );
    border-radius: 50%;
}


/* DASHBOARD */

.student-dashboard {
    position: absolute;
    top: 55px;
    left: 20px;
    z-index: 4;
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e8f0;
    border-radius: 22px;
    box-shadow: 0 32px 75px rgba(27, 42, 81, 0.15);
}

.student-dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid #edf0f4;
}

.student-dashboard-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--edulynk-dark);
    font-size: 11px;
}

    .student-dashboard-brand span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        color: #ffffff;
        background: var(--edulynk-primary);
        border-radius: 8px;
        font-size: 11px;
    }

.student-dashboard-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .student-dashboard-user i {
        color: #8992a2;
        font-size: 11px;
    }

    .student-dashboard-user div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 29px;
        height: 29px;
        color: #ffffff;
        background: #758bd0;
        border-radius: 50%;
        font-size: 7px;
        font-weight: 700;
    }

.student-dashboard-body {
    display: flex;
    min-height: 405px;
    background: #f8fafc;
}

.student-dashboard-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 55px;
    padding-top: 18px;
    background: #ffffff;
    border-right: 1px solid #edf0f4;
}

    .student-dashboard-sidebar span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 31px;
        height: 31px;
        color: #a0a8b5;
        border-radius: 8px;
        font-size: 11px;
    }

        .student-dashboard-sidebar span.active {
            color: var(--edulynk-primary);
            background: var(--edulynk-primary-light);
        }

.student-dashboard-content {
    flex: 1;
    padding: 21px;
}

.student-dashboard-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 17px;
}

    .student-dashboard-heading small,
    .student-dashboard-heading span {
        display: block;
    }

    .student-dashboard-heading small {
        color: #98a2b3;
        font-size: 7px;
    }

    .student-dashboard-heading h3 {
        margin: 2px 0;
        color: var(--edulynk-dark);
        font-size: 16px;
        font-weight: 720;
    }

    .student-dashboard-heading span {
        color: #98a2b3;
        font-size: 7px;
    }

.student-date {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    color: #667085;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 8px;
    font-size: 7px;
}


/* STATS */

.student-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-bottom: 11px;
}

.student-stat-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 10px;
}

.student-stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    font-size: 12px;
}

    .student-stat-icon.blue {
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
    }

    .student-stat-icon.green {
        color: #079b89;
        background: #eaf9f6;
    }

    .student-stat-icon.orange {
        color: #e98a2b;
        background: #fff3e8;
    }

.student-stat-card small,
.student-stat-card strong {
    display: block;
}

.student-stat-card small {
    color: #98a2b3;
    font-size: 6px;
}

.student-stat-card strong {
    color: var(--edulynk-dark);
    font-size: 11px;
}


/* DASHBOARD GRID */

.student-dashboard-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 10px;
}

.student-planning-panel,
.student-homework-panel {
    padding: 13px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 11px;
}

.student-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .student-panel-heading small,
    .student-panel-heading strong {
        display: block;
    }

    .student-panel-heading small {
        color: #98a2b3;
        font-size: 6px;
    }

    .student-panel-heading strong {
        color: #344054;
        font-size: 8px;
    }

    .student-panel-heading > i {
        color: #a0a8b5;
        font-size: 8px;
    }

    .student-panel-heading > span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
        border-radius: 50%;
        font-size: 7px;
        font-weight: 700;
    }


/* COURSES */

.student-course-row {
    display: grid;
    grid-template-columns: 35px 3px 1fr;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f0f2f5;
}

    .student-course-row:last-child {
        border-bottom: 0;
    }

    .student-course-row > span {
        color: var(--edulynk-primary);
        font-size: 7px;
        font-weight: 700;
    }

.course-line {
    width: 3px;
    height: 27px;
    border-radius: 10px;
}

    .course-line.blue {
        background: #4f74e8;
    }

    .course-line.green {
        background: #20ad9b;
    }

    .course-line.purple {
        background: #9663ce;
    }

.student-course-row strong,
.student-course-row small {
    display: block;
}

.student-course-row strong {
    color: #344054;
    font-size: 8px;
}

.student-course-row small {
    color: #98a2b3;
    font-size: 6px;
}


/* HOMEWORK */

.homework-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 9px 0;
    border-bottom: 1px solid #f0f2f5;
}

    .homework-row:last-child {
        border-bottom: 0;
    }

.homework-check {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    background: #ffffff;
    border: 1.5px solid #cbd2dc;
    border-radius: 4px;
}

.homework-row strong,
.homework-row small {
    display: block;
}

.homework-row strong {
    color: #344054;
    font-size: 7px;
}

.homework-row small {
    color: #98a2b3;
    font-size: 6px;
}


/* FLOATING */

.student-floating-card {
    position: absolute;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 160px;
    padding: 11px 13px;
    background: rgba(255,255,255,0.97);
    border: 1px solid #e7ebf2;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(24, 38, 77, 0.15);
    backdrop-filter: blur(12px);
}

.student-floating-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 13px;
}

    .student-floating-icon.blue {
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
    }

    .student-floating-icon.green {
        color: #079b89;
        background: #eaf9f6;
    }

    .student-floating-icon.purple {
        color: #925bc8;
        background: #f5eefc;
    }

.student-floating-card small,
.student-floating-card strong {
    display: block;
}

.student-floating-card small {
    color: #98a2b3;
    font-size: 7px;
}

.student-floating-card strong {
    color: #344054;
    font-size: 9px;
}

.floating-student-grade {
    top: 5px;
    right: 20px;
}

.floating-student-homework {
    left: -10px;
    bottom: 55px;
}

.floating-student-document {
    right: -10px;
    bottom: 10px;
}


/* ================================================================
   FEATURES
   ================================================================ */

.students-features {
    padding: 120px 0;
    background: #ffffff;
}

.students-features-heading {
    max-width: 900px;
    margin-bottom: 55px;
}

.students-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.student-feature-card {
    min-height: 240px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--edulynk-border);
    border-radius: 20px;
    box-shadow: 0 7px 22px rgba(16, 24, 40, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .student-feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
    }

.student-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 27px;
    border-radius: 14px;
    font-size: 19px;
}

    .student-feature-icon.blue {
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
    }

    .student-feature-icon.green {
        color: #079b89;
        background: #eaf9f6;
    }

    .student-feature-icon.orange {
        color: #e88c31;
        background: #fff2e7;
    }

    .student-feature-icon.purple {
        color: #925bc8;
        background: #f5eefc;
    }

    .student-feature-icon.cyan {
        color: #168da9;
        background: #e9f7fa;
    }

    .student-feature-icon.pink {
        color: #bc5e94;
        background: #fbedf6;
    }

.student-feature-card h3 {
    margin-bottom: 10px;
    color: var(--edulynk-dark);
    font-size: 19px;
    font-weight: 700;
}

.student-feature-card p {
    margin: 0;
    color: var(--edulynk-muted);
    font-size: 13px;
    line-height: 1.7;
}


/* ================================================================
   PLANNING
   ================================================================ */

.students-planning {
    padding: 125px 0;
    background: #f8fafc;
}

.students-planning-row {
    row-gap: 55px;
}


/* WEEKLY */

.weekly-planning {
    max-width: 620px;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e4e9f0;
    border-radius: 23px;
    box-shadow: 0 28px 65px rgba(25, 40, 79, 0.11);
}

.weekly-planning-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

    .weekly-planning-header small {
        display: block;
        color: #98a2b3;
        font-size: 9px;
    }

    .weekly-planning-header h3 {
        margin: 2px 0 0;
        color: var(--edulynk-dark);
        font-size: 18px;
        font-weight: 720;
    }

.weekly-nav {
    display: flex;
    gap: 6px;
}

    .weekly-nav span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: #667085;
        background: #f8fafc;
        border: 1px solid #e8ebf0;
        border-radius: 8px;
        font-size: 9px;
    }

.weekly-days {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.weekly-day {
    min-height: 285px;
    padding: 10px;
    background: #f9fafc;
    border: 1px solid #eef1f4;
    border-radius: 13px;
}

    .weekly-day.active {
        background: #f4f7ff;
        border-color: #cfdaff;
    }

.weekly-day-title {
    margin-bottom: 16px;
    text-align: center;
}

    .weekly-day-title small,
    .weekly-day-title strong {
        display: block;
    }

    .weekly-day-title small {
        color: #98a2b3;
        font-size: 7px;
    }

    .weekly-day-title strong {
        color: #344054;
        font-size: 13px;
    }

.weekly-course {
    margin-bottom: 7px;
    padding: 8px;
    border-radius: 8px;
}

    .weekly-course span,
    .weekly-course strong {
        display: block;
    }

    .weekly-course span {
        margin-bottom: 2px;
        font-size: 6px;
    }

    .weekly-course strong {
        font-size: 7px;
    }

    .weekly-course.blue {
        color: #365ac9;
        background: #e8edff;
    }

    .weekly-course.green {
        color: #078d80;
        background: #e7f8f5;
    }

    .weekly-course.purple {
        color: #925cc4;
        background: #f4ecfb;
    }

    .weekly-course.orange {
        color: #c77b2c;
        background: #fff1e4;
    }

    .weekly-course.cyan {
        color: #168da9;
        background: #e9f7fa;
    }


/* PLANNING TEXT */

.students-planning-content {
    max-width: 600px;
    margin-left: auto;
    padding-left: 30px;
}

    .students-planning-content h2 {
        margin-bottom: 24px;
        color: var(--edulynk-dark);
        font-size: clamp(40px, 4vw, 58px);
        font-weight: 750;
        line-height: 1.07;
        letter-spacing: -2.3px;
    }

    .students-planning-content > p {
        margin-bottom: 31px;
        color: var(--edulynk-muted);
        font-size: 17px;
        line-height: 1.72;
    }

.students-check-list {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

    .students-check-list > div {
        display: flex;
        gap: 13px;
    }

        .students-check-list > div > span {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
            width: 29px;
            height: 29px;
            color: #ffffff;
            background: var(--edulynk-primary);
            border-radius: 50%;
            font-size: 13px;
        }

    .students-check-list strong {
        display: block;
        margin-bottom: 3px;
        color: var(--edulynk-dark);
        font-size: 14px;
    }

    .students-check-list p {
        margin: 0;
        color: var(--edulynk-muted);
        font-size: 13px;
        line-height: 1.65;
    }


/* ================================================================
   WORK
   ================================================================ */

.students-work {
    padding: 125px 0;
    background: #ffffff;
}

.students-work-heading {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 58px;
}

    .students-work-heading .section-title {
        margin-bottom: 0;
    }

.students-work-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.students-work-card {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e5e9f0;
    border-radius: 21px;
    box-shadow: 0 12px 35px rgba(16, 24, 40, 0.055);
}

.students-work-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.work-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    font-size: 18px;
}

    .work-card-icon.blue {
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
    }

    .work-card-icon.purple {
        color: #925bc8;
        background: #f5eefc;
    }

.students-work-card-header small {
    display: block;
    color: #98a2b3;
    font-size: 9px;
}

.students-work-card-header h3 {
    margin: 1px 0 0;
    color: var(--edulynk-dark);
    font-size: 18px;
    font-weight: 720;
}


/* TASKS */

.work-task {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 15px 0;
    border-bottom: 1px solid #edf0f4;
}

    .work-task:last-child {
        border-bottom: 0;
    }

.task-checkbox {
    width: 18px;
    height: 18px;
    border: 1.5px solid #cbd2dc;
    border-radius: 5px;
}

.work-task strong,
.work-task p {
    display: block;
}

.work-task strong {
    color: #344054;
    font-size: 12px;
}

.work-task p {
    margin: 1px 0 0;
    color: #98a2b3;
    font-size: 9px;
}

.task-date {
    padding: 5px 8px;
    color: #667085;
    background: #f8fafc;
    border-radius: 999px;
    font-size: 8px;
}

    .task-date.urgent {
        color: #c65f50;
        background: #fff0ed;
    }


/* DOCUMENTS */

.document-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 11px;
    padding: 13px 0;
    border-bottom: 1px solid #edf0f4;
}

    .document-row:last-child {
        border-bottom: 0;
    }

.document-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 15px;
}

    .document-icon.pdf {
        color: #d45c55;
        background: #fff0ef;
    }

    .document-icon.doc {
        color: #3b68db;
        background: #edf2ff;
    }

    .document-icon.image {
        color: #168da9;
        background: #e9f7fa;
    }

.document-row strong,
.document-row p {
    display: block;
}

.document-row strong {
    color: #344054;
    font-size: 11px;
}

.document-row p {
    margin: 1px 0 0;
    color: #98a2b3;
    font-size: 8px;
}

.document-row > i {
    color: #98a2b3;
    font-size: 12px;
}


/* ================================================================
   APPS
   ================================================================ */

.students-apps {
    padding: 120px 0;
    background: #f8fafc;
}

    .students-apps .edulynk-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 100px;
    }

.students-apps-content {
    max-width: 650px;
}

.students-apps-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--edulynk-primary);
    font-size: 14px;
    font-weight: 700;
}

.students-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.student-platform-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 185px;
    padding: 24px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 19px;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.055);
}

    .student-platform-card > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 51px;
        height: 51px;
        margin-bottom: 16px;
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
        border-radius: 14px;
        font-size: 21px;
    }

    .student-platform-card small {
        color: #98a2b3;
        font-size: 9px;
    }

    .student-platform-card strong {
        color: var(--edulynk-dark);
        font-size: 18px;
    }


/* ================================================================
   SECURITY
   ================================================================ */

.students-security {
    padding: 100px 0;
    background: #ffffff;
}

.students-security-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 48px 50px;
    background: linear-gradient( 135deg, #f7fbfa, #f9fbff );
    border: 1px solid #e4eeeb;
    border-radius: 25px;
}

.students-security-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    color: #079b89;
    background: #e5f7f3;
    border-radius: 18px;
    font-size: 29px;
}

.students-security-content {
    max-width: 700px;
}

    .students-security-content > span {
        display: block;
        margin-bottom: 6px;
        color: var(--edulynk-primary);
        font-size: 12px;
        font-weight: 700;
    }

    .students-security-content h2 {
        margin-bottom: 8px;
        color: var(--edulynk-dark);
        font-size: 27px;
        font-weight: 720;
        line-height: 1.25;
        letter-spacing: -0.8px;
    }

    .students-security-content p {
        margin: 0;
        color: var(--edulynk-muted);
        font-size: 14px;
        line-height: 1.65;
    }

.students-security-points {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .students-security-points div {
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        color: #475467;
        font-size: 12px;
    }

    .students-security-points i {
        color: #11a390;
    }


/* ================================================================
   CTA
   ================================================================ */

.students-cta {
    padding: 20px 0 110px;
    background: #ffffff;
}

.students-cta-card {
    position: relative;
    overflow: hidden;
    padding: 85px 65px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient( 135deg, #204bd0, #416fee 65%, #557ff3 );
    border-radius: 32px;
    box-shadow: 0 30px 70px rgba(49, 88, 201, 0.24);
}

.students-cta-glow {
    position: absolute;
    top: -240px;
    left: 50%;
    width: 700px;
    height: 550px;
    background: radial-gradient( circle, rgba(255,255,255,0.17), rgba(255,255,255,0) 68% );
    transform: translateX(-50%);
}

.students-cta-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
}

    .students-cta-content > span {
        display: block;
        margin-bottom: 16px;
        color: rgba(255,255,255,0.75);
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.2px;
    }

    .students-cta-content h2 {
        margin-bottom: 20px;
        color: #ffffff;
        font-size: clamp(39px, 4.4vw, 61px);
        font-weight: 750;
        line-height: 1.08;
        letter-spacing: -2.4px;
    }

    .students-cta-content p {
        max-width: 620px;
        margin: 0 auto 30px;
        color: rgba(255,255,255,0.80);
        font-size: 17px;
        line-height: 1.7;
    }

.students-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
}

.students-cta-primary,
.students-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 51px;
    padding: 0 21px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 650;
    transition: all 0.2s ease;
}

.students-cta-primary {
    color: #2751c3;
    background: #ffffff;
}

    .students-cta-primary:hover {
        color: #2751c3;
        transform: translateY(-1px);
    }

.students-cta-secondary {
    color: #ffffff;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.18);
}

    .students-cta-secondary:hover {
        color: #ffffff;
        background: rgba(255,255,255,0.14);
    }


/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1399.98px) {

    .students-hero h1 {
        font-size: clamp(48px, 4.1vw, 65px);
        letter-spacing: -3.2px;
    }

    .students-hero-visual {
        margin-left: 5px;
    }
}


@media (max-width: 1199.98px) {

    .students-hero {
        padding: 90px 0 100px;
    }

        .students-hero h1 {
            font-size: 56px;
            letter-spacing: -3px;
        }

    .student-dashboard {
        left: 0;
    }

    .students-apps .edulynk-container {
        gap: 60px;
    }
}


@media (max-width: 991.98px) {

    .students-hero {
        padding: 80px 0 95px;
    }

    .students-hero-content {
        max-width: 720px;
        padding-right: 0;
    }

    .students-hero h1 {
        max-width: 720px;
        font-size: 60px;
    }

    .students-hero-visual {
        max-width: 720px;
        min-height: 580px;
        margin: 60px auto 0;
    }

    .student-dashboard {
        left: 50%;
        transform: translateX(-50%);
    }

    .students-planning-content {
        max-width: 720px;
        margin: auto;
        padding-left: 0;
    }

    .weekly-planning {
        margin: auto;
    }

    .students-work-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .students-apps .edulynk-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .students-platform-grid {
        max-width: 650px;
    }

    .students-security-card {
        grid-template-columns: auto 1fr;
    }

    .students-security-points {
        grid-column: 2;
    }
}


@media (max-width: 767.98px) {

    .students-hero {
        padding: 60px 0 75px;
    }

        .students-hero h1 {
            font-size: clamp(43px, 12vw, 58px);
            letter-spacing: -2.8px;
        }

    .students-hero-description {
        font-size: 16px;
    }

    .students-hero-actions {
        flex-direction: column;
    }

    .students-primary-button,
    .students-secondary-button {
        width: 100%;
    }

    .students-hero-visual {
        min-height: 455px;
        margin-top: 45px;
    }

    .student-dashboard {
        width: 125%;
        transform: translateX(-50%) scale(0.78);
        transform-origin: top center;
    }

    .student-floating-card {
        transform: scale(0.82);
    }

    .floating-student-grade {
        right: -15px;
    }

    .floating-student-homework {
        left: -15px;
        bottom: 20px;
    }

    .floating-student-document {
        display: none;
    }

    .students-features,
    .students-planning,
    .students-work,
    .students-apps {
        padding: 80px 0;
    }

    .students-features-grid {
        grid-template-columns: 1fr;
    }

    .student-feature-card {
        min-height: auto;
    }

    .students-planning-content h2 {
        font-size: 40px;
        letter-spacing: -1.8px;
    }

    .weekly-planning {
        padding: 18px;
        overflow-x: auto;
    }

    .weekly-days {
        min-width: 570px;
    }

    .students-work-grid {
        grid-template-columns: 1fr;
    }

    .students-platform-grid {
        grid-template-columns: 1fr;
    }

    .student-platform-card {
        min-height: 130px;
    }

    .students-security-card {
        display: block;
        padding: 30px;
    }

    .students-security-icon {
        margin-bottom: 22px;
    }

    .students-security-points {
        margin-top: 23px;
    }

    .students-cta-card {
        padding: 60px 25px;
        border-radius: 24px;
    }
}


@media (max-width: 575.98px) {

    .students-hero {
        padding-top: 50px;
    }

        .students-hero h1 {
            font-size: clamp(40px, 12vw, 52px);
            letter-spacing: -2.4px;
        }

    .students-hero-points {
        flex-direction: column;
        gap: 8px;
    }

    .students-hero-visual {
        min-height: 390px;
    }

    .student-dashboard {
        width: 145%;
        transform: translateX(-50%) scale(0.63);
    }

    .student-floating-card {
        display: none;
    }
}


@media (max-width: 420px) {

    .students-hero h1 {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .students-eyebrow {
        font-size: 11px;
    }
}
