﻿/* ================================================================
   EDULYNK WEBSITE
   Homepage
   ================================================================ */


/* ================================================================
   HERO
   ================================================================ */

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 105px 0 115px;
    background: linear-gradient( 180deg, #ffffff 0%, #fbfcff 72%, #f8faff 100% );
}

.hero-row {
    position: relative;
    z-index: 2;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.hero-glow-one {
    top: -250px;
    right: -160px;
    width: 700px;
    height: 700px;
    background: radial-gradient( circle, rgba(72, 112, 255, 0.12) 0%, rgba(72, 112, 255, 0) 68% );
}

.hero-glow-two {
    bottom: -300px;
    left: -250px;
    width: 650px;
    height: 650px;
    background: radial-gradient( circle, rgba(19, 184, 166, 0.08) 0%, rgba(19, 184, 166, 0) 70% );
}


/* HERO CONTENT */

.hero-content {
    max-width: 650px;
    padding-right: 20px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 26px;
    padding: 7px 13px 7px 8px;
    color: #3557bc;
    background: #f2f5ff;
    border: 1px solid #e2e8ff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 650;
}

.hero-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #ffffff;
    background: var(--edulynk-primary);
    border-radius: 50%;
}

.hero-title {
    margin: 0 0 28px;
    color: var(--edulynk-dark);
    font-size: clamp(56px, 5.4vw, 82px);
    font-weight: 780;
    line-height: 0.99;
    letter-spacing: -4.5px;
}

    .hero-title span {
        color: var(--edulynk-primary);
    }

.hero-description {
    max-width: 600px;
    margin-bottom: 32px;
    color: var(--edulynk-muted);
    font-size: 19px;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.hero-primary-button,
.hero-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;
}

.hero-primary-button {
    color: #ffffff;
    background: linear-gradient( 135deg, var(--edulynk-primary), #4d79f5 );
    box-shadow: 0 10px 25px rgba(55, 103, 240, 0.24);
}

    .hero-primary-button:hover {
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(55, 103, 240, 0.31);
    }

.hero-secondary-button {
    color: var(--edulynk-dark);
    background: #ffffff;
    border: 1px solid var(--edulynk-border);
}

    .hero-secondary-button:hover {
        color: var(--edulynk-primary);
        background: #fbfcff;
        border-color: #ccd7f7;
    }

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--edulynk-muted);
    font-size: 13px;
}

    .hero-trust-item i {
        color: var(--edulynk-secondary);
    }


/* ================================================================
   HERO VISUAL
   ================================================================ */

.hero-visual {
    position: relative;
    min-height: 590px;
    margin-left: 15px;
}

.dashboard-window {
    position: absolute;
    top: 37px;
    left: 0;
    width: 100%;
    max-width: 655px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(221, 226, 236, 0.95);
    border-radius: 22px;
    box-shadow: 0 35px 80px rgba(27, 39, 80, 0.16);
}

.dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px;
    padding: 0 18px;
    border-bottom: 1px solid #eef1f5;
}

.dashboard-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--edulynk-dark);
    font-size: 13px;
}

.mini-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: white;
    background: var(--edulynk-primary);
    border-radius: 8px;
    font-size: 12px;
}

.dashboard-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .dashboard-top-actions > span {
        width: 25px;
        height: 7px;
        background: #eef1f5;
        border-radius: 10px;
    }

.dashboard-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    color: #ffffff;
    background: #7c94dd;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
}

.dashboard-body {
    display: flex;
    height: 404px;
    background: #f8fafc;
}

.dashboard-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 55px;
    padding-top: 18px;
    background: #ffffff;
    border-right: 1px solid #eef1f5;
}

.sidebar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #a1a9b8;
    border-radius: 8px;
    font-size: 12px;
}

    .sidebar-item.active {
        color: var(--edulynk-primary);
        background: var(--edulynk-primary-light);
    }

.dashboard-content {
    flex: 1;
    padding: 22px;
}

.dashboard-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

    .dashboard-heading small {
        display: block;
        margin-bottom: 2px;
        color: #98a2b3;
        font-size: 9px;
    }

    .dashboard-heading h3 {
        margin: 0;
        color: var(--edulynk-dark);
        font-size: 17px;
        font-weight: 700;
    }

