/* =========================================================
   NOVA HERO
========================================================= */

.nova-main {
    width: 100%;
    max-width: 1280px;
    margin:0 auto;
}


.nova-hero {
    position: relative;

    /* width: min(1420px, calc(100% - 60px)); */

    min-height: calc(100vh - 82px);

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        minmax(350px, 40%)
        minmax(0, 60%);

    align-items: center;

    padding:
        0 0 70px;
    overflow-x: clip;
}


/* =========================================================
   HERO COPY
========================================================= */

.nova-hero-copy {
    position: relative;

    z-index: 20;

    /* padding-left: 5%; */
}


.nova-eyebrow {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    padding: 7px 11px;

    border: 1px solid rgba(139,92,246,.22);

    border-radius: 999px;

    background: rgba(139,92,246,.06);

    color: #b58aff;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .14em;

    margin-bottom: 23px;
}


.nova-eyebrow-dot {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #ad72ff;

    box-shadow:
        0 0 12px #a45fff;
}


.nova-hero-title {
    max-width: 560px;

    margin: 0;

    color: #fff;

    font-size:
        clamp(48px, 5vw, 76px);

    line-height: .97;

    letter-spacing: -.065em;

    font-weight: 600;
}


.nova-hero-gradient {
    display: block;

    background:
        linear-gradient(
            90deg,
            #fff 0%,
            #bd8cff 45%,
            #7839e5 100%
        );

    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
}


.nova-hero-description {
    max-width: 430px;

    margin: 25px 0 0;

    color: #858590;

    font-size: 13px;

    line-height: 1.7;
}


.nova-hero-buttons {
    display: flex;
    align-items: center;

    gap: 12px;

    margin-top: 31px;
}


.nova-primary-btn,
.nova-secondary-btn {
    display: inline-flex;
    align-items: center;

    gap: 13px;

    padding: 13px 18px;

    border-radius: 8px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 600;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}


.nova-primary-btn {
    color: #fff;

    background:
        linear-gradient(
            135deg,
            #9254ff,
            #6426db
        );

    box-shadow:
        0 15px 40px rgba(113,47,220,.25);
}


.nova-primary-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 20px 50px rgba(113,47,220,.4);
}


.nova-secondary-btn {
    color: #c6c6ce;

    border: 1px solid rgba(255,255,255,.12);

    background: rgba(255,255,255,.025);
}


.nova-secondary-btn:hover {
    transform: translateY(-3px);

    border-color: rgba(255,255,255,.28);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.nova-hero-visual {
    position: relative;

    height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;

    perspective: 1800px;

    transform-style: preserve-3d;

    touch-action: pan-y;

    min-width: 0;
}


.nova-main-glow {
    position: absolute;

    width: 580px;
    height: 580px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(139,92,246,.35),
            rgba(109,40,217,.12) 45%,
            transparent 75%
        );

    filter: blur(40px);

    pointer-events: none;
}


.nova-stage-ring {
    position: absolute;

    width: 500px;
    height: 500px;

    border-radius: 50%;

    border:
        1px dashed rgba(189,145,255,.25);

    transform: rotateX(75deg);

    pointer-events: none;

    box-shadow:
        0 0 30px rgba(139,92,246,.15);
}


/* =========================================================
   PARTICLES
========================================================= */

.nova-particle {
    position: absolute;

    border-radius: 50%;

    background:
        rgba(189,145,255,.6);

    box-shadow:
        0 0 10px rgba(139,92,246,.8);

    pointer-events: none;
}


/* =========================================================
   ORBITS
========================================================= */

.nova-orbit {
    position: absolute;

    border:
        1px solid rgba(155,104,255,.30);

    border-radius: 50%;

    transform-style: preserve-3d;

    pointer-events: none;
}


.nova-orbit-1 {
    width: 780px;
    height: 320px;

    transform:
        rotateX(67deg)
        rotateZ(-8deg);
}


.nova-orbit-2 {
    width: 660px;
    height: 250px;

    opacity: .45;

    transform:
        rotateX(67deg)
        rotateZ(17deg);
}


.nova-orbit-dot {
    position: absolute;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #c39bff;

    box-shadow:
        0 0 12px #ad72ff,
        0 0 30px #8b5cf6;
}


.nova-dot-one {
    left: 12%;
    top: 48%;
}


.nova-dot-two {
    right: 12%;
    top: 50%;
}


.nova-dot-three {
    left: 50%;
    top: -2%;
}


/* =========================================================
   3D SLIDER
========================================================= */

