*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#0f172a;
color:#fff;
overflow-x:hidden;
}

.container{
max-width:1300px;
margin:auto;
padding:0 20px;
}

/* HEADER */

header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
background:rgba(15,23,42,.90);
backdrop-filter:blur(14px);
border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
display:flex;
align-items:center;
gap:12px;
text-decoration:none;
}

.logo-icon{
width:50px;
height:50px;
border-radius:14px;
background:linear-gradient(135deg,#4f46e5,#9333ea);
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:700;
box-shadow:0 10px 30px rgba(147,51,234,.35);
}

.logo-text{
display:flex;
flex-direction:column;
}

.logo-title{
font-size:28px;
font-weight:700;
}

.logo-title span{
background:linear-gradient(to right,#60a5fa,#a855f7);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.logo-tagline{
font-size:11px;
color:#94a3b8;
}

.nav-links{
display:flex;
gap:35px;
}

.nav-links a{
text-decoration:none;
color:white;
font-size:15px;
transition:.3s;
}

.nav-links a:hover{
color:#8b5cf6;
}

.nav-btn{
padding:12px 20px;
border-radius:12px;
background:linear-gradient(to right,#4f46e5,#9333ea);
text-decoration:none;
color:white;
font-weight:600;
}

/* HERO */

.hero{
position:relative;
padding-top:180px;
padding-bottom:120px;
text-align:center;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
width:700px;
height:700px;
background:#4f46e5;
filter:blur(200px);
opacity:.18;
top:-200px;
left:-150px;
}

.hero::after{
content:"";
position:absolute;
width:700px;
height:700px;
background:#9333ea;
filter:blur(200px);
opacity:.18;
bottom:-250px;
right:-150px;
}

.badge{
display:inline-block;
padding:10px 20px;
border-radius:50px;
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.1);
font-size:14px;
margin-bottom:25px;
}

.hero h1{
font-size:68px;
line-height:1.1;
max-width:1000px;
margin:auto;
margin-bottom:25px;
font-weight:700;
}

.hero h1 span{
background:linear-gradient(to right,#60a5fa,#a855f7);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero p{
max-width:850px;
margin:auto;
font-size:20px;
line-height:1.9;
color:#cbd5e1;
margin-bottom:40px;
}

.hero-search{
max-width:800px;
margin:auto;
position:relative;
margin-bottom:35px;
}

.hero-search input{
width:100%;
padding:22px 28px;
border:none;
border-radius:18px;
font-size:18px;
outline:none;
background:#1e293b;
color:white;
border:1px solid rgba(255,255,255,.08);
}

.hero-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.primary-btn{
padding:16px 28px;
border-radius:14px;
background:linear-gradient(to right,#4f46e5,#9333ea);
text-decoration:none;
color:white;
font-weight:600;
}

.secondary-btn{
padding:16px 28px;
border-radius:14px;
background:#1e293b;
text-decoration:none;
color:white;
font-weight:600;
border:1px solid rgba(255,255,255,.08);
}

/* STATS */

.hero-stats{
margin-top:70px;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.stat-card{
background:#1e293b;
padding:25px;
border-radius:18px;
border:1px solid rgba(255,255,255,.06);
}

.stat-card h3{
font-size:34px;
margin-bottom:5px;
}

.stat-card p{
font-size:14px;
color:#94a3b8;
margin:0;
}

/* MOBILE */

@media(max-width:991px){

.nav-links{
display:none;
}

.hero h1{
font-size:42px;
}

.hero p{
font-size:17px;
}

.hero-stats{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.hero{
padding-top:150px;
}

.hero h1{
font-size:34px;
}

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

}

.tool-section{
padding:90px 0;
}

.section-heading{
text-align:center;
margin-bottom:60px;
}

.section-heading h2{
font-size:42px;
margin-bottom:15px;
}

.section-heading p{
max-width:800px;
margin:auto;
color:#94a3b8;
line-height:1.8;
}

.tools-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.tool-card{
background:#1e293b;
padding:30px;
border-radius:20px;
border:1px solid rgba(255,255,255,.06);
text-decoration:none;
color:white;
transition:.3s;
}

.tool-card:hover{
transform:translateY(-8px);
border-color:#8b5cf6;
}

.tool-icon{
font-size:40px;
margin-bottom:15px;
}

.tool-card h3{
font-size:22px;
margin-bottom:10px;
}

.tool-card p{
color:#94a3b8;
font-size:14px;
line-height:1.8;
}

.adsense-box{
margin:80px 0;
padding:50px;
border-radius:20px;
background:#1e293b;
border:2px dashed rgba(255,255,255,.15);
text-align:center;
}

.adsense-box h3{
font-size:28px;
margin-bottom:10px;
}

.adsense-box p{
color:#94a3b8;
}

.category-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.category-card{
background:#1e293b;
padding:35px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.06);
transition:.3s;
}

.category-card:hover{
transform:translateY(-8px);
background:linear-gradient(135deg,#4f46e5,#9333ea);
}

.category-icon{
font-size:48px;
margin-bottom:15px;
}

.why-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.why-card{
background:#1e293b;
padding:35px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.06);
}

.why-card h3{
margin:15px 0;
}

.why-card p{
color:#94a3b8;
line-height:1.8;
}

.seo-section{
padding:100px 0;
}

.seo-wrapper{
max-width:1100px;
margin:auto;
}

.seo-wrapper h2{
font-size:42px;
text-align:center;
margin-bottom:20px;
}

.seo-wrapper h3{
font-size:28px;
margin-top:40px;
margin-bottom:15px;
}

.seo-wrapper p{
color:#cbd5e1;
line-height:2;
margin-bottom:20px;
font-size:17px;
}

.latest-tools{
margin-top:70px;
}

.latest-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:40px;
}

.latest-card{
background:#1e293b;
padding:25px;
border-radius:18px;
border:1px solid rgba(255,255,255,.06);
}

.latest-card h4{
margin-bottom:10px;
}

.latest-card p{
font-size:14px;
color:#94a3b8;
margin-bottom:0;
}

.faq-section{
padding:100px 0;
}

.faq-grid{
max-width:1000px;
margin:auto;
}

.faq-item{
background:#1e293b;
padding:5px;
border-radius:18px;
margin-bottom:20px;
border:1px solid rgba(255,255,255,.06);
}

.faq-item h3{
margin-bottom:10px;
font-size:22px;
}

.faq-item p{
color:#cbd5e1;
line-height:1.9;
}

.more-tools{
padding:100px 0;
}

.more-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-top:40px;
}

.more-card{
background:#1e293b;
padding:25px;
border-radius:18px;
text-align:center;
border:1px solid rgba(255,255,255,.06);
transition:.3s;
text-decoration:none;
color:white;
}

.more-card:hover{
transform:translateY(-6px);
border-color:#8b5cf6;
}

.newsletter-section{
padding:100px 0;
}

.newsletter-box{
background:linear-gradient(135deg,#4f46e5,#9333ea);
padding:60px;
border-radius:25px;
text-align:center;
}

.newsletter-box h2{
font-size:42px;
margin-bottom:15px;
}

.newsletter-box p{
max-width:700px;
margin:auto;
margin-bottom:30px;
}

.newsletter-form{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.newsletter-form input{
padding:18px;
width:420px;
max-width:100%;
border:none;
border-radius:14px;
}

.newsletter-form button{
padding:18px 30px;
border:none;
border-radius:14px;
background:#fff;
color:#111827;
font-weight:700;
cursor:pointer;
}

.footer{
padding:80px 0 30px;
border-top:1px solid rgba(255,255,255,.08);
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-bottom:40px;
}

.footer h4{
margin-bottom:15px;
}

.footer a{
display:block;
color:#94a3b8;
text-decoration:none;
margin-bottom:10px;
}

.footer a:hover{
color:white;
}

.copyright{
text-align:center;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.08);
color:#94a3b8;
}

.about-banner{
margin-top:120px;
margin-bottom:50px;
}

.about-banner img{
width:100%;
border-radius:25px;
display:block;
}

.page-content{
max-width:900px;
margin:auto;
text-align:center;
padding-bottom:80px;
}

.page-content h1{
font-size:52px;
margin-bottom:25px;
}

.page-content h2{
font-size:32px;
margin-top:50px;
margin-bottom:15px;
}

.page-content p{
line-height:2;
color:#cbd5e1;
margin-bottom:20px;
}

.page-content ul{
list-style:none;
padding:0;
margin:25px 0;
}

.page-content li{
margin-bottom:12px;
color:#cbd5e1;
}

.offer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;
margin-bottom:40px;
}

.offer-card{
background:#1e293b;
padding:30px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.06);
transition:all .3s ease;
}

.offer-card:hover{
transform:translateY(-8px);
border-color:#8b5cf6;
box-shadow:0 15px 35px rgba(139,92,246,.25);
}

.offer-icon{
font-size:48px;
margin-bottom:15px;
}

.offer-card h3{
font-size:22px;
margin-bottom:10px;
}

.offer-card p{
font-size:14px;
color:#cbd5e1;
line-height:1.8;
margin-bottom:0;
}


