:root{

--primary:#2563EB;
--secondary:#3B82F6;
--accent:#60A5FA;
--cyan:#38BDF8;

--bg:#05070F;
--card:#0D111D;
--card2:#111827;

--white:#FFFFFF;
--text:#A8B3CF;

}

*{

margin:0;
padding:0;
box-sizing:border-box;

}

body{

background:var(--bg);
font-family:'Poppins',sans-serif;
color:#fff;
overflow-x:hidden;

}

/* Grid Background */

.bg-grid{

position:fixed;
width:100%;
height:100%;
background-image:

linear-gradient(rgba(255,215,0,.04) 1px,transparent 1px),

linear-gradient(90deg,rgba(255,215,0,.04) 1px,transparent 1px);

background-size:60px 60px;

z-index:-3;

}

.particles{

position:fixed;
width:100%;
height:100%;
background:
radial-gradient(circle,#3B82F622 1px,transparent 1px);

background-size:120px 120px;

animation:moveParticles 25s linear infinite;

z-index:-2;

}

@keyframes moveParticles{

0%{

transform:translateY(0);

}

100%{

transform:translateY(-400px);

}

}

/* Navbar */

.navbar{

padding:18px 0;

background:rgba(0,0,0,.45);

backdrop-filter:blur(18px);

transition:.4s;

border-bottom:1px solid rgba(255,215,0,.08);

}

.navbar-brand{

font-weight:700;

font-size:24px;

display:flex;

align-items:center;

color:#fff;

gap:10px;

text-decoration:none;

}

.nav-link{

color:#ddd;

margin-left:20px;

font-weight:500;

transition:.3s;

}

.nav-link:hover{

color:var(--gold);

}

.btn-login{

color:white;

border:1px solid rgba(255,255,255,.15);

padding:10px 24px;

border-radius:50px;

}

.btn-login:hover{

background:white;

color:black;

}

.btn-primary-custom{

background:linear-gradient(
135deg,
#2563EB,
#3B82F6,
#60A5FA
);

color:#fff;

border:none;

border-radius:50px;

padding:14px 32px;

font-weight:600;

box-shadow:0 15px 35px rgba(37,99,235,.35);

transition:.4s;

}

.btn-primary-custom:hover{

transform:translateY(-4px);

box-shadow:0 20px 45px rgba(37,99,235,.45);

color:#fff;

}


/* Hero */

.hero{

padding:180px 0 120px;

}



.badge-title{

display:inline-block;

padding:8px 18px;

background:rgba(59,130,246,.12);

border:1px solid rgba(59,130,246,.25);

color:#60A5FA;

border-radius:50px;

margin-bottom:25px;


}

.hero h1{

font-size:72px;

font-weight:800;

line-height:1.15;

margin-bottom:25px;

}

.hero h1 span{

background:linear-gradient(90deg,#3B82F6,#2563EB);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.hero p{

font-size:20px;

color:var(--text);

line-height:1.8;

max-width:600px;

margin-bottom:35px;

}

.hero-btn{

display:flex;

gap:20px;

flex-wrap:wrap;

margin-bottom:60px;

}

.hero-stats{

display:flex;

gap:50px;

flex-wrap:wrap;

}

.hero-stats h3{

color:var(--gold);

font-size:34px;

font-weight:700;

}

.hero-image{

position:relative;

}

.hero-image img{

max-width:100%;

animation:float 5s ease-in-out infinite;

}

@keyframes float{

50%{

transform:translateY(-20px);

}

}

.floating-card{

position:absolute;

padding:15px 20px;

background:rgba(255,255,255,.08);

backdrop-filter:blur(18px);

border-radius:20px;

border:1px solid rgba(255,215,0,.15);

display:flex;

align-items:center;

gap:10px;

animation:float 4s infinite;

}

.floating-card img{

width:28px;

}

.bitcoin{

top:10%;

left:-20px;

}

.ethereum{

bottom:12%;

right:-30px;

}

/* Responsive */

@media(max-width:991px){

.hero{

text-align:center;

padding-top:140px;

}

.hero h1{

font-size:48px;

}

.hero-btn{

justify-content:center;

}

.hero-stats{

justify-content:center;

margin-bottom:50px;

}

.floating-card{

display:none;

}

}


/* ===================================
SECTION TITLE
=================================== */

.section-padding{

padding:120px 0;

}

.section-title span{

color:var(--gold);

letter-spacing:2px;

font-size:14px;

font-weight:600;

}

.section-title h2{

font-size:52px;

font-weight:800;

margin:15px 0;

}

.section-title p{

max-width:650px;

margin:auto;

color:var(--text);

}

/* ===================================
FEATURES
=================================== */

.features{

background:#080808;

}

.feature-card{

background:rgba(255,255,255,.04);

border:1px solid rgba(59,130,246,.12);

backdrop-filter:blur(18px);

padding:40px;

border-radius:24px;

transition:.45s;

height:100%;

position:relative;

overflow:hidden;

}

.feature-card::before{

content:"";

position:absolute;

top:0;

left:-100%;

width:100%;

height:100%;

background:linear-gradient(
90deg,
transparent,
rgba(255,215,0,.08),
transparent
);

transition:.8s;

}

.feature-card:hover::before{

left:100%;

}

.feature-card:hover{

transform:translateY(-12px);

border-color:#3B82F6;

box-shadow:

0 0 30px rgba(255,215,0,.15);

}

.icon-box{

width:70px;

height:70px;

background:linear-gradient(135deg,#3B82F6,#2563EB);

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:25px;

font-size:28px;

color:#000;

box-shadow:

0 10px 25px rgba(255,215,0,.25);

}

.feature-card h4{

margin-bottom:15px;

font-weight:700;

}

.feature-card p{

color:#bdbdbd;

line-height:1.8;

}

/* ===================================
STATISTICS
=================================== */

.stats-section{

padding:120px 0;

background:

linear-gradient(

180deg,

#050505,

#0d0d0d

);

}

.stat-box{

background:rgba(255,255,255,.05);

padding:45px 20px;

border-radius:24px;

border:1px solid rgba(59,130,246,.12);

transition:.4s;

}

.stat-box:hover{

transform:translateY(-10px);

box-shadow:

0 0 25px rgba(255,215,0,.15);

}

.stat-box h2{

display:inline-block;

font-size:60px;

font-weight:800;

background:

linear-gradient(90deg,#3B82F6,#2563EB);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.stat-box span{

font-size:40px;

color:var(--gold);

font-weight:700;

}

.stat-box p{

margin-top:15px;

color:#bbb;

font-size:18px;

}

/*====================================
AI SECTION
====================================*/

.ai-section{

padding:120px 0;

background:#050505;

position:relative;

overflow:hidden;

}

.ai-section::before{

content:"";

position:absolute;

width:500px;

height:500px;

background:radial-gradient(circle,
rgba(255,215,0,.08),
transparent);

top:-150px;

right:-150px;

filter:blur(80px);

}

.ai-card{

background:rgba(255,255,255,.05);

border:1px solid rgba(59,130,246,.12);

border-radius:24px;

padding:40px;

height:100%;

transition:.4s;

backdrop-filter:blur(15px);

position:relative;

overflow:hidden;

}

.ai-card:hover{

transform:translateY(-12px);

border-color:rgba(255,215,0,.35);

box-shadow:0 0 40px rgba(255,215,0,.18);

}

.ai-icon{

width:80px;

height:80px;

background:linear-gradient(135deg,#3B82F6,#2563EB);

border-radius:20px;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#000;

margin-bottom:25px;

}

.ai-card h3{

margin-bottom:20px;

font-weight:700;

}

.ai-card p{

color:#bbb;

line-height:1.8;

margin-bottom:20px;

}

.ai-card ul{

list-style:none;

padding:0;

margin:0;

}

.ai-card li{

margin-bottom:14px;

color:#ddd;

}

.ai-card li i{

color:#3B82F6;

margin-right:10px;

}

/*====================================
WHY AI
====================================*/

.why-ai{

padding:120px 0;

background:#080808;

}

.glass-box{

background:rgba(255,255,255,.04);

border:1px solid rgba(59,130,246,.12);

padding:40px;

border-radius:22px;

text-align:center;

transition:.4s;

height:100%;

backdrop-filter:blur(15px);

}

.glass-box:hover{

transform:translateY(-10px);

box-shadow:0 0 30px rgba(255,215,0,.18);

border-color:rgba(255,215,0,.25);

}

.glass-box i{

font-size:42px;

margin-bottom:20px;

background:linear-gradient(90deg,#3B82F6,#2563EB);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.glass-box h4{

margin-bottom:15px;

font-weight:700;

}

.glass-box p{

color:#bdbdbd;

line-height:1.8;

}

/* Markets */

.market-card{
background:rgba(255,255,255,.05);
padding:35px;
border-radius:20px;
text-align:center;
border:1px solid rgba(59,130,246,.12);
transition:.4s;
height:100%;
}

.market-card:hover{
transform:translateY(-10px);
border-color:#3B82F6;
box-shadow:0 0 25px rgba(255,215,0,.2);
}

.market-card i{
font-size:45px;
margin-bottom:20px;
color:#3B82F6;
}

/* Timeline */

.timeline{
display:flex;
align-items:center;
justify-content:space-between;
overflow:auto;
padding:50px 0;
gap:20px;
}

.timeline-item{
min-width:150px;
text-align:center;
}

.circle{
width:70px;
height:70px;
margin:auto;
border-radius:50%;
background:linear-gradient(135deg,#3B82F6,#2563EB);
display:flex;
justify-content:center;
align-items:center;
font-size:24px;
font-weight:700;
color:#000;
}

.line{
height:4px;
width:80px;
background:#3B82F6;
}

/* Testimonials */

.testimonial-card{
background:rgba(255,255,255,.05);
padding:40px;
border-radius:20px;
text-align:center;
border:1px solid rgba(59,130,246,.12);
}

.testimonial-card img{
width:90px;
height:90px;
border-radius:50%;
margin-bottom:20px;
object-fit:cover;
}

/* FAQ */

.accordion-item{
background:#111;
border:none;
margin-bottom:15px;
}

.accordion-button{
background:#111;
color:#fff;
}

.accordion-button:not(.collapsed){
background:#1b1b1b;
color:#3B82F6;
}

/* CTA */

.cta-section{
padding:120px 0;
background:linear-gradient(135deg,#3B82F6,#2563EB);
text-align:center;
color:#000;
}

.cta-section h2{
font-size:52px;
font-weight:800;
}

/* Footer */

footer{
background:#000;
padding:80px 0 30px;
}

footer h4{
margin-bottom:20px;
color:#3B82F6;
}

footer ul{
list-style:none;
padding:0;
}

footer ul li{
margin-bottom:10px;
}

footer a{
color:#bbb;
text-decoration:none;
}

footer a:hover{
color:#3B82F6;
}

.social-icons a{
display:inline-flex;
width:45px;
height:45px;
align-items:center;
justify-content:center;
background:#111;
border-radius:50%;
margin-right:10px;
transition:.3s;
}

.social-icons a:hover{
background:#3B82F6;
color:#000;
}

/*====================================================
PREMIUM FINTECH EFFECTS
====================================================*/

html{
scroll-behavior:smooth;
}

body{

background:#050505;

background-image:

radial-gradient(circle at top left,#1a1400 0%,transparent 35%),

radial-gradient(circle at bottom right,#1d1200 0%,transparent 40%);

}

/* Floating Lights */

.gradient-light{

position:fixed;

border-radius:50%;

filter:blur(120px);

opacity:.18;

pointer-events:none;

z-index:-5;

animation:floatLight 16s ease-in-out infinite;

}

.light-1{

width:350px;
height:350px;

background:#3B82F6;

top:-100px;
left:-80px;

}

.light-2{

width:300px;
height:300px;

background:#3B82F6;

bottom:0;
right:-120px;

animation-delay:4s;

}

.light-3{

width:250px;
height:250px;

background:#38BDF8;

left:45%;
top:40%;

animation-delay:8s;

}

@keyframes floatLight{

50%{

transform:

translateY(-40px)

translateX(20px)

scale(1.08);

}

}

/*====================================================

Glass Upgrade

====================================================*/

.feature-card,
.market-card,
.ai-card,
.glass-box,
.testimonial-card,
.stat-box{

background:rgba(255,255,255,.05);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(20px);

-webkit-backdrop-filter:blur(20px);

box-shadow:

0 10px 40px rgba(0,0,0,.35);

}

/*====================================================

Premium Hover

====================================================*/

.feature-card:hover,
.market-card:hover,
.ai-card:hover,
.glass-box:hover,
.stat-box:hover{

transform:

translateY(-12px)

scale(1.02);

transition:.45s;

}

/*====================================================

Gradient Text

====================================================*/

.gradient-text{

background:linear-gradient(
90deg,
#2563EB,
#3B82F6,
#60A5FA,
#38BDF8,
#2563EB
);

background-size:300%;

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

animation:textMove 8s linear infinite;

}

@keyframes textMove{

100%{

background-position:300%;

}

}

/*====================================================

Ripple Buttons

====================================================*/

.btn{

position:relative;

overflow:hidden;

}

.btn::after{

content:"";

position:absolute;

width:0;

height:0;

left:50%;

top:50%;

background:rgba(255,255,255,.3);

border-radius:100%;

transform:

translate(-50%,-50%);

transition:.7s;

}

.btn:active::after{

width:350px;

height:350px;

}

/*====================================================

Navbar Glow

====================================================*/

.navbar{

box-shadow:

0 5px 35px rgba(255,215,0,.05);

}

.navbar.scrolled{

background:rgba(5,5,5,.9);

backdrop-filter:blur(25px);

}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5); /* optional */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*====================================================

Cards Border Animation

====================================================*/

.feature-card::before,
.market-card::before,
.ai-card::before{

content:"";

position:absolute;

inset:0;

padding:1px;

border-radius:20px;

background:

linear-gradient(

135deg,

transparent,

rgba(255,215,0,.5),

transparent

);

-webkit-mask:

linear-gradient(#fff 0 0) content-box,

linear-gradient(#fff 0 0);

-webkit-mask-composite:xor;

mask-composite:exclude;

pointer-events:none;

}

/*====================================================

Hero Glow

====================================================*/

.hero h1{

text-shadow:

0 0 30px rgba(255,215,0,.18);

}

/*====================================================

Image Hover

====================================================*/

.hero-image img{

transition:.5s;

}

.hero-image img:hover{

transform:

scale(1.03)

rotate(-2deg);

}

/*====================================================

Social Hover

====================================================*/

.social-icons a{

transition:.35s;

}

.social-icons a:hover{

transform:

translateY(-6px)

rotate(8deg);

}

/*====================================================

Scroll Top

====================================================*/

#scrollTop{

position:fixed;

bottom:30px;

right:30px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:

linear-gradient(135deg,#3B82F6,#2563EB);

color:#000;

display:none;

font-size:20px;

cursor:pointer;

box-shadow:

0 10px 30px rgba(255,215,0,.3);

z-index:9999;

transition:.3s;

}

#scrollTop:hover{

transform:translateY(-5px);

}

/*====================================================

Selection

====================================================*/

::selection{

background:#3B82F6;

color:#000;

}

/*====================================================

Scrollbar

====================================================*/

::-webkit-scrollbar{

width:10px;

}

::-webkit-scrollbar-thumb{

background:#3B82F6;

border-radius:20px;

}

::-webkit-scrollbar-track{

background:#111;

}

.floating-card{

animation:

floatingCard 5s ease-in-out infinite;

}

@keyframes floatingCard{

50%{

transform:

translateY(-15px)

rotate(2deg);

}

}