*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Outfit',sans-serif;
background:#f6f8ff;
overflow-x:hidden;
color:#111827;
}

.seo-hidden{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
clip-path:inset(50%);
border:0;
white-space:normal;
}

/* SCROLLBAR */

::-webkit-scrollbar{
width:10px;
}

::-webkit-scrollbar-thumb{
background:linear-gradient(#5b4bff,#00d9ff);
border-radius:999px;
}

/* BACKGROUND */

.bg-grid{
position:fixed;
inset:0;
background-image:
linear-gradient(rgba(0,0,0,.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px);
background-size:60px 60px;
z-index:-10;
}

.blur{
position:fixed;
width:500px;
height:500px;
border-radius:50%;
filter:blur(120px);
opacity:.14;
z-index:-1;
animation:float 12s infinite alternate ease-in-out;
}

.blur1{
background:#5b4bff;
top:-120px;
left:-120px;
}

.blur2{
background:#00d9ff;
bottom:-120px;
right:-120px;
}

.blur3{
background:#ff4ecd;
top:40%;
left:45%;
opacity:.08;
}

@keyframes float{
from{
transform:translateY(0px);
}
to{
transform:translateY(70px);
}
}

/* CURSOR */

.cursor{
position:fixed;
width:20px;
height:20px;
border:2px solid #5b4bff;
border-radius:50%;
pointer-events:none;
transform:translate(-50%,-50%);
z-index:999999;
mix-blend-mode:difference;
}

/* NAVBAR */

.navbar{
position:fixed;
top:20px;
left:50%;
transform:translateX(-50%);
width:92%;
padding:18px 34px;
display:flex;
justify-content:space-between;
align-items:center;
background:rgba(255,255,255,.72);
backdrop-filter:blur(20px);
border-radius:24px;
border:1px solid rgba(255,255,255,.8);
box-shadow:0 20px 60px rgba(0,0,0,.08);
z-index:999;
}

.logo{
font-size:40px;
font-weight:900;
}

.logo span{
background:linear-gradient(90deg,#5b4bff,#00d9ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.nav-links{
display:flex;
gap:30px;
}

.nav-links a{
text-decoration:none;
font-weight:700;
color:#64748b;
transition:.3s;
}

.nav-links a:hover{
color:#5b4bff;
}

.nav-btn{
padding:16px 24px;
background:#111827;
border-radius:16px;
color:#fff;
font-weight:700;
text-decoration:none;
transition:.3s;
}

.nav-btn:hover{
background:#5b4bff;
transform:translateY(-4px);
}

/* HERO */

.hero{
min-height:100vh;
padding:220px 7% 120px;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.hero-badge{
display:inline-flex;
padding:14px 24px;
background:#fff;
border-radius:999px;
font-weight:700;
color:#5b4bff;
margin-bottom:28px;
box-shadow:0 15px 40px rgba(91,75,255,.08);
}

.hero h1{
font-size:110px;
line-height:.92;
font-weight:900;
margin-bottom:22px;
}

.hero h1 span{
background:linear-gradient(90deg,#5b4bff,#00d9ff,#ff4ecd);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero h2{
font-size:42px;
line-height:1.15;
font-weight:800;
margin-bottom:26px;
color:#111827;
}

.hero p{
font-size:22px;
line-height:2;
color:#64748b;
max-width:720px;
margin-bottom:40px;
}

.hero-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.btn{
padding:20px 34px;
border-radius:18px;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.btn-primary{
background:#111827;
color:#fff;
}

.btn-primary:hover{
background:#5b4bff;
transform:translateY(-5px);
}

.btn-secondary{
background:#fff;
color:#111827;
border:1px solid rgba(0,0,0,.08);
}

.hero-right{
position:relative;
height:760px;
}

.hero-card{
position:absolute;
overflow:hidden;
border-radius:40px;
box-shadow:0 30px 100px rgba(0,0,0,.14);
transition:.5s;
}

.hero-card img{
width:100%;
height:100%;
object-fit:cover;
}

.hero-main{
width:700px;
height:480px;
right:0;
top:180px;
}

.hero-phone{
width:260px;
height:540px;
left:0;
top:0;
border:10px solid #fff;
}

/* FLOAT */

.float-text{
padding:32px 0;
overflow:hidden;
background:#fff;
border-top:1px solid rgba(0,0,0,.05);
border-bottom:1px solid rgba(0,0,0,.05);
}

.float-track{
display:flex;
gap:80px;
width:max-content;
animation:marquee 20s linear infinite;
font-size:28px;
font-weight:900;
color:#5b4bff;
}

@keyframes marquee{
from{
transform:translateX(0);
}
to{
transform:translateX(-50%);
}
}

/* SECTION */

.section{
padding:140px 7%;
}

.section-header{
text-align:center;
margin-bottom:80px;
}

.section-mini{
display:inline-flex;
padding:12px 22px;
background:#fff;
border-radius:999px;
font-size:14px;
font-weight:700;
color:#5b4bff;
box-shadow:0 10px 40px rgba(91,75,255,.08);
margin-bottom:24px;
}

.section-title{
font-size:82px;
line-height:1;
font-weight:900;
margin-bottom:26px;
}

.section-title span{
background:linear-gradient(90deg,#5b4bff,#00d9ff,#ff4ecd);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.section-desc{
max-width:900px;
margin:auto;
font-size:22px;
line-height:2;
color:#64748b;
}

/* TRUST */

.trust-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:30px;
margin-top:70px;
}

.trust-card{
padding:40px;
border-radius:34px;
background:#fff;
box-shadow:0 25px 70px rgba(91,75,255,.08);
text-align:center;
transition:.4s;
}

.trust-card:hover{
transform:translateY(-10px);
}

.trust-number{
font-size:72px;
font-weight:900;
margin-bottom:12px;
background:linear-gradient(90deg,#5b4bff,#00d9ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.trust-text{
font-size:20px;
color:#64748b;
}

/* GRID */

.card-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.card{
position:relative;
padding:42px;
border-radius:34px;
background:#fff;
overflow:hidden;
box-shadow:0 25px 70px rgba(91,75,255,.08);
transition:.45s;
}

.card:hover{
transform:translateY(-12px);
}

.card-icon{
font-size:42px;
margin-bottom:24px;
}

.card h3{
font-size:34px;
margin-bottom:18px;
}

.card p{
line-height:2;
color:#64748b;
}

.card-line{
position:absolute;
left:0;
bottom:0;
width:0%;
height:5px;
background:linear-gradient(90deg,#5b4bff,#00d9ff,#ff4ecd);
transition:.45s;
}

.card:hover .card-line{
width:100%;
}

/* PRODUCTS */

.products-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:30px;
}

.product-card{
overflow:hidden;
border-radius:38px;
background:#fff;
box-shadow:0 25px 80px rgba(91,75,255,.08);
transition:.45s;
}

.product-card:hover{
transform:translateY(-12px);
}

.product-image{
height:260px;
overflow:hidden;
position:relative;
}

.product-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.6s;
}

.product-card:hover img{
transform:scale(1.06);
}

.product-badge{
position:absolute;
top:20px;
left:20px;
padding:10px 18px;
border-radius:999px;
background:rgba(255,255,255,.92);
font-size:12px;
font-weight:800;
color:#5b4bff;
}

.product-content{
padding:34px;
}

.product-content h3{
font-size:36px;
margin-bottom:18px;
}

.product-content p{
line-height:2;
color:#64748b;
margin-bottom:24px;
}

.product-buttons{
display:flex;
gap:14px;
flex-wrap:wrap;
}

.product-buttons a{
padding:16px 24px;
background:#111827;
border-radius:14px;
color:#fff;
text-decoration:none;
font-weight:700;
transition:.3s;
}

.product-buttons a:hover{
background:#5b4bff;
}

/* BLOG */

.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:30px;
}

.blog-card{
overflow:hidden;
border-radius:34px;
background:#fff;
box-shadow:0 25px 70px rgba(91,75,255,.08);
}

.blog-card img{
width:100%;
height:240px;
object-fit:cover;
}

.blog-content{
padding:30px;
}

.blog-content h3{
font-size:30px;
margin-bottom:16px;
}

.blog-content p{
line-height:2;
color:#64748b;
}

/* CTA */

.cta{
background:linear-gradient(145deg,#fff,#eef2ff);
padding:100px;
border-radius:44px;
text-align:center;
box-shadow:0 30px 90px rgba(91,75,255,.08);
}

.cta h2{
font-size:84px;
margin-bottom:24px;
}

.cta p{
font-size:22px;
line-height:2;
color:#64748b;
margin-bottom:40px;
}

/* FOOTER */

footer{
padding:100px 7%;
background:#fff;
margin-top:120px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:40px;
}

.footer-grid h3{
font-size:42px;
margin-bottom:20px;
}

.footer-grid h4{
margin-bottom:20px;
}

.footer-grid a{
display:block;
margin-bottom:12px;
text-decoration:none;
color:#64748b;
}

/* MOBILE */

@media(max-width:1100px){

.hero{
grid-template-columns:1fr;
}

.hero h1,
.hero h2,
.section-title,
.cta h2{
font-size:58px;
}

.hero-right{
height:700px;
}

.hero-main{
width:100%;
height:320px;
}

}

@media(max-width:768px){

.nav-links,
.nav-btn{
display:none;
}

.hero{
padding:180px 20px 100px;
}

.section{
padding:100px 20px;
}

.hero h1,
.hero h2,
.section-title,
.cta h2{
font-size:42px;
}

.hero p,
.section-desc,
.cta p{
font-size:18px;
}

.cta{
padding:50px 24px;
}

.hero-phone{
width:180px;
height:360px;
}

}

.hero-buttons.centered{
justify-content:center;
}
