*{
margin:0;
padding:0;
box-sizing:border-box;
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#f7f9fc;
color:#111827;
line-height:1.7;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.header{
position:sticky;
top:0;
z-index:1000;
background:rgba(255,255,255,.95);
backdrop-filter:blur(10px);
border-bottom:1px solid #eee;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
}

.logo img{
height:70px;
width:auto;
display:block;
}

.logo img{
height:70px;
width:auto;
display:block;
}

.logo span{
background:linear-gradient(90deg,#4f46e5,#7c3aed);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

-webkit-text-fill-color:transparent;
}

.nav-links{
display:flex;
align-items:center;
gap:35px;
list-style:none;
margin:0;
padding:0;
}

.nav-links a{
text-decoration:none;
color:#111827;
font-weight:600;
font-size:17px;
transition:.3s;
}

.nav-links a:hover{
color:#4f46e5;
}

.nav-btn{
background:#4f46e5;
color:white;
padding:12px 24px;
border-radius:10px;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.nav-btn:hover{
transform:translateY(-2px);
}

.hero{
margin-top:-30px;
padding:60px 0 100px;
background:
linear-gradient(
135deg,
#4f46e5,
#7c3aed
);
color:white;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.tag{
display:inline-block;
padding:8px 16px;
background:rgba(255,255,255,.15);
border-radius:50px;
margin-bottom:20px;
font-size:14px;
}

.hero h1{
font-size:58px;
line-height:1.1;
margin-bottom:25px;
font-weight:800;
}

.hero p{
font-size:18px;
opacity:.95;
margin-bottom:30px;
}

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.primary-btn{
background:white;
color:#4f46e5;
padding:14px 28px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.secondary-btn{
border:2px solid white;
color:white;
padding:14px 28px;
border-radius:12px;
text-decoration:none;
font-weight:700;
}

.hero-right{
display:flex;
flex-direction:column;
gap:25px;
}

.glass-card{
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);
padding:30px;
border-radius:20px;
border:1px solid rgba(255,255,255,.25);
}

.glass-card h3{
margin-bottom:10px;
}

.trust{
background:white;
padding:60px 0;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
text-align:center;
}

.trust-grid h2{
font-size:18px;
color:#4f46e5;
}

.services,
.about,
.faq,
.contact,
.testimonial{
padding:100px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:42px;
margin-bottom:15px;
}

.section-title p{
max-width:700px;
margin:auto;
color:#6b7280;
}

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.service-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
}

.service-card:hover{
transform:translateY(-8px);
}

.service-card h3{
margin-bottom:15px;
color:#4f46e5;
}

.about-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.about-card{
background:white;
padding:35px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.quote-box{
max-width:800px;
margin:auto;
background:white;
padding:40px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
text-align:center;
font-size:22px;
font-weight:600;
}

.faq-item{
background:white;
padding:25px;
margin-bottom:20px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.faq-item h3{
margin-bottom:10px;
color:#4f46e5;
}

form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:20px;
}

input,
textarea{
padding:16px;
border:1px solid #ddd;
border-radius:12px;
font-size:16px;
font-family:inherit;
}

button{
background:#4f46e5;
color:white;
padding:16px;
border:none;
border-radius:12px;
font-size:16px;
font-weight:600;
cursor:pointer;
}

button:hover{
opacity:.9;
}

footer{
background:#111827;
color:white;
text-align:center;
padding:40px 0;
margin-top:40px;
}

@media(max-width:900px){

.hero-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:40px;
}

.nav-links{
display:none;
}

.trust-grid{
grid-template-columns:1fr 1fr;
}

.section-title h2{
font-size:34px;
}

}
.stats{
padding:80px 0;
background:#eef2ff;
}

.stats-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.stat-card{
background:white;
padding:35px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.stat-card h2{
font-size:42px;
color:#4f46e5;
margin-bottom:10px;
}

.testimonials{
padding:100px 0;
background:#f8fafc;
}

.testimonial-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.testimonial-card{
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.testimonial-card p{
margin-bottom:15px;
}

.cta{
padding:120px 0;
background:linear-gradient(135deg,#4f46e5,#7c3aed);
color:white;
text-align:center;
}

.cta h2{
font-size:48px;
margin-bottom:20px;
}

.cta p{
max-width:700px;
margin:auto;
margin-bottom:35px;
}


.whatsapp-btn{
position:fixed;
bottom:25px;
right:25px;
background:#25D366;
color:white;
padding:14px 22px;
border-radius:50px;
text-decoration:none;
font-weight:600;
font-size:15px;
display:flex;
align-items:center;
gap:10px;
box-shadow:0 12px 30px rgba(0,0,0,.18);
z-index:999;
transition:.3s;
}

.whatsapp-btn:hover{
transform:translateY(-4px);
}

.whatsapp-btn i{
font-size:24px;
}

.whatsapp-btn:hover{
transform:translateY(-4px);
}

.whatsapp-btn span{
font-size:22px;
}
.header{
display:flex;
align-items:center;
}
.nav-links,
.nav-links li{
list-style:none !important;
}

.nav-links{
display:flex !important;
align-items:center !important;
gap:35px !important;
margin:0 !important;
padding:0 !important;
}

.nav-links li{
margin:0 !important;
padding:0 !important;
}
.founder-section{
margin-top:40px;
background:white;
padding:30px;
border-radius:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.founder-section h3{
margin-bottom:20px;
color:#4f46e5;
}
.highlights{
padding:100px 0;
background:#f8fafc;
}

.highlights-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}

.highlight-card{
background:white;
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.highlight-card h3{
font-size:42px;
color:#4f46e5;
margin-bottom:10px;
}
footer{
background:#111827;
color:white;
text-align:center;
padding:40px 20px;
}

footer a{
color:#a78bfa;
text-decoration:none;
font-weight:600;
}

footer a:hover{
text-decoration:underline;
}
.footer-links{
margin-top:15px;
}

.footer-links a{
display:inline-block;
padding:12px 24px;
background:#4f46e5;
color:white;
text-decoration:none;
border-radius:10px;
font-weight:600;
transition:.3s;
}

.footer-links a:hover{
transform:translateY(-2px);
}
.footer-linkedin{
text-align:center;
margin-top:20px;
}

.footer-linkedin p{
color:white;
font-weight:600;
margin-bottom:15px;
font-size:18px;
}

.footer-linkedin a{
font-size:48px;
color:#0A66C2;
text-decoration:none;
display:inline-block;
transition:.3s ease;
}

.footer-linkedin a:hover{
transform:scale(1.15);
}
.seo-content{
    padding:80px 0;
    background:#f8fafc;
}

.seo-content .container{
    max-width:1000px;
    margin:auto;
}

.seo-content p{
    font-size:18px;
    line-height:1.8;
    color:#475569;
    margin-bottom:20px;
}