.nova-project-slider {
    position: relative;

    width: 760px;
    height: 500px;

    max-width: 100%;

    transform-style: preserve-3d;

    cursor: grab;

    z-index: 10;
}


.nova-project-slider.is-dragging {
    cursor: grabbing;
}


.nova-project-card {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 420px;
    height: 270px;

    margin-left: -210px;
    margin-top: -135px;

    transform-style: preserve-3d;

    border-radius: 16px;

    overflow: hidden;

    border:
        1px solid rgba(255,255,255,.16);

    background: #09090c;

    box-shadow:
        0 30px 70px rgba(0,0,0,.75),
        0 0 45px rgba(139,92,246,.2);

    will-change:
        transform,
        opacity,
        filter;

    user-select: none;
}


.nova-project-card::before {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 5;

    pointer-events: none;

    background:
        linear-gradient(
            120deg,
            rgba(255,255,255,.15),
            transparent 30%,
            transparent 70%,
            rgba(139,92,246,.15)
        );
}


/* =========================================================
   MOCKUP
========================================================= */

.nova-mockup {
    position: absolute;

    inset: 0;

    overflow: hidden;

    padding: 20px;

    background:
        radial-gradient(
            circle at 70% 40%,
            rgba(139,92,246,.25),
            transparent 35%
        ),
        #0b0b10;
}


.nova-theme-cyan .nova-mockup {
    background:
        radial-gradient(
            circle at 75% 40%,
            rgba(0,214,255,.22),
            transparent 38%
        ),
        #071014;
}


.nova-theme-green .nova-mockup {
    background:
        radial-gradient(
            circle at 65% 35%,
            rgba(168,255,76,.20),
            transparent 38%
        ),
        #0b1008;
}


.nova-theme-pink .nova-mockup {
    background:
        radial-gradient(
            circle at 70% 40%,
            rgba(255,74,183,.20),
            transparent 38%
        ),
        #110811;
}


.nova-theme-blue .nova-mockup {
    background:
        radial-gradient(
            circle at 70% 40%,
            rgba(79,120,255,.23),
            transparent 38%
        ),
        #080c15;
}


.nova-mockup-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    color: rgba(255,255,255,.65);

    font-size: 8px;
}


.nova-mockup-brand {
    color: #fff;

    font-size: 10px;

    font-weight: 700;
}


.nova-dashboard {
    margin-top: 22px;

    display: grid;

    grid-template-columns: 70px minmax(0,1fr);

    gap: 15px;
}


.nova-sidebar-lines {
    display: flex;

    flex-direction: column;

    gap: 9px;
}


.nova-sidebar-lines div {
    height: 6px;

    border-radius: 4px;

    background:
        rgba(255,255,255,.08);
}


.nova-sidebar-lines div:first-child {
    background:
        rgba(148,92,246,.7);
}


.nova-dashboard-content {
    display: flex;

    flex-direction: column;

    gap: 9px;

    min-width: 0;
}


.nova-chart {
    height: 92px;

    border:
        1px solid rgba(255,255,255,.08);

    border-radius: 8px;

    background:
        linear-gradient(
            145deg,
            rgba(139,92,246,.16),
            rgba(255,255,255,.025)
        );

    position: relative;

    overflow: hidden;
}


.nova-chart::before {
    content: "";

    position: absolute;

    inset: 0;

    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 28px,
            rgba(255,255,255,.035) 29px
        );
}


.nova-chart-line {
    position: absolute;

    left: 5%;
    right: 5%;

    bottom: 20%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #9b63ff,
            #c39bff,
            transparent
        );

    transform: rotate(-8deg);

    box-shadow:
        0 0 12px #8b5cf6;
}


.nova-theme-cyan .nova-chart-line {
    background:
        linear-gradient(
            90deg,
            transparent,
            #48d9ff,
            #9df2ff,
            transparent
        );
}


.nova-theme-green .nova-chart-line {
    background:
        linear-gradient(
            90deg,
            transparent,
            #b4ff58,
            #d8ff9b,
            transparent
        );
}


.nova-theme-pink .nova-chart-line {
    background:
        linear-gradient(
            90deg,
            transparent,
            #ff54bb,
            #ff9cdb,
            transparent
        );
}


.nova-theme-blue .nova-chart-line {
    background:
        linear-gradient(
            90deg,
            transparent,
            #668fff,
            #b1c5ff,
            transparent
        );
}


.nova-stats {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 8px;
}


