body{
    background:
    radial-gradient(circle at 15% 20%, rgba(124,58,237,.35), transparent 30%),
    radial-gradient(circle at 85% 30%, rgba(59,130,246,.25), transparent 35%),
    radial-gradient(circle at 50% 100%, rgba(168,85,247,.20), transparent 40%),
    #070112;
    color:#fff;
    overflow-x:hidden;
}
.hero-section{

    min-height:130vh;

    position:relative;

    overflow:hidden;

    background:#070b14;

}

.hero-bg{

    position:absolute;

    inset:0;

    background:

    radial-gradient(
    circle at top right,
    rgba(99,102,241,.35),
    transparent 35%
    ),

    radial-gradient(
    circle at bottom left,
    rgba(139,92,246,.25),
    transparent 35%
    );

}

.navbar{

    position:relative;

    z-index:2;

    padding:20px 0;

}

.navbar-brand{

    color:#fff;

    font-size:28px;

}

.navbar-brand span{

    color:#6366f1;

}
.navbar-brand{
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
}

.navbar-brand img{
    height:48px;
    width:auto;
    max-width:220px;
    object-fit:contain;
    display:block;
}
.navbar-brand img{
    height:42px;
    width:auto;
    transition:.3s;
}

.navbar-brand:hover img{
    transform:scale(1.03);
}

.hero-content{

    position:relative;

    z-index:2;

    padding-top:120px;

}

.hero-badge{

    display:inline-block;

    padding:10px 18px;

    border-radius:30px;

    background:rgba(99,102,241,.15);

    border:1px solid rgba(99,102,241,.25);

    margin-bottom:20px;

}

.hero-content h1{
    font-size:72px;
    font-weight:900;
    line-height:1.05;
    letter-spacing:-2px;
}

