﻿
* {
    box-sizing: border-box;
}

body {
    margin: 0;
   
    background: #070707;
    color: white;
    overflow-x: hidden;
}



.herowts {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at center, #1b1b1b, #000);
    display: flex;
    align-items: center;
    justify-content: center;
}




.herowts-title {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
   
    font-size: clamp(30px, 4.2vw, 58px);
    line-height: 1.12;
    z-index: 10;
    width: 92%;
    max-width: 1100px;
    color: #e7e7e7;
    margin: 0;
}

.herowts-sub {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
    max-width: 760px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #d1d1d1;
    z-index: 10;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
}

#particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.radar {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(600px, 70vw);
    height: min(600px, 70vw);
    z-index: 2;
    pointer-events: none;
}

.radar-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
}

    .radar-ring.ring2 {
        inset: 16%;
    }

.radar-scan {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient( rgba(255,123,44,.30) 0deg, rgba(255,123,44,.10) 35deg, transparent 65deg );
    filter: blur(4px);
}

.glow {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    max-width: 800px;
    height: 420px;
    background: radial-gradient(circle, rgba(255,255,255,.24), transparent 60%);
    filter: blur(100px);
    z-index: 1;
}

.drone-wrap {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: min(900px, 60vw);
    min-width: 280px;
    aspect-ratio: 16 / 9;
}

.drone {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 45px 60px rgba(0,0,0,.85));
    transform-style: preserve-3d;
    will-change: transform;
    z-index: 2;
}

/* PROPELLERS */
.prop {
    position: absolute;
    width: 12%;
    aspect-ratio: 1;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    opacity: .95;
}

    .prop::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: radial-gradient(circle at center, rgba(255,255,255,.30) 0 18%, rgba(255,255,255,.05) 19% 36%, transparent 37%), conic-gradient( from 0deg, rgba(255,255,255,.00) 0deg 20deg, rgba(255,255,255,.22) 20deg 60deg, rgba(255,255,255,.00) 60deg 110deg, rgba(255,255,255,.22) 110deg 150deg, rgba(255,255,255,.00) 150deg 200deg, rgba(255,255,255,.22) 200deg 240deg, rgba(255,255,255,.00) 240deg 290deg, rgba(255,255,255,.22) 290deg 330deg, rgba(255,255,255,.00) 330deg 360deg );
        filter: blur(2px);
        transform-origin: center center;
    }

    .prop::after {
        content: "";
        position: absolute;
        inset: 18%;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(255,255,255,.35), rgba(255,255,255,.02) 70%, transparent 72%);
        filter: blur(6px);
    }

.prop1 {
    top: 17%;
    left: 20%;
}

.prop2 {
    top: 17%;
    right: 20%;
}

.prop3 {
    top: 19%;
    left: 31%;
}

.prop4 {
    top: 19%;
    right: 33%;
}

/* TECHNOLOGY POINTS */
.tech {
    position: absolute;
    display: flex;
    align-items: center;
   
    font-size: 15px;
    opacity: 0;
    z-index: 20;
}

.featureBox {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    padding: 14px 18px;
    border-radius: 10px;
    min-width: 220px;
    box-shadow: 0 10px 40px rgba(0,0,0,.6);
    transition: .3s;
}

    .featureBox:hover {
        background: rgba(255,255,255,0.15);
        transform: scale(1.05);
    }

.line {
    width: 90px;
    height: 2px;
    background: #ff7b2c;
    margin: 0 10px;
    position: relative;
}

    .line::after {
        content: "";
        position: absolute;
        right: -6px;
        top: -4px;
        width: 10px;
        height: 10px;
        background: #ff7b2c;
        border-radius: 50%;
        box-shadow: 0 0 12px #ff7b2c;
    }

.techL1 {
    top: 38%;
    left: 3%;
}

.techL2 {
    top: 46%;
    left: 2%;
}

.techL3 {
    top: 54%;
    left: 3%;
}

.techL4 {
    top: 62%;
    left: 2%;
}



.techR1 {
    top: 38%;
    right: 3%;
}

.techR2 {
    top: 46%;
    right: 2%;
}

.techR3 {
    top: 54%;
    right: 3%;
}

.techR4 {
    top: 62%;
    right: 2%;
}