.nova-stat {
    height: 42px;

    border:
        1px solid rgba(255,255,255,.07);

    border-radius: 6px;

    background:
        rgba(255,255,255,.025);

    padding: 7px;

    overflow: hidden;
}


.nova-stat b {
    display: block;

    color: #fff;

    font-size: 10px;
}


.nova-stat span {
    color: #666672;

    font-size: 7px;
}


/* =========================================================
   PROJECT INFO
========================================================= */

.nova-project-info {
    position: absolute;

    left: 16px;
    right: 16px;
    bottom: 15px;

    z-index: 10;

    display: flex;

    flex-direction: column;

    padding: 9px 11px;

    border:
        1px solid rgba(255,255,255,.1);

    border-radius: 8px;

    background:
        rgba(0,0,0,.55);

    backdrop-filter: blur(12px);
}


.nova-project-number {
    color: #a56cff;

    font-size: 8px;

    letter-spacing: .08em;
}


.nova-project-info strong {
    margin-top: 2px;

    color: #fff;

    font-size: 12px;

    font-weight: 600;
}


.nova-project-info > span:last-child {
    margin-top: 2px;

    color: #777781;

    font-size: 8px;
}


/* =========================================================
   CARD SHINE
========================================================= */

.nova-card-shine {
    position: absolute;

    inset: -100%;

    z-index: 20;

    background:
        linear-gradient(
            115deg,
            transparent 40%,
            rgba(255,255,255,.18) 50%,
            transparent 60%
        );

    transform: translateX(-100%);

    pointer-events: none;
}


/* =========================================================
   CONTROLS
========================================================= */

.nova-slider-controls {
    position: absolute;

    right: 15px;
    bottom: 27px;

    display: flex;

    align-items: center;

    gap: 10px;

    z-index: 30;
}


.nova-counter {
    color: #666670;

    font-size: 10px;

    letter-spacing: .08em;
}


.nova-counter strong {
    color: #fff;
}


.nova-slider-button {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border:
        1px solid rgba(255,255,255,.14);

    border-radius: 50%;

    background:
        rgba(255,255,255,.035);

    color: #fff;

    cursor: pointer;

    transition:
        all .3s ease;
}


.nova-slider-button:hover {
    background: #7940e5;

    border-color: #9b63ff;

    transform: scale(1.08);

    box-shadow:
        0 0 25px rgba(139,92,246,.40);
}


/* =========================================================
   PAGINATION
========================================================= */

.nova-slider-pagination {
    position: absolute;

    left: 50%;
    bottom: 25px;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    gap: 8px;

    z-index: 60;
}


.nova-slider-dot {
    width: 6px;
    height: 6px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        rgba(255,255,255,.25);

    cursor: pointer;

    transition:
        all .35s ease;
}


.nova-slider-dot.active {
    width: 24px;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            #7440df,
            #bd91ff
        );

    box-shadow:
        0 0 15px rgba(139,92,246,.7);
}


/* =========================================================
   DRAG HINT
========================================================= */

.nova-drag-hint {
    position: absolute;

    left: 50%;
    bottom: 60px;

    transform: translateX(-50%);

    color:
        rgba(255,255,255,.35);

    font-size: 8px;

    letter-spacing: .15em;

    text-transform: uppercase;

    pointer-events: none;
}


/* =========================================================
   SCROLL INDICATOR
========================================================= */

.nova-scroll-indicator {
    position: absolute;

    left: 5%;
    bottom: 32px;

    display: flex;

    align-items: center;

    gap: 9px;

    color: #65656d;

    font-size: 8px;

    letter-spacing: .13em;

    text-transform: uppercase;
}


.nova-scroll-mouse {
    width: 17px;
    height: 26px;

    border:
        1px solid #4e4e56;

    border-radius: 12px;

    display: flex;

    justify-content: center;

    padding-top: 5px;
}


.nova-scroll-mouse::after {
    content: "";

    width: 2px;
    height: 5px;

    border-radius: 5px;

    background: #aaa;
}


/* =========================================================
   SERVICES PLACEHOLDER
========================================================= */

.nova-services-placeholder {

    padding:
        5px 10px;

    display: flex;

    align-items: center;
    justify-content: center;
}


.nova-services-placeholder h2 {
    margin: 0;

    color: #fff;

    font-size:
        clamp(40px, 6vw, 80px);

    line-height: 1;

    letter-spacing: -.06em;

    text-align: center;
}


.nova-services-placeholder h2 span {
    color: #9d63ff;
}