.student-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 9px;
    background: #ffffff;
    border: 1px solid #e6eaf0;
    border-radius: 9px;
}

.student-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #3154c5;
    background: #e8eeff;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 700;
}

.student-selector span {
    display: block;
    color: #344054;
    font-size: 9px;
    font-weight: 650;
}

.student-selector small {
    display: block;
    color: #98a2b3;
    font-size: 7px;
}

.student-selector i {
    margin-left: 4px;
    color: #98a2b3;
    font-size: 8px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.dashboard-stat {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 65px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 11px;
}

.stat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 14px;
}

    .stat-icon.blue {
        color: #3d68e8;
        background: #edf2ff;
    }

    .stat-icon.green {
        color: #079b89;
        background: #eaf9f6;
    }

    .stat-icon.orange {
        color: #ef8b29;
        background: #fff4e9;
    }

.dashboard-stat small {
    display: block;
    color: #98a2b3;
    font-size: 7px;
}

.dashboard-stat strong {
    color: var(--edulynk-dark);
    font-size: 15px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 12px;
}

.dashboard-panel {
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 12px;
}

.chart-panel {
    padding: 14px;
}

.schedule-panel {
    padding: 14px;
}

.panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .panel-header small {
        display: block;
        color: #98a2b3;
        font-size: 7px;
    }

    .panel-header strong {
        display: block;
        color: #344054;
        font-size: 9px;
    }

    .panel-header > span {
        color: #98a2b3;
        font-size: 7px;
    }

.fake-chart {
    position: relative;
    height: 115px;
    overflow: hidden;
}

.chart-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #f0f2f5;
}

.line-1 {
    top: 10%;
}

.line-2 {
    top: 30%;
}

.line-3 {
    top: 50%;
}

.line-4 {
    top: 70%;
}

.line-5 {
    top: 90%;
}

.chart-bars {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 0 10px 6px;
}

    .chart-bars i {
        display: block;
        width: 14px;
        background: linear-gradient( 180deg, #7090fa, #3e68e9 );
        border-radius: 4px 4px 2px 2px;
    }

.schedule-row {
    display: flex;
    gap: 9px;
    padding: 8px 0;
    border-bottom: 1px solid #f1f3f6;
}

    .schedule-row:last-child {
        border-bottom: 0;
    }

    .schedule-row > span {
        min-width: 30px;
        color: #5576d5;
        font-size: 7px;
        font-weight: 650;
    }

    .schedule-row strong {
        display: block;
        color: #344054;
        font-size: 8px;
    }

    .schedule-row small {
        display: block;
        color: #98a2b3;
        font-size: 7px;
    }


/* PHONE */

.phone-mockup {
    position: absolute;
    right: -32px;
    bottom: 0;
    width: 191px;
    height: 375px;
    padding: 7px;
    background: #151922;
    border-radius: 30px;
    box-shadow: 0 30px 60px rgba(13, 20, 40, 0.28);
    transform: rotate(2.5deg);
    z-index: 4;
}

.phone-screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 30px 14px 14px;
    background: #f7f9fc;
    border-radius: 24px;
}

.phone-speaker {
    position: absolute;
    top: 13px;
    left: 50%;
    z-index: 8;
    width: 53px;
    height: 5px;
    background: #2c3038;
    border-radius: 10px;
    transform: translateX(-50%);
}

.phone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .phone-header small {
        display: block;
        color: #98a2b3;
        font-size: 7px;
    }

    .phone-header strong {
        color: #253047;
        font-size: 10px;
    }

.phone-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #ffffff;
    background: #7288ca;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 700;
}

.phone-student-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px;
    margin-bottom: 17px;
    background: #ffffff;
    border: 1px solid #e9edf4;
    border-radius: 11px;
}

.phone-student-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #3458c7;
    background: #e9efff;
    border-radius: 9px;
    font-size: 8px;
    font-weight: 700;
}

.phone-student-card > div:nth-child(2) {
    flex: 1;
}

