/* Experience Page */
.experience-page {
    background-color: #f3f3f4;
}

/* Active nav link highlight for BBX Swift */
.experience-page .nav-links a.active {
    color: #7b5fed;
    font-weight: 600;
    position: relative;
}

.experience-page .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #7b5fed;
    border-radius: 2px;
}

.experience-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 4px 70px 48px;
}

.experience-hero {
    display: grid;
    grid-template-columns: 1fr 540px;
    gap: 36px;
    align-items: center;
    min-height: 680px;
}

.experience-copy {
    max-width: 560px;
    padding-bottom: 60px;
}

.experience-badge-logo {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 18px;
}

.experience-copy h1 {
    font-size: clamp(2.65rem, 3.75vw, 4.2rem);
    line-height: 1.25;
    font-weight: 500;
    color: #0c0f14;
    margin-bottom: 16px;
}

.experience-copy p {
    max-width: 470px;
    color: #2f333a;
    font-size: 1.14rem;
    line-height: 1.6;
    margin-bottom: 26px;
}

.experience-actions {
    display: flex;
    gap: 12px;
}

.experience-btn-primary {
    background-color: #7b5fed;
    color: #ffffff;
    padding: 14px 30px;
    min-width: 164px;
    text-align: center;
}

.experience-btn-light {
    background-color: #ececf0;
    color: #7b5fed;
    padding: 14px 28px;
    min-width: 106px;
    text-align: center;
}

.experience-visuals {
    display: grid;
    grid-template-columns: 293.37px 302.42px;
    gap: 9px;
    align-items: end;
    justify-content: end;
}

.experience-card {
    position: relative;
}

.experience-card-right {
    transform: translateY(-52px);
}

.experience-card .experience-photo {
    width: 100%;
    display: block;
    object-fit: cover;
}

.experience-card-left .experience-photo {
    height: 440px;
}

.experience-card-right .experience-photo {
    height: 378px;
}

.experience-tag {
    font-size: 1.05rem;
    color: #6d727a;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 8px;
}

.experience-card-right .experience-tag {
    margin: 10px 0 0;
}

.experience-leaf-image {
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: 3;
}

.experience-leaf-image-purple {
    left: -10px;
    bottom: -14px;
    width: 86.51px;
    height: 89.31px;
}

.experience-leaf-image-green {
    right: -8px;
    bottom: 20px;
    width: 36.62px;
    height: 92.53px;
    transform: rotate(-22.1deg);
}

.experience-trusted {
    margin-top: 40px;
    background-color: #f3f3f4;
    border: none;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 24px;
}

.experience-trusted h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.18px;
    color: #000000;
    margin-bottom: 16px;
}

.experience-trusted-logos {
    width: min(1086.2px, 100%);
    min-height: 109.93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.experience-trusted-logos img {
    width: auto;
    max-height: 43.66px;
    object-fit: contain;
    flex: 0 1 auto;
}

.experience-campus-section {
    margin-top: 18px;
    background-color: #fffcf5;
    min-height: 676px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 40px 56px 40px 84px;
}

.experience-campus-copy {
    flex: 0 0 531px;
    max-width: 531px;
}

.experience-campus-kicker {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.18px;
    color: #8b8f95;
    margin-bottom: 12px;
}

.experience-campus-copy h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    color: #212529;
    margin-bottom: 26px;
}

.experience-campus-list {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
}

.experience-campus-list li {
    position: relative;
    padding-left: 34px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.7px;
    color: #3f4349;
    margin-bottom: 12px;
}

.experience-campus-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #8d79f5;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
}

.experience-campus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 143px;
    height: 49px;
    border-radius: 999px;
    background-color: #e5e5e5;
    color: #1f2329;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}

.experience-campus-section > img {
    flex: 1 1 0%;
    min-width: 0;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Advanced Testing Section */
.experience-advanced-testing {
    background-color: #ffffff;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.advanced-testing-container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.advanced-testing-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.advanced-testing-badge {
    background-color: #F4EEFF;
    color: #7B5FED;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
}

.advanced-testing-header h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    color: #333333;
    margin: 0 0 16px;
    max-width: 858px;
}

.advanced-testing-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    letter-spacing: -0.18px;
    max-width: 585px;
    margin: 0;
}

.advanced-testing-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

/* Problem card fills full column height */
.testing-card.problem-card {
    height: 100%;
    box-sizing: border-box;
}