.hero-content p{

    font-size:20px;

    color:#94a3b8;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:15px;

}
.hero-content h1 span{
    background:linear-gradient(
        90deg,
        #ffffff,
        #b794f4,
        #8b5cf6
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.dashboard-mockup{
    position:relative;

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

    backdrop-filter:blur(25px);

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

    border-radius:32px;

    box-shadow:
    0 0 120px rgba(139,92,246,.3),
    0 30px 80px rgba(0,0,0,.5);

    overflow:hidden;
}
.hero-glow{
    position:absolute;
    width:700px;
    height:700px;

    background:radial-gradient(
        circle,
        rgba(139,92,246,.35),
        transparent 70%
    );

    top:-200px;
    right:-150px;

    filter:blur(60px);
}
.dashboard-top{

    height:55px;

    display:flex;

    align-items:center;

    gap:8px;

    padding:0 20px;

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

}

.circle{

    width:12px;
    height:12px;

    border-radius:50%;
}

.red{background:#ef4444;}
.yellow{background:#f59e0b;}
.green{background:#22c55e;}

.dashboard-body{

    padding:25px;

}

.mini-card{

    background:#111827;

    border-radius:16px;

    padding:18px;

    text-align:center;

}

.mini-card h3{

    font-weight:700;

}

.mini-card span{

    color:#94a3b8;

}

.chart-box{

    height:220px;

    margin-top:20px;

    border-radius:18px;

    background:#111827;

    display:flex;

    align-items:center;

    justify-content:center;

}

.table-box{

    margin-top:20px;

}

.table-row{

    padding:15px;

    background:#111827;

    border-radius:12px;

    margin-bottom:10px;

}

@media(max-width:992px){

    .hero-content h1{

        font-size:42px;

    }

    .dashboard-mockup{

        margin-top:40px;

        transform:none;

    }

}
.stats-section{

    position:relative;

    z-index:2;

    margin-top:-60px;

}

.stats-wrapper{

    background:rgba(18,24,38,.85);

    backdrop-filter:blur(20px);

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

    border-radius:24px;

    padding:35px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

}

.stat-item{

    text-align:center;

}

.stat-item h2{

    font-size:42px;

    font-weight:800;

    color:#6366f1;

    margin-bottom:8px;

}

.stat-item span{

    color:#94a3b8;

}

@media(max-width:992px){

    .stats-wrapper{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:576px){

    .stats-wrapper{

        grid-template-columns:1fr;

    }

}

.features-section{

    padding:140px 0;

}

.section-header{

    text-align:center;

    max-width:700px;

    margin:0 auto 70px;

}

.section-header span{

    color:#6366f1;

    font-weight:600;

}

.section-header h2{

    font-size:54px;

    font-weight:800;

    margin:15px 0;

}

.section-header p{

    color:#94a3b8;

    font-size:18px;

}

.bento-grid{

    display:grid;

    grid-template-columns:
    2fr 1fr 1fr;

    gap:25px;

}

.bento-card{

    background:
    rgba(18,24,38,.85);

    backdrop-filter:blur(20px);

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

    border-radius:28px;

    padding:30px;

    transition:.35s;

    overflow:hidden;

}

.bento-card:hover{

    transform:
    translateY(-8px);

    border-color:
    rgba(99,102,241,.4);

}

.bento-card.large{

    min-height:420px;

}

.card-icon{

    width:60px;
    height:60px;

    border-radius:18px;

    background:
    rgba(99,102,241,.15);

    display:flex;

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

    margin-bottom:20px;

}

.card-icon i{

    font-size:26px;

    color:#6366f1;

}

.bento-card h3{

    font-size:26px;

    font-weight:700;

}

.bento-card p{

    color:#94a3b8;

    margin-top:15px;

}

.fake-ui{

    margin-top:35px;

    background:#111827;

    padding:20px;

    border-radius:18px;

}
.chart-placeholder{

    margin-top:25px;

    border-radius:18px;

    overflow:hidden;

    background:#111827;

}
.chart-placeholder img{

    width:100%;

    display:block;

}
@media(max-width:992px){

    .bento-grid{

        grid-template-columns:1fr;

    }

}

.showcase-section{

    padding:140px 0;

}

.showcase-wrapper{

    position:relative;

    margin-top:60px;

}

.floating-glow{

    position:absolute;

    width:500px;
    height:500px;

    left:50%;
    top:50%;

    transform:
    translate(-50%,-50%);

    background:
    radial-gradient(
    rgba(99,102,241,.25),
    transparent 70%
    );

    filter:blur(80px);

}

.dashboard-preview{

    position:relative;

    z-index:2;

    background:
    rgba(18,24,38,.9);

    backdrop-filter:blur(20px);

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

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 50px 120px rgba(0,0,0,.45);

}

.dashboard-header{

    height:60px;

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

    display:flex;

    align-items:center;

    justify-content:space-between;

    padding:0 25px;

}

.window-buttons{

    display:flex;

    gap:8px;

}

.window-buttons span{

    width:12px;
    height:12px;

    border-radius:50%;
}

.window-buttons span:nth-child(1){
    background:#ef4444;
}

.window-buttons span:nth-child(2){
    background:#f59e0b;
}

.window-buttons span:nth-child(3){
    background:#22c55e;
}

.dashboard-content{

    display:flex;

}

.preview-sidebar{

    width:220px;

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

    padding:25px;

}

.preview-sidebar div{

    padding:14px;

    border-radius:12px;

    margin-bottom:10px;

    background:#111827;

}

.preview-main{

    flex:1;

    padding:25px;

}

.preview-cards{

    display:grid;

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

    gap:20px;

}

.preview-card{

    background:#111827;

    border-radius:18px;

    padding:25px;

}

.preview-card h4{

    font-size:32px;

    font-weight:700;

}

.preview-card span{

    color:#94a3b8;

}

.preview-chart{

    margin-top:20px;

    height:280px;

    border-radius:20px;

    background:#111827;

    display:flex;

    align-items:center;

    justify-content:center;

}

.showcase-features{

    display:grid;

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

    gap:20px;

    margin-top:40px;

}

.feature-mini{

    text-align:center;

}

.feature-mini i{

    font-size:34px;

    color:#6366f1;

}

.feature-mini h4{

    margin-top:15px;

}

@media(max-width:992px){

    .dashboard-content{

        flex-direction:column;

    }

    .preview-sidebar{

        width:100%;

    }

    .preview-cards{

        grid-template-columns:1fr;

    }

    .showcase-features{

        grid-template-columns:1fr;

    }

}
.trust-section{

    padding:140px 0;

}

.trust-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:25px;

    margin-top:60px;

}

.trust-card{

    background:
    rgba(18,24,38,.85);

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

    border-radius:24px;

    padding:30px;

    text-align:center;

    transition:.35s;

}

.trust-card:hover{

    transform:
    translateY(-8px);

}

.trust-card i{

    font-size:42px;

    color:#6366f1;

}

.trust-card h4{

    margin-top:20px;

}

.trust-card p{

    color:#94a3b8;

    margin-top:15px;

}

@media(max-width:992px){

    .trust-grid{

        grid-template-columns:
        repeat(2,1fr);

    }

}

@media(max-width:576px){

    .trust-grid{

        grid-template-columns:1fr;

    }

}

.pricing-section{

    padding:140px 0;

}

.pricing-grid{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.pricing-card{

    position:relative;

    background:
    rgba(18,24,38,.85);

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

    border-radius:30px;

    padding:40px;

    transition:.35s;

}

.pricing-card:hover{

    transform:
    translateY(-10px);

}

.featured{

    border:
    1px solid rgba(99,102,241,.45);

    transform:scale(1.05);

    box-shadow:
    0 0 50px rgba(99,102,241,.25);

}

.popular-badge{

    position:absolute;

    top:-14px;

    left:50%;

    transform:
    translateX(-50%);

    background:#6366f1;

    color:#fff;

    font-size:12px;

    font-weight:700;

    padding:8px 16px;

    border-radius:50px;

}

.plan-name{

    font-size:24px;

    font-weight:700;

}

.price{

    margin:25px 0;

    font-size:56px;

    font-weight:800;

}

.price small{

    font-size:16px;

    color:#94a3b8;

}

.pricing-card ul{

    list-style:none;

    padding:0;

    margin:30px 0;

}

.pricing-card ul li{

    padding:12px 0;

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

}

@media(max-width:992px){

    .pricing-grid{

        grid-template-columns:1fr;

    }

    .featured{

        transform:none;

    }

}

.compare-section{

    padding:140px 0;

}

.compare-wrapper{

    margin-top:70px;

    overflow:hidden;

    border-radius:28px;

    background:
    rgba(18,24,38,.85);

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

}

.compare-table{

    width:100%;

    border-collapse:collapse;

}

.compare-table th{

    background:#111827;

    padding:24px;

    text-align:center;

    font-size:18px;

}

.compare-table td{

    padding:22px;

    text-align:center;

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

}

.compare-table td:first-child{

    text-align:left;

    font-weight:600;

}

.highlight{

    background:
    rgba(99,102,241,.08);

}

@media(max-width:768px){

    .compare-wrapper{

        overflow-x:auto;

    }

    .compare-table{

        min-width:700px;

    }

}
.faq-section{

    padding:140px 0;

}

.custom-faq .accordion-item{

    background:
    rgba(18,24,38,.85);

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

    border-radius:18px;

    margin-bottom:15px;

    overflow:hidden;

}

.custom-faq .accordion-button{

    background:#111827;

    color:#fff;

}

.custom-faq .accordion-body{

    color:#94a3b8;

}

.custom-faq .accordion-button:not(.collapsed){

    background:#111827;

    color:#6366f1;

}

.cta-section{

    padding:140px 0;

}

.cta-wrapper{

    position:relative;

    overflow:hidden;

    border-radius:40px;

    padding:90px;

    text-align:center;

    background:
    linear-gradient(
    135deg,
    #6366f1,
    #8b5cf6
    );

}

.cta-glow{

    position:absolute;

    width:600px;
    height:600px;

    left:50%;
    top:50%;

    transform:
    translate(-50%,-50%);

    background:
    radial-gradient(
    rgba(255,255,255,.18),
    transparent 70%
    );

}

.cta-content{

    position:relative;

    z-index:2;

}

.cta-content span{

    font-weight:600;

    opacity:.9;

}

.cta-content h2{

    font-size:64px;

    font-weight:800;

    margin:20px 0;

}

.cta-content p{

    font-size:20px;

    max-width:700px;

    margin:auto;

    opacity:.9;

}

.cta-buttons{

    margin-top:35px;

    display:flex;

    justify-content:center;

    gap:15px;

}

@media(max-width:768px){

    .cta-wrapper{

        padding:50px 30px;

    }

    .cta-content h2{

        font-size:38px;

    }

    .cta-buttons{

        flex-direction:column;

    }

}
.footer{

    padding:100px 0 40px;

}

.footer-grid{

    display:grid;

    grid-template-columns:
    2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer-logo{

    font-size:32px;

    font-weight:800;

}

.footer-logo span{

    color:#6366f1;

}

.footer p{

    color:#94a3b8;

    margin-top:20px;

}

.footer h5{

    margin-bottom:20px;

}

.footer a{

    display:block;

    color:#94a3b8;

    text-decoration:none;

    margin-bottom:12px;

}

.footer a:hover{

    color:#fff;

}

.footer-bottom{

    margin-top:60px;

    padding-top:30px;

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

    text-align:center;

    color:#94a3b8;

}

@media(max-width:992px){

    .footer-grid{

        grid-template-columns:1fr;

    }

}

.hero-content{

    animation:
    fadeUp .8s ease;
}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:none;

    }

}

.bento-card:hover,
.pricing-card:hover,
.trust-card:hover{

    box-shadow:
    0 0 40px
    rgba(99,102,241,.18);

}
body::before{

    content:"";

    position:fixed;

    inset:0;

    pointer-events:none;

    opacity:.03;

    background-image:
    url("noise.png");

}

.navbar{

    transition:.35s;

}

.navbar.scrolled{

    padding:10px 0;

    background:
    rgba(7,11,20,.85);

    backdrop-filter:
    blur(30px);

    box-shadow:
    0 10px 30px rgba(0,0,0,.2);

}

.trusted-section{
    padding:80px 0;
    position:relative;
}

.trusted-box{

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

    backdrop-filter:blur(20px);

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

    border-radius:28px;

    padding:40px;

    position:relative;

    overflow:hidden;
}

.trusted-box::before{

    content:"";

    position:absolute;

    width:400px;
    height:400px;

    top:-200px;
    right:-150px;

    background:
    radial-gradient(
        rgba(139,92,246,.25),
        transparent 70%
    );

    filter:blur(80px);
}

.trusted-title{

    text-align:center;

    margin-bottom:35px;
}

.trusted-title span{

    color:#c4b5fd;

    font-size:18px;

    font-weight:700;
}

.trusted-stats{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:25px;
}

.trusted-item{

    text-align:center;

    padding:25px;

    border-radius:20px;

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

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

    transition:.3s;
}

.trusted-item:hover{

    transform:
    translateY(-5px);

    border-color:
    rgba(139,92,246,.35);

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

.trusted-item strong{

    display:block;

    font-size:36px;

    font-weight:800;

    color:#fff;
}

.trusted-item span{

    color:#94a3b8;

    margin-top:8px;

    display:block;
}

@media(max-width:992px){

    .trusted-stats{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:576px){

    .trusted-stats{
        grid-template-columns:1fr;
    }

}

.live-wrapper{

    background:
    rgba(18,24,38,.85);

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

    border-radius:30px;

    padding:40px;

}

.live-item{

    display:flex;

    justify-content:space-between;

    padding:20px;

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

}

.orb{

    position:fixed;

    border-radius:50%;

    filter:blur(100px);

    pointer-events:none;

}

.orb-1{

    width:300px;
    height:300px;

    background:#6366f1;

    top:10%;
    right:-150px;

    opacity:.15;

}

.orb-2{

    width:250px;
    height:250px;

    background:#8b5cf6;

    left:-120px;
    bottom:20%;

    opacity:.12;

}

.orb-3{

    width:180px;
    height:180px;

    background:#3b82f6;

    top:50%;
    left:40%;

    opacity:.08;

}


/* PREMIUM OVERRIDE */

:root{
--primary:#8b5cf6;
--primary2:#6366f1;
--accent:#3b82f6;
}

.hero-title{
font-size:75px;
font-weight:900;
line-height:1;
letter-spacing:-3px;
}

.hero-title span{
background:linear-gradient(90deg,#fff,#c084fc,#8b5cf6);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-desc{
font-size:21px;
color:#94a3b8;
max-width:650px;
line-height:1.8;
}

.hero-stats{
display:flex;
gap:50px;
margin-top:45px;
}

.hero-stat strong{
display:block;
font-size:34px;
font-weight:800;
}

.dashboard-mockup{
position:relative;
padding:25px;
background:rgba(17,24,39,.55);
backdrop-filter:blur(30px);
border:1px solid rgba(255,255,255,.08);
border-radius:32px;
overflow:visible;
box-shadow:
0 0 120px rgba(139,92,246,.18),
0 40px 100px rgba(0,0,0,.45);
transform:perspective(1200px) rotateY(-7deg);
transition:.4s;
}

.dashboard-mockup:hover{
transform:perspective(1200px) rotateY(-2deg) translateY(-10px);
}

.floating-card{
position:absolute;
z-index:20;
background:rgba(15,23,42,.92);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(20px);
border-radius:20px;
padding:18px 22px;
box-shadow:0 20px 60px rgba(0,0,0,.45);
}

.profit{
top:-30px;
right:-70px;
}

.sale{
left:-70px;
bottom:80px;
}

.stock{
right:40px;
bottom:-25px;
}

.btn-primary{
background:linear-gradient(
135deg,
#7c3aed,
#8b5cf6
) !important;
border:none !important;
box-shadow:0 15px 40px rgba(124,58,237,.4);
}

.btn-primary:hover{
transform:translateY(-3px);
box-shadow:0 25px 50px rgba(124,58,237,.55);
}

.bento-card{
background:rgba(255,255,255,.03);
backdrop-filter:blur(20px);
}

.bento-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 60px rgba(99,102,241,.15);
}

.hero-glow{
position:absolute;
width:900px;
height:900px;
right:-250px;
top:-250px;
background:radial-gradient(
circle,
rgba(139,92,246,.35),
transparent 70%
);
filter:blur(120px);
}

@media(max-width:992px){


.hero-title{
    font-size:48px;
}

.dashboard-mockup{
    transform:none;
    margin-top:50px;
}

.floating-card{
    display:none;
}

.hero-stats{
    flex-wrap:wrap;
    gap:25px;
}


}


.yakinda{
color:#8b5cf6;
}

#heroChart{
    width:100%;
    height:240px;
}

.chart-box{
    min-height:260px;
}


.dashboard-center{
padding:25px;
}

.dashboard-header-mini{


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

margin-bottom:25px;


}

.dashboard-header-mini h5{
margin:0;
font-size:22px;
font-weight:700;
}

.dashboard-header-mini span{
color:#94a3b8;
}

.growth-badge{


background:
rgba(34,197,94,.15);

color:#22c55e;

padding:8px 14px;

border-radius:999px;

font-weight:700;


}

.income-chart{


height:280px;

display:flex;

align-items:flex-end;

gap:12px;

padding:25px;

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

border-radius:24px;

margin-bottom:25px;


}

.bar{


flex:1;

border-radius:12px 12px 0 0;

background:
linear-gradient(
    180deg,
    #6366f1,
    #8b5cf6
);

opacity:.5;


}

.bar.active{


opacity:1;

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


}

.games-row{


display:flex;

gap:12px;

flex-wrap:wrap;

margin-bottom:25px;


}

.game-pill{


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

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

border-radius:999px;

padding:10px 16px;


}

.recent-actions{


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

border-radius:24px;

overflow:hidden;


}

.action-row{

display:flex;

justify-content:space-between;

padding:18px 22px;

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


}

.action-row:last-child{
border-bottom:none;
}

.action-row small{
color:#94a3b8;
}


.feature-info{

    display:inline-flex;

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

    width:18px;
    height:18px;

    margin-left:8px;

    border-radius:50%;

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

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

    color:#a78bfa;

    font-size:11px;

    cursor:pointer;

    transition:.25s;
}

.feature-info:hover{

    background:#8b5cf6;

    color:#fff;

    transform:scale(1.1);
}

.info-tooltip{

    position:relative;

    display:inline-flex;

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

    width:18px;
    height:18px;

    margin-left:8px;

    border-radius:50%;

    background:#8b5cf6;

    color:#fff;

    font-size:11px;

    font-weight:700;

    cursor:pointer;
}

.info-tooltip-box{

    position:absolute;

    bottom:130%;
    left:50%;

    transform:translateX(-50%);

    width:260px;

    padding:12px;

    background:#0f172a;

    color:#fff;

    border-radius:12px;

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

    box-shadow:0 15px 40px rgba(0,0,0,.35);

    opacity:0;
    visibility:hidden;

    transition:.25s;

    font-size:13px;

    line-height:1.6;

    z-index:9999;
}

.info-tooltip:hover .info-tooltip-box{

    opacity:1;
    visibility:visible;
}