.phone-student-card strong {
    display: block;
    color: #344054;
    font-size: 8px;
}

.phone-student-card small {
    display: block;
    color: #98a2b3;
    font-size: 7px;
}

.phone-student-card i {
    color: #98a2b3;
    font-size: 8px;
}

.phone-title {
    margin-bottom: 8px;
    color: #253047;
    font-size: 9px;
    font-weight: 700;
}

.phone-info-card {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 9px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 10px;
}

.phone-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #3d68e8;
    background: #edf2ff;
    border-radius: 8px;
    font-size: 11px;
}

    .phone-info-icon.green {
        color: #079b89;
        background: #eaf9f6;
    }

.phone-info-card small {
    display: block;
    color: #98a2b3;
    font-size: 6px;
}

.phone-info-card strong {
    display: block;
    color: #344054;
    font-size: 7px;
}


/* FLOATING */

.floating-card {
    position: absolute;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 150px;
    padding: 10px 13px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #edf0f5;
    border-radius: 13px;
    box-shadow: 0 15px 40px rgba(23, 34, 69, 0.14);
    backdrop-filter: blur(15px);
}

.floating-card-note {
    top: 4px;
    right: 40px;
}

.floating-card-notification {
    bottom: 53px;
    left: -44px;
}

.floating-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #3d68e8;
    background: #edf2ff;
    border-radius: 10px;
}

    .floating-icon.green {
        color: #079b89;
        background: #eaf9f6;
    }

.floating-card small {
    display: block;
    color: #98a2b3;
    font-size: 8px;
}

.floating-card strong {
    display: block;
    color: #344054;
    font-size: 10px;
}


/* ================================================================
   INTRO
   ================================================================ */

.home-intro {
    padding: 120px 0;
    background: #ffffff;
}

.intro-heading {
    max-width: 900px;
    margin-bottom: 55px;
}

.audience-grid {
    row-gap: 24px;
}

.audience-card {
    display: block;
    height: 100%;
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--edulynk-border);
    border-radius: 22px;
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.04);
    transition: all 0.25s ease;
}

    .audience-card:hover {
        transform: translateY(-5px);
        border-color: #d8e0f4;
        box-shadow: 0 18px 45px rgba(16, 24, 40, 0.09);
    }

.audience-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    color: var(--edulynk-primary);
    background: var(--edulynk-primary-light);
    border-radius: 15px;
    font-size: 22px;
}

    .audience-icon.parents {
        color: #079b89;
        background: #eaf9f6;
    }

    .audience-icon.students {
        color: #9a62d8;
        background: #f5effc;
    }

.audience-label {
    display: block;
    margin-bottom: 10px;
    color: var(--edulynk-primary);
    font-size: 12px;
    font-weight: 700;
}

.audience-card h3 {
    margin-bottom: 15px;
    color: var(--edulynk-dark);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.6px;
}

.audience-card p {
    margin-bottom: 26px;
    color: var(--edulynk-muted);
    font-size: 14px;
    line-height: 1.75;
}

.audience-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--edulynk-primary);
    font-size: 13px;
    font-weight: 650;
}


/* ================================================================
   FEATURES
   ================================================================ */

.home-features {
    padding: 120px 0;
    background: #f8fafc;
}

.features-heading {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 60px;
}

    .features-heading .section-title {
        margin-bottom: 0;
    }

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.feature-card {
    min-height: 240px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 19px;
}

.feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 30px;
    color: var(--edulynk-primary);
    background: var(--edulynk-primary-light);
    border-radius: 12px;
    font-size: 18px;
}

.feature-card h3 {
    margin-bottom: 10px;
    color: var(--edulynk-dark);
    font-size: 18px;
    font-weight: 700;
}

.feature-card p {
    margin: 0;
    color: var(--edulynk-muted);
    font-size: 14px;
    line-height: 1.7;
}


/* ================================================================
   FAMILY
   ================================================================ */

.home-family {
    padding: 120px 0;
    background: #ffffff;
}

