@media screen and (max-width:1200px) {
    :root {
        --fs-display: 3rem;
        --fs-h1: 2.5rem;
        --fs-h2: 2rem;
        --fs-h3: 1.35rem;
        --section-padding: 5rem 0;
    }

    .container,
    .top-footer ,
    .navbar-wrapper{
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero-section {
        padding-top: 120px;
        padding-bottom: 90px;
        background-size: cover;
    }

    .bento-card {
        padding: 24px;
    }

    p.fs-5 {
        font-size: var(--fs-h5) !important;
    }

    .scroll-indicator {
        bottom: 0;
    }

    .panda-mascot {
        left: 0;
        top: inherit;
        bottom: 80%;
    }
    
}

@media screen and (max-width:991px) {
    :root {
        --fs-display: 2.5rem;
        --fs-h1: 2rem;
        --fs-h2: 1.75rem;
        --space-2xl: 2rem;
        --section-padding: 4rem 0;
    }

    .hero-section {
        padding-bottom: 70px;
    }

    .bento-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bento-card--stat {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .hero-desc {
        max-width: 500px;
    }

    .hero-badge {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .badge-text {
        font-size: 9px;
    }

    .same-space {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 24px;
    }

    .panda-mascot {
        left: inherit;
        right: 0;
        top: inherit;
        bottom: 68%;
        width: 500px;
    }

    .orbiting-circles-wrap {

        width: 420px;
        top: 100%;
        left: inherit;
        right: 0;
        transform: translate(0%, -50%);
    }

    .cta-content-col {
        text-align: start;
    }

    .footer-col {
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {
    :root {
        --fs-display: 2rem;
        --fs-h1: 1.75rem;
        --fs-h2: 1.5rem;
        --fs-body-lg: 1rem;
        --space-xl: 1.5rem;
        --space-lg: 1rem;
    }

    body.has-smooth-cursor,
    body.has-smooth-cursor *:not(input):not(textarea):not(select) {
        cursor: auto !important;
    }

    .custom-cursor {
        display: none !important;
    }

    .btn {
        padding: 12px 24px;
        font-size: 0.9375rem;
        /* 15px */
    }

    .btn.btn-lg {
        padding: 14px 30px;
        font-size: 1rem;
    }

    .btn.btn-sm {
        padding: 8px 18px;
        font-size: 0.8125rem;
    }

    .container,
    .top-footer ,
    .navbar-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }


    .marquee-section {
        margin-top: -0.5rem;
    }

    .panda-mascot {
        bottom: 78%;
        width: 300px;
    }

    .problem-section .row {
        margin-top: 50px;
    }

    .cta-panda-wrapper {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 400px;
        z-index: 1;
        display: block !important;
        overflow: hidden;
    }

    .cta-panda-wrapper::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, transparent 40%, #111111 100%);
        pointer-events: none;
        z-index: 2;
    }

    .cta-panda-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .cta-card {
        padding: 0 0 40px 0;
        overflow: hidden;
    }

    .cta-card .light-rays-container {
        display: none !important;
    }

    .cta-content-col {
        padding: 30px 30px 0 30px;
    }

    .footer-col {
        margin-top: 0px;
    }

    .newsletter-form .emailInput {
        min-height: 46px;
    }

    .btm-footer .container ul {
        margin-bottom: 0;
    }

    .about-hero,
    .blog-hero {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .mission-card{
        padding: 24px;
    }
    .roadmap-list{
        margin: 2rem auto 0;
    }
}

@media screen and (max-width:568px) {
    :root {
        --fs-body-lg: 0.875rem;
    }

    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-card--stat {
        grid-column: 1 / -1;
    }

    .btn {
        padding: 10px 20px;
        font-size: 0.875rem;
        /* 14px */
    }

    .btn.btn-lg {
        padding: 12px 24px;
        font-size: 0.9375rem;
    }

    .btn.btn-sm {
        padding: 6px 16px;
        font-size: 0.75rem;
    }

    .bento-watermark {
        position: static;
    }

    .orbiting-circles-wrap {
        position: relative;
        top: 0%;
        left: 0;
        right: 0;
        transform: translate(0, 60%);
        width: 100%;
        margin-top: -50%;
    }

    .why-slide-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .why-slide-title-large {
        font-size: 2rem;
    }

    .why-slide-body-large {
        font-size: 1rem;
        margin-top: 10px !important;
    }

    .display-6 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:489px) {
    .panda-mascot {
        bottom: 78%;
        width: 270px;
    }

    /* Removed absolute layout overrides to keep relative full-width 540px layout */
}