.nova-project-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================================
   LARGE TABLET
========================================================= */

@media (max-width: 1200px) {

    .nova-hero {
        grid-template-columns:
            minmax(330px, 44%)
            minmax(0, 56%);
    }

    .nova-hero-copy {
        padding-left: 2%;
    }

    .nova-hero-title {
        font-size: clamp(44px, 5vw, 64px);
    }

    .nova-project-slider {
        transform: scale(.88);
    }

    .nova-orbit-1 {
        width: 680px;
    }

    .nova-orbit-2 {
        width: 570px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .nova-hero {
        width: calc(100% - 40px);

        min-height: auto;

        grid-template-columns: 1fr;

        padding-top: 70px;
        padding-bottom: 90px;
    }


    .nova-hero-copy {
        padding-left: 0;

        display: flex;

        flex-direction: column;

        align-items: center;

        text-align: center;
    }


    .nova-hero-title {
        max-width: 750px;

        font-size:
            clamp(48px, 7vw, 72px);
    }


    .nova-hero-description {
        max-width: 560px;
    }


    .nova-hero-visual {
        width: 100%;

        height: 600px;

        margin-top: 20px;
    }


    .nova-scroll-indicator {
        display: none;
    }


    .nova-project-slider {
        transform: scale(.92);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .nova-hero {
        width: calc(100% - 28px);

        padding-top: 50px;
        padding-bottom: 50px;
    }


    .nova-eyebrow {
        font-size: 7px;

        margin-bottom: 19px;
    }


    .nova-hero-title {
        font-size:
            clamp(39px, 10.8vw, 56px);

        line-height: .98;
    }


    .nova-hero-description {
        margin-top: 20px;

        max-width: 500px;

        font-size: 12px;

        line-height: 1.7;
    }


    .nova-hero-buttons {

        gap: 9px;

        margin-top: 26px;
    }


    .nova-primary-btn,
    .nova-secondary-btn {

        justify-content: center;
    }


    .nova-hero-visual {
        height: 470px;

        margin-top: 5px;
    }


    .nova-main-glow {
        width: 360px;
        height: 360px;
    }


    .nova-stage-ring {
        width: 330px;
        height: 330px;
    }


    .nova-orbit-1 {
        width: 500px;
        height: 200px;
    }


    .nova-orbit-2 {
        width: 400px;
        height: 160px;
    }


    .nova-project-slider {
        width: 100%;

        height: 390px;

        transform: scale(.82);
    }


    .nova-project-card {
        width: 290px;
        height: 190px;

        margin-left: -145px;
        margin-top: -95px;

        border-radius: 13px;
    }


    .nova-mockup {
        padding: 14px;
    }


    .nova-dashboard {
        grid-template-columns: 45px minmax(0,1fr);

        gap: 9px;

        margin-top: 13px;
    }


    .nova-chart {
        height: 60px;
    }


    .nova-project-info {
        left: 10px;
        right: 10px;
        bottom: 9px;

        padding: 6px 8px;
    }


    .nova-project-info strong {
        font-size: 9px;
    }


    .nova-project-info > span:last-child {
        font-size: 6px;
    }


    .nova-project-number {
        font-size: 6px;
    }


    .nova-slider-controls {
        right: 0;

        bottom: 5px;
    }


    .nova-slider-button {
        width: 34px;
        height: 34px;
    }


    .nova-counter {
        font-size: 8px;
    }


    .nova-drag-hint {
        bottom: 50px;

        font-size: 7px;
    }


    .nova-slider-pagination {
        bottom: 13px;
    }


    .nova-services-placeholder {

        padding:
            40px 20px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

    .nova-hero {
        width: calc(100% - 22px);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nova-primary-btn,
    .nova-secondary-btn {
        padding: 12px 13px;
        justify-content: center;
    }


    .nova-hero-buttons {
        margin-top: 16px;
    }

    .nova-hero-title {
        font-size: 24px;
        font-weight: 400;
    }
    .nova-hero-description {
        margin-top: 11px;
    }
    .nova-eyebrow {
        margin-bottom: 15px;
    }
    .nova-hero-title {
        font-size: 22px;
        letter-spacing: unset;
    }


    .nova-hero-visual {
        height: 300px;
    }


    .nova-project-slider {
        transform: scale(.72);
    }


    .nova-orbit-1 {
        width: 430px;
    }


    .nova-orbit-2 {
        width: 340px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .nova-project-slider,
    .nova-main-glow,
    .nova-orbit {
        transition: none !important;
    }

}