.testing-card {
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 32px;
}

.state-card {
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 18px 20px;
}

.testing-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}

/* Right col: cards grow to fill the full column height evenly */
.testing-col-alerts {
    justify-content: space-between;
}

.testing-col-alerts .state-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.problem-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1f2329;
    margin: 0 0 20px;
}

.problem-card p, .problem-card li {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    margin: 0 0 16px;
}

.problem-card ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.problem-card li {
    margin-bottom: 12px;
}

.problem-card code {
    background-color: #EBEBEB;
    padding: 3px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 13px;
    color: #333333;
}

.problem-faded {
    opacity: 0.3;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.state-card h4 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
}

.color-success { color: #27AE60; }
.color-warning { color: #F2994A; }
.color-danger { color: #EB5757; }
.color-text { color: #333333; }

.test-item {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 9px 14px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #8b8f95;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.test-item:last-child {
    margin-bottom: 0;
}

.test-item-icon {
    font-size: 14px;
}

.test-item-right {
    margin-left: auto;
    color: #A0AAB4;
}

.test-item-faded {
    opacity: 0.4;
}

.alert-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}

/* Code Section */
.experience-code-section {
    background-color: #f8fbff;
    padding: 92px 120px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

.experience-code-image {
    width: 655px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.experience-code-copy {
    width: 444px;
    flex-shrink: 0;
}

.experience-code-copy h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    color: #212529;
    margin: 0 0 24px;
}

.experience-code-copy .experience-campus-kicker {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #8b8f95;
    margin-bottom: 12px;
}

.experience-code-list {
    margin: 0;
}

.experience-code-list li {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #3f4349;
    margin-bottom: 22px;
}

@media (max-width: 1100px) {
    .experience-advanced-testing {
        padding: 60px 24px;
    }

    .advanced-testing-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .advanced-testing-header h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .experience-main {
        padding: 30px 24px 20px;
    }

    .experience-hero {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
    }

    .experience-copy {
        padding-bottom: 0;
    }

    .experience-visuals {
        justify-content: start;
    }

    .experience-trusted {
        min-height: auto;
    }

    .experience-code-section {
        flex-direction: column;
        padding: 60px 24px;
        gap: 40px;
    }

    .experience-code-image {
        width: 100%;
        height: auto;
    }

    .experience-code-copy {
        width: 100%;
        max-width: 100%;
    }

    .experience-code-copy h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .experience-trusted-logos {
        justify-content: center;
        flex-wrap: wrap;
        min-height: auto;
    }

    .experience-campus-section {
        flex-direction: column;
        gap: 18px;
        min-height: auto;
        padding: 28px 20px;
    }

    .experience-campus-copy {
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }

    .experience-campus-kicker {
        font-size: 1.4rem;
    }

    .experience-campus-copy h2 {
        font-size: 2.6rem;
    }

    .experience-campus-list li {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    .experience-campus-btn {
        font-size: 1.1rem;
        min-width: 128px;
        height: 46px;
    }

    .experience-campus-section > img {
        width: 100%;
        height: auto;
        transform: none;
    }
}

@media (max-width: 768px) {
    .experience-visuals {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 330px;
    }

    .experience-card-left img,
    .experience-card-right img {
        height: auto;
    }

    .experience-card-right {
        transform: none;
    }

    .experience-trusted {
        margin-top: 28px;
        padding: 20px 12px;
    }

    .experience-trusted h2 {
        font-size: 1.5rem;
    }

    .experience-trusted-logos {
        gap: 16px;
    }

    .experience-trusted-logos img {
        max-height: 34px;
    }

    .experience-copy h1 {
        font-size: 2.2rem;
    }
}

/* Customizable Labs Section */
.experience-customizable-labs {
    background-color: #F9FAFF;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #E5E7EB;
}

.customizable-labs-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.labs-copy {
    max-width: 480px;
    font-family: 'Roboto', sans-serif;
}

.labs-copy h2 {
    font-size: 42px;
    font-weight: 500;
    color: #212529;
    margin-bottom: 24px;
    line-height: 1.2;
}

.labs-copy p {
    font-size: 16px;
    color: #6C757D;
    line-height: 1.6;
    margin-bottom: 32px;
}

.labs-btn {
    background-color: #68A8F9;
    color: white;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    transition: background-color 0.3s;
}

.labs-btn:hover {
    background-color: #5591de;
}

.labs-visual {
    position: relative;
    width: 760px;
    height: 430px;
    overflow: hidden;
}

.labs-languages-summary {
    position: absolute;
    top: 120px;
    left: 0;
    text-align: left;
    z-index: 10;
}

.labs-languages-summary h3 {
    font-size: 44px;
    font-weight: 500;
    color: #212529;
    margin: 0;
}

.labs-languages-summary p {
    font-size: 15px;
    color: #6C757D;
    margin: 0;
}

.lab-lang-card {
    position: absolute;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 1.26px 1.26px 3.77px rgba(0, 0, 0, 0.08);
    border: 1px solid #E5E7EB;
    width: 310px;
    transition: transform 0.2s;
}

.lab-lang-card:hover {
    transform: translateY(-4px);
    z-index: 10 !important;
}

.lang-header {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Inter', sans-serif;
    color: #212529;
}

.lang-body {
    padding: 14px 16px;
    font-family: monospace;
    font-size: 13px;
    color: #495057;
    background: white;
    display: flex;
    gap: 12px;
}

.line-num {
    color: #ADB5BD;
}

/* Card Positioning and Colors */
.python-card {
    top: 0;
    left: 120px;
    z-index: 1;
}
.python-card .lang-header { background-color: #EEDCFF; }

.php-card {
    top: 0;
    left: 450px;
    z-index: 1;
}
.php-card .lang-header { background-color: #FFEAEB; }

.js-card {
    top: 120px;
    left: 220px;
    z-index: 2;
}
.js-card .lang-header { background-color: #FEE7D3; }

.r-card {
    top: 120px;
    left: 550px;
    z-index: 2;
}
.r-card .lang-header { background-color: #FFE6F3; }

.java-card {
    top: 240px;
    left: 100px;
    z-index: 3;
}
.java-card .lang-header { background-color: #E2F5D7; }

.ruby-card {
    top: 240px;
    left: 430px;
    z-index: 3;
}
.ruby-card .lang-header { background-color: #E5F0FF; }

@media (max-width: 1100px) {
    .customizable-labs-container {
        flex-direction: column;
        gap: 40px;
    }

    .labs-visual {
        width: 100%;
        max-width: 500px;
        height: 600px;
    }
    
    .r-card, .ruby-card, .php-card {
        right: 20px;
    }
}

/* Scalable Labs Section */
.experience-scalable-labs {
    background-color: #FFFCF1;
    padding: 20px 20px;
    /* height: 641px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0px auto;
    max-width: 1440px;
}

.scalable-labs-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 0 20px;
}

.scalable-labs-cards {
    position: relative;
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scalable-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.04);
    width: 420px;
    align-self: flex-start;
}

.scalable-card.align-right {
    align-self: flex-end;
}

.scalable-card.card-active {
    width: 480px;
    border-radius: 18px;
    padding: 30px 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    margin: 10px 0;
    align-self: flex-start;
    margin-left: -20px;
}

.faded-card {
    opacity: 0.3;
}

.placeholder-line {
    height: 12px;
    background-color: #f1f3f5;
    border-radius: 6px;
    width: 200px;
    margin-bottom: 12px;
}

.placeholder-line.short {
    width: 120px;
}

.card-icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    position: relative;
}

.card-active .card-icon {
    width: 76px;
    height: 76px;
    border-radius: 14px;
}

.card-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #212529;
    margin: 0 0 6px;
    line-height: 1.3;
}

.card-active .card-content h3 {
    font-size: 22px;
}

.card-content .semester {
    font-size: 14px;
    color: #6C757D;
    margin: 0 0 16px;
}

.card-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #8b8f95;
}

.card-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.scalable-labs-copy {
    max-width: 550px;
}

.scalable-labs-copy h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    margin-bottom: 24px;
}

.scalable-labs-copy p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 36px;
}

.btn-yellow {
    background-color: #F8DA76;
    color: #212529;
    padding: 14px 28px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    transition: background-color 0.3s;
}

.btn-yellow:hover {
    background-color: #e5c55a;
}

@media (max-width: 1100px) {
    .scalable-labs-container {
        flex-direction: column-reverse;
        gap: 60px;
        align-items: center;
    }
    
    .scalable-labs-cards {
        width: 100%;
        align-items: center;
    }

    .scalable-card, .scalable-card.align-right {
        align-self: center;
    }

    .scalable-card.card-active {
        margin-left: 0;
        width: 100%;
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .scalable-card {
        width: 100%;
    }
    
    .scalable-labs-copy h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

/* Structured Milestones Section */
.experience-structured-milestones {
    background-color: #F9F7FF;
    padding: 100px 20px 0; /* Remove bottom padding to allow cropping */
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 700px; /* Increased fixed height to reveal half of the week 4 div */
    box-sizing: border-box;
}

.milestones-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: flex-start; /* Align to top instead of center to keep the layout anchored */
    justify-content: space-between;
    gap: 80px;
}

.milestones-copy {
    max-width: 566px;
    margin-top: 85px; /* Push the text block down to match vertical centering with the visible timeline */
}

.milestones-kicker {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #8b8f95;
    margin-bottom: 12px;
}

.milestones-copy h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    margin-bottom: 24px;
}

.milestones-copy p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #3f4349;
    margin: 0;
}

.milestones-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 487px;
    padding-left: 20px;
}

.timeline-line {
    position: absolute;
    left: 40px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    border-left: 2px dashed #B8B8B8;
    z-index: 1;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 36px;
    position: relative;
    z-index: 2;
}

.timeline-item.faded {
    opacity: 0.3;
}

.timeline-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    flex-shrink: 0;
}

.bg-dark {
    background-color: #5C5C5C;
}

.bg-light {
    background-color: #D3D3D3;
}

.timeline-card {
    background: #FFFFFF;
    border: 1px solid #9F9F9F;
    border-radius: 14px;
    width: 361px;
    overflow: hidden;
}

.timeline-card-header {
    padding: 12px 20px;
    font-family: monospace;
    font-size: 15px;
    color: #212529;
    letter-spacing: 1px;
}

.bg-week-1 { background-color: #F4E8FF; }
.bg-week-2 { background-color: #E6F8E0; }
.bg-week-3 { background-color: #FFE4F1; }
.bg-week-4 { background-color: #E1F7F8; }

.timeline-card-body {
    padding: 16px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}

.timeline-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #6c757d;
    gap: 8px;
}

.timeline-pill {
    width: 60px;
    height: 8px;
    background-color: #EDEDED;
    border-radius: 4px;
    flex-shrink: 0;
}

@media (max-width: 1100px) {
    .milestones-container {
        flex-direction: column;
        gap: 60px;
    }
    
    .milestones-timeline {
        width: 100%;
        max-width: 487px;
    }
    
    .milestones-copy h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

/* Levels Section */
.experience-levels-section {
    background-color: #FFFFFF;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

.levels-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 858px;
}

.levels-badge {
    background-color: #F4EEFF;
    color: #7B5FED;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 16px;
    display: inline-block;
}

.levels-header h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 50px;
    color: #333333;
    margin: 0 0 16px;
}

.levels-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    margin: 0;
}

.levels-content {
    display: flex;
    gap: 24px;
    max-width: 1243px;
    width: 100%;
}

.level-card {
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.higher-ed-card {
    width: 441px;
    height: 462px;
    flex-shrink: 0;
}

.level-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 24px;
}

.higher-ed-icon { background-color: #FF9B5F; color: white; }
.k12-icon { background-color: #3B82F6; color: white; }
.bootcamp-icon { background-color: #22C55E; color: white; }

.level-card h3 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #1f2329;
    margin: 0 0 12px;
}

.level-card p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 24px;
}

.level-features {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    flex-grow: 1;
}

.level-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #333333;
    margin-bottom: 16px;
}

.level-features li i {
    color: #7B5FED;
    font-size: 18px;
}

.levels-right-col {
    display: flex;
    flex-direction: column;
    gap: 18px;
    flex-grow: 1;
}

.secondary-level-card {
    height: 222px;
    padding: 32px 40px;
    justify-content: center;
}

.level-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.level-card-content {
    margin-top: -12px;
}

.btn-levels-more {
    display: inline-block;
    background-color: #EAEAEA;
    color: #333333;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    align-self: flex-start;
}

.btn-levels-action {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .levels-content {
        flex-direction: column;
    }
    
    .higher-ed-card {
        width: 100%;
        height: auto;
    }
    
    .secondary-level-card {
        height: auto;
    }
}

/* Collaborate Section */
.experience-collaborate-section {
    background-color: #FFFFFF;
    padding: 60px 20px 100px;
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
}

.collaborate-container {
    background-color: #FFF6F0; /* Light peach tone from design */
    border-radius: 20px;
    width: 100%;
    max-width: 1300px;
    padding: 75px 0 0 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.collaborate-content {
    max-width: 544px;
    flex-shrink: 0;
    padding-bottom: 75px;
}

.collaborate-kicker {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #6C757D;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.collaborate-content h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.1;
    color: #212529;
    margin: 0 0 24px;
}

.collaborate-content p {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #495057;
    margin: 0 0 36px;
}

.collaborate-actions {
    display: flex;
    gap: 16px;
}

.btn-primary-peach {
    background-color: #E29A7F;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.btn-primary-peach:hover {
    background-color: #d18a6e;
}

.btn-secondary-peach {
    background-color: #FCEBE4;
    color: #4A4A4A;
    padding: 14px 32px;
    border-radius: 999px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.btn-secondary-peach:hover {
    background-color: #f0dbd4;
}

.collaborate-images {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    align-self: stretch;
}

.collaborate-dash-img {
    width: 780px;
    max-width: none;
    height: auto;
    object-fit: contain;
    object-position: bottom right;
    display: block;
    align-self: flex-end;
}

@media (max-width: 1200px) {
    .collaborate-container {
        padding: 50px 60px;
        flex-direction: column;
        gap: 50px;
    }
    
    .collaborate-dash-img {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .collaborate-container {
        padding: 40px 24px;
    }
    
    .collaborate-content h2 {
        font-size: 36px;
    }
}

/* =================================================================
   HEAR FROM OUR STUDENTS SECTION
================================================================= */
.experience-students-section {
  padding: 60px 20px 80px 20px;
  background-color: transparent;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.students-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.students-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-bottom: 40px;
}

.students-header {
  max-width: 600px;
  padding-left: 66px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.students-header h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 50px;
  color: #212529; /* Assuming dark text based on design */
  margin-bottom: 16px;
}

.students-header p {
  font-size: 16px;
  color: #6C757D;
  line-height: 1.5;
  margin-top: 0;
}

.students-bubble-icon {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
}

.students-bubble-icon img {
  width: 200px;
  height: auto;
  display: block;
}

.students-video-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 10px 0 20px 66px;
  scroll-behavior: auto; /* must be auto for JS pixel-scroll to work smoothly */
  /* scroll-snap removed — handled by JS auto-scroll */
  user-select: none;
  -webkit-user-select: none;
}

/* Hide scrollbar for cleaner look */
.students-video-carousel::-webkit-scrollbar {
  display: none;
}
.students-video-carousel {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.video-card {
  flex: 0 0 auto;
  width: 360px;
  height: 217px;
  border-radius: 12px;
  border: 2px solid #E6E6E6;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .students-bubble-icon {
    display: none; /* Hide illustrative bubble on smaller screens if it overlaps too much */
  }
  
  .students-header {
    padding-left: 20px;
    margin-top: 40px;
  }
  
  .students-video-carousel {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .students-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
  
  .video-card {
    width: 320px;
    height: 195px;
  }
}

@media (max-width: 480px) {
  .students-header h2 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .video-card {
    width: 280px;
    height: 170px;
  }
}


/* =================================================================
   ANIMATIONS & ENHANCED DESIGN — BBX Swift Experience Page
================================================================= */

/* ── Keyframes ── */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInScale {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes floatY {
  0%, 100% { transform: translateY(-52px); }
  50%       { transform: translateY(-66px); }
}

@keyframes floatYLeft {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-12px); }
}

@keyframes leafSway {
  0%, 100% { transform: rotate(-22.1deg) translateY(0); }
  50%       { transform: rotate(-18deg) translateY(-6px); }
}

@keyframes leafSwayPurple {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50%       { transform: rotate(4deg) translateY(-5px); }
}

@keyframes shimmer {
  0%   { background-position: -400px 0; }
  100% { background-position: 400px 0; }
}

@keyframes pulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(123, 95, 237, 0.35); }
  70%  { box-shadow: 0 0 0 14px rgba(123, 95, 237, 0); }
  100% { box-shadow: 0 0 0 0 rgba(123, 95, 237, 0); }
}

@keyframes badgePop {
  0%   { opacity: 0; transform: scale(0.7) translateY(10px); }
  70%  { transform: scale(1.08) translateY(-2px); }
  100% { opacity: 1; transform: scale(1) translateY(0); }
}

@keyframes lineGrow {
  from { height: 0; }
  to   { height: calc(100% - 40px); }
}

@keyframes cardSlideIn {
  from { opacity: 0; transform: translateX(-30px) scale(0.97); }
  to   { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Scroll-reveal base state ── */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.reveal-left {
  transform: translateX(-36px);
}

.reveal.reveal-right {
  transform: translateX(36px);
}

.reveal.reveal-scale {
  transform: scale(0.9);
}

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

/* Stagger children */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.15s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.25s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.35s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.45s; opacity: 1; transform: none; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.55s; opacity: 1; transform: none; }

/* ── Hero Section Enhancements ── */
.experience-hero {
  position: relative;
  overflow: hidden;
}

/* Subtle gradient orb behind hero */
.experience-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 78, 247, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: gradientShift 8s ease infinite;
  background-size: 200% 200%;
}

.experience-copy {
  position: relative;
  z-index: 1;
}

/* Hero badge logo pulse */
.experience-badge-logo {
  animation: badgePop 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.1s;
}

/* Hero heading entrance */
.experience-copy h1 {
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.2s;
}

.experience-copy p {
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.35s;
}

.experience-actions {
  animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.5s;
}

/* Hero cards float */
.experience-card-left {
  animation: floatYLeft 5s ease-in-out infinite;
}

.experience-card-right {
  animation: floatY 5s ease-in-out infinite;
  animation-delay: 0.8s;
}

/* Leaf animations */
.experience-leaf-image-green {
  animation: leafSway 4s ease-in-out infinite;
}

.experience-leaf-image-purple {
  animation: leafSwayPurple 4.5s ease-in-out infinite;
}

/* Hero photo hover */
.experience-card .experience-photo {
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
  border-radius: 12px;
}

.experience-card:hover .experience-photo {
  transform: scale(1.03);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.14);
}

/* ── CTA Buttons ── */
.experience-btn-primary {
  position: relative;
  overflow: hidden;
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.experience-btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
  background-size: 200% 100%;
  background-position: -200% 0;
  transition: background-position 0.5s ease;
}

.experience-btn-primary:hover {
  background-color: #6a4fd8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(123, 95, 237, 0.35);
}

.experience-btn-primary:hover::after {
  background-position: 200% 0;
}

.experience-btn-light {
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.experience-btn-light:hover {
  background-color: #dddde6;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ── Trusted Logos ── */
.experience-trusted {
  position: relative;
  overflow: hidden;
}

.experience-trusted::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f3f3f4 0%, transparent 8%, transparent 92%, #f3f3f4 100%);
  pointer-events: none;
  z-index: 2;
}

.experience-trusted-logos img {
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(40%);
  opacity: 0.75;
}

.experience-trusted-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08) translateY(-3px);
}

/* ── Campus Section ── */
.experience-campus-section {
  position: relative;
  overflow: hidden;
}

.experience-campus-section::before {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(248, 218, 118, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.experience-campus-list li {
  transition: transform 0.25s ease, color 0.25s ease;
}

.experience-campus-list li:hover {
  transform: translateX(6px);
  color: #1f2329;
}

.experience-campus-list li::before {
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.experience-campus-list li:hover::before {
  transform: scale(1.2);
  background-color: #7b5fed;
}

.experience-campus-btn {
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.experience-campus-btn:hover {
  background-color: #d0d0d0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.experience-campus-section > img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.experience-campus-section > img:hover {
  transform: scale(1.02) translateY(-4px);
}

/* ── Advanced Testing Section ── */
.experience-advanced-testing {
  position: relative;
  overflow: hidden;
}

.experience-advanced-testing::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8b4ef7, #bdc2ff, #8b4ef7);
  background-size: 200% 100%;
  animation: gradientShift 3s linear infinite;
}

.advanced-testing-badge {
  animation: badgePop 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.advanced-testing-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(123, 95, 237, 0.2);
}

.testing-card,
.state-card {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease;
}

.testing-card:hover,
.state-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.test-item {
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.test-item:hover {
  background-color: #f0f0f0;
  transform: translateX(4px);
}

/* ── Code Section ── */
.experience-code-section {
  position: relative;
  overflow: hidden;
}

.experience-code-section::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(104, 168, 249, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.experience-code-image {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.6s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.experience-code-image:hover {
  transform: scale(1.02) translateY(-6px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.15);
}

/* ── Language Cards ── */
.experience-customizable-labs {
  position: relative;
  overflow: hidden;
}

.experience-customizable-labs::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(123, 95, 237, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.lab-lang-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease,
              z-index 0s;
}

.lab-lang-card:hover {
  transform: translateY(-8px) scale(1.03) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14) !important;
  z-index: 20 !important;
}

.lang-header {
  transition: filter 0.3s ease;
}

.lab-lang-card:hover .lang-header {
  filter: brightness(0.95);
}

.labs-languages-summary h3 {
  background: linear-gradient(135deg, #7b5fed, #bdc2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.labs-btn {
  position: relative;
  overflow: hidden;
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.labs-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(104, 168, 249, 0.4);
}

/* ── Scalable Labs Cards ── */
.scalable-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease;
}

.scalable-card:not(.faded-card):hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.scalable-card.card-active {
  position: relative;
  overflow: hidden;
}

.scalable-card.card-active::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f8da76, #e5c55a);
  border-radius: 18px 18px 0 0;
}

.btn-yellow {
  position: relative;
  overflow: hidden;
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.btn-yellow:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(248, 218, 118, 0.5);
}

/* ── Timeline ── */
.timeline-line {
  animation: lineGrow 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 0.3s;
  transform-origin: top;
}

.timeline-item {
  transition: transform 0.3s ease;
}

.timeline-item:not(.faded):hover {
  transform: translateX(6px);
}

.timeline-card {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.timeline-item:not(.faded):hover .timeline-card {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.timeline-number {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:not(.faded):hover .timeline-number {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ── Levels Section ── */
.levels-badge {
  animation: badgePop 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.level-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease;
}

.level-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09);
}

.level-icon-wrapper {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.3s ease;
}

.level-card:hover .level-icon-wrapper {
  transform: scale(1.15) rotate(-5deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.level-features li {
  transition: transform 0.2s ease, color 0.2s ease;
}

.level-features li:hover {
  transform: translateX(6px);
  color: #7b5fed;
}

.btn-levels-more,
.btn-levels-action {
  transition: transform 0.2s ease, box-shadow 0.2s ease,
              background-color 0.2s ease;
}

.btn-levels-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  background-color: #d8d8d8;
}

.btn-levels-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  filter: brightness(0.95);
}

/* ── Collaborate Section ── */
.collaborate-container {
  transition: box-shadow 0.4s ease;
  box-shadow: 0 8px 40px rgba(226, 154, 127, 0.12);
}

.collaborate-container:hover {
  box-shadow: 0 16px 60px rgba(226, 154, 127, 0.22);
}

.btn-primary-peach {
  position: relative;
  overflow: hidden;
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.btn-primary-peach:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(226, 154, 127, 0.45);
}

.btn-secondary-peach {
  transition: background-color 0.25s ease, transform 0.2s ease,
              box-shadow 0.25s ease;
}

.btn-secondary-peach:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.collaborate-dash-img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.collaborate-container:hover .collaborate-dash-img {
  transform: translateY(-8px) scale(1.01);
}

/* ── Video Cards ── */
.video-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease,
              border-color 0.3s ease;
}

.video-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
  border-color: #7b5fed;
}

/* ── Scroll Progress Bar ── */
#scroll-progress {
  background: linear-gradient(90deg, #7b5fed, #bdc2ff, #7b5fed);
  background-size: 200% 100%;
  animation: gradientShift 2s linear infinite;
}

/* ── Section Dividers ── */
.experience-campus-section,
.experience-advanced-testing,
.experience-code-section,
.experience-customizable-labs,
.experience-scalable-labs,
.experience-structured-milestones,
.experience-levels-section,
.experience-collaborate-section,
.experience-students-section {
  position: relative;
}

/* Subtle top accent line on alternating sections */
.experience-code-section::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(104, 168, 249, 0.3), transparent);
}

.experience-customizable-labs::after {
  content: '';
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123, 95, 237, 0.2), transparent);
}

/* ── Milestones copy gradient text ── */
.milestones-copy h2 {
  background: linear-gradient(135deg, #212529 60%, #7b5fed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Students section header gradient ── */
.students-header h2 {
  background: linear-gradient(135deg, #212529 50%, #7b5fed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
  }
}
