
.hero-premium{
    position:relative;
    min-height:100vh;
    padding:155px 24px 90px;
    overflow:hidden;
    background:
        radial-gradient(circle at 18% 18%, rgba(0,174,255,.35), transparent 28%),
        radial-gradient(circle at 88% 25%, rgba(47,128,237,.32), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(0,96,255,.24), transparent 36%),
        linear-gradient(135deg,#020817 0%,#061735 45%,#082b66 100%);
}

.hero-premium::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:48px 48px;
    opacity:.38;
    mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent 82%);
    pointer-events:none;
}

.hero-premium::after{
    content:"";
    position:absolute;
    inset:auto 0 0;
    height:180px;
    background:linear-gradient(to top,#020817,transparent);
    pointer-events:none;
}

.hero-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(60px);
    opacity:.75;
    pointer-events:none;
}

.hero-glow-one{
    width:360px;
    height:360px;
    left:-120px;
    top:130px;
    background:#009dff;
}

.hero-glow-two{
    width:420px;
    height:420px;
    right:-130px;
    top:220px;
    background:#2f80ed;
}

.hero-wrapper{
    width:min(1400px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:1.02fr .98fr;
    align-items:center;
    gap:76px;
    position:relative;
    z-index:2;
}

.hero-copy{
    color:#fff;
}

.hero-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 19px;
    margin-bottom:24px;
    border-radius:999px;
    color:#9fe4ff;
    font-size:14px;
    font-weight:800;
    letter-spacing:.3px;
    background:rgba(6,31,70,.72);
    border:1px solid rgba(101,210,255,.36);
    box-shadow:
        inset 0 0 18px rgba(0,168,255,.12),
        0 0 35px rgba(0,168,255,.18);
}

.hero-copy h1{
    max-width:760px;
    margin-bottom:24px;
    font-size:clamp(38px,5vw,76px);
    line-height:1.03;
    font-weight:900;
    letter-spacing:-2.5px;
    color:#ffffff;
    text-shadow:0 10px 40px rgba(0,0,0,.35);
}

.hero-copy h1::first-letter{
    color:#58cfff;
}

.hero-copy p{
    max-width:680px;
    margin-bottom:36px;
    font-size:18px;
    line-height:1.85;
    color:#c7eaff;
}

.hero-cta{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:40px;
}

.btn-hero{
    min-width:178px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 30px;
    border-radius:999px;
    font-weight:900;
    letter-spacing:.2px;
    transition:.35s ease;
}

.btn-primary{
    color:#fff;
    background:linear-gradient(135deg,#00b7ff,#2f80ed 62%,#0a4ccf);
    box-shadow:
        0 16px 40px rgba(0,138,255,.45),
        inset 0 1px 0 rgba(255,255,255,.35);
}

.btn-primary:hover{
    transform:translateY(-4px) scale(1.02);
    box-shadow:
        0 22px 55px rgba(0,138,255,.6),
        inset 0 1px 0 rgba(255,255,255,.4);
}

.btn-outline{
    color:#8de2ff;
    border:1px solid rgba(141,226,255,.52);
    background:rgba(255,255,255,.045);
    backdrop-filter:blur(14px);
}

.btn-outline:hover{
    color:#fff;
    background:rgba(0,168,255,.2);
    transform:translateY(-4px);
}

.hero-trust{
    max-width:650px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.trust-card{
    padding:20px 18px;
    border-radius:22px;
    background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
    border:1px solid rgba(120,215,255,.22);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 18px 45px rgba(0,0,0,.18);
    backdrop-filter:blur(18px);
}

.trust-card strong{
    display:block;
    margin-bottom:6px;
    font-size:27px;
    color:#53cfff;
}

.trust-card span{
    color:#bddff6;
    font-size:14px;
    font-weight:600;
}

.hero-visual{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.image-frame{
    width:min(100%,560px);
    aspect-ratio:1/1;
    padding:14px;
    border-radius:42px;
    background:
        linear-gradient(145deg,rgba(0,183,255,.7),rgba(47,128,237,.18) 42%,rgba(255,255,255,.08)),
        rgba(255,255,255,.04);
    border:1px solid rgba(145,225,255,.42);
    box-shadow:
        0 45px 100px rgba(0,0,0,.45),
        0 0 90px rgba(0,168,255,.28),
        inset 0 1px 0 rgba(255,255,255,.18);
    transform:perspective(900px) rotateY(-4deg) rotateX(2deg);
}

.image-frame img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    border-radius:30px;
}

.floating-card{
    position:absolute;
    min-width:128px;
    padding:15px 18px;
    border-radius:20px;
    background:rgba(5,22,52,.82);
    border:1px solid rgba(105,213,255,.38);
    box-shadow:
        0 18px 45px rgba(0,0,0,.35),
        0 0 30px rgba(0,168,255,.18);
    backdrop-filter:blur(18px);
    color:#fff;
    animation:floatCard 4s ease-in-out infinite;
}

.floating-card span{
    display:block;
    margin-bottom:4px;
    color:#aeeaff;
    font-size:13px;
    font-weight:700;
}

.floating-card strong{
    font-size:22px;
    color:#42c8ff;
}

.card-one{
    top:8%;
    right:0;
}

.card-two{
    left:0;
    bottom:14%;
    animation-delay:1.2s;
}

@keyframes floatCard{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-14px);
    }
}

/* RESPONSIVE */
@media(max-width:992px){
    .hero-premium{
        padding:135px 22px 75px;
    }

    .hero-wrapper{
        grid-template-columns:1fr;
        gap:55px;
        text-align:center;
    }

    .hero-copy h1,
    .hero-copy p,
    .hero-trust{
        margin-left:auto;
        margin-right:auto;
    }

    .hero-cta{
        justify-content:center;
    }

    .image-frame{
        transform:none;
    }
}

@media(max-width:600px){
    .hero-premium{
        padding:120px 16px 60px;
    }

    .hero-copy h1{
        letter-spacing:-1.2px;
    }

    .hero-copy p{
        font-size:16px;
    }

    .hero-cta{
        gap:12px;
    }

    .btn-hero{
        width:100%;
    }

    .hero-trust{
        grid-template-columns:1fr;
    }

    .image-frame{
        border-radius:30px;
        padding:10px;
    }

    .image-frame img{
        border-radius:22px;
    }

    .floating-card{
        display:none;
    }
}