.family-card {
    overflow: hidden;
    padding: 70px;
    background: linear-gradient( 135deg, #f4f7ff, #f9fbff );
    border: 1px solid #e5eaf7;
    border-radius: 32px;
}

.family-content {
    max-width: 570px;
}

    .family-content h2 {
        margin-bottom: 25px;
        color: var(--edulynk-dark);
        font-size: clamp(38px, 4vw, 58px);
        font-weight: 750;
        line-height: 1.08;
        letter-spacing: -2.3px;
    }

        .family-content h2 span {
            color: var(--edulynk-primary);
        }

    .family-content p {
        max-width: 530px;
        margin-bottom: 28px;
        color: var(--edulynk-muted);
        font-size: 17px;
        line-height: 1.7;
    }

.family-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--edulynk-primary);
    font-size: 14px;
    font-weight: 700;
}

.family-demo {
    max-width: 490px;
    margin-left: auto;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e6eaf1;
    border-radius: 22px;
    box-shadow: 0 25px 55px rgba(24, 41, 89, 0.10);
}

.family-profile {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 12px;
    padding: 15px;
    border: 1px solid #edf0f4;
    border-radius: 14px;
}

    .family-profile.active {
        border-color: #ccd8ff;
        background: #f6f8ff;
    }

.family-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 47px;
    height: 47px;
    color: #365ac9;
    background: #e7edff;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 700;
}

    .family-avatar.pink {
        color: #a85d95;
        background: #f8eaf5;
    }

.family-profile-info {
    flex: 1;
}

    .family-profile-info strong,
    .family-profile-info span,
    .family-profile-info small {
        display: block;
    }

    .family-profile-info strong {
        color: var(--edulynk-dark);
        font-size: 13px;
    }

    .family-profile-info span {
        color: #667085;
        font-size: 11px;
    }

    .family-profile-info small {
        color: #98a2b3;
        font-size: 10px;
    }

.family-status {
    padding: 5px 8px;
    color: #365ac9;
    background: #e7edff;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
}

.family-profile > i {
    color: #98a2b3;
}

.family-switch-info {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    padding: 12px 14px;
    color: #667085;
    background: #f8fafc;
    border-radius: 11px;
    font-size: 11px;
}

    .family-switch-info i {
        color: var(--edulynk-primary);
    }


/* ================================================================
   APPS
   ================================================================ */

.home-apps {
    padding: 120px 0;
    background: #f8fafc;
}

    .home-apps .edulynk-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 100px;
    }

.apps-heading .section-title {
    margin-bottom: 22px;
}

.apps-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--edulynk-primary);
    font-size: 14px;
    font-weight: 700;
}

.apps-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.app-platform-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 22px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e8ebf0;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.05);
}

.app-platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    margin-bottom: 15px;
    color: var(--edulynk-primary);
    background: var(--edulynk-primary-light);
    border-radius: 14px;
    font-size: 21px;
}

.app-platform-card small {
    color: #98a2b3;
    font-size: 10px;
}

.app-platform-card strong {
    color: var(--edulynk-dark);
    font-size: 18px;
}


/* ================================================================
   SECURITY
   ================================================================ */

.home-security {
    padding: 100px 0;
    background: #ffffff;
}

.security-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    padding: 45px 50px;
    background: #f9fafb;
    border: 1px solid #e9ecf1;
    border-radius: 24px;
}

.security-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    color: #079b89;
    background: #eaf9f6;
    border-radius: 17px;
    font-size: 28px;
}

.security-content span {
    display: block;
    margin-bottom: 6px;
    color: var(--edulynk-primary);
    font-size: 12px;
    font-weight: 700;
}

.security-content h2 {
    margin-bottom: 8px;
    color: var(--edulynk-dark);
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.security-content p {
    max-width: 760px;
    margin: 0;
    color: var(--edulynk-muted);
    font-size: 14px;
    line-height: 1.65;
}

.security-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    color: var(--edulynk-primary);
    font-size: 13px;
    font-weight: 700;
}


/* ================================================================
   CTA
   ================================================================ */

.home-cta {
    padding: 20px 0 110px;
    background: #ffffff;
}