/* CAREER PANEL */
.career-panel {
    position: absolute;
    right: 5%;
    top: 35%;
    width: 340px;
    padding: 28px 24px;
    background: rgba(10,10,10,.62);
    border: 1px solid rgba(255,123,44,.5);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 35px rgba(255,123,44,.18);
    opacity: 0;
    transform: translateX(40px);
    z-index: 9;
}

    .career-panel h3 {
        margin: 0 0 18px;
        
        font-size: 18px;
        color: #ff7b2c;
        letter-spacing: 1px;
    }

    .career-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 12px;
    }

    .career-panel li {
        font-size: 14px;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
        color: #fff;
    }

        .career-panel li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ff7b2c;
            box-shadow: 0 0 8px #ff7b2c;
        }

.cta {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 34px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    
    letter-spacing: 2px;
    cursor: pointer;
    z-index: 12;
    transition: .3s;
}

    .cta:hover {
        background: #fff;
        border-color: #fff;
        color: #000;
    }

.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f0f10;
    font-size: 40px;
}

@media (max-width: 768px) {
    .herowts-title {
        font-size: 32px;
        top: 13%;
        width: 94%;
    }

    .herowts-sub {
        top: 27%;
        width: 90%;
        font-size: 15px;
        line-height: 1.6;
    }



    .drone-wrap {
        width: 82vw;
        top: 60%;
    }

    .radar {
        width: 78vw;
        height: 78vw;
    }

    .tech {
        font-size: 11px;
        gap: 8px;
        max-width: 150px;
        white-space: normal;
    }

        .tech .line {
            width: 36px;
            min-width: 36px;
        }

    .techL1 {
        top: 34%;
        left: 2%;
    }

    .techL2 {
        top: 42%;
        left: 2%;
    }

    .techL3 {
        top: 50%;
        left: 2%;
    }

    .techL4 {
        top: 58%;
        left: 2%;
    }

 

    .techR1 {
        top: 34%;
        right: 2%;
    }

    .techR2 {
        top: 42%;
        right: 2%;
    }

    .techR3 {
        top: 50%;
        right: 2%;
    }

    .techR4 {
        top: 58%;
        right: 2%;
    }




    .cta {
        bottom: 40px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .prop1 {
        top: 21%;
        left: 15.8%;
    }

    .prop2 {
        top: 21%;
        right: 15.8%;
    }

    .prop3 {
        top: 40.8%;
        left: 28.5%;
    }

    .prop4 {
        top: 40.8%;
        right: 28.5%;
    }
}

/* DRONE CIRCLE HUD */

.drone-circle {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 420px;
    height: 420px;
    z-index: 3;
    pointer-events: none;
    opacity: .6;
}

.circle-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(255,123,44,.35);
    box-shadow: 0 0 30px rgba(255,123,44,.25);
}

    .circle-ring.ring2 {
        inset: 50px;
        border-color: rgba(255,123,44,.45);
    }

    .circle-ring.ring3 {
        inset: 100px;
        border-color: rgba(255,123,44,.6);
    }


/* PILOT */

.pilot {
    position: absolute;
    bottom: -40px;
    right: 0;
    opacity: 0;
    z-index: 15;
}

    .pilot img {
        width: 420px;
        max-width: 30vw;
        height: auto;
        object-fit: contain;
        filter: drop-shadow(0 40px 80px rgba(0,0,0,.8));
    }

.cta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 14px 34px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.25);
    
    letter-spacing: 2px;
    cursor: pointer;
}

    .cta:hover {
        background: #fff;
        border-color: #fff;
        color:#000;
    }
/* TRAINING SECTION */

.training {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 1200px;
    text-align: center;
    opacity: 0;
    z-index: 30;
}



.training-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* TRAINING CARDS */

.train-card {
    position: relative;
    width: 320px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    transition: .35s;
}

    .train-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        display: block;
    }

    /* gradient overlay for readability */

    .train-card::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 110px;
        background: linear-gradient( to top, rgba(0,0,0,.95), rgba(0,0,0,.7), transparent );
        z-index: 1;
    }

    /* title styling */

    .train-card h3 {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        text-align: center;
       
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
        z-index: 2;
        text-shadow: 0 2px 12px rgba(0,0,0,.9);
    }

    /* hover effect */

    .train-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 35px 90px rgba(0,0,0,.8), 0 0 30px rgba(255,123,44,.25);
    }

        .train-card:hover h3 {
            color: #ff7b2c;
        }

.train-card {
    opacity: 0;
    transform: translateY(80px) scale(.9);
}

    .train-card:hover {
        transform: translateY(-12px) scale(1.03);
    }

/* HIDE HERO SECTION ON MOBILE */

@media (max-width: 768px) {
    .herowts {
        display: none;
    }
}