.cta-card {
    position: relative;
    overflow: hidden;
    padding: 85px 70px;
    text-align: center;
    color: #ffffff;
    background: linear-gradient( 135deg, #1f4bd2, #416fee 65%, #547cf1 );
    border-radius: 32px;
    box-shadow: 0 30px 70px rgba(49, 88, 201, 0.24);
}

.cta-glow {
    position: absolute;
    top: -250px;
    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%);
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

.cta-eyebrow {
    display: block;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.cta-content h2 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(39px, 4.5vw, 62px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -2.5px;
}

.cta-content p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
}

.cta-primary,
.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;
}

.cta-primary {
    color: #274ebd;
    background: #ffffff;
}

    .cta-primary:hover {
        color: #274ebd;
        transform: translateY(-1px);
    }

.cta-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

    .cta-secondary:hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.14);
    }


/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1199.98px) {

    .home-hero {
        padding-top: 80px;
    }

    .hero-title {
        font-size: 62px;
        letter-spacing: -3.5px;
    }

    .hero-visual {
        min-height: 540px;
    }

    .phone-mockup {
        right: -5px;
    }

    .floating-card-notification {
        left: -15px;
    }

    .family-card {
        padding: 55px;
    }

    .home-apps .edulynk-container {
        gap: 60px;
    }
}


@media (max-width: 991.98px) {

    .home-hero {
        padding: 75px 0 90px;
    }

    .hero-content {
        max-width: 700px;
        padding-right: 0;
    }

    .hero-visual {
        max-width: 720px;
        margin: 70px auto 0;
    }

    .features-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .family-demo {
        margin: 55px auto 0;
    }

    .home-apps .edulynk-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .apps-platforms {
        max-width: 650px;
    }

    .security-card {
        grid-template-columns: auto 1fr;
    }

    .security-link {
        grid-column: 2;
    }
}


@media (max-width: 767.98px) {

    .home-hero {
        padding: 55px 0 70px;
    }

    .hero-title {
        font-size: clamp(47px, 14vw, 62px);
        letter-spacing: -3px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-primary-button,
    .hero-secondary-button {
        width: 100%;
    }

    .hero-trust {
        gap: 10px 18px;
    }

    .hero-visual {
        min-height: 440px;
        margin-top: 55px;
    }

    .dashboard-window {
        top: 20px;
        transform: scale(0.92);
        transform-origin: top left;
    }

    .phone-mockup {
        right: -5px;
        bottom: -5px;
        transform: scale(0.82) rotate(2deg);
        transform-origin: bottom right;
    }

    .floating-card {
        transform: scale(0.86);
    }

    .floating-card-note {
        top: -10px;
        right: 0;
    }

    .floating-card-notification {
        bottom: 25px;
        left: -15px;
    }

    .home-intro,
    .home-features,
    .home-family,
    .home-apps {
        padding: 80px 0;
    }

    .intro-heading {
        margin-bottom: 38px;
    }

    .audience-card {
        padding: 26px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: auto;
    }

    .family-card {
        padding: 38px 25px;
        border-radius: 24px;
    }

    .family-content h2 {
        font-size: 40px;
        letter-spacing: -1.8px;
    }

    .apps-platforms {
        grid-template-columns: 1fr;
    }

    .app-platform-card {
        min-height: 130px;
    }

    .security-card {
        display: block;
        padding: 30px;
    }

    .security-icon {
        margin-bottom: 22px;
    }

    .security-content h2 {
        font-size: 24px;
    }

    .security-link {
        margin-top: 20px;
    }

    .home-security {
        padding: 75px 0;
    }

    .home-cta {
        padding-bottom: 80px;
    }

    .cta-card {
        padding: 60px 25px;
        border-radius: 24px;
    }
}


@media (max-width: 575.98px) {

    .hero-visual {
        min-height: 365px;
    }

    .dashboard-window {
        width: 118%;
        transform: scale(0.76);
    }

    .phone-mockup {
        transform: scale(0.67) rotate(2deg);
    }

    .floating-card {
        display: none;
    }

    .family-profile {
        padding: 12px;
    }

    .family-status {
        display: none;